Trace number 4465915

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
FiberSCIP 20 cores, 2024-07-30? (TO) 72001.5 3631.84

General information on the benchmark

NamePB24/normalized-PB24/DEC-LIN/nordstrom/MIPLIB01/
dec/miplib2010/normalized-neos-952987.0.d.opb
MD5SUMc2f3e0c6154609bf2d3178c0d208b6f5
Bench CategoryDEC-LIN (decision problem, linear constraints, no UNSAT certificate)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables31248
Total number of constraints354
Number of constraints which are clauses177
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints177
Minimum length of a constraint168
Maximum length of a constraint343
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 1050
Number of bits of the biggest number in a constraint 11
Biggest sum of numbers in a constraint 27454
Number of bits of the biggest sum of numbers15
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.00	c The following solver is parallelized by UG version 1.0.0 [GitHash: e6e2b6ff-dirty]
0.00/0.00	c SCIP version 10.0.0 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: Soplex 7.1.1] [GitHash: 020d91813d]
0.00/0.00	c Copyright (c) 2002-2024 Zuse Institute Berlin (ZIB)
0.00/0.00	c External libraries: 
0.00/0.00	c   Soplex 7.1.1         Linear Programming Solver developed at Zuse Institute Berlin (soplex.zib.de) [GitHash: b4905e82]
0.00/0.00	c   CppAD 20180000.0     Algorithmic Differentiation of C++ algorithms developed by B. Bell (github.com/coin-or/CppAD)
0.00/0.00	c   AMPL/MP 690e9e7      AMPL .nl file reader library (github.com/ampl/mp)
0.00/0.00	c   PaPILO 2.4.0         parallel presolve for integer and linear optimization (github.com/scipopt/papilo)
0.00/0.00	c   Nauty 2.8.8          Computing Graph Automorphism Groups by Brendan D. McKay (users.cecs.anu.edu.au/~bdm/nauty)
0.00/0.00	c   sassy 1.1            Symmetry preprocessor by Markus Anders (github.com/markusa4/sassy)
0.00/0.08	c Default LC presolving (default).
0.00/0.08	c ** Before presolving: virtualMemUsedAtLc = 108175843, getVmSize() = 102178816, SCIPgetMemUsed() = 75225366, SCIPgetMemTotal() = 79641134, SCIPgetMemExternEstim() = 28534709
0.00/0.08	c ** set memory limit for presolving in LC to 8.79575e+12 for SCIP **
0.43/0.49	c ** Estimated virtualMemUsedAtSolver = 276060839, getVmSize() = 414679040, SCIPgetMemUsed() = 305760726, SCIPgetMemTotal() = 385556550, SCIPgetMemExternEstim() = 28534709
0.43/0.49	c ** set memory limit for solvers to 4.18775e+11 for each SCIP **
0.43/0.49	c Original Problem   :
0.43/0.49	c   Problem name     : instance-4465915-1722594946
0.43/0.49	c   Variables        : 31248 (31248 binary, 0 integer, 0 implicit integer, 0 continuous)
0.43/0.49	c   Constraints      : 354
0.43/0.49	c   Objective sense  : minimize
0.43/0.49	c Presolved Problem  :
0.43/0.49	c   Variables        : 29568 (29568 binary, 0 integer, 0 implicit integer, 0 continuous)
0.43/0.49	c   Constraints      : 186
0.43/0.49	c Constraints        : Number
0.43/0.49	c   knapsack         : 9 
0.43/0.49	c   linear           : 168 
0.43/0.49	c   logicor          : 9 
0.43/0.49	c ** Instance transfer method used: 0
0.43/0.53	c ** ParaScipInstance copy does not increase the number of variables. **
1.13/1.13	c LC is working with racing ramp-up and with rebuilding tree after racing.
1.13/1.13	c                                Nodes    Active                                            
1.13/1.13	c      Time          Nodes        Left   Solvers     Best Integer        Best Node        Gap     Best Node(S)     Gap(S)
79.59/5.18	c         5            122         121        20                -           0.0000          -
185.81/10.55	c        11             17          18        20                -           0.0000          -
292.86/15.96	c        16             17          18        20                -           0.0000          -
397.82/21.28	c        21             15          16        20                -           0.0000          -
502.91/26.59	c        27             23          22        20                -           0.0000          -
603.98/31.62	c        32             25          24        20                -           0.0000          -
709.09/37.01	c        37             41          40        20                -           0.0000          -
814.26/42.25	c        42             37          36        20                -           0.0000          -
913.44/47.30	c        47             48          47        20                -           0.0000          -
1016.59/52.43	c        52             92          91        20                -           0.0000          -
1117.43/57.54	c        58             74          73        20                -           0.0000          -
1218.59/62.62	c        63             13          12        20                -           0.0000          -
1321.79/67.86	c        68            189         188        20                -           0.0000          -
1423.01/72.95	c        73            242         231        20                -           0.0000          -
1522.18/77.96	c        78            268         253        20                -           0.0000          -
1621.39/83.00	c        83            280         265        20                -           0.0000          -
1723.26/88.04	c        88            311         286        20                -           0.0000          -
1822.48/93.05	c        93            205         204        20                -           0.0000          -
1921.87/98.07	c        98            232         231        20                -           0.0000          -
2024.27/103.21	c       103            418         417        20                -           0.0000          -
2123.50/108.22	c       108            461         460        20                -           0.0000          -
2226.70/113.46	c       113            549         484        20                -           0.0000          -
2329.93/118.68	c       119            274         273        20                -           0.0000          -
2431.12/123.75	c       124            691         548        20                -           0.0000          -
2532.33/128.87	c       129            299         298        20                -           0.0000          -
2633.34/133.98	c       134            215         214        20                -           0.0000          -
2735.05/139.08	c       139            677         676        20                -           0.0000          -
2834.24/144.11	c       144            822         624        20                -           0.0000          -
2935.44/149.18	c       149            857         648        20                -           0.0000          -
3036.02/154.30	c       154           8891        7841        20                -           0.0000          -
3137.41/159.37	c       159           1049        1048        20                -           0.0000          -
3236.49/164.38	c       164           1050           0        20                -           0.0000          -
3337.85/169.49	c       169            454         451        20                -           0.0000          -
3438.86/174.52	c       175            466         463        20                -           0.0000          -
3538.07/179.54	c       180            489         486        20                -           0.0000          -
3637.22/184.56	c       185           1100          50        20                -           0.0000          -
3736.23/189.60	c       190            502         499        20                -           0.0000          -
3837.38/194.61	c       195            514         511        20                -           0.0000          -
3936.56/199.68	c       200           1308         941        20                -           0.0000          -
4037.73/204.73	c       205           1456        1312        20                -           0.0000          -
4136.93/209.76	c       210           1222         172        20                -           0.0000          -
4237.96/214.83	c       215           1245         195        20                -           0.0000          -
4338.96/219.98	c       220            784         670        20                -           0.0000          -
4438.08/225.00	c       225            798         682        20                -           0.0000          -
4539.61/230.07	c       230          14912       13860        20                -           0.0000          -
4638.45/235.10	c       235           1948        1485        20                -           0.0000          -
4737.49/240.13	c       240           1762        1235        20                -           0.0000          -
4838.19/245.17	c       245            966         761        20                -           0.0000          -
4938.83/250.22	c       250           1368         318        20                -           0.0000          -
5037.86/255.24	c       255           1386         336        20                -           0.0000          -
5138.95/260.39	c       260           1166         908        20                -           0.0000          -
5240.08/265.45	c       265           2356        1582        20                -           0.0000          -
5341.20/270.52	c       271           1256         974        20                -           0.0000          -
5440.31/275.56	c       276           2257        1505        20                -           0.0000          -
5543.40/280.76	c       281           1636         582        20                -           0.0000          -
5644.47/285.82	c       286           1405        1037        20                -           0.0000          -
5745.54/290.91	c       291           1414           0        20                -           0.0000          -
5844.56/295.96	c       296           1414           0        20                -           0.0000          -
5943.72/301.01	c       301           1414           0        20                -           0.0000          -
6045.46/306.04	c       306           1414           0        20                -           0.0000          -
6144.63/311.11	c       311           1414           0        20                -           0.0000          -
6245.82/316.16	c       316           1414           0        20                -           0.0000          -
6344.99/321.19	c       321           1414           0        20                -           0.0000          -
6445.44/326.27	c       326           1414           0        20                -           0.0000          -
6546.59/331.30	c       331           1414           0        20                -           0.0000          -
6645.79/336.38	c       336           1414           0        20                -           0.0000          -
6746.96/341.43	c       341           1414           0        20                -           0.0000          -
6846.17/346.45	c       346           1414           0        20                -           0.0000          -
6947.38/351.54	c       352           1414           0        20                -           0.0000          -
7046.54/356.60	c       357           1414           0        20                -           0.0000          -
7147.84/361.65	c       362           1414           0        20                -           0.0000          -
7246.81/366.70	c       367           1414           0        20                -           0.0000          -
7347.96/371.75	c       372           1414           0        20                -           0.0000          -
7447.04/376.80	c       377           1414           0        20                -           0.0000          -
7548.17/381.86	c       382           1414           0        20                -           0.0000          -
7647.32/386.90	c       387           1414           0        20                -           0.0000          -
7748.32/391.93	c       392           1414           0        20                -           0.0000          -
7847.43/397.02	c       397           1414           0        20                -           0.0000          -
7949.19/402.07	c       402           1414           0        20                -           0.0000          -
8048.49/407.13	c       407           1414           0        20                -           0.0000          -
8149.46/412.18	c       412           1414           0        20                -           0.0000          -
8249.79/417.23	c       417           1414           0        20                -           0.0000          -
8348.85/422.28	c       422           1414           0        20                -           0.0000          -
8450.00/427.34	c       427           1414           0        20                -           0.0000          -
8549.15/432.39	c       432           1414           0        20                -           0.0000          -
8650.32/437.44	c       437           1414           0        20                -           0.0000          -
8749.39/442.49	c       442           1414           0        20                -           0.0000          -
8850.58/447.54	c       448           1414           0        20                -           0.0000          -
8949.79/452.59	c       453           1414           0        20                -           0.0000          -
9056.96/457.98	c       458           1414           0        20                -           0.0000          -
9156.18/462.99	c       463           1414           0        20                -           0.0000          -
9258.02/468.07	c       468           1414           0        20                -           0.0000          -
9357.21/473.10	c       473           1414           0        20                -           0.0000          -
9459.76/478.24	c       478           1414           0        20                -           0.0000          -
9560.95/483.33	c       483           1414           0        20                -           0.0000          -
9662.15/488.40	c       488           1414           0        20                -           0.0000          -
9765.36/493.65	c       494           1414           0        20                -           0.0000          -
9864.59/498.70	c       499           1414           0        20                -           0.0000          -
9965.73/503.76	c       504           1414           0        20                -           0.0000          -
10066.94/508.82	c       509           1414           0        20                -           0.0000          -
10166.11/513.85	c       514           1414           0        20                -           0.0000          -
10267.31/518.90	c       519           1414           0        20                -           0.0000          -
10366.47/523.91	c       524           1414           0        20                -           0.0000          -
10465.61/528.96	c       529           1414           0        20                -           0.0000          -
10564.67/534.01	c       534           1414           0        20                -           0.0000          -
10666.51/539.10	c       539           1414           0        20                -           0.0000          -
10767.63/544.17	c       544           1414           0        20                -           0.0000          -
10868.16/549.21	c       549           1414           0        20                -           0.0000          -
10967.26/554.26	c       554           1414           0        20                -           0.0000          -
11068.43/559.32	c       559           1414           0        20                -           0.0000          -
11167.47/564.36	c       564           1414           0        20                -           0.0000          -
11266.50/569.38	c       569           1414           0        20                -           0.0000          -
11367.55/574.45	c       574           1414           0        20                -           0.0000          -
11468.76/579.52	c       580           1414           0        20                -           0.0000          -
11567.96/584.57	c       585           1414           0        20                -           0.0000          -
11669.13/589.60	c       590           1414           0        20                -           0.0000          -
11768.22/594.64	c       595           1414           0        20                -           0.0000          -
11869.43/599.73	c       600           1414           0        20                -           0.0000          -
11968.42/604.78	c       605           1414           0        20                -           0.0000          -
12069.49/609.83	c       610           1414           0        20                -           0.0000          -
12168.63/614.84	c       615           1414           0        20                -           0.0000          -
12267.83/619.87	c       620           1414           0        20                -           0.0000          -
12369.02/624.98	c       625           1414           0        20                -           0.0000          -
12468.23/630.03	c       630           1414           0        20                -           0.0000          -
12570.25/635.08	c       635           1414           0        20                -           0.0000          -
12669.28/640.13	c       640           1414           0        20                -           0.0000          -
12770.47/645.18	c       645           1414           0        20                -           0.0000          -
12870.98/650.24	c       650           1414           0        20                -           0.0000          -
12970.19/655.29	c       655           1415           1        20                -           0.0000          -
13071.36/660.34	c       660           6758        2244        20                -           0.0000          -
13170.46/665.39	c       665           1416           2        20                -           0.0000          -
13271.65/670.45	c       670           1416           2        20                -           0.0000          -
13372.84/675.50	c       676           1416           2        20                -           0.0000          -
13472.01/680.55	c       681           1416           2        20                -           0.0000          -
13570.87/685.60	c       686           1423           9        20                -           0.0000          -
13672.05/690.65	c       691           1423           9        20                -           0.0000          -
13770.94/695.70	c       696           1423           9        20                -           0.0000          -
13872.07/700.71	c       701           1423           9        20                -           0.0000          -
13973.20/705.80	c       706           1423           9        20                -           0.0000          -
14072.31/710.85	c       711           1423           9        20                -           0.0000          -
14171.49/715.90	c       716           1423           9        20                -           0.0000          -
14272.52/720.96	c       721           1423           9        20                -           0.0000          -
14371.68/726.02	c       726           1425          11        20                -           0.0000          -
14473.61/731.08	c       731           1425          11        20                -           0.0000          -
14572.62/736.13	c       736           1425          11        20                -           0.0000          -
14673.65/741.19	c       741           9047        4892        20                -           0.0000          -
14773.88/746.24	c       746           1427          13        20                -           0.0000          -
14875.16/751.32	c       751           1427          13        20                -           0.0000          -
14974.10/756.38	c       756           1427          13        20                -           0.0000          -
15075.11/761.40	c       761           1428          14        20                -           0.0000          -
15174.19/766.48	c       766           1428          14        20                -           0.0000          -
15275.10/771.53	c       772           1428          14        20                -           0.0000          -
15374.29/776.58	c       777           1428          14        20                -           0.0000          -
15475.47/781.63	c       782           1428          14        20                -           0.0000          -
15574.66/786.68	c       787           1429          15        20                -           0.0000          -
15675.83/791.73	c       792           1429          15        20                -           0.0000          -
15774.96/796.78	c       797           1431          17        20                -           0.0000          -
15876.12/801.83	c       802           1433          19        20                -           0.0000          -
15975.31/806.88	c       807           8482        5537        20                -           0.0000          -
16076.36/811.93	c       812           1434          20        20                -           0.0000          -
16175.51/816.98	c       817           1434          20        20                -           0.0000          -
16274.69/822.03	c       822           1434          20        20                -           0.0000          -
16376.47/827.04	c       827           1434          20        20                -           0.0000          -
16475.46/832.13	c       832          10244        5574        20                -           0.0000          -
16576.63/837.14	c       837           1435          21        20                -           0.0000          -
16676.11/842.17	c       842           1435          21        20                -           0.0000          -
16776.41/847.28	c       847           1435          21        20                -           0.0000          -
16877.55/852.33	c       852           1435          21        20                -           0.0000          -
16976.74/857.34	c       857           1435          21        20                -           0.0000          -
17077.94/862.40	c       862           1435          21        20                -           0.0000          -
17177.16/867.48	c       867           1437          23        20                -           0.0000          -
17278.34/872.53	c       873           1438          24        20                -           0.0000          -
17377.49/877.58	c       878           1438          24        20                -           0.0000          -
17478.69/882.63	c       883           1438          24        20                -           0.0000          -
17577.91/887.68	c       888           1438          24        20                -           0.0000          -
17676.98/892.69	c       893           1438          24        20                -           0.0000          -
17778.14/897.78	c       898           1438          24        20                -           0.0000          -
17879.29/902.82	c       903           1438          24        20                -           0.0000          -
17978.27/907.83	c       908           1438          24        20                -           0.0000          -
18077.30/912.84	c       913           1439          25        20                -           0.0000          -
18178.38/917.91	c       918           1441          27        20                -           0.0000          -
18277.50/922.97	c       923           1441          27        20                -           0.0000          -
18376.72/928.00	c       928           1441          27        20                -           0.0000          -
18475.81/933.03	c       933           9818        6542        20                -           0.0000          -
18577.18/938.10	c       938           1442          28        20                -           0.0000          -
18678.17/943.16	c       943           1442          28        20                -           0.0000          -
18778.71/948.26	c       948           1442          28        20                -           0.0000          -
18879.93/953.31	c       953           1442          28        20                -           0.0000          -
18979.01/958.39	c       958          11883        6592        20                -           0.0000          -
19080.09/963.42	c       963           1445          31        20                -           0.0000          -
19179.18/968.49	c       968           1445          31        20                -           0.0000          -
19280.39/973.54	c       974           1445          31        20                -           0.0000          -
19381.59/978.61	c       979          12078        6711        20                -           0.0000          -
19480.79/983.65	c       984           1446          32        20                -           0.0000          -
19581.95/988.72	c       989           1446          32        20                -           0.0000          -
19681.08/993.74	c       994           1446          32        20                -           0.0000          -
19780.27/998.76	c       999           1446          32        20                -           0.0000          -
19879.45/1003.77	c      1004           1446          32        20                -           0.0000          -
19980.47/1008.82	c      1009           1446          32        20                -           0.0000          -
20079.53/1013.86	c      1014           1446          32        20                -           0.0000          -
20180.73/1018.94	c      1019           1446          32        20                -           0.0000          -
20279.95/1023.99	c      1024          12666        7169        20                -           0.0000          -
20381.80/1029.04	c      1029           1447          33        20                -           0.0000          -
20480.99/1034.09	c      1034           1447          33        20                -           0.0000          -
20580.23/1039.13	c      1039           1447          33        20                -           0.0000          -
20682.66/1044.23	c      1044           1447          33        20                -           0.0000          -
20781.81/1049.29	c      1049           1447          33        20                -           0.0000          -
20882.78/1054.33	c      1054          12994        7469        20                -           0.0000          -
20981.96/1059.36	c      1059           1448          34        20                -           0.0000          -
21083.18/1064.44	c      1064           1448          34        20                -           0.0000          -
21182.20/1069.50	c      1070           1448          34        20                -           0.0000          -
21283.17/1074.60	c      1075           1448          34        20                -           0.0000          -
21384.06/1079.63	c      1080           1448          34        20                -           0.0000          -
21483.21/1084.70	c      1085           1448          34        20                -           0.0000          -
21584.36/1089.75	c      1090           1448          34        20                -           0.0000          -
21685.58/1094.81	c      1095           1450          36        20                -           0.0000          -
21784.82/1099.86	c      1100           1451          37        20                -           0.0000          -
21884.06/1104.88	c      1105           1451          37        20                -           0.0000          -
21985.28/1109.96	c      1110           1451          37        20                -           0.0000          -
22084.39/1115.02	c      1115           1451          37        20                -           0.0000          -
22186.29/1120.07	c      1120           1452          38        20                -           0.0000          -
22285.51/1125.12	c      1125           1452          38        20                -           0.0000          -
22386.78/1130.17	c      1130           1452          38        20                -           0.0000          -
22487.27/1135.22	c      1135           1452          38        20                -           0.0000          -
22586.44/1140.23	c      1140           1452          38        20                -           0.0000          -
22687.51/1145.32	c      1145           1452          38        20                -           0.0000          -
22786.74/1150.36	c      1150          12220        8472        20                -           0.0000          -
22887.72/1155.42	c      1155           1453          39        20                -           0.0000          -
22986.69/1160.43	c      1160          12288        8540        20                -           0.0000          -
23085.85/1165.46	c      1165           1454          40        20                -           0.0000          -
23184.93/1170.51	c      1171           1454          40        20                -           0.0000          -
23287.90/1175.63	c      1176           1454          40        20                -           0.0000          -
23386.79/1180.68	c      1181           1454          40        20                -           0.0000          -
23487.90/1185.73	c      1186           1454          40        20                -           0.0000          -
23587.12/1190.78	c      1191           1454          40        20                -           0.0000          -
23688.34/1195.83	c      1196           1454          40        20                -           0.0000          -
23787.58/1200.88	c      1201           1454          40        20                -           0.0000          -
23886.79/1205.90	c      1206           1454          40        20                -           0.0000          -
23987.98/1210.98	c      1211           1454          40        20                -           0.0000          -
24087.19/1216.03	c      1216           1455          41        20                -           0.0000          -
24189.05/1221.08	c      1221           1456          42        20                -           0.0000          -
24287.88/1226.13	c      1226           1456          42        20                -           0.0000          -
24389.11/1231.16	c      1231           1456          42        20                -           0.0000          -
24489.55/1236.23	c      1236           1457          43        20                -           0.0000          -
24588.80/1241.28	c      1241           1457          43        20                -           0.0000          -
24690.00/1246.33	c      1246           1457          43        20                -           0.0000          -
24789.20/1251.37	c      1251           1457          43        20                -           0.0000          -
24890.41/1256.41	c      1256           1457          43        20                -           0.0000          -
24989.63/1261.48	c      1261           1457          43        20                -           0.0000          -
25090.69/1266.54	c      1267           1457          43        20                -           0.0000          -
25189.85/1271.57	c      1272           1457          43        20                -           0.0000          -
25290.61/1276.64	c      1277           1457          43        20                -           0.0000          -
25389.78/1281.67	c      1282           1457          43        20                -           0.0000          -
25490.92/1286.74	c      1287           1457          43        20                -           0.0000          -
25590.15/1291.79	c      1292           1457          43        20                -           0.0000          -
25691.31/1296.83	c      1297           1458          44        20                -           0.0000          -
25790.54/1301.85	c      1302           1458          44        20                -           0.0000          -
25891.67/1306.90	c      1307           1458          44        20                -           0.0000          -
25990.90/1311.96	c      1312           1458          44        20                -           0.0000          -
26092.72/1317.03	c      1317           1458          44        20                -           0.0000          -
26192.00/1322.07	c      1322           1458          44        20                -           0.0000          -
26291.39/1327.14	c      1327           1459          45        20                -           0.0000          -
26393.69/1332.20	c      1332          17138        3787        20                -           0.0000          -
26492.73/1337.23	c      1337           1460          46        20                -           0.0000          -
26593.79/1342.31	c      1342           1460          46        20                -           0.0000          -
26692.77/1347.36	c      1347           1460          46        20                -           0.0000          -
26793.87/1352.40	c      1352           1460          46        20                -           0.0000          -
26893.03/1357.46	c      1357           1460          46        20                -           0.0000          -
26994.15/1362.51	c      1363           1460          46        20                -           0.0000          -
27093.23/1367.56	c      1368          14502       10469        20                -           0.0000          -
27194.23/1372.61	c      1373           1461          47        20                -           0.0000          -
27293.39/1377.66	c      1378           1461          47        20                -           0.0000          -
27394.47/1382.72	c      1383           1461          47        20                -           0.0000          -
27493.50/1387.74	c      1388           1462          48        20                -           0.0000          -
27592.38/1392.77	c      1393           1463          49        20                -           0.0000          -
27693.51/1397.88	c      1398          14823       10731        20                -           0.0000          -
27792.55/1402.89	c      1403           1464          50        20                -           0.0000          -
27893.56/1407.98	c      1408           1464          50        20                -           0.0000          -
27992.68/1413.03	c      1413           1464          50        20                -           0.0000          -
28094.35/1418.08	c      1418           1465          51        20                -           0.0000          -
28193.39/1423.13	c      1423           1465          51        20                -           0.0000          -
28294.32/1428.18	c      1428           1465          51        20                -           0.0000          -
28394.83/1433.23	c      1433           1465          51        20                -           0.0000          -
28493.99/1438.28	c      1438           1465          51        20                -           0.0000          -
28595.10/1443.33	c      1443           1465          51        20                -           0.0000          -
28694.28/1448.38	c      1448          17432       11129        20                -           0.0000          -
28795.49/1453.43	c      1453           1467          53        20                -           0.0000          -
28894.67/1458.48	c      1458           1467          53        20                -           0.0000          -
28995.84/1463.53	c      1464           1467          53        20                -           0.0000          -
29094.95/1468.58	c      1469           1467          53        20                -           0.0000          -
29196.07/1473.62	c      1474           1467          53        20                -           0.0000          -
29295.22/1478.64	c      1479           1467          53        20                -           0.0000          -
29394.39/1483.66	c      1484           1467          53        20                -           0.0000          -
29495.58/1488.78	c      1489          19338        4216        20                -           0.0000          -
29596.80/1493.83	c      1494           1468          54        20                -           0.0000          -
29695.96/1498.88	c      1499           1470          56        20                -           0.0000          -
29795.23/1503.89	c      1504           1470          56        20                -           0.0000          -
29896.36/1508.91	c      1509          18061       11666        20                -           0.0000          -
29995.61/1513.94	c      1514           1474          60        20                -           0.0000          -
30094.82/1519.01	c      1519           1478          62        20                -           0.0000          -
30196.71/1524.03	c      1524          16205       11881        20                -           0.0000          -
30295.91/1529.13	c      1529           1483          63        20                -           0.0000          -
30397.37/1534.18	c      1534           1488          64        20                -           0.0000          -
30497.63/1539.21	c      1539          19877        4294        20                -           0.0000          -
30596.83/1544.29	c      1544           1489          65        20                -           0.0000          -
30697.98/1549.34	c      1549          16421       12069        20                -           0.0000          -
30797.14/1554.39	c      1554           1495          67        20                -           0.0000          -
30898.28/1559.43	c      1559           1495          67        20                -           0.0000          -
30997.49/1564.49	c      1564           1500          68        20                -           0.0000          -
31098.65/1569.54	c      1570           1501          69        20                -           0.0000          -
31197.88/1574.59	c      1575           1502          70        20                -           0.0000          -
31299.03/1579.64	c      1580           1502          70        20                -           0.0000          -
31398.18/1584.69	c      1585          16766       12366        20                -           0.0000          -
31499.35/1589.72	c      1590           1507          73        20                -           0.0000          -
31598.49/1594.76	c      1595          16871       12463        20                -           0.0000          -
31699.59/1599.85	c      1600           1509          75        20                -           0.0000          -
31798.75/1604.90	c      1605           1509          75        20                -           0.0000          -
31899.86/1609.96	c      1610           1509          75        20                -           0.0000          -
31998.99/1615.01	c      1615          17134       12711        20                -           0.0000          -
32100.71/1620.06	c      1620           1516          78        20                -           0.0000          -
32199.77/1625.08	c      1625           1516          78        20                -           0.0000          -
32301.11/1630.17	c      1630           1518          78        20                -           0.0000          -
32401.29/1635.20	c      1635           1519          79        20                -           0.0000          -
32500.28/1640.27	c      1640           1519          79        20                -           0.0000          -
32601.37/1645.33	c      1645           1520          80        20                -           0.0000          -
32700.50/1650.35	c      1650           1520          80        20                -           0.0000          -
32801.61/1655.41	c      1655           1520          80        20                -           0.0000          -
32900.54/1660.44	c      1660          17595       13120        20                -           0.0000          -
32999.66/1665.47	c      1665          19840       13172        20                -           0.0000          -
33100.81/1670.59	c      1671          19894       13224        20                -           0.0000          -
33201.95/1675.66	c      1676          21746        4693        20                -           0.0000          -
33303.12/1680.72	c      1681           1547          84        20                -           0.0000          -
33402.32/1685.77	c      1686           1547          84        20                -           0.0000          -
33503.53/1690.82	c      1691           1549          84        20                -           0.0000          -
33602.73/1695.84	c      1696          22058        4760        20                -           0.0000          -
33703.88/1700.93	c      1701           1561          84        20                -           0.0000          -
33802.90/1705.98	c      1706        1355552       25067        20                -           0.0000          -
33904.73/1711.06	c      1711          18087       13548        20                -           0.0000          -
34003.75/1716.07	c      1716           1595         102        20                -           0.0000          -
34102.82/1721.12	c      1721           1595         102        20                -           0.0000          -
34203.99/1726.19	c      1726          18185       13626        20                -           0.0000          -
34304.30/1731.22	c      1731           1606         111        20                -           0.0000          -
34403.53/1736.23	c      1736          18305       13696        20                -           0.0000          -
34504.76/1741.30	c      1741          20630       13837        20                -           0.0000          -
34603.96/1746.33	c      1746           1617         122        20                -           0.0000          -
34703.33/1751.39	c      1751           1617         122        20                -           0.0000          -
34806.35/1756.52	c      1757          22849        4978        20                -           0.0000          -
34905.58/1761.57	c      1762          20796       13987        20                -           0.0000          -
35006.78/1766.62	c      1767          20816       14007        20                -           0.0000          -
35106.00/1771.63	c      1772          18627       13976        20                -           0.0000          -
35205.24/1776.64	c      1777           1652         157        20                -           0.0000          -
35306.43/1781.71	c      1782           1661         166        20                -           0.0000          -
35407.64/1786.85	c      1787          23183        5079        20                -           0.0000          -
35506.87/1791.86	c      1792          21151       14338        20                -           0.0000          -
35608.09/1796.95	c      1797          18913       14231        20                -           0.0000          -
35707.32/1802.00	c      1802           1683         188        20                -           0.0000          -
35809.28/1807.04	c      1807           1683         188        20                -           0.0000          -
35908.35/1812.11	c      1812          19062       14343        20                -           0.0000          -
36009.83/1817.16	c      1817          21455       14630        20                -           0.0000          -
36110.20/1822.21	c      1822           1696         201        20                -           0.0000          -
36209.42/1827.26	c      1827           1700          86        20                -           0.0000          -
36308.65/1832.29	c      1832           1700          86        20                -           0.0000          -
36409.88/1837.36	c      1837           1700          86        20                -           0.0000          -
36511.15/1842.41	c      1842           1700          86        20                -           0.0000          -
36610.47/1847.42	c      1847           1700          86        20                -           0.0000          -
36711.46/1852.51	c      1853           1705          86        20                -           0.0000          -
36810.69/1857.57	c      1858          24087        5328        20                -           0.0000          -
36911.90/1862.63	c      1863           1707          88        20                -           0.0000          -
37011.14/1867.68	c      1868          19635       14820        20                -           0.0000          -
37112.38/1872.73	c      1873           1708          89        20                -           0.0000          -
37211.62/1877.78	c      1878           1709          90        20                -           0.0000          -
37312.83/1882.83	c      1883           1710          91        20                -           0.0000          -
37412.08/1887.84	c      1888           1710          91        20                -           0.0000          -
37513.31/1892.93	c      1893           1711          92        20                -           0.0000          -
37612.56/1897.98	c      1898           1711          92        20                -           0.0000          -
37711.74/1903.03	c      1903           1713          94        20                -           0.0000          -
37813.54/1908.08	c      1908           1713          94        20                -           0.0000          -
37912.78/1913.13	c      1913           1714          95        20                -           0.0000          -
38014.09/1918.16	c      1918           1714          95        20                -           0.0000          -
38113.30/1923.17	c      1923          22682       15817        20                -           0.0000          -
38213.90/1928.22	c      1928           1718          97        20                -           0.0000          -
38315.13/1933.34	c      1933          24979        5581        20                -           0.0000          -
38414.37/1938.39	c      1938           1734          97        20                -           0.0000          -
38515.59/1943.44	c      1943           1734          97        20                -           0.0000          -
38614.83/1948.47	c      1948           1749          96        20                -           0.0000          -
38716.06/1953.54	c      1954           1749          96        20                -           0.0000          -
38815.43/1958.57	c      1959          23061       16157        20                -           0.0000          -
38916.48/1963.64	c      1964           1762          99        20                -           0.0000          -
39015.72/1968.68	c      1969           1774          99        20                -           0.0000          -
39116.94/1973.74	c      1974           1802          99        20                -           0.0000          -
39216.18/1978.79	c      1979          20704       15784        20                -           0.0000          -
39317.40/1983.83	c      1984           1837          98        20                -           0.0000          -
39416.64/1988.89	c      1989           1837          98        20                -           0.0000          -
39517.88/1993.90	c      1994          23493       16481        20                -           0.0000          -
39617.12/1998.99	c      1999           1855          98        20                -           0.0000          -
39718.95/2004.04	c      2004           1873          98        20                -           0.0000          -
39818.34/2009.09	c      2009           1876          99        20                -           0.0000          -
39917.38/2014.12	c      2014           1898          99        20                -           0.0000          -
40018.45/2019.17	c      2019           1921          96        20                -           0.0000          -
40117.88/2024.19	c      2024          23831       16773        20                -           0.0000          -
40220.48/2029.31	c      2029           1945          96        20                -           0.0000          -
40319.70/2034.38	c      2034           1971          96        20                -           0.0000          -
40420.95/2039.43	c      2039          21367       16393        20                -           0.0000          -
40520.20/2044.48	c      2044           1998          97        20                -           0.0000          -
40621.42/2049.52	c      2050          26508        5945        20                -           0.0000          -
40720.67/2054.57	c      2055          21536       16552        20                -           0.0000          -
40821.98/2059.62	c      2060           2044          97        20                -           0.0000          -
40921.31/2064.67	c      2065          24288       17194        20                -           0.0000          -
41022.48/2069.72	c      2070          24355       17251        20                -           0.0000          -
41121.53/2074.77	c      2075          21677       16666        20                -           0.0000          -
41222.72/2079.82	c      2080           2099          96        20                -           0.0000          -
41321.91/2084.87	c      2085           2111          96        20                -           0.0000          -
41423.09/2089.92	c      2090          21828       16810        20                -           0.0000          -
41522.30/2094.97	c      2095           2133         100        20                -           0.0000          -
41621.44/2100.03	c      2100           2141         108        20                -           0.0000          -
41723.29/2105.08	c      2105          27322        6164        20                -           0.0000          -
41822.65/2110.13	c      2110           2153         120        20                -           0.0000          -
41923.56/2115.18	c      2115           2156         123        20                -           0.0000          -
42024.12/2120.23	c      2120           2164         131        20                -           0.0000          -
42123.33/2125.28	c      2125          22207       17173        20                -           0.0000          -
42224.44/2130.34	c      2130           2182         149        20                -           0.0000          -
42323.79/2135.39	c      2135          22340       17296        20                -           0.0000          -
42424.81/2140.44	c      2140          22377       17333        20                -           0.0000          -
42523.99/2145.49	c      2145          25193       17925        20                -           0.0000          -
42625.18/2150.57	c      2151          25247       17977        20                -           0.0000          -
42726.52/2155.62	c      2156           2247         214        20                -           0.0000          -
42825.56/2160.64	c      2161          25333       18037        20                -           0.0000          -
42926.73/2165.75	c      2166          22619       17539        20                -           0.0000          -
43025.89/2170.79	c      2171           2309         260        20                -           0.0000          -
43127.03/2175.84	c      2176           2309         260        20                -           0.0000          -
43228.17/2180.91	c      2181           2309         260        20                -           0.0000          -
43327.34/2185.96	c      2186           2309         260        20                -           0.0000          -
43426.45/2190.98	c      2191           2309         260        20                -           0.0000          -
43528.44/2196.12	c      2196           2310         261        20                -           0.0000          -
43630.72/2201.20	c      2201          25743       18365        20                -           0.0000          -
43731.87/2206.32	c      2206          28532        6563        20                -           0.0000          -
43831.03/2211.37	c      2211          25869       18475        20                -           0.0000          -
43930.22/2216.38	c      2216           2362         313        20                -           0.0000          -
44029.45/2221.39	c      2221          23122       17950        20                -           0.0000          -
44132.48/2226.52	c      2227           2382         333        20                -           0.0000          -
44231.65/2231.55	c      2232          23243       18016        20                -           0.0000          -
44332.80/2236.62	c      2237           2403         354        20                -           0.0000          -
44432.00/2241.67	c      2242          29021        6651        20                -           0.0000          -
44533.17/2246.72	c      2247          26248       18840        20                -           0.0000          -
44632.29/2251.77	c      2252           2482         430        20                -           0.0000          -
44731.44/2256.78	c      2257           2491         435        20                -           0.0000          -
44830.48/2261.79	c      2262          29293        6740        20                -           0.0000          -
44933.65/2266.91	c      2267          26483       19029        20                -           0.0000          -
45032.84/2271.98	c      2272           2500         439        20                -           0.0000          -
45131.97/2277.03	c      2277           2501         440        20                -           0.0000          -
45233.69/2282.04	c      2282          23800       18514        20                -           0.0000          -
45332.60/2287.05	c      2287           2518         441        20                -           0.0000          -
45433.79/2292.16	c      2292           2518         441        20                -           0.0000          -
45534.24/2297.24	c      2297          29714        6837        20                -           0.0000          -
45633.41/2302.29	c      2302           2533         442        20                -           0.0000          -
45734.57/2307.34	c      2307           2554         441        20                -           0.0000          -
45833.71/2312.39	c      2312          26964       19456        20                -           0.0000          -
45934.88/2317.44	c      2317           2573         137        20                -           0.0000          -
46033.72/2322.47	c      2322           2581         137        20                -           0.0000          -
46134.89/2327.55	c      2328           2587         137        20                -           0.0000          -
46236.06/2332.61	c      2333           2607         137        20                -           0.0000          -
46335.25/2337.67	c      2338           2607         137        20                -           0.0000          -
46436.43/2342.72	c      2343          27371       19827        20                -           0.0000          -
46535.63/2347.77	c      2348           2627         137        20                -           0.0000          -
46636.83/2352.82	c      2353          24457       19121        20                -           0.0000          -
46736.01/2357.88	c      2358          24501       19144        20                -           0.0000          -
46837.00/2362.96	c      2363           2635         137        20                -           0.0000          -
46936.06/2367.97	c      2368           2653         137        20                -           0.0000          -
47037.89/2373.06	c      2373          27657       20055        20                -           0.0000          -
47137.10/2378.12	c      2378           2673         137        20                -           0.0000          -
47238.18/2383.17	c      2383           2677         134        20                -           0.0000          -
47338.65/2388.22	c      2388           2691         134        20                -           0.0000          -
47437.84/2393.30	c      2393          24864       19414        20                -           0.0000          -
47539.03/2398.34	c      2398          27931       20275        20                -           0.0000          -
47638.23/2403.40	c      2403           2726         133        20                -           0.0000          -
47739.42/2408.47	c      2408           2728         133        20                -           0.0000          -
47840.62/2413.54	c      2414        2839921       25056        20                -           0.0000          -
47941.83/2418.60	c      2419          31246        7257        20                -           0.0000          -
48041.05/2423.68	c      2424          28165       20445        20                -           0.0000          -
48142.22/2428.73	c      2429           2749         154        20                -           0.0000          -
48241.38/2433.78	c      2434          31481        7311        20                -           0.0000          -
48342.59/2438.83	c      2439           2765         170        20                -           0.0000          -
48441.72/2443.88	c      2444          25373       19878        20                -           0.0000          -
48540.80/2448.89	c      2449          28410       20649        20                -           0.0000          -
48642.00/2453.98	c      2454          25487       19992        20                -           0.0000          -
48741.26/2458.99	c      2459          31810        7404        20                -           0.0000          -
48840.48/2464.02	c      2464          31897        7423        20                -           0.0000          -
48942.25/2469.10	c      2469          31939        7435        20                -           0.0000          -
49041.39/2474.11	c      2474          28706       20935        20                -           0.0000          -
49142.69/2479.18	c      2479        2969140       25051        20                -           0.0000          -
49243.18/2484.25	c      2484          25855       20344        20                -           0.0000          -
49344.34/2489.35	c      2489           2944         345        20                -           0.0000          -
49445.53/2494.40	c      2494           2944         345        20                -           0.0000          -
49544.74/2499.45	c      2499          26000       20450        20                -           0.0000          -
49645.95/2504.50	c      2504          26062       20482        20                -           0.0000          -
49745.10/2509.53	c      2510           2995         135        20                -           0.0000          -
49844.32/2514.60	c      2515           3011         135        20                -           0.0000          -
49945.51/2519.66	c      2520           3013         135        20                -           0.0000          -
50044.73/2524.69	c      2525           3013         135        20                -           0.0000          -
50145.93/2529.71	c      2530          26296       20685        20                -           0.0000          -
50245.11/2534.77	c      2535           3053         135        20                -           0.0000          -
50346.28/2539.88	c      2540          29517       21649        20                -           0.0000          -
50447.46/2544.93	c      2545           3063         135        20                -           0.0000          -
50546.61/2549.99	c      2550           3087         135        20                -           0.0000          -
50645.81/2555.01	c      2555           3091         135        20                -           0.0000          -
50744.85/2560.02	c      2560          26675       21015        20                -           0.0000          -
50848.46/2565.14	c      2565           3102         134        20                -           0.0000          -
50949.15/2570.21	c      2570           3103         135        20                -           0.0000          -
51048.36/2575.27	c      2575          33344        7778        20                -           0.0000          -
51149.47/2580.32	c      2580           3129         135        20                -           0.0000          -
51248.61/2585.37	c      2585          30030       22122        20                -           0.0000          -
51349.80/2590.43	c      2590           3141         135        20                -           0.0000          -
51449.00/2595.48	c      2595           3141         135        20                -           0.0000          -
51550.20/2600.53	c      2601           3144         136        20                -           0.0000          -
51649.39/2605.59	c      2606           3144         136        20                -           0.0000          -
51750.54/2610.66	c      2611           3144         136        20                -           0.0000          -
51851.73/2615.71	c      2616           3157         135        20                -           0.0000          -
51950.93/2620.76	c      2621           3157         135        20                -           0.0000          -
52051.87/2625.82	c      2626           3167         135        20                -           0.0000          -
52150.91/2630.87	c      2631           3167         135        20                -           0.0000          -
52252.09/2635.92	c      2636           3167         135        20                -           0.0000          -
52351.29/2640.96	c      2641           3175         135        20                -           0.0000          -
52450.49/2646.04	c      2646           3175         135        20                -           0.0000          -
52552.35/2651.09	c      2651          30768       22715        20                -           0.0000          -
52653.55/2656.15	c      2656           3212         134        20                -           0.0000          -
52754.01/2661.20	c      2661           3212         134        20                -           0.0000          -
52853.23/2666.25	c      2666           3212         134        20                -           0.0000          -
52952.38/2671.30	c      2671          30977       22846        20                -           0.0000          -
53053.56/2676.36	c      2676           3240         135        20                -           0.0000          -
53154.76/2681.42	c      2681           3240         135        20                -           0.0000          -
53253.97/2686.43	c      2686           3254         135        20                -           0.0000          -
53353.17/2691.49	c      2691           3270         135        20                -           0.0000          -
53452.16/2696.50	c      2696          34781        8136        20                -           0.0000          -
53553.35/2701.59	c      2702           3281         136        20                -           0.0000          -
53654.57/2706.64	c      2707        3183331       25050        20                -           0.0000          -
53753.78/2711.67	c      2712           3320         137        20                -           0.0000          -
53854.98/2716.78	c      2717           3336         137        20                -           0.0000          -
53956.18/2721.83	c      2722          31599       23348        20                -           0.0000          -
54055.40/2726.88	c      2727           3382         137        20                -           0.0000          -
54156.58/2731.90	c      2732          31733       23424        20                -           0.0000          -
54255.80/2736.94	c      2737          31755       23436        20                -           0.0000          -
54357.56/2742.04	c      2742           3470         137        20                -           0.0000          -
54456.77/2747.10	c      2747          31810       23487        20                -           0.0000          -
54558.00/2752.14	c      2752           3512         137        20                -           0.0000          -
54657.35/2757.20	c      2757           3520         137        20                -           0.0000          -
54757.64/2762.26	c      2762          35583        8366        20                -           0.0000          -
54858.95/2767.31	c      2767           3526         137        20                -           0.0000          -
54958.00/2772.36	c      2772          28867       23050        20                -           0.0000          -
55059.20/2777.43	c      2777           3574         137        20                -           0.0000          -
55158.40/2782.48	c      2782          32181       23794        20                -           0.0000          -
55259.59/2787.51	c      2788           3582         137        20                -           0.0000          -
55358.71/2792.59	c      2793           3608         137        20                -           0.0000          -
55459.91/2797.63	c      2798           3610         137        20                -           0.0000          -
55560.74/2802.72	c      2803           3621         138        20                -           0.0000          -
55659.82/2807.77	c      2808           3629         138        20                -           0.0000          -
55760.97/2812.84	c      2813           3632         137        20                -           0.0000          -
55860.15/2817.86	c      2818           3632         137        20                -           0.0000          -
55959.36/2822.87	c      2823        3247217       25052        20                -           0.0000          -
56060.55/2827.98	c      2828           3658         129        20                -           0.0000          -
56162.41/2833.03	c      2833           3664         129        20                -           0.0000          -
56261.62/2838.11	c      2838           3668         129        20                -           0.0000          -
56360.80/2843.12	c      2843           3672         129        20                -           0.0000          -
56462.05/2848.16	c      2848           3680         129        20                -           0.0000          -
56562.42/2853.23	c      2853           3682         129        20                -           0.0000          -
56663.62/2858.32	c      2858          32971       24424        20                -           0.0000          -
56762.98/2863.39	c      2863           3693         130        20                -           0.0000          -
56864.01/2868.41	c      2868           3695         130        20                -           0.0000          -
56963.23/2873.49	c      2873           3695         130        20                -           0.0000          -
57064.47/2878.54	c      2879          37154        8790        20                -           0.0000          -
57163.63/2883.59	c      2884           3716         129        20                -           0.0000          -
57264.60/2888.62	c      2889          37257        8824        20                -           0.0000          -
57363.79/2893.63	c      2894           3724         129        20                -           0.0000          -
57464.88/2898.72	c      2899           3741         125        20                -           0.0000          -
57566.04/2903.80	c      2904           3747         125        20                -           0.0000          -
57665.27/2908.86	c      2909          30245       24348        20                -           0.0000          -
57766.18/2913.91	c      2914           3794         124        20                -           0.0000          -
57865.33/2918.97	c      2919           3796         124        20                -           0.0000          -
57964.50/2923.99	c      2924           3796         124        20                -           0.0000          -
58063.69/2929.02	c      2929          37628        8944        20                -           0.0000          -
58165.34/2934.07	c      2934           3816         124        20                -           0.0000          -
58266.43/2939.17	c      2939           3827         122        20                -           0.0000          -
58366.98/2944.25	c      2944           3833         122        20                -           0.0000          -
58468.12/2949.30	c      2949          37859        9019        20                -           0.0000          -
58567.23/2954.35	c      2954           3852         123        20                -           0.0000          -
58668.03/2959.42	c      2959          30784       24831        20                -           0.0000          -
58767.18/2964.47	c      2964          30814       24861        20                -           0.0000          -
58868.26/2969.53	c      2970           3905         122        20                -           0.0000          -
58967.43/2974.55	c      2975           3907         122        20                -           0.0000          -
59068.45/2979.63	c      2980           3914         122        20                -           0.0000          -
59167.60/2984.69	c      2985           3919         123        20                -           0.0000          -
59268.73/2989.73	c      2990           3921         123        20                -           0.0000          -
59367.86/2994.77	c      2995          38488        9146        20                -           0.0000          -
59466.94/2999.79	c      3000          31214       25201        20                -           0.0000          -
59568.01/3004.89	c      3005           3934         122        20                -           0.0000          -
59669.07/3009.94	c      3010           3948         122        20                -           0.0000          -
59768.07/3014.99	c      3015          34683       25800        20                -           0.0000          -
59869.80/3020.04	c      3020           3968         122        20                -           0.0000          -
59968.93/3025.08	c      3025          34772       25849        20                -           0.0000          -
60068.08/3030.14	c      3030           3990         122        20                -           0.0000          -
60169.40/3035.15	c      3035           3997         122        20                -           0.0000          -
60269.70/3040.24	c      3040           3997         122        20                -           0.0000          -
60368.92/3045.29	c      3045           4006         123        20                -           0.0000          -
60470.13/3050.30	c      3050           4007         124        20                -           0.0000          -
60569.45/3055.37	c      3055           4007         124        20                -           0.0000          -
60670.50/3060.44	c      3060          31791       25722        20                -           0.0000          -
60769.72/3065.49	c      3065          39484        9374        20                -           0.0000          -
60870.76/3070.52	c      3071           4014         131        20                -           0.0000          -
60969.70/3075.59	c      3076          31925       25830        20                -           0.0000          -
61070.93/3080.64	c      3081          31983       25873        20                -           0.0000          -
61170.17/3085.69	c      3086           4027         144        20                -           0.0000          -
61271.16/3090.74	c      3091          35553       26467        20                -           0.0000          -
61370.28/3095.79	c      3096           4030         147        20                -           0.0000          -
61471.41/3100.84	c      3101           4051         146        20                -           0.0000          -
61570.66/3105.89	c      3106           4051         146        20                -           0.0000          -
61671.89/3110.94	c      3111           4051         146        20                -           0.0000          -
61771.13/3115.95	c      3116           4068         147        20                -           0.0000          -
61870.37/3120.96	c      3121           4074         146        20                -           0.0000          -
61969.53/3125.97	c      3126          32411       26269        20                -           0.0000          -
62068.77/3131.01	c      3131        3347063       25054        20                -           0.0000          -
62167.86/3136.02	c      3136           4104         146        20                -           0.0000          -
62269.91/3141.07	c      3141           4114         146        20                -           0.0000          -
62370.89/3146.18	c      3146        3351595       25050        20                -           0.0000          -
62471.38/3151.24	c      3151          40663        9657        20                -           0.0000          -
62572.50/3156.30	c      3156          36257       27081        20                -           0.0000          -
62671.59/3161.32	c      3161          40809        9696        20                -           0.0000          -
62772.82/3166.40	c      3166           4147         167        20                -           0.0000          -
62872.05/3171.47	c      3171          40974        9730        20                -           0.0000          -
62973.27/3176.50	c      3176           4162         180        20                -           0.0000          -
63072.41/3181.57	c      3182           4169         181        20                -           0.0000          -
63173.64/3186.63	c      3187           4184         180        20                -           0.0000          -
63272.77/3191.68	c      3192          33140       26951        20                -           0.0000          -
63373.86/3196.73	c      3197          36663       27393        20                -           0.0000          -
63472.95/3201.74	c      3202           4247         182        20                -           0.0000          -
63572.13/3206.76	c      3207           4272         182        20                -           0.0000          -
63673.27/3211.86	c      3212          33343       27128        20                -           0.0000          -
63774.37/3216.94	c      3217           4316         182        20                -           0.0000          -
63873.48/3221.98	c      3222          36917       27595        20                -           0.0000          -
63972.57/3227.00	c      3227          41696        9923        20                -           0.0000          -
64074.33/3232.12	c      3232           4336         188        20                -           0.0000          -
64175.45/3237.18	c      3237          33663       27436        20                -           0.0000          -
64275.93/3242.23	c      3242           4357         189        20                -           0.0000          -
64375.06/3247.30	c      3247           4360         190        20                -           0.0000          -
64476.24/3252.31	c      3252           4379         190        20                -           0.0000          -
64577.27/3257.43	c      3257          33781       27524        20                -           0.0000          -
64676.43/3262.47	c      3262           4399         189        20                -           0.0000          -
64777.60/3267.53	c      3268           4408         189        20                -           0.0000          -
64876.62/3272.57	c      3273           4410         189        20                -           0.0000          -
64977.55/3277.64	c      3278           4410         189        20                -           0.0000          -
65076.70/3282.68	c      3283           4410         189        20                -           0.0000          -
65177.84/3287.74	c      3288          33976       27713        20                -           0.0000          -
65276.99/3292.75	c      3293           4446         189        20                -           0.0000          -
65378.13/3297.84	c      3298          37788       28389        20                -           0.0000          -
65479.27/3302.90	c      3303          37825       28422        20                -           0.0000          -
65578.42/3307.95	c      3308          42888       10160        20                -           0.0000          -
65677.56/3312.98	c      3313          37920       28493        20                -           0.0000          -
65776.70/3318.04	c      3318          34263       27970        20                -           0.0000          -
65878.57/3323.11	c      3323           4539         247        20                -           0.0000          -
65979.47/3328.16	c      3328           4539         247        20                -           0.0000          -
66080.25/3333.21	c      3333          38145       28698        20                -           0.0000          -
66179.25/3338.27	c      3338          43310       10255        20                -           0.0000          -
66280.62/3343.32	c      3343          38246       28767        20                -           0.0000          -
66379.67/3348.33	c      3348          34581       28288        20                -           0.0000          -
66478.90/3353.37	c      3353          38363       28856        20                -           0.0000          -
66578.12/3358.40	c      3358          38444       28933        20                -           0.0000          -
66679.30/3363.46	c      3363          34733       28438        20                -           0.0000          -
66780.37/3368.60	c      3369          34812       28501        20                -           0.0000          -
66881.57/3373.63	c      3374           4911         599        20                -           0.0000          -
66982.78/3378.72	c      3379           4932         187        20                -           0.0000          -
67082.02/3383.74	c      3384          34957       28623        20                -           0.0000          -
67183.20/3388.83	c      3389           4941         196        20                -           0.0000          -
67282.43/3393.88	c      3394           4942         197        20                -           0.0000          -
67383.62/3398.90	c      3399          35135       28783        20                -           0.0000          -
67482.80/3403.91	c      3404           4964         198        20                -           0.0000          -
67582.03/3408.92	c      3409           4972         198        20                -           0.0000          -
67681.24/3414.00	c      3414          44237       10520        20                -           0.0000          -
67783.29/3419.05	c      3419           4979         198        20                -           0.0000          -
67882.38/3424.09	c      3424          39169       29549        20                -           0.0000          -
67983.62/3429.19	c      3429           5018         198        20                -           0.0000          -
68084.02/3434.25	c      3434          44501       10576        20                -           0.0000          -
68183.23/3439.27	c      3439           5039         198        20                -           0.0000          -
68284.46/3444.39	c      3444           5050         198        20                -           0.0000          -
68385.70/3449.43	c      3449           5060         199        20                -           0.0000          -
68486.90/3454.51	c      3455           5080         199        20                -           0.0000          -
68586.12/3459.59	c      3460          39528       29849        20                -           0.0000          -
68687.35/3464.65	c      3465           5116         199        20                -           0.0000          -
68788.57/3469.70	c      3470           5128         199        20                -           0.0000          -
68887.80/3474.75	c      3475          39677       29984        20                -           0.0000          -
68989.02/3479.80	c      3480          35994       29604        20                -           0.0000          -
69088.23/3484.86	c      3485          36051       29661        20                -           0.0000          -
69189.54/3489.92	c      3490           5170         199        20                -           0.0000          -
69288.64/3494.97	c      3495           5178         199        20                -           0.0000          -
69387.85/3500.03	c      3500           5185         199        20                -           0.0000          -
69489.79/3505.09	c      3505          45286       10826        20                -           0.0000          -
69589.03/3510.11	c      3510          36303       29895        20                -           0.0000          -
69690.30/3515.19	c      3515           5214         199        20                -           0.0000          -
69790.88/3520.24	c      3520           5228         199        20                -           0.0000          -
69890.20/3525.29	c      3525           5243         199        20                -           0.0000          -
69991.55/3530.34	c      3530           5243         199        20                -           0.0000          -
70090.81/3535.35	c      3535          45692       10952        20                -           0.0000          -
70189.98/3540.36	c      3540          45734       10968        20                -           0.0000          -
70291.24/3545.49	c      3545          45792       10988        20                -           0.0000          -
70392.52/3550.58	c      3551          45841       11003        20                -           0.0000          -
70493.73/3555.63	c      3556          45931       11021        20                -           0.0000          -
70593.02/3560.69	c      3561           5310         237        20                -           0.0000          -
70694.30/3565.74	c      3566           5321         248        20                -           0.0000          -
70793.56/3570.79	c      3571          46132       11068        20                -           0.0000          -
70894.85/3575.84	c      3576           5335         262        20                -           0.0000          -
70994.14/3580.86	c      3581          46283       11105        20                -           0.0000          -
71095.42/3585.91	c      3586          37097       30648        20                -           0.0000          -
71194.71/3590.92	c      3591          40928       31083        20                -           0.0000          -
71294.02/3595.98	c      3596          46464       11153        20                -           0.0000          -
71396.01/3601.07	c      3601          37187       30738        20                -           0.0000          -
71495.19/3606.12	c      3606          46621       11180        20                -           0.0000          -
71596.53/3611.16	c      3611          37266       30817        20                -           0.0000          -
71697.16/3616.21	c      3616          41271       31390        20                -           0.0000          -
71796.46/3621.30	c      3621          46842       11225        20                -           0.0000          -
71897.75/3626.36	c      3626           5946         524        20                -           0.0000          -
71999.00/3631.42	c      3631           5948         524        20                -           0.0000          -

