Trace number 4465778

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
FiberSCIP 20 cores, 2024-07-30? (TO) 72001.2 3633.13

General information on the benchmark

NamePB24/normalized-PB24/OPT-LIN/ihalainen/PBO-clique-coloring/
normalized-clique-coloring-max-clique-n=14-t=9.opb
MD5SUM5bbd9c37a994af6c8eea19ef18cfb445
Bench CategoryOPT-LIN (optimization problem, linear constraints, no OPT/UNSAT certificate)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark5
Best CPU time to get the best result obtained on this benchmark3558.01
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables427
Total number of constraints17423
Number of constraints which are clauses17409
Number of constraints which are cardinality constraints (but not clauses)14
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint3
Maximum length of a constraint15
Number of terms in the objective function 14
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 14
Number of bits of the sum of numbers in the objective function 4
Biggest number in a constraint 2
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 16
Number of bits of the biggest sum of numbers5
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.04	c Default LC presolving (default).
0.00/0.04	c ** Before presolving: virtualMemUsedAtLc = 49704960, getVmSize() = 49704960, SCIPgetMemUsed() = 20914708, SCIPgetMemTotal() = 26962924, SCIPgetMemExternEstim() = 17802403
0.00/0.04	c ** set memory limit for presolving in LC to 8.79594e+12 for SCIP **
0.23/0.33	c ** Estimated virtualMemUsedAtSolver = 79921094, getVmSize() = 128880640, SCIPgetMemUsed() = 52456967, SCIPgetMemTotal() = 102079239, SCIPgetMemExternEstim() = 17802403
0.23/0.33	c ** set memory limit for solvers to 4.18836e+11 for each SCIP **
0.23/0.33	c Original Problem   :
0.23/0.33	c   Problem name     : instance-4465778-1722604978
0.23/0.33	c   Variables        : 427 (427 binary, 0 integer, 0 implicit integer, 0 continuous)
0.23/0.33	c   Constraints      : 17423
0.23/0.33	c   Objective sense  : minimize
0.23/0.33	c Presolved Problem  :
0.23/0.33	c   Variables        : 427 (427 binary, 0 integer, 0 implicit integer, 0 continuous)
0.23/0.33	c   Constraints      : 17423
0.23/0.33	c Constraints        : Number
0.23/0.33	c   setppc           : 14 
0.23/0.33	c   logicor          : 17409 
0.23/0.33	c ** Instance transfer method used: 0
0.33/0.35	c ** ParaScipInstance copy does not increase the number of variables. **
0.69/0.73	c LC is working with racing ramp-up and with rebuilding tree after racing.
0.69/0.73	c                                Nodes    Active                                            
0.69/0.73	c      Time          Nodes        Left   Solvers     Best Integer        Best Node        Gap     Best Node(S)     Gap(S)
3.60/0.93	c *       1              0           1        20          14.0000                -          -
5.66/1.08	c *       1              0           1        20          13.0000                -          -
27.23/2.17	c *       2              2           1        20           5.0000           0.0000          -
88.06/5.28	c         5              2           1        20           5.0000           0.0000          -
190.98/10.47	c        10              2           3        20           5.0000           0.0000          -
290.02/15.49	c        15             30          29        20           5.0000           0.0000          -
391.00/20.50	c        20             51          50        20           5.0000           0.0000          -
490.08/25.56	c        26             83          69        20           5.0000           0.0000          -
591.17/30.60	c        31            190         125        20           5.0000           0.0000          -
690.30/35.66	c        36            190         125        20           5.0000           0.0000          -
789.42/40.67	c        41            190         125        20           5.0000           0.0000          -
888.54/45.70	c        46            202         151        20           5.0000           0.0000          -
989.71/50.72	c        51            225         162        20           5.0000           0.0000          -
1088.73/55.79	c        56            249         180        20           5.0000           0.0000          -
1187.85/60.80	c        61            296         205        20           5.0000           0.0000          -
1288.82/65.86	c        66            401         270        20           5.0000           0.0000          -
1389.97/70.94	c        71            468         310        20           5.0000           0.0000          -
1489.10/75.96	c        76          90358         233        20           5.0000           0.0000          -
1588.13/80.99	c        81            880         272        20           5.0000           0.0000          -
1689.86/86.04	c        86          98968         219        20           5.0000           0.0000          -
1789.04/91.11	c        91           1233         309        20           5.0000           0.0000          -
1890.11/96.19	c        96           5980        2133        20           5.0000           0.0000          -
1992.49/101.39	c       101           1939         356        20           5.0000           0.0000          -
2093.56/106.46	c       106          12270         738        20           5.0000           0.0000          -
2194.60/111.51	c       112           4488        1188        20           5.0000           0.0000          -
2293.75/116.56	c       117           7350        2421        20           5.0000           0.0000          -
2392.85/121.57	c       122         133066         182        20           5.0000           0.0000          -
2493.87/126.65	c       127          14938         605        20           5.0000           0.0000          -
2593.01/131.68	c       132           6916        1385        20           5.0000           0.0000          -
2694.00/136.74	c       137           7405        1460        20           5.0000           0.0000          -
2795.13/141.81	c       142          16238         516        20           5.0000           0.0000          -
2894.29/146.86	c       147           4248        1271        20           5.0000           0.0000          -
2993.37/151.87	c       152          10022        2957        20           5.0000           0.0000          -
3094.49/156.90	c       157          16823        1081        20           5.0000           0.0000          -
3193.63/161.94	c       162           4767        1563        20           5.0000           0.0000          -
3295.43/167.04	c       167          11708        2004        20           5.0000           0.0000          -
3394.47/172.11	c       172          12002        2062        20           5.0000           0.0000          -
3493.67/177.13	c       177          17528           0        20           5.0000           0.0000          -
3596.03/182.21	c       182          13121        3444        20           5.0000           0.0000          -
3695.17/187.23	c       187          17707         179        20           5.0000           0.0000          -
3796.32/192.30	c       192          17822         276        20           5.0000           0.0000          -
3895.48/197.36	c       197          14734        2323        20           5.0000           0.0000          -
3996.60/202.41	c       202         251627         226        20           5.0000           0.0000          -
4095.43/207.45	c       207           7601        2685        20           5.0000           0.0000          -
4196.45/212.51	c       213           8027        2780        20           5.0000           0.0000          -
4295.50/217.56	c       218         308855         219        20           5.0000           0.0000          -
4394.60/222.57	c       223          15545        3795        20           5.0000           0.0000          -
4493.76/227.58	c       228          18729        2594        20           5.0000           0.0000          -
4594.76/232.65	c       233           9360        3017        20           5.0000           0.0000          -
4695.92/237.71	c       238          19535        2626        20           5.0000           0.0000          -
4795.05/242.78	c       243         410934         239        20           5.0000           0.0000          -
4896.18/247.80	c       248           9905         114        20           5.0000           0.0000          -
4995.34/252.81	c       253          10062         271        20           5.0000           0.0000          -
5094.50/257.88	c       258          22269        2722        20           5.0000           0.0000          -
5195.61/262.94	c       263          27370        4165        20           5.0000           0.0000          -
5294.77/267.96	c       268         523894         220        20           5.0000           0.0000          -
5393.91/272.99	c       273          10495         702        20           5.0000           0.0000          -
5493.01/278.04	c       278          24838        2780        20           5.0000           0.0000          -
5594.75/283.04	c       283          18271        3849        20           5.0000           0.0000          -
5693.91/288.05	c       288          10644         833        20           5.0000           0.0000          -
5793.18/293.14	c       293          10982         860        20           5.0000           0.0000          -
5893.99/298.19	c       298          19136        4014        20           5.0000           0.0000          -
5994.36/303.20	c       303          11756        1225        20           5.0000           0.0000          -
6093.41/308.21	c       308          12207        1421        20           5.0000           0.0000          -
6192.38/313.25	c       313          20079        4324        20           5.0000           0.0000          -
6291.55/318.26	c       318          20469        4412        20           5.0000           0.0000          -
6392.66/323.30	c       323          31643        6636        20           5.0000           0.0000          -
6491.82/328.35	c       328          21543        4666        20           5.0000           0.0000          -
6592.96/333.40	c       333          14871        2612        20           5.0000           0.0000          -
6692.09/338.45	c       338          32451        7130        20           5.0000           0.0000          -
6791.25/343.46	c       343          32103        3169        20           5.0000           0.0000          -
6892.40/348.55	c       349          15878        2749        20           5.0000           0.0000          -
6991.53/353.60	c       354          32977        3292        20           5.0000           0.0000          -
7092.68/358.62	c       359          33606        3337        20           5.0000           0.0000          -
7191.79/363.63	c       364          24061        4968        20           5.0000           0.0000          -
7292.96/368.70	c       369          33815        7921        20           5.0000           0.0000          -
7392.10/373.74	c       374          24531        5020        20           5.0000           0.0000          -
7493.23/378.85	c       379          34111        8065        20           5.0000           0.0000          -
7592.33/383.89	c       384          34250        8154        20           5.0000           0.0000          -
7693.46/388.95	c       389          19456        3830        20           5.0000           0.0000          -
7792.68/394.00	c       394          34718        8452        20           5.0000           0.0000          -
7891.67/399.03	c       399          34898        8535        20           5.0000           0.0000          -
7993.34/404.09	c       404          38877        3760        20           5.0000           0.0000          -
8094.58/409.14	c       409          39470        3813        20           5.0000           0.0000          -
8194.93/414.20	c       414          35616        8844        20           5.0000           0.0000          -
8294.09/419.25	c       419          35663        8862        20           5.0000           0.0000          -
8393.29/424.30	c       424          40767        3864        20           5.0000           0.0000          -
8494.30/429.31	c       429          22431        4789        20           5.0000           0.0000          -
8595.44/434.40	c       434          40855        3874        20           5.0000           0.0000          -
8694.59/439.41	c       439          36183        9151        20           5.0000           0.0000          -
8793.78/444.46	c       444          40973        3895        20           5.0000           0.0000          -
8894.97/449.51	c       450          40973        3895        20           5.0000           0.0000          -
8994.15/454.52	c       455          40973        3895        20           5.0000           0.0000          -
9093.28/459.59	c       460          41005        3901        20           5.0000           0.0000          -
9194.43/464.64	c       465          32139        5871        20           5.0000           0.0000          -
9293.59/469.67	c       470          37264        9813        20           5.0000           0.0000          -
9394.76/474.80	c       475          33041        6023        20           5.0000           0.0000          -
9495.92/479.85	c       480          37955       10196        20           5.0000           0.0000          -
9595.08/484.88	c       485          43611        4009        20           5.0000           0.0000          -
9696.25/489.90	c       490          44161        4031        20           5.0000           0.0000          -
9795.44/494.97	c       495          38494       10493        20           5.0000           0.0000          -
9894.59/500.01	c       500          34069        6176        20           5.0000           0.0000          -
9996.46/505.08	c       505          34175        6185        20           5.0000           0.0000          -
10095.61/510.09	c       510          46333        4253        20           5.0000           0.0000          -
10194.80/515.09	c       515          26747        5404        20           5.0000           0.0000          -
10295.89/520.15	c       520          35042        6289        20           5.0000           0.0000          -
10396.36/525.20	c       525          40150       11412        20           5.0000           0.0000          -
10495.51/530.24	c       530          40228       11453        20           5.0000           0.0000          -
10594.69/535.28	c       535          49162        4405        20           5.0000           0.0000          -
10697.61/540.48	c       540          35855        6397        20           5.0000           0.0000          -
10798.66/545.54	c       546          36053        6430        20           5.0000           0.0000          -
10897.83/550.56	c       551        1066200         221        20           5.0000           0.0000          -
10998.93/555.64	c       556          29291        5810        20           5.0000           0.0000          -
11098.11/560.68	c       561          41692       11920        20           5.0000           0.0000          -
11199.21/565.74	c       566          52216        4663        20           5.0000           0.0000          -
11298.37/570.75	c       571          31003        6095        20           5.0000           0.0000          -
11399.53/575.84	c       576          37847        6518        20           5.0000           0.0000          -
11498.73/580.89	c       581          37990        6523        20           5.0000           0.0000          -
11599.80/585.94	c       586          32021        6236        20           5.0000           0.0000          -
11698.99/590.99	c       591          44728       13011        20           5.0000           0.0000          -
11800.85/596.04	c       596          55088        4909        20           5.0000           0.0000          -
11899.80/601.09	c       601          32498        6296        20           5.0000           0.0000          -
12001.08/606.14	c       606          56267        5002        20           5.0000           0.0000          -
12100.39/611.19	c       611          47609       14016        20           5.0000           0.0000          -
12200.68/616.22	c       616          40232        6626        20           5.0000           0.0000          -
12299.86/621.27	c       621          58354        5056        20           5.0000           0.0000          -
12399.00/626.29	c       626          58983        5103        20           5.0000           0.0000          -
12500.14/631.31	c       631          33907        6533        20           5.0000           0.0000          -
12599.29/636.36	c       636          60168        5166        20           5.0000           0.0000          -
12698.46/641.38	c       641          41582        6771        20           5.0000           0.0000          -
12801.55/646.54	c       647          34708        6639        20           5.0000           0.0000          -
12900.73/651.59	c       652          62073        5196        20           5.0000           0.0000          -
13001.87/656.64	c       657          62566        5239        20           5.0000           0.0000          -
13103.03/661.70	c       662          62925        5253        20           5.0000           0.0000          -
13202.17/666.75	c       667          35951        6811        20           5.0000           0.0000          -
13301.35/671.80	c       672          53726       15840        20           5.0000           0.0000          -
13402.52/676.81	c       677          54072       15985        20           5.0000           0.0000          -
13501.67/681.83	c       682          43915        6814        20           5.0000           0.0000          -
13600.81/686.88	c       687          54691       16242        20           5.0000           0.0000          -
13701.95/691.98	c       692          44677        6910        20           5.0000           0.0000          -
13801.10/697.02	c       697          67405        5657        20           5.0000           0.0000          -
13902.95/702.09	c       702          39331        7343        20           5.0000           0.0000          -
14004.28/707.15	c       707          45670        6965        20           5.0000           0.0000          -
14104.50/712.21	c       712          40130        7440        20           5.0000           0.0000          -
14203.62/717.24	c       717          69826        5908        20           5.0000           0.0000          -
14302.79/722.26	c       722          46929        7048        20           5.0000           0.0000          -
14401.91/727.27	c       727          41203        7574        20           5.0000           0.0000          -
14501.07/732.28	c       732          47833        7119        20           5.0000           0.0000          -
14600.28/737.29	c       737          47990        7121        20           5.0000           0.0000          -
14701.47/742.30	c       742          41594        7660        20           5.0000           0.0000          -
14800.58/747.31	c       747          41743        7688        20           5.0000           0.0000          -
14899.75/752.34	c       752          48680        7141        20           5.0000           0.0000          -
14998.91/757.37	c       757          42212        7766        20           5.0000           0.0000          -
15098.07/762.38	c       762          49299        7142        20           5.0000           0.0000          -
15199.20/767.41	c       767          74857        6126        20           5.0000           0.0000          -
15298.30/772.46	c       772          49911        7180        20           5.0000           0.0000          -
15397.50/777.49	c       777        1387848         221        20           5.0000           0.0000          -
15498.61/782.54	c       783        1394826         224        20           5.0000           0.0000          -
15599.73/787.61	c       788          66953       18528        20           5.0000           0.0000          -
15698.90/792.65	c       793          50965        7269        20           5.0000           0.0000          -
15800.04/797.71	c       798          44835        8028        20           5.0000           0.0000          -
15899.10/802.76	c       803          45283        8064        20           5.0000           0.0000          -
16000.18/807.81	c       808          70007       18877        20           5.0000           0.0000          -
16099.33/812.86	c       813          79204        6451        20           5.0000           0.0000          -
16200.49/817.91	c       818          47134        8278        20           5.0000           0.0000          -
16299.66/822.96	c       823          47739        8489        20           5.0000           0.0000          -
16398.84/828.01	c       828          80748        6599        20           5.0000           0.0000          -
16500.78/833.04	c       833        1464815         225        20           5.0000           0.0000          -
16599.82/838.05	c       838        1472016         223        20           5.0000           0.0000          -
16700.94/843.16	c       843          53938        7325        20           5.0000           0.0000          -
16801.32/848.21	c       848          48713        8682        20           5.0000           0.0000          -
16900.52/853.23	c       853          54576        7376        20           5.0000           0.0000          -
17001.61/858.31	c       858          75779       19424        20           5.0000           0.0000          -
17100.74/863.36	c       863          49905        8950        20           5.0000           0.0000          -
17201.79/868.41	c       868          86156        6954        20           5.0000           0.0000          -
17300.92/873.46	c       873          77261       19670        20           5.0000           0.0000          -
17402.03/878.51	c       879          51733        9367        20           5.0000           0.0000          -
17501.19/883.52	c       884          78366       19801        20           5.0000           0.0000          -
17602.32/888.61	c       889          88151        7145        20           5.0000           0.0000          -
17701.50/893.65	c       894        1545919         219        20           5.0000           0.0000          -
17802.46/898.71	c       899          89399        7268        20           5.0000           0.0000          -
17901.62/903.76	c       904          89955        7290        20           5.0000           0.0000          -
18000.74/908.79	c       909        1568611         226        20           5.0000           0.0000          -
18101.85/913.81	c       914        1574560         229        20           5.0000           0.0000          -
18202.99/918.90	c       919          54393       10107        20           5.0000           0.0000          -
18302.16/923.95	c       924        1586838         219        20           5.0000           0.0000          -
18401.29/929.01	c       929          59052        7759        20           5.0000           0.0000          -
18503.00/934.06	c       934        1603211         231        20           5.0000           0.0000          -
18602.16/939.10	c       939        1612630         223        20           5.0000           0.0000          -
18703.53/944.16	c       944          94512        7505        20           5.0000           0.0000          -
18803.56/949.21	c       949          95168        7538        20           5.0000           0.0000          -
18902.73/954.26	c       954          56866       10810        20           5.0000           0.0000          -
19003.87/959.31	c       959          90833       21060        20           5.0000           0.0000          -
19102.88/964.36	c       964          61178        7856        20           5.0000           0.0000          -
19204.02/969.41	c       969          97203        7697        20           5.0000           0.0000          -
19303.08/974.46	c       974          58505       11175        20           5.0000           0.0000          -
19404.22/979.51	c       980          59103       11269        20           5.0000           0.0000          -
19503.34/984.56	c       985          62510        7878        20           5.0000           0.0000          -
19604.46/989.61	c       990          99459        7753        20           5.0000           0.0000          -
19703.57/994.64	c       995        1688627         235        20           5.0000           0.0000          -
19802.72/999.65	c      1000          94541       21886        20           5.0000           0.0000          -
19903.69/1004.70	c      1005         100912        7891        20           5.0000           0.0000          -
20004.77/1009.81	c      1010          61085       11765        20           5.0000           0.0000          -
20103.91/1014.84	c      1015        1711181         220        20           5.0000           0.0000          -
20204.83/1019.91	c      1020          96415       22576        20           5.0000           0.0000          -
20303.97/1024.96	c      1025          61876       11901        20           5.0000           0.0000          -
20402.85/1030.01	c      1030          61908       11905        20           5.0000           0.0000          -
20504.69/1035.04	c      1035         104052        7976        20           5.0000           0.0000          -
20603.82/1040.06	c      1040          61978       11917        20           5.0000           0.0000          -
20702.95/1045.12	c      1045          62070       11923        20           5.0000           0.0000          -
20804.06/1050.15	c      1050          65726        8140        20           5.0000           0.0000          -
20903.03/1055.16	c      1055          65921        8147        20           5.0000           0.0000          -
21003.44/1060.21	c      1060         106828        8071        20           5.0000           0.0000          -
21104.41/1065.36	c      1065         107188        8148        20           5.0000           0.0000          -
21205.48/1070.41	c      1070          64441       12466        20           5.0000           0.0000          -
21304.62/1075.46	c      1075         100234       23695        20           5.0000           0.0000          -
21405.73/1080.51	c      1081         100881       23964        20           5.0000           0.0000          -
21504.85/1085.56	c      1086         101267       24094        20           5.0000           0.0000          -
21605.93/1090.60	c      1091         101576       24183        20           5.0000           0.0000          -
21705.07/1095.64	c      1096          66038       13119        20           5.0000           0.0000          -
21804.24/1100.69	c      1101        1840306         219        20           5.0000           0.0000          -
21905.34/1105.76	c      1106          68845        8326        20           5.0000           0.0000          -
22006.46/1110.81	c      1111         102843       24336        20           5.0000           0.0000          -
22105.56/1115.83	c      1116          69188        8378        20           5.0000           0.0000          -
22206.68/1120.91	c      1121          67404       13589        20           5.0000           0.0000          -
22305.87/1125.93	c      1126        1876115         222        20           5.0000           0.0000          -
22405.03/1130.99	c      1131        1883134         222        20           5.0000           0.0000          -
22506.85/1136.06	c      1136         115056        8307        20           5.0000           0.0000          -
22606.21/1141.11	c      1141         115713        8302        20           5.0000           0.0000          -
22707.11/1146.16	c      1146         116536        8310        20           5.0000           0.0000          -
22806.21/1151.19	c      1151        1909441         217        20           5.0000           0.0000          -
22906.63/1156.26	c      1156          71655        8570        20           5.0000           0.0000          -
23007.90/1161.31	c      1161         118762        8355        20           5.0000           0.0000          -
23106.90/1166.36	c      1166         119350        8346        20           5.0000           0.0000          -
23208.00/1171.41	c      1171         120052        8382        20           5.0000           0.0000          -
23307.10/1176.42	c      1176        1953246         224        20           5.0000           0.0000          -
23408.22/1181.51	c      1182          73852        8765        20           5.0000           0.0000          -
23507.34/1186.56	c      1187         107504       25126        20           5.0000           0.0000          -
23608.41/1191.61	c      1192          74802        8839        20           5.0000           0.0000          -
23707.50/1196.63	c      1197        1987927         239        20           5.0000           0.0000          -
23806.66/1201.64	c      1202        1993373         230        20           5.0000           0.0000          -
23905.88/1206.66	c      1207          76483        9006        20           5.0000           0.0000          -
24004.91/1211.69	c      1212          73352       15167        20           5.0000           0.0000          -
24106.07/1216.74	c      1217        2012311         237        20           5.0000           0.0000          -
24205.14/1221.75	c      1222         110097       25567        20           5.0000           0.0000          -
24306.21/1226.80	c      1227          73854       15361        20           5.0000           0.0000          -
24407.36/1231.91	c      1232        2031737         221        20           5.0000           0.0000          -
24509.20/1237.06	c      1237         111047       25681        20           5.0000           0.0000          -
24608.25/1242.07	c      1242        2046216         233        20           5.0000           0.0000          -
24707.64/1247.09	c      1247        2053880         224        20           5.0000           0.0000          -
24810.01/1252.21	c      1252          81507        9060        20           5.0000           0.0000          -
24909.05/1257.24	c      1257        2072502         244        20           5.0000           0.0000          -
25008.26/1262.25	c      1262        2084324         233        20           5.0000           0.0000          -
25107.49/1267.28	c      1267          75741       15976        20           5.0000           0.0000          -
25208.45/1272.36	c      1272          82373        9139        20           5.0000           0.0000          -
25309.56/1277.45	c      1277        2115807         231        20           5.0000           0.0000          -
25410.71/1282.51	c      1283          76127       16159        20           5.0000           0.0000          -
25509.84/1287.56	c      1288         115073       26175        20           5.0000           0.0000          -
25608.93/1292.59	c      1293        2142780         234        20           5.0000           0.0000          -
25710.07/1297.65	c      1298        2151715         219        20           5.0000           0.0000          -
25811.20/1302.71	c      1303         117285       26270        20           5.0000           0.0000          -
25910.29/1307.76	c      1308         137637        9073        20           5.0000           0.0000          -
26011.41/1312.81	c      1313         119269       26465        20           5.0000           0.0000          -
26110.41/1317.86	c      1318         120316       26464        20           5.0000           0.0000          -
26209.61/1322.87	c      1323          78100       16862        20           5.0000           0.0000          -
26310.72/1327.90	c      1328         139705        9152        20           5.0000           0.0000          -
26409.69/1332.95	c      1333        2206908         219        20           5.0000           0.0000          -
26508.74/1337.99	c      1338        2214952         217        20           5.0000           0.0000          -
26610.49/1343.04	c      1343         141389        9130        20           5.0000           0.0000          -
26711.67/1348.16	c      1348          79284       17195        20           5.0000           0.0000          -
26812.11/1353.21	c      1353         142346        9122        20           5.0000           0.0000          -
26911.29/1358.23	c      1358         142346        9122        20           5.0000           0.0000          -
27012.46/1363.31	c      1363         142643        9121        20           5.0000           0.0000          -
27111.66/1368.36	c      1368         129737       27327        20           5.0000           0.0000          -
27212.74/1373.41	c      1373          91127        8812        20           5.0000           0.0000          -
27311.85/1378.46	c      1378         144013        9154        20           5.0000           0.0000          -
27411.03/1383.49	c      1383         131391       27500        20           5.0000           0.0000          -
27510.15/1388.49	c      1388        2289338         229        20           5.0000           0.0000          -
27611.19/1393.56	c      1394          92554        8802        20           5.0000           0.0000          -
27712.33/1398.61	c      1399          92786        8829        20           5.0000           0.0000          -
27811.51/1403.64	c      1404         147018        9228        20           5.0000           0.0000          -
27912.66/1408.74	c      1409        2318833         222        20           5.0000           0.0000          -
28013.83/1413.81	c      1414         148279        9275        20           5.0000           0.0000          -
28112.97/1418.83	c      1419        2334758         232        20           5.0000           0.0000          -
28214.07/1423.91	c      1424         149515        9345        20           5.0000           0.0000          -
28313.25/1428.96	c      1429        2349104         223        20           5.0000           0.0000          -
28412.42/1434.01	c      1434          85158       19391        20           5.0000           0.0000          -
28514.23/1439.04	c      1439        2364093         223        20           5.0000           0.0000          -
28613.34/1444.09	c      1444          85888       19678        20           5.0000           0.0000          -
28714.41/1449.16	c      1449         153116        9451        20           5.0000           0.0000          -
28814.85/1454.21	c      1454          86596       19900        20           5.0000           0.0000          -
28914.05/1459.26	c      1459          95908        8915        20           5.0000           0.0000          -
29015.22/1464.31	c      1464         154542        9455        20           5.0000           0.0000          -
29114.38/1469.37	c      1469         154542        9455        20           5.0000           0.0000          -
29215.53/1474.41	c      1474         149530       28964        20           5.0000           0.0000          -
29314.59/1479.46	c      1479          97045        8973        20           5.0000           0.0000          -
29415.74/1484.51	c      1485         151733       29053        20           5.0000           0.0000          -
29514.92/1489.55	c      1490        2450519         225        20           5.0000           0.0000          -
29616.07/1494.61	c      1495         153169       29226        20           5.0000           0.0000          -
29715.25/1499.66	c      1500         153761       29285        20           5.0000           0.0000          -
29816.36/1504.71	c      1505         154290       29349        20           5.0000           0.0000          -
29915.50/1509.76	c      1510          98363        9106        20           5.0000           0.0000          -
30016.65/1514.81	c      1515          90447       20976        20           5.0000           0.0000          -
30115.82/1519.86	c      1520          90964       21292        20           5.0000           0.0000          -
30216.98/1524.91	c      1525         161258        9667        20           5.0000           0.0000          -
30316.15/1529.96	c      1530         156230       29654        20           5.0000           0.0000          -
30415.33/1535.00	c      1535          92107       21525        20           5.0000           0.0000          -
30517.26/1540.04	c      1540        2525132         221        20           5.0000           0.0000          -
30616.37/1545.07	c      1545        2531491         226        20           5.0000           0.0000          -
30715.55/1550.08	c      1550        2538836         217        20           5.0000           0.0000          -
30814.69/1555.09	c      1555         165040        9768        20           5.0000           0.0000          -
30917.02/1560.26	c      1560          93491       22122        20           5.0000           0.0000          -
31018.20/1565.31	c      1565         165866        9795        20           5.0000           0.0000          -
31117.32/1570.36	c      1570         159422       30112        20           5.0000           0.0000          -
31218.48/1575.41	c      1575         159836       30164        20           5.0000           0.0000          -
31317.69/1580.46	c      1580         160282       30218        20           5.0000           0.0000          -
31418.87/1585.51	c      1586         102508        9474        20           5.0000           0.0000          -
31518.04/1590.55	c      1591         102717        9508        20           5.0000           0.0000          -
31617.25/1595.58	c      1596        2609685         216        20           5.0000           0.0000          -
31718.40/1600.65	c      1601        2619282         216        20           5.0000           0.0000          -
31817.68/1605.69	c      1606        2626539         217        20           5.0000           0.0000          -
31918.63/1610.76	c      1611         170890        9888        20           5.0000           0.0000          -
32017.82/1615.77	c      1616         163480       30572        20           5.0000           0.0000          -
32118.95/1620.81	c      1621        2652530         217        20           5.0000           0.0000          -
32220.12/1625.91	c      1626         164459       30691        20           5.0000           0.0000          -
32319.26/1630.96	c      1631         164920       30753        20           5.0000           0.0000          -
32418.44/1636.01	c      1636         105594        9895        20           5.0000           0.0000          -
32520.42/1641.06	c      1641         105941        9959        20           5.0000           0.0000          -
32619.31/1646.11	c      1646          98244       23470        20           5.0000           0.0000          -
32720.67/1651.16	c      1651         166874       30902        20           5.0000           0.0000          -
32821.08/1656.21	c      1656         167134       30946        20           5.0000           0.0000          -
32920.25/1661.26	c      1661         167469       30968        20           5.0000           0.0000          -
33021.41/1666.31	c      1666          99303       23992        20           5.0000           0.0000          -
33120.53/1671.36	c      1671          99517       24034        20           5.0000           0.0000          -
33221.62/1676.41	c      1676         108197       10256        20           5.0000           0.0000          -
33320.81/1681.46	c      1681         168804       31110        20           5.0000           0.0000          -
33419.96/1686.47	c      1686         169123       31154        20           5.0000           0.0000          -
33521.05/1691.52	c      1692        2775591         231        20           5.0000           0.0000          -
33620.26/1696.55	c      1697         180134       10021        20           5.0000           0.0000          -
33721.32/1701.66	c      1702         101181       24752        20           5.0000           0.0000          -
33822.50/1706.71	c      1707         170562       31475        20           5.0000           0.0000          -
33921.72/1711.72	c      1712         101660       24939        20           5.0000           0.0000          -
34020.83/1716.79	c      1717         101846       25015        20           5.0000           0.0000          -
34121.97/1721.83	c      1722         182879       10037        20           5.0000           0.0000          -
34223.10/1726.91	c      1727         172042       31824        20           5.0000           0.0000          -
34322.27/1731.94	c      1732        2838080         233        20           5.0000           0.0000          -
34421.37/1736.95	c      1737        2846191         240        20           5.0000           0.0000          -
34523.13/1742.04	c      1742        2854331         230        20           5.0000           0.0000          -
34622.32/1747.11	c      1747         115038       10549        20           5.0000           0.0000          -
34723.44/1752.16	c      1752         103794       25450        20           5.0000           0.0000          -
34823.79/1757.21	c      1757         116225       10545        20           5.0000           0.0000          -
34922.80/1762.26	c      1762         116598       10535        20           5.0000           0.0000          -
35021.89/1767.28	c      1767        2893033         221        20           5.0000           0.0000          -
35120.91/1772.28	c      1772        2899772         224        20           5.0000           0.0000          -
35222.07/1777.35	c      1777        2908526         225        20           5.0000           0.0000          -
35321.27/1782.38	c      1782        2916135         220        20           5.0000           0.0000          -
35422.35/1787.46	c      1787         177403       32471        20           5.0000           0.0000          -
35523.53/1792.56	c      1793         106326       26039        20           5.0000           0.0000          -
35624.60/1797.61	c      1798         191640       10294        20           5.0000           0.0000          -
35723.72/1802.66	c      1803         178501       32645        20           5.0000           0.0000          -
35824.94/1807.71	c      1808         120648       10388        20           5.0000           0.0000          -
35923.94/1812.76	c      1813         193529       10365        20           5.0000           0.0000          -
36025.06/1817.81	c      1818         121595       10343        20           5.0000           0.0000          -
36124.14/1822.86	c      1823         122404       10225        20           5.0000           0.0000          -
36225.29/1827.91	c      1828         123145       10181        20           5.0000           0.0000          -
36324.46/1832.96	c      1833         181829       32834        20           5.0000           0.0000          -
36423.57/1838.01	c      1838         182098       32865        20           5.0000           0.0000          -
36525.49/1843.06	c      1843         197154       10426        20           5.0000           0.0000          -
36624.62/1848.11	c      1848         182982       32799        20           5.0000           0.0000          -
36725.60/1853.16	c      1853         109737       27128        20           5.0000           0.0000          -
36824.80/1858.19	c      1858        3032030         220        20           5.0000           0.0000          -
36925.21/1863.26	c      1863         110148       27215        20           5.0000           0.0000          -
37026.32/1868.31	c      1868         127762        9505        20           5.0000           0.0000          -
37125.36/1873.34	c      1873         110473       27236        20           5.0000           0.0000          -
37224.55/1878.37	c      1878         110625       27281        20           5.0000           0.0000          -
37325.71/1883.40	c      1883        3071235         220        20           5.0000           0.0000          -
37424.83/1888.45	c      1888         188010       33280        20           5.0000           0.0000          -
37526.03/1893.53	c      1894        3089996         226        20           5.0000           0.0000          -
37625.21/1898.56	c      1899        3099344         221        20           5.0000           0.0000          -
37726.44/1903.60	c      1904        3109343         220        20           5.0000           0.0000          -
37825.39/1908.68	c      1909        3118147         224        20           5.0000           0.0000          -
37926.55/1913.70	c      1914         191695       33396        20           5.0000           0.0000          -
38025.68/1918.73	c      1919         130712        9608        20           5.0000           0.0000          -
38126.85/1923.80	c      1924        3143827         217        20           5.0000           0.0000          -
38226.00/1928.88	c      1929         193340       33635        20           5.0000           0.0000          -
38326.86/1933.93	c      1934        3157121         218        20           5.0000           0.0000          -
38425.99/1938.97	c      1939         132128        9531        20           5.0000           0.0000          -
38525.03/1944.03	c      1944        3173351         235        20           5.0000           0.0000          -
38626.86/1949.08	c      1949         208304       10808        20           5.0000           0.0000          -
38726.03/1954.11	c      1954        3189891         223        20           5.0000           0.0000          -
38827.06/1959.16	c      1959        3196929         220        20           5.0000           0.0000          -
38927.40/1964.21	c      1964        3206202         217        20           5.0000           0.0000          -
39028.48/1969.30	c      1969        3215565         218        20           5.0000           0.0000          -
39127.41/1974.35	c      1974         134532        9538        20           5.0000           0.0000          -
39226.56/1979.37	c      1979        3232052         222        20           5.0000           0.0000          -
39325.70/1984.39	c      1984         117767       29403        20           5.0000           0.0000          -
39426.83/1989.44	c      1989        3248656         228        20           5.0000           0.0000          -
39525.87/1994.46	c      1994        3254527         239        20           5.0000           0.0000          -
39626.95/1999.59	c      2000        3260251         227        20           5.0000           0.0000          -
39727.96/2004.61	c      2005        3267028         228        20           5.0000           0.0000          -
39827.08/2009.64	c      2010         213588       10855        20           5.0000           0.0000          -
39928.13/2014.74	c      2015        3281657         232        20           5.0000           0.0000          -
40029.17/2019.82	c      2020         120697       30412        20           5.0000           0.0000          -
40128.26/2024.83	c      2025        3299678         226        20           5.0000           0.0000          -
40227.40/2029.87	c      2030         138064        9588        20           5.0000           0.0000          -
40328.52/2034.91	c      2035         121526       30595        20           5.0000           0.0000          -
40427.65/2039.97	c      2040         139066        9496        20           5.0000           0.0000          -
40526.68/2045.03	c      2045        3331222         229        20           5.0000           0.0000          -
40628.67/2050.08	c      2050         122370       30995        20           5.0000           0.0000          -
40729.67/2055.15	c      2055        3343646         222        20           5.0000           0.0000          -
40830.02/2060.21	c      2060        3350004         229        20           5.0000           0.0000          -
40929.13/2065.26	c      2065         219543       10981        20           5.0000           0.0000          -
41030.11/2070.31	c      2070         219794       11009        20           5.0000           0.0000          -
41129.27/2075.36	c      2075         219818          23        20           5.0000           0.0000          -
41228.42/2080.40	c      2080        3375305         218        20           5.0000           0.0000          -
41329.49/2085.43	c      2085        3381515         223        20           5.0000           0.0000          -
41430.59/2090.51	c      2091         219064       36295        20           5.0000           0.0000          -
41529.68/2095.54	c      2096         126373       32238        20           5.0000           0.0000          -
41630.81/2100.61	c      2101         143312        9471        20           5.0000           0.0000          -
41729.90/2105.64	c      2106        3411596         230        20           5.0000           0.0000          -
41831.05/2110.71	c      2111         127399       32568        20           5.0000           0.0000          -
41929.94/2115.76	c      2116         144084        9506        20           5.0000           0.0000          -
42030.97/2120.80	c      2121         220495         431        20           5.0000           0.0000          -
42130.03/2125.85	c      2126        3445032         225        20           5.0000           0.0000          -
42231.18/2130.91	c      2131         128642       32923        20           5.0000           0.0000          -
42330.19/2135.96	c      2136         145239        9392        20           5.0000           0.0000          -
42429.33/2140.98	c      2141        3465672         214        20           5.0000           0.0000          -
42528.49/2146.02	c      2146        3473522         220        20           5.0000           0.0000          -
42627.65/2151.03	c      2151        3480963         212        20           5.0000           0.0000          -
42729.08/2156.05	c      2156        3487597         214        20           5.0000           0.0000          -
42828.39/2161.08	c      2161        3493984         219        20           5.0000           0.0000          -
42927.44/2166.12	c      2166        3501083         225        20           5.0000           0.0000          -
43028.20/2171.18	c      2171         132202       33449        20           5.0000           0.0000          -
43128.82/2176.26	c      2176         147522        9527        20           5.0000           0.0000          -
43228.00/2181.28	c      2181        3522149         236        20           5.0000           0.0000          -
43331.12/2186.42	c      2186        3530804         219        20           5.0000           0.0000          -
43430.30/2191.43	c      2191        3538538         217        20           5.0000           0.0000          -
43531.43/2196.56	c      2197         133704       33804        20           5.0000           0.0000          -
43632.54/2201.61	c      2202         223998        2445        20           5.0000           0.0000          -
43731.68/2206.66	c      2207         149882        9402        20           5.0000           0.0000          -
43832.87/2211.71	c      2212         134683       34015        20           5.0000           0.0000          -
43931.89/2216.73	c      2217         241378       38003        20           5.0000           0.0000          -
44033.06/2221.81	c      2222         225325        3111        20           5.0000           0.0000          -
44132.21/2226.86	c      2227         135844       34272        20           5.0000           0.0000          -
44233.18/2231.91	c      2232         226862        3473        20           5.0000           0.0000          -
44332.27/2236.92	c      2237        3604950         215        20           5.0000           0.0000          -
44431.27/2241.96	c      2242         227949        3800        20           5.0000           0.0000          -
44530.35/2247.01	c      2247         228241        3967        20           5.0000           0.0000          -
44629.52/2252.02	c      2252         246457       39487        20           5.0000           0.0000          -
44731.43/2257.10	c      2257         137999       34750        20           5.0000           0.0000          -
44832.49/2262.19	c      2262        3658839         223        20           5.0000           0.0000          -
44932.81/2267.26	c      2267         153624        9389        20           5.0000           0.0000          -
45033.99/2272.31	c      2272         232110        4311        20           5.0000           0.0000          -
45133.19/2277.36	c      2277         249956       40677        20           5.0000           0.0000          -
45234.24/2282.41	c      2282         139893       35185        20           5.0000           0.0000          -
45333.30/2287.46	c      2287         154622        9400        20           5.0000           0.0000          -
45434.46/2292.51	c      2293         252621       41267        20           5.0000           0.0000          -
45533.60/2297.54	c      2298         155124        9423        20           5.0000           0.0000          -
45634.76/2302.61	c      2303         155406        9458        20           5.0000           0.0000          -
45733.88/2307.66	c      2308         155716        9472        20           5.0000           0.0000          -
45833.01/2312.67	c      2313         142089       35636        20           5.0000           0.0000          -
45934.02/2317.71	c      2318        3756254         220        20           5.0000           0.0000          -
46033.18/2322.74	c      2323        3764257         221        20           5.0000           0.0000          -
46134.31/2327.86	c      2328         143196       35894        20           5.0000           0.0000          -
46235.40/2332.91	c      2333         157441        9382        20           5.0000           0.0000          -
46334.58/2337.92	c      2338        3787310         220        20           5.0000           0.0000          -
46433.72/2342.93	c      2343        3796160         216        20           5.0000           0.0000          -
46535.50/2348.04	c      2348        3807492         231        20           5.0000           0.0000          -
46634.42/2353.05	c      2353         145296       36300        20           5.0000           0.0000          -
46735.71/2358.16	c      2358         158841        9374        20           5.0000           0.0000          -
46834.79/2363.18	c      2363        3835054         228        20           5.0000           0.0000          -
46935.24/2368.23	c      2368        3845328         217        20           5.0000           0.0000          -
47034.32/2373.27	c      2373         265053       43312        20           5.0000           0.0000          -
47133.38/2378.28	c      2378        3864572         225        20           5.0000           0.0000          -
47232.54/2383.29	c      2383         253378        4946        20           5.0000           0.0000          -
47333.64/2388.38	c      2388        3881717         222        20           5.0000           0.0000          -
47434.75/2393.44	c      2393        3889249         221        20           5.0000           0.0000          -
47533.73/2398.49	c      2398         147887       36889        20           5.0000           0.0000          -
47634.82/2403.54	c      2404        3906341         225        20           5.0000           0.0000          -
47735.88/2408.60	c      2409        3914239         213        20           5.0000           0.0000          -
47834.89/2413.66	c      2414         148947       37133        20           5.0000           0.0000          -
47936.01/2418.70	c      2419        3931951         227        20           5.0000           0.0000          -
48035.21/2423.77	c      2424         149706       37328        20           5.0000           0.0000          -
48136.30/2428.86	c      2429         274953       45070        20           5.0000           0.0000          -
48237.43/2433.91	c      2434         163376        9342        20           5.0000           0.0000          -
48336.53/2438.96	c      2439         277020       45092        20           5.0000           0.0000          -
48435.63/2444.01	c      2444         163946        9381        20           5.0000           0.0000          -
48537.45/2449.06	c      2449         151561       37859        20           5.0000           0.0000          -
48636.59/2454.11	c      2454         164567        9361        20           5.0000           0.0000          -
48737.74/2459.16	c      2459         164764        9366        20           5.0000           0.0000          -
48838.15/2464.21	c      2464         281782       45602        20           5.0000           0.0000          -
48937.28/2469.24	c      2469        4005384         227        20           5.0000           0.0000          -
49036.37/2474.25	c      2474        4012779         221        20           5.0000           0.0000          -
49137.53/2479.32	c      2479        4020717         218        20           5.0000           0.0000          -
49238.67/2484.41	c      2484         270501        7027        20           5.0000           0.0000          -
49337.73/2489.46	c      2489         154219       38424        20           5.0000           0.0000          -
49438.89/2494.51	c      2495         154669       38564        20           5.0000           0.0000          -
49538.09/2499.56	c      2500         288181       46161        20           5.0000           0.0000          -
49637.25/2504.58	c      2505        4061565         217        20           5.0000           0.0000          -
49738.44/2509.61	c      2510        4072723         217        20           5.0000           0.0000          -
49837.63/2514.66	c      2515         156377       38935        20           5.0000           0.0000          -
49938.82/2519.71	c      2520         169014        9359        20           5.0000           0.0000          -
50037.80/2524.74	c      2525        4098708         221        20           5.0000           0.0000          -
50136.85/2529.80	c      2530        4107474         229        20           5.0000           0.0000          -
50237.90/2534.84	c      2535         278144        7734        20           5.0000           0.0000          -
50337.02/2539.85	c      2540        4120832         217        20           5.0000           0.0000          -
50436.19/2544.86	c      2545        4127006         217        20           5.0000           0.0000          -
50537.38/2549.99	c      2550         170051        9450        20           5.0000           0.0000          -
50636.52/2555.00	c      2555        4142438         217        20           5.0000           0.0000          -
50740.54/2560.16	c      2560         281177        8064        20           5.0000           0.0000          -
50840.79/2565.21	c      2565         160229       39865        20           5.0000           0.0000          -
50939.96/2570.26	c      2570         160697       39941        20           5.0000           0.0000          -
51039.08/2575.29	c      2575        4176718         230        20           5.0000           0.0000          -
51140.27/2580.36	c      2580         161397       40061        20           5.0000           0.0000          -
51241.36/2585.40	c      2585        4195530         221        20           5.0000           0.0000          -
51340.52/2590.46	c      2590         173094        9417        20           5.0000           0.0000          -
51439.51/2595.48	c      2595         287543        8437        20           5.0000           0.0000          -
51540.54/2600.53	c      2601        4220755         229        20           5.0000           0.0000          -
51639.74/2605.58	c      2606        4228507         227        20           5.0000           0.0000          -
51741.07/2610.63	c      2611         174455        9496        20           5.0000           0.0000          -
51840.03/2615.68	c      2616        4245396         210        20           5.0000           0.0000          -
51941.15/2620.73	c      2621         164145       40677        20           5.0000           0.0000          -
52040.30/2625.78	c      2626        4260932         218        20           5.0000           0.0000          -
52141.46/2630.83	c      2631         175835        9524        20           5.0000           0.0000          -
52240.58/2635.88	c      2636        4274648         219        20           5.0000           0.0000          -
52341.75/2640.93	c      2641        4281772         216        20           5.0000           0.0000          -
52440.84/2645.98	c      2646        4289432         217        20           5.0000           0.0000          -
52542.40/2651.06	c      2651         297271        8562        20           5.0000           0.0000          -
52641.62/2656.11	c      2656         166591       41287        20           5.0000           0.0000          -
52742.49/2661.16	c      2661         167155       41443        20           5.0000           0.0000          -
52842.89/2666.21	c      2666         299153        8567        20           5.0000           0.0000          -
52942.04/2671.26	c      2671         168068       41639        20           5.0000           0.0000          -
53043.11/2676.31	c      2676         178037        9703        20           5.0000           0.0000          -
53142.08/2681.35	c      2681        4365438         220        20           5.0000           0.0000          -
53241.18/2686.39	c      2686        4374844         219        20           5.0000           0.0000          -
53342.26/2691.46	c      2691        4383823         218        20           5.0000           0.0000          -
53443.37/2696.51	c      2697         170125       42138        20           5.0000           0.0000          -
53542.44/2701.56	c      2702         304711        8767        20           5.0000           0.0000          -
53643.42/2706.60	c      2707        4414745         220        20           5.0000           0.0000          -
53742.59/2711.66	c      2712         171008       42398        20           5.0000           0.0000          -
53843.59/2716.71	c      2717         171334       42456        20           5.0000           0.0000          -
53942.65/2721.76	c      2722         181035        9911        20           5.0000           0.0000          -
54041.80/2726.79	c      2727         181295        9936        20           5.0000           0.0000          -
54142.89/2731.86	c      2732         181941       10070        20           5.0000           0.0000          -
54244.02/2736.91	c      2737         172583       42765        20           5.0000           0.0000          -
54343.10/2741.93	c      2742         172661       42775        20           5.0000           0.0000          -
54442.24/2747.01	c      2747         184135       10239        20           5.0000           0.0000          -
54544.24/2752.06	c      2752         184768       10252        20           5.0000           0.0000          -
54643.24/2757.08	c      2757        4506935         238        20           5.0000           0.0000          -
54742.49/2762.13	c      2762         341323       50646        20           5.0000           0.0000          -
54843.36/2767.16	c      2767         186113       10323        20           5.0000           0.0000          -
54943.85/2772.23	c      2772        4532365         234        20           5.0000           0.0000          -
55042.93/2777.28	c      2777         175441       43586        20           5.0000           0.0000          -
55144.02/2782.36	c      2782         345739       51111        20           5.0000           0.0000          -
55243.14/2787.38	c      2787         176030       43703        20           5.0000           0.0000          -
55344.22/2792.41	c      2792         320402        8473        20           5.0000           0.0000          -
55445.29/2797.51	c      2798         176478       43802        20           5.0000           0.0000          -
55544.48/2802.56	c      2803         350028       51545        20           5.0000           0.0000          -
55643.65/2807.58	c      2808        4590361         226        20           5.0000           0.0000          -
55744.80/2812.60	c      2813        4598654         236        20           5.0000           0.0000          -
55843.91/2817.67	c      2818        4606147         231        20           5.0000           0.0000          -
55945.00/2822.71	c      2823         178202       44178        20           5.0000           0.0000          -
56043.98/2827.77	c      2828         178202       44178        20           5.0000           0.0000          -
56144.94/2832.86	c      2833         191310       10533        20           5.0000           0.0000          -
56245.99/2837.91	c      2838         178814       44293        20           5.0000           0.0000          -
56345.05/2842.96	c      2843         179091       44337        20           5.0000           0.0000          -
56444.12/2848.01	c      2848         192750       10464        20           5.0000           0.0000          -
56545.74/2853.06	c      2853         180044       44553        20           5.0000           0.0000          -
56644.87/2858.11	c      2858         331255        9481        20           5.0000           0.0000          -
56745.96/2863.16	c      2863         332138        9588        20           5.0000           0.0000          -
56845.14/2868.18	c      2868        4692579         236        20           5.0000           0.0000          -
56945.48/2873.23	c      2873        4701810         227        20           5.0000           0.0000          -
57046.58/2878.31	c      2878         182298       45015        20           5.0000           0.0000          -
57145.60/2883.32	c      2883        4720940         238        20           5.0000           0.0000          -
57246.65/2888.40	c      2888        4729242         232        20           5.0000           0.0000          -
57345.80/2893.46	c      2893         183369       45198        20           5.0000           0.0000          -
57444.94/2898.47	c      2898        4743607         226        20           5.0000           0.0000          -
57546.04/2903.51	c      2904        4750163         223        20           5.0000           0.0000          -
57645.13/2908.52	c      2909         198285       10254        20           5.0000           0.0000          -
57744.17/2913.59	c      2914        4764993         222        20           5.0000           0.0000          -
57847.27/2918.71	c      2919         199108       10185        20           5.0000           0.0000          -
57946.41/2923.75	c      2924         185854       45727        20           5.0000           0.0000          -
58047.43/2928.81	c      2929         186240       45825        20           5.0000           0.0000          -
58146.58/2933.84	c      2934        4797743         236        20           5.0000           0.0000          -
58245.75/2938.85	c      2939         186668       45929        20           5.0000           0.0000          -
58346.87/2943.96	c      2944         187192       46104        20           5.0000           0.0000          -
58445.96/2949.02	c      2949         345399       10963        20           5.0000           0.0000          -
58547.78/2954.06	c      2954        4827385         225        20           5.0000           0.0000          -
58648.69/2959.13	c      2959         201660       10301        20           5.0000           0.0000          -
58748.16/2964.15	c      2964         188617       46593        20           5.0000           0.0000          -
58848.46/2969.23	c      2969         202503       10217        20           5.0000           0.0000          -
58947.50/2974.25	c      2974        4860493         233        20           5.0000           0.0000          -
59048.53/2979.30	c      2979         350253       11449        20           5.0000           0.0000          -
59147.57/2984.33	c      2984         351235       11483        20           5.0000           0.0000          -
59248.69/2989.40	c      2989        4883131         233        20           5.0000           0.0000          -
59347.83/2994.41	c      2994        4889350         226        20           5.0000           0.0000          -
59446.97/2999.42	c      2999        4895185         231        20           5.0000           0.0000          -
59545.97/3004.44	c      3004        4902044         241        20           5.0000           0.0000          -
59645.09/3009.46	c      3009         191689       47519        20           5.0000           0.0000          -
59750.11/3014.74	c      3015         207481        9458        20           5.0000           0.0000          -
59849.22/3019.78	c      3020        4923117         224        20           5.0000           0.0000          -
59950.28/3024.81	c      3025        4930244         221        20           5.0000           0.0000          -
60051.41/3029.92	c      3030         208033        9536        20           5.0000           0.0000          -
60150.49/3034.93	c      3035        4946530         239        20           5.0000           0.0000          -
60249.66/3040.01	c      3040         194320       48336        20           5.0000           0.0000          -
60348.68/3045.02	c      3045        4958202         231        20           5.0000           0.0000          -
60447.86/3050.04	c      3050        4964337         225        20           5.0000           0.0000          -
60549.61/3055.07	c      3055         195441       48676        20           5.0000           0.0000          -
60650.71/3060.17	c      3060        4976528         225        20           5.0000           0.0000          -
60750.02/3065.18	c      3065         196303       48878        20           5.0000           0.0000          -
60850.27/3070.24	c      3070         210185        9415        20           5.0000           0.0000          -
60949.39/3075.29	c      3075         366259       12974        20           5.0000           0.0000          -
61052.51/3080.42	c      3080         367044       13073        20           5.0000           0.0000          -
61151.63/3085.47	c      3085         211507        9373        20           5.0000           0.0000          -
61252.78/3090.52	c      3091        5021145         223        20           5.0000           0.0000          -
61351.81/3095.56	c      3096        5029278         229        20           5.0000           0.0000          -
61450.96/3100.60	c      3101        5037069         226        20           5.0000           0.0000          -
61552.07/3105.67	c      3106         370875       13452        20           5.0000           0.0000          -
61653.22/3110.72	c      3111         371766       13622        20           5.0000           0.0000          -
61752.34/3115.77	c      3116         372457       13740        20           5.0000           0.0000          -
61853.49/3120.81	c      3121        5070401         227        20           5.0000           0.0000          -
61952.55/3125.83	c      3126         213946        9538        20           5.0000           0.0000          -
62051.64/3130.88	c      3131        5089532         220        20           5.0000           0.0000          -
62150.71/3135.89	c      3136        5097491         231        20           5.0000           0.0000          -
62251.78/3141.02	c      3141         415436       63051        20           5.0000           0.0000          -
62353.54/3146.07	c      3146         203520       50754        20           5.0000           0.0000          -
62452.70/3151.10	c      3151         215852        9648        20           5.0000           0.0000          -
62553.76/3156.17	c      3156         417903       63351        20           5.0000           0.0000          -
62654.22/3161.22	c      3161         418875       63392        20           5.0000           0.0000          -
62753.31/3166.27	c      3166         380646       14804        20           5.0000           0.0000          -
62852.42/3171.28	c      3171        5154982         218        20           5.0000           0.0000          -
62953.57/3176.33	c      3176        5162430         228        20           5.0000           0.0000          -
63052.64/3181.39	c      3181        5170173         244        20           5.0000           0.0000          -
63153.83/3186.47	c      3186         423390       63834        20           5.0000           0.0000          -
63254.94/3191.52	c      3192         424396       63879        20           5.0000           0.0000          -
63354.04/3196.54	c      3197        5194306         230        20           5.0000           0.0000          -
63455.18/3201.62	c      3202         220494       10196        20           5.0000           0.0000          -
63554.17/3206.67	c      3207         210559       51592        20           5.0000           0.0000          -
63655.13/3211.72	c      3212         221408       10248        20           5.0000           0.0000          -
63754.28/3216.77	c      3217         389039       15409        20           5.0000           0.0000          -
63855.40/3221.82	c      3222         212025       51680        20           5.0000           0.0000          -
63954.63/3226.87	c      3227         212574       51759        20           5.0000           0.0000          -
64055.54/3231.92	c      3232         222916       10322        20           5.0000           0.0000          -
64154.63/3236.95	c      3237         391640       15556        20           5.0000           0.0000          -
64253.82/3242.02	c      3242         223896       10390        20           5.0000           0.0000          -
64355.61/3247.07	c      3247         214520       52020        20           5.0000           0.0000          -
64454.68/3252.12	c      3252         394190       15796        20           5.0000           0.0000          -
64555.85/3257.17	c      3257         215658       52139        20           5.0000           0.0000          -
64656.25/3262.22	c      3262         216256       52272        20           5.0000           0.0000          -
64755.21/3267.28	c      3267         439503       65013        20           5.0000           0.0000          -
64856.32/3272.33	c      3272         226560       10483        20           5.0000           0.0000          -
64955.41/3277.38	c      3277         397858       16179        20           5.0000           0.0000          -
65054.52/3282.39	c      3282        5332594         237        20           5.0000           0.0000          -
65155.65/3287.48	c      3287         399545       16267        20           5.0000           0.0000          -
65254.74/3292.49	c      3292        5345825         231        20           5.0000           0.0000          -
65355.70/3297.54	c      3298        5352194         228        20           5.0000           0.0000          -
65456.60/3302.63	c      3303         220584       52556        20           5.0000           0.0000          -
65555.47/3307.68	c      3308         445992       65607        20           5.0000           0.0000          -
65656.42/3312.73	c      3313         447187       65666        20           5.0000           0.0000          -
65755.36/3317.78	c      3318         448365       65708        20           5.0000           0.0000          -
65854.54/3322.80	c      3323        5385916         236        20           5.0000           0.0000          -
65955.66/3327.86	c      3328         405736       16130        20           5.0000           0.0000          -
66056.73/3332.93	c      3333         224395       52834        20           5.0000           0.0000          -
66155.81/3337.95	c      3338        5405415         224        20           5.0000           0.0000          -
66254.91/3343.03	c      3343         454498       65916        20           5.0000           0.0000          -
66356.71/3348.08	c      3348         455725       65976        20           5.0000           0.0000          -
66455.84/3353.13	c      3353         456914       65983        20           5.0000           0.0000          -
66556.87/3358.15	c      3358        5437465         228        20           5.0000           0.0000          -
66657.39/3363.23	c      3363         459335       65948        20           5.0000           0.0000          -
66756.55/3368.28	c      3368         235467       10428        20           5.0000           0.0000          -
66855.64/3373.30	c      3373         229747       53565        20           5.0000           0.0000          -
66956.78/3378.31	c      3378        5468388         215        20           5.0000           0.0000          -
67055.95/3383.36	c      3383        5475682         218        20           5.0000           0.0000          -
67157.09/3388.44	c      3388        5483326         225        20           5.0000           0.0000          -
67256.25/3393.47	c      3393         231897       53791        20           5.0000           0.0000          -
67357.34/3398.54	c      3399         232717       53824        20           5.0000           0.0000          -
67456.46/3403.58	c      3404         416174       16889        20           5.0000           0.0000          -
67557.55/3408.62	c      3409        5516442         210        20           5.0000           0.0000          -
67656.67/3413.63	c      3414        5524089         219        20           5.0000           0.0000          -
67755.63/3418.67	c      3419         239418       10195        20           5.0000           0.0000          -
67854.77/3423.70	c      3424        5537618         228        20           5.0000           0.0000          -
67955.95/3428.77	c      3429         472190       65450        20           5.0000           0.0000          -
68057.01/3433.82	c      3434         420438       17411        20           5.0000           0.0000          -
68156.14/3438.88	c      3439         421073       17538        20           5.0000           0.0000          -
68257.25/3443.92	c      3444        5566861         217        20           5.0000           0.0000          -
68356.37/3449.03	c      3449        5575256         224        20           5.0000           0.0000          -
68458.15/3454.05	c      3454        5581890         218        20           5.0000           0.0000          -
68557.20/3459.06	c      3459        5588814         222        20           5.0000           0.0000          -
68656.31/3464.08	c      3464        5594937         217        20           5.0000           0.0000          -
68757.51/3469.19	c      3469         424819       17991        20           5.0000           0.0000          -
68856.88/3474.20	c      3474        5607839         217        20           5.0000           0.0000          -
68959.20/3479.38	c      3479         476112       65740        20           5.0000           0.0000          -
69060.31/3484.43	c      3484         244780        9838        20           5.0000           0.0000          -
69159.50/3489.47	c      3489        5631936         214        20           5.0000           0.0000          -
69260.62/3494.53	c      3495         478412       65793        20           5.0000           0.0000          -
69359.81/3499.55	c      3500        5649007         219        20           5.0000           0.0000          -
69458.95/3504.58	c      3505        5657375         222        20           5.0000           0.0000          -
69560.06/3509.68	c      3510         479787       65745        20           5.0000           0.0000          -
69661.21/3514.73	c      3515         480525       65777        20           5.0000           0.0000          -
69760.37/3519.78	c      3520         246754       55041        20           5.0000           0.0000          -
69861.46/3524.83	c      3525         431899       19091        20           5.0000           0.0000          -
69960.81/3529.88	c      3530         248370       55140        20           5.0000           0.0000          -
70061.79/3534.93	c      3535         249044       55196        20           5.0000           0.0000          -
70160.97/3539.94	c      3540        5717353         240        20           5.0000           0.0000          -
70260.12/3545.03	c      3545         249192        9311        20           5.0000           0.0000          -
70361.96/3550.08	c      3550         435027       19468        20           5.0000           0.0000          -
70461.03/3555.13	c      3555         251844       55471        20           5.0000           0.0000          -
70562.17/3560.15	c      3560        5749130         217        20           5.0000           0.0000          -
70662.67/3565.21	c      3565         250506        9349        20           5.0000           0.0000          -
70761.81/3570.28	c      3570         487220       65935        20           5.0000           0.0000          -
70862.95/3575.33	c      3575         251170        9367        20           5.0000           0.0000          -
70962.04/3580.38	c      3580         488781       66028        20           5.0000           0.0000          -
71063.14/3585.43	c      3585         489799       66039        20           5.0000           0.0000          -
71162.31/3590.44	c      3590        5791881         223        20           5.0000           0.0000          -
71263.44/3595.50	c      3596        5800989         214        20           5.0000           0.0000          -
71362.58/3600.58	c      3601         492649       66085        20           5.0000           0.0000          -
71463.75/3605.63	c      3606         259428       56035        20           5.0000           0.0000          -
71562.85/3610.68	c      3611         260189       56093        20           5.0000           0.0000          -
71663.86/3615.73	c      3616         260909       56209        20           5.0000           0.0000          -
71762.78/3620.78	c      3621         261852       56234        20           5.0000           0.0000          -
71861.75/3625.79	c      3626        5849009         225        20           5.0000           0.0000          -
71962.86/3630.82	c      3631        5857043         231        20           5.0000           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: 191670 MiB (180476 MiB free)
  memory of node 1: 193531 MiB (185406 MiB free)
  memory of node 2: 193531 MiB (177763 MiB free)
  memory of node 3: 193493 MiB (192465 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-4465778-1722604978/watcher-4465778-1722604978 -o /tmp/evaluation-result-4465778-1722604978/solver-4465778-1722604978 -C 72000 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeD103-1722599440-165402 --watchdog 3760 ./fscip settings/racing.prm HOME/instance-4465778-1722604978.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=173114, runsolver pid=173111
Current StackSize limit: 8192 KiB


[startup+0.100105 s]*
/proc/loadavg: 78.63 80.20 78.87 64/984 173115
/proc/meminfo: memFree=753736560/790760804 swapFree=131071996/131071996
[pid=173114] ppid=173111 vsize=63212 memory=51480 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/173114/stat : 173114 (fscip) R 173111 173114 165389 0 -1 4194304 12546 0 0 0 9 2 0 0 20 0 1 0 27080555 64729088 12870 809668444160 4194304 16623229 140722759242608 0 0 0 0 0 2 0 0 0 17 35 0 0 0 0 0 18838560 18947056 24219648 140722759250953 140722759251071 140722759251071 140722759258096 0
/proc/173114/statm: 15803 12870 2710 3035 0 12199 0
Current children cumulated CPU time: 0.11 s
Current children cumulated vsize: 63212 KiB
Current children cumulated memory: 51480 KiB

[startup+0.220017 s]*
/proc/loadavg: 78.63 80.20 78.87 62/984 173115
/proc/meminfo: memFree=753687360/790760804 swapFree=131071996/131071996
[pid=173114] ppid=173111 vsize=114616 memory=100336 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/173114/stat : 173114 (fscip) R 173111 173114 165389 0 -1 4194304 19681 0 0 0 20 3 0 0 20 0 1 0 27080555 117366784 25084 809668444160 4194304 16623229 140722759242608 0 0 0 0 0 2 0 0 0 17 35 0 0 0 0 0 18838560 18947056 24219648 140722759250953 140722759251071 140722759251071 140722759258096 0
/proc/173114/statm: 28654 25084 2758 3035 0 25050 0
Current children cumulated CPU time: 0.23 s
Current children cumulated vsize: 114616 KiB
Current children cumulated memory: 100336 KiB

[startup+0.320019 s]*
/proc/loadavg: 78.63 80.20 78.87 62/984 173115
/proc/meminfo: memFree=753674604/790760804 swapFree=131071996/131071996
[pid=173114] ppid=173111 vsize=1605000 memory=119608 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/173114/stat : 173114 (fscip) R 173111 173114 165389 0 -1 4194304 23522 0 0 0 29 4 0 0 20 0 21 0 27080555 1643520000 29902 809668444160 4194304 16623229 140722759242608 0 0 0 0 0 2 0 0 0 17 35 0 0 0 0 0 18838560 18947056 24219648 140722759250953 140722759251071 140722759251071 140722759258096 0
/proc/173114/statm: 401250 29902 2774 3035 0 70606 0
[pid=173114/tid=173116] ppid=173111 vsize=1605000 memory=-9105268448062907068 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/173114/task/173116/stat : 173116 (fscip) S 173111 173114 165389 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 27080588 1643520000 29902 809668444160 4194304 16623229 140722759242608 0 0 0 0 0 2 0 0 0 -1 39 0 0 0 0 0 18838560 18947056 24219648 140722759250953 140722759251071 140722759251071 140722759258096 0
[pid=173114/tid=173117] ppid=173111 vsize=1605000 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/173114/task/173117/stat : 173117 (fscip) S 173111 173114 165389 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 27080588 1643520000 29902 809668444160 4194304 16623229 140722759242608 0 0 0 0 0 2 0 0 0 -1 43 0 0 0 0 0 18838560 18947056 24219648 140722759250953 140722759251071 140722759251071 140722759258096 0
[pid=173114/tid=173118] ppid=173111 vsize=1605000 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/173114/task/173118/stat : 173118 (fscip) S 173111 173114 165389 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 27080588 1643520000 29902 809668444160 4194304 16623229 140722759242608 0 0 0 0 0 2 0 0 0 -1 47 0 0 0 0 0 18838560 18947056 24219648 140722759250953 140722759251071 140722759251071 140722759258096 0
[pid=173114/tid=173119] ppid=173111 vsize=1605000 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/173114/task/173119/stat : 173119 (fscip) S 173111 173114 165389 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 27080588 1643520000 29902 809668444160 4194304 16623229 140722759242608 0 0 0 0 0 2 0 0 0 -1 51 0 0 0 0 0 18838560 18947056 24219648 140722759250953 140722759251071 140722759251071 140722759258096 0
[pid=173114/tid=173120] ppid=173111 vsize=1605000 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/173114/task/173120/stat : 173120 (fscip) S 173111 173114 165389 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 27080588 1643520000 29902 809668444160 4194304 16623229 140722759242608 0 0 0 0 0 2 0 0 0 -1 55 0 0 0 0 0 18838560 18947056 24219648 140722759250953 140722759251071 140722759251071 140722759258096 0
[pid=173114/tid=173121] ppid=173111 vsize=1605000 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/173114/task/173121/stat : 173121 (fscip) S 173111 173114 165389 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 27080588 1643520000 29902 809668444160 4194304 16623229 140722759242608 0 0 0 0 0 2 0 0 0 -1 59 0 0 0 0 0 18838560 18947056 24219648 140722759250953 140722759251071 140722759251071 140722759258096 0
[pid=173114/tid=173122] ppid=173111 vsize=1605000 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/173114/task/173122/stat : 173122 (fscip) S 173111 173114 165389 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 27080588 1643520000 29902 809668444160 4194304 16623229 140722759242608 0 0 0 0 0 2 0 0 0 -1 63 0 0 0 0 0 18838560 18947056 24219648 140722759250953 140722759251071 140722759251071 140722759258096 0
[pid=173114/tid=173123] ppid=173111 vsize=1605000 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/173114/task/173123/stat : 173123 (fscip) S 173111 173114 165389 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 27080588 1643520000 29902 809668444160 4194304 16623229 140722759242608 0 0 0 0 0 2 0 0 0 -1 67 0 0 0 0 0 18838560 18947056 24219648 140722759250953 140722759251071 140722759251071 140722759258096 0
[pid=173114/tid=173124] ppid=173111 vsize=1605000 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/173114/task/173124/stat : 173124 (fscip) S 173111 173114 165389 0 -1 1077936192 2 0 0 0 0 0 0 0 20 0 21 0 27080588 1643520000 29902 809668444160 4194304 16623229 140722759242608 0 0 0 0 0 2 0 0 0 -1 71 0 0 0 0 0 18838560 18947056 24219648 140722759250953 140722759251071 140722759251071 140722759258096 0
[pid=173114/tid=173125] ppid=173111 vsize=1605000 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/173114/task/173125/stat : 173125 (fscip) S 173111 173114 165389 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 27080588 1643520000 29902 809668444160 4194304 16623229 140722759242608 0 0 0 0 0 2 0 0 0 -1 75 0 0 0 0 0 18838560 18947056 24219648 140722759250953 140722759251071 140722759251071 140722759258096 0
[pid=173114/tid=173126] ppid=173111 vsize=1605000 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/173114/task/173126/stat : 173126 (fscip) S 173111 173114 165389 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 27080588 1643520000 29902 809668444160 4194304 16623229 140722759242608 0 0 0 0 0 2 0 0 0 -1 3 0 0 0 0 0 18838560 18947056 24219648 140722759250953 140722759251071 140722759251071 140722759258096 0
[pid=173114/tid=173127] ppid=173111 vsize=1605000 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/173114/task/173127/stat : 173127 (fscip) S 173111 173114 165389 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 27080588 1643520000 29902 809668444160 4194304 16623229 140722759242608 0 0 0 0 0 2 0 0 0 -1 7 0 0 0 0 0 18838560 18947056 24219648 140722759250953 140722759251071 140722759251071 140722759258096 0
[pid=173114/tid=173128] ppid=173111 vsize=1605000 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/173114/task/173128/stat : 173128 (fscip) S 173111 173114 165389 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 27080588 1643520000 29902 809668444160 4194304 16623229 140722759242608 0 0 0 0 0 2 0 0 0 -1 11 0 0 0 0 0 18838560 18947056 24219648 140722759250953 140722759251071 140722759251071 140722759258096 0
[pid=173114/tid=173129] ppid=173111 vsize=1605000 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/173114/task/173129/stat : 173129 (fscip) S 173111 173114 165389 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 27080588 1643520000 29902 809668444160 4194304 16623229 140722759242608 0 0 0 0 0 2 0 0 0 -1 15 0 0 0 0 0 18838560 18947056 24219648 140722759250953 140722759251071 140722759251071 140722759258096 0
[pid=173114/tid=173130] ppid=173111 vsize=1605000 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/173114/task/173130/stat : 173130 (fscip) S 173111 173114 165389 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 27080588 1643520000 29902 809668444160 4194304 16623229 140722759242608 0 0 0 0 0 2 0 0 0 -1 23 0 0 0 0 0 18838560 18947056 24219648 140722759250953 140722759251071 140722759251071 140722759258096 0
[pid=173114/tid=173131] ppid=173111 vsize=1605000 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/173114/task/173131/stat : 173131 (fscip) S 173111 173114 165389 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 27080588 1643520000 29902 809668444160 4194304 16623229 140722759242608 0 0 0 0 0 2 0 0 0 -1 27 0 0 0 0 0 18838560 18947056 24219648 140722759250953 140722759251071 140722759251071 140722759258096 0
[pid=173114/tid=173132] ppid=173111 vsize=1605000 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/173114/task/173132/stat : 173132 (fscip) S 173111 173114 165389 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 27080588 1643520000 29902 809668444160 4194304 16623229 140722759242608 0 0 0 0 0 2 0 0 0 -1 19 0 0 0 0 0 18838560 18947056 24219648 140722759250953 140722759251071 140722759251071 140722759258096 0
[pid=173114/tid=173133] ppid=173111 vsize=1605000 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/173114/task/173133/stat : 173133 (fscip) S 173111 173114 165389 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 27080588 1643520000 29902 809668444160 4194304 16623229 140722759242608 0 0 0 0 0 2 0 0 0 -1 31 0 0 0 0 0 18838560 18947056 24219648 140722759250953 140722759251071 140722759251071 140722759258096 0
[pid=173114/tid=173134] ppid=173111 vsize=1605000 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/173114/task/173134/stat : 173134 (fscip) S 173111 173114 165389 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 27080588 1643520000 29902 809668444160 4194304 16623229 140722759242608 0 0 0 0 0 2 0 0 0 -1 39 0 0 0 0 0 18838560 18947056 24219648 140722759250953 140722759251071 140722759251071 140722759258096 0
[pid=173114/tid=173135] ppid=173111 vsize=1605000 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/173114/task/173135/stat : 173135 (fscip) S 173111 173114 165389 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 27080588 1643520000 29902 809668444160 4194304 16623229 140722759242608 0 0 0 0 0 2 0 0 0 -1 47 0 0 0 0 0 18838560 18947056 24219648 140722759250953 140722759251071 140722759251071 140722759258096 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 1605000 KiB
Current children cumulated memory: 119608 KiB

[startup+0.700505 s]
/proc/loadavg: 78.63 80.20 78.87 63/1004 173135
/proc/meminfo: memFree=753505684/790760804 swapFree=131071996/131071996
[pid=173114] ppid=173111 vsize=1601308 memory=360724 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/173114/stat : 173114 (fscip) S 173111 173114 165389 0 -1 1077936128 87706 0 0 0 54 15 0 0 20 0 21 0 27080555 1639739392 90181 809668444160 4194304 16623229 140722759242608 0 0 0 0 0 2 0 0 0 17 35 0 0 0 0 0 18838560 18947056 24219648 140722759250953 140722759251071 140722759251071 140722759258096 0
/proc/173114/statm: 400327 90181 2774 3035 0 132093 0
[pid=173114/tid=173116] ppid=173111 vsize=1601308 memory=0 CPUtime=0.01 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/173114/task/173116/stat : 173116 (fscip) S 173111 173114 165389 0 -1 1077936192 3365 0 0 0 1 0 0 0 20 0 21 0 27080588 1639739392 90181 809668444160 4194304 16623229 140722759242608 0 0 0 0 0 2 0 0 0 -1 39 0 0 0 0 0 18838560 18947056 24219648 140722759250953 140722759251071 140722759251071 140722759258096 0
[pid=173114/tid=173117] ppid=173111 vsize=1601308 memory=15980 CPUtime=0.01 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/173114/task/173117/stat : 173117 (fscip) S 173111 173114 165389 0 -1 1077936192 3365 0 0 0 1 0 0 0 20 0 21 0 27080588 1639739392 90181 809668444160 4194304 16623229 140722759242608 0 0 0 0 0 2 0 0 0 -1 43 0 0 0 0 0 18838560 18947056 24219648 140722759250953 140722759251071 140722759251071 140722759258096 0
[pid=173114/tid=173118] ppid=173111 vsize=1601308 memory=10528 CPUtime=0.01 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/173114/task/173118/stat : 173118 (fscip) S 173111 173114 165389 0 -1 1077936192 3365 0 0 0 1 0 0 0 20 0 21 0 27080588 1639739392 90181 809668444160 4194304 16623229 140722759242608 0 0 0 0 0 2 0 0 0 -1 47 0 0 0 0 0 18838560 18947056 24219648 140722759250953 140722759251071 140722759251071 140722759258096 0
[pid=173114/tid=173119] ppid=173111 vsize=1601308 memory=11632 CPUtime=0.01 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/173114/task/173119/stat : 173119 (fscip) S 173111 173114 165389 0 -1 1077936192 3365 0 0 0 1 0 0 0 20 0 21 0 27080588 1639739392 90181 809668444160 4194304 16623229 140722759242608 0 0 0 0 0 2 0 0 0 -1 51 0 0 0 0 0 18838560 18947056 24219648 140722759250953 140722759251071 140722759251071 140722759258096 0
[pid=173114/tid=173120] ppid=173111 vsize=1601308 memory=0 CPUtime=0.01 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/173114/task/173120/stat : 173120 (fscip) S 173111 173114 165389 0 -1 1077936192 3365 0 0 0 1 0 0 0 20 0 21 0 27080588 1639739392 90181 809668444160 4194304 16623229 140722759242608 0 0 0 0 0 2 0 0 0 -1 55 0 0 0 0 0 18838560 18947056 24219648 140722759250953 140722759251071 140722759251071 140722759258096 0
[pid=173114/tid=173121] ppid=173111 vsize=1601308 memory=0 CPUtime=0.01 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/173114/task/173121/stat : 173121 (fscip) S 173111 173114 165389 0 -1 1077936192 3365 0 0 0 1 0 0 0 20 0 21 0 27080588 1639739392 90181 809668444160 4194304 16623229 140722759242608 0 0 0 0 0 2 0 0 0 -1 59 0 0 0 0 0 18838560 18947056 24219648 140722759250953 140722759251071 140722759251071 140722759258096 0
[pid=173114/tid=173122] ppid=173111 vsize=1601308 memory=515464 CPUtime=0.01 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/173114/task/173122/stat : 173122 (fscip) S 173111 173114 165389 0 -1 1077936192 3365 0 0 0 1 0 0 0 20 0 21 0 27080588 1639739392 90181 809668444160 4194304 16623229 140722759242608 0 0 0 0 0 2 0 0 0 -1 63 0 0 0 0 0 18838560 18947056 24219648 140722759250953 140722759251071 140722759251071 140722759258096 0
[pid=173114/tid=173123] ppid=173111 vsize=1601308 memory=3472897847559716953 CPUtime=0.01 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/173114/task/173123/stat : 173123 (fscip) S 173111 173114 165389 0 -1 1077936192 3365 0 0 0 1 0 0 0 20 0 21 0 27080588 1639739392 90181 809668444160 4194304 16623229 140722759242608 0 0 0 0 0 2 0 0 0 -1 67 0 0 0 0 0 18838560 18947056 24219648 140722759250953 140722759251071 140722759251071 140722759258096 0
[pid=173114/tid=173124] ppid=173111 vsize=1601308 memory=0 CPUtime=0.01 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/173114/task/173124/stat : 173124 (fscip) S 173111 173114 165389 0 -1 1077936192 3365 0 0 0 1 0 0 0 20 0 21 0 27080588 1639739392 90181 809668444160 4194304 16623229 140722759242608 0 0 0 0 0 2 0 0 0 -1 71 0 0 0 0 0 18838560 18947056 24219648 140722759250953 140722759251071 140722759251071 140722759258096 0
[pid=173114/tid=173125] ppid=173111 vsize=1601308 memory=16108 CPUtime=0.01 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/173114/task/173125/stat : 173125 (fscip) S 173111 173114 165389 0 -1 1077936192 3365 0 0 0 1 0 0 0 20 0 21 0 27080588 1639739392 90181 809668444160 4194304 16623229 140722759242608 0 0 0 0 0 2 0 0 0 -1 75 0 0 0 0 0 18838560 18947056 24219648 140722759250953 140722759251071 140722759251071 140722759258096 0
[pid=173114/tid=173126] ppid=173111 vsize=1601308 memory=6943526294502006880 CPUtime=0.01 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/173114/task/173126/stat : 173126 (fscip) S 173111 173114 165389 0 -1 1077936192 3364 0 0 0 1 0 0 0 20 0 21 0 27080588 1639739392 90181 809668444160 4194304 16623229 140722759242608 0 0 0 0 0 2 0 0 0 -1 3 0 0 0 0 0 18838560 18947056 24219648 140722759250953 140722759251071 140722759251071 140722759258096 0
[pid=173114/tid=173127] ppid=173111 vsize=1601308 memory=0 CPUtime=0.01 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/173114/task/173127/stat : 173127 (fscip) S 173111 173114 165389 0 -1 1077936192 3365 0 0 0 1 0 0 0 20 0 21 0 27080588 1639739392 90181 809668444160 4194304 16623229 140722759242608 0 0 0 0 0 2 0 0 0 -1 7 0 0 0 0 0 18838560 18947056 24219648 140722759250953 140722759251071 140722759251071 140722759258096 0
[pid=173114/tid=173128] ppid=173111 vsize=1601308 memory=2212 CPUtime=0.01 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/173114/task/173128/stat : 173128 (fscip) S 173111 173114 165389 0 -1 1077936192 3365 0 0 0 1 0 0 0 20 0 21 0 27080588 1639739392 90181 809668444160 4194304 16623229 140722759242608 0 0 0 0 0 2 0 0 0 -1 11 0 0 0 0 0 18838560 18947056 24219648 140722759250953 140722759251071 140722759251071 140722759258096 0
[pid=173114/tid=173129] ppid=173111 vsize=1601308 memory=52808 CPUtime=0.01 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/173114/task/173129/stat : 173129 (fscip) S 173111 173114 165389 0 -1 1077936192 3365 0 0 0 1 0 0 0 20 0 21 0 27080588 1639739392 90181 809668444160 4194304 16623229 140722759242608 0 0 0 0 0 2 0 0 0 -1 15 0 0 0 0 0 18838560 18947056 24219648 140722759250953 140722759251071 140722759251071 140722759258096 0
[pid=173114/tid=173130] ppid=173111 vsize=1601308 memory=1952 CPUtime=0.01 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/173114/task/173130/stat : 173130 (fscip) S 173111 173114 165389 0 -1 1077936192 3365 0 0 0 1 0 0 0 20 0 21 0 27080588 1639739392 90181 809668444160 4194304 16623229 140722759242608 0 0 0 0 0 2 0 0 0 -1 23 0 0 0 0 0 18838560 18947056 24219648 140722759250953 140722759251071 140722759251071 140722759258096 0
[pid=173114/tid=173131] ppid=173111 vsize=1601308 memory=1852 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/173114/task/173131/stat : 173131 (fscip) S 173111 173114 165389 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 27080588 1639739392 90181 809668444160 4194304 16623229 140722759242608 0 0 0 0 0 2 0 0 0 -1 27 0 0 0 0 0 18838560 18947056 24219648 140722759250953 140722759251071 140722759251071 140722759258096 0
[pid=173114/tid=173132] ppid=173111 vsize=1601308 memory=33108 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/173114/task/173132/stat : 173132 (fscip) R 173111 173114 165389 0 -1 4194368 1741 0 0 0 0 0 0 0 20 0 21 0 27080588 1639739392 90181 809668444160 4194304 16623229 140722759242608 0 0 0 0 0 2 0 0 0 -1 19 0 0 0 0 0 18838560 18947056 24219648 140722759250953 140722759251071 140722759251071 140722759258096 0
[pid=173114/tid=173133] ppid=173111 vsize=1601308 memory=2208 CPUtime=0.01 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/173114/task/173133/stat : 173133 (fscip) S 173111 173114 165389 0 -1 1077936192 3365 0 0 0 1 0 0 0 20 0 21 0 27080588 1639739392 90181 809668444160 4194304 16623229 140722759242608 0 0 0 0 0 2 0 0 0 -1 31 0 0 0 0 0 18838560 18947056 24219648 140722759250953 140722759251071 140722759251071 140722759258096 0
[pid=173114/tid=173134] ppid=173111 vsize=1601308 memory=279646797565616 CPUtime=0.01 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/173114/task/173134/stat : 173134 (fscip) S 173111 173114 165389 0 -1 1077936192 3365 0 0 0 1 0 0 0 20 0 21 0 27080588 1639739392 90181 809668444160 4194304 16623229 140722759242608 0 0 0 0 0 2 0 0 0 -1 39 0 0 0 0 0 18838560 18947056 24219648 140722759250953 140722759251071 140722759251071 140722759258096 0
[pid=173114/tid=173135] ppid=173111 vsize=1601308 memory=6656426216303648864 CPUtime=0.01 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/173114/task/173135/stat : 173135 (fscip) S 173111 173114 165389 0 -1 1077936192 3365 0 0 0 1 0 0 0 20 0 21 0 27080588 1639739392 90181 809668444160 4194304 16623229 140722759242608 0 0 0 0 0 2 0 0 0 -1 47 0 0 0 0 0 18838560 18947056 24219648 140722759250953 140722759251071 140722759251071 140722759258096 0
Current children cumulated CPU time: 0.69 s
Current children cumulated vsize: 1601308 KiB
Current children cumulated memory: 360724 KiB

[startup+1.50169 s]
/proc/loadavg: 78.63 80.20 78.87 81/1024 173155
/proc/meminfo: memFree=752493796/790760804 swapFree=131071996/131071996
[pid=173114] ppid=173111 vsize=2884652 memory=1604428 CPUtime=14.73 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/173114/stat : 173114 (fscip) S 173111 173114 165389 0 -1 1077936128 416505 0 0 0 1283 190 0 0 20 0 41 0 27080555 2953883648 401107 809668444160 4194304 16623229 140722759242608 0 0 0 0 0 2 0 0 0 17 39 0 0 0 0 0 18838560 18947056 24219648 140722759250953 140722759251071 140722759251071 140722759258096 0
/proc/173114/statm: 721163 401107 2838 3035 0 500122 0
[pid=173114/tid=173116] ppid=173111 vsize=2884652 memory=25333125866717268 CPUtime=0.7 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/173114/task/173116/stat : 173116 (fscip) R 173111 173114 165389 0 -1 4194368 15620 0 0 0 61 9 0 0 20 0 41 0 27080588 2953883648 401107 809668444160 4194304 16623229 140722759242608 0 0 0 0 0 2 0 0 0 -1 43 0 0 0 0 0 18838560 18947056 24219648 140722759250953 140722759251071 140722759251071 140722759258096 0
[pid=173114/tid=173117] ppid=173111 vsize=2884652 memory=10528 CPUtime=0.7 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/173114/task/173117/stat : 173117 (fscip) R 173111 173114 165389 0 -1 4194368 16866 0 0 0 58 12 0 0 20 0 41 0 27080588 2953883648 401107 809668444160 4194304 16623229 140722759242608 0 0 0 0 0 2 0 0 0 -1 35 0 0 0 0 0 18838560 18947056 24219648 140722759250953 140722759251071 140722759251071 140722759258096 0
[pid=173114/tid=173118] ppid=173111 vsize=2884652 memory=15980 CPUtime=0.72 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/173114/task/173118/stat : 173118 (fscip) R 173111 173114 165389 0 -1 4194368 27365 0 0 0 67 5 0 0 20 0 41 0 27080588 2953883648 401107 809668444160 4194304 16623229 140722759242608 0 0 0 0 0 2 0 0 0 -1 47 0 0 0 0 0 18838560 18947056 24219648 140722759250953 140722759251071 140722759251071 140722759258096 0
[pid=173114/tid=173119] ppid=173111 vsize=2884652 memory=306620 CPUtime=0.67 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/173114/task/173119/stat : 173119 (fscip) R 173111 173114 165389 0 -1 4194368 15898 0 0 0 59 8 0 0 20 0 41 0 27080588 2953883648 401107 809668444160 4194304 16623229 140722759242608 0 0 0 0 0 2 0 0 0 -1 79 0 0 0 0 0 18838560 18947056 24219648 140722759250953 140722759251071 140722759251071 140722759258096 0
[pid=173114/tid=173120] ppid=173111 vsize=2884652 memory=11632 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/173114/task/173120/stat : 173120 (fscip) R 173111 173114 165389 0 -1 4194368 17325 0 0 0 57 12 0 0 20 0 41 0 27080588 2953883648 401107 809668444160 4194304 16623229 140722759242608 0 0 0 0 0 2 0 0 0 -1 3 0 0 0 0 0 18838560 18947056 24219648 140722759250953 140722759251071 140722759251071 140722759258096 0
[pid=173114/tid=173121] ppid=173111 vsize=2884652 memory=16108 CPUtime=0.73 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/173114/task/173121/stat : 173121 (fscip) R 173111 173114 165389 0 -1 4194368 27030 0 0 0 68 5 0 0 20 0 41 0 27080588 2953883648 401107 809668444160 4194304 16623229 140722759242608 0 0 0 0 0 2 0 0 0 -1 59 0 0 0 0 0 18838560 18947056 24219648 140722759250953 140722759251071 140722759251071 140722759258096 0
[pid=173114/tid=173122] ppid=173111 vsize=2884652 memory=25333125866717268 CPUtime=0.71 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/173114/task/173122/stat : 173122 (fscip) R 173111 173114 165389 0 -1 4194368 15612 0 0 0 62 9 0 0 20 0 41 0 27080588 2953883648 401107 809668444160 4194304 16623229 140722759242608 0 0 0 0 0 2 0 0 0 -1 39 0 0 0 0 0 18838560 18947056 24219648 140722759250953 140722759251071 140722759251071 140722759258096 0
[pid=173114/tid=173123] ppid=173111 vsize=2884652 memory=279646797565616 CPUtime=0.71 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/173114/task/173123/stat : 173123 (fscip) R 173111 173114 165389 0 -1 4194368 17329 0 0 0 57 14 0 0 20 0 41 0 27080588 2953883648 401107 809668444160 4194304 16623229 140722759242608 0 0 0 0 0 2 0 0 0 -1 55 0 0 0 0 0 18838560 18947056 24219648 140722759250953 140722759251071 140722759251071 140722759258096 0
[pid=173114/tid=173124] ppid=173111 vsize=2884652 memory=6656426216303648864 CPUtime=0.74 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/173114/task/173124/stat : 173124 (fscip) R 173111 173114 165389 0 -1 4194368 27182 0 0 0 69 5 0 0 20 0 41 0 27080588 2953883648 401107 809668444160 4194304 16623229 140722759242608 0 0 0 0 0 2 0 0 0 -1 71 0 0 0 0 0 18838560 18947056 24219648 140722759250953 140722759251071 140722759251071 140722759258096 0
[pid=173114/tid=173125] ppid=173111 vsize=2884652 memory=6943526294502006880 CPUtime=0.67 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/173114/task/173125/stat : 173125 (fscip) R 173111 173114 165389 0 -1 4194368 16204 0 0 0 58 9 0 0 20 0 41 0 27080588 2953883648 401107 809668444160 4194304 16623229 140722759242608 0 0 0 0 0 2 0 0 0 -1 63 0 0 0 0 0 18838560 18947056 24219648 140722759250953 140722759251071 140722759251071 140722759258096 0
[pid=173114/tid=173126] ppid=173111 vsize=2884652 memory=0 CPUtime=0.7 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/173114/task/173126/stat : 173126 (fscip) R 173111 173114 165389 0 -1 4194368 17461 0 0 0 58 12 0 0 20 0 41 0 27080588 2953883648 401107 809668444160 4194304 16623229 140722759242608 0 0 0 0 0 2 0 0 0 -1 27 0 0 0 0 0 18838560 18947056 24219648 140722759250953 140722759251071 140722759251071 140722759258096 0
[pid=173114/tid=173127] ppid=173111 vsize=2884652 memory=1852 CPUtime=0.73 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/173114/task/173127/stat : 173127 (fscip) R 173111 173114 165389 0 -1 4194368 25600 0 0 0 68 5 0 0 20 0 41 0 27080588 2953883648 401107 809668444160 4194304 16623229 140722759242608 0 0 0 0 0 2 0 0 0 -1 7 0 0 0 0 0 18838560 18947056 24219648 140722759250953 140722759251071 140722759251071 140722759258096 0
[pid=173114/tid=173128] ppid=173111 vsize=2884652 memory=33108 CPUtime=0.7 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/173114/task/173128/stat : 173128 (fscip) R 173111 173114 165389 0 -1 4194368 15844 0 0 0 60 10 0 0 20 0 41 0 27080588 2953883648 401107 809668444160 4194304 16623229 140722759242608 0 0 0 0 0 2 0 0 0 -1 23 0 0 0 0 0 18838560 18947056 24219648 140722759250953 140722759251071 140722759251071 140722759258096 0
[pid=173114/tid=173129] ppid=173111 vsize=2884652 memory=2208 CPUtime=0.71 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/173114/task/173129/stat : 173129 (fscip) R 173111 173114 165389 0 -1 4194368 17330 0 0 0 59 12 0 0 20 0 41 0 27080588 2953883648 401107 809668444160 4194304 16623229 140722759242608 0 0 0 0 0 2 0 0 0 -1 67 0 0 0 0 0 18838560 18947056 24219648 140722759250953 140722759251071 140722759251071 140722759258096 0
[pid=173114/tid=173130] ppid=173111 vsize=2884652 memory=2212 CPUtime=0.73 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/173114/task/173130/stat : 173130 (fscip) R 173111 173114 165389 0 -1 4194368 25419 0 0 0 69 4 0 0 20 0 41 0 27080588 2953883648 401107 809668444160 4194304 16623229 140722759242608 0 0 0 0 0 2 0 0 0 -1 75 0 0 0 0 0 18838560 18947056 24219648 140722759250953 140722759251071 140722759251071 140722759258096 0
[pid=173114/tid=173131] ppid=173111 vsize=2884652 memory=52808 CPUtime=0.72 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/173114/task/173131/stat : 173131 (fscip) R 173111 173114 165389 0 -1 4194368 15633 0 0 0 65 7 0 0 20 0 41 0 27080588 2953883648 401107 809668444160 4194304 16623229 140722759242608 0 0 0 0 0 2 0 0 0 -1 51 0 0 0 0 0 18838560 18947056 24219648 140722759250953 140722759251071 140722759251071 140722759258096 0
[pid=173114/tid=173132] ppid=173111 vsize=2884652 memory=1952 CPUtime=0.71 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/173114/task/173132/stat : 173132 (fscip) R 173111 173114 165389 0 -1 4194368 17342 0 0 0 58 13 0 0 20 0 41 0 27080588 2953883648 401107 809668444160 4194304 16623229 140722759242608 0 0 0 0 0 2 0 0 0 -1 19 0 0 0 0 0 18838560 18947056 24219648 140722759250953 140722759251071 140722759251071 140722759258096 0
[pid=173114/tid=173133] ppid=173111 vsize=2884652 memory=5789202775128697175 CPUtime=0.75 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/173114/task/173133/stat : 173133 (fscip) R 173111 173114 165389 0 -1 4194368 27043 0 0 0 70 5 0 0 20 0 41 0 27080588 2953883648 401107 809668444160 4194304 16623229 140722759242608 0 0 0 0 0 2 0 0 0 -1 31 0 0 0 0 0 18838560 18947056 24219648 140722759250953 140722759251071 140722759251071 140722759258096 0

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

/proc/173114/task/173142/stat : 173142 (fscip) S 173111 173114 165389 0 -1 1077936192 119 0 0 0 2 0 0 0 20 0 41 0 27080628 19995762688 4325558 809668444160 4194304 16623229 140722759242608 0 0 0 0 0 2 1 0 0 -1 27 0 0 0 0 0 18838560 18947056 24219648 140722759250953 140722759251071 140722759251071 140722759258096 0
[pid=173114/tid=173143] ppid=173111 vsize=19527112 memory=17295380 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/173114/task/173143/stat : 173143 (fscip) S 173111 173114 165389 0 -1 1077936192 135 0 0 0 2 0 0 0 20 0 41 0 27080628 19995762688 4325558 809668444160 4194304 16623229 140722759242608 0 0 0 0 0 2 1 0 0 -1 43 0 0 0 0 0 18838560 18947056 24219648 140722759250953 140722759251071 140722759251071 140722759258096 0
[pid=173114/tid=173144] ppid=173111 vsize=19527112 memory=25333125866717268 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/173114/task/173144/stat : 173144 (fscip) S 173111 173114 165389 0 -1 1077936192 118 0 0 0 2 0 0 0 20 0 41 0 27080628 19995762688 4325558 809668444160 4194304 16623229 140722759242608 0 0 0 0 0 2 1 0 0 -1 59 0 0 0 0 0 18838560 18947056 24219648 140722759250953 140722759251071 140722759251071 140722759258096 0
[pid=173114/tid=173145] ppid=173111 vsize=19527112 memory=17305856 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/173114/task/173145/stat : 173145 (fscip) S 173111 173114 165389 0 -1 1077936192 122 0 0 0 2 0 0 0 20 0 41 0 27080628 19995762688 4325558 809668444160 4194304 16623229 140722759242608 0 0 0 0 0 2 1 0 0 -1 75 0 0 0 0 0 18838560 18947056 24219648 140722759250953 140722759251071 140722759251071 140722759258096 0
[pid=173114/tid=173146] ppid=173111 vsize=19527112 memory=279646798330864 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/173114/task/173146/stat : 173146 (fscip) S 173111 173114 165389 0 -1 1077936192 118 0 0 0 2 0 0 0 20 0 41 0 27080628 19995762688 4325558 809668444160 4194304 16623229 140722759242608 0 0 0 0 0 2 1 0 0 -1 55 0 0 0 0 0 18838560 18947056 24219648 140722759250953 140722759251071 140722759251071 140722759258096 0
[pid=173114/tid=173147] ppid=173111 vsize=19527112 memory=279646798483648 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/173114/task/173147/stat : 173147 (fscip) S 173111 173114 165389 0 -1 1077936192 124 0 0 0 0 2 0 0 20 0 41 0 27080628 19995762688 4325558 809668444160 4194304 16623229 140722759242608 0 0 0 0 0 2 1 0 0 -1 35 0 0 0 0 0 18838560 18947056 24219648 140722759250953 140722759251071 140722759251071 140722759258096 0
[pid=173114/tid=173148] ppid=173111 vsize=19527112 memory=27608 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/173114/task/173148/stat : 173148 (fscip) S 173111 173114 165389 0 -1 1077936192 118 0 0 0 2 0 0 0 20 0 41 0 27080628 19995762688 4325558 809668444160 4194304 16623229 140722759242608 0 0 0 0 0 2 1 0 0 -1 43 0 0 0 0 0 18838560 18947056 24219648 140722759250953 140722759251071 140722759251071 140722759258096 0
[pid=173114/tid=173149] ppid=173111 vsize=19527112 memory=3736 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/173114/task/173149/stat : 173149 (fscip) S 173111 173114 165389 0 -1 1077936192 123 0 0 0 2 0 0 0 20 0 41 0 27080628 19995762688 4325558 809668444160 4194304 16623229 140722759242608 0 0 0 0 0 2 1 0 0 -1 31 0 0 0 0 0 18838560 18947056 24219648 140722759250953 140722759251071 140722759251071 140722759258096 0
[pid=173114/tid=173150] ppid=173111 vsize=19527112 memory=25992 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/173114/task/173150/stat : 173150 (fscip) S 173111 173114 165389 0 -1 1077936192 122 0 0 0 2 0 0 0 20 0 41 0 27080628 19995762688 4325558 809668444160 4194304 16623229 140722759242608 0 0 0 0 0 2 1 0 0 -1 23 0 0 0 0 0 18838560 18947056 24219648 140722759250953 140722759251071 140722759251071 140722759258096 0
[pid=173114/tid=173151] ppid=173111 vsize=19527112 memory=104 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/173114/task/173151/stat : 173151 (fscip) S 173111 173114 165389 0 -1 1077936192 119 0 0 0 2 0 0 0 20 0 41 0 27080628 19995762688 4325558 809668444160 4194304 16623229 140722759242608 0 0 0 0 0 2 1 0 0 -1 23 0 0 0 0 0 18838560 18947056 24219648 140722759250953 140722759251071 140722759251071 140722759258096 0
[pid=173114/tid=173152] ppid=173111 vsize=19527112 memory=16896360 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/173114/task/173152/stat : 173152 (fscip) S 173111 173114 165389 0 -1 1077936192 119 0 0 0 2 0 0 0 20 0 41 0 27080628 19995762688 4325558 809668444160 4194304 16623229 140722759242608 0 0 0 0 0 2 1 0 0 -1 39 0 0 0 0 0 18838560 18947056 24219648 140722759250953 140722759251071 140722759251071 140722759258096 0
[pid=173114/tid=173153] ppid=173111 vsize=19527112 memory=11632 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/173114/task/173153/stat : 173153 (fscip) S 173111 173114 165389 0 -1 1077936192 116 0 0 0 2 0 0 0 20 0 41 0 27080628 19995762688 4325558 809668444160 4194304 16623229 140722759242608 0 0 0 0 0 2 1 0 0 -1 19 0 0 0 0 0 18838560 18947056 24219648 140722759250953 140722759251071 140722759251071 140722759258096 0
[pid=173114/tid=173154] ppid=173111 vsize=19527112 memory=17305860 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/173114/task/173154/stat : 173154 (fscip) S 173111 173114 165389 0 -1 1077936192 116 0 0 0 2 0 0 0 20 0 41 0 27080628 19995762688 4325558 809668444160 4194304 16623229 140722759242608 0 0 0 0 0 2 1 0 0 -1 7 0 0 0 0 0 18838560 18947056 24219648 140722759250953 140722759251071 140722759251071 140722759258096 0
[pid=173114/tid=173155] ppid=173111 vsize=19527112 memory=11632 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/173114/task/173155/stat : 173155 (fscip) S 173111 173114 165389 0 -1 1077936192 118 0 0 0 2 0 0 0 20 0 41 0 27080628 19995762688 4325558 809668444160 4194304 16623229 140722759242608 0 0 0 0 0 2 1 0 0 -1 23 0 0 0 0 0 18838560 18947056 24219648 140722759250953 140722759251071 140722759251071 140722759258096 0
Current children cumulated CPU time: 71001.7 s
Current children cumulated vsize: 19527112 KiB
Current children cumulated memory: 17302232 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3632.7 s]
/proc/loadavg: 80.21 80.30 80.39 82/1023 175350
/proc/meminfo: memFree=735350284/790760804 swapFree=131071996/131071996
[pid=173114] ppid=173111 vsize=19656912 memory=17397768 CPUtime=72000.5 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/173114/stat : 173114 (fscip) S 173111 173114 165389 0 -1 1077936128 69474125 0 0 0 7183391 16662 0 0 20 0 41 0 27080555 20128677888 4349442 809668444160 4194304 16623229 140722759242608 0 0 0 0 0 2 0 0 0 17 3 0 0 0 0 0 18838560 18947056 24219648 140722759250953 140722759251071 140722759251071 140722759258096 0
/proc/173114/statm: 4914228 4349442 3334 3035 0 4738939 0
[pid=173114/tid=173116] ppid=173111 vsize=19656912 memory=279646801560768 CPUtime=3604.93 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/173114/task/173116/stat : 173116 (fscip) R 173111 173114 165389 0 -1 4194368 3487791 0 0 0 360003 490 0 0 20 0 41 0 27080588 20128677888 4349442 809668444160 4194304 16623229 140722759242608 0 0 0 0 0 2 0 0 0 -1 47 0 0 0 0 0 18838560 18947056 24219648 140722759250953 140722759251071 140722759251071 140722759258096 0
[pid=173114/tid=173117] ppid=173111 vsize=19656912 memory=2692 CPUtime=3597.34 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/173114/task/173117/stat : 173117 (fscip) R 173111 173114 165389 0 -1 4194368 6144964 0 0 0 359050 684 0 0 20 0 41 0 27080588 20128677888 4349442 809668444160 4194304 16623229 140722759242608 0 0 0 0 0 2 0 0 0 -1 3 0 0 0 0 0 18838560 18947056 24219648 140722759250953 140722759251071 140722759251071 140722759258096 0
[pid=173114/tid=173118] ppid=173111 vsize=19656912 memory=6720661034773987685 CPUtime=3603.51 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/173114/task/173118/stat : 173118 (fscip) R 173111 173114 165389 0 -1 4194368 749684 0 0 0 358945 1406 0 0 20 0 41 0 27080588 20128677888 4349442 809668444160 4194304 16623229 140722759242608 0 0 0 0 0 2 0 0 0 -1 55 0 0 0 0 0 18838560 18947056 24219648 140722759250953 140722759251071 140722759251071 140722759258096 0
[pid=173114/tid=173119] ppid=173111 vsize=19656912 memory=25333125866717268 CPUtime=3602.13 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/173114/task/173119/stat : 173119 (fscip) R 173111 173114 165389 0 -1 4194368 5947577 0 0 0 359611 602 0 0 20 0 41 0 27080588 20128677888 4349442 809668444160 4194304 16623229 140722759242608 0 0 0 0 0 2 0 0 0 -1 7 0 0 0 0 0 18838560 18947056 24219648 140722759250953 140722759251071 140722759251071 140722759258096 0
[pid=173114/tid=173120] ppid=173111 vsize=19656912 memory=17021192 CPUtime=3600.3 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/173114/task/173120/stat : 173120 (fscip) R 173111 173114 165389 0 -1 4194368 4632127 0 0 0 359352 678 0 0 20 0 41 0 27080588 20128677888 4349442 809668444160 4194304 16623229 140722759242608 0 0 0 0 0 2 0 0 0 -1 35 0 0 0 0 0 18838560 18947056 24219648 140722759250953 140722759251071 140722759251071 140722759258096 0
[pid=173114/tid=173121] ppid=173111 vsize=19656912 memory=279646798783072 CPUtime=3600.62 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/173114/task/173121/stat : 173121 (fscip) R 173111 173114 165389 0 -1 4194368 726915 0 0 0 358567 1495 0 0 20 0 41 0 27080588 20128677888 4349442 809668444160 4194304 16623229 140722759242608 0 0 0 0 0 2 0 0 0 -1 63 0 0 0 0 0 18838560 18947056 24219648 140722759250953 140722759251071 140722759251071 140722759258096 0
[pid=173114/tid=173122] ppid=173111 vsize=19656912 memory=19852 CPUtime=3596.48 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/173114/task/173122/stat : 173122 (fscip) R 173111 173114 165389 0 -1 4194368 3550543 0 0 0 359184 464 0 0 20 0 41 0 27080588 20128677888 4349442 809668444160 4194304 16623229 140722759242608 0 0 0 0 0 2 0 0 0 -1 43 0 0 0 0 0 18838560 18947056 24219648 140722759250953 140722759251071 140722759251071 140722759258096 0
[pid=173114/tid=173123] ppid=173111 vsize=19656912 memory=16108 CPUtime=3594.44 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/173114/task/173123/stat : 173123 (fscip) R 173111 173114 165389 0 -1 4194368 3486989 0 0 0 358858 586 0 0 20 0 41 0 27080588 20128677888 4349442 809668444160 4194304 16623229 140722759242608 0 0 0 0 0 2 0 0 0 -1 67 0 0 0 0 0 18838560 18947056 24219648 140722759250953 140722759251071 140722759251071 140722759258096 0
[pid=173114/tid=173124] ppid=173111 vsize=19656912 memory=15980 CPUtime=3598.78 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/173114/task/173124/stat : 173124 (fscip) R 173111 173114 165389 0 -1 4194368 692424 0 0 0 358748 1130 0 0 20 0 41 0 27080588 20128677888 4349442 809668444160 4194304 16623229 140722759242608 0 0 0 0 0 2 0 0 0 -1 23 0 0 0 0 0 18838560 18947056 24219648 140722759250953 140722759251071 140722759251071 140722759258096 0
[pid=173114/tid=173125] ppid=173111 vsize=19656912 memory=10528 CPUtime=3597.61 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/173114/task/173125/stat : 173125 (fscip) R 173111 173114 165389 0 -1 4194368 6527429 0 0 0 359097 664 0 0 20 0 41 0 27080588 20128677888 4349442 809668444160 4194304 16623229 140722759242608 0 0 0 0 0 2 0 0 0 -1 19 0 0 0 0 0 18838560 18947056 24219648 140722759250953 140722759251071 140722759251071 140722759258096 0
[pid=173114/tid=173126] ppid=173111 vsize=19656912 memory=15980 CPUtime=3603.34 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/173114/task/173126/stat : 173126 (fscip) R 173111 173114 165389 0 -1 4194368 2271892 0 0 0 359731 603 0 0 20 0 41 0 27080588 20128677888 4349442 809668444160 4194304 16623229 140722759242608 0 0 0 0 0 2 0 0 0 -1 15 0 0 0 0 0 18838560 18947056 24219648 140722759250953 140722759251071 140722759251071 140722759258096 0
[pid=173114/tid=173127] ppid=173111 vsize=19656912 memory=17352460 CPUtime=3601.29 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/173114/task/173127/stat : 173127 (fscip) R 173111 173114 165389 0 -1 4194368 682462 0 0 0 359254 875 0 0 20 0 41 0 27080588 20128677888 4349442 809668444160 4194304 16623229 140722759242608 0 0 0 0 0 2 0 0 0 -1 51 0 0 0 0 0 18838560 18947056 24219648 140722759250953 140722759251071 140722759251071 140722759258096 0
[pid=173114/tid=173128] ppid=173111 vsize=19656912 memory=25333125866717268 CPUtime=3600.22 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/173114/task/173128/stat : 173128 (fscip) R 173111 173114 165389 0 -1 4194368 2348126 0 0 0 359403 619 0 0 20 0 41 0 27080588 20128677888 4349442 809668444160 4194304 16623229 140722759242608 0 0 0 0 0 2 0 0 0 -1 31 0 0 0 0 0 18838560 18947056 24219648 140722759250953 140722759251071 140722759251071 140722759258096 0
[pid=173114/tid=173129] ppid=173111 vsize=19656912 memory=17391960 CPUtime=3595.42 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/173114/task/173129/stat : 173129 (fscip) R 173111 173114 165389 0 -1 4194368 5263492 0 0 0 358798 744 0 0 20 0 41 0 27080588 20128677888 4349442 809668444160 4194304 16623229 140722759242608 0 0 0 0 0 2 0 0 0 -1 79 0 0 0 0 0 18838560 18947056 24219648 140722759250953 140722759251071 140722759251071 140722759258096 0
[pid=173114/tid=173130] ppid=173111 vsize=19656912 memory=279646797937152 CPUtime=3603.85 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/173114/task/173130/stat : 173130 (fscip) R 173111 173114 165389 0 -1 4194368 715682 0 0 0 358816 1569 0 0 20 0 41 0 27080588 20128677888 4349442 809668444160 4194304 16623229 140722759242608 0 0 0 0 0 2 0 0 0 -1 39 0 0 0 0 0 18838560 18947056 24219648 140722759250953 140722759251071 140722759251071 140722759258096 0
[pid=173114/tid=173131] ppid=173111 vsize=19656912 memory=25333125866717268 CPUtime=3599.2 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/173114/task/173131/stat : 173131 (fscip) R 173111 173114 165389 0 -1 4194368 5281107 0 0 0 359214 706 0 0 20 0 41 0 27080588 20128677888 4349442 809668444160 4194304 16623229 140722759242608 0 0 0 0 0 2 0 0 0 -1 71 0 0 0 0 0 18838560 18947056 24219648 140722759250953 140722759251071 140722759251071 140722759258096 0
[pid=173114/tid=173132] ppid=173111 vsize=19656912 memory=8237576 CPUtime=3601.47 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/173114/task/173132/stat : 173132 (fscip) R 173111 173114 165389 0 -1 4194368 7220187 0 0 0 359396 751 0 0 20 0 41 0 27080588 20128677888 4349442 809668444160 4194304 16623229 140722759242608 0 0 0 0 0 2 0 0 0 -1 27 0 0 0 0 0 18838560 18947056 24219648 140722759250953 140722759251071 140722759251071 140722759258096 0
[pid=173114/tid=173133] ppid=173111 vsize=19656912 memory=0 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/173114/task/173133/stat : 173133 (fscip) R 173111 173114 165389 0 -1 4194368 727434 0 0 0 358959 1283 0 0 20 0 41 0 27080588 20128677888 4349442 809668444160 4194304 16623229 140722759242608 0 0 0 0 0 2 0 0 0 -1 75 0 0 0 0 0 18838560 18947056 24219648 140722759250953 140722759251071 140722759251071 140722759258096 0
[pid=173114/tid=173134] ppid=173111 vsize=19656912 memory=25333125866717268 CPUtime=3595.27 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/173114/task/173134/stat : 173134 (fscip) R 173111 173114 165389 0 -1 4194368 4980654 0 0 0 358892 635 0 0 20 0 41 0 27080588 20128677888 4349442 809668444160 4194304 16623229 140722759242608 0 0 0 0 0 2 0 0 0 -1 11 0 0 0 0 0 18838560 18947056 24219648 140722759250953 140722759251071 140722759251071 140722759258096 0
[pid=173114/tid=173135] ppid=173111 vsize=19656912 memory=279646798369488 CPUtime=3599.32 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/173114/task/173135/stat : 173135 (fscip) R 173111 173114 165389 0 -1 4194368 4007693 0 0 0 359324 608 0 0 20 0 41 0 27080588 20128677888 4349442 809668444160 4194304 16623229 140722759242608 0 0 0 0 0 2 0 0 0 -1 59 0 0 0 0 0 18838560 18947056 24219648 140722759250953 140722759251071 140722759251071 140722759258096 0
[pid=173114/tid=173136] ppid=173111 vsize=19656912 memory=7884503803224287829 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/173114/task/173136/stat : 173136 (fscip) S 173111 173114 165389 0 -1 1077936192 119 0 0 0 3 0 0 0 20 0 41 0 27080628 20128677888 4349442 809668444160 4194304 16623229 140722759242608 0 0 0 0 0 2 1 0 0 -1 15 0 0 0 0 0 18838560 18947056 24219648 140722759250953 140722759251071 140722759251071 140722759258096 0
[pid=173114/tid=173137] ppid=173111 vsize=19656912 memory=27608 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/173114/task/173137/stat : 173137 (fscip) S 173111 173114 165389 0 -1 1077936192 60 0 0 0 2 0 0 0 20 0 41 0 27080628 20128677888 4349442 809668444160 4194304 16623229 140722759242608 0 0 0 0 0 2 1 0 0 -1 39 0 0 0 0 0 18838560 18947056 24219648 140722759250953 140722759251071 140722759251071 140722759258096 0
[pid=173114/tid=173138] ppid=173111 vsize=19656912 memory=3736 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/173114/task/173138/stat : 173138 (fscip) S 173111 173114 165389 0 -1 1077936192 122 0 0 0 2 0 0 0 20 0 41 0 27080628 20128677888 4349442 809668444160 4194304 16623229 140722759242608 0 0 0 0 0 2 1 0 0 -1 3 0 0 0 0 0 18838560 18947056 24219648 140722759250953 140722759251071 140722759251071 140722759258096 0
[pid=173114/tid=173139] ppid=173111 vsize=19656912 memory=25333125866717268 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/173114/task/173139/stat : 173139 (fscip) S 173111 173114 165389 0 -1 1077936192 116 0 0 0 2 0 0 0 20 0 41 0 27080628 20128677888 4349442 809668444160 4194304 16623229 140722759242608 0 0 0 0 0 2 1 0 0 -1 3 0 0 0 0 0 18838560 18947056 24219648 140722759250953 140722759251071 140722759251071 140722759258096 0
[pid=173114/tid=173140] ppid=173111 vsize=19656912 memory=17332568 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/173114/task/173140/stat : 173140 (fscip) S 173111 173114 165389 0 -1 1077936192 116 0 0 0 2 0 0 0 20 0 41 0 27080628 20128677888 4349442 809668444160 4194304 16623229 140722759242608 0 0 0 0 0 2 1 0 0 -1 11 0 0 0 0 0 18838560 18947056 24219648 140722759250953 140722759251071 140722759251071 140722759258096 0
[pid=173114/tid=173141] ppid=173111 vsize=19656912 memory=30962685530996822 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/173114/task/173141/stat : 173141 (fscip) S 173111 173114 165389 0 -1 1077936192 116 0 0 0 2 0 0 0 20 0 41 0 27080628 20128677888 4349442 809668444160 4194304 16623229 140722759242608 0 0 0 0 0 2 1 0 0 -1 31 0 0 0 0 0 18838560 18947056 24219648 140722759250953 140722759251071 140722759251071 140722759258096 0
[pid=173114/tid=173142] ppid=173111 vsize=19656912 memory=7247860319864382091 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/173114/task/173142/stat : 173142 (fscip) S 173111 173114 165389 0 -1 1077936192 119 0 0 0 2 0 0 0 20 0 41 0 27080628 20128677888 4349442 809668444160 4194304 16623229 140722759242608 0 0 0 0 0 2 1 0 0 -1 27 0 0 0 0 0 18838560 18947056 24219648 140722759250953 140722759251071 140722759251071 140722759258096 0
[pid=173114/tid=173143] ppid=173111 vsize=19656912 memory=279646801090768 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/173114/task/173143/stat : 173143 (fscip) S 173111 173114 165389 0 -1 1077936192 135 0 0 0 2 0 0 0 20 0 41 0 27080628 20128677888 4349442 809668444160 4194304 16623229 140722759242608 0 0 0 0 0 2 1 0 0 -1 11 0 0 0 0 0 18838560 18947056 24219648 140722759250953 140722759251071 140722759251071 140722759258096 0
[pid=173114/tid=173144] ppid=173111 vsize=19656912 memory=279646801718568 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/173114/task/173144/stat : 173144 (fscip) S 173111 173114 165389 0 -1 1077936192 118 0 0 0 2 0 0 0 20 0 41 0 27080628 20128677888 4349442 809668444160 4194304 16623229 140722759242608 0 0 0 0 0 2 1 0 0 -1 59 0 0 0 0 0 18838560 18947056 24219648 140722759250953 140722759251071 140722759251071 140722759258096 0
[pid=173114/tid=173145] ppid=173111 vsize=19656912 memory=1952 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/173114/task/173145/stat : 173145 (fscip) S 173111 173114 165389 0 -1 1077936192 122 0 0 0 2 0 0 0 20 0 41 0 27080628 20128677888 4349442 809668444160 4194304 16623229 140722759242608 0 0 0 0 0 2 1 0 0 -1 67 0 0 0 0 0 18838560 18947056 24219648 140722759250953 140722759251071 140722759251071 140722759258096 0
[pid=173114/tid=173146] ppid=173111 vsize=19656912 memory=1852 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/173114/task/173146/stat : 173146 (fscip) S 173111 173114 165389 0 -1 1077936192 118 0 0 0 2 0 0 0 20 0 41 0 27080628 20128677888 4349442 809668444160 4194304 16623229 140722759242608 0 0 0 0 0 2 1 0 0 -1 55 0 0 0 0 0 18838560 18947056 24219648 140722759250953 140722759251071 140722759251071 140722759258096 0
[pid=173114/tid=173147] ppid=173111 vsize=19656912 memory=17326416 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/173114/task/173147/stat : 173147 (fscip) S 173111 173114 165389 0 -1 1077936192 124 0 0 0 0 2 0 0 20 0 41 0 27080628 20128677888 4349442 809668444160 4194304 16623229 140722759242608 0 0 0 0 0 2 1 0 0 -1 35 0 0 0 0 0 18838560 18947056 24219648 140722759250953 140722759251071 140722759251071 140722759258096 0
[pid=173114/tid=173148] ppid=173111 vsize=19656912 memory=25333125866717268 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/173114/task/173148/stat : 173148 (fscip) S 173111 173114 165389 0 -1 1077936192 118 0 0 0 2 0 0 0 20 0 41 0 27080628 20128677888 4349442 809668444160 4194304 16623229 140722759242608 0 0 0 0 0 2 1 0 0 -1 43 0 0 0 0 0 18838560 18947056 24219648 140722759250953 140722759251071 140722759251071 140722759258096 0
[pid=173114/tid=173149] ppid=173111 vsize=19656912 memory=17376644 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/173114/task/173149/stat : 173149 (fscip) S 173111 173114 165389 0 -1 1077936192 123 0 0 0 2 0 0 0 20 0 41 0 27080628 20128677888 4349442 809668444160 4194304 16623229 140722759242608 0 0 0 0 0 2 1 0 0 -1 31 0 0 0 0 0 18838560 18947056 24219648 140722759250953 140722759251071 140722759251071 140722759258096 0
[pid=173114/tid=173150] ppid=173111 vsize=19656912 memory=11632 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/173114/task/173150/stat : 173150 (fscip) S 173111 173114 165389 0 -1 1077936192 122 0 0 0 2 0 0 0 20 0 41 0 27080628 20128677888 4349442 809668444160 4194304 16623229 140722759242608 0 0 0 0 0 2 1 0 0 -1 23 0 0 0 0 0 18838560 18947056 24219648 140722759250953 140722759251071 140722759251071 140722759258096 0
[pid=173114/tid=173151] ppid=173111 vsize=19656912 memory=6720661034773987685 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/173114/task/173151/stat : 173151 (fscip) S 173111 173114 165389 0 -1 1077936192 119 0 0 0 2 0 0 0 20 0 41 0 27080628 20128677888 4349442 809668444160 4194304 16623229 140722759242608 0 0 0 0 0 2 1 0 0 -1 23 0 0 0 0 0 18838560 18947056 24219648 140722759250953 140722759251071 140722759251071 140722759258096 0
[pid=173114/tid=173152] ppid=173111 vsize=19656912 memory=7952956 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/173114/task/173152/stat : 173152 (fscip) S 173111 173114 165389 0 -1 1077936192 119 0 0 0 2 0 0 0 20 0 41 0 27080628 20128677888 4349442 809668444160 4194304 16623229 140722759242608 0 0 0 0 0 2 1 0 0 -1 39 0 0 0 0 0 18838560 18947056 24219648 140722759250953 140722759251071 140722759251071 140722759258096 0
[pid=173114/tid=173153] ppid=173111 vsize=19656912 memory=19852 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/173114/task/173153/stat : 173153 (fscip) S 173111 173114 165389 0 -1 1077936192 116 0 0 0 2 0 0 0 20 0 41 0 27080628 20128677888 4349442 809668444160 4194304 16623229 140722759242608 0 0 0 0 0 2 1 0 0 -1 39 0 0 0 0 0 18838560 18947056 24219648 140722759250953 140722759251071 140722759251071 140722759258096 0
[pid=173114/tid=173154] ppid=173111 vsize=19656912 memory=31988 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/173114/task/173154/stat : 173154 (fscip) S 173111 173114 165389 0 -1 1077936192 116 0 0 0 3 0 0 0 20 0 41 0 27080628 20128677888 4349442 809668444160 4194304 16623229 140722759242608 0 0 0 0 0 2 1 0 0 -1 19 0 0 0 0 0 18838560 18947056 24219648 140722759250953 140722759251071 140722759251071 140722759258096 0
[pid=173114/tid=173155] ppid=173111 vsize=19656912 memory=8323350987516068516 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/173114/task/173155/stat : 173155 (fscip) S 173111 173114 165389 0 -1 1077936192 118 0 0 0 2 0 0 0 20 0 41 0 27080628 20128677888 4349442 809668444160 4194304 16623229 140722759242608 0 0 0 0 0 2 1 0 0 -1 23 0 0 0 0 0 18838560 18947056 24219648 140722759250953 140722759251071 140722759251071 140722759258096 0
Current children cumulated CPU time: 72000.5 s
Current children cumulated vsize: 19656912 KiB
Current children cumulated memory: 17397768 KiB

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

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

