Trace number 4465176

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.9 3637.47

General information on the benchmark

NamePB24/normalized-PB06/OPT-LIN/submitted-PB05/
manquinho/ttp/normalized-circ10_3.opb
MD5SUMaa9fde9a58805e0fa430d773484bcae7
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 benchmark276
Best CPU time to get the best result obtained on this benchmark72000.9
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables2700
Total number of constraints42620
Number of constraints which are clauses20220
Number of constraints which are cardinality constraints (but not clauses)800
Number of constraints which are nor clauses,nor cardinality constraints21600
Minimum length of a constraint2
Maximum length of a constraint36
Number of terms in the objective function 900
Biggest coefficient in the objective function 5
Number of bits for the biggest coefficient in the objective function 3
Sum of the numbers in the objective function 2500
Number of bits of the sum of numbers in the objective function 12
Biggest number in a constraint 32
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 2500
Number of bits of the biggest sum of numbers12
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.11/0.15	c Default LC presolving (default).
0.11/0.15	c ** Before presolving: virtualMemUsedAtLc = 139499653, getVmSize() = 112812032, SCIPgetMemUsed() = 69201920, SCIPgetMemTotal() = 88082520, SCIPgetMemExternEstim() = 51417133
0.11/0.15	c ** set memory limit for presolving in LC to 8.79565e+12 for SCIP **
1.58/1.65	c ** Estimated virtualMemUsedAtSolver = 283265551, getVmSize() = 402931712, SCIPgetMemUsed() = 255798754, SCIPgetMemTotal() = 373481194, SCIPgetMemExternEstim() = 51417133
1.58/1.65	c ** set memory limit for solvers to 4.18772e+11 for each SCIP **
1.58/1.65	c Original Problem   :
1.58/1.65	c   Problem name     : instance-4465176-1722445937
1.58/1.65	c   Variables        : 2700 (2700 binary, 0 integer, 0 implicit integer, 0 continuous)
1.58/1.65	c   Constraints      : 42620
1.58/1.65	c   Objective sense  : minimize
1.58/1.65	c Presolved Problem  :
1.58/1.65	c   Variables        : 2700 (2700 binary, 0 integer, 0 implicit integer, 0 continuous)
1.58/1.65	c   Constraints      : 42620
1.58/1.65	c Constraints        : Number
1.58/1.65	c   knapsack         : 21770 
1.58/1.65	c   setppc           : 3960 
1.58/1.65	c   logicor          : 16890 
1.58/1.65	c ** Instance transfer method used: 0
1.69/1.72	c ** ParaScipInstance copy does not increase the number of variables. **
2.69/2.80	c LC is working with racing ramp-up and with rebuilding tree after racing.
2.80/2.80	c                                Nodes    Active                                            
2.80/2.80	c      Time          Nodes        Left   Solvers     Best Integer        Best Node        Gap     Best Node(S)     Gap(S)
94.77/7.62	c         8              2           1        20                -           0.0000          -
195.95/12.70	c        13           1246         723        20                -           0.0000          -
301.78/18.05	c        18           2888         480        20                -           0.0000          -
348.68/20.46	c *      20           2805         100        20         386.0000           0.0000          -
404.06/23.25	c        23           2899          97        20         386.0000           0.0000          -
515.09/28.80	c        29           3805         468        20         386.0000           0.0000          -
616.27/33.91	c        34           3969        1026        20         386.0000           0.0000          -
715.47/38.92	c        39           4616         735        20         386.0000           0.0000          -
792.85/42.84	c *      43           5391         123        20         380.0000           0.0000          -
804.72/43.41	c *      43           5769         395        20         378.0000           0.0000          -
804.72/43.42	c *      43           5769         395        20         376.0000           0.0000          -
814.60/44.01	c        44           5769         395        20         376.0000           0.0000          -
918.42/49.17	c        49           6264         333        20         376.0000           0.0000          -
1018.92/54.29	c        54           6366         334        20         376.0000           0.0000          -
1122.10/59.43	c        59           7281         317        20         376.0000           0.0000          -
1223.19/64.56	c        65           7530         422        20         376.0000           0.0000          -
1324.39/69.68	c        70           8279         428        20         376.0000           0.0000          -
1423.60/74.69	c        75           8940         423        20         376.0000           0.0000          -
1524.79/79.80	c        80          10534         380        20         376.0000           0.0000          -
1628.13/84.91	c        85          11892         178        20         376.0000           0.0000          -
1727.29/90.00	c        90          13321         426        20         376.0000           0.0000          -
1792.65/93.24	c *      93          13124         358        20         374.0000           0.0000          -
1831.06/95.17	c        95          13853         429        20         374.0000           0.0000          -
1931.35/100.26	c       100          14037         430        20         374.0000           0.0000          -
2032.54/105.36	c       105          13808         368        20         374.0000           0.0000          -
2135.92/110.57	c       111          14563         358        20         374.0000           0.0000          -
2234.94/115.57	c       116          15289         356        20         374.0000           0.0000          -
2336.22/120.68	c       121          16044         366        20         374.0000           0.0000          -
2435.32/125.70	c       126          16983         368        20         374.0000           0.0000          -
2536.52/130.77	c       131          18134         462        20         374.0000           0.0000          -
2637.73/135.87	c       136          18738         455        20         374.0000           0.0000          -
2738.79/140.95	c       141          19373         463        20         374.0000           0.0000          -
2837.99/145.97	c       146          18051         435        20         374.0000           0.0000          -
2939.89/151.04	c       151          20506         467        20         374.0000           0.0000          -
3039.29/156.08	c       156          19915         140        20         374.0000           0.0000          -
3140.38/161.19	c       161          20840         141        20         374.0000           0.0000          -
3240.64/166.25	c       166          21664         137        20         374.0000           0.0000          -
3341.85/171.35	c       171          22447         133        20         374.0000           0.0000          -
3442.98/176.40	c       176          23266         137        20         374.0000           0.0000          -
3544.01/181.51	c       182          23962         133        20         374.0000           0.0000          -
3643.25/186.59	c       187          24561         146        20         374.0000           0.0000          -
3744.34/191.64	c       192          24847         466        20         374.0000           0.0000          -
3758.22/192.34	c *     192          24938         461        20         364.0000           0.0000          -
3847.38/196.85	c       197          25090         476        20         364.0000           0.0000          -
3948.55/202.04	c       202          25811         137        20         364.0000           0.0000          -
4055.45/207.33	c       207          26325         138        20         364.0000           0.0000          -
4156.64/212.41	c       212          26866         143        20         364.0000           0.0000          -
4255.83/217.49	c       217          27560         136        20         364.0000           0.0000          -
4361.00/222.78	c       223          27968         135        20         364.0000           0.0000          -
4466.82/228.12	c       228          28635         136        20         364.0000           0.0000          -
4569.29/233.25	c       233          29150           0        20         364.0000           0.0000          -
4672.48/238.40	c       238          30353         556        20         364.0000           0.0000          -
4773.65/243.57	c       244          30986         555        20         364.0000           0.0000          -
4874.75/248.62	c       249          31661         550        20         364.0000           0.0000          -
4975.89/253.73	c       254          32292         552        20         364.0000           0.0000          -
5077.03/258.86	c       259          33017         555        20         364.0000           0.0000          -
5178.18/263.94	c       264          33614         549        20         364.0000           0.0000          -
5277.33/269.01	c       269          32597         370        20         364.0000           0.0000          -
5379.20/274.11	c       274          33443         370        20         364.0000           0.0000          -
5481.52/279.21	c       279          35589         548        20         364.0000           0.0000          -
5582.66/284.31	c       284          36399         554        20         364.0000           0.0000          -
5683.79/289.41	c       289          36956         551        20         364.0000           0.0000          -
5782.93/294.49	c       294          37545         554        20         364.0000           0.0000          -
5884.03/299.59	c       300          38145         557        20         364.0000           0.0000          -
5985.11/304.69	c       305          38283         360        20         364.0000           0.0000          -
6086.25/309.77	c       310          39079         355        20         364.0000           0.0000          -
6187.34/314.84	c       315          39852         352        20         364.0000           0.0000          -
6288.48/319.90	c       320          40648         346        20         364.0000           0.0000          -
6387.63/324.99	c       325          41461         353        20         364.0000           0.0000          -
6491.64/330.15	c       330          41663         555        20         364.0000           0.0000          -
6591.81/335.24	c       335          42308         546        20         364.0000           0.0000          -
6692.94/340.35	c       340          42810         547        20         364.0000           0.0000          -
6796.07/345.51	c       346          43393         556        20         364.0000           0.0000          -
6897.22/350.61	c       351          45230         345        20         364.0000           0.0000          -
6998.35/355.72	c       356          44233         556        20         364.0000           0.0000          -
7099.31/360.82	c       361          44739         550        20         364.0000           0.0000          -
7200.24/365.95	c       366          45286         546        20         364.0000           0.0000          -
7303.87/371.14	c       371          47893         343        20         364.0000           0.0000          -
7404.13/376.25	c       376          48642         344        20         364.0000           0.0000          -
7506.97/381.47	c       381          46840         548        20         364.0000           0.0000          -
7607.99/386.58	c       387          47395         543        20         364.0000           0.0000          -
7709.00/391.63	c       392          47941         557        20         364.0000           0.0000          -
7809.97/396.73	c       397          48529         560        20         364.0000           0.0000          -
7913.00/401.96	c       402          51945         340        20         364.0000           0.0000          -
8014.64/407.07	c       407          49653         553        20         364.0000           0.0000          -
8116.94/412.28	c       412          53560         337        20         364.0000           0.0000          -
8220.01/417.44	c       417          50780         547        20         364.0000           0.0000          -
8321.22/422.58	c       423          51420         549        20         364.0000           0.0000          -
8422.10/427.62	c       428          52125         550        20         364.0000           0.0000          -
8523.08/432.77	c       433          52709         552        20         364.0000           0.0000          -
8625.95/437.91	c       438          53230         546        20         364.0000           0.0000          -
8724.96/443.02	c       443          58851         455        20         364.0000           0.0000          -
8826.60/448.10	c       448          59655         454        20         364.0000           0.0000          -
8928.92/453.23	c       453          60403         459        20         364.0000           0.0000          -
9031.96/458.41	c       458          61201         457        20         364.0000           0.0000          -
9140.82/463.91	c       464          61994         451        20         364.0000           0.0000          -
9239.86/469.00	c       469          56917         576        20         364.0000           0.0000          -
9341.75/474.08	c       474          57457         569        20         364.0000           0.0000          -
9440.78/479.13	c       479              2           1        20         364.0000         140.0000    160.00%
9542.05/484.15	c       484              2           1        20         364.0000         140.0000    160.00%
9642.30/489.22	c       489              2           1        20         364.0000         140.0000    160.00%
9743.39/494.30	c       494              2           1        20         364.0000         140.0000    160.00%
9842.49/499.37	c       499              2           1        20         364.0000         140.0000    160.00%
9943.64/504.44	c       504              2           1        20         364.0000         140.0000    160.00%
10044.81/509.56	c       510              2           1        20         364.0000         140.0000    160.00%
10145.87/514.64	c       515              2           1        20         364.0000         140.0000    160.00%
10246.88/519.70	c       520              2           1        20         364.0000         140.0000    160.00%
10345.81/524.78	c       525              2           1        20         364.0000         140.0000    160.00%
10446.85/529.85	c       530              2           1        20         364.0000         140.0000    160.00%
10547.94/534.92	c       535              2           1        20         364.0000         140.0000    160.00%
10647.04/539.97	c       540              2           1        20         364.0000         140.0000    160.00%
10748.57/545.04	c       545              2           1        20         364.0000         140.0000    160.00%
10847.82/550.06	c       550              3           2        20         364.0000         140.0000    160.00%
10948.95/555.16	c       555              3           2        20         364.0000         140.0000    160.00%
11049.16/560.23	c       560              3           2        20         364.0000         140.0000    160.00%
11148.29/565.29	c       565              3           2        20         364.0000         140.0000    160.00%
11249.40/570.30	c       570              3           2        20         364.0000         140.0000    160.00%
11348.20/575.34	c       575              3           2        20         364.0000         140.0000    160.00%
11449.15/580.49	c       580              3           2        20         364.0000         140.0000    160.00%
11550.02/585.59	c       586              3           2        20         364.0000         140.0000    160.00%
11650.98/590.66	c       591              3           2        20         364.0000         140.0000    160.00%
11751.94/595.71	c       596              2           1        20         364.0000         140.0000    160.00%
11851.01/600.78	c       601              2           1        20         364.0000         140.0000    160.00%
11951.99/605.88	c       606              2           1        20         364.0000         140.0000    160.00%
12053.02/610.95	c       611              3           4        20         364.0000         140.0000    160.00%
12152.06/616.02	c       616              3           4        20         364.0000         140.0000    160.00%
12258.99/621.30	c       621              3           4        20         364.0000         140.0000    160.00%
12358.03/626.39	c       626              3           4        20         364.0000         140.0000    160.00%
12461.05/631.54	c       632              3           4        20         364.0000         140.0000    160.00%
12562.09/636.63	c       637              3           4        20         364.0000         140.0000    160.00%
12663.13/641.71	c       642              3           4        20         364.0000         140.0000    160.00%
12762.12/646.78	c       647              3           4        20         364.0000         140.0000    160.00%
12863.15/651.86	c       652              3           4        20         364.0000         140.0000    160.00%
12964.18/657.00	c       657              3           4        20         364.0000         140.0000    160.00%
13065.94/662.10	c       662              3           4        20         364.0000         140.0000    160.00%
13168.07/667.22	c       667              3           4        20         364.0000         140.0000    160.00%
13267.17/672.28	c       672              3           4        20         364.0000         140.0000    160.00%
13370.17/677.40	c       677              3           4        20         364.0000         140.0000    160.00%
13470.83/682.57	c       683              3           4        20         364.0000         140.0000    160.00%
13571.95/687.66	c       688              3           4        20         364.0000         140.0000    160.00%
13672.94/692.76	c       693              3           4        20         364.0000         140.0000    160.00%
13773.96/697.85	c       698              3           4        20         364.0000         140.0000    160.00%
13874.94/702.93	c       703              3           4        20         364.0000         140.0000    160.00%
13973.81/708.00	c       708              3           4        20         364.0000         140.0000    160.00%
14075.65/713.14	c       713              3           4        20         364.0000         140.0000    160.00%
14177.63/718.20	c       718              3           4        20         364.0000         140.0000    160.00%
14286.49/723.73	c       724              3           4        20         364.0000         140.0000    160.00%
14387.56/728.82	c       729              3           4        20         364.0000         140.0000    160.00%
14486.58/733.89	c       734              3           4        20         364.0000         140.0000    160.00%
14587.68/738.99	c       739              3           4        20         364.0000         140.0000    160.00%
14689.43/744.11	c       744              3           4        20         364.0000         140.0000    160.00%
14790.84/749.20	c       749              3           4        20         364.0000         140.0000    160.00%
14893.05/754.31	c       754              3           4        20         364.0000         140.0000    160.00%
14994.20/759.47	c       759              3           4        20         364.0000         140.0000    160.00%
15095.10/764.57	c       765              3           4        20         364.0000         140.0000    160.00%
15196.20/769.65	c       770              3           4        20         364.0000         140.0000    160.00%
15297.30/774.75	c       775              3           4        20         364.0000         140.0000    160.00%
15398.42/779.88	c       780              3           4        20         364.0000         140.0000    160.00%
15499.47/784.95	c       785              3           4        20         364.0000         140.0000    160.00%
15601.44/790.06	c       790              3           4        20         364.0000         140.0000    160.00%
15702.43/795.18	c       795              3           4        20         364.0000         140.0000    160.00%
15802.54/800.28	c       800              3           4        20         364.0000         140.0000    160.00%
15903.56/805.34	c       805              3           4        20         364.0000         140.0000    160.00%
16002.55/810.36	c       810              3           4        20         364.0000         140.0000    160.00%
16103.54/815.42	c       815              3           4        20         364.0000         140.0000    160.00%
16202.58/820.49	c       820              3           4        20         364.0000         140.0000    160.00%
16305.64/825.61	c       826              3           4        20         364.0000         140.0000    160.00%
16404.77/830.63	c       831              3           4        20         364.0000         140.0000    160.00%
16505.90/835.73	c       836              3           4        20         364.0000         140.0000    160.00%
16607.05/840.81	c       841              3           4        20         364.0000         140.0000    160.00%
16708.15/845.95	c       846              3           4        20         364.0000         140.0000    160.00%
16810.00/851.06	c       851              3           4        20         364.0000         140.0000    160.00%
16909.04/856.12	c       856              3           4        20         364.0000         140.0000    160.00%
17011.38/861.29	c       861              3           4        20         364.0000         140.0000    160.00%
17112.48/866.37	c       866              3           4        20         364.0000         140.0000    160.00%
17213.57/871.45	c       871              3           4        20         364.0000         140.0000    160.00%
17314.72/876.53	c       877              3           4        20         364.0000         140.0000    160.00%
17413.84/881.59	c       882              3           4        20         364.0000         140.0000    160.00%
17514.94/886.65	c       887              3           4        20         364.0000         140.0000    160.00%
17616.05/891.74	c       892              3           4        20         364.0000         140.0000    160.00%
17716.94/896.83	c       897              3           4        20         364.0000         140.0000    160.00%
17817.99/901.92	c       902              3           4        20         364.0000         140.0000    160.00%
17917.09/906.98	c       907              3           4        20         364.0000         140.0000    160.00%
18016.04/912.01	c       912              3           4        20         364.0000         140.0000    160.00%
18117.80/917.11	c       917              3           4        20         364.0000         140.0000    160.00%
18219.26/922.18	c       922              3           4        20         364.0000         140.0000    160.00%
18321.41/927.31	c       927              3           4        20         364.0000         140.0000    160.00%
18420.58/932.40	c       932              3           4        20         364.0000         140.0000    160.00%
18523.72/937.52	c       938              3           4        20         364.0000         140.0000    160.00%
18624.83/942.61	c       943              3           4        20         364.0000         140.0000    160.00%
18725.62/947.70	c       948              3           4        20         364.0000         140.0000    160.00%
18824.71/952.72	c       953              3           4        20         364.0000         140.0000    160.00%
18925.77/957.82	c       958              3           4        20         364.0000         140.0000    160.00%
19026.87/962.93	c       963              3           4        20         364.0000         140.0000    160.00%
19128.56/968.04	c       968              3           4        20         364.0000         140.0000    160.00%
19227.91/973.10	c       973              3           4        20         364.0000         140.0000    160.00%
19330.14/978.21	c       978              3           4        20         364.0000         140.0000    160.00%
19429.33/983.28	c       983              3           4        20         364.0000         140.0000    160.00%
19532.49/988.41	c       988              3           4        20         364.0000         140.0000    160.00%
19633.66/993.51	c       994              3           4        20         364.0000         140.0000    160.00%
19732.73/998.58	c       999              3           4        20         364.0000         140.0000    160.00%
19833.80/1003.65	c      1004              3           4        20         364.0000         140.0000    160.00%
19934.87/1008.77	c      1009              3           4        20         364.0000         140.0000    160.00%
20035.97/1013.84	c      1014              3           4        20         364.0000         140.0000    160.00%
20137.07/1018.97	c      1019              3           4        20         364.0000         140.0000    160.00%
20238.59/1024.09	c      1024              3           4        20         364.0000         140.0000    160.00%
20340.91/1029.21	c      1029              3           4        20         364.0000         140.0000    160.00%
20441.85/1034.35	c      1034              3           4        20         364.0000         140.0000    160.00%
20542.93/1039.43	c      1039              3           4        20         364.0000         140.0000    160.00%
20642.04/1044.46	c      1044              3           4        20         364.0000         140.0000    160.00%
20745.13/1049.63	c      1050              3           4        20         364.0000         140.0000    160.00%
20846.22/1054.70	c      1055              3           4        20         364.0000         140.0000    160.00%
20945.32/1059.79	c      1060              3           4        20         364.0000         140.0000    160.00%
21048.10/1064.94	c      1065              3           4        20         364.0000         140.0000    160.00%
21147.18/1070.01	c      1070              3           4        20         364.0000         140.0000    160.00%
21251.06/1075.15	c      1075              3           4        20         364.0000         140.0000    160.00%
21351.45/1080.27	c      1080              3           4        20         364.0000         140.0000    160.00%
21452.55/1085.36	c      1085              3           4        20         364.0000         140.0000    160.00%
21553.72/1090.46	c      1090              3           4        20         364.0000         140.0000    160.00%
21656.86/1095.60	c      1096              3           4        20         364.0000         140.0000    160.00%
21756.06/1100.66	c      1101              3           4        20         364.0000         140.0000    160.00%
21857.25/1105.71	c      1106              3           4        20         364.0000         140.0000    160.00%
21956.48/1110.73	c      1111              3           4        20         364.0000         140.0000    160.00%
22057.68/1115.81	c      1116              3           4        20         364.0000         140.0000    160.00%
22158.90/1120.91	c      1121              3           4        20         364.0000         140.0000    160.00%
22260.77/1126.05	c      1126              3           4        20         364.0000         140.0000    160.00%
22361.96/1131.16	c      1131              3           4        20         364.0000         140.0000    160.00%
22462.39/1136.26	c      1136              3           4        20         364.0000         140.0000    160.00%
22563.58/1141.39	c      1141              3           4        20         364.0000         140.0000    160.00%
22664.70/1146.49	c      1146              3           4        20         364.0000         140.0000    160.00%
22765.82/1151.58	c      1152              3           4        20         364.0000         140.0000    160.00%
22866.96/1156.63	c      1157              3           4        20         364.0000         140.0000    160.00%
22970.09/1161.80	c      1162              3           4        20         364.0000         140.0000    160.00%
23071.22/1166.92	c      1167              3           4        20         364.0000         140.0000    160.00%
23170.37/1171.99	c      1172              3           4        20         364.0000         140.0000    160.00%
23272.22/1177.05	c      1177              3           4        20         364.0000         140.0000    160.00%
23373.36/1182.14	c      1182              3           4        20         364.0000         140.0000    160.00%
23472.55/1187.19	c      1187              3           4        20         364.0000         140.0000    160.00%
23574.96/1192.32	c      1192              3           4        20         364.0000         140.0000    160.00%
23678.13/1197.51	c      1198              3           4        20         364.0000         140.0000    160.00%
23781.28/1202.73	c      1203              3           4        20         364.0000         140.0000    160.00%
23882.38/1207.82	c      1208              3           4        20         364.0000         140.0000    160.00%
23986.17/1213.04	c      1213              3           4        20         364.0000         140.0000    160.00%
24085.30/1218.12	c      1218              3           4        20         364.0000         140.0000    160.00%
24189.69/1223.39	c      1223              3           4        20         364.0000         140.0000    160.00%
24290.83/1228.49	c      1228              3           4        20         364.0000         140.0000    160.00%
24391.97/1233.60	c      1234              3           4        20         364.0000         140.0000    160.00%
24493.06/1238.69	c      1239              3           4        20         364.0000         140.0000    160.00%
24596.01/1243.84	c      1244              3           4        20         364.0000         140.0000    160.00%
24697.10/1248.98	c      1249              3           4        20         364.0000         140.0000    160.00%
24798.57/1254.12	c      1254              3           4        20         364.0000         140.0000    160.00%
24900.81/1259.26	c      1259              3           4        20         364.0000         140.0000    160.00%
25001.95/1264.36	c      1264              3           4        20         364.0000         140.0000    160.00%
25103.04/1269.43	c      1269              3           4        20         364.0000         140.0000    160.00%
25204.18/1274.60	c      1275              3           4        20         364.0000         140.0000    160.00%
25307.23/1279.71	c      1280              3           4        20         364.0000         140.0000    160.00%
25408.37/1284.80	c      1285              3           4        20         364.0000         140.0000    160.00%
25509.47/1289.91	c      1290              3           4        20         364.0000         140.0000    160.00%
25608.62/1294.99	c      1295              3           4        20         364.0000         140.0000    160.00%
25710.47/1300.08	c      1300              3           4        20         364.0000         140.0000    160.00%
25811.78/1305.19	c      1305              3           4        20         364.0000         140.0000    160.00%
25912.02/1310.25	c      1310              3           4        20         364.0000         140.0000    160.00%
26013.17/1315.33	c      1315              3           4        20         364.0000         140.0000    160.00%
26116.27/1320.50	c      1320              3           4        20         364.0000         140.0000    160.00%
26217.18/1325.60	c      1326              3           4        20         364.0000         140.0000    160.00%
26316.42/1330.68	c      1331              3           4        20         364.0000         140.0000    160.00%
26417.47/1335.76	c      1336              3           4        20         364.0000         140.0000    160.00%
26518.63/1340.85	c      1341              3           4        20         364.0000         140.0000    160.00%
26619.69/1345.90	c      1346              3           4        20         364.0000         140.0000    160.00%
26718.85/1351.00	c      1351              3           4        20         364.0000         140.0000    160.00%
26820.63/1356.10	c      1356              3           4        20         364.0000         140.0000    160.00%
26923.14/1361.27	c      1361              3           4        20         364.0000         140.0000    160.00%
27024.29/1366.32	c      1366              3           4        20         364.0000         140.0000    160.00%
27125.42/1371.42	c      1371              3           4        20         364.0000         140.0000    160.00%
27224.57/1376.50	c      1376              3           4        20         364.0000         140.0000    160.00%
27327.66/1381.60	c      1382              3           4        20         364.0000         140.0000    160.00%
27426.56/1386.61	c      1387              3           4        20         364.0000         140.0000    160.00%
27525.61/1391.69	c      1392              3           4        20         364.0000         140.0000    160.00%
27626.62/1396.78	c      1397              3           4        20         364.0000         140.0000    160.00%
27727.69/1401.86	c      1402              3           4        20         364.0000         140.0000    160.00%
27826.79/1406.88	c      1407              3           4        20         364.0000         140.0000    160.00%
27927.89/1411.91	c      1412              3           4        20         364.0000         140.0000    160.00%
28029.60/1417.11	c      1417              3           4        20         364.0000         140.0000    160.00%
28132.03/1422.23	c      1422              3           4        20         364.0000         140.0000    160.00%
28231.18/1427.26	c      1427              3           4        20         364.0000         140.0000    160.00%
28334.29/1432.41	c      1432              3           4        20         364.0000         140.0000    160.00%
28437.36/1437.60	c      1438              3           4        20         364.0000         140.0000    160.00%
28536.55/1442.68	c      1443              3           4        20         364.0000         140.0000    160.00%
28637.66/1447.77	c      1448              3           4        20         364.0000         140.0000    160.00%
28738.78/1452.87	c      1453              3           4        20         364.0000         140.0000    160.00%
28792.29/1455.54	c *    1456              3           4        20         360.0000         140.0000    157.14%
28849.63/1458.47	c      1458              3           4        20         360.0000         140.0000    157.14%
28958.46/1463.99	c      1464              8           7        20         360.0000         140.0000    157.14%
29060.14/1469.06	c      1469              8           7        20         360.0000         140.0000    157.14%
29161.35/1474.15	c      1474              3           4        20         360.0000         140.0000    157.14%
29261.58/1479.26	c      1479              3           4        20         360.0000         140.0000    157.14%
29362.61/1484.35	c      1484              3           4        20         360.0000         140.0000    157.14%
29463.61/1489.41	c      1489              3           4        20         360.0000         140.0000    157.14%
29562.59/1494.43	c      1494              3           4        20         360.0000         140.0000    157.14%
29661.62/1499.44	c      1499              3           4        20         360.0000         140.0000    157.14%
29762.62/1504.55	c      1505              3           4        20         360.0000         140.0000    157.14%
29863.56/1509.70	c      1510              3           4        20         360.0000         140.0000    157.14%
29968.50/1514.92	c      1515              3           4        20         360.0000         140.0000    157.14%
30070.06/1520.04	c      1520              3           4        20         360.0000         140.0000    157.14%
30169.34/1525.11	c      1525              3           4        20         360.0000         140.0000    157.14%
30271.41/1530.20	c      1530              3           4        20         360.0000         140.0000    157.14%
30372.41/1535.33	c      1535              3           4        20         360.0000         140.0000    157.14%
30473.43/1540.46	c      1540              3           4        20         360.0000         140.0000    157.14%
30576.40/1545.65	c      1546              3           4        20         360.0000         140.0000    157.14%
30677.41/1550.71	c      1551              3           4        20         360.0000         140.0000    157.14%
30778.38/1555.82	c      1556              3           4        20         360.0000         140.0000    157.14%
30879.38/1560.90	c      1561              3           4        20         360.0000         140.0000    157.14%
30981.11/1566.12	c      1566              3           4        20         360.0000         140.0000    157.14%
31082.12/1571.19	c      1571              3           4        20         360.0000         140.0000    157.14%
31182.32/1576.28	c      1576              3           4        20         360.0000         140.0000    157.14%
31283.30/1581.39	c      1581              3           4        20         360.0000         140.0000    157.14%
31386.03/1586.51	c      1587              3           4        20         360.0000         140.0000    157.14%
31486.87/1591.60	c      1592              3           4        20         360.0000         140.0000    157.14%
31587.86/1596.74	c      1597              3           4        20         360.0000         140.0000    157.14%
31688.82/1601.89	c      1602              3           4        20         360.0000         140.0000    157.14%
31789.85/1606.93	c      1607              3           4        20         360.0000         140.0000    157.14%
31891.60/1612.04	c      1612              3           4        20         360.0000         140.0000    157.14%
31990.56/1617.12	c      1617              3           4        20         360.0000         140.0000    157.14%
32092.91/1622.22	c      1622              3           4        20         360.0000         140.0000    157.14%
32193.94/1627.35	c      1627              3           4        20         360.0000         140.0000    157.14%
32294.96/1632.42	c      1632              3           4        20         360.0000         140.0000    157.14%
32394.02/1637.47	c      1637              3           4        20         360.0000         140.0000    157.14%
32495.10/1642.57	c      1643              3           4        20         360.0000         140.0000    157.14%
32596.19/1647.66	c      1648              3           4        20         360.0000         140.0000    157.14%
32697.28/1652.75	c      1653              3           4        20         360.0000         140.0000    157.14%
32798.38/1657.82	c      1658              3           4        20         360.0000         140.0000    157.14%
32897.44/1662.89	c      1663              3           4        20         360.0000         140.0000    157.14%
32998.43/1667.91	c      1668              3           4        20         360.0000         140.0000    157.14%
33097.47/1672.92	c      1673              3           4        20         360.0000         140.0000    157.14%
33196.53/1678.02	c      1678              3           4        20         360.0000         140.0000    157.14%
33300.23/1683.14	c      1683              3           4        20         360.0000         140.0000    157.14%
33400.45/1688.27	c      1688              3           4        20         360.0000         140.0000    157.14%
33503.42/1693.45	c      1693              3           4        20         360.0000         140.0000    157.14%
33604.41/1698.58	c      1699              3           4        20         360.0000         140.0000    157.14%
33705.40/1703.68	c      1704              3           4        20         360.0000         140.0000    157.14%
33806.36/1708.73	c      1709              3           4        20         360.0000         140.0000    157.14%
33907.31/1713.81	c      1714              3           4        20         360.0000         140.0000    157.14%
34008.24/1718.90	c      1719              3           4        20         360.0000         140.0000    157.14%
34107.22/1724.02	c      1724              3           4        20         360.0000         140.0000    157.14%
34210.98/1729.15	c      1729              3           4        20         360.0000         140.0000    157.14%
34311.13/1734.21	c      1734              3           4        20         360.0000         140.0000    157.14%
34414.08/1739.42	c      1739              3           4        20         360.0000         140.0000    157.14%
34513.07/1744.49	c      1744              3           4        20         360.0000         140.0000    157.14%
34614.03/1749.58	c      1750              3           4        20         360.0000         140.0000    157.14%
34715.03/1754.69	c      1755              3           4        20         360.0000         140.0000    157.14%
34816.14/1759.78	c      1760              3           4        20         360.0000         140.0000    157.14%
34917.18/1764.88	c      1765              3           4        20         360.0000         140.0000    157.14%
35018.29/1769.97	c      1770              3           4        20         360.0000         140.0000    157.14%
35123.32/1775.27	c      1775              3           4        20         360.0000         140.0000    157.14%
35228.35/1780.57	c      1781              3           4        20         360.0000         140.0000    157.14%
35329.32/1785.66	c      1786              3           4        20         360.0000         140.0000    157.14%
35430.20/1790.74	c      1791              3           4        20         360.0000         140.0000    157.14%
35531.18/1795.81	c      1796              3           4        20         360.0000         140.0000    157.14%
35630.02/1800.88	c      1801              3           4        20         360.0000         140.0000    157.14%
35733.87/1806.05	c      1806              3           4        20         360.0000         140.0000    157.14%
35839.91/1811.42	c      1811              3           4        20         360.0000         140.0000    157.14%
35940.90/1816.57	c      1817              3           4        20         360.0000         140.0000    157.14%
36041.87/1821.64	c      1822              3           4        20         360.0000         140.0000    157.14%
36142.84/1826.74	c      1827              3           4        20         360.0000         140.0000    157.14%
36243.82/1831.83	c      1832              3           4        20         360.0000         140.0000    157.14%
36342.85/1836.83	c      1837              3           4        20         360.0000         140.0000    157.14%
36443.85/1841.91	c      1842              3           4        20         360.0000         140.0000    157.14%
36542.78/1846.92	c      1847              3           4        20         360.0000         140.0000    157.14%
36644.22/1852.06	c      1852              3           4        20         360.0000         140.0000    157.14%
36743.36/1857.13	c      1857              3           4        20         360.0000         140.0000    157.14%
36845.47/1862.23	c      1862              3           4        20         360.0000         140.0000    157.14%
36944.43/1867.26	c      1867              3           4        20         360.0000         140.0000    157.14%
37045.36/1872.35	c      1872              3           4        20         360.0000         140.0000    157.14%
37148.17/1877.50	c      1878              3           4        20         360.0000         140.0000    157.14%
37247.12/1882.59	c      1883              3           4        20         360.0000         140.0000    157.14%
37349.87/1887.70	c      1888              3           4        20         360.0000         140.0000    157.14%
37450.83/1892.81	c      1893              3           4        20         360.0000         140.0000    157.14%
37549.84/1897.86	c      1898              3           4        20         360.0000         140.0000    157.14%
37650.87/1902.99	c      1903              3           4        20         360.0000         140.0000    157.14%
37754.54/1908.17	c      1908              3           4        20         360.0000         140.0000    157.14%
37858.78/1913.42	c      1913              3           4        20         360.0000         140.0000    157.14%
37959.91/1918.51	c      1919              3           4        20         360.0000         140.0000    157.14%
38058.76/1923.58	c      1924              3           4        20         360.0000         140.0000    157.14%
38159.64/1928.65	c      1929              3           4        20         360.0000         140.0000    157.14%
38260.50/1933.71	c      1934              3           4        20         360.0000         140.0000    157.14%
38361.51/1938.87	c      1939              3           4        20         360.0000         140.0000    157.14%
38462.51/1943.94	c      1944              3           4        20         360.0000         140.0000    157.14%
38561.57/1949.00	c      1949              3           4        20         360.0000         140.0000    157.14%
38663.21/1954.11	c      1954              3           4        20         360.0000         140.0000    157.14%
38764.24/1959.17	c      1959              3           4        20         360.0000         140.0000    157.14%
38866.54/1964.33	c      1964              3           4        20         360.0000         140.0000    157.14%
38967.55/1969.40	c      1969              3           4        20         360.0000         140.0000    157.14%
39066.46/1974.47	c      1974              3           4        20         360.0000         140.0000    157.14%
39167.47/1979.55	c      1980              3           4        20         360.0000         140.0000    157.14%
39268.46/1984.63	c      1985              3           4        20         360.0000         140.0000    157.14%
39369.46/1989.72	c      1990              3           4        20         360.0000         140.0000    157.14%
39470.45/1994.82	c      1995              3           4        20         360.0000         140.0000    157.14%
39571.49/1999.94	c      2000              3           4        20         360.0000         140.0000    157.14%
39670.54/2005.04	c      2005              3           4        20         360.0000         140.0000    157.14%
39772.22/2010.12	c      2010              3           4        20         360.0000         140.0000    157.14%
39874.49/2015.25	c      2015              3           4        20         360.0000         140.0000    157.14%
39975.42/2020.30	c      2020              3           4        20         360.0000         140.0000    157.14%
40076.40/2025.47	c      2025              3           4        20         360.0000         140.0000    157.14%
40177.55/2030.54	c      2031              3           4        20         360.0000         140.0000    157.14%
40280.36/2035.72	c      2036              3           4        20         360.0000         140.0000    157.14%
40379.31/2040.77	c      2041              3           4        20         360.0000         140.0000    157.14%
40480.11/2045.86	c      2046              3           4        20         360.0000         140.0000    157.14%
40581.15/2050.92	c      2051              3           4        20         360.0000         140.0000    157.14%
40680.17/2055.94	c      2056              3           4        20         360.0000         140.0000    157.14%
40784.07/2061.17	c      2061              3           4        20         360.0000         140.0000    157.14%
40884.11/2066.24	c      2066              3           4        20         360.0000         140.0000    157.14%
40985.09/2071.32	c      2071              3           4        20         360.0000         140.0000    157.14%
41086.06/2076.47	c      2076              3           4        20         360.0000         140.0000    157.14%
41187.09/2081.53	c      2082              3           4        20         360.0000         140.0000    157.14%
41288.14/2086.62	c      2087              3           4        20         360.0000         140.0000    157.14%
41389.21/2091.70	c      2092              3           4        20         360.0000         140.0000    157.14%
41488.30/2096.77	c      2097              3           4        20         360.0000         140.0000    157.14%
41589.36/2101.87	c      2102              3           4        20         360.0000         140.0000    157.14%
41690.41/2107.00	c      2107              3           4        20         360.0000         140.0000    157.14%
41792.22/2112.10	c      2112              3           4        20         360.0000         140.0000    157.14%
41894.49/2117.25	c      2117              3           4        20         360.0000         140.0000    157.14%
41995.57/2122.31	c      2122              3           4        20         360.0000         140.0000    157.14%
42094.63/2127.38	c      2127              3           4        20         360.0000         140.0000    157.14%
42197.66/2132.60	c      2133              3           4        20         360.0000         140.0000    157.14%
42298.74/2137.69	c      2138              3           4        20         360.0000         140.0000    157.14%
42399.79/2142.79	c      2143              3           4        20         360.0000         140.0000    157.14%
42500.85/2147.87	c      2148              3           4        20         360.0000         140.0000    157.14%
42601.87/2152.95	c      2153              3           4        20         360.0000         140.0000    157.14%
42703.54/2158.07	c      2158              3           4        20         360.0000         140.0000    157.14%
42804.77/2163.18	c      2163              3           4        20         360.0000         140.0000    157.14%
42906.87/2168.34	c      2168              3           4        20         360.0000         140.0000    157.14%
43009.69/2173.53	c      2174              3           4        20         360.0000         140.0000    157.14%
43110.70/2178.63	c      2179              3           4        20         360.0000         140.0000    157.14%
43209.75/2183.69	c      2184              3           4        20         360.0000         140.0000    157.14%
43312.67/2188.80	c      2189              3           4        20         360.0000         140.0000    157.14%
43413.52/2193.94	c      2194              3           4        20         360.0000         140.0000    157.14%
43512.55/2199.00	c      2199              3           4        20         360.0000         140.0000    157.14%
43614.14/2204.10	c      2204             18          17        20         360.0000         140.0000    157.14%
43716.50/2209.26	c      2209             18          17        20         360.0000         140.0000    157.14%
43817.51/2214.35	c      2214             18          17        20         360.0000         140.0000    157.14%
43918.53/2219.44	c      2219             18          17        20         360.0000         140.0000    157.14%
44019.50/2224.58	c      2225             82          81        20         360.0000         140.0000    157.14%
44120.49/2229.65	c      2230             82          81        20         360.0000         140.0000    157.14%
44221.50/2234.72	c      2235             82          81        20         360.0000         140.0000    157.14%
44322.53/2239.81	c      2240              4           3        20         360.0000         140.0000    157.14%
44423.52/2244.95	c      2245              4           3        20         360.0000         140.0000    157.14%
44525.31/2250.06	c      2250             51          50        20         360.0000         140.0000    157.14%
44626.19/2255.15	c      2255             51          50        20         360.0000         140.0000    157.14%
44726.53/2260.23	c      2260             84          83        20         360.0000         140.0000    157.14%
44827.33/2265.34	c      2265             84          83        20         360.0000         140.0000    157.14%
44928.32/2270.41	c      2270             21          20        20         360.0000         140.0000    157.14%
45027.35/2275.48	c      2275             21          20        20         360.0000         140.0000    157.14%
45128.38/2280.56	c      2281             21          20        20         360.0000         140.0000    157.14%
45229.40/2285.64	c      2286              5           4        20         360.0000         140.0000    157.14%
45330.40/2290.70	c      2291              5           4        20         360.0000         140.0000    157.14%
45431.42/2295.86	c      2296              5           4        20         360.0000         140.0000    157.14%
45532.42/2300.98	c      2301              5           4        20         360.0000         140.0000    157.14%
45633.99/2306.08	c      2306             56          55        20         360.0000         140.0000    157.14%
45736.37/2311.25	c      2311             56          55        20         360.0000         140.0000    157.14%
45837.40/2316.33	c      2316             56          55        20         360.0000         140.0000    157.14%
45938.42/2321.43	c      2321             56          55        20         360.0000         140.0000    157.14%
46039.53/2326.57	c      2327             56          55        20         360.0000         140.0000    157.14%
46140.38/2331.67	c      2332             56          55        20         360.0000         140.0000    157.14%
46241.39/2336.77	c      2337             91          90        20         360.0000         140.0000    157.14%
46342.41/2341.84	c      2342             91          90        20         360.0000         140.0000    157.14%
46443.46/2346.99	c      2347             91          90        20         360.0000         140.0000    157.14%
46545.19/2352.06	c      2352             91          90        20         360.0000         140.0000    157.14%
46644.35/2357.13	c      2357             91          90        20         360.0000         140.0000    157.14%
46746.45/2362.26	c      2362             91          90        20         360.0000         140.0000    157.14%
46847.45/2367.39	c      2367             91          90        20         360.0000         140.0000    157.14%
46948.48/2372.47	c      2372             91          90        20         360.0000         140.0000    157.14%
47049.51/2377.56	c      2378             91          90        20         360.0000         140.0000    157.14%
47150.53/2382.68	c      2383             91          90        20         360.0000         140.0000    157.14%
47251.38/2387.76	c      2388             91          90        20         360.0000         140.0000    157.14%
47352.37/2392.83	c      2393             91          90        20         360.0000         140.0000    157.14%
47453.35/2397.97	c      2398             91          90        20         360.0000         140.0000    157.14%
47555.06/2403.07	c      2403             91          90        20         360.0000         140.0000    157.14%
47656.15/2408.15	c      2408             91          90        20         360.0000         140.0000    157.14%
47758.14/2413.37	c      2413             91          90        20         360.0000         140.0000    157.14%
47859.19/2418.47	c      2418             91          90        20         360.0000         140.0000    157.14%
47960.25/2423.52	c      2424             91          90        20         360.0000         140.0000    157.14%
48061.30/2428.63	c      2429             91          90        20         360.0000         140.0000    157.14%
48162.27/2433.74	c      2434             91          90        20         360.0000         140.0000    157.14%
48263.25/2438.85	c      2439             91          90        20         360.0000         140.0000    157.14%
48364.21/2443.94	c      2444             91          90        20         360.0000         140.0000    157.14%
48465.76/2449.03	c      2449             91          90        20         360.0000         140.0000    157.14%
48564.75/2454.10	c      2454             91          90        20         360.0000         140.0000    157.14%
48667.05/2459.20	c      2459             91          90        20         360.0000         140.0000    157.14%
48768.06/2464.38	c      2464             91          90        20         360.0000         140.0000    157.14%
48869.09/2469.45	c      2469             91          90        20         360.0000         140.0000    157.14%
48970.14/2474.54	c      2475             91          90        20         360.0000         140.0000    157.14%
49071.18/2479.62	c      2480             91          90        20         360.0000         140.0000    157.14%
49170.25/2484.69	c      2485             91          90        20         360.0000         140.0000    157.14%
49271.26/2489.76	c      2490              5           6        20         360.0000         140.0000    157.14%
49372.15/2494.88	c      2495              5           6        20         360.0000         140.0000    157.14%
49473.17/2499.94	c      2500             57          56        20         360.0000         140.0000    157.14%
49574.69/2505.04	c      2505             57          56        20         360.0000         140.0000    157.14%
49675.71/2510.14	c      2510             57          56        20         360.0000         140.0000    157.14%
49775.00/2515.16	c      2515             57          56        20         360.0000         140.0000    157.14%
49875.23/2520.22	c      2520             57          56        20         360.0000         140.0000    157.14%
49976.32/2525.32	c      2525             57          56        20         360.0000         140.0000    157.14%
50077.36/2530.40	c      2530             57          56        20         360.0000         140.0000    157.14%
50176.45/2535.48	c      2535             57          56        20         360.0000         140.0000    157.14%
50277.53/2540.53	c      2541             57          56        20         360.0000         140.0000    157.14%
50378.62/2545.62	c      2546             57          56        20         360.0000         140.0000    157.14%
50479.68/2550.75	c      2551             57          56        20         360.0000         140.0000    157.14%
50580.72/2555.82	c      2556             57          56        20         360.0000         140.0000    157.14%
50681.74/2560.93	c      2561             57          56        20         360.0000         140.0000    157.14%
50780.50/2566.01	c      2566             57          56        20         360.0000         140.0000    157.14%
50882.15/2571.07	c      2571             57          56        20         360.0000         140.0000    157.14%
50983.37/2576.16	c      2576             57          56        20         360.0000         140.0000    157.14%
51083.61/2581.26	c      2581             57          56        20         360.0000         140.0000    157.14%
51186.64/2586.41	c      2586             57          56        20         360.0000         140.0000    157.14%
51285.67/2591.50	c      2592             57          56        20         360.0000         140.0000    157.14%
51388.69/2596.62	c      2597             57          56        20         360.0000         140.0000    157.14%
51489.71/2601.70	c      2602             57          56        20         360.0000         140.0000    157.14%
51590.74/2606.80	c      2607             57          56        20         360.0000         140.0000    157.14%
51689.59/2611.87	c      2612             57          56        20         360.0000         140.0000    157.14%
51790.59/2617.02	c      2617             57          56        20         360.0000         140.0000    157.14%
51892.26/2622.12	c      2622             57          56        20         360.0000         140.0000    157.14%
51994.50/2627.22	c      2627             57          56        20         360.0000         140.0000    157.14%
52095.54/2632.32	c      2632             57          56        20         360.0000         140.0000    157.14%
52196.56/2637.40	c      2637             57          56        20         360.0000         140.0000    157.14%
52295.61/2642.49	c      2642             57          56        20         360.0000         140.0000    157.14%
52398.67/2647.62	c      2648             57          56        20         360.0000         140.0000    157.14%
52499.70/2652.77	c      2653             57          56        20         360.0000         140.0000    157.14%
52600.74/2657.85	c      2658             57          56        20         360.0000         140.0000    157.14%
52701.67/2663.00	c      2663             57          56        20         360.0000         140.0000    157.14%
52803.36/2668.08	c      2668            170         167        20         360.0000         140.0000    157.14%
52904.57/2673.15	c      2673            100          99        20         360.0000         140.0000    157.14%
53004.62/2678.22	c      2678            100          99        20         360.0000         140.0000    157.14%
53105.54/2683.34	c      2683            100          99        20         360.0000         140.0000    157.14%
53206.49/2688.44	c      2688            100          99        20         360.0000         140.0000    157.14%
53307.47/2693.58	c      2694            100          99        20         360.0000         140.0000    157.14%
53408.51/2698.68	c      2699            100          99        20         360.0000         140.0000    157.14%
53509.53/2703.75	c      2704              9           8        20         360.0000         140.0000    157.14%
53610.57/2708.85	c      2709              9           8        20         360.0000         140.0000    157.14%
53711.60/2713.92	c      2714              9           8        20         360.0000         140.0000    157.14%
53810.67/2719.00	c      2719              9           8        20         360.0000         140.0000    157.14%
53912.40/2724.09	c      2724              9           8        20         360.0000         140.0000    157.14%
54013.59/2729.18	c      2729              9           8        20         360.0000         140.0000    157.14%
54115.74/2734.30	c      2734              9           8        20         360.0000         140.0000    157.14%
54214.80/2739.34	c      2739              9           8        20         360.0000         140.0000    157.14%
54317.59/2744.51	c      2745            102         101        20         360.0000         140.0000    157.14%
54416.61/2749.57	c      2750             63          62        20         360.0000         140.0000    157.14%
54519.64/2754.72	c      2755             10           9        20         360.0000         140.0000    157.14%
54620.68/2759.80	c      2760             10           9        20         360.0000         140.0000    157.14%
54721.75/2764.92	c      2765             10           9        20         360.0000         140.0000    157.14%
54823.49/2770.04	c      2770             10           9        20         360.0000         140.0000    157.14%
54925.79/2775.21	c      2775             10           9        20         360.0000         140.0000    157.14%
55026.85/2780.32	c      2780             10           9        20         360.0000         140.0000    157.14%
55127.86/2785.40	c      2785             10           9        20         360.0000         140.0000    157.14%
55229.07/2790.51	c      2791             10           9        20         360.0000         140.0000    157.14%
55327.96/2795.59	c      2796            106         105        20         360.0000         140.0000    157.14%
55428.97/2800.67	c      2801            106         105        20         360.0000         140.0000    157.14%
55529.96/2805.73	c      2806            184         181        20         360.0000         140.0000    157.14%
55630.99/2810.80	c      2811            184         181        20         360.0000         140.0000    157.14%
55730.06/2815.84	c      2816            184         181        20         360.0000         140.0000    157.14%
55829.15/2820.89	c      2821             12          11        20         360.0000         140.0000    157.14%
55930.22/2825.97	c      2826             57          54        20         360.0000         140.0000    157.14%
56032.13/2831.09	c      2831             57          54        20         360.0000         140.0000    157.14%
56136.27/2836.30	c      2836             57          54        20         360.0000         140.0000    157.14%
56237.31/2841.40	c      2841             57          54        20         360.0000         140.0000    157.14%
56338.52/2846.52	c      2847             57          54        20         360.0000         140.0000    157.14%
56437.44/2851.59	c      2852             57          54        20         360.0000         140.0000    157.14%
56538.48/2856.68	c      2857             67          66        20         360.0000         140.0000    157.14%
56641.52/2861.86	c      2862             14          13        20         360.0000         140.0000    157.14%
56742.43/2866.97	c      2867             14          13        20         360.0000         140.0000    157.14%
56844.09/2872.07	c      2872             14          13        20         360.0000         140.0000    157.14%
56945.17/2877.15	c      2877             14          13        20         360.0000         140.0000    157.14%
57045.57/2882.22	c      2882            189         186        20         360.0000         140.0000    157.14%
57146.62/2887.31	c      2887            189         186        20         360.0000         140.0000    157.14%
57245.70/2892.36	c      2892            189         186        20         360.0000         140.0000    157.14%
57344.77/2897.39	c      2897            189         186        20         360.0000         140.0000    157.14%
57447.99/2902.56	c      2903            189         186        20         360.0000         140.0000    157.14%
57548.88/2907.67	c      2908            189         186        20         360.0000         140.0000    157.14%
57651.96/2912.85	c      2913             59          56        20         360.0000         140.0000    157.14%
57753.04/2918.02	c      2918             59          56        20         360.0000         140.0000    157.14%
57854.71/2923.13	c      2923             59          56        20         360.0000         140.0000    157.14%
57958.95/2928.35	c      2928             16          15        20         360.0000         140.0000    157.14%
58060.07/2933.41	c      2933            117         116        20         360.0000         140.0000    157.14%
58161.20/2938.54	c      2939            117         116        20         360.0000         140.0000    157.14%
58260.38/2943.55	c      2944            117         116        20         360.0000         140.0000    157.14%
58363.50/2948.79	c      2949            117         116        20         360.0000         140.0000    157.14%
58464.67/2953.86	c      2954            117         116        20         360.0000         140.0000    157.14%
58565.81/2958.91	c      2959            117         116        20         360.0000         140.0000    157.14%
58667.77/2964.07	c      2964            117         116        20         360.0000         140.0000    157.14%
58768.71/2969.15	c      2969            117         116        20         360.0000         140.0000    157.14%
58869.08/2974.25	c      2974            117         116        20         360.0000         140.0000    157.14%
58970.19/2979.34	c      2979            117         116        20         360.0000         140.0000    157.14%
59069.20/2984.36	c      2984            117         116        20         360.0000         140.0000    157.14%
59170.28/2989.43	c      2989            117         116        20         360.0000         140.0000    157.14%
59271.39/2994.51	c      2995             74          73        20         360.0000         140.0000    157.14%
59370.49/2999.58	c      3000             20          19        20         360.0000         140.0000    157.14%
59473.52/3004.79	c      3005             20          19        20         360.0000         140.0000    157.14%
59574.59/3009.85	c      3010            202         199        20         360.0000         140.0000    157.14%
59678.20/3015.04	c      3015            202         199        20         360.0000         140.0000    157.14%
59779.36/3020.18	c      3020            202         199        20         360.0000         140.0000    157.14%
59879.65/3025.25	c      3025             77          76        20         360.0000         140.0000    157.14%
59980.74/3030.35	c      3030             77          76        20         360.0000         140.0000    157.14%
60081.80/3035.41	c      3035             77          76        20         360.0000         140.0000    157.14%
60184.85/3040.65	c      3041             77          76        20         360.0000         140.0000    157.14%
60285.83/3045.71	c      3046             77          76        20         360.0000         140.0000    157.14%
60386.72/3050.84	c      3051            123         122        20         360.0000         140.0000    157.14%
60487.79/3055.90	c      3056            123         122        20         360.0000         140.0000    157.14%
60589.50/3061.04	c      3061            123         122        20         360.0000         140.0000    157.14%
60688.61/3066.08	c      3066            206         203        20         360.0000         140.0000    157.14%
60789.65/3071.19	c      3071            206         203        20         360.0000         140.0000    157.14%
60891.98/3076.31	c      3076            206         203        20         360.0000         140.0000    157.14%
60993.04/3081.46	c      3081            206         203        20         360.0000         140.0000    157.14%
61094.22/3086.55	c      3087             70          67        20         360.0000         140.0000    157.14%
61193.10/3091.59	c      3092             70          67        20         360.0000         140.0000    157.14%
61294.23/3096.61	c      3097             70          67        20         360.0000         140.0000    157.14%
61393.38/3101.66	c      3102             70          67        20         360.0000         140.0000    157.14%
61494.41/3106.79	c      3107             27          26        20         360.0000         140.0000    157.14%
61597.48/3111.98	c      3112             27          26        20         360.0000         140.0000    157.14%
61699.19/3117.06	c      3117             83          82        20         360.0000         140.0000    157.14%
61800.65/3122.18	c      3122             83          82        20         360.0000         140.0000    157.14%
61902.63/3127.30	c      3127             83          82        20         360.0000         140.0000    157.14%
62001.72/3132.38	c      3132             83          82        20         360.0000         140.0000    157.14%
62102.66/3137.44	c      3137             83          82        20         360.0000         140.0000    157.14%
62203.92/3142.51	c      3143            130         129        20         360.0000         140.0000    157.14%
62304.87/3147.60	c      3148            130         129        20         360.0000         140.0000    157.14%
62404.02/3152.66	c      3153            130         129        20         360.0000         140.0000    157.14%
62505.15/3157.72	c      3158            130         129        20         360.0000         140.0000    157.14%
62604.28/3162.75	c      3163            130         129        20         360.0000         140.0000    157.14%
62703.27/3167.75	c      3168             86          85        20         360.0000         140.0000    157.14%
62804.37/3172.80	c      3173             75          72        20         360.0000         140.0000    157.14%
62903.49/3177.83	c      3178             75          72        20         360.0000         140.0000    157.14%
63004.62/3182.97	c      3183             75          72        20         360.0000         140.0000    157.14%
63106.38/3188.10	c      3188             75          72        20         360.0000         140.0000    157.14%
63207.42/3193.19	c      3193             75          72        20         360.0000         140.0000    157.14%
63309.74/3198.34	c      3198            132         131        20         360.0000         140.0000    157.14%
63412.69/3203.51	c      3204             88          87        20         360.0000         140.0000    157.14%
63513.87/3208.68	c      3209             88          87        20         360.0000         140.0000    157.14%
63614.98/3213.77	c      3214             88          87        20         360.0000         140.0000    157.14%
63716.17/3218.83	c      3219             88          87        20         360.0000         140.0000    157.14%
63815.27/3223.89	c      3224             88          87        20         360.0000         140.0000    157.14%
63916.25/3228.96	c      3229             88          87        20         360.0000         140.0000    157.14%
64015.34/3233.98	c      3234             88          87        20         360.0000         140.0000    157.14%
64116.87/3239.08	c      3239             79          76        20         360.0000         140.0000    157.14%
64219.25/3244.23	c      3244             79          76        20         360.0000         140.0000    157.14%
64320.28/3249.36	c      3249             79          76        20         360.0000         140.0000    157.14%
64421.27/3254.48	c      3254             79          76        20         360.0000         140.0000    157.14%
64524.29/3259.66	c      3260             79          76        20         360.0000         140.0000    157.14%
64625.29/3264.75	c      3265             79          76        20         360.0000         140.0000    157.14%
64728.29/3269.97	c      3270             79          76        20         360.0000         140.0000    157.14%
64830.13/3275.10	c      3275             79          76        20         360.0000         140.0000    157.14%
64932.35/3280.20	c      3280             79          76        20         360.0000         140.0000    157.14%
65033.29/3285.40	c      3285             79          76        20         360.0000         140.0000    157.14%
65134.31/3290.48	c      3290             79          76        20         360.0000         140.0000    157.14%
65235.37/3295.57	c      3296             79          76        20         360.0000         140.0000    157.14%
65338.43/3300.70	c      3301             79          76        20         360.0000         140.0000    157.14%
65439.49/3305.85	c      3306             79          76        20         360.0000         140.0000    157.14%
65540.52/3310.95	c      3311             79          76        20         360.0000         140.0000    157.14%
65645.40/3316.22	c      3316             79          76        20         360.0000         140.0000    157.14%
65746.54/3321.32	c      3321             79          76        20         360.0000         140.0000    157.14%
65847.41/3326.43	c      3326             79          76        20         360.0000         140.0000    157.14%
65948.30/3331.55	c      3332             79          76        20         360.0000         140.0000    157.14%
66051.29/3336.74	c      3337             79          76        20         360.0000         140.0000    157.14%
66152.39/3341.83	c      3342             79          76        20         360.0000         140.0000    157.14%
66253.34/3346.91	c      3347             79          76        20         360.0000         140.0000    157.14%
66355.14/3352.05	c      3352             79          76        20         360.0000         140.0000    157.14%
66456.20/3357.16	c      3357             79          76        20         360.0000         140.0000    157.14%
66556.63/3362.23	c      3362             79          76        20         360.0000         140.0000    157.14%
66657.63/3367.34	c      3367             79          76        20         360.0000         140.0000    157.14%
66758.93/3372.41	c      3372             79          76        20         360.0000         140.0000    157.14%
66857.63/3377.45	c      3377             79          76        20         360.0000         140.0000    157.14%
66958.71/3382.54	c      3383             79          76        20         360.0000         140.0000    157.14%
67059.59/3387.68	c      3388             79          76        20         360.0000         140.0000    157.14%
67162.66/3392.90	c      3393             79          76        20         360.0000         140.0000    157.14%
67263.66/3398.01	c      3398             79          76        20         360.0000         140.0000    157.14%
67367.23/3403.20	c      3403             79          76        20         360.0000         140.0000    157.14%
67469.51/3408.32	c      3408             79          76        20         360.0000         140.0000    157.14%
67568.57/3413.39	c      3413             79          76        20         360.0000         140.0000    157.14%
67671.52/3418.50	c      3419             79          76        20         360.0000         140.0000    157.14%
67770.60/3423.55	c      3424             79          76        20         360.0000         140.0000    157.14%
67871.62/3428.62	c      3429             42          41        20         360.0000         140.0000    157.14%
67972.65/3433.71	c      3434            102         101        20         360.0000         140.0000    157.14%
68071.70/3438.73	c      3439             80          77        20         360.0000         140.0000    157.14%
68172.77/3443.83	c      3444             80          77        20         360.0000         140.0000    157.14%
68273.73/3448.91	c      3449             80          77        20         360.0000         140.0000    157.14%
68372.80/3453.99	c      3454            242         239        20         360.0000         140.0000    157.14%
68477.84/3459.22	c      3459            242         239        20         360.0000         140.0000    157.14%
68578.77/3464.38	c      3464            242         239        20         360.0000         140.0000    157.14%
68679.99/3469.45	c      3469            242         239        20         360.0000         140.0000    157.14%
68780.70/3474.53	c      3475             81          78        20         360.0000         140.0000    157.14%
68883.68/3479.76	c      3480             81          78        20         360.0000         140.0000    157.14%
68984.64/3484.86	c      3485             81          78        20         360.0000         140.0000    157.14%
69090.30/3490.15	c      3490             81          78        20         360.0000         140.0000    157.14%
69192.54/3495.38	c      3495            105         104        20         360.0000         140.0000    157.14%
69293.57/3500.49	c      3500            105         104        20         360.0000         140.0000    157.14%
69394.62/3505.56	c      3506            105         104        20         360.0000         140.0000    157.14%
69495.67/3510.67	c      3511            105         104        20         360.0000         140.0000    157.14%
69596.59/3515.78	c      3516            105         104        20         360.0000         140.0000    157.14%
69697.66/3520.89	c      3521            105         104        20         360.0000         140.0000    157.14%
69798.55/3525.94	c      3526            105         104        20         360.0000         140.0000    157.14%
69900.20/3531.10	c      3531            155         154        20         360.0000         140.0000    157.14%
70002.62/3536.21	c      3536            155         154        20         360.0000         140.0000    157.14%
70103.73/3541.30	c      3541            155         154        20         360.0000         140.0000    157.14%
70204.76/3546.42	c      3546            155         154        20         360.0000         140.0000    157.14%
70305.87/3551.51	c      3552            155         154        20         360.0000         140.0000    157.14%
70406.95/3556.69	c      3557            155         154        20         360.0000         140.0000    157.14%
70512.04/3561.91	c      3562            155         154        20         360.0000         140.0000    157.14%
70611.08/3567.02	c      3567            155         154        20         360.0000         140.0000    157.14%
70714.78/3572.15	c      3572            155         154        20         360.0000         140.0000    157.14%
70815.23/3577.22	c      3577            155         154        20         360.0000         140.0000    157.14%
70916.35/3582.33	c      3582            155         154        20         360.0000         140.0000    157.14%
71017.34/3587.41	c      3587            155         154        20         360.0000         140.0000    157.14%
71116.41/3592.48	c      3592            155         154        20         360.0000         140.0000    157.14%
71219.37/3597.65	c      3598            155         154        20         360.0000         140.0000    157.14%
71320.43/3602.77	c      3603            112         111        20         360.0000         140.0000    157.14%
71421.55/3607.83	c      3608            112         111        20         360.0000         140.0000    157.14%
71522.59/3612.94	c      3613            112         111        20         360.0000         140.0000    157.14%
71624.23/3618.04	c      3618            112         111        20         360.0000         140.0000    157.14%
71725.67/3623.19	c      3623            112         111        20         360.0000         140.0000    157.14%
71829.87/3628.44	c      3628            112         111        20         360.0000         140.0000    157.14%
71931.02/3633.57	c      3634            112         111        20         360.0000         140.0000    157.14%