Verifier Data

ERROR: no interpretation found !

Watcher Data

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

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

NUMA information:
  number of nodes: 4
  memory of node 0: 191633 MiB (186329 MiB free)
  memory of node 1: 193531 MiB (189719 MiB free)
  memory of node 2: 193531 MiB (178386 MiB free)
  memory of node 3: 193531 MiB (192208 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-4465915-1722594946/watcher-4465915-1722594946 -o /tmp/evaluation-result-4465915-1722594946/solver-4465915-1722594946 -C 72000 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeD101-1722587343-157286 --watchdog 3760 ./fscip settings/racing.prm HOME/instance-4465915-1722594946.opb -qsol -t 72000 -sth 20 

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

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

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


[startup+0.100116 s]*
/proc/loadavg: 71.80 71.61 76.09 62/981 163003
/proc/meminfo: memFree=764477360/790760800 swapFree=131071996/131071996
[pid=163002] ppid=162999 vsize=116568 memory=98236 CPUtime=0.11 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/163002/stat : 163002 (fscip) R 162999 163002 157273 0 -1 4194304 22360 0 0 0 8 3 0 0 20 0 1 0 26081417 119365632 24559 809668444160 4194304 16623229 140730217310960 0 0 0 0 0 2 0 0 0 17 35 0 0 0 0 0 18838560 18947056 56590336 140730217313289 140730217313407 140730217313407 140730217320432 0
/proc/163002/statm: 29142 24559 2630 3035 0 25538 0
Current children cumulated CPU time: 0.11 s
Current children cumulated vsize: 116568 KiB
Current children cumulated memory: 98236 KiB

[startup+0.219709 s]*
/proc/loadavg: 71.80 71.61 76.09 62/981 163003
/proc/meminfo: memFree=764442556/790760800 swapFree=131071996/131071996
[pid=163002] ppid=162999 vsize=148476 memory=127848 CPUtime=0.23 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/163002/stat : 163002 (fscip) R 162999 163002 157273 0 -1 4194304 31434 0 0 0 19 4 0 0 20 0 1 0 26081417 152039424 31962 809668444160 4194304 16623229 140730217310960 0 0 0 0 0 2 0 0 0 17 35 0 0 0 0 0 18838560 18947056 56590336 140730217313289 140730217313407 140730217313407 140730217320432 0
/proc/163002/statm: 37119 31962 2758 3035 0 33515 0
Current children cumulated CPU time: 0.23 s
Current children cumulated vsize: 148476 KiB
Current children cumulated memory: 127848 KiB

[startup+0.319685 s]*
/proc/loadavg: 71.80 71.61 76.09 62/981 163003
/proc/meminfo: memFree=764433856/790760800 swapFree=131071996/131071996
[pid=163002] ppid=162999 vsize=214564 memory=145332 CPUtime=0.33 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/163002/stat : 163002 (fscip) R 162999 163002 157273 0 -1 4194304 35810 0 0 0 28 5 0 0 20 0 1 0 26081417 219713536 36333 809668444160 4194304 16623229 140730217310960 0 0 0 0 0 2 0 0 0 17 35 0 0 0 0 0 18838560 18947056 56590336 140730217313289 140730217313407 140730217313407 140730217320432 0
/proc/163002/statm: 53641 36333 2774 3035 0 50037 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 214564 KiB
Current children cumulated memory: 145332 KiB

[startup+0.700505 s]
/proc/loadavg: 71.80 71.61 76.09 62/1001 163023
/proc/meminfo: memFree=764239056/790760800 swapFree=131071996/131071996
[pid=163002] ppid=162999 vsize=1879140 memory=496152 CPUtime=0.69 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/163002/stat : 163002 (fscip) S 162999 163002 157273 0 -1 1077936128 130150 0 0 0 50 19 0 0 20 0 21 0 26081417 1924239360 124038 809668444160 4194304 16623229 140730217310960 0 0 0 0 0 2 0 0 0 17 43 0 0 0 0 0 18838560 18947056 56590336 140730217313289 140730217313407 140730217313407 140730217320432 0
/proc/163002/statm: 469785 124038 2774 3035 0 188918 0
[pid=163002/tid=163004] ppid=162999 vsize=1879140 memory=0 CPUtime=0.03 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/163002/task/163004/stat : 163004 (fscip) S 162999 163002 157273 0 -1 1077936192 8695 0 0 0 2 1 0 0 20 0 21 0 26081467 1924239360 124038 809668444160 4194304 16623229 140730217310960 0 0 0 0 0 2 0 0 0 -1 39 0 0 0 0 0 18838560 18947056 56590336 140730217313289 140730217313407 140730217313407 140730217320432 0
[pid=163002/tid=163005] ppid=162999 vsize=1879140 memory=16108 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/163002/task/163005/stat : 163005 (fscip) S 162999 163002 157273 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 26081467 1924239360 124038 809668444160 4194304 16623229 140730217310960 0 0 0 0 0 2 0 0 0 -1 43 0 0 0 0 0 18838560 18947056 56590336 140730217313289 140730217313407 140730217313407 140730217320432 0
[pid=163002/tid=163006] ppid=162999 vsize=1879140 memory=5432 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/163002/task/163006/stat : 163006 (fscip) S 162999 163002 157273 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 26081467 1924239360 124104 809668444160 4194304 16623229 140730217310960 0 0 0 0 0 2 0 0 0 -1 51 0 0 0 0 0 18838560 18947056 56590336 140730217313289 140730217313407 140730217313407 140730217320432 0
[pid=163002/tid=163007] ppid=162999 vsize=1879140 memory=2268 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/163002/task/163007/stat : 163007 (fscip) S 162999 163002 157273 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 26081467 1924239360 124104 809668444160 4194304 16623229 140730217310960 0 0 0 0 0 2 0 0 0 -1 55 0 0 0 0 0 18838560 18947056 56590336 140730217313289 140730217313407 140730217313407 140730217320432 0
[pid=163002/tid=163008] ppid=162999 vsize=1879140 memory=0 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/163002/task/163008/stat : 163008 (fscip) R 162999 163002 157273 0 -1 4194368 6087 0 0 0 0 0 0 0 20 0 21 0 26081467 1924239360 124104 809668444160 4194304 16623229 140730217310960 0 0 0 0 0 2 0 0 0 -1 59 0 0 0 0 0 18838560 18947056 56590336 140730217313289 140730217313407 140730217313407 140730217320432 0
[pid=163002/tid=163009] ppid=162999 vsize=1879140 memory=0 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/163002/task/163009/stat : 163009 (fscip) S 162999 163002 157273 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 26081467 1924239360 124104 809668444160 4194304 16623229 140730217310960 0 0 0 0 0 2 0 0 0 -1 63 0 0 0 0 0 18838560 18947056 56590336 140730217313289 140730217313407 140730217313407 140730217320432 0
[pid=163002/tid=163010] ppid=162999 vsize=1879140 memory=0 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/163002/task/163010/stat : 163010 (fscip) S 162999 163002 157273 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 26081467 1924239360 124104 809668444160 4194304 16623229 140730217310960 0 0 0 0 0 2 0 0 0 -1 67 0 0 0 0 0 18838560 18947056 56590336 140730217313289 140730217313407 140730217313407 140730217320432 0
[pid=163002/tid=163011] ppid=162999 vsize=1879140 memory=0 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/163002/task/163011/stat : 163011 (fscip) S 162999 163002 157273 0 -1 1077936192 8694 0 0 0 2 0 0 0 20 0 21 0 26081467 1924239360 124104 809668444160 4194304 16623229 140730217310960 0 0 0 0 0 2 0 0 0 -1 71 0 0 0 0 0 18838560 18947056 56590336 140730217313289 140730217313407 140730217313407 140730217320432 0
[pid=163002/tid=163012] ppid=162999 vsize=1879140 memory=0 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/163002/task/163012/stat : 163012 (fscip) S 162999 163002 157273 0 -1 1077936192 2 0 0 0 0 0 0 0 20 0 21 0 26081467 1924239360 124104 809668444160 4194304 16623229 140730217310960 0 0 0 0 0 2 0 0 0 -1 75 0 0 0 0 0 18838560 18947056 56590336 140730217313289 140730217313407 140730217313407 140730217320432 0
[pid=163002/tid=163013] ppid=162999 vsize=1879140 memory=1836 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/163002/task/163013/stat : 163013 (fscip) S 162999 163002 157273 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 26081467 1924239360 124104 809668444160 4194304 16623229 140730217310960 0 0 0 0 0 2 0 0 0 -1 3 0 0 0 0 0 18838560 18947056 56590336 140730217313289 140730217313407 140730217313407 140730217320432 0
[pid=163002/tid=163014] ppid=162999 vsize=1879140 memory=0 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/163002/task/163014/stat : 163014 (fscip) S 162999 163002 157273 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 26081467 1924239360 124104 809668444160 4194304 16623229 140730217310960 0 0 0 0 0 2 0 0 0 -1 7 0 0 0 0 0 18838560 18947056 56590336 140730217313289 140730217313407 140730217313407 140730217320432 0
[pid=163002/tid=163015] ppid=162999 vsize=1879140 memory=0 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/163002/task/163015/stat : 163015 (fscip) S 162999 163002 157273 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 26081467 1924239360 124170 809668444160 4194304 16623229 140730217310960 0 0 0 0 0 2 0 0 0 -1 11 0 0 0 0 0 18838560 18947056 56590336 140730217313289 140730217313407 140730217313407 140730217320432 0
[pid=163002/tid=163016] ppid=162999 vsize=1879140 memory=38468 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/163002/task/163016/stat : 163016 (fscip) S 162999 163002 157273 0 -1 1077936192 8694 0 0 0 1 1 0 0 20 0 21 0 26081467 1924239360 124170 809668444160 4194304 16623229 140730217310960 0 0 0 0 0 2 0 0 0 -1 15 0 0 0 0 0 18838560 18947056 56590336 140730217313289 140730217313407 140730217313407 140730217320432 0
[pid=163002/tid=163017] ppid=162999 vsize=1879140 memory=2152 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/163002/task/163017/stat : 163017 (fscip) S 162999 163002 157273 0 -1 1077936192 8694 0 0 0 1 1 0 0 20 0 21 0 26081467 1924239360 124170 809668444160 4194304 16623229 140730217310960 0 0 0 0 0 2 0 0 0 -1 19 0 0 0 0 0 18838560 18947056 56590336 140730217313289 140730217313407 140730217313407 140730217320432 0
[pid=163002/tid=163018] ppid=162999 vsize=1879140 memory=6056 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/163002/task/163018/stat : 163018 (fscip) S 162999 163002 157273 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 26081467 1924239360 124170 809668444160 4194304 16623229 140730217310960 0 0 0 0 0 2 0 0 0 -1 23 0 0 0 0 0 18838560 18947056 56590336 140730217313289 140730217313407 140730217313407 140730217320432 0
[pid=163002/tid=163019] ppid=162999 vsize=1879140 memory=279842889468848 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/163002/task/163019/stat : 163019 (fscip) S 162999 163002 157273 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 26081467 1924239360 124170 809668444160 4194304 16623229 140730217310960 0 0 0 0 0 2 0 0 0 -1 27 0 0 0 0 0 18838560 18947056 56590336 140730217313289 140730217313407 140730217313407 140730217320432 0
[pid=163002/tid=163020] ppid=162999 vsize=1879140 memory=8284991915777 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/163002/task/163020/stat : 163020 (fscip) S 162999 163002 157273 0 -1 1077936192 8694 0 0 0 1 1 0 0 20 0 21 0 26081467 1924239360 124170 809668444160 4194304 16623229 140730217310960 0 0 0 0 0 2 0 0 0 -1 35 0 0 0 0 0 18838560 18947056 56590336 140730217313289 140730217313407 140730217313407 140730217320432 0
[pid=163002/tid=163021] ppid=162999 vsize=1879140 memory=279842889304416 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/163002/task/163021/stat : 163021 (fscip) S 162999 163002 157273 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 26081467 1924239360 124170 809668444160 4194304 16623229 140730217310960 0 0 0 0 0 2 0 0 0 -1 47 0 0 0 0 0 18838560 18947056 56590336 140730217313289 140730217313407 140730217313407 140730217320432 0
[pid=163002/tid=163022] ppid=162999 vsize=1879140 memory=8076240183553 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/163002/task/163022/stat : 163022 (fscip) S 162999 163002 157273 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 26081467 1924239360 124170 809668444160 4194304 16623229 140730217310960 0 0 0 0 0 2 0 0 0 -1 35 0 0 0 0 0 18838560 18947056 56590336 140730217313289 140730217313407 140730217313407 140730217320432 0
[pid=163002/tid=163023] ppid=162999 vsize=1879140 memory=8200794235137 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/163002/task/163023/stat : 163023 (fscip) S 162999 163002 157273 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 26081467 1924239360 124170 809668444160 4194304 16623229 140730217310960 0 0 0 0 0 2 0 0 0 -1 71 0 0 0 0 0 18838560 18947056 56590336 140730217313289 140730217313407 140730217313407 140730217320432 0
Current children cumulated CPU time: 0.69 s
Current children cumulated vsize: 1879140 KiB
Current children cumulated memory: 496152 KiB

[startup+1.50061 s]
/proc/loadavg: 71.80 71.61 76.09 62/1001 163023
/proc/meminfo: memFree=763711772/790760800 swapFree=131071996/131071996
[pid=163002] ppid=162999 vsize=3880500 memory=2525940 CPUtime=7.57 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/163002/stat : 163002 (fscip) S 162999 163002 157273 0 -1 1077936128 642616 0 0 0 619 138 0 0 20 0 41 0 26081417 3973632000 631485 809668444160 4194304 16623229 140730217310960 0 0 0 0 0 2 0 0 0 17 35 0 0 0 0 0 18838560 18947056 56590336 140730217313289 140730217313407 140730217313407 140730217320432 0
/proc/163002/statm: 970125 631485 2790 3035 0 816033 0
[pid=163002/tid=163004] ppid=162999 vsize=3880500 memory=-9176201344669828512 CPUtime=0.35 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/163002/task/163004/stat : 163004 (fscip) R 162999 163002 157273 0 -1 4194368 27077 0 0 0 29 6 0 0 20 0 41 0 26081467 3973632000 631485 809668444160 4194304 16623229 140730217310960 0 0 0 0 0 2 0 0 0 -1 35 0 0 0 0 0 18838560 18947056 56590336 140730217313289 140730217313407 140730217313407 140730217320432 0
[pid=163002/tid=163005] ppid=162999 vsize=3880500 memory=2268 CPUtime=0.35 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/163002/task/163005/stat : 163005 (fscip) R 162999 163002 157273 0 -1 4194368 27897 0 0 0 30 5 0 0 20 0 41 0 26081467 3973632000 631485 809668444160 4194304 16623229 140730217310960 0 0 0 0 0 2 0 0 0 -1 79 0 0 0 0 0 18838560 18947056 56590336 140730217313289 140730217313407 140730217313407 140730217320432 0
[pid=163002/tid=163006] ppid=162999 vsize=3880500 memory=16108 CPUtime=0.34 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/163002/task/163006/stat : 163006 (fscip) R 162999 163002 157273 0 -1 4194368 27478 0 0 0 27 7 0 0 20 0 41 0 26081467 3973632000 631485 809668444160 4194304 16623229 140730217310960 0 0 0 0 0 2 0 0 0 -1 63 0 0 0 0 0 18838560 18947056 56590336 140730217313289 140730217313407 140730217313407 140730217320432 0
[pid=163002/tid=163007] ppid=162999 vsize=3880500 memory=5432 CPUtime=0.35 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/163002/task/163007/stat : 163007 (fscip) R 162999 163002 157273 0 -1 4194368 27315 0 0 0 30 5 0 0 20 0 41 0 26081467 3973632000 631485 809668444160 4194304 16623229 140730217310960 0 0 0 0 0 2 0 0 0 -1 51 0 0 0 0 0 18838560 18947056 56590336 140730217313289 140730217313407 140730217313407 140730217320432 0
[pid=163002/tid=163008] ppid=162999 vsize=3880500 memory=-6924879444270599986 CPUtime=0.33 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/163002/task/163008/stat : 163008 (fscip) R 162999 163002 157273 0 -1 4194368 29517 0 0 0 27 6 0 0 20 0 41 0 26081467 3973632000 631485 809668444160 4194304 16623229 140730217310960 0 0 0 0 0 2 0 0 0 -1 55 0 0 0 0 0 18838560 18947056 56590336 140730217313289 140730217313407 140730217313407 140730217320432 0
[pid=163002/tid=163009] ppid=162999 vsize=3880500 memory=401652 CPUtime=0.34 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/163002/task/163009/stat : 163009 (fscip) R 162999 163002 157273 0 -1 4194368 28099 0 0 0 27 7 0 0 20 0 41 0 26081467 3973632000 631485 809668444160 4194304 16623229 140730217310960 0 0 0 0 0 2 0 0 0 -1 7 0 0 0 0 0 18838560 18947056 56590336 140730217313289 140730217313407 140730217313407 140730217320432 0
[pid=163002/tid=163010] ppid=162999 vsize=3880500 memory=1836 CPUtime=0.34 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/163002/task/163010/stat : 163010 (fscip) R 162999 163002 157273 0 -1 4194368 28019 0 0 0 30 4 0 0 20 0 41 0 26081467 3973632000 631485 809668444160 4194304 16623229 140730217310960 0 0 0 0 0 2 0 0 0 -1 71 0 0 0 0 0 18838560 18947056 56590336 140730217313289 140730217313407 140730217313407 140730217320432 0
[pid=163002/tid=163011] ppid=162999 vsize=3880500 memory=0 CPUtime=0.34 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/163002/task/163011/stat : 163011 (fscip) R 162999 163002 157273 0 -1 4194368 29519 0 0 0 28 6 0 0 20 0 41 0 26081467 3973632000 631485 809668444160 4194304 16623229 140730217310960 0 0 0 0 0 2 0 0 0 -1 23 0 0 0 0 0 18838560 18947056 56590336 140730217313289 140730217313407 140730217313407 140730217320432 0
[pid=163002/tid=163012] ppid=162999 vsize=3880500 memory=0 CPUtime=0.34 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/163002/task/163012/stat : 163012 (fscip) R 162999 163002 157273 0 -1 4194368 28512 0 0 0 28 6 0 0 20 0 41 0 26081467 3973632000 631485 809668444160 4194304 16623229 140730217310960 0 0 0 0 0 2 0 0 0 -1 3 0 0 0 0 0 18838560 18947056 56590336 140730217313289 140730217313407 140730217313407 140730217320432 0
[pid=163002/tid=163013] ppid=162999 vsize=3880500 memory=38468 CPUtime=0.34 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/163002/task/163013/stat : 163013 (fscip) R 162999 163002 157273 0 -1 4194368 29008 0 0 0 27 7 0 0 20 0 41 0 26081467 3973632000 631485 809668444160 4194304 16623229 140730217310960 0 0 0 0 0 2 0 0 0 -1 47 0 0 0 0 0 18838560 18947056 56590336 140730217313289 140730217313407 140730217313407 140730217320432 0
[pid=163002/tid=163014] ppid=162999 vsize=3880500 memory=2152 CPUtime=0.34 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/163002/task/163014/stat : 163014 (fscip) R 162999 163002 157273 0 -1 4194368 26816 0 0 0 28 6 0 0 20 0 41 0 26081467 3973632000 631485 809668444160 4194304 16623229 140730217310960 0 0 0 0 0 2 0 0 0 -1 11 0 0 0 0 0 18838560 18947056 56590336 140730217313289 140730217313407 140730217313407 140730217320432 0
[pid=163002/tid=163015] ppid=162999 vsize=3880500 memory=6056 CPUtime=0.34 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/163002/task/163015/stat : 163015 (fscip) R 162999 163002 157273 0 -1 4194368 28501 0 0 0 29 5 0 0 20 0 41 0 26081467 3973632000 631485 809668444160 4194304 16623229 140730217310960 0 0 0 0 0 2 0 0 0 -1 15 0 0 0 0 0 18838560 18947056 56590336 140730217313289 140730217313407 140730217313407 140730217320432 0
[pid=163002/tid=163016] ppid=162999 vsize=3880500 memory=0 CPUtime=0.34 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/163002/task/163016/stat : 163016 (fscip) R 162999 163002 157273 0 -1 4194368 27585 0 0 0 28 6 0 0 20 0 41 0 26081467 3973632000 631485 809668444160 4194304 16623229 140730217310960 0 0 0 0 0 2 0 0 0 -1 67 0 0 0 0 0 18838560 18947056 56590336 140730217313289 140730217313407 140730217313407 140730217320432 0
[pid=163002/tid=163017] ppid=162999 vsize=3880500 memory=0 CPUtime=0.34 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/163002/task/163017/stat : 163017 (fscip) R 162999 163002 157273 0 -1 4194368 28096 0 0 0 29 5 0 0 20 0 41 0 26081467 3973632000 631485 809668444160 4194304 16623229 140730217310960 0 0 0 0 0 2 0 0 0 -1 19 0 0 0 0 0 18838560 18947056 56590336 140730217313289 140730217313407 140730217313407 140730217320432 0
[pid=163002/tid=163018] ppid=162999 vsize=3880500 memory=0 CPUtime=0.34 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/163002/task/163018/stat : 163018 (fscip) R 162999 163002 157273 0 -1 4194368 28119 0 0 0 27 7 0 0 20 0 41 0 26081467 3973632000 631485 809668444160 4194304 16623229 140730217310960 0 0 0 0 0 2 0 0 0 -1 43 0 0 0 0 0 18838560 18947056 56590336 140730217313289 140730217313407 140730217313407 140730217320432 0
[pid=163002/tid=163019] ppid=162999 vsize=3880500 memory=11424 CPUtime=0.34 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/163002/task/163019/stat : 163019 (fscip) R 162999 163002 157273 0 -1 4194368 28045 0 0 0 29 5 0 0 20 0 41 0 26081467 3973632000 631485 809668444160 4194304 16623229 140730217310960 0 0 0 0 0 2 0 0 0 -1 27 0 0 0 0 0 18838560 18947056 56590336 140730217313289 140730217313407 140730217313407 140730217320432 0
[pid=163002/tid=163020] ppid=162999 vsize=3880500 memory=15400 CPUtime=0.33 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/163002/task/163020/stat : 163020 (fscip) R 162999 163002 157273 0 -1 4194368 28607 0 0 0 27 6 0 0 20 0 41 0 26081467 3973632000 631485 809668444160 4194304 16623229 140730217310960 0 0 0 0 0 2 0 0 0 -1 59 0 0 0 0 0 18838560 18947056 56590336 140730217313289 140730217313407 140730217313407 140730217320432 0
[pid=163002/tid=163021] ppid=162999 vsize=3880500 memory=10392 CPUtime=0.36 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/163002/task/163021/stat : 163021 (fscip) R 162999 163002 157273 0 -1 4194368 27699 0 0 0 30 6 0 0 20 0 41 0 26081467 3973632000 631485 809668444160 4194304 16623229 140730217310960 0 0 0 0 0 2 0 0 0 -1 75 0 0 0 0 0 18838560 18947056 56590336 140730217313289 140730217313407 140730217313407 140730217320432 0
[pid=163002/tid=163022] ppid=162999 vsize=3880500 memory=279842889468848 CPUtime=0.34 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/163002/task/163022/stat : 163022 (fscip) R 162999 163002 157273 0 -1 4194368 28381 0 0 0 28 6 0 0 20 0 41 0 26081467 3973632000 631485 809668444160 4194304 16623229 140730217310960 0 0 0 0 0 2 0 0 0 -1 31 0 0 0 0 0 18838560 18947056 56590336 140730217313289 140730217313407 140730217313407 140730217320432 0
[pid=163002/tid=163023] ppid=162999 vsize=3880500 memory=8284991915777 CPUtime=0.33 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/163002/task/163023/stat : 163023 (fscip) R 162999 163002 157273 0 -1 4194368 27688 0 0 0 28 5 0 0 20 0 41 0 26081467 3973632000 631485 809668444160 4194304 16623229 140730217310960 0 0 0 0 0 2 0 0 0 -1 39 0 0 0 0 0 18838560 18947056 56590336 140730217313289 140730217313407 140730217313407 140730217320432 0
Current children cumulated CPU time: 7.57 s
Current children cumulated vsize: 3880500 KiB
Current children cumulated memory: 2525940 KiB

[startup+3.14561 s]
/proc/loadavg: 72.46 71.75 76.12 81/1021 163043
/proc/meminfo: memFree=760942660/790760800 swapFree=131071996/131071996
[pid=163002] ppid=162999 vsize=4806916 memory=3571724 CPUtime=40.13 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/163002/stat : 163002 (fscip) S 162999 163002 157273 0 -1 1077936128 903631 0 0 0 3826 187 0 0 20 0 41 0 26081417 4922281984 892931 809668444160 4194304 16623229 140730217310960 0 0 0 0 0 2 0 0 0 17 63 0 0 0 0 0 18838560 18947056 56590336 140730217313289 140730217313407 140730217313407 140730217320432 0
/proc/163002/statm: 1201729 892931 2950 3035 0 1067042 0
[pid=163002/tid=163004] ppid=162999 vsize=4806916 memory=2266968 CPUtime=1.98 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/163002/task/163004/stat : 163004 (fscip) R 162999 163002 157273 0 -1 4194368 42312 0 0 0 189 9 0 0 20 0 41 0 26081467 4922281984 892931 809668444160 4194304 16623229 140730217310960 0 0 0 0 0 2 0 0 0 -1 35 0 0 0 0 0 18838560 18947056 56590336 140730217313289 140730217313407 140730217313407 140730217320432 0
[pid=163002/tid=163005] ppid=162999 vsize=4806916 memory=1640196 CPUtime=1.92 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/163002/task/163005/stat : 163005 (fscip) R 162999 163002 157273 0 -1 4194368 49042 0 0 0 184 8 0 0 20 0 41 0 26081467 4922281984 892931 809668444160 4194304 16623229 140730217310960 0 0 0 0 0 2 0 0 0 -1 79 0 0 0 0 0 18838560 18947056 56590336 140730217313289 140730217313407 140730217313407 140730217320432 0
[pid=163002/tid=163006] ppid=162999 vsize=4806916 memory=5432 CPUtime=1.97 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/163002/task/163006/stat : 163006 (fscip) R 162999 163002 157273 0 -1 4194368 29814 0 0 0 189 8 0 0 20 0 41 0 26081467 4922281984 892931 809668444160 4194304 16623229 140730217310960 0 0 0 0 0 2 0 0 0 -1 63 0 0 0 0 0 18838560 18947056 56590336 140730217313289 140730217313407 140730217313407 140730217320432 0
[pid=163002/tid=163007] ppid=162999 vsize=4806916 memory=16108 CPUtime=1.98 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/163002/task/163007/stat : 163007 (fscip) R 162999 163002 157273 0 -1 4194368 41241 0 0 0 191 7 0 0 20 0 41 0 26081467 4922281984 892931 809668444160 4194304 16623229 140730217310960 0 0 0 0 0 2 0 0 0 -1 51 0 0 0 0 0 18838560 18947056 56590336 140730217313289 140730217313407 140730217313407 140730217320432 0
[pid=163002/tid=163008] ppid=162999 vsize=4806916 memory=2268 CPUtime=1.97 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/163002/task/163008/stat : 163008 (fscip) R 162999 163002 157273 0 -1 4194368 51773 0 0 0 187 10 0 0 20 0 41 0 26081467 4922281984 892931 809668444160 4194304 16623229 140730217310960 0 0 0 0 0 2 0 0 0 -1 55 0 0 0 0 0 18838560 18947056 56590336 140730217313289 140730217313407 140730217313407 140730217320432 0
[pid=163002/tid=163009] ppid=162999 vsize=4806916 memory=401652 CPUtime=1.96 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/163002/task/163009/stat : 163009 (fscip) R 162999 163002 157273 0 -1 4194368 30334 0 0 0 189 7 0 0 20 0 41 0 26081467 4922281984 892931 809668444160 4194304 16623229 140730217310960 0 0 0 0 0 2 0 0 0 -1 7 0 0 0 0 0 18838560 18947056 56590336 140730217313289 140730217313407 140730217313407 140730217320432 0
[pid=163002/tid=163010] ppid=162999 vsize=4806916 memory=3190968 CPUtime=1.98 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/163002/task/163010/stat : 163010 (fscip) R 162999 163002 157273 0 -1 4194368 42904 0 0 0 191 7 0 0 20 0 41 0 26081467 4922281984 892931 809668444160 4194304 16623229 140730217310960 0 0 0 0 0 2 0 0 0 -1 71 0 0 0 0 0 18838560 18947056 56590336 140730217313289 140730217313407 140730217313407 140730217320432 0
[pid=163002/tid=163011] ppid=162999 vsize=4806916 memory=1836 CPUtime=1.97 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/163002/task/163011/stat : 163011 (fscip) R 162999 163002 157273 0 -1 4194368 50159 0 0 0 188 9 0 0 20 0 41 0 26081467 4922281984 892931 809668444160 4194304 16623229 140730217310960 0 0 0 0 0 2 0 0 0 -1 23 0 0 0 0 0 18838560 18947056 56590336 140730217313289 140730217313407 140730217313407 140730217320432 0
[pid=163002/tid=163012] ppid=162999 vsize=4806916 memory=279842889505408 CPUtime=1.97 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/163002/task/163012/stat : 163012 (fscip) R 162999 163002 157273 0 -1 4194368 30848 0 0 0 190 7 0 0 20 0 41 0 26081467 4922281984 892931 809668444160 4194304 16623229 140730217310960 0 0 0 0 0 2 0 0 0 -1 3 0 0 0 0 0 18838560 18947056 56590336 140730217313289 140730217313407 140730217313407 140730217320432 0
[pid=163002/tid=163013] ppid=162999 vsize=4806916 memory=173 CPUtime=1.97 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/163002/task/163013/stat : 163013 (fscip) R 162999 163002 157273 0 -1 4194368 44146 0 0 0 187 10 0 0 20 0 41 0 26081467 4922281984 892931 809668444160 4194304 16623229 140730217310960 0 0 0 0 0 2 0 0 0 -1 47 0 0 0 0 0 18838560 18947056 56590336 140730217313289 140730217313407 140730217313407 140730217320432 0
[pid=163002/tid=163014] ppid=162999 vsize=4806916 memory=173 CPUtime=1.97 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/163002/task/163014/stat : 163014 (fscip) R 162999 163002 157273 0 -1 4194368 43721 0 0 0 189 8 0 0 20 0 41 0 26081467 4922281984 892931 809668444160 4194304 16623229 140730217310960 0 0 0 0 0 2 0 0 0 -1 11 0 0 0 0 0 18838560 18947056 56590336 140730217313289 140730217313407 140730217313407 140730217320432 0
[pid=163002/tid=163015] ppid=162999 vsize=4806916 memory=0 CPUtime=1.97 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/163002/task/163015/stat : 163015 (fscip) R 162999 163002 157273 0 -1 4194368 30842 0 0 0 191 6 0 0 20 0 41 0 26081467 4922281984 892931 809668444160 4194304 16623229 140730217310960 0 0 0 0 0 2 0 0 0 -1 15 0 0 0 0 0 18838560 18947056 56590336 140730217313289 140730217313407 140730217313407 140730217320432 0
[pid=163002/tid=163016] ppid=162999 vsize=4806916 memory=0 CPUtime=1.98 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/163002/task/163016/stat : 163016 (fscip) R 162999 163002 157273 0 -1 4194368 44260 0 0 0 189 9 0 0 20 0 41 0 26081467 4922281984 892931 809668444160 4194304 16623229 140730217310960 0 0 0 0 0 2 0 0 0 -1 67 0 0 0 0 0 18838560 18947056 56590336 140730217313289 140730217313407 140730217313407 140730217320432 0

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

[pid=163002/tid=163027] ppid=162999 vsize=12045328 memory=11424 CPUtime=0.03 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/163002/task/163027/stat : 163027 (fscip) S 162999 163002 157273 0 -1 1077936192 136 0 0 0 3 0 0 0 20 0 41 0 26081531 12334415872 2664606 809668444160 4194304 16623229 140730217310960 0 0 0 0 0 2 1 0 0 -1 55 0 0 0 0 0 18838560 18947056 56590336 140730217313289 140730217313407 140730217313407 140730217320432 0
[pid=163002/tid=163028] ppid=162999 vsize=12045328 memory=6720669865360900195 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/163002/task/163028/stat : 163028 (fscip) S 162999 163002 157273 0 -1 1077936192 119 0 0 0 2 0 0 0 20 0 41 0 26081531 12334415872 2664606 809668444160 4194304 16623229 140730217310960 0 0 0 0 0 2 1 0 0 -1 67 0 0 0 0 0 18838560 18947056 56590336 140730217313289 140730217313407 140730217313407 140730217320432 0
[pid=163002/tid=163029] ppid=162999 vsize=12045328 memory=6720669865360900195 CPUtime=0.03 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/163002/task/163029/stat : 163029 (fscip) S 162999 163002 157273 0 -1 1077936192 106 0 0 0 3 0 0 0 20 0 41 0 26081531 12334415872 2664606 809668444160 4194304 16623229 140730217310960 0 0 0 0 0 2 1 0 0 -1 11 0 0 0 0 0 18838560 18947056 56590336 140730217313289 140730217313407 140730217313407 140730217320432 0
[pid=163002/tid=163030] ppid=162999 vsize=12045328 memory=25333125866717268 CPUtime=0.03 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/163002/task/163030/stat : 163030 (fscip) S 162999 163002 157273 0 -1 1077936192 71 0 0 0 3 0 0 0 20 0 41 0 26081531 12334415872 2664606 809668444160 4194304 16623229 140730217310960 0 0 0 0 0 2 1 0 0 -1 3 0 0 0 0 0 18838560 18947056 56590336 140730217313289 140730217313407 140730217313407 140730217320432 0
[pid=163002/tid=163031] ppid=162999 vsize=12045328 memory=19705309961164 CPUtime=0.03 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/163002/task/163031/stat : 163031 (fscip) S 162999 163002 157273 0 -1 1077936192 150 0 0 0 3 0 0 0 20 0 41 0 26081531 12334415872 2664606 809668444160 4194304 16623229 140730217310960 0 0 0 0 0 2 1 0 0 -1 23 0 0 0 0 0 18838560 18947056 56590336 140730217313289 140730217313407 140730217313407 140730217320432 0
[pid=163002/tid=163032] ppid=162999 vsize=12045328 memory=10561640 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/163002/task/163032/stat : 163032 (fscip) S 162999 163002 157273 0 -1 1077936192 134 0 0 0 2 0 0 0 20 0 41 0 26081531 12334415872 2664606 809668444160 4194304 16623229 140730217310960 0 0 0 0 0 2 1 0 0 -1 31 0 0 0 0 0 18838560 18947056 56590336 140730217313289 140730217313407 140730217313407 140730217320432 0
[pid=163002/tid=163033] ppid=162999 vsize=12045328 memory=25333125866717268 CPUtime=0.03 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/163002/task/163033/stat : 163033 (fscip) S 162999 163002 157273 0 -1 1077936192 121 0 0 0 3 0 0 0 20 0 41 0 26081531 12334415872 2664606 809668444160 4194304 16623229 140730217310960 0 0 0 0 0 2 1 0 0 -1 31 0 0 0 0 0 18838560 18947056 56590336 140730217313289 140730217313407 140730217313407 140730217320432 0
[pid=163002/tid=163034] ppid=162999 vsize=12045328 memory=10451032 CPUtime=0.03 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/163002/task/163034/stat : 163034 (fscip) S 162999 163002 157273 0 -1 1077936192 160 0 0 0 3 0 0 0 20 0 41 0 26081531 12334415872 2664606 809668444160 4194304 16623229 140730217310960 0 0 0 0 0 2 1 0 0 -1 11 0 0 0 0 0 18838560 18947056 56590336 140730217313289 140730217313407 140730217313407 140730217320432 0
[pid=163002/tid=163035] ppid=162999 vsize=12045328 memory=10447996 CPUtime=0.03 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/163002/task/163035/stat : 163035 (fscip) S 162999 163002 157273 0 -1 1077936192 120 0 0 0 3 0 0 0 20 0 41 0 26081531 12334415872 2664606 809668444160 4194304 16623229 140730217310960 0 0 0 0 0 2 1 0 0 -1 79 0 0 0 0 0 18838560 18947056 56590336 140730217313289 140730217313407 140730217313407 140730217320432 0
[pid=163002/tid=163036] ppid=162999 vsize=12045328 memory=11424 CPUtime=0.03 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/163002/task/163036/stat : 163036 (fscip) S 162999 163002 157273 0 -1 1077936192 125 0 0 0 3 0 0 0 20 0 41 0 26081531 12334415872 2664606 809668444160 4194304 16623229 140730217310960 0 0 0 0 0 2 1 0 0 -1 67 0 0 0 0 0 18838560 18947056 56590336 140730217313289 140730217313407 140730217313407 140730217320432 0
[pid=163002/tid=163037] ppid=162999 vsize=12045328 memory=15648 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/163002/task/163037/stat : 163037 (fscip) S 162999 163002 157273 0 -1 1077936192 131 0 0 0 1 1 0 0 20 0 41 0 26081531 12334415872 2664606 809668444160 4194304 16623229 140730217310960 0 0 0 0 0 2 1 0 0 -1 27 0 0 0 0 0 18838560 18947056 56590336 140730217313289 140730217313407 140730217313407 140730217320432 0
[pid=163002/tid=163038] ppid=162999 vsize=12045328 memory=10392 CPUtime=0.03 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/163002/task/163038/stat : 163038 (fscip) S 162999 163002 157273 0 -1 1077936192 118 0 0 0 3 0 0 0 20 0 41 0 26081531 12334415872 2664606 809668444160 4194304 16623229 140730217310960 0 0 0 0 0 2 1 0 0 -1 63 0 0 0 0 0 18838560 18947056 56590336 140730217313289 140730217313407 140730217313407 140730217320432 0
[pid=163002/tid=163039] ppid=162999 vsize=12045328 memory=10657044 CPUtime=0.03 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/163002/task/163039/stat : 163039 (fscip) S 162999 163002 157273 0 -1 1077936192 130 0 0 0 3 0 0 0 20 0 41 0 26081531 12334415872 2664606 809668444160 4194304 16623229 140730217310960 0 0 0 0 0 2 1 0 0 -1 47 0 0 0 0 0 18838560 18947056 56590336 140730217313289 140730217313407 140730217313407 140730217320432 0
[pid=163002/tid=163040] ppid=162999 vsize=12045328 memory=8240 CPUtime=0.03 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/163002/task/163040/stat : 163040 (fscip) S 162999 163002 157273 0 -1 1077936192 125 0 0 0 3 0 0 0 20 0 41 0 26081531 12334415872 2664606 809668444160 4194304 16623229 140730217310960 0 0 0 0 0 2 1 0 0 -1 47 0 0 0 0 0 18838560 18947056 56590336 140730217313289 140730217313407 140730217313407 140730217320432 0
[pid=163002/tid=163041] ppid=162999 vsize=12045328 memory=2112 CPUtime=0.03 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/163002/task/163041/stat : 163041 (fscip) S 162999 163002 157273 0 -1 1077936192 138 0 0 0 3 0 0 0 20 0 41 0 26081531 12334415872 2664606 809668444160 4194304 16623229 140730217310960 0 0 0 0 0 2 1 0 0 -1 51 0 0 0 0 0 18838560 18947056 56590336 140730217313289 140730217313407 140730217313407 140730217320432 0
[pid=163002/tid=163042] ppid=162999 vsize=12045328 memory=6720669865360900195 CPUtime=0.03 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/163002/task/163042/stat : 163042 (fscip) S 162999 163002 157273 0 -1 1077936192 123 0 0 0 3 0 0 0 20 0 41 0 26081531 12334415872 2664606 809668444160 4194304 16623229 140730217310960 0 0 0 0 0 2 1 0 0 -1 27 0 0 0 0 0 18838560 18947056 56590336 140730217313289 140730217313407 140730217313407 140730217320432 0
[pid=163002/tid=163043] ppid=162999 vsize=12045328 memory=36120 CPUtime=0.03 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/163002/task/163043/stat : 163043 (fscip) S 162999 163002 157273 0 -1 1077936192 121 0 0 0 3 0 0 0 20 0 41 0 26081531 12334415872 2664606 809668444160 4194304 16623229 140730217310960 0 0 0 0 0 2 1 0 0 -1 39 0 0 0 0 0 18838560 18947056 56590336 140730217313289 140730217313407 140730217313407 140730217320432 0
Current children cumulated CPU time: 71023.9 s
Current children cumulated vsize: 12045328 KiB
Current children cumulated memory: 10658424 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3631.5 s]
/proc/loadavg: 42.96 61.71 71.92 41/927 165128
/proc/meminfo: memFree=771615604/790760800 swapFree=131071996/131071996
[pid=163002] ppid=162999 vsize=12110864 memory=10684816 CPUtime=72001 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/163002/stat : 163002 (fscip) S 162999 163002 157273 0 -1 1077936128 46744110 0 0 0 7188814 11285 0 0 20 0 41 0 26081417 12401524736 2671204 809668444160 4194304 16623229 140730217310960 0 0 0 0 0 2 0 0 0 17 19 0 0 0 0 0 18838560 18947056 56590336 140730217313289 140730217313407 140730217313407 140730217320432 0
/proc/163002/statm: 3027716 2671204 3030 3035 0 2849662 0
[pid=163002/tid=163004] ppid=162999 vsize=12110864 memory=1400382677121442 CPUtime=3600.61 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/163002/task/163004/stat : 163004 (fscip) R 162999 163002 157273 0 -1 4194368 2905663 0 0 0 359724 337 0 0 20 0 41 0 26081467 12401524736 2671204 809668444160 4194304 16623229 140730217310960 0 0 0 0 0 2 0 0 0 -1 3 0 0 0 0 0 18838560 18947056 56590336 140730217313289 140730217313407 140730217313407 140730217320432 0
[pid=163002/tid=163005] ppid=162999 vsize=12110864 memory=10539848 CPUtime=3594.98 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/163002/task/163005/stat : 163005 (fscip) R 162999 163002 157273 0 -1 4194368 3373832 0 0 0 359138 360 0 0 20 0 41 0 26081467 12401524736 2671204 809668444160 4194304 16623229 140730217310960 0 0 0 0 0 2 0 0 0 -1 79 0 0 0 0 0 18838560 18947056 56590336 140730217313289 140730217313407 140730217313407 140730217320432 0
[pid=163002/tid=163006] ppid=162999 vsize=12110864 memory=11552 CPUtime=3585.78 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/163002/task/163006/stat : 163006 (fscip) R 162999 163002 157273 0 -1 4194368 540289 0 0 0 357164 1414 0 0 20 0 41 0 26081467 12401524736 2671204 809668444160 4194304 16623229 140730217310960 0 0 0 0 0 2 0 0 0 -1 39 0 0 0 0 0 18838560 18947056 56590336 140730217313289 140730217313407 140730217313407 140730217320432 0
[pid=163002/tid=163007] ppid=162999 vsize=12110864 memory=5792289267226403171 CPUtime=3602.43 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/163002/task/163007/stat : 163007 (fscip) R 162999 163002 157273 0 -1 4194368 3203844 0 0 0 359910 333 0 0 20 0 41 0 26081467 12401524736 2671204 809668444160 4194304 16623229 140730217310960 0 0 0 0 0 2 0 0 0 -1 63 0 0 0 0 0 18838560 18947056 56590336 140730217313289 140730217313407 140730217313407 140730217320432 0
[pid=163002/tid=163008] ppid=162999 vsize=12110864 memory=279842890922960 CPUtime=3602.42 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/163002/task/163008/stat : 163008 (fscip) R 162999 163002 157273 0 -1 4194368 3637781 0 0 0 359870 372 0 0 20 0 41 0 26081467 12401524736 2671204 809668444160 4194304 16623229 140730217310960 0 0 0 0 0 2 0 0 0 -1 23 0 0 0 0 0 18838560 18947056 56590336 140730217313289 140730217313407 140730217313407 140730217320432 0
[pid=163002/tid=163009] ppid=162999 vsize=12110864 memory=279842889758528 CPUtime=3599.28 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/163002/task/163009/stat : 163009 (fscip) R 162999 163002 157273 0 -1 4194368 790871 0 0 0 359136 792 0 0 20 0 41 0 26081467 12401524736 2671204 809668444160 4194304 16623229 140730217310960 0 0 0 0 0 2 0 0 0 -1 11 0 0 0 0 0 18838560 18947056 56590336 140730217313289 140730217313407 140730217313407 140730217320432 0
[pid=163002/tid=163010] ppid=162999 vsize=12110864 memory=4049361906987958356 CPUtime=3605.17 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/163002/task/163010/stat : 163010 (fscip) R 162999 163002 157273 0 -1 4194368 2317794 0 0 0 360316 201 0 0 20 0 41 0 26081467 12401524736 2671204 809668444160 4194304 16623229 140730217310960 0 0 0 0 0 2 0 0 0 -1 43 0 0 0 0 0 18838560 18947056 56590336 140730217313289 140730217313407 140730217313407 140730217320432 0
[pid=163002/tid=163011] ppid=162999 vsize=12110864 memory=5432 CPUtime=3601.46 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/163002/task/163011/stat : 163011 (fscip) R 162999 163002 157273 0 -1 4194368 3396278 0 0 0 359776 370 0 0 20 0 41 0 26081467 12401524736 2671204 809668444160 4194304 16623229 140730217310960 0 0 0 0 0 2 0 0 0 -1 35 0 0 0 0 0 18838560 18947056 56590336 140730217313289 140730217313407 140730217313407 140730217320432 0
[pid=163002/tid=163012] ppid=162999 vsize=12110864 memory=16108 CPUtime=3601.35 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/163002/task/163012/stat : 163012 (fscip) R 162999 163002 157273 0 -1 4194368 520375 0 0 0 358805 1330 0 0 20 0 41 0 26081467 12401524736 2671204 809668444160 4194304 16623229 140730217310960 0 0 0 0 0 2 0 0 0 -1 75 0 0 0 0 0 18838560 18947056 56590336 140730217313289 140730217313407 140730217313407 140730217320432 0
[pid=163002/tid=163013] ppid=162999 vsize=12110864 memory=0 CPUtime=3598.35 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/163002/task/163013/stat : 163013 (fscip) R 162999 163002 157273 0 -1 4194368 1873476 0 0 0 359462 373 0 0 20 0 41 0 26081467 12401524736 2671204 809668444160 4194304 16623229 140730217310960 0 0 0 0 0 2 0 0 0 -1 47 0 0 0 0 0 18838560 18947056 56590336 140730217313289 140730217313407 140730217313407 140730217320432 0
[pid=163002/tid=163014] ppid=162999 vsize=12110864 memory=25333125866717268 CPUtime=3603.38 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/163002/task/163014/stat : 163014 (fscip) R 162999 163002 157273 0 -1 4194368 3589112 0 0 0 359962 376 0 0 20 0 41 0 26081467 12401524736 2671204 809668444160 4194304 16623229 140730217310960 0 0 0 0 0 2 0 0 0 -1 19 0 0 0 0 0 18838560 18947056 56590336 140730217313289 140730217313407 140730217313407 140730217320432 0
[pid=163002/tid=163015] ppid=162999 vsize=12110864 memory=10671220 CPUtime=3598.47 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/163002/task/163015/stat : 163015 (fscip) R 162999 163002 157273 0 -1 4194368 782416 0 0 0 359204 643 0 0 20 0 41 0 26081467 12401524736 2671204 809668444160 4194304 16623229 140730217310960 0 0 0 0 0 2 0 0 0 -1 27 0 0 0 0 0 18838560 18947056 56590336 140730217313289 140730217313407 140730217313407 140730217320432 0
[pid=163002/tid=163016] ppid=162999 vsize=12110864 memory=6720669865360900195 CPUtime=3601.49 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/163002/task/163016/stat : 163016 (fscip) R 162999 163002 157273 0 -1 4194368 2349313 0 0 0 359922 227 0 0 20 0 41 0 26081467 12401524736 2671204 809668444160 4194304 16623229 140730217310960 0 0 0 0 0 2 0 0 0 -1 71 0 0 0 0 0 18838560 18947056 56590336 140730217313289 140730217313407 140730217313407 140730217320432 0
[pid=163002/tid=163017] ppid=162999 vsize=12110864 memory=0 CPUtime=3596.29 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/163002/task/163017/stat : 163017 (fscip) R 162999 163002 157273 0 -1 4194368 3159795 0 0 0 359251 378 0 0 20 0 41 0 26081467 12401524736 2671204 809668444160 4194304 16623229 140730217310960 0 0 0 0 0 2 0 0 0 -1 59 0 0 0 0 0 18838560 18947056 56590336 140730217313289 140730217313407 140730217313407 140730217320432 0
[pid=163002/tid=163018] ppid=162999 vsize=12110864 memory=64 CPUtime=3597.85 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/163002/task/163018/stat : 163018 (fscip) R 162999 163002 157273 0 -1 4194368 547424 0 0 0 358451 1334 0 0 20 0 41 0 26081467 12401524736 2671204 809668444160 4194304 16623229 140730217310960 0 0 0 0 0 2 0 0 0 -1 51 0 0 0 0 0 18838560 18947056 56590336 140730217313289 140730217313407 140730217313407 140730217320432 0
[pid=163002/tid=163019] ppid=162999 vsize=12110864 memory=1836 CPUtime=3602.52 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/163002/task/163019/stat : 163019 (fscip) R 162999 163002 157273 0 -1 4194368 2784855 0 0 0 359986 266 0 0 20 0 41 0 26081467 12401524736 2671204 809668444160 4194304 16623229 140730217310960 0 0 0 0 0 2 0 0 0 -1 7 0 0 0 0 0 18838560 18947056 56590336 140730217313289 140730217313407 140730217313407 140730217320432 0
[pid=163002/tid=163020] ppid=162999 vsize=12110864 memory=25333125866717268 CPUtime=3599.36 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/163002/task/163020/stat : 163020 (fscip) R 162999 163002 157273 0 -1 4194368 3649205 0 0 0 359548 388 0 0 20 0 41 0 26081467 12401524736 2671204 809668444160 4194304 16623229 140730217310960 0 0 0 0 0 2 0 0 0 -1 15 0 0 0 0 0 18838560 18947056 56590336 140730217313289 140730217313407 140730217313407 140730217320432 0
[pid=163002/tid=163021] ppid=162999 vsize=12110864 memory=28196 CPUtime=3601.5 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/163002/task/163021/stat : 163021 (fscip) R 162999 163002 157273 0 -1 4194368 605288 0 0 0 359199 951 0 0 20 0 41 0 26081467 12401524736 2671204 809668444160 4194304 16623229 140730217310960 0 0 0 0 0 2 0 0 0 -1 67 0 0 0 0 0 18838560 18947056 56590336 140730217313289 140730217313407 140730217313407 140730217320432 0
[pid=163002/tid=163022] ppid=162999 vsize=12110864 memory=3 CPUtime=3603.45 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/163002/task/163022/stat : 163022 (fscip) R 162999 163002 157273 0 -1 4194368 3118434 0 0 0 359968 377 0 0 20 0 41 0 26081467 12401524736 2671204 809668444160 4194304 16623229 140730217310960 0 0 0 0 0 2 0 0 0 -1 55 0 0 0 0 0 18838560 18947056 56590336 140730217313289 140730217313407 140730217313407 140730217320432 0
[pid=163002/tid=163023] ppid=162999 vsize=12110864 memory=11424 CPUtime=3602.19 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/163002/task/163023/stat : 163023 (fscip) R 162999 163002 157273 0 -1 4194368 3514128 0 0 0 359839 380 0 0 20 0 41 0 26081467 12401524736 2671204 809668444160 4194304 16623229 140730217310960 0 0 0 0 0 2 0 0 0 -1 31 0 0 0 0 0 18838560 18947056 56590336 140730217313289 140730217313407 140730217313407 140730217320432 0
[pid=163002/tid=163024] ppid=162999 vsize=12110864 memory=10561640 CPUtime=0.03 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/163002/task/163024/stat : 163024 (fscip) S 162999 163002 157273 0 -1 1077936192 120 0 0 0 3 0 0 0 20 0 41 0 26081531 12401524736 2671204 809668444160 4194304 16623229 140730217310960 0 0 0 0 0 2 1 0 0 -1 55 0 0 0 0 0 18838560 18947056 56590336 140730217313289 140730217313407 140730217313407 140730217320432 0
[pid=163002/tid=163025] ppid=162999 vsize=12110864 memory=25333125866717268 CPUtime=0.03 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/163002/task/163025/stat : 163025 (fscip) S 162999 163002 157273 0 -1 1077936192 140 0 0 0 3 0 0 0 20 0 41 0 26081531 12401524736 2671204 809668444160 4194304 16623229 140730217310960 0 0 0 0 0 2 1 0 0 -1 71 0 0 0 0 0 18838560 18947056 56590336 140730217313289 140730217313407 140730217313407 140730217320432 0
[pid=163002/tid=163026] ppid=162999 vsize=12110864 memory=3672 CPUtime=0.03 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/163002/task/163026/stat : 163026 (fscip) S 162999 163002 157273 0 -1 1077936192 135 0 0 0 3 0 0 0 20 0 41 0 26081531 12401524736 2671204 809668444160 4194304 16623229 140730217310960 0 0 0 0 0 2 1 0 0 -1 7 0 0 0 0 0 18838560 18947056 56590336 140730217313289 140730217313407 140730217313407 140730217320432 0
[pid=163002/tid=163027] ppid=162999 vsize=12110864 memory=40372 CPUtime=0.03 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/163002/task/163027/stat : 163027 (fscip) S 162999 163002 157273 0 -1 1077936192 136 0 0 0 3 0 0 0 20 0 41 0 26081531 12401524736 2671204 809668444160 4194304 16623229 140730217310960 0 0 0 0 0 2 1 0 0 -1 55 0 0 0 0 0 18838560 18947056 56590336 140730217313289 140730217313407 140730217313407 140730217320432 0
[pid=163002/tid=163028] ppid=162999 vsize=12110864 memory=10664744 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/163002/task/163028/stat : 163028 (fscip) S 162999 163002 157273 0 -1 1077936192 119 0 0 0 2 0 0 0 20 0 41 0 26081531 12401524736 2671204 809668444160 4194304 16623229 140730217310960 0 0 0 0 0 2 1 0 0 -1 67 0 0 0 0 0 18838560 18947056 56590336 140730217313289 140730217313407 140730217313407 140730217320432 0
[pid=163002/tid=163029] ppid=162999 vsize=12110864 memory=10667844 CPUtime=0.03 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/163002/task/163029/stat : 163029 (fscip) S 162999 163002 157273 0 -1 1077936192 106 0 0 0 3 0 0 0 20 0 41 0 26081531 12401524736 2671204 809668444160 4194304 16623229 140730217310960 0 0 0 0 0 2 1 0 0 -1 11 0 0 0 0 0 18838560 18947056 56590336 140730217313289 140730217313407 140730217313407 140730217320432 0
[pid=163002/tid=163030] ppid=162999 vsize=12110864 memory=10662220 CPUtime=0.03 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/163002/task/163030/stat : 163030 (fscip) S 162999 163002 157273 0 -1 1077936192 71 0 0 0 3 0 0 0 20 0 41 0 26081531 12401524736 2671204 809668444160 4194304 16623229 140730217310960 0 0 0 0 0 2 1 0 0 -1 3 0 0 0 0 0 18838560 18947056 56590336 140730217313289 140730217313407 140730217313407 140730217320432 0
[pid=163002/tid=163031] ppid=162999 vsize=12110864 memory=10655900 CPUtime=0.03 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/163002/task/163031/stat : 163031 (fscip) S 162999 163002 157273 0 -1 1077936192 150 0 0 0 3 0 0 0 20 0 41 0 26081531 12401524736 2671204 809668444160 4194304 16623229 140730217310960 0 0 0 0 0 2 1 0 0 -1 23 0 0 0 0 0 18838560 18947056 56590336 140730217313289 140730217313407 140730217313407 140730217320432 0
[pid=163002/tid=163032] ppid=162999 vsize=12110864 memory=279842892314944 CPUtime=0.03 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/163002/task/163032/stat : 163032 (fscip) S 162999 163002 157273 0 -1 1077936192 134 0 0 0 3 0 0 0 20 0 41 0 26081531 12401524736 2671204 809668444160 4194304 16623229 140730217310960 0 0 0 0 0 2 1 0 0 -1 31 0 0 0 0 0 18838560 18947056 56590336 140730217313289 140730217313407 140730217313407 140730217320432 0
[pid=163002/tid=163033] ppid=162999 vsize=12110864 memory=7163091095872629091 CPUtime=0.03 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/163002/task/163033/stat : 163033 (fscip) S 162999 163002 157273 0 -1 1077936192 121 0 0 0 3 0 0 0 20 0 41 0 26081531 12401524736 2671204 809668444160 4194304 16623229 140730217310960 0 0 0 0 0 2 1 0 0 -1 31 0 0 0 0 0 18838560 18947056 56590336 140730217313289 140730217313407 140730217313407 140730217320432 0
[pid=163002/tid=163034] ppid=162999 vsize=12110864 memory=6840 CPUtime=0.03 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/163002/task/163034/stat : 163034 (fscip) S 162999 163002 157273 0 -1 1077936192 161 0 0 0 3 0 0 0 20 0 41 0 26081531 12401524736 2671204 809668444160 4194304 16623229 140730217310960 0 0 0 0 0 2 1 0 0 -1 11 0 0 0 0 0 18838560 18947056 56590336 140730217313289 140730217313407 140730217313407 140730217320432 0
[pid=163002/tid=163035] ppid=162999 vsize=12110864 memory=10671240 CPUtime=0.03 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/163002/task/163035/stat : 163035 (fscip) S 162999 163002 157273 0 -1 1077936192 120 0 0 0 3 0 0 0 20 0 41 0 26081531 12401524736 2671204 809668444160 4194304 16623229 140730217310960 0 0 0 0 0 2 1 0 0 -1 79 0 0 0 0 0 18838560 18947056 56590336 140730217313289 140730217313407 140730217313407 140730217320432 0
[pid=163002/tid=163036] ppid=162999 vsize=12110864 memory=15648 CPUtime=0.03 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/163002/task/163036/stat : 163036 (fscip) S 162999 163002 157273 0 -1 1077936192 125 0 0 0 3 0 0 0 20 0 41 0 26081531 12401524736 2671204 809668444160 4194304 16623229 140730217310960 0 0 0 0 0 2 1 0 0 -1 67 0 0 0 0 0 18838560 18947056 56590336 140730217313289 140730217313407 140730217313407 140730217320432 0
[pid=163002/tid=163037] ppid=162999 vsize=12110864 memory=10392 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/163002/task/163037/stat : 163037 (fscip) S 162999 163002 157273 0 -1 1077936192 131 0 0 0 1 1 0 0 20 0 41 0 26081531 12401524736 2671204 809668444160 4194304 16623229 140730217310960 0 0 0 0 0 2 1 0 0 -1 27 0 0 0 0 0 18838560 18947056 56590336 140730217313289 140730217313407 140730217313407 140730217320432 0
[pid=163002/tid=163038] ppid=162999 vsize=12110864 memory=10451032 CPUtime=0.03 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/163002/task/163038/stat : 163038 (fscip) S 162999 163002 157273 0 -1 1077936192 118 0 0 0 3 0 0 0 20 0 41 0 26081531 12401524736 2671204 809668444160 4194304 16623229 140730217310960 0 0 0 0 0 2 1 0 0 -1 63 0 0 0 0 0 18838560 18947056 56590336 140730217313289 140730217313407 140730217313407 140730217320432 0
[pid=163002/tid=163039] ppid=162999 vsize=12110864 memory=10665296 CPUtime=0.03 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/163002/task/163039/stat : 163039 (fscip) S 162999 163002 157273 0 -1 1077936192 130 0 0 0 3 0 0 0 20 0 41 0 26081531 12401524736 2671204 809668444160 4194304 16623229 140730217310960 0 0 0 0 0 2 1 0 0 -1 47 0 0 0 0 0 18838560 18947056 56590336 140730217313289 140730217313407 140730217313407 140730217320432 0
[pid=163002/tid=163040] ppid=162999 vsize=12110864 memory=16108 CPUtime=0.03 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/163002/task/163040/stat : 163040 (fscip) S 162999 163002 157273 0 -1 1077936192 125 0 0 0 3 0 0 0 20 0 41 0 26081531 12401524736 2671204 809668444160 4194304 16623229 140730217310960 0 0 0 0 0 2 1 0 0 -1 47 0 0 0 0 0 18838560 18947056 56590336 140730217313289 140730217313407 140730217313407 140730217320432 0
[pid=163002/tid=163041] ppid=162999 vsize=12110864 memory=2268 CPUtime=0.03 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/163002/task/163041/stat : 163041 (fscip) S 162999 163002 157273 0 -1 1077936192 138 0 0 0 3 0 0 0 20 0 41 0 26081531 12401524736 2671204 809668444160 4194304 16623229 140730217310960 0 0 0 0 0 2 1 0 0 -1 51 0 0 0 0 0 18838560 18947056 56590336 140730217313289 140730217313407 140730217313407 140730217320432 0
[pid=163002/tid=163042] ppid=162999 vsize=12110864 memory=4684 CPUtime=0.03 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/163002/task/163042/stat : 163042 (fscip) S 162999 163002 157273 0 -1 1077936192 123 0 0 0 3 0 0 0 20 0 41 0 26081531 12401524736 2671204 809668444160 4194304 16623229 140730217310960 0 0 0 0 0 2 1 0 0 -1 27 0 0 0 0 0 18838560 18947056 56590336 140730217313289 140730217313407 140730217313407 140730217320432 0
[pid=163002/tid=163043] ppid=162999 vsize=12110864 memory=20572 CPUtime=0.03 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/163002/task/163043/stat : 163043 (fscip) S 162999 163002 157273 0 -1 1077936192 121 0 0 0 3 0 0 0 20 0 41 0 26081531 12401524736 2671204 809668444160 4194304 16623229 140730217310960 0 0 0 0 0 2 1 0 0 -1 39 0 0 0 0 0 18838560 18947056 56590336 140730217313289 140730217313407 140730217313407 140730217320432 0
Current children cumulated CPU time: 72001 s
Current children cumulated vsize: 12110864 KiB
Current children cumulated memory: 10684816 KiB

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

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