# cumulated CPU time of all completed processes:  user=71834.2 s, system=167.035 s

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

[startup+3632.81 s]*
/proc/loadavg: 80.21 80.30 80.39 62/984 175350
/proc/meminfo: memFree=740140536/790760804 swapFree=131071996/131071996
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

[startup+3633 s]*
/proc/loadavg: 80.21 80.30 80.39 63/984 175350
/proc/meminfo: memFree=748826224/790760804 swapFree=131071996/131071996
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

[startup+3633.12 s]
/proc/loadavg: 80.21 80.30 80.39 63/984 175350
/proc/meminfo: memFree=748826224/790760804 swapFree=131071996/131071996
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

Child ended because it received signal 15 (SIGTERM)

Real time (s): 3633.13
CPU time (s): 72001.2
CPU user time (s): 71834.2
CPU system time (s): 167.035
CPU usage (%): 1981.8
Max. virtual memory (cumulated for all children) (KiB): 19656912
Max. memory (cumulated for all children) (KiB): 17397768

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 71834.2
system time used= 167.035
maximum resident set size= 17397776
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 69474130
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= 471599
involuntary context switches= 269265


# summary of solver processes directly reported to runsolver:
#   pid: 173114
#   total CPU time (s): 72001.2
#   total CPU user time (s): 71834.2
#   total CPU system time (s): 167.035

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 26.8575 second user time and 83.0221 second system time