Verifier Data

ERROR: no interpretation found !

Watcher Data

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

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

NUMA information:
  number of nodes: 4
  memory of node 0: 191633 MiB (178333 MiB free)
  memory of node 1: 193531 MiB (167263 MiB free)
  memory of node 2: 193531 MiB (185845 MiB free)
  memory of node 3: 193531 MiB (193033 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-4465176-1722445937/watcher-4465176-1722445937 -o /tmp/evaluation-result-4465176-1722445937/solver-4465176-1722445937 -C 72000 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeD101-1722441596-58651 --watchdog 3760 ./fscip settings/racing.prm HOME/instance-4465176-1722445937.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=63798, runsolver pid=63795
Current StackSize limit: 8192 KiB


[startup+0.100106 s]*
/proc/loadavg: 80.35 80.41 79.67 63/983 63799
/proc/meminfo: memFree=741826392/790760800 swapFree=131071996/131071996
[pid=63798] ppid=63795 vsize=77736 memory=66092 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/63798/stat : 63798 (fscip) R 63795 63798 58638 0 -1 4194304 14396 0 0 0 9 2 0 0 20 0 1 0 11180499 79601664 16523 809668444160 4194304 16623229 140729617147200 0 0 0 0 0 2 0 0 0 17 43 0 0 0 0 0 18838560 18947056 35872768 140729617150986 140729617151104 140729617151104 140729617158128 0
/proc/63798/statm: 19434 16523 2555 3035 0 15830 0
Current children cumulated CPU time: 0.11 s
Current children cumulated vsize: 77736 KiB
Current children cumulated memory: 66092 KiB

[startup+0.222388 s]*
/proc/loadavg: 80.35 80.41 79.67 63/983 63799
/proc/meminfo: memFree=741770852/790760800 swapFree=131071996/131071996
[pid=63798] ppid=63795 vsize=135920 memory=115332 CPUtime=0.24 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/63798/stat : 63798 (fscip) R 63795 63798 58638 0 -1 4194304 25630 0 0 0 21 3 0 0 20 0 1 0 11180499 139182080 28833 809668444160 4194304 16623229 140729617147200 0 0 0 0 0 2 0 0 0 17 43 0 0 0 0 0 18838560 18947056 35872768 140729617150986 140729617151104 140729617151104 140729617158128 0
/proc/63798/statm: 33980 28833 2646 3035 0 30376 0
Current children cumulated CPU time: 0.24 s
Current children cumulated vsize: 135920 KiB
Current children cumulated memory: 115332 KiB

[startup+0.322806 s]*
/proc/loadavg: 80.35 80.41 79.67 62/983 63799
/proc/meminfo: memFree=741722952/790760800 swapFree=131071996/131071996
[pid=63798] ppid=63795 vsize=165452 memory=151540 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/63798/stat : 63798 (fscip) R 63795 63798 58638 0 -1 4194304 33511 0 0 0 29 4 0 0 20 0 1 0 11180499 169422848 37885 809668444160 4194304 16623229 140729617147200 0 0 0 0 0 2 0 0 0 17 43 0 0 0 0 0 18838560 18947056 35872768 140729617150986 140729617151104 140729617151104 140729617158128 0
/proc/63798/statm: 41363 37885 2694 3035 0 37759 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 165452 KiB
Current children cumulated memory: 151540 KiB

[startup+0.700225 s]
/proc/loadavg: 80.35 80.41 79.67 62/983 63799
/proc/meminfo: memFree=741721836/790760800 swapFree=131071996/131071996
[pid=63798] ppid=63795 vsize=167168 memory=154380 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/63798/stat : 63798 (fscip) R 63795 63798 58638 0 -1 4194304 41147 0 0 0 63 6 0 0 20 0 1 0 11180499 171180032 38595 809668444160 4194304 16623229 140729617147200 0 0 0 0 0 2 0 0 0 17 43 0 0 0 0 0 18838560 18947056 35872768 140729617150986 140729617151104 140729617151104 140729617158128 0
/proc/63798/statm: 41792 38595 2774 3035 0 38188 0
Current children cumulated CPU time: 0.69 s
Current children cumulated vsize: 167168 KiB
Current children cumulated memory: 154380 KiB

[startup+1.50027 s]
/proc/loadavg: 80.35 80.41 79.67 62/983 63799
/proc/meminfo: memFree=741716108/790760800 swapFree=131071996/131071996
[pid=63798] ppid=63795 vsize=333720 memory=281116 CPUtime=1.49 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/63798/stat : 63798 (fscip) R 63795 63798 58638 0 -1 4194304 49106 0 0 0 140 9 0 0 20 0 1 0 11180499 341729280 70279 809668444160 4194304 16623229 140729617147200 0 0 0 0 0 2 0 0 0 17 43 0 0 0 0 0 18838560 18947056 35872768 140729617150986 140729617151104 140729617151104 140729617158128 0
/proc/63798/statm: 83430 70279 2774 3035 0 79826 0
Current children cumulated CPU time: 1.49 s
Current children cumulated vsize: 333720 KiB
Current children cumulated memory: 281116 KiB

[startup+3.12547 s]
/proc/loadavg: 78.80 80.09 79.57 79/1023 63839
/proc/meminfo: memFree=739460252/790760800 swapFree=131071996/131071996
[pid=63798] ppid=63795 vsize=4269992 memory=2940612 CPUtime=8 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/63798/stat : 63798 (fscip) S 63795 63798 58638 0 -1 1077936128 696582 0 0 0 650 150 0 0 20 0 41 0 11180499 4372471808 735087 809668444160 4194304 16623229 140729617147200 0 0 0 0 0 2 0 0 0 17 43 0 0 0 0 0 18838560 18947056 35872768 140729617150986 140729617151104 140729617151104 140729617158128 0
/proc/63798/statm: 1067498 735087 2806 3035 0 844401 0
[pid=63798/tid=63800] ppid=63795 vsize=4269992 memory=898064 CPUtime=0.31 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/63798/task/63800/stat : 63800 (fscip) D 63795 63798 58638 0 -1 4194368 25675 0 0 0 26 5 0 0 20 0 41 0 11180664 4372471808 735153 809668444160 4194304 16623229 140729617147200 0 0 0 0 0 2 1 0 0 -1 51 0 0 0 0 0 18838560 18947056 35872768 140729617150986 140729617151104 140729617151104 140729617158128 0
[pid=63798/tid=63801] ppid=63795 vsize=4269992 memory=645976 CPUtime=0.29 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/63798/task/63801/stat : 63801 (fscip) D 63795 63798 58638 0 -1 4194368 34072 0 0 0 22 7 0 0 20 0 41 0 11180664 4372471808 735153 809668444160 4194304 16623229 140729617147200 0 0 0 0 0 2 1 0 0 -1 59 0 0 0 0 0 18838560 18947056 35872768 140729617150986 140729617151104 140729617151104 140729617158128 0
[pid=63798/tid=63802] ppid=63795 vsize=4269992 memory=10392 CPUtime=0.31 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/63798/task/63802/stat : 63802 (fscip) D 63795 63798 58638 0 -1 4194368 34365 0 0 0 24 7 0 0 20 0 41 0 11180664 4372471808 735153 809668444160 4194304 16623229 140729617147200 0 0 0 0 0 2 1 0 0 -1 55 0 0 0 0 0 18838560 18947056 35872768 140729617150986 140729617151104 140729617151104 140729617158128 0
[pid=63798/tid=63803] ppid=63795 vsize=4269992 memory=5432 CPUtime=0.31 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/63798/task/63803/stat : 63803 (fscip) R 63795 63798 58638 0 -1 4194368 25490 0 0 0 26 5 0 0 20 0 41 0 11180664 4372471808 735153 809668444160 4194304 16623229 140729617147200 0 0 0 0 0 2 0 0 0 -1 75 0 0 0 0 0 18838560 18947056 35872768 140729617150986 140729617151104 140729617151104 140729617158128 0
[pid=63798/tid=63804] ppid=63795 vsize=4269992 memory=7229520306986838375 CPUtime=0.31 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/63798/task/63804/stat : 63804 (fscip) D 63795 63798 58638 0 -1 4194368 34521 0 0 0 23 8 0 0 20 0 41 0 11180664 4372471808 735153 809668444160 4194304 16623229 140729617147200 0 0 0 0 0 2 1 0 0 -1 67 0 0 0 0 0 18838560 18947056 35872768 140729617150986 140729617151104 140729617151104 140729617158128 0
[pid=63798/tid=63805] ppid=63795 vsize=4269992 memory=280283391727536 CPUtime=0.3 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/63798/task/63805/stat : 63805 (fscip) D 63795 63798 58638 0 -1 4194368 34556 0 0 0 24 6 0 0 20 0 41 0 11180664 4372471808 735153 809668444160 4194304 16623229 140729617147200 0 0 0 0 0 2 0 0 0 -1 19 0 0 0 0 0 18838560 18947056 35872768 140729617150986 140729617151104 140729617151104 140729617158128 0
[pid=63798/tid=63806] ppid=63795 vsize=4269992 memory=6056 CPUtime=0.31 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/63798/task/63806/stat : 63806 (fscip) D 63795 63798 58638 0 -1 4194368 25642 0 0 0 26 5 0 0 20 0 41 0 11180665 4372471808 735153 809668444160 4194304 16623229 140729617147200 0 0 0 0 0 2 1 0 0 -1 3 0 0 0 0 0 18838560 18947056 35872768 140729617150986 140729617151104 140729617151104 140729617158128 0
[pid=63798/tid=63807] ppid=63795 vsize=4269992 memory=104 CPUtime=0.3 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/63798/task/63807/stat : 63807 (fscip) D 63795 63798 58638 0 -1 4194368 34479 0 0 0 22 8 0 0 20 0 41 0 11180665 4372471808 735153 809668444160 4194304 16623229 140729617147200 0 0 0 0 0 2 1 0 0 -1 55 0 0 0 0 0 18838560 18947056 35872768 140729617150986 140729617151104 140729617151104 140729617158128 0
[pid=63798/tid=63808] ppid=63795 vsize=4269992 memory=33100 CPUtime=0.3 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/63798/task/63808/stat : 63808 (fscip) D 63795 63798 58638 0 -1 4194368 34591 0 0 0 23 7 0 0 20 0 41 0 11180665 4372471808 735153 809668444160 4194304 16623229 140729617147200 0 0 0 0 0 2 1 0 0 -1 15 0 0 0 0 0 18838560 18947056 35872768 140729617150986 140729617151104 140729617151104 140729617158128 0
[pid=63798/tid=63809] ppid=63795 vsize=4269992 memory=19580 CPUtime=0.31 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/63798/task/63809/stat : 63809 (fscip) D 63795 63798 58638 0 -1 4194368 25664 0 0 0 26 5 0 0 20 0 41 0 11180665 4372471808 735153 809668444160 4194304 16623229 140729617147200 0 0 0 0 0 2 1 0 0 -1 47 0 0 0 0 0 18838560 18947056 35872768 140729617150986 140729617151104 140729617151104 140729617158128 0
[pid=63798/tid=63810] ppid=63795 vsize=4269992 memory=54528 CPUtime=0.3 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/63798/task/63810/stat : 63810 (fscip) R 63795 63798 58638 0 -1 4194368 34203 0 0 0 23 7 0 0 20 0 41 0 11180665 4372471808 735153 809668444160 4194304 16623229 140729617147200 0 0 0 0 0 2 0 0 0 -1 71 0 0 0 0 0 18838560 18947056 35872768 140729617150986 140729617151104 140729617151104 140729617158128 0
[pid=63798/tid=63811] ppid=63795 vsize=4269992 memory=28496 CPUtime=0.3 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/63798/task/63811/stat : 63811 (fscip) D 63795 63798 58638 0 -1 4194368 34150 0 0 0 24 6 0 0 20 0 41 0 11180665 4372471808 735153 809668444160 4194304 16623229 140729617147200 0 0 0 0 0 2 1 0 0 -1 7 0 0 0 0 0 18838560 18947056 35872768 140729617150986 140729617151104 140729617151104 140729617158128 0
[pid=63798/tid=63812] ppid=63795 vsize=4269992 memory=7644 CPUtime=0.31 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/63798/task/63812/stat : 63812 (fscip) D 63795 63798 58638 0 -1 4194368 25646 0 0 0 26 5 0 0 20 0 41 0 11180665 4372471808 735153 809668444160 4194304 16623229 140729617147200 0 0 0 0 0 2 1 0 0 -1 23 0 0 0 0 0 18838560 18947056 35872768 140729617150986 140729617151104 140729617151104 140729617158128 0
[pid=63798/tid=63813] ppid=63795 vsize=4269992 memory=26960 CPUtime=0.3 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/63798/task/63813/stat : 63813 (fscip) R 63795 63798 58638 0 -1 4194368 34423 0 0 0 23 7 0 0 20 0 41 0 11180665 4372471808 735153 809668444160 4194304 16623229 140729617147200 0 0 0 0 0 2 0 0 0 -1 63 0 0 0 0 0 18838560 18947056 35872768 140729617150986 140729617151104 140729617151104 140729617158128 0
[pid=63798/tid=63814] ppid=63795 vsize=4269992 memory=198340509722 CPUtime=0.31 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/63798/task/63814/stat : 63814 (fscip) R 63795 63798 58638 0 -1 4194368 34042 0 0 0 22 9 0 0 20 0 41 0 11180665 4372471808 735153 809668444160 4194304 16623229 140729617147200 0 0 0 0 0 2 0 0 0 -1 79 0 0 0 0 0 18838560 18947056 35872768 140729617150986 140729617151104 140729617151104 140729617158128 0
[pid=63798/tid=63815] ppid=63795 vsize=4269992 memory=0 CPUtime=0.31 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/63798/task/63815/stat : 63815 (fscip) D 63795 63798 58638 0 -1 4194368 25650 0 0 0 25 6 0 0 20 0 41 0 11180665 4372471808 735153 809668444160 4194304 16623229 140729617147200 0 0 0 0 0 2 1 0 0 -1 31 0 0 0 0 0 18838560 18947056 35872768 140729617150986 140729617151104 140729617151104 140729617158128 0
[pid=63798/tid=63816] ppid=63795 vsize=4269992 memory=0 CPUtime=0.3 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/63798/task/63816/stat : 63816 (fscip) R 63795 63798 58638 0 -1 4194368 34451 0 0 0 23 7 0 0 20 0 41 0 11180665 4372471808 735153 809668444160 4194304 16623229 140729617147200 0 0 0 0 0 2 0 0 0 -1 27 0 0 0 0 0 18838560 18947056 35872768 140729617150986 140729617151104 140729617151104 140729617158128 0
[pid=63798/tid=63817] ppid=63795 vsize=4269992 memory=140141696141464 CPUtime=0.3 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/63798/task/63817/stat : 63817 (fscip) D 63795 63798 58638 0 -1 4194368 34514 0 0 0 23 7 0 0 20 0 41 0 11180665 4372471808 735153 809668444160 4194304 16623229 140729617147200 0 0 0 0 0 2 1 0 0 -1 39 0 0 0 0 0 18838560 18947056 35872768 140729617150986 140729617151104 140729617151104 140729617158128 0
[pid=63798/tid=63818] ppid=63795 vsize=4269992 memory=75104 CPUtime=0.31 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/63798/task/63818/stat : 63818 (fscip) D 63795 63798 58638 0 -1 4194368 25776 0 0 0 25 6 0 0 20 0 41 0 11180665 4372471808 735153 809668444160 4194304 16623229 140729617147200 0 0 0 0 0 2 1 0 0 -1 35 0 0 0 0 0 18838560 18947056 35872768 140729617150986 140729617151104 140729617151104 140729617158128 0
[pid=63798/tid=63819] ppid=63795 vsize=4269992 memory=75428 CPUtime=0.31 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/63798/task/63819/stat : 63819 (fscip) R 63795 63798 58638 0 -1 4194368 34478 0 0 0 24 7 0 0 20 0 41 0 11180665 4372471808 735153 809668444160 4194304 16623229 140729617147200 0 0 0 0 0 2 0 0 0 -1 43 0 0 0 0 0 18838560 18947056 35872768 140729617150986 140729617151104 140729617151104 140729617158128 0
[pid=63798/tid=63820] ppid=63795 vsize=4269992 memory=43176 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/63798/task/63820/stat : 63820 (fscip) S 63795 63798 58638 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 11180779 4372471808 735153 809668444160 4194304 16623229 140729617147200 0 0 0 0 0 2 1 0 0 -1 55 0 0 0 0 0 18838560 18947056 35872768 140729617150986 140729617151104 140729617151104 140729617158128 0
[pid=63798/tid=63821] ppid=63795 vsize=4269992 memory=43640 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/63798/task/63821/stat : 63821 (fscip) S 63795 63798 58638 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 11180779 4372471808 735153 809668444160 4194304 16623229 140729617147200 0 0 0 0 0 2 1 0 0 -1 71 0 0 0 0 0 18838560 18947056 35872768 140729617150986 140729617151104 140729617151104 140729617158128 0
[pid=63798/tid=63822] ppid=63795 vsize=4269992 memory=23444 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/63798/task/63822/stat : 63822 (fscip) S 63795 63798 58638 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 11180779 4372471808 735153 809668444160 4194304 16623229 140729617147200 0 0 0 0 0 2 1 0 0 -1 63 0 0 0 0 0 18838560 18947056 35872768 140729617150986 140729617151104 140729617151104 140729617158128 0
[pid=63798/tid=63823] ppid=63795 vsize=4269992 memory=61796845510673 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/63798/task/63823/stat : 63823 (fscip) S 63795 63798 58638 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 11180779 4372471808 735153 809668444160 4194304 16623229 140729617147200 0 0 0 0 0 2 1 0 0 -1 7 0 0 0 0 0 18838560 18947056 35872768 140729617150986 140729617151104 140729617151104 140729617158128 0
[pid=63798/tid=63824] ppid=63795 vsize=4269992 memory=11416 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/63798/task/63824/stat : 63824 (fscip) S 63795 63798 58638 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 11180779 4372471808 735153 809668444160 4194304 16623229 140729617147200 0 0 0 0 0 2 1 0 0 -1 19 0 0 0 0 0 18838560 18947056 35872768 140729617150986 140729617151104 140729617151104 140729617158128 0
[pid=63798/tid=63825] ppid=63795 vsize=4269992 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/63798/task/63825/stat : 63825 (fscip) S 63795 63798 58638 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 11180779 4372471808 735153 809668444160 4194304 16623229 140729617147200 0 0 0 0 0 2 1 0 0 -1 39 0 0 0 0 0 18838560 18947056 35872768 140729617150986 140729617151104 140729617151104 140729617158128 0
[pid=63798/tid=63826] ppid=63795 vsize=4269992 memory=4420 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/63798/task/63826/stat : 63826 (fscip) S 63795 63798 58638 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 11180779 4372471808 735219 809668444160 4194304 16623229 140729617147200 0 0 0 0 0 2 1 0 0 -1 79 0 0 0 0 0 18838560 18947056 35872768 140729617150986 140729617151104 140729617151104 140729617158128 0
[pid=63798/tid=63827] ppid=63795 vsize=4269992 memory=6628 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/63798/task/63827/stat : 63827 (fscip) S 63795 63798 58638 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 11180779 4372471808 735219 809668444160 4194304 16623229 140729617147200 0 0 0 0 0 2 1 0 0 -1 51 0 0 0 0 0 18838560 18947056 35872768 140729617150986 140729617151104 140729617151104 140729617158128 0
[pid=63798/tid=63828] ppid=63795 vsize=4269992 memory=8836 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/63798/task/63828/stat : 63828 (fscip) S 63795 63798 58638 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 11180779 4372471808 735219 809668444160 4194304 16623229 140729617147200 0 0 0 0 0 2 1 0 0 -1 67 0 0 0 0 0 18838560 18947056 35872768 140729617150986 140729617151104 140729617151104 140729617158128 0
[pid=63798/tid=63829] ppid=63795 vsize=4269992 memory=7719231548712553018 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/63798/task/63829/stat : 63829 (fscip) S 63795 63798 58638 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 11180779 4372471808 735219 809668444160 4194304 16623229 140729617147200 0 0 0 0 0 2 1 0 0 -1 47 0 0 0 0 0 18838560 18947056 35872768 140729617150986 140729617151104 140729617151104 140729617158128 0
[pid=63798/tid=63830] ppid=63795 vsize=4269992 memory=280283391979936 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/63798/task/63830/stat : 63830 (fscip) S 63795 63798 58638 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 11180779 4372471808 735219 809668444160 4194304 16623229 140729617147200 0 0 0 0 0 2 1 0 0 -1 75 0 0 0 0 0 18838560 18947056 35872768 140729617150986 140729617151104 140729617151104 140729617158128 0
[pid=63798/tid=63831] ppid=63795 vsize=4269992 memory=8025815120803359830 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/63798/task/63831/stat : 63831 (fscip) S 63795 63798 58638 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 11180779 4372471808 735285 809668444160 4194304 16623229 140729617147200 0 0 0 0 0 2 1 0 0 -1 79 0 0 0 0 0 18838560 18947056 35872768 140729617150986 140729617151104 140729617151104 140729617158128 0
[pid=63798/tid=63832] ppid=63795 vsize=4269992 memory=5865186897125272162 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/63798/task/63832/stat : 63832 (fscip) S 63795 63798 58638 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 11180779 4372471808 735285 809668444160 4194304 16623229 140729617147200 0 0 0 0 0 2 1 0 0 -1 3 0 0 0 0 0 18838560 18947056 35872768 140729617150986 140729617151104 140729617151104 140729617158128 0
[pid=63798/tid=63833] ppid=63795 vsize=4269992 memory=7163372269566187107 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/63798/task/63833/stat : 63833 (fscip) S 63795 63798 58638 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 11180779 4372471808 735285 809668444160 4194304 16623229 140729617147200 0 0 0 0 0 2 1 0 0 -1 11 0 0 0 0 0 18838560 18947056 35872768 140729617150986 140729617151104 140729617151104 140729617158128 0
[pid=63798/tid=63834] ppid=63795 vsize=4269992 memory=25333125866717268 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/63798/task/63834/stat : 63834 (fscip) S 63795 63798 58638 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 11180779 4372471808 735285 809668444160 4194304 16623229 140729617147200 0 0 0 0 0 2 1 0 0 -1 27 0 0 0 0 0 18838560 18947056 35872768 140729617150986 140729617151104 140729617151104 140729617158128 0
[pid=63798/tid=63835] ppid=63795 vsize=4269992 memory=25133056 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/63798/task/63835/stat : 63835 (fscip) S 63795 63798 58638 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 11180779 4372471808 735285 809668444160 4194304 16623229 140729617147200 0 0 0 0 0 2 1 0 0 -1 27 0 0 0 0 0 18838560 18947056 35872768 140729617150986 140729617151104 140729617151104 140729617158128 0
[pid=63798/tid=63836] ppid=63795 vsize=4269992 memory=2792 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/63798/task/63836/stat : 63836 (fscip) S 63795 63798 58638 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 11180779 4372471808 735285 809668444160 4194304 16623229 140729617147200 0 0 0 0 0 2 1 0 0 -1 59 0 0 0 0 0 18838560 18947056 35872768 140729617150986 140729617151104 140729617151104 140729617158128 0
[pid=63798/tid=63837] ppid=63795 vsize=4269992 memory=6740 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/63798/task/63837/stat : 63837 (fscip) S 63795 63798 58638 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 11180779 4372471808 735285 809668444160 4194304 16623229 140729617147200 0 0 0 0 0 2 1 0 0 -1 59 0 0 0 0 0 18838560 18947056 35872768 140729617150986 140729617151104 140729617151104 140729617158128 0
[pid=63798/tid=63838] ppid=63795 vsize=4269992 memory=-1891255765032775953 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/63798/task/63838/stat : 63838 (fscip) S 63795 63798 58638 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 11180779 4372471808 735285 809668444160 4194304 16623229 140729617147200 0 0 0 0 0 2 1 0 0 -1 23 0 0 0 0 0 18838560 18947056 35872768 140729617150986 140729617151104 140729617151104 140729617158128 0
[pid=63798/tid=63839] ppid=63795 vsize=4269992 memory=-2317720213663324238 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/63798/task/63839/stat : 63839 (fscip) S 63795 63798 58638 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 11180779 4372471808 735285 809668444160 4194304 16623229 140729617147200 0 0 0 0 0 2 1 0 0 -1 23 0 0 0 0 0 18838560 18947056 35872768 140729617150986 140729617151104 140729617151104 140729617158128 0
Current children cumulated CPU time: 8 s
Current children cumulated vsize: 4269992 KiB
Current children cumulated memory: 2940612 KiB

[startup+6.30084 s]
/proc/loadavg: 78.80 80.09 79.57 81/1023 63841
/proc/meminfo: memFree=736047372/790760800 swapFree=131071996/131071996
[pid=63798] ppid=63795 vsize=6654848 memory=5797432 CPUtime=69 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/63798/stat : 63798 (fscip) S 63795 63798 58638 0 -1 1077936128 1424120 0 0 0 6001 899 0 0 20 0 41 0 11180499 6814564352 1449358 809668444160 4194304 16623229 140729617147200 0 0 0 0 0 2 0 0 0 17 43 0 0 0 0 0 18838560 18947056 35872768 140729617150986 140729617151104 140729617151104 140729617158128 0
/proc/63798/statm: 1663712 1449358 2870 3035 0 1591019 0
[pid=63798/tid=63800] ppid=63795 vsize=6654848 memory=0 CPUtime=3.38 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/63798/task/63800/stat : 63800 (fscip) R 63795 63798 58638 0 -1 4194368 52559 0 0 0 287 51 0 0 20 0 41 0 11180664 6814564352 1449358 809668444160 4194304 16623229 140729617147200 0 0 0 0 0 2 0 0 0 -1 23 0 0 0 0 0 18838560 18947056 35872768 140729617150986 140729617151104 140729617151104 140729617158128 0
[pid=63798/tid=63801] ppid=63795 vsize=6654848 memory=10392 CPUtime=3.32 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/63798/task/63801/stat : 63801 (fscip) R 63795 63798 58638 0 -1 4194368 82980 0 0 0 269 63 0 0 20 0 41 0 11180664 6814564352 1449358 809668444160 4194304 16623229 140729617147200 0 0 0 0 0 2 0 0 0 -1 55 0 0 0 0 0 18838560 18947056 35872768 140729617150986 140729617151104 140729617151104 140729617158128 0
[pid=63798/tid=63802] ppid=63795 vsize=6654848 memory=219949564250 CPUtime=3.4 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/63798/task/63802/stat : 63802 (fscip) R 63795 63798 58638 0 -1 4194368 70525 0 0 0 326 14 0 0 20 0 41 0 11180664 6814564352 1449358 809668444160 4194304 16623229 140729617147200 0 0 0 0 0 2 0 0 0 -1 47 0 0 0 0 0 18838560 18947056 35872768 140729617150986 140729617151104 140729617151104 140729617158128 0
[pid=63798/tid=63803] ppid=63795 vsize=6654848 memory=5432 CPUtime=3.4 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/63798/task/63803/stat : 63803 (fscip) R 63795 63798 58638 0 -1 4194368 52063 0 0 0 299 41 0 0 20 0 41 0 11180664 6814564352 1449358 809668444160 4194304 16623229 140729617147200 0 0 0 0 0 2 0 0 0 -1 3 0 0 0 0 0 18838560 18947056 35872768 140729617150986 140729617151104 140729617151104 140729617158128 0
[pid=63798/tid=63804] ppid=63795 vsize=6654848 memory=5191644 CPUtime=3.27 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/63798/task/63804/stat : 63804 (fscip) R 63795 63798 58638 0 -1 4194368 81463 0 0 0 264 63 0 0 20 0 41 0 11180664 6814564352 1449358 809668444160 4194304 16623229 140729617147200 0 0 0 0 0 2 0 0 0 -1 79 0 0 0 0 0 18838560 18947056 35872768 140729617150986 140729617151104 140729617151104 140729617158128 0
[pid=63798/tid=63805] ppid=63795 vsize=6654848 memory=645976 CPUtime=3.4 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/63798/task/63805/stat : 63805 (fscip) R 63795 63798 58638 0 -1 4194368 74944 0 0 0 325 15 0 0 20 0 41 0 11180664 6814564352 1449358 809668444160 4194304 16623229 140729617147200 0 0 0 0 0 2 0 0 0 -1 15 0 0 0 0 0 18838560 18947056 35872768 140729617150986 140729617151104 140729617151104 140729617158128 0
[pid=63798/tid=63806] ppid=63795 vsize=6654848 memory=280283392129088 CPUtime=3.33 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/63798/task/63806/stat : 63806 (fscip) R 63795 63798 58638 0 -1 4194368 58830 0 0 0 275 58 0 0 20 0 41 0 11180665 6814564352 1449358 809668444160 4194304 16623229 140729617147200 0 0 0 0 0 2 0 0 0 -1 39 0 0 0 0 0 18838560 18947056 35872768 140729617150986 140729617151104 140729617151104 140729617158128 0
[pid=63798/tid=63807] ppid=63795 vsize=6654848 memory=0 CPUtime=3.32 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/63798/task/63807/stat : 63807 (fscip) R 63795 63798 58638 0 -1 4194368 79250 0 0 0 271 61 0 0 20 0 41 0 11180665 6814564352 1449358 809668444160 4194304 16623229 140729617147200 0 0 0 0 0 2 0 0 0 -1 31 0 0 0 0 0 18838560 18947056 35872768 140729617150986 140729617151104 140729617151104 140729617158128 0

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

[pid=63798/tid=63823] ppid=63795 vsize=19427484 memory=16236996 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/63798/task/63823/stat : 63823 (fscip) S 63795 63798 58638 0 -1 1077936192 181 0 0 0 3 0 0 0 20 0 41 0 11180779 19893743616 4077325 809668444160 4194304 16623229 140729617147200 0 0 0 0 0 2 1 0 0 -1 75 0 0 0 0 0 18838560 18947056 35872768 140729617150986 140729617151104 140729617151104 140729617158128 0
[pid=63798/tid=63824] ppid=63795 vsize=19427484 memory=16304156 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/63798/task/63824/stat : 63824 (fscip) S 63795 63798 58638 0 -1 1077936192 181 0 0 0 3 0 0 0 20 0 41 0 11180779 19893743616 4077325 809668444160 4194304 16623229 140729617147200 0 0 0 0 0 2 1 0 0 -1 3 0 0 0 0 0 18838560 18947056 35872768 140729617150986 140729617151104 140729617151104 140729617158128 0
[pid=63798/tid=63825] ppid=63795 vsize=19427484 memory=16237116 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/63798/task/63825/stat : 63825 (fscip) S 63795 63798 58638 0 -1 1077936192 175 0 0 0 3 0 0 0 20 0 41 0 11180779 19893743616 4077325 809668444160 4194304 16623229 140729617147200 0 0 0 0 0 2 1 0 0 -1 3 0 0 0 0 0 18838560 18947056 35872768 140729617150986 140729617151104 140729617151104 140729617158128 0
[pid=63798/tid=63826] ppid=63795 vsize=19427484 memory=16237060 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/63798/task/63826/stat : 63826 (fscip) S 63795 63798 58638 0 -1 1077936192 176 0 0 0 3 0 0 0 20 0 41 0 11180779 19893743616 4077325 809668444160 4194304 16623229 140729617147200 0 0 0 0 0 2 1 0 0 -1 39 0 0 0 0 0 18838560 18947056 35872768 140729617150986 140729617151104 140729617151104 140729617158128 0
[pid=63798/tid=63827] ppid=63795 vsize=19427484 memory=13664 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/63798/task/63827/stat : 63827 (fscip) S 63795 63798 58638 0 -1 1077936192 130 0 0 0 2 0 0 0 20 0 41 0 11180779 19893743616 4077325 809668444160 4194304 16623229 140729617147200 0 0 0 0 0 2 1 0 0 -1 35 0 0 0 0 0 18838560 18947056 35872768 140729617150986 140729617151104 140729617151104 140729617158128 0
[pid=63798/tid=63828] ppid=63795 vsize=19427484 memory=11424 CPUtime=0.03 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/63798/task/63828/stat : 63828 (fscip) S 63795 63798 58638 0 -1 1077936192 170 0 0 0 3 0 0 0 20 0 41 0 11180779 19893743616 4077325 809668444160 4194304 16623229 140729617147200 0 0 0 0 0 2 1 0 0 -1 11 0 0 0 0 0 18838560 18947056 35872768 140729617150986 140729617151104 140729617151104 140729617158128 0
[pid=63798/tid=63829] ppid=63795 vsize=19427484 memory=2268 CPUtime=0.03 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/63798/task/63829/stat : 63829 (fscip) S 63795 63798 58638 0 -1 1077936192 177 0 0 0 3 0 0 0 20 0 41 0 11180779 19893743616 4077325 809668444160 4194304 16623229 140729617147200 0 0 0 0 0 2 1 0 0 -1 15 0 0 0 0 0 18838560 18947056 35872768 140729617150986 140729617151104 140729617151104 140729617158128 0
[pid=63798/tid=63830] ppid=63795 vsize=19427484 memory=16297340 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/63798/task/63830/stat : 63830 (fscip) S 63795 63798 58638 0 -1 1077936192 122 0 0 0 0 2 0 0 20 0 41 0 11180779 19893743616 4077325 809668444160 4194304 16623229 140729617147200 0 0 0 0 0 2 1 0 0 -1 3 0 0 0 0 0 18838560 18947056 35872768 140729617150986 140729617151104 140729617151104 140729617158128 0
[pid=63798/tid=63831] ppid=63795 vsize=19427484 memory=11424 CPUtime=0.03 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/63798/task/63831/stat : 63831 (fscip) S 63795 63798 58638 0 -1 1077936192 121 0 0 0 3 0 0 0 20 0 41 0 11180779 19893743616 4077325 809668444160 4194304 16623229 140729617147200 0 0 0 0 0 2 1 0 0 -1 47 0 0 0 0 0 18838560 18947056 35872768 140729617150986 140729617151104 140729617151104 140729617158128 0
[pid=63798/tid=63832] ppid=63795 vsize=19427484 memory=13664 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/63798/task/63832/stat : 63832 (fscip) S 63795 63798 58638 0 -1 1077936192 183 0 0 0 3 0 0 0 20 0 41 0 11180779 19893743616 4077325 809668444160 4194304 16623229 140729617147200 0 0 0 0 0 2 1 0 0 -1 79 0 0 0 0 0 18838560 18947056 35872768 140729617150986 140729617151104 140729617151104 140729617158128 0
[pid=63798/tid=63833] ppid=63795 vsize=19427484 memory=-7163371600359809399 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/63798/task/63833/stat : 63833 (fscip) S 63795 63798 58638 0 -1 1077936192 178 0 0 0 0 3 0 0 20 0 41 0 11180779 19893743616 4077325 809668444160 4194304 16623229 140729617147200 0 0 0 0 0 2 1 0 0 -1 63 0 0 0 0 0 18838560 18947056 35872768 140729617150986 140729617151104 140729617151104 140729617158128 0
[pid=63798/tid=63834] ppid=63795 vsize=19427484 memory=16304156 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/63798/task/63834/stat : 63834 (fscip) S 63795 63798 58638 0 -1 1077936192 178 0 0 0 3 0 0 0 20 0 41 0 11180779 19893743616 4077325 809668444160 4194304 16623229 140729617147200 0 0 0 0 0 2 1 0 0 -1 7 0 0 0 0 0 18838560 18947056 35872768 140729617150986 140729617151104 140729617151104 140729617158128 0
[pid=63798/tid=63835] ppid=63795 vsize=19427484 memory=16297340 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/63798/task/63835/stat : 63835 (fscip) S 63795 63798 58638 0 -1 1077936192 124 0 0 0 3 0 0 0 20 0 41 0 11180779 19893743616 4077325 809668444160 4194304 16623229 140729617147200 0 0 0 0 0 2 1 0 0 -1 3 0 0 0 0 0 18838560 18947056 35872768 140729617150986 140729617151104 140729617151104 140729617158128 0
[pid=63798/tid=63836] ppid=63795 vsize=19427484 memory=11424 CPUtime=0.03 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/63798/task/63836/stat : 63836 (fscip) S 63795 63798 58638 0 -1 1077936192 175 0 0 0 3 0 0 0 20 0 41 0 11180779 19893743616 4077325 809668444160 4194304 16623229 140729617147200 0 0 0 0 0 2 1 0 0 -1 63 0 0 0 0 0 18838560 18947056 35872768 140729617150986 140729617151104 140729617151104 140729617158128 0
[pid=63798/tid=63837] ppid=63795 vsize=19427484 memory=16304156 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/63798/task/63837/stat : 63837 (fscip) S 63795 63798 58638 0 -1 1077936192 119 0 0 0 3 0 0 0 20 0 41 0 11180779 19893743616 4077325 809668444160 4194304 16623229 140729617147200 0 0 0 0 0 2 1 0 0 -1 3 0 0 0 0 0 18838560 18947056 35872768 140729617150986 140729617151104 140729617151104 140729617158128 0
[pid=63798/tid=63838] ppid=63795 vsize=19427484 memory=16309300 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/63798/task/63838/stat : 63838 (fscip) S 63795 63798 58638 0 -1 1077936192 180 0 0 0 2 0 0 0 20 0 41 0 11180779 19893743616 4077325 809668444160 4194304 16623229 140729617147200 0 0 0 0 0 2 1 0 0 -1 79 0 0 0 0 0 18838560 18947056 35872768 140729617150986 140729617151104 140729617151104 140729617158128 0
[pid=63798/tid=63839] ppid=63795 vsize=19427484 memory=13664 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/63798/task/63839/stat : 63839 (fscip) S 63795 63798 58638 0 -1 1077936192 122 0 0 0 0 2 0 0 20 0 41 0 11180779 19893743616 4077325 809668444160 4194304 16623229 140729617147200 0 0 0 0 0 2 1 0 0 -1 3 0 0 0 0 0 18838560 18947056 35872768 140729617150986 140729617151104 140729617151104 140729617158128 0
Current children cumulated CPU time: 70916.4 s
Current children cumulated vsize: 19427484 KiB
Current children cumulated memory: 16309300 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3637 s]*
/proc/loadavg: 80.54 81.00 80.67 82/1023 65956
/proc/meminfo: memFree=752652676/790760800 swapFree=131071996/131071996
[pid=63798] ppid=63795 vsize=19427484 memory=16365100 CPUtime=72001.2 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/63798/stat : 63798 (fscip) S 63795 63798 58638 0 -1 1077936128 43782699 0 0 0 7192184 7934 0 0 20 0 41 0 11180499 19893743616 4091275 809668444160 4194304 16623229 140729617147200 0 0 0 0 0 2 0 0 0 17 11 0 0 0 0 0 18838560 18947056 35872768 140729617150986 140729617151104 140729617151104 140729617158128 0
/proc/63798/statm: 4856871 4091275 3030 3035 0 4740454 0
[pid=63798/tid=63800] ppid=63795 vsize=19427484 memory=-2541025442986482787 CPUtime=3601.85 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/63798/task/63800/stat : 63800 (fscip) R 63795 63798 58638 0 -1 4194368 1386194 0 0 0 360013 172 0 0 20 0 41 0 11180664 19893743616 4091275 809668444160 4194304 16623229 140729617147200 0 0 0 0 0 2 0 0 0 -1 15 0 0 0 0 0 18838560 18947056 35872768 140729617150986 140729617151104 140729617151104 140729617158128 0
[pid=63798/tid=63801] ppid=63795 vsize=19427484 memory=6944652177228980320 CPUtime=3601.49 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/63798/task/63801/stat : 63801 (fscip) R 63795 63798 58638 0 -1 4194368 2524047 0 0 0 359794 355 0 0 20 0 41 0 11180664 19893743616 4091275 809668444160 4194304 16623229 140729617147200 0 0 0 0 0 2 0 0 0 -1 7 0 0 0 0 0 18838560 18947056 35872768 140729617150986 140729617151104 140729617151104 140729617158128 0
[pid=63798/tid=63802] ppid=63795 vsize=19427484 memory=280283392306496 CPUtime=3601.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/63798/task/63802/stat : 63802 (fscip) R 63795 63798 58638 0 -1 4194368 2506947 0 0 0 359459 643 0 0 20 0 41 0 11180664 19893743616 4091275 809668444160 4194304 16623229 140729617147200 0 0 0 0 0 2 0 0 0 -1 55 0 0 0 0 0 18838560 18947056 35872768 140729617150986 140729617151104 140729617151104 140729617158128 0
[pid=63798/tid=63803] ppid=63795 vsize=19427484 memory=-6000919499214174262 CPUtime=3599.72 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/63798/task/63803/stat : 63803 (fscip) R 63795 63798 58638 0 -1 4194368 1302473 0 0 0 359755 217 0 0 20 0 41 0 11180664 19893743616 4091275 809668444160 4194304 16623229 140729617147200 0 0 0 0 0 2 0 0 0 -1 71 0 0 0 0 0 18838560 18947056 35872768 140729617150986 140729617151104 140729617151104 140729617158128 0
[pid=63798/tid=63804] ppid=63795 vsize=19427484 memory=7112 CPUtime=3605.65 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/63798/task/63804/stat : 63804 (fscip) R 63795 63798 58638 0 -1 4194368 2524809 0 0 0 360210 355 0 0 20 0 41 0 11180664 19893743616 4091275 809668444160 4194304 16623229 140729617147200 0 0 0 0 0 2 0 0 0 -1 35 0 0 0 0 0 18838560 18947056 35872768 140729617150986 140729617151104 140729617151104 140729617158128 0
[pid=63798/tid=63805] ppid=63795 vsize=19427484 memory=28132 CPUtime=3597.9 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/63798/task/63805/stat : 63805 (fscip) R 63795 63798 58638 0 -1 4194368 2660255 0 0 0 359137 653 0 0 20 0 41 0 11180664 19893743616 4091275 809668444160 4194304 16623229 140729617147200 0 0 0 0 0 2 0 0 0 -1 11 0 0 0 0 0 18838560 18947056 35872768 140729617150986 140729617151104 140729617151104 140729617158128 0
[pid=63798/tid=63806] ppid=63795 vsize=19427484 memory=33668 CPUtime=3604.55 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/63798/task/63806/stat : 63806 (fscip) R 63795 63798 58638 0 -1 4194368 1462642 0 0 0 360276 179 0 0 20 0 41 0 11180665 19893743616 4091275 809668444160 4194304 16623229 140729617147200 0 0 0 0 0 2 0 0 0 -1 59 0 0 0 0 0 18838560 18947056 35872768 140729617150986 140729617151104 140729617151104 140729617158128 0
[pid=63798/tid=63807] ppid=63795 vsize=19427484 memory=60528 CPUtime=3600.34 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/63798/task/63807/stat : 63807 (fscip) R 63795 63798 58638 0 -1 4194368 2554470 0 0 0 359670 364 0 0 20 0 41 0 11180665 19893743616 4091275 809668444160 4194304 16623229 140729617147200 0 0 0 0 0 2 0 0 0 -1 63 0 0 0 0 0 18838560 18947056 35872768 140729617150986 140729617151104 140729617151104 140729617158128 0
[pid=63798/tid=63808] ppid=63795 vsize=19427484 memory=280283392069984 CPUtime=3578.76 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/63798/task/63808/stat : 63808 (fscip) R 63795 63798 58638 0 -1 4194368 2529976 0 0 0 357260 616 0 0 20 0 41 0 11180665 19893743616 4091275 809668444160 4194304 16623229 140729617147200 0 0 0 0 0 2 0 0 0 -1 47 0 0 0 0 0 18838560 18947056 35872768 140729617150986 140729617151104 140729617151104 140729617158128 0
[pid=63798/tid=63809] ppid=63795 vsize=19427484 memory=-2824377646538773038 CPUtime=3602.46 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/63798/task/63809/stat : 63809 (fscip) R 63795 63798 58638 0 -1 4194368 1481501 0 0 0 360068 178 0 0 20 0 41 0 11180665 19893743616 4091275 809668444160 4194304 16623229 140729617147200 0 0 0 0 0 2 0 0 0 -1 43 0 0 0 0 0 18838560 18947056 35872768 140729617150986 140729617151104 140729617151104 140729617158128 0
[pid=63798/tid=63810] ppid=63795 vsize=19427484 memory=-6927823043750220334 CPUtime=3594.48 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/63798/task/63810/stat : 63810 (fscip) R 63795 63798 58638 0 -1 4194368 2760875 0 0 0 359080 368 0 0 20 0 41 0 11180665 19893743616 4091275 809668444160 4194304 16623229 140729617147200 0 0 0 0 0 2 0 0 0 -1 3 0 0 0 0 0 18838560 18947056 35872768 140729617150986 140729617151104 140729617151104 140729617158128 0
[pid=63798/tid=63811] ppid=63795 vsize=19427484 memory=-2609696751947492647 CPUtime=3599.71 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/63798/task/63811/stat : 63811 (fscip) R 63795 63798 58638 0 -1 4194368 2681178 0 0 0 359301 670 0 0 20 0 41 0 11180665 19893743616 4091275 809668444160 4194304 16623229 140729617147200 0 0 0 0 0 2 0 0 0 -1 31 0 0 0 0 0 18838560 18947056 35872768 140729617150986 140729617151104 140729617151104 140729617158128 0
[pid=63798/tid=63812] ppid=63795 vsize=19427484 memory=-2635268123939450151 CPUtime=3605.43 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/63798/task/63812/stat : 63812 (fscip) R 63795 63798 58638 0 -1 4194368 1396359 0 0 0 360377 166 0 0 20 0 41 0 11180665 19893743616 4091275 809668444160 4194304 16623229 140729617147200 0 0 0 0 0 2 0 0 0 -1 27 0 0 0 0 0 18838560 18947056 35872768 140729617150986 140729617151104 140729617151104 140729617158128 0
[pid=63798/tid=63813] ppid=63795 vsize=19427484 memory=10392 CPUtime=3605.27 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/63798/task/63813/stat : 63813 (fscip) R 63795 63798 58638 0 -1 4194368 2725149 0 0 0 360161 366 0 0 20 0 41 0 11180665 19893743616 4091275 809668444160 4194304 16623229 140729617147200 0 0 0 0 0 2 0 0 0 -1 19 0 0 0 0 0 18838560 18947056 35872768 140729617150986 140729617151104 140729617151104 140729617158128 0
[pid=63798/tid=63814] ppid=63795 vsize=19427484 memory=5432 CPUtime=3598.09 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/63798/task/63814/stat : 63814 (fscip) R 63795 63798 58638 0 -1 4194368 2867031 0 0 0 359084 725 0 0 20 0 41 0 11180665 19893743616 4091275 809668444160 4194304 16623229 140729617147200 0 0 0 0 0 2 0 0 0 -1 67 0 0 0 0 0 18838560 18947056 35872768 140729617150986 140729617151104 140729617151104 140729617158128 0
[pid=63798/tid=63815] ppid=63795 vsize=19427484 memory=16108 CPUtime=3602.35 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/63798/task/63815/stat : 63815 (fscip) R 63795 63798 58638 0 -1 4194368 1411873 0 0 0 359997 238 0 0 20 0 41 0 11180665 19893743616 4091275 809668444160 4194304 16623229 140729617147200 0 0 0 0 0 2 0 0 0 -1 39 0 0 0 0 0 18838560 18947056 35872768 140729617150986 140729617151104 140729617151104 140729617158128 0
[pid=63798/tid=63816] ppid=63795 vsize=19427484 memory=2268 CPUtime=3601.97 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/63798/task/63816/stat : 63816 (fscip) R 63795 63798 58638 0 -1 4194368 2255591 0 0 0 359871 326 0 0 20 0 41 0 11180665 19893743616 4091275 809668444160 4194304 16623229 140729617147200 0 0 0 0 0 2 0 0 0 -1 79 0 0 0 0 0 18838560 18947056 35872768 140729617150986 140729617151104 140729617151104 140729617158128 0
[pid=63798/tid=63817] ppid=63795 vsize=19427484 memory=1996 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/63798/task/63817/stat : 63817 (fscip) R 63795 63798 58638 0 -1 4194368 2814774 0 0 0 359113 765 0 0 20 0 41 0 11180665 19893743616 4091275 809668444160 4194304 16623229 140729617147200 0 0 0 0 0 2 0 0 0 -1 51 0 0 0 0 0 18838560 18947056 35872768 140729617150986 140729617151104 140729617151104 140729617158128 0
[pid=63798/tid=63818] ppid=63795 vsize=19427484 memory=1836 CPUtime=3594.31 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/63798/task/63818/stat : 63818 (fscip) R 63795 63798 58638 0 -1 4194368 1623701 0 0 0 359236 195 0 0 20 0 41 0 11180665 19893743616 4091275 809668444160 4194304 16623229 140729617147200 0 0 0 0 0 2 0 0 0 -1 23 0 0 0 0 0 18838560 18947056 35872768 140729617150986 140729617151104 140729617151104 140729617158128 0
[pid=63798/tid=63819] ppid=63795 vsize=19427484 memory=38468 CPUtime=3603.87 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/63798/task/63819/stat : 63819 (fscip) R 63795 63798 58638 0 -1 4194368 2235367 0 0 0 360059 328 0 0 20 0 41 0 11180665 19893743616 4091275 809668444160 4194304 16623229 140729617147200 0 0 0 0 0 2 0 0 0 -1 75 0 0 0 0 0 18838560 18947056 35872768 140729617150986 140729617151104 140729617151104 140729617158128 0
[pid=63798/tid=63820] ppid=63795 vsize=19427484 memory=2152 CPUtime=0.04 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/63798/task/63820/stat : 63820 (fscip) S 63795 63798 58638 0 -1 1077936192 139 0 0 0 4 0 0 0 20 0 41 0 11180779 19893743616 4091275 809668444160 4194304 16623229 140729617147200 0 0 0 0 0 2 1 0 0 -1 23 0 0 0 0 0 18838560 18947056 35872768 140729617150986 140729617151104 140729617151104 140729617158128 0
[pid=63798/tid=63821] ppid=63795 vsize=19427484 memory=6056 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/63798/task/63821/stat : 63821 (fscip) S 63795 63798 58638 0 -1 1077936192 177 0 0 0 3 0 0 0 20 0 41 0 11180779 19893743616 4091275 809668444160 4194304 16623229 140729617147200 0 0 0 0 0 2 1 0 0 -1 35 0 0 0 0 0 18838560 18947056 35872768 140729617150986 140729617151104 140729617151104 140729617158128 0
[pid=63798/tid=63822] ppid=63795 vsize=19427484 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/63798/task/63822/stat : 63822 (fscip) S 63795 63798 58638 0 -1 1077936192 177 0 0 0 2 0 0 0 20 0 41 0 11180779 19893743616 4091275 809668444160 4194304 16623229 140729617147200 0 0 0 0 0 2 1 0 0 -1 35 0 0 0 0 0 18838560 18947056 35872768 140729617150986 140729617151104 140729617151104 140729617158128 0
[pid=63798/tid=63823] ppid=63795 vsize=19427484 memory=-7163371600359809399 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/63798/task/63823/stat : 63823 (fscip) S 63795 63798 58638 0 -1 1077936192 184 0 0 0 3 0 0 0 20 0 41 0 11180779 19893743616 4091275 809668444160 4194304 16623229 140729617147200 0 0 0 0 0 2 1 0 0 -1 23 0 0 0 0 0 18838560 18947056 35872768 140729617150986 140729617151104 140729617151104 140729617158128 0
[pid=63798/tid=63824] ppid=63795 vsize=19427484 memory=6912 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/63798/task/63824/stat : 63824 (fscip) S 63795 63798 58638 0 -1 1077936192 184 0 0 0 3 0 0 0 20 0 41 0 11180779 19893743616 4091275 809668444160 4194304 16623229 140729617147200 0 0 0 0 0 2 1 0 0 -1 3 0 0 0 0 0 18838560 18947056 35872768 140729617150986 140729617151104 140729617151104 140729617158128 0
[pid=63798/tid=63825] ppid=63795 vsize=19427484 memory=6039720 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/63798/task/63825/stat : 63825 (fscip) S 63795 63798 58638 0 -1 1077936192 178 0 0 0 3 0 0 0 20 0 41 0 11180779 19893743616 4091275 809668444160 4194304 16623229 140729617147200 0 0 0 0 0 2 1 0 0 -1 3 0 0 0 0 0 18838560 18947056 35872768 140729617150986 140729617151104 140729617151104 140729617158128 0
[pid=63798/tid=63826] ppid=63795 vsize=19427484 memory=-7667211808671883131 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/63798/task/63826/stat : 63826 (fscip) S 63795 63798 58638 0 -1 1077936192 179 0 0 0 3 0 0 0 20 0 41 0 11180779 19893743616 4091275 809668444160 4194304 16623229 140729617147200 0 0 0 0 0 2 1 0 0 -1 39 0 0 0 0 0 18838560 18947056 35872768 140729617150986 140729617151104 140729617151104 140729617158128 0
[pid=63798/tid=63827] ppid=63795 vsize=19427484 memory=-6000919499214174262 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/63798/task/63827/stat : 63827 (fscip) S 63795 63798 58638 0 -1 1077936192 132 0 0 0 2 0 0 0 20 0 41 0 11180779 19893743616 4091275 809668444160 4194304 16623229 140729617147200 0 0 0 0 0 2 1 0 0 -1 35 0 0 0 0 0 18838560 18947056 35872768 140729617150986 140729617151104 140729617151104 140729617158128 0
[pid=63798/tid=63828] ppid=63795 vsize=19427484 memory=60528 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/63798/task/63828/stat : 63828 (fscip) S 63795 63798 58638 0 -1 1077936192 173 0 0 0 3 0 0 0 20 0 41 0 11180779 19893743616 4091275 809668444160 4194304 16623229 140729617147200 0 0 0 0 0 2 1 0 0 -1 7 0 0 0 0 0 18838560 18947056 35872768 140729617150986 140729617151104 140729617151104 140729617158128 0
[pid=63798/tid=63829] ppid=63795 vsize=19427484 memory=7620 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/63798/task/63829/stat : 63829 (fscip) S 63795 63798 58638 0 -1 1077936192 180 0 0 0 3 0 0 0 20 0 41 0 11180779 19893743616 4091275 809668444160 4194304 16623229 140729617147200 0 0 0 0 0 2 1 0 0 -1 15 0 0 0 0 0 18838560 18947056 35872768 140729617150986 140729617151104 140729617151104 140729617158128 0
[pid=63798/tid=63830] ppid=63795 vsize=19427484 memory=18248 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/63798/task/63830/stat : 63830 (fscip) S 63795 63798 58638 0 -1 1077936192 124 0 0 0 0 2 0 0 20 0 41 0 11180779 19893743616 4091275 809668444160 4194304 16623229 140729617147200 0 0 0 0 0 2 1 0 0 -1 59 0 0 0 0 0 18838560 18947056 35872768 140729617150986 140729617151104 140729617151104 140729617158128 0
[pid=63798/tid=63831] ppid=63795 vsize=19427484 memory=20132 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/63798/task/63831/stat : 63831 (fscip) S 63795 63798 58638 0 -1 1077936192 123 0 0 0 3 0 0 0 20 0 41 0 11180779 19893743616 4091275 809668444160 4194304 16623229 140729617147200 0 0 0 0 0 2 1 0 0 -1 39 0 0 0 0 0 18838560 18947056 35872768 140729617150986 140729617151104 140729617151104 140729617158128 0
[pid=63798/tid=63832] ppid=63795 vsize=19427484 memory=16386548 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/63798/task/63832/stat : 63832 (fscip) S 63795 63798 58638 0 -1 1077936192 186 0 0 0 3 0 0 0 20 0 41 0 11180779 19893743616 4091275 809668444160 4194304 16623229 140729617147200 0 0 0 0 0 2 1 0 0 -1 35 0 0 0 0 0 18838560 18947056 35872768 140729617150986 140729617151104 140729617151104 140729617158128 0
[pid=63798/tid=63833] ppid=63795 vsize=19427484 memory=5432 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/63798/task/63833/stat : 63833 (fscip) S 63795 63798 58638 0 -1 1077936192 181 0 0 0 0 3 0 0 20 0 41 0 11180779 19893743616 4091275 809668444160 4194304 16623229 140729617147200 0 0 0 0 0 2 1 0 0 -1 63 0 0 0 0 0 18838560 18947056 35872768 140729617150986 140729617151104 140729617151104 140729617158128 0
[pid=63798/tid=63834] ppid=63795 vsize=19427484 memory=16108 CPUtime=0.03 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/63798/task/63834/stat : 63834 (fscip) S 63795 63798 58638 0 -1 1077936192 181 0 0 0 3 0 0 0 20 0 41 0 11180779 19893743616 4091275 809668444160 4194304 16623229 140729617147200 0 0 0 0 0 2 1 0 0 -1 7 0 0 0 0 0 18838560 18947056 35872768 140729617150986 140729617151104 140729617151104 140729617158128 0
[pid=63798/tid=63835] ppid=63795 vsize=19427484 memory=2268 CPUtime=0.03 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/63798/task/63835/stat : 63835 (fscip) S 63795 63798 58638 0 -1 1077936192 126 0 0 0 3 0 0 0 20 0 41 0 11180779 19893743616 4091275 809668444160 4194304 16623229 140729617147200 0 0 0 0 0 2 1 0 0 -1 3 0 0 0 0 0 18838560 18947056 35872768 140729617150986 140729617151104 140729617151104 140729617158128 0
[pid=63798/tid=63836] ppid=63795 vsize=19427484 memory=1996 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/63798/task/63836/stat : 63836 (fscip) S 63795 63798 58638 0 -1 1077936192 178 0 0 0 3 0 0 0 20 0 41 0 11180779 19893743616 4091275 809668444160 4194304 16623229 140729617147200 0 0 0 0 0 2 1 0 0 -1 63 0 0 0 0 0 18838560 18947056 35872768 140729617150986 140729617151104 140729617151104 140729617158128 0
[pid=63798/tid=63837] ppid=63795 vsize=19427484 memory=18248 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/63798/task/63837/stat : 63837 (fscip) S 63795 63798 58638 0 -1 1077936192 121 0 0 0 3 0 0 0 20 0 41 0 11180779 19893743616 4091275 809668444160 4194304 16623229 140729617147200 0 0 0 0 0 2 1 0 0 -1 7 0 0 0 0 0 18838560 18947056 35872768 140729617150986 140729617151104 140729617151104 140729617158128 0
[pid=63798/tid=63838] ppid=63795 vsize=19427484 memory=20132 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/63798/task/63838/stat : 63838 (fscip) S 63795 63798 58638 0 -1 1077936192 183 0 0 0 2 0 0 0 20 0 41 0 11180779 19893743616 4091275 809668444160 4194304 16623229 140729617147200 0 0 0 0 0 2 1 0 0 -1 23 0 0 0 0 0 18838560 18947056 35872768 140729617150986 140729617151104 140729617151104 140729617158128 0
[pid=63798/tid=63839] ppid=63795 vsize=19427484 memory=5596 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/63798/task/63839/stat : 63839 (fscip) S 63795 63798 58638 0 -1 1077936192 124 0 0 0 0 2 0 0 20 0 41 0 11180779 19893743616 4091275 809668444160 4194304 16623229 140729617147200 0 0 0 0 0 2 1 0 0 -1 3 0 0 0 0 0 18838560 18947056 35872768 140729617150986 140729617151104 140729617151104 140729617158128 0
Current children cumulated CPU time: 72001.2 s
Current children cumulated vsize: 19427484 KiB
Current children cumulated memory: 16365100 KiB

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

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