# cumulated CPU time of all completed processes:  user=71888.4 s, system=113.179 s

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

[startup+3631.61 s]*
/proc/loadavg: 42.96 61.71 71.92 23/888 165128
/proc/meminfo: memFree=775538672/790760800 swapFree=131071996/131071996
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

[startup+3631.8 s]
/proc/loadavg: 42.96 61.71 71.92 23/888 165128
/proc/meminfo: memFree=775538672/790760800 swapFree=131071996/131071996
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

Child ended because it received signal 15 (SIGTERM)

Real time (s): 3631.84
CPU time (s): 72001.5
CPU user time (s): 71888.4
CPU system time (s): 113.179
CPU usage (%): 1982.51
Max. virtual memory (cumulated for all children) (KiB): 12176400
Max. memory (cumulated for all children) (KiB): 10728100

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 71888.4
system time used= 113.179
maximum resident set size= 10740980
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 46744893
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= 216547
involuntary context switches= 327467


# summary of solver processes directly reported to runsolver:
#   pid: 163002
#   total CPU time (s): 72001.5
#   total CPU user time (s): 71888.4
#   total CPU system time (s): 113.179

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 26.4729 second user time and 83.3684 second system time

The end

Launcher Data

Begin job on nodeD101 at 2024-08-02 12:35:46
IDJOB=4465915
IDBENCH=164400
IDSOLVER=3094
FILE ID=nodeD101/4465915-1722594946
RUNJOBID= nodeD101-1722587343-157286
SLURM_JOB_ID= 8254296
Free space on /tmp= 8622832 MiB