The end

Launcher Data

Begin job on nodeD103 at 2024-08-02 15:22:58
IDJOB=4465778
IDBENCH=176142
IDSOLVER=3094
FILE ID=nodeD103/4465778-1722604978
RUNJOBID= nodeD103-1722599440-165402
SLURM_JOB_ID= 8254302
Free space on /tmp= 8622836 MiB

SOLVER NAME= FiberSCIP 20 cores, 2024-07-30
BENCH NAME= PB24/normalized-PB24/OPT-LIN/ihalainen/PBO-clique-coloring/normalized-clique-coloring-max-clique-n=14-t=9.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-4465778-1722604978/watcher-4465778-1722604978 -o /tmp/evaluation-result-4465778-1722604978/solver-4465778-1722604978 -C 72000 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeD103-1722599440-165402 --watchdog 3760  ./fscip settings/racing.prm HOME/instance-4465778-1722604978.opb -qsol -t 72000 -sth 20

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

MD5SUM BENCH= 5bbd9c37a994af6c8eea19ef18cfb445
RANDOM SEED=358387144

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

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

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

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

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

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

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

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

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003006
cpu MHz		: 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 hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5012.87
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

processor	: 38
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003006
cpu MHz		: 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 hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5012.87
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

processor	: 54
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003006
cpu MHz		: 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 hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5012.87
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       790760804 kB
MemFree:        753779360 kB
MemAvailable:   755095440 kB
Buffers:          388984 kB
Cached:          4248412 kB
SwapCached:            0 kB
Active:           563560 kB
Inactive:       33775272 kB
Active(anon):       2140 kB
Inactive(anon): 29721316 kB
Active(file):     561420 kB
Inactive(file):  4053956 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:             28760 kB
Writeback:           216 kB
AnonPages:      29687584 kB
Mapped:           129956 kB
Shmem:             22536 kB
KReclaimable:     240840 kB
Slab:             606572 kB
SReclaimable:     240840 kB
SUnreclaim:       365732 kB
KernelStack:       16976 kB
PageTables:        70736 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    526452396 kB
Committed_AS:    8015788 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:           314496 kB
HardwareCorrupted:     0 kB
AnonHugePages:   3352576 kB
ShmemHugePages:        0 kB
ShmemPmdMapped:        0 kB
FileHugePages:         0 kB
FilePmdMapped:         0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
Hugetlb:               0 kB
DirectMap4k:      600064 kB
DirectMap2M:    71200768 kB
DirectMap1G:    734003200 kB

Free space on /tmp at the end= 8622804 MiB
End job on nodeD103 at 2024-08-02 16:23:32