# cumulated CPU time of all completed processes:  user=71922.1 s, system=79.7524 s

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

[startup+3637.22 s]
/proc/loadavg: 80.54 81.00 80.67 63/984 65956
/proc/meminfo: memFree=757961744/790760800 swapFree=131071996/131071996
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

[startup+3637.4 s]
/proc/loadavg: 80.54 81.00 80.67 63/984 65956
/proc/meminfo: memFree=757961744/790760800 swapFree=131071996/131071996
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

Child ended because it received signal 15 (SIGTERM)

Real time (s): 3637.47
CPU time (s): 72001.9
CPU user time (s): 71922.1
CPU system time (s): 79.7524
CPU usage (%): 1979.45
Max. virtual memory (cumulated for all children) (KiB): 19558556
Max. memory (cumulated for all children) (KiB): 16388176

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 71922.2
system time used= 79.7524
maximum resident set size= 16388596
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 43782705
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= 862579
involuntary context switches= 241115


# summary of solver processes directly reported to runsolver:
#   pid: 63798
#   total CPU time (s): 72001.9
#   total CPU user time (s): 71922.1
#   total CPU system time (s): 79.7524

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 26.802 second user time and 85.563 second system time

The end

Launcher Data

Begin job on nodeD101 at 2024-07-31 19:12:17
IDJOB=4465176
IDBENCH=147019
IDSOLVER=3094
FILE ID=nodeD101/4465176-1722445937
RUNJOBID= nodeD101-1722441596-58651
SLURM_JOB_ID= 8254231
Free space on /tmp= 8622824 MiB