SOLVER NAME= FiberSCIP 20 cores, 2024-07-30
BENCH NAME= PB24/normalized-PB24/DEC-LIN/nordstrom/MIPLIB01/dec/miplib2010/normalized-neos-952987.0.d.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-4465915-1722594946/watcher-4465915-1722594946 -o /tmp/evaluation-result-4465915-1722594946/solver-4465915-1722594946 -C 72000 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeD101-1722587343-157286 --watchdog 3760  ./fscip settings/racing.prm HOME/instance-4465915-1722594946.opb -qsol -t 72000 -sth 20

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

MD5SUM BENCH= c2f3e0c6154609bf2d3178c0d208b6f5
RANDOM SEED=2129038899

nodeD101.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	: 0x5003102
cpu MHz		: 2989.878
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 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	: 0x5003102
cpu MHz		: 3017.272
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.32
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	: 0x5003102
cpu MHz		: 3200.000
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.68
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	: 0x5003102
cpu MHz		: 3666.901
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5006.48
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	: 0x5003102
cpu MHz		: 3011.041
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 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	: 0x5003102
cpu MHz		: 3006.952
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.32
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	: 0x5003102
cpu MHz		: 3200.000
cache size	: 28160 KB
physical id	: 2
siblings	: 20
core id		: 4
cpu cores	: 20
apicid		: 136
initial apicid	: 136
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.68
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	: 0x5003102
cpu MHz		: 3495.369
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5006.48
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	: 0x5003102
cpu MHz		: 3021.470
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 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	: 0x5003102
cpu MHz		: 3013.803
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.32
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	: 0x5003102
cpu MHz		: 3200.000
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.68
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	: 0x5003102
cpu MHz		: 3207.216
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5006.48
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	: 0x5003102
cpu MHz		: 3023.979
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 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	: 0x5003102
cpu MHz		: 3012.669
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.32
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	: 0x5003102
cpu MHz		: 3199.999
cache size	: 28160 KB
physical id	: 2
siblings	: 20
core id		: 3
cpu cores	: 20
apicid		: 134
initial apicid	: 134
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.68
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	: 0x5003102
cpu MHz		: 3094.712
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5006.48
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	: 0x5003102
cpu MHz		: 3024.801
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 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	: 0x5003102
cpu MHz		: 3011.897
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.32
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	: 0x5003102
cpu MHz		: 3199.999
cache size	: 28160 KB
physical id	: 2
siblings	: 20
core id		: 2
cpu cores	: 20
apicid		: 132
initial apicid	: 132
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.68
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	: 0x5003102
cpu MHz		: 3495.967
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5006.48
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	: 0x5003102
cpu MHz		: 3024.806
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 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	: 0x5003102
cpu MHz		: 3016.951
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.32
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	: 0x5003102
cpu MHz		: 3200.000
cache size	: 28160 KB
physical id	: 2
siblings	: 20
core id		: 12
cpu cores	: 20
apicid		: 152
initial apicid	: 152
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.68
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	: 0x5003102
cpu MHz		: 2614.460
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5006.48
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	: 0x5003102
cpu MHz		: 3024.820
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 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	: 0x5003102
cpu MHz		: 3016.059
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.32
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	: 0x5003102
cpu MHz		: 3199.999
cache size	: 28160 KB
physical id	: 2
siblings	: 20
core id		: 8
cpu cores	: 20
apicid		: 144
initial apicid	: 144
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.68
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	: 0x5003102
cpu MHz		: 1391.462
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5006.48
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	: 0x5003102
cpu MHz		: 3022.397
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 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	: 0x5003102
cpu MHz		: 3001.738
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.32
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	: 0x5003102
cpu MHz		: 3198.381
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.68
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	: 0x5003102
cpu MHz		: 2669.419
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5006.48
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	: 0x5003102
cpu MHz		: 3024.852
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 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	: 0x5003102
cpu MHz		: 2999.059
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.32
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	: 0x5003102
cpu MHz		: 3199.999
cache size	: 28160 KB
physical id	: 2
siblings	: 20
core id		: 9
cpu cores	: 20
apicid		: 146
initial apicid	: 146
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.68
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	: 0x5003102
cpu MHz		: 2661.584
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5006.48
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	: 0x5003102
cpu MHz		: 3024.864
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 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	: 0x5003102
cpu MHz		: 3010.367
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.32
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	: 0x5003102
cpu MHz		: 3199.999
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.68
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	: 0x5003102
cpu MHz		: 2664.035
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5006.48
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	: 0x5003102
cpu MHz		: 3024.869
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 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	: 0x5003102
cpu MHz		: 3016.560
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.32
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	: 0x5003102
cpu MHz		: 3199.999
cache size	: 28160 KB
physical id	: 2
siblings	: 20
core id		: 16
cpu cores	: 20
apicid		: 160
initial apicid	: 160
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.68
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	: 0x5003102
cpu MHz		: 2657.167
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5006.48
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	: 0x5003102
cpu MHz		: 3024.066
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 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	: 0x5003102
cpu MHz		: 3014.798
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.32
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	: 0x5003102
cpu MHz		: 3200.000
cache size	: 28160 KB
physical id	: 2
siblings	: 20
core id		: 20
cpu cores	: 20
apicid		: 168
initial apicid	: 168
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.68
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	: 0x5003102
cpu MHz		: 1816.665
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5006.48
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	: 0x5003102
cpu MHz		: 3023.892
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 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	: 0x5003102
cpu MHz		: 3014.761
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.32
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	: 0x5003102
cpu MHz		: 3199.999
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.68
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	: 0x5003102
cpu MHz		: 2654.812
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5006.48
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	: 0x5003102
cpu MHz		: 3017.237
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 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	: 0x5003102
cpu MHz		: 3016.336
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.32
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	: 0x5003102
cpu MHz		: 3199.999
cache size	: 28160 KB
physical id	: 2
siblings	: 20
core id		: 19
cpu cores	: 20
apicid		: 166
initial apicid	: 166
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.68
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	: 0x5003102
cpu MHz		: 2668.810
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5006.48
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	: 0x5003102
cpu MHz		: 3023.247
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 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	: 0x5003102
cpu MHz		: 3004.813
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.32
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	: 0x5003102
cpu MHz		: 3200.000
cache size	: 28160 KB
physical id	: 2
siblings	: 20
core id		: 18
cpu cores	: 20
apicid		: 164
initial apicid	: 164
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.68
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	: 0x5003102
cpu MHz		: 2655.101
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5006.48
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	: 0x5003102
cpu MHz		: 3024.921
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 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	: 0x5003102
cpu MHz		: 3016.172
cache size	: 28160 KB
physical id	: 1
siblings	: 20
core id		: 28
cpu cores	: 20
apicid		: 120
initial apicid	: 120
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.32
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	: 0x5003102
cpu MHz		: 3200.000
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.68
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	: 0x5003102
cpu MHz		: 2667.232
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5006.48
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	: 0x5003102
cpu MHz		: 3024.937
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 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	: 0x5003102
cpu MHz		: 3006.458
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.32
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	: 0x5003102
cpu MHz		: 3199.999
cache size	: 28160 KB
physical id	: 2
siblings	: 20
core id		: 24
cpu cores	: 20
apicid		: 176
initial apicid	: 176
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.68
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	: 0x5003102
cpu MHz		: 2648.238
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5006.48
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	: 0x5003102
cpu MHz		: 3024.943
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 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	: 0x5003102
cpu MHz		: 3009.144
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.32
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	: 0x5003102
cpu MHz		: 3199.999
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.68
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	: 0x5003102
cpu MHz		: 2662.866
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5006.48
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	: 0x5003102
cpu MHz		: 3023.684
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 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	: 0x5003102
cpu MHz		: 3012.412
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.32
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	: 0x5003102
cpu MHz		: 3199.999
cache size	: 28160 KB
physical id	: 2
siblings	: 20
core id		: 25
cpu cores	: 20
apicid		: 178
initial apicid	: 178
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.68
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	: 0x5003102
cpu MHz		: 2657.347
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5006.48
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	: 0x5003102
cpu MHz		: 3024.969
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 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	: 0x5003102
cpu MHz		: 3016.053
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.32
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	: 0x5003102
cpu MHz		: 3199.999
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.68
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	: 0x5003102
cpu MHz		: 2609.342
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5006.48
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       790760800 kB
MemFree:        764568632 kB
MemAvailable:   764791856 kB
Buffers:          367660 kB
Cached:          3195288 kB
SwapCached:            0 kB
Active:           551888 kB
Inactive:       23056652 kB
Active(anon):       2128 kB
Inactive(anon): 20065996 kB
Active(file):     549760 kB
Inactive(file):  2990656 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:             29360 kB
Writeback:           332 kB
AnonPages:      20047076 kB
Mapped:           128612 kB
Shmem:             22536 kB
KReclaimable:     204668 kB
Slab:             560836 kB
SReclaimable:     204668 kB
SUnreclaim:       356168 kB
KernelStack:       16816 kB
PageTables:        50972 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    526452396 kB
Committed_AS:    2477364 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:           321792 kB
HardwareCorrupted:     0 kB
AnonHugePages:    952320 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:      532480 kB
DirectMap2M:    39811072 kB
DirectMap1G:    765460480 kB

Free space on /tmp at the end= 8622864 MiB
End job on nodeD101 at 2024-08-02 13:36:19