SOLVER NAME= FiberSCIP 20 cores, 2024-07-30
BENCH NAME= PB24/normalized-PB06/OPT-LIN/submitted-PB05/manquinho/ttp/normalized-circ10_3.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-4465176-1722445937/watcher-4465176-1722445937 -o /tmp/evaluation-result-4465176-1722445937/solver-4465176-1722445937 -C 72000 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeD101-1722441596-58651 --watchdog 3760  ./fscip settings/racing.prm HOME/instance-4465176-1722445937.opb -qsol -t 72000 -sth 20

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

MD5SUM BENCH= aa9fde9a58805e0fa430d773484bcae7
RANDOM SEED=2077273995

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       790760800 kB
MemFree:        741865112 kB
MemAvailable:   739799464 kB
Buffers:          134404 kB
Cached:           625732 kB
SwapCached:            0 kB
Active:           296132 kB
Inactive:       46188584 kB
Active(anon):       2128 kB
Inactive(anon): 45744984 kB
Active(file):     294004 kB
Inactive(file):   443600 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:             31264 kB
Writeback:            12 kB
AnonPages:      45694912 kB
Mapped:           128160 kB
Shmem:             22536 kB
KReclaimable:     118412 kB
Slab:             441116 kB
SReclaimable:     118412 kB
SUnreclaim:       322704 kB
KernelStack:       16848 kB
PageTables:       105240 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    526452396 kB
Committed_AS:    4333112 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:           199296 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2906112 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:      466944 kB
DirectMap2M:    26245120 kB
DirectMap1G:    779091968 kB

Free space on /tmp at the end= 8622804 MiB
End job on nodeD101 at 2024-07-31 20:12:55