Trace number 4465222

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.3 3634.05

General information on the benchmark

NamePB24/normalized-PB06/OPT-LIN/submitted-PB06/manquiho/
bounded_golomb_rulers/normalized-bogr_14.opb
MD5SUM0e700fc92a231fc1e477aebd59f20b52
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 benchmark138
Best CPU time to get the best result obtained on this benchmark3584.86
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables3296
Total number of constraints6384
Number of constraints which are clauses1
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints6383
Minimum length of a constraint1
Maximum length of a constraint33
Number of terms in the objective function 8
Biggest coefficient in the objective function 91
Number of bits for the biggest coefficient in the objective function 7
Sum of the numbers in the objective function 218
Number of bits of the sum of numbers in the objective function 8
Biggest number in a constraint 286
Number of bits of the biggest number in a constraint 9
Biggest sum of numbers in a constraint 1475
Number of bits of the biggest sum of numbers11
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.00	c The following solver is parallelized by UG version 1.0.0 [GitHash: e6e2b6ff-dirty]
0.00/0.00	c SCIP version 10.0.0 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: Soplex 7.1.1] [GitHash: 020d91813d]
0.00/0.00	c Copyright (c) 2002-2024 Zuse Institute Berlin (ZIB)
0.00/0.00	c External libraries: 
0.00/0.00	c   Soplex 7.1.1         Linear Programming Solver developed at Zuse Institute Berlin (soplex.zib.de) [GitHash: b4905e82]
0.00/0.00	c   CppAD 20180000.0     Algorithmic Differentiation of C++ algorithms developed by B. Bell (github.com/coin-or/CppAD)
0.00/0.00	c   AMPL/MP 690e9e7      AMPL .nl file reader library (github.com/ampl/mp)
0.00/0.00	c   PaPILO 2.4.0         parallel presolve for integer and linear optimization (github.com/scipopt/papilo)
0.00/0.00	c   Nauty 2.8.8          Computing Graph Automorphism Groups by Brendan D. McKay (users.cecs.anu.edu.au/~bdm/nauty)
0.00/0.00	c   sassy 1.1            Symmetry preprocessor by Markus Anders (github.com/markusa4/sassy)
0.00/0.07	c Default LC presolving (default).
0.00/0.07	c ** Before presolving: virtualMemUsedAtLc = 83324928, getVmSize() = 83324928, SCIPgetMemUsed() = 28726179, SCIPgetMemTotal() = 61052027, SCIPgetMemExternEstim() = 15170608
0.00/0.07	c ** set memory limit for presolving in LC to 8.79583e+12 for SCIP **
0.42/0.46	c ** Estimated virtualMemUsedAtSolver = 102903510, getVmSize() = 162902016, SCIPgetMemUsed() = 83206250, SCIPgetMemTotal() = 139184658, SCIPgetMemExternEstim() = 15170608
0.42/0.46	c ** set memory limit for solvers to 4.18829e+11 for each SCIP **
0.42/0.46	c Original Problem   :
0.42/0.46	c   Problem name     : instance-4465222-1722460720
0.42/0.46	c   Variables        : 3296 (3296 binary, 0 integer, 0 implicit integer, 0 continuous)
0.42/0.46	c   Constraints      : 6384
0.42/0.46	c   Objective sense  : minimize
0.42/0.46	c Presolved Problem  :
0.42/0.46	c   Variables        : 3295 (3295 binary, 0 integer, 0 implicit integer, 0 continuous)
0.42/0.46	c   Constraints      : 4902
0.42/0.46	c Constraints        : Number
0.42/0.46	c   knapsack         : 679 
0.42/0.46	c   setppc           : 1371 
0.42/0.46	c   linear           : 2852 
0.42/0.46	c ** Instance transfer method used: 0
0.42/0.48	c ** ParaScipInstance copy does not increase the number of variables. **
0.70/0.76	c LC is working with racing ramp-up and with rebuilding tree after racing.
0.70/0.76	c                                Nodes    Active                                            
0.70/0.76	c      Time          Nodes        Left   Solvers     Best Integer        Best Node        Gap     Best Node(S)     Gap(S)
80.75/5.03	c         5            935         289        20                -          91.0000          -
182.56/10.05	c        10              2           1        20                -          91.0000          -
281.46/15.13	c        15           3155         136        20                -          91.0000          -
382.48/20.18	c        20             61          58        20                -          91.0000          -
483.03/25.25	c        25            189         144        20                -          91.0000          -
582.15/30.30	c        30            115          98        20                -          91.0000          -
683.27/35.33	c        35            122         101        20                -          91.0000          -
782.43/40.38	c        40          15362          40        20                -          91.0000          -
883.59/45.46	c        45            128         105        20                -          91.0000          -
984.78/50.51	c        51            168         133        20                -          91.0000          -
1083.96/55.56	c        56            183         148        20                -          91.0000          -
1183.17/60.59	c        61            183         148        20                -          91.0000          -
1284.37/65.66	c        66            184         149        20                -          91.0000          -
1385.56/70.72	c        71            213         168        20                -          91.0000          -
1484.56/75.76	c        76           1546         595        20                -          91.0000          -
1585.73/80.81	c        81            251         183        20                -          91.0000          -
1686.92/85.90	c        86            262         192        20                -          91.0000          -
1786.10/90.95	c        91            262         192        20                -          91.0000          -
1885.31/96.00	c        96            286         210        20                -          91.0000          -
1987.16/101.05	c       101            288         212        20                -          91.0000          -
2086.15/106.10	c       106           2622         835        20                -          91.0000          -
2187.31/111.15	c       111           2622         835        20                -          91.0000          -
2287.79/116.20	c       116           2630         835        20                -          91.0000          -
2386.99/121.25	c       121            832         411        20                -          91.0000          -
2488.14/126.31	c       126          77479          57        20                -          91.0000          -
2587.33/131.34	c       131            454         349        20                -          91.0000          -
2688.45/136.40	c       136           2811         883        20                -          91.0000          -
2787.65/141.45	c       141           2823         889        20                -          91.0000          -
2888.84/146.50	c       147           1655         855        20                -          91.0000          -
2988.04/151.55	c       152           1714         877        20                -          91.0000          -
3089.24/156.60	c       157           2844         896        20                -          91.0000          -
3188.37/161.61	c       162            735         513        20                -          91.0000          -
3289.44/166.71	c       167           2870         909        20                -          91.0000          -
3388.64/171.75	c       172           2178        1072        20                -          91.0000          -
3489.74/176.81	c       177         100864          35        20                -          91.0000          -
3588.85/181.85	c       182            900         605        20                -          91.0000          -
3689.71/186.90	c       187            905         608        20                -          91.0000          -
3788.79/191.95	c       192           2656        1334        20                -          91.0000          -
3887.92/197.01	c       197           3007           0        20                -          91.0000          -
3989.49/202.09	c       202           1045         682        20                -          91.0000          -
4088.81/207.13	c       207           3070        1548        20                -          91.0000          -
4189.98/212.17	c       212         116105          35        20                -          91.0000          -
4288.93/217.19	c       217           1236         791        20                -          91.0000          -
4389.51/222.27	c       222           3424         271        20                -          91.0000          -
4490.53/227.32	c       227           3447         294        20                -          91.0000          -
4589.65/232.36	c       232         115968          43        20                -          91.0000          -
4690.84/237.41	c       237           3594         390        20                -          91.0000          -
4790.00/242.44	c       242           1763         960        20                -          91.0000          -
4891.12/247.52	c       248           1826         976        20                -          91.0000          -
4990.17/252.57	c       253           3852        2013        20                -          91.0000          -
5089.38/257.59	c       258           3852        2013        20                -          91.0000          -
5190.46/262.67	c       263           1937           0        20                -          91.0000          -
5289.63/267.69	c       268           3884        2043        20                -          91.0000          -
5390.79/272.77	c       273           4392         939        20                -          91.0000          -
5491.90/277.82	c       278           2011          66        20                -          91.0000          -
5591.04/282.87	c       283           4010          16        20                -          91.0000          -
5690.21/287.89	c       288           2032          80        20                -          91.0000          -
5791.39/292.97	c       293           2045          93        20                -          91.0000          -
5890.54/298.02	c       298           2071         119        20                -          91.0000          -
5992.33/303.09	c       303           4217         177        20                -          91.0000          -
6093.56/308.14	c       308         170011          44        20                -          91.0000          -
6192.49/313.18	c       313           4301         220        20                -          91.0000          -
6293.00/318.23	c       318           4309         226        20                -          91.0000          -
6391.72/323.27	c       323           3025         449        20                -          91.0000          -
6492.88/328.35	c       328           3053         466        20                -          91.0000          -
6591.94/333.40	c       333           4477         356        20                -          91.0000          -
6693.10/338.42	c       338         160575          36        20                -          91.0000          -
6792.08/343.49	c       344           3672         581        20                -          91.0000          -
6893.15/348.51	c       349           3907         608        20                -          91.0000          -
6992.03/353.59	c       354           4140         683        20                -          91.0000          -
7093.16/358.65	c       359          10825        2771        20                -          91.0000          -
7192.30/363.67	c       364           4385         769        20                -          91.0000          -
7293.35/368.75	c       369           5633         925        20                -          91.0000          -
7392.26/373.79	c       374           5006         827        20                -          91.0000          -
7493.27/378.84	c       379           5832        1033        20                -          91.0000          -
7592.16/383.89	c       384           5387         810        20                -          91.0000          -
7693.30/388.94	c       389          11561        2911        20                -          91.0000          -
7792.38/393.99	c       394           5969        1061        20                -          91.0000          -
7859.77/397.30	c *     397           5781         781        20         191.0000          91.0000    109.89%
7891.37/399.01	c       399           5781         781        20         191.0000          91.0000    109.89%
7923.07/400.51	c *     401         225698          37        20         179.0000          91.0000     96.70%
7993.26/404.08	c       404           6059        1124        20         179.0000          91.0000     96.70%
8095.56/409.24	c       409           6061        1126        20         179.0000          91.0000     96.70%
8196.76/414.33	c       414         225749          55        20         179.0000          91.0000     96.70%
8295.75/419.34	c       419         225749          55        20         179.0000          91.0000     96.70%
8400.90/424.68	c       425         225749          55        20         179.0000          91.0000     96.70%
8451.10/427.14	c *     427         225749          55        20         176.0000          91.0000     93.41%
8503.77/429.86	c       430           5940         775        20         176.0000          91.0000     93.41%
8604.81/434.91	c       435           5940         775        20         176.0000          91.0000     93.41%
8703.99/439.96	c       440           5940         775        20         176.0000          91.0000     93.41%
8803.18/444.97	c       445           6374        1238        20         176.0000          91.0000     93.41%
8905.12/450.11	c       450           6374        1238        20         176.0000          91.0000     93.41%
9007.46/455.24	c       455           6374        1238        20         176.0000          91.0000     93.41%
9108.64/460.34	c       460           6214         834        20         176.0000          91.0000     93.41%
9209.68/465.40	c       465           6214         834        20         176.0000          91.0000     93.41%
9308.85/470.48	c       470           6514        1297        20         176.0000          91.0000     93.41%
9409.97/475.53	c       476         192063          32        20         176.0000          91.0000     93.41%
9509.16/480.58	c       481          14357        2707        20         176.0000          91.0000     93.41%
9610.28/485.63	c       486           6626        1333        20         176.0000          91.0000     93.41%
9709.43/490.68	c       491           6726        1368        20         176.0000          91.0000     93.41%
9810.55/495.74	c       496           6816        1417        20         176.0000          91.0000     93.41%
9909.71/500.78	c       501           6899        1464        20         176.0000          91.0000     93.41%
10010.89/505.82	c       506         200545          33        20         176.0000          91.0000     93.41%
10109.93/510.88	c       511           7075        1509        20         176.0000          91.0000     93.41%
10211.05/515.93	c       516           7784        1120        20         176.0000          91.0000     93.41%
10275.37/519.16	c *     519          15647        2954        20         175.0000          91.0000     92.31%
10310.15/520.99	c       521           8018        1157        20         175.0000          91.0000     92.31%
10411.80/526.09	c       526         265716          50        20         175.0000          91.0000     92.31%
10517.82/531.44	c       531           8126        1155        20         175.0000          91.0000     92.31%
10620.84/536.62	c       537           8126        1155        20         175.0000          91.0000     92.31%
10719.96/541.67	c       542           7779        1642        20         175.0000          91.0000     92.31%
10823.12/546.88	c       547           7779        1642        20         175.0000          91.0000     92.31%
10924.31/551.93	c       552           7779        1642        20         175.0000          91.0000     92.31%
11023.50/556.98	c       557           7779        1642        20         175.0000          91.0000     92.31%
11122.29/562.00	c       562          17281        3044        20         175.0000          91.0000     92.31%
11221.29/567.02	c       567          10481        1162        20         175.0000          91.0000     92.31%
11323.08/572.12	c       572          10668        1194        20         175.0000          91.0000     92.31%
11425.51/577.23	c       577           7837        1663        20         175.0000          91.0000     92.31%
11524.57/582.29	c       582         287527          45        20         175.0000          91.0000     92.31%
11625.63/587.34	c       587           7845        1671        20         175.0000          91.0000     92.31%
11724.62/592.39	c       592          12073        1306        20         175.0000          91.0000     92.31%
11825.74/597.43	c       597          12662        1350        20         175.0000          91.0000     92.31%
11924.90/602.49	c       602         302293          45        20         175.0000          91.0000     92.31%
12025.93/607.50	c       608          18681        3289        20         175.0000          91.0000     92.31%
12124.98/612.56	c       613          18844        3309        20         175.0000          91.0000     92.31%
12226.05/617.63	c       618           9479        2464        20         175.0000          91.0000     92.31%
12327.16/622.71	c       623          14578        1428        20         175.0000          91.0000     92.31%
12428.27/627.80	c       628         251687          33        20         175.0000          91.0000     92.31%
12527.44/632.85	c       633         254134          36        20         175.0000          91.0000     92.31%
12628.52/637.90	c       638         324639          48        20         175.0000          91.0000     92.31%
12727.69/642.95	c       643         324639          48        20         175.0000          91.0000     92.31%
12826.83/648.02	c       648         262502          37        20         175.0000          91.0000     92.31%
12928.62/653.07	c       653          16944        1556        20         175.0000          91.0000     92.31%
13027.85/658.12	c       658          12592        2898        20         175.0000          91.0000     92.31%
13129.14/663.15	c       663          17237        1605        20         175.0000          91.0000     92.31%
13229.44/668.23	c       668          13034        3105        20         175.0000          91.0000     92.31%
13330.53/673.31	c       673          17796        1678        20         175.0000          91.0000     92.31%
13431.71/678.40	c       678          13696        3423        20         175.0000          91.0000     92.31%
13530.74/683.42	c       683          13830        3492        20         175.0000          91.0000     92.31%
13629.88/688.48	c       688         287067          39        20         175.0000          91.0000     92.31%
13728.94/693.49	c       693          14282        3666        20         175.0000          91.0000     92.31%
13832.12/698.65	c       699          18865        1840        20         175.0000          91.0000     92.31%
13933.17/703.70	c       704          14836        3824        20         175.0000          91.0000     92.31%
14032.38/708.75	c       709          19353        1890        20         175.0000          91.0000     92.31%
14133.56/713.80	c       714          19724        1955        20         175.0000          91.0000     92.31%
14232.74/718.85	c       719          19976        2015        20         175.0000          91.0000     92.31%
14333.89/723.91	c       724          20121        2028        20         175.0000          91.0000     92.31%
14433.07/728.96	c       729          20467        2099        20         175.0000          91.0000     92.31%
14534.97/734.10	c       734          21033        2173        20         175.0000          91.0000     92.31%
14635.98/739.15	c       739          17377        4323        20         175.0000          91.0000     92.31%
14736.37/744.20	c       744          17494        4377        20         175.0000          91.0000     92.31%
14835.45/749.26	c       749         317096          37        20         175.0000          91.0000     92.31%
14936.58/754.30	c       754         319355          33        20         175.0000          91.0000     92.31%
15035.86/759.35	c       759          23529        2400        20         175.0000          91.0000     92.31%
15136.81/764.41	c       764          24305        4750        20         175.0000          91.0000     92.31%
15235.97/769.45	c       769          24553        4807        20         175.0000          91.0000     92.31%
15337.09/774.50	c       775          24360        2563        20         175.0000          91.0000     92.31%
15436.19/779.55	c       780          24360        2563        20         175.0000          91.0000     92.31%
15537.33/784.60	c       785          20721        4811        20         175.0000          91.0000     92.31%
15636.39/789.65	c       790          25391        5041        20         175.0000          91.0000     92.31%
15735.50/794.67	c       795          21406        4892        20         175.0000          91.0000     92.31%
15836.54/799.76	c       800          21406        4892        20         175.0000          91.0000     92.31%
15935.70/804.79	c       805          25760        5112        20         175.0000          91.0000     92.31%
16036.81/809.85	c       810         349796          38        20         175.0000          91.0000     92.31%
16137.95/814.91	c       815         352746          40        20         175.0000          91.0000     92.31%
16237.04/819.95	c       820          22291        4916        20         175.0000          91.0000     92.31%
16336.07/824.98	c       825          22800        4943        20         175.0000          91.0000     92.31%
16437.87/830.03	c       830          23368        4968        20         175.0000          91.0000     92.31%
16537.13/835.04	c       835          24070        5045        20         175.0000          91.0000     92.31%
16638.19/840.16	c       840         365756          36        20         175.0000          91.0000     92.31%
16738.68/845.21	c       845         368429          36        20         175.0000          91.0000     92.31%
16837.89/850.26	c       850         371090          34        20         175.0000          91.0000     92.31%
16938.94/855.31	c       855          25814        5306        20         175.0000          91.0000     92.31%
17037.94/860.36	c       860          27722        5426        20         175.0000          91.0000     92.31%
17139.00/865.41	c       865          31403        2922        20         175.0000          91.0000     92.31%
17238.15/870.46	c       870         381878          39        20         175.0000          91.0000     92.31%
17339.29/875.51	c       876          32122        2929        20         175.0000          91.0000     92.31%
17438.45/880.56	c       881          32372        3019        20         175.0000          91.0000     92.31%
17539.60/885.61	c       886         389328          33        20         175.0000          91.0000     92.31%
17638.76/890.66	c       891         389328          33        20         175.0000          91.0000     92.31%
17739.91/895.71	c       896          29036        5616        20         175.0000          91.0000     92.31%
17838.97/900.76	c       901         391512          35        20         175.0000          91.0000     92.31%
17938.12/905.78	c       906         393704          35        20         175.0000          91.0000     92.31%
18039.25/910.85	c       911         396356          40        20         175.0000          91.0000     92.31%
18138.36/915.87	c       916          34758        3588        20         175.0000          91.0000     92.31%
18237.54/920.89	c       921          35384        3592        20         175.0000          91.0000     92.31%
18338.70/926.00	c       926          35808        3609        20         175.0000          91.0000     92.31%
18437.77/931.03	c       931         408417          34        20         175.0000          91.0000     92.31%
18539.61/936.06	c       936          36385        3660        20         175.0000          91.0000     92.31%
18640.70/941.16	c       941         414067          36        20         175.0000          91.0000     92.31%
18740.81/946.21	c       946          34077        6539        20         175.0000          91.0000     92.31%
18839.78/951.26	c       951         418787          36        20         175.0000          91.0000     92.31%
18940.84/956.32	c       956          31352        5905        20         175.0000          91.0000     92.31%
19040.03/961.36	c       961          38805        3716        20         175.0000          91.0000     92.31%
19141.13/966.40	c       966          39126        3687        20         175.0000          91.0000     92.31%
19240.23/971.46	c       971         427260          36        20         175.0000          91.0000     92.31%
19341.34/976.51	c       977          32120        6241        20         175.0000          91.0000     92.31%
19440.51/981.57	c       982          37309        7121        20         175.0000          91.0000     92.31%
19539.64/986.58	c       987          40298        3768        20         175.0000          91.0000     92.31%
19640.84/991.61	c       992          40377        3778        20         175.0000          91.0000     92.31%
19739.92/996.63	c       997          40377        3778        20         175.0000          91.0000     92.31%
19838.81/1001.64	c      1002          39320        7390        20         175.0000          91.0000     92.31%
19939.83/1006.76	c      1007          39841        7620        20         175.0000          91.0000     92.31%
20038.91/1011.79	c      1012         447433          32        20         175.0000          91.0000     92.31%
20139.94/1016.82	c      1017          40760        7986        20         175.0000          91.0000     92.31%
20238.98/1021.83	c      1022          40760        7986        20         175.0000          91.0000     92.31%
20340.12/1026.91	c      1027          42698        4124        20         175.0000          91.0000     92.31%
20439.31/1031.91	c      1032          40959        8047        20         175.0000          91.0000     92.31%
20538.44/1036.93	c      1037          40959        8047        20         175.0000          91.0000     92.31%
20637.46/1042.00	c      1042          43903        4347        20         175.0000          91.0000     92.31%
20739.37/1047.09	c      1047          41462        8200        20         175.0000          91.0000     92.31%
20838.19/1052.10	c      1052          35233        7224        20         175.0000          91.0000     92.31%
20939.26/1057.15	c      1057          35466        7304        20         175.0000          91.0000     92.31%
21038.47/1062.16	c      1062          35694        7372        20         175.0000          91.0000     92.31%
21138.88/1067.28	c      1067          35893        7428        20         175.0000          91.0000     92.31%
21240.01/1072.35	c      1072          43487        8473        20         175.0000          91.0000     92.31%
21341.15/1077.43	c      1077          46658        4644        20         175.0000          91.0000     92.31%
21440.20/1082.49	c      1082          44031        8543        20         175.0000          91.0000     92.31%
21541.29/1087.57	c      1088          44046        8543        20         175.0000          91.0000     92.31%
21642.36/1092.65	c      1093          44513        8662        20         175.0000          91.0000     92.31%
21743.48/1097.72	c      1098          37136        7748        20         175.0000          91.0000     92.31%
21842.57/1102.78	c      1103          37282        7785        20         175.0000          91.0000     92.31%
21943.68/1107.84	c      1108         481323          29        20         175.0000          91.0000     92.31%
22042.78/1112.85	c      1113         482833          30        20         175.0000          91.0000     92.31%
22141.92/1117.86	c      1118          47029        8842        20         175.0000          91.0000     92.31%
22243.11/1122.94	c      1123          47306        8861        20         175.0000          91.0000     92.31%
22341.97/1128.00	c      1128          51460        5220        20         175.0000          91.0000     92.31%
22443.68/1133.06	c      1133          48483        8936        20         175.0000          91.0000     92.31%
22542.90/1138.07	c      1138          38838        8153        20         175.0000          91.0000     92.31%
22643.63/1143.16	c      1143          52595        5598        20         175.0000          91.0000     92.31%
22744.21/1148.24	c      1148         493512           0        20         175.0000          91.0000     92.31%
22845.25/1153.32	c      1153          50246        9201        20         175.0000          91.0000     92.31%
22946.43/1158.40	c      1158          50528        9339        20         175.0000          91.0000     92.31%
23045.37/1163.46	c      1163          53756        5763        20         175.0000          91.0000     92.31%
23148.50/1168.66	c      1169          40093        8484        20         175.0000          91.0000     92.31%
23251.63/1173.84	c      1174          40350        8550        20         175.0000          91.0000     92.31%
23350.79/1178.86	c      1179          54715        5885        20         175.0000          91.0000     92.31%
23451.74/1184.01	c      1184          40894        8641        20         175.0000          91.0000     92.31%
23553.36/1189.06	c      1189          55541        5969        20         175.0000          91.0000     92.31%
23652.16/1194.07	c      1194          53630        9631        20         175.0000          91.0000     92.31%
23753.06/1199.16	c      1199          54001        9780        20         175.0000          91.0000     92.31%
23810.65/1202.11	c *    1202          56247        6168        20         172.0000          91.0000     89.01%
23853.83/1204.21	c      1204          54002        9779        20         172.0000          91.0000     89.01%
23953.01/1209.23	c      1209          56322        6172        20         172.0000          91.0000     89.01%
24053.85/1214.37	c      1214          54019        9784        20         172.0000          91.0000     89.01%
24155.02/1219.45	c      1219          54019        9784        20         172.0000          91.0000     89.01%
24256.09/1224.53	c      1225         542965          34        20         172.0000          91.0000     89.01%
24357.11/1229.65	c      1230         542965          34        20         172.0000          91.0000     89.01%
24458.21/1234.70	c      1235         542965          34        20         172.0000          91.0000     89.01%
24557.41/1239.77	c      1240          56522        6229        20         172.0000          91.0000     89.01%
24656.57/1244.79	c      1245          56522        6229        20         172.0000          91.0000     89.01%
24757.69/1249.89	c      1250          56522        6229        20         172.0000          91.0000     89.01%
24858.86/1254.94	c      1255          56522        6229        20         172.0000          91.0000     89.01%
24958.05/1260.01	c      1260          56522        6229        20         172.0000          91.0000     89.01%
25059.63/1265.08	c      1265          56522        6229        20         172.0000          91.0000     89.01%
25158.78/1270.12	c      1270          56522        6229        20         172.0000          91.0000     89.01%
25259.98/1275.19	c      1275          56522        6229        20         172.0000          91.0000     89.01%
25360.48/1280.25	c      1280          54219        9852        20         172.0000          91.0000     89.01%
25461.68/1285.30	c      1285          54219        9852        20         172.0000          91.0000     89.01%
25560.41/1290.35	c      1290          56523        6228        20         172.0000          91.0000     89.01%
25661.56/1295.43	c      1295          56523        6228        20         172.0000          91.0000     89.01%
25760.74/1300.50	c      1300          56523        6228        20         172.0000          91.0000     89.01%
25861.71/1305.55	c      1306         574502          35        20         172.0000          91.0000     89.01%
25962.75/1310.65	c      1311          57020        6326        20         172.0000          91.0000     89.01%
26063.56/1315.70	c      1316          57067        6345        20         172.0000          91.0000     89.01%
26164.40/1320.84	c      1321          57256        6386        20         172.0000          91.0000     89.01%
26263.49/1325.89	c      1326          56146       10265        20         172.0000          91.0000     89.01%
26364.62/1330.94	c      1331          47407       10143        20         172.0000          91.0000     89.01%
26463.78/1335.99	c      1336          58279        6587        20         172.0000          91.0000     89.01%
26562.94/1341.02	c      1341          57295       10392        20         172.0000          91.0000     89.01%
26664.62/1346.07	c      1346         594513          31        20         172.0000          91.0000     89.01%
26763.94/1351.07	c      1351         596735          38        20         172.0000          91.0000     89.01%
26866.33/1356.20	c      1356          57902       10644        20         172.0000          91.0000     89.01%
26965.39/1361.27	c      1361         600007          36        20         172.0000          91.0000     89.01%
27066.15/1366.34	c      1366         602139          42        20         172.0000          91.0000     89.01%
27165.29/1371.39	c      1371          60577        6965        20         172.0000          91.0000     89.01%
27266.35/1376.44	c      1376          49552       10457        20         172.0000          91.0000     89.01%
27365.33/1381.49	c      1382         607720          42        20         172.0000          91.0000     89.01%
27468.07/1386.62	c      1387         609165          37        20         172.0000          91.0000     89.01%
27567.19/1391.65	c      1392          60934       11532        20         172.0000          91.0000     89.01%
27668.29/1396.72	c      1397          50438       10653        20         172.0000          91.0000     89.01%
27767.22/1401.73	c      1402         594318          41        20         172.0000          91.0000     89.01%
27868.38/1406.81	c      1407          61885       11663        20         172.0000          91.0000     89.01%
27967.55/1411.87	c      1412         600159          41        20         172.0000          91.0000     89.01%
28068.71/1416.92	c      1417          64341        7594        20         172.0000          91.0000     89.01%
28167.71/1421.92	c      1422         604870          40        20         172.0000          91.0000     89.01%
28266.83/1426.94	c      1427         623751          41        20         172.0000          91.0000     89.01%
28365.94/1431.94	c      1432          65319        7705        20         172.0000          91.0000     89.01%
28467.68/1437.04	c      1437          64506       11986        20         172.0000          91.0000     89.01%
28566.97/1442.05	c      1442          65915        7729        20         172.0000          91.0000     89.01%
28669.35/1447.20	c      1447          65690       12119        20         172.0000          91.0000     89.01%
28768.49/1452.25	c      1452          65925       12124        20         172.0000          91.0000     89.01%
28867.60/1457.27	c      1457          65925       12124        20         172.0000          91.0000     89.01%
28968.74/1462.36	c      1462          66254       12157        20         172.0000          91.0000     89.01%
29069.86/1467.40	c      1467         639896          42        20         172.0000          91.0000     89.01%
29169.03/1472.47	c      1472          67065       12231        20         172.0000          91.0000     89.01%
29270.17/1477.52	c      1478          67611       12253        20         172.0000          91.0000     89.01%
29369.17/1482.57	c      1483          68111       12302        20         172.0000          91.0000     89.01%
29470.32/1487.62	c      1488          54511       11785        20         172.0000          91.0000     89.01%
29569.51/1492.64	c      1493          69690        8191        20         172.0000          91.0000     89.01%
29670.62/1497.72	c      1498          54944       11910        20         172.0000          91.0000     89.01%
29769.60/1502.76	c      1503         651712          34        20         172.0000          91.0000     89.01%
29870.68/1507.83	c      1508          71381        8301        20         172.0000          91.0000     89.01%
29969.69/1512.86	c      1513          70851       12601        20         172.0000          91.0000     89.01%
30070.66/1518.03	c      1518         648152          33        20         172.0000          91.0000     89.01%
30172.38/1523.05	c      1523          55949       12273        20         172.0000          91.0000     89.01%
30273.48/1528.15	c      1528          56208       12347        20         172.0000          91.0000     89.01%
30373.78/1533.25	c      1533         653759          34        20         172.0000          91.0000     89.01%
30474.79/1538.32	c      1538         655682          35        20         172.0000          91.0000     89.01%
30573.88/1543.36	c      1543          74864        8597        20         172.0000          91.0000     89.01%
30674.97/1548.44	c      1548          74984        8612        20         172.0000          91.0000     89.01%
30774.06/1553.49	c      1554         661195          29        20         172.0000          91.0000     89.01%
30875.15/1558.51	c      1559          74908       13322        20         172.0000          91.0000     89.01%
30974.10/1563.53	c      1564         664786          30        20         172.0000          91.0000     89.01%
31072.95/1568.56	c      1569          57700       12852        20         172.0000          91.0000     89.01%
31173.86/1573.60	c      1574         667982          31        20         172.0000          91.0000     89.01%
31274.84/1578.73	c      1579         669648          35        20         172.0000          91.0000     89.01%
31373.94/1583.78	c      1584         671772          31        20         172.0000          91.0000     89.01%
31475.04/1588.81	c      1589          77828        8799        20         172.0000          91.0000     89.01%
31574.23/1593.89	c      1594          77828        8799        20         172.0000          91.0000     89.01%
31675.32/1598.92	c      1599          77828        8799        20         172.0000          91.0000     89.01%
31774.49/1603.95	c      1604          77828        8799        20         172.0000          91.0000     89.01%
31873.65/1608.98	c      1609          78696       14196        20         172.0000          91.0000     89.01%
31975.39/1614.11	c      1614          78304        8845        20         172.0000          91.0000     89.01%
32076.66/1619.15	c      1619          78966        8936        20         172.0000          91.0000     89.01%
32176.98/1624.21	c      1624          79284        8917        20         172.0000          91.0000     89.01%
32276.04/1629.27	c      1629         690451          38        20         172.0000          91.0000     89.01%
32377.21/1634.31	c      1634         692543          34        20         172.0000          91.0000     89.01%
32476.01/1639.36	c      1639         695492          35        20         172.0000          91.0000     89.01%
32574.97/1644.39	c      1644         697295          35        20         172.0000          91.0000     89.01%
32676.12/1649.46	c      1649          82175       14723        20         172.0000          91.0000     89.01%
32777.28/1654.51	c      1655         700942          35        20         172.0000          91.0000     89.01%
32876.38/1659.53	c      1660          61173       14029        20         172.0000          91.0000     89.01%
32975.46/1664.58	c      1665          61360       14105        20         172.0000          91.0000     89.01%
33076.50/1669.63	c      1670         707656          35        20         172.0000          91.0000     89.01%
33175.38/1674.68	c      1675         709852          34        20         172.0000          91.0000     89.01%
33278.41/1679.80	c      1680          84291        9211        20         172.0000          91.0000     89.01%
33377.56/1684.86	c      1685          84632        9250        20         172.0000          91.0000     89.01%
33478.72/1689.91	c      1690          85166        9291        20         172.0000          91.0000     89.01%
33577.89/1694.96	c      1695          85273        9308        20         172.0000          91.0000     89.01%
33677.08/1700.02	c      1700          87563       15578        20         172.0000          91.0000     89.01%
33778.70/1705.07	c      1705         722335          33        20         172.0000          91.0000     89.01%
33877.70/1710.09	c      1710          63346       14516        20         172.0000          91.0000     89.01%
33978.91/1715.13	c      1715         726230          31        20         172.0000          91.0000     89.01%
34078.02/1720.19	c      1720          87590        9348        20         172.0000          91.0000     89.01%
34178.48/1725.20	c      1725         728848          36        20         172.0000          91.0000     89.01%
34277.67/1730.28	c      1730         728848          36        20         172.0000          91.0000     89.01%
34378.81/1735.35	c      1735          91067       15772        20         172.0000          91.0000     89.01%
34479.94/1740.43	c      1740          89079        9479        20         172.0000          91.0000     89.01%
34579.05/1745.45	c      1745         738676          42        20         172.0000          91.0000     89.01%
34680.08/1750.51	c      1751         740900          29        20         172.0000          91.0000     89.01%
34778.93/1755.59	c      1756         742514          38        20         172.0000          91.0000     89.01%
34880.05/1760.62	c      1761          90775        9794        20         172.0000          91.0000     89.01%
34981.02/1765.72	c      1766         746525          32        20         172.0000          91.0000     89.01%
35082.17/1770.86	c      1771         748927          34        20         172.0000          91.0000     89.01%
35182.97/1775.90	c      1776         750714          33        20         172.0000          91.0000     89.01%
35281.89/1780.97	c      1781         752402          33        20         172.0000          91.0000     89.01%
35380.97/1785.97	c      1786          93241       10100        20         172.0000          91.0000     89.01%
35480.12/1791.03	c      1791         755781          31        20         172.0000          91.0000     89.01%
35584.02/1796.14	c      1796         757370          33        20         172.0000          91.0000     89.01%
35684.35/1801.25	c      1801          94666       10262        20         172.0000          91.0000     89.01%
35783.52/1806.26	c      1806         760763          29        20         172.0000          91.0000     89.01%
35884.58/1811.30	c      1811          95079       10321        20         172.0000          91.0000     89.01%
35985.73/1816.40	c      1816          95355       10349        20         172.0000          91.0000     89.01%
36084.88/1821.45	c      1821          98861       16656        20         172.0000          91.0000     89.01%
36185.97/1826.51	c      1827          99476       16695        20         172.0000          91.0000     89.01%
36285.06/1831.56	c      1832          99607       16693        20         172.0000          91.0000     89.01%
36386.16/1836.60	c      1837          99607       16693        20         172.0000          91.0000     89.01%
36485.14/1841.66	c      1842          99607       16693        20         172.0000          91.0000     89.01%
36576.37/1846.21	c *    1846          69152       15936        20         168.0000          91.0000     84.62%
36586.16/1846.71	c      1847          98103       10549        20         168.0000          91.0000     84.62%
36687.30/1851.82	c      1852          98224       10534        20         168.0000          91.0000     84.62%
36788.45/1856.93	c      1857          98224       10534        20         168.0000          91.0000     84.62%
36895.37/1862.38	c      1862         100232       16726        20         168.0000          91.0000     84.62%
36996.23/1867.46	c      1867         100232       16726        20         168.0000          91.0000     84.62%
37097.37/1872.53	c      1873         100232       16726        20         168.0000          91.0000     84.62%
37202.49/1877.80	c      1878         100267       16733        20         168.0000          91.0000     84.62%
37303.65/1883.02	c      1883          98234       10534        20         168.0000          91.0000     84.62%
37405.43/1888.10	c      1888         100323       16726        20         168.0000          91.0000     84.62%
37506.68/1893.16	c      1893          98242       10531        20         168.0000          91.0000     84.62%
37607.07/1898.21	c      1898         100342       16720        20         168.0000          91.0000     84.62%
37706.19/1903.24	c      1903         100342       16720        20         168.0000          91.0000     84.62%
37807.32/1908.32	c      1908         100342       16720        20         168.0000          91.0000     84.62%
37906.31/1913.37	c      1913         100342       16720        20         168.0000          91.0000     84.62%
38007.42/1918.41	c      1918         100342       16720        20         168.0000          91.0000     84.62%
38106.60/1923.47	c      1923         100342       16720        20         168.0000          91.0000     84.62%
38207.78/1928.51	c      1929          98341       10521        20         168.0000          91.0000     84.62%
38308.95/1933.62	c      1934         100385       16723        20         168.0000          91.0000     84.62%
38408.16/1938.67	c      1939         100385       16723        20         168.0000          91.0000     84.62%
38509.33/1943.72	c      1944         100385       16723        20         168.0000          91.0000     84.62%
38610.47/1948.80	c      1949         100385       16723        20         168.0000          91.0000     84.62%
38709.53/1953.86	c      1954         100385       16723        20         168.0000          91.0000     84.62%
38808.69/1958.89	c      1959         806353          33        20         168.0000          91.0000     84.62%
38909.84/1963.95	c      1964         808010          34        20         168.0000          91.0000     84.62%
39009.01/1968.96	c      1969         809794          29        20         168.0000          91.0000     84.62%
39108.19/1973.96	c      1974         100993       10542        20         168.0000          91.0000     84.62%
39207.36/1979.03	c      1979         101321       10559        20         168.0000          91.0000     84.62%
39309.18/1984.13	c      1984         101769       10593        20         168.0000          91.0000     84.62%
39410.40/1989.19	c      1989         101847       10597        20         168.0000          91.0000     84.62%
39510.82/1994.29	c      1994         103956       17176        20         168.0000          91.0000     84.62%
39612.00/1999.36	c      1999         803095          39        20         168.0000          91.0000     84.62%
39711.09/2004.40	c      2004         803095          39        20         168.0000          91.0000     84.62%
39812.22/2009.45	c      2009          75646       17868        20         168.0000          91.0000     84.62%
39911.28/2014.47	c      2014         105597       17382        20         168.0000          91.0000     84.62%
40012.43/2019.55	c      2020         104489       10741        20         168.0000          91.0000     84.62%
40113.57/2024.62	c      2025         106440       17496        20         168.0000          91.0000     84.62%
40212.76/2029.66	c      2030         834102          36        20         168.0000          91.0000     84.62%
40313.89/2034.72	c      2035         107074       17569        20         168.0000          91.0000     84.62%
40413.03/2039.74	c      2040         837895          36        20         168.0000          91.0000     84.62%
40514.02/2044.81	c      2045         840277          36        20         168.0000          91.0000     84.62%
40613.04/2049.87	c      2050         108352       17654        20         168.0000          91.0000     84.62%
40714.19/2054.95	c      2055         108569       17640        20         168.0000          91.0000     84.62%
40813.38/2059.99	c      2060         108569       17640        20         168.0000          91.0000     84.62%
40914.97/2065.06	c      2065         107877       11168        20         168.0000          91.0000     84.62%
41014.32/2070.11	c      2070         109385       17706        20         168.0000          91.0000     84.62%
41115.42/2075.16	c      2075         108708       11283        20         168.0000          91.0000     84.62%
41214.52/2080.19	c      2080         110298       17845        20         168.0000          91.0000     84.62%
41315.01/2085.26	c      2085         110298       17845        20         168.0000          91.0000     84.62%
41414.02/2090.27	c      2090         110298       17845        20         168.0000          91.0000     84.62%
41513.02/2095.28	c      2095         110298       17845        20         168.0000          91.0000     84.62%
41614.14/2100.30	c      2100         110298       17845        20         168.0000          91.0000     84.62%
41713.31/2105.35	c      2105         110415       17861        20         168.0000          91.0000     84.62%
41814.47/2110.41	c      2110         109618       11337        20         168.0000          91.0000     84.62%
41913.62/2115.42	c      2115         109627       11336        20         168.0000          91.0000     84.62%
42012.74/2120.43	c      2120          79898       19188        20         168.0000          91.0000     84.62%
42111.89/2125.47	c      2125         112049       17922        20         168.0000          91.0000     84.62%
42211.07/2130.48	c      2130          80251       19331        20         168.0000          91.0000     84.62%
42312.03/2135.53	c      2136         851534          36        20         168.0000          91.0000     84.62%
42413.14/2140.65	c      2141         113198       18026        20         168.0000          91.0000     84.62%
42514.00/2145.71	c      2146         879411          34        20         168.0000          91.0000     84.62%
42613.09/2150.75	c      2151         113021       11451        20         168.0000          91.0000     84.62%
42714.11/2155.80	c      2156         113622       11449        20         168.0000          91.0000     84.62%
42813.17/2160.90	c      2161         114775       18244        20         168.0000          91.0000     84.62%
42914.29/2165.94	c      2166         114869       18260        20         168.0000          91.0000     84.62%
43013.44/2170.96	c      2171         864544          38        20         168.0000          91.0000     84.62%
43112.68/2175.97	c      2176         866269          43        20         168.0000          91.0000     84.62%
43214.32/2181.13	c      2181         867775          39        20         168.0000          91.0000     84.62%
43315.20/2186.19	c      2186         869337          41        20         168.0000          91.0000     84.62%
43415.57/2191.25	c      2191         117750       18412        20         168.0000          91.0000     84.62%
43516.56/2196.30	c      2196         117383       11638        20         168.0000          91.0000     84.62%
43615.68/2201.35	c      2201         874524          41        20         168.0000          91.0000     84.62%
43714.72/2206.39	c      2206         876413          42        20         168.0000          91.0000     84.62%
43815.79/2211.41	c      2211         119634       18618        20         168.0000          91.0000     84.62%
43914.70/2216.49	c      2216         119704       18631        20         168.0000          91.0000     84.62%
44015.69/2221.55	c      2222         119704       18631        20         168.0000          91.0000     84.62%
44116.78/2226.60	c      2227         119704       18631        20         168.0000          91.0000     84.62%
44215.77/2231.65	c      2232         120250       11665        20         168.0000          91.0000     84.62%
44314.88/2236.69	c      2237         887265          37        20         168.0000          91.0000     84.62%
44415.89/2241.75	c      2242         121454       18989        20         168.0000          91.0000     84.62%
44516.94/2246.81	c      2247         121876       19006        20         168.0000          91.0000     84.62%
44615.98/2251.85	c      2252         122551       18956        20         168.0000          91.0000     84.62%
44715.18/2256.88	c      2257         122435       11905        20         168.0000          91.0000     84.62%
44816.29/2261.92	c      2262         123576       18911        20         168.0000          91.0000     84.62%
44915.35/2266.94	c      2267         123092       11942        20         168.0000          91.0000     84.62%
45014.36/2271.96	c      2272         928673          34        20         168.0000          91.0000     84.62%
45113.55/2277.02	c      2277         930890          34        20         168.0000          91.0000     84.62%
45215.22/2282.09	c      2282         125755       18970        20         168.0000          91.0000     84.62%
45316.31/2287.17	c      2287         934368          33        20         168.0000          91.0000     84.62%
45418.70/2292.34	c      2292         907819          39        20         168.0000          91.0000     84.62%
45517.75/2297.39	c      2297         909604          37        20         168.0000          91.0000     84.62%
45618.89/2302.44	c      2302         911425          39        20         168.0000          91.0000     84.62%
45718.08/2307.49	c      2308         913442          36        20         168.0000          91.0000     84.62%
45819.17/2312.54	c      2313          87000       21536        20         168.0000          91.0000     84.62%
45918.15/2317.59	c      2318         127984       12276        20         168.0000          91.0000     84.62%
46019.23/2322.64	c      2323         919128          37        20         168.0000          91.0000     84.62%
46120.36/2327.70	c      2328         920732          40        20         168.0000          91.0000     84.62%
46219.50/2332.74	c      2333         922591          37        20         168.0000          91.0000     84.62%
46318.56/2337.79	c      2338         951420          31        20         168.0000          91.0000     84.62%
46419.46/2342.85	c      2343          88370       21889        20         168.0000          91.0000     84.62%
46520.56/2347.91	c      2348         132184       19553        20         168.0000          91.0000     84.62%
46619.37/2352.95	c      2353         131320       12327        20         168.0000          91.0000     84.62%
46718.57/2358.00	c      2358         932094          40        20         168.0000          91.0000     84.62%
46820.15/2363.05	c      2363         961477          34        20         168.0000          91.0000     84.62%
46919.21/2368.07	c      2368         963226          31        20         168.0000          91.0000     84.62%
47020.45/2373.15	c      2373         132826       12414        20         168.0000          91.0000     84.62%
47119.43/2378.17	c      2378         132826       12414        20         168.0000          91.0000     84.62%
47219.88/2383.27	c      2383         132826       12414        20         168.0000          91.0000     84.62%
47320.87/2388.32	c      2388         132826       12414        20         168.0000          91.0000     84.62%
47419.96/2393.34	c      2393         972377          33        20         168.0000          91.0000     84.62%
47518.92/2398.39	c      2398          90586       22586        20         168.0000          91.0000     84.62%
47619.91/2403.43	c      2403         134061       12413        20         168.0000          91.0000     84.62%
47721.07/2408.50	c      2409         138429       20198        20         168.0000          91.0000     84.62%
47820.22/2413.58	c      2414         138429       20198        20         168.0000          91.0000     84.62%
47921.39/2418.64	c      2419         138429       20198        20         168.0000          91.0000     84.62%
48020.53/2423.69	c      2424         135563       12561        20         168.0000          91.0000     84.62%
48121.49/2428.70	c      2429         138862       20164        20         168.0000          91.0000     84.62%
48220.66/2433.74	c      2434         139388       20200        20         168.0000          91.0000     84.62%
48319.84/2438.75	c      2439         136607       12516        20         168.0000          91.0000     84.62%
48421.02/2443.88	c      2444          92592       22992        20         168.0000          91.0000     84.62%
48524.96/2449.05	c      2449         141079       20322        20         168.0000          91.0000     84.62%
48624.20/2454.10	c      2454         995103          36        20         168.0000          91.0000     84.62%
48725.31/2459.17	c      2459          93147       23122        20         168.0000          91.0000     84.62%
48825.74/2464.22	c      2464         999671          28        20         168.0000          91.0000     84.62%
48924.95/2469.27	c      2469         143222       20533        20         168.0000          91.0000     84.62%
49026.09/2474.30	c      2474        1003385          37        20         168.0000          91.0000     84.62%
49125.30/2479.34	c      2479          93925       23399        20         168.0000          91.0000     84.62%
49226.38/2484.46	c      2484        1006977          31        20         168.0000          91.0000     84.62%
49327.56/2489.57	c      2490        1008934          36        20         168.0000          91.0000     84.62%
49428.74/2494.61	c      2495        1010587          33        20         168.0000          91.0000     84.62%
49527.93/2499.63	c      2500        1012166          35        20         168.0000          91.0000     84.62%
49629.12/2504.76	c      2505        1013808          30        20         168.0000          91.0000     84.62%
49730.30/2509.81	c      2510         147619       20893        20         168.0000          91.0000     84.62%
49829.50/2514.85	c      2515        1017454          32        20         168.0000          91.0000     84.62%
49930.68/2519.90	c      2520        1019143          34        20         168.0000          91.0000     84.62%
50029.85/2524.93	c      2525        1020950          31        20         168.0000          91.0000     84.62%
50128.98/2529.96	c      2530        1022580          29        20         168.0000          91.0000     84.62%
50227.97/2534.99	c      2535         150019       21045        20         168.0000          91.0000     84.62%
50327.03/2540.00	c      2540         145864       12906        20         168.0000          91.0000     84.62%
50428.67/2545.09	c      2545        1028285          36        20         168.0000          91.0000     84.62%
50528.01/2550.10	c      2550        1030342          31        20         168.0000          91.0000     84.62%
50628.98/2555.18	c      2555         152208       21229        20         168.0000          91.0000     84.62%
50729.33/2560.26	c      2560         147519       12983        20         168.0000          91.0000     84.62%
50828.37/2565.28	c      2565          97219       24307        20         168.0000          91.0000     84.62%
50929.45/2570.30	c      2570        1037532          31        20         168.0000          91.0000     84.62%
51028.50/2575.32	c      2575         154078       21339        20         168.0000          91.0000     84.62%
51127.60/2580.38	c      2580         154460       21417        20         168.0000          91.0000     84.62%
51228.68/2585.43	c      2585         155012       21513        20         168.0000          91.0000     84.62%
51327.85/2590.44	c      2590         155382       21550        20         168.0000          91.0000     84.62%
51426.96/2595.49	c      2595          98639       24710        20         168.0000          91.0000     84.62%
51528.08/2600.53	c      2601          98880       24735        20         168.0000          91.0000     84.62%
51627.33/2605.56	c      2606          99104       24791        20         168.0000          91.0000     84.62%
51728.30/2610.65	c      2611         151839       13193        20         168.0000          91.0000     84.62%
51827.47/2615.68	c      2616         152362       13180        20         168.0000          91.0000     84.62%
51928.62/2620.73	c      2621         152897       13212        20         168.0000          91.0000     84.62%
52027.80/2625.79	c      2626         153464       13268        20         168.0000          91.0000     84.62%
52130.96/2630.93	c      2631         159262       21719        20         168.0000          91.0000     84.62%
52230.14/2636.00	c      2636         159880       21748        20         168.0000          91.0000     84.62%
52331.97/2641.07	c      2641         154781       13541        20         168.0000          91.0000     84.62%
52434.44/2646.20	c      2646        1030924          39        20         168.0000          91.0000     84.62%
52533.49/2651.23	c      2651         155393       13681        20         168.0000          91.0000     84.62%
52634.53/2656.35	c      2656        1070099          32        20         168.0000          91.0000     84.62%
52735.70/2661.40	c      2661        1036340          33        20         168.0000          91.0000     84.62%
52834.69/2666.43	c      2666         162880       21836        20         168.0000          91.0000     84.62%
52933.85/2671.48	c      2671         101618       25565        20         168.0000          91.0000     84.62%
53036.93/2676.64	c      2677        1041465          37        20         168.0000          91.0000     84.62%
53137.97/2681.75	c      2682         158088       14122        20         168.0000          91.0000     84.62%
53239.13/2686.86	c      2687         158474       14129        20         168.0000          91.0000     84.62%
53340.31/2691.92	c      2692        1046636          36        20         168.0000          91.0000     84.62%
53439.48/2696.95	c      2697        1048781          38        20         168.0000          91.0000     84.62%
53538.65/2702.03	c      2702        1050561          38        20         168.0000          91.0000     84.62%
53640.50/2707.11	c      2707         167230       22041        20         168.0000          91.0000     84.62%
53741.69/2712.15	c      2712        1054261          34        20         168.0000          91.0000     84.62%
53841.83/2717.25	c      2717        1093805          36        20         168.0000          91.0000     84.62%
53942.67/2722.30	c      2722        1097071          33        20         168.0000          91.0000     84.62%
54041.86/2727.35	c      2727         169379       22172        20         168.0000          91.0000     84.62%
54142.86/2732.40	c      2732         162424       14326        20         168.0000          91.0000     84.62%
54241.95/2737.45	c      2737         162989       14387        20         168.0000          91.0000     84.62%
54343.14/2742.51	c      2743         170602       22241        20         168.0000          91.0000     84.62%
54442.40/2747.55	c      2748         163556       14422        20         168.0000          91.0000     84.62%
54543.19/2752.61	c      2753        1068872          38        20         168.0000          91.0000     84.62%
54642.30/2757.66	c      2758         171822       22385        20         168.0000          91.0000     84.62%
54743.40/2762.70	c      2763         164574       14519        20         168.0000          91.0000     84.62%
54842.48/2767.76	c      2768         105697       26752        20         168.0000          91.0000     84.62%
54941.40/2772.79	c      2773         105926       26807        20         168.0000          91.0000     84.62%
55040.56/2777.79	c      2778         106080       26884        20         168.0000          91.0000     84.62%
55141.73/2782.86	c      2783         166086       14650        20         168.0000          91.0000     84.62%
55240.76/2787.88	c      2788         166551       14639        20         168.0000          91.0000     84.62%
55341.76/2792.95	c      2793         106482       27089        20         168.0000          91.0000     84.62%
55440.86/2798.01	c      2798         106712       27171        20         168.0000          91.0000     84.62%
55542.52/2803.07	c      2803         106906       27237        20         168.0000          91.0000     84.62%
55641.60/2808.09	c      2808         177270       22850        20         168.0000          91.0000     84.62%
55744.14/2813.21	c      2813         168438       14715        20         168.0000          91.0000     84.62%
55843.28/2818.27	c      2818         178373       22944        20         168.0000          91.0000     84.62%
55944.48/2823.34	c      2823         168834       14737        20         168.0000          91.0000     84.62%
56043.68/2828.39	c      2828         108037       27514        20         168.0000          91.0000     84.62%
56144.64/2833.45	c      2833         108225       27577        20         168.0000          91.0000     84.62%
56243.70/2838.47	c      2838         180337       23120        20         168.0000          91.0000     84.62%
56344.88/2843.53	c      2844         108670       27711        20         168.0000          91.0000     84.62%
56444.07/2848.53	c      2849         181298       23182        20         168.0000          91.0000     84.62%
56543.12/2853.58	c      2854         181926       23205        20         168.0000          91.0000     84.62%
56646.17/2858.77	c      2859         182477       23125        20         168.0000          91.0000     84.62%
56747.35/2863.83	c      2864         182657       23112        20         168.0000          91.0000     84.62%
56846.32/2868.84	c      2869         173042       15025        20         168.0000          91.0000     84.62%
56925.54/2872.82	c *    2873         109748       28013        20         165.0000          91.0000     81.32%
56947.33/2874.01	c      2874        1152896          29        20         165.0000          91.0000     81.32%
57050.94/2879.14	c      2879         173444       15085        20         165.0000          91.0000     81.32%
57150.21/2884.18	c      2884         173444       15085        20         165.0000          91.0000     81.32%
57250.56/2889.23	c      2889         173444       15085        20         165.0000          91.0000     81.32%
57349.80/2894.28	c      2894         173444       15085        20         165.0000          91.0000     81.32%
57451.01/2899.32	c      2899         173444       15085        20         165.0000          91.0000     81.32%
57550.21/2904.35	c      2904         173444       15085        20         165.0000          91.0000     81.32%
57651.41/2909.43	c      2909        1153113          37        20         165.0000          91.0000     81.32%
57750.64/2914.48	c      2914        1153113          37        20         165.0000          91.0000     81.32%
57851.84/2919.53	c      2920        1153113          37        20         165.0000          91.0000     81.32%
57951.06/2924.58	c      2925        1153113          37        20         165.0000          91.0000     81.32%
58052.28/2929.63	c      2930         183574       23155        20         165.0000          91.0000     81.32%
58151.50/2934.68	c      2935         183574       23155        20         165.0000          91.0000     81.32%
58252.70/2939.72	c      2940         173473       15080        20         165.0000          91.0000     81.32%
58351.92/2944.73	c      2945         173473       15080        20         165.0000          91.0000     81.32%
58451.15/2949.76	c      2950         183589       23151        20         165.0000          91.0000     81.32%
58550.30/2954.79	c      2955         183589       23151        20         165.0000          91.0000     81.32%
58651.49/2959.82	c      2960         173474       15081        20         165.0000          91.0000     81.32%
58750.42/2964.88	c      2965         173474       15081        20         165.0000          91.0000     81.32%
58856.15/2970.15	c      2970         183593       23153        20         165.0000          91.0000     81.32%
58956.65/2975.23	c      2975         183593       23153        20         165.0000          91.0000     81.32%
59055.90/2980.25	c      2980         183593       23153        20         165.0000          91.0000     81.32%
59155.06/2985.29	c      2985         183628       23160        20         165.0000          91.0000     81.32%
59256.28/2990.38	c      2990         183628       23160        20         165.0000          91.0000     81.32%
59357.49/2995.44	c      2995         183628       23160        20         165.0000          91.0000     81.32%
59456.62/3000.49	c      3000         173592       15074        20         165.0000          91.0000     81.32%
59557.77/3005.54	c      3006         173592       15074        20         165.0000          91.0000     81.32%
59656.93/3010.59	c      3011         173592       15074        20         165.0000          91.0000     81.32%
59758.13/3015.64	c      3016         173592       15074        20         165.0000          91.0000     81.32%
59857.35/3020.69	c      3021         173592       15074        20         165.0000          91.0000     81.32%
59958.56/3025.74	c      3026         173592       15074        20         165.0000          91.0000     81.32%
60057.79/3030.79	c      3031         183636       23162        20         165.0000          91.0000     81.32%
60158.94/3035.84	c      3036         183636       23162        20         165.0000          91.0000     81.32%
60258.11/3040.89	c      3041         183636       23162        20         165.0000          91.0000     81.32%
60359.28/3045.94	c      3046         183636       23162        20         165.0000          91.0000     81.32%
60458.49/3050.99	c      3051         183636       23162        20         165.0000          91.0000     81.32%
60557.71/3056.02	c      3056         173645       15080        20         165.0000          91.0000     81.32%
60659.57/3061.09	c      3061         183694       23168        20         165.0000          91.0000     81.32%
60760.61/3066.14	c      3066         183694       23168        20         165.0000          91.0000     81.32%
60859.39/3071.19	c      3071         183694       23168        20         165.0000          91.0000     81.32%
60960.02/3076.21	c      3076         183694       23168        20         165.0000          91.0000     81.32%
61058.96/3081.29	c      3081         173659       15079        20         165.0000          91.0000     81.32%
61159.86/3086.34	c      3086         173659       15079        20         165.0000          91.0000     81.32%
61258.93/3091.37	c      3091         174008       15105        20         165.0000          91.0000     81.32%
61359.97/3096.42	c      3096         183782       23163        20         165.0000          91.0000     81.32%
61458.97/3101.45	c      3101         183782       23163        20         165.0000          91.0000     81.32%
61559.97/3106.52	c      3107         183782       23163        20         165.0000          91.0000     81.32%
61658.95/3111.59	c      3112         183782       23163        20         165.0000          91.0000     81.32%
61759.99/3116.64	c      3117         183796       23166        20         165.0000          91.0000     81.32%
61859.00/3121.69	c      3122        1200116          32        20         165.0000          91.0000     81.32%
61960.07/3126.74	c      3127         176582       15050        20         165.0000          91.0000     81.32%
62059.14/3131.79	c      3132        1220728          26        20         165.0000          91.0000     81.32%
62160.13/3136.84	c      3137         185687       23405        20         165.0000          91.0000     81.32%
62259.20/3141.87	c      3142        1224545          27        20         165.0000          91.0000     81.32%
62360.24/3146.93	c      3147        1226402          25        20         165.0000          91.0000     81.32%
62459.29/3151.99	c      3152        1228465          32        20         165.0000          91.0000     81.32%
62558.28/3157.03	c      3157        1230640          28        20         165.0000          91.0000     81.32%
62659.40/3162.06	c      3162        1232799          28        20         165.0000          91.0000     81.32%
62758.71/3167.14	c      3167        1234730          30        20         165.0000          91.0000     81.32%
62859.35/3172.19	c      3172        1236891          24        20         165.0000          91.0000     81.32%
62959.70/3177.24	c      3177         121318       31400        20         165.0000          91.0000     81.32%
63058.76/3182.29	c      3182         121465       31448        20         165.0000          91.0000     81.32%
63159.82/3187.35	c      3187         191323       23560        20         165.0000          91.0000     81.32%
63258.73/3192.36	c      3192         191814       23615        20         165.0000          91.0000     81.32%
63357.67/3197.37	c      3197         192450       23604        20         165.0000          91.0000     81.32%
63458.67/3202.44	c      3202         193027       23613        20         165.0000          91.0000     81.32%
63559.74/3207.55	c      3208         193459       23673        20         165.0000          91.0000     81.32%
63658.80/3212.59	c      3213         193932       23643        20         165.0000          91.0000     81.32%
63759.84/3217.64	c      3218         194491       23663        20         165.0000          91.0000     81.32%
63858.82/3222.69	c      3223         122556       31948        20         165.0000          91.0000     81.32%
63959.92/3227.75	c      3228        1257618          27        20         165.0000          91.0000     81.32%
64061.09/3232.80	c      3233         195555       23780        20         165.0000          91.0000     81.32%
64160.25/3237.84	c      3238         195555       23780        20         165.0000          91.0000     81.32%
64259.10/3242.86	c      3243         195555       23780        20         165.0000          91.0000     81.32%
64360.20/3247.91	c      3248         123642       32343        20         165.0000          91.0000     81.32%
64459.17/3252.98	c      3253         188112       14689        20         165.0000          91.0000     81.32%
64558.32/3258.01	c      3258         188112       14689        20         165.0000          91.0000     81.32%
64660.11/3263.09	c      3263         188112       14689        20         165.0000          91.0000     81.32%
64759.19/3268.11	c      3268         197767       23945        20         165.0000          91.0000     81.32%
64860.11/3273.15	c      3273        1273253          27        20         165.0000          91.0000     81.32%
64958.92/3278.18	c      3278         188776       14735        20         165.0000          91.0000     81.32%
65059.37/3283.29	c      3283        1276396          28        20         165.0000          91.0000     81.32%
65160.52/3288.39	c      3288        1277901          32        20         165.0000          91.0000     81.32%
65261.54/3293.45	c      3293         125615       32901        20         165.0000          91.0000     81.32%
65362.55/3298.53	c      3299         200396       24146        20         165.0000          91.0000     81.32%
65461.77/3303.55	c      3304         200517       24163        20         165.0000          91.0000     81.32%
65562.69/3308.63	c      3309        1284414          30        20         165.0000          91.0000     81.32%
65661.77/3313.68	c      3314        1286539          30        20         165.0000          91.0000     81.32%
65762.93/3318.75	c      3319         202082       24322        20         165.0000          91.0000     81.32%
65866.07/3323.93	c      3324         202189       24336        20         165.0000          91.0000     81.32%
65965.27/3328.96	c      3329         192538       15126        20         165.0000          91.0000     81.32%
66064.31/3333.98	c      3334        1293346          25        20         165.0000          91.0000     81.32%
66163.47/3338.99	c      3339         127239       33545        20         165.0000          91.0000     81.32%
66262.52/3344.01	c      3344         127413       33636        20         165.0000          91.0000     81.32%
66361.65/3349.01	c      3349         194341       15305        20         165.0000          91.0000     81.32%
66463.23/3354.04	c      3354         194894       15364        20         165.0000          91.0000     81.32%
66564.51/3359.17	c      3359         127966       33865        20         165.0000          91.0000     81.32%
66664.93/3364.23	c      3364         205334       24617        20         165.0000          91.0000     81.32%
66764.10/3369.24	c      3369         205509       24658        20         165.0000          91.0000     81.32%
66865.09/3374.31	c      3374         128476       34034        20         165.0000          91.0000     81.32%
66964.10/3379.38	c      3379         128658       34102        20         165.0000          91.0000     81.32%
67067.26/3384.51	c      3385         206749       24738        20         165.0000          91.0000     81.32%
67166.38/3389.57	c      3390         207179       24787        20         165.0000          91.0000     81.32%
67267.23/3394.63	c      3395         207783       24796        20         165.0000          91.0000     81.32%
67366.23/3399.67	c      3400         208305       24825        20         165.0000          91.0000     81.32%
67374.85/3400.05	c *    3400        1318745          32        20         163.0000          91.0000     79.12%
67467.23/3404.79	c      3405         208506       24768        20         163.0000          91.0000     79.12%
67568.40/3409.80	c      3410         208506       24768        20         163.0000          91.0000     79.12%
67672.23/3415.12	c      3415         208506       24768        20         163.0000          91.0000     79.12%
67774.59/3420.26	c      3420        1319415          32        20         163.0000          91.0000     79.12%
67875.52/3425.32	c      3425        1319415          32        20         163.0000          91.0000     79.12%
67976.56/3430.41	c      3430         208512       24770        20         163.0000          91.0000     79.12%
68075.50/3435.46	c      3435         199237       15816        20         163.0000          91.0000     79.12%
68176.61/3440.52	c      3441         199237       15816        20         163.0000          91.0000     79.12%
68275.80/3445.57	c      3446         199237       15816        20         163.0000          91.0000     79.12%
68376.89/3450.62	c      3451         199237       15816        20         163.0000          91.0000     79.12%
68476.03/3455.68	c      3456         199237       15816        20         163.0000          91.0000     79.12%
68577.20/3460.71	c      3461         199237       15816        20         163.0000          91.0000     79.12%
68676.22/3465.77	c      3466         199408       15826        20         163.0000          91.0000     79.12%
68777.38/3470.83	c      3471         199408       15826        20         163.0000          91.0000     79.12%
68881.14/3476.08	c      3476         199408       15826        20         163.0000          91.0000     79.12%
68982.37/3481.15	c      3481         199408       15826        20         163.0000          91.0000     79.12%
69082.81/3486.25	c      3486         199408       15826        20         163.0000          91.0000     79.12%
69181.89/3491.27	c      3491         199408       15826        20         163.0000          91.0000     79.12%
69282.96/3496.33	c      3496         208642       24772        20         163.0000          91.0000     79.12%
69383.94/3501.40	c      3501         208642       24772        20         163.0000          91.0000     79.12%
69484.89/3506.55	c      3507         208642       24772        20         163.0000          91.0000     79.12%
69584.01/3511.59	c      3512         208642       24772        20         163.0000          91.0000     79.12%
69685.08/3516.65	c      3517         208642       24772        20         163.0000          91.0000     79.12%
69783.74/3521.67	c      3522         208642       24772        20         163.0000          91.0000     79.12%
69884.67/3526.76	c      3527         208642       24772        20         163.0000          91.0000     79.12%
69985.75/3531.81	c      3532         208642       24772        20         163.0000          91.0000     79.12%
70084.86/3536.89	c      3537         199432       15822        20         163.0000          91.0000     79.12%
70185.94/3541.94	c      3542         208707       24770        20         163.0000          91.0000     79.12%
70285.00/3546.99	c      3547         208707       24770        20         163.0000          91.0000     79.12%
70386.67/3552.04	c      3552         208707       24770        20         163.0000          91.0000     79.12%
70485.53/3557.09	c      3557         208725       24772        20         163.0000          91.0000     79.12%
70584.45/3562.12	c      3562         208843       24769        20         163.0000          91.0000     79.12%
70685.26/3567.20	c      3567         208843       24769        20         163.0000          91.0000     79.12%
70785.66/3572.24	c      3572         202229       16015        20         163.0000          91.0000     79.12%
70884.33/3577.26	c      3577        1360591          24        20         163.0000          91.0000     79.12%
70983.40/3582.29	c      3582         209666       24729        20         163.0000          91.0000     79.12%
71084.33/3587.31	c      3587        1363733          30        20         163.0000          91.0000     79.12%
71183.48/3592.33	c      3592         210623       24736        20         163.0000          91.0000     79.12%
71282.18/3597.39	c      3597         137249       35902        20         163.0000          91.0000     79.12%
71380.91/3602.40	c      3602         137424       35971        20         163.0000          91.0000     79.12%
71481.90/3607.44	c      3607         205324       16062        20         163.0000          91.0000     79.12%
71580.88/3612.49	c      3612         205833       16055        20         163.0000          91.0000     79.12%
71681.78/3617.52	c      3618         206014       16071        20         163.0000          91.0000     79.12%
71780.87/3622.59	c      3623         206014       16071        20         163.0000          91.0000     79.12%
71881.95/3627.61	c      3628         206014       16071        20         163.0000          91.0000     79.12%
71980.84/3632.64	c      3633         206014       16071        20         163.0000          91.0000     79.12%

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 (190470 MiB free)
  memory of node 1: 193531 MiB (185288 MiB free)
  memory of node 2: 193531 MiB (191107 MiB free)
  memory of node 3: 193531 MiB (175993 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-4465222-1722460720/watcher-4465222-1722460720 -o /tmp/evaluation-result-4465222-1722460720/solver-4465222-1722460720 -C 72000 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeD101-1722453440-68155 --watchdog 3760 ./fscip settings/racing.prm HOME/instance-4465222-1722460720.opb -qsol -t 72000 -sth 20 

running on 20 cores: 0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76

CPU governors:
  performance: 0 4 8 12 16 20 24 28 32 36 40 44 48 52 56 60 64 68 72 76

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


[startup+0.100117 s]*
/proc/loadavg: 81.04 80.61 80.51 63/981 74475
/proc/meminfo: memFree=760640024/790760800 swapFree=131071996/131071996
[pid=74474] ppid=74471 vsize=94860 memory=77472 CPUtime=0.11 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/74474/stat : 74474 (fscip) R 74471 74474 68145 0 -1 4194304 16499 0 0 0 10 1 0 0 20 0 1 0 12658751 97136640 19368 809668444160 4194304 16623229 140737433557376 0 0 0 0 0 2 0 0 0 17 48 0 0 0 0 0 18838560 18947056 50425856 140737433564170 140737433564288 140737433564288 140737433571312 0
/proc/74474/statm: 23715 19368 2646 3035 0 20111 0
Current children cumulated CPU time: 0.11 s
Current children cumulated vsize: 94860 KiB
Current children cumulated memory: 77472 KiB

[startup+0.219365 s]*
/proc/loadavg: 81.04 80.61 80.51 62/981 74475
/proc/meminfo: memFree=760673352/790760800 swapFree=131071996/131071996
[pid=74474] ppid=74471 vsize=100492 memory=87288 CPUtime=0.22 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/74474/stat : 74474 (fscip) R 74471 74474 68145 0 -1 4194304 22855 0 0 0 20 2 0 0 20 0 1 0 12658751 102903808 21822 809668444160 4194304 16623229 140737433557376 0 0 0 0 0 2 0 0 0 17 48 0 0 0 0 0 18838560 18947056 50425856 140737433564170 140737433564288 140737433564288 140737433571312 0
/proc/74474/statm: 25123 21822 2726 3035 0 21519 0
Current children cumulated CPU time: 0.22 s
Current children cumulated vsize: 100492 KiB
Current children cumulated memory: 87288 KiB

[startup+0.319153 s]*
/proc/loadavg: 81.04 80.61 80.51 62/981 74475
/proc/meminfo: memFree=760672768/790760800 swapFree=131071996/131071996
[pid=74474] ppid=74471 vsize=110984 memory=95640 CPUtime=0.32 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/74474/stat : 74474 (fscip) R 74471 74474 68145 0 -1 4194304 23418 0 0 0 30 2 0 0 20 0 1 0 12658751 113647616 23910 809668444160 4194304 16623229 140737433557376 0 0 0 0 0 2 0 0 0 17 48 0 0 0 0 0 18838560 18947056 50425856 140737433564170 140737433564288 140737433564288 140737433571312 0
/proc/74474/statm: 27746 23910 2774 3035 0 24142 0
Current children cumulated CPU time: 0.32 s
Current children cumulated vsize: 110984 KiB
Current children cumulated memory: 95640 KiB

[startup+0.700557 s]
/proc/loadavg: 81.04 80.61 80.51 62/1001 74495
/proc/meminfo: memFree=760571240/790760800 swapFree=131071996/131071996
[pid=74474] ppid=74471 vsize=1644404 memory=315368 CPUtime=0.7 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/74474/stat : 74474 (fscip) S 74471 74474 68145 0 -1 1077936128 77628 0 0 0 59 11 0 0 20 0 21 0 12658751 1683869696 78842 809668444160 4194304 16623229 140737433557376 0 0 0 0 0 2 0 0 0 17 48 0 0 0 0 0 18838560 18947056 50425856 140737433564170 140737433564288 140737433564288 140737433571312 0
/proc/74474/statm: 411101 78842 2790 3035 0 122335 0
[pid=74474/tid=74476] ppid=74471 vsize=1644404 memory=0 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/74474/task/74476/stat : 74476 (fscip) R 74471 74474 68145 0 -1 4194368 1693 0 0 0 0 0 0 0 20 0 21 0 12658798 1683869696 78842 809668444160 4194304 16623229 140737433557376 0 0 0 0 0 2 0 0 0 -1 52 0 0 0 0 0 18838560 18947056 50425856 140737433564170 140737433564288 140737433564288 140737433571312 0
[pid=74474/tid=74477] ppid=74471 vsize=1644404 memory=1996 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/74474/task/74477/stat : 74477 (fscip) S 74471 74474 68145 0 -1 1077936192 2657 0 0 0 0 0 0 0 20 0 21 0 12658798 1683869696 78842 809668444160 4194304 16623229 140737433557376 0 0 0 0 0 2 0 0 0 -1 56 0 0 0 0 0 18838560 18947056 50425856 140737433564170 140737433564288 140737433564288 140737433571312 0
[pid=74474/tid=74478] ppid=74471 vsize=1644404 memory=2268 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/74474/task/74478/stat : 74478 (fscip) S 74471 74474 68145 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 12658798 1683869696 78842 809668444160 4194304 16623229 140737433557376 0 0 0 0 0 2 0 0 0 -1 60 0 0 0 0 0 18838560 18947056 50425856 140737433564170 140737433564288 140737433564288 140737433571312 0
[pid=74474/tid=74479] ppid=74471 vsize=1644404 memory=16108 CPUtime=0.01 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/74474/task/74479/stat : 74479 (fscip) S 74471 74474 68145 0 -1 1077936192 2657 0 0 0 1 0 0 0 20 0 21 0 12658798 1683869696 78842 809668444160 4194304 16623229 140737433557376 0 0 0 0 0 2 0 0 0 -1 64 0 0 0 0 0 18838560 18947056 50425856 140737433564170 140737433564288 140737433564288 140737433571312 0
[pid=74474/tid=74480] ppid=74471 vsize=1644404 memory=1836 CPUtime=0.01 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/74474/task/74480/stat : 74480 (fscip) S 74471 74474 68145 0 -1 1077936192 2657 0 0 0 1 0 0 0 20 0 21 0 12658798 1683869696 78842 809668444160 4194304 16623229 140737433557376 0 0 0 0 0 2 0 0 0 -1 68 0 0 0 0 0 18838560 18947056 50425856 140737433564170 140737433564288 140737433564288 140737433571312 0
[pid=74474/tid=74481] ppid=74471 vsize=1644404 memory=0 CPUtime=0.01 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/74474/task/74481/stat : 74481 (fscip) S 74471 74474 68145 0 -1 1077936192 2657 0 0 0 1 0 0 0 20 0 21 0 12658798 1683869696 78842 809668444160 4194304 16623229 140737433557376 0 0 0 0 0 2 0 0 0 -1 72 0 0 0 0 0 18838560 18947056 50425856 140737433564170 140737433564288 140737433564288 140737433571312 0
[pid=74474/tid=74482] ppid=74471 vsize=1644404 memory=0 CPUtime=0.01 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/74474/task/74482/stat : 74482 (fscip) S 74471 74474 68145 0 -1 1077936192 2656 0 0 0 1 0 0 0 20 0 21 0 12658798 1683869696 78842 809668444160 4194304 16623229 140737433557376 0 0 0 0 0 2 0 0 0 -1 4 0 0 0 0 0 18838560 18947056 50425856 140737433564170 140737433564288 140737433564288 140737433571312 0
[pid=74474/tid=74483] ppid=74471 vsize=1644404 memory=0 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/74474/task/74483/stat : 74483 (fscip) S 74471 74474 68145 0 -1 1077936192 2657 0 0 0 0 0 0 0 20 0 21 0 12658798 1683869696 78842 809668444160 4194304 16623229 140737433557376 0 0 0 0 0 2 0 0 0 -1 8 0 0 0 0 0 18838560 18947056 50425856 140737433564170 140737433564288 140737433564288 140737433571312 0
[pid=74474/tid=74484] ppid=74471 vsize=1644404 memory=0 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/74474/task/74484/stat : 74484 (fscip) S 74471 74474 68145 0 -1 1077936192 2657 0 0 0 0 0 0 0 20 0 21 0 12658798 1683869696 78842 809668444160 4194304 16623229 140737433557376 0 0 0 0 0 2 0 0 0 -1 32 0 0 0 0 0 18838560 18947056 50425856 140737433564170 140737433564288 140737433564288 140737433571312 0
[pid=74474/tid=74485] ppid=74471 vsize=1644404 memory=0 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/74474/task/74485/stat : 74485 (fscip) S 74471 74474 68145 0 -1 1077936192 2657 0 0 0 0 0 0 0 20 0 21 0 12658798 1683869696 78842 809668444160 4194304 16623229 140737433557376 0 0 0 0 0 2 0 0 0 -1 16 0 0 0 0 0 18838560 18947056 50425856 140737433564170 140737433564288 140737433564288 140737433571312 0
[pid=74474/tid=74486] ppid=74471 vsize=1644404 memory=85826941 CPUtime=0.01 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/74474/task/74486/stat : 74486 (fscip) S 74471 74474 68145 0 -1 1077936192 2657 0 0 0 1 0 0 0 20 0 21 0 12658798 1683869696 78842 809668444160 4194304 16623229 140737433557376 0 0 0 0 0 2 0 0 0 -1 20 0 0 0 0 0 18838560 18947056 50425856 140737433564170 140737433564288 140737433564288 140737433571312 0
[pid=74474/tid=74487] ppid=74471 vsize=1644404 memory=25333125866717268 CPUtime=0.01 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/74474/task/74487/stat : 74487 (fscip) S 74471 74474 68145 0 -1 1077936192 2657 0 0 0 1 0 0 0 20 0 21 0 12658798 1683869696 78842 809668444160 4194304 16623229 140737433557376 0 0 0 0 0 2 0 0 0 -1 24 0 0 0 0 0 18838560 18947056 50425856 140737433564170 140737433564288 140737433564288 140737433571312 0
[pid=74474/tid=74488] ppid=74471 vsize=1644404 memory=104 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/74474/task/74488/stat : 74488 (fscip) S 74471 74474 68145 0 -1 1077936192 2657 0 0 0 0 0 0 0 20 0 21 0 12658798 1683869696 78842 809668444160 4194304 16623229 140737433557376 0 0 0 0 0 2 0 0 0 -1 28 0 0 0 0 0 18838560 18947056 50425856 140737433564170 140737433564288 140737433564288 140737433571312 0
[pid=74474/tid=74489] ppid=74471 vsize=1644404 memory=104 CPUtime=0.01 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/74474/task/74489/stat : 74489 (fscip) S 74471 74474 68145 0 -1 1077936192 2656 0 0 0 1 0 0 0 20 0 21 0 12658798 1683869696 78842 809668444160 4194304 16623229 140737433557376 0 0 0 0 0 2 0 0 0 -1 12 0 0 0 0 0 18838560 18947056 50425856 140737433564170 140737433564288 140737433564288 140737433571312 0
[pid=74474/tid=74490] ppid=74471 vsize=1644404 memory=33100 CPUtime=0.01 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/74474/task/74490/stat : 74490 (fscip) S 74471 74474 68145 0 -1 1077936192 2657 0 0 0 1 0 0 0 20 0 21 0 12658798 1683869696 78842 809668444160 4194304 16623229 140737433557376 0 0 0 0 0 2 0 0 0 -1 36 0 0 0 0 0 18838560 18947056 50425856 140737433564170 140737433564288 140737433564288 140737433571312 0
[pid=74474/tid=74491] ppid=74471 vsize=1644404 memory=19580 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/74474/task/74491/stat : 74491 (fscip) S 74471 74474 68145 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 12658798 1683869696 78842 809668444160 4194304 16623229 140737433557376 0 0 0 0 0 2 0 0 0 -1 44 0 0 0 0 0 18838560 18947056 50425856 140737433564170 140737433564288 140737433564288 140737433571312 0
[pid=74474/tid=74492] ppid=74471 vsize=1644404 memory=54528 CPUtime=0.01 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/74474/task/74492/stat : 74492 (fscip) S 74471 74474 68145 0 -1 1077936192 2658 0 0 0 1 0 0 0 20 0 21 0 12658798 1683869696 78842 809668444160 4194304 16623229 140737433557376 0 0 0 0 0 2 0 0 0 -1 0 0 0 0 0 0 18838560 18947056 50425856 140737433564170 140737433564288 140737433564288 140737433571312 0
[pid=74474/tid=74493] ppid=74471 vsize=1644404 memory=28496 CPUtime=0.01 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/74474/task/74493/stat : 74493 (fscip) S 74471 74474 68145 0 -1 1077936192 2657 0 0 0 1 0 0 0 20 0 21 0 12658798 1683869696 78842 809668444160 4194304 16623229 140737433557376 0 0 0 0 0 2 0 0 0 -1 40 0 0 0 0 0 18838560 18947056 50425856 140737433564170 140737433564288 140737433564288 140737433571312 0
[pid=74474/tid=74494] ppid=74471 vsize=1644404 memory=7644 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/74474/task/74494/stat : 74494 (fscip) S 74471 74474 68145 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 12658798 1683869696 78842 809668444160 4194304 16623229 140737433557376 0 0 0 0 0 2 0 0 0 -1 76 0 0 0 0 0 18838560 18947056 50425856 140737433564170 140737433564288 140737433564288 140737433571312 0
[pid=74474/tid=74495] ppid=74471 vsize=1644404 memory=26960 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/74474/task/74495/stat : 74495 (fscip) S 74471 74474 68145 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 12658798 1683869696 78842 809668444160 4194304 16623229 140737433557376 0 0 0 0 0 2 0 0 0 -1 40 0 0 0 0 0 18838560 18947056 50425856 140737433564170 140737433564288 140737433564288 140737433571312 0
Current children cumulated CPU time: 0.7 s
Current children cumulated vsize: 1644404 KiB
Current children cumulated memory: 315368 KiB

[startup+1.50096 s]
/proc/loadavg: 81.04 80.61 80.51 81/1021 74515
/proc/meminfo: memFree=758972720/790760800 swapFree=131071996/131071996
[pid=74474] ppid=74471 vsize=3161012 memory=2235376 CPUtime=13.49 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/74474/stat : 74474 (fscip) S 74471 74474 68145 0 -1 1077936128 544800 0 0 0 1164 185 0 0 20 0 41 0 12658751 3236876288 558844 809668444160 4194304 16623229 140737433557376 0 0 0 0 0 2 0 0 0 17 48 0 0 0 0 0 18838560 18947056 50425856 140737433564170 140737433564288 140737433564288 140737433571312 0
/proc/74474/statm: 790253 558844 2950 3035 0 677425 0
[pid=74474/tid=74476] ppid=74471 vsize=3161012 memory=20 CPUtime=0.66 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/74474/task/74476/stat : 74476 (fscip) R 74471 74474 68145 0 -1 4194368 20676 0 0 0 56 10 0 0 20 0 41 0 12658798 3236876288 558910 809668444160 4194304 16623229 140737433557376 0 0 0 0 0 2 0 0 0 -1 4 0 0 0 0 0 18838560 18947056 50425856 140737433564170 140737433564288 140737433564288 140737433571312 0
[pid=74474/tid=74477] ppid=74471 vsize=3161012 memory=2268 CPUtime=0.62 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/74474/task/74477/stat : 74477 (fscip) R 74471 74474 68145 0 -1 4194368 29869 0 0 0 50 12 0 0 20 0 41 0 12658798 3236876288 558910 809668444160 4194304 16623229 140737433557376 0 0 0 0 0 2 0 0 0 -1 48 0 0 0 0 0 18838560 18947056 50425856 140737433564170 140737433564288 140737433564288 140737433571312 0
[pid=74474/tid=74478] ppid=74471 vsize=3161012 memory=16108 CPUtime=0.63 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/74474/task/74478/stat : 74478 (fscip) R 74471 74474 68145 0 -1 4194368 26292 0 0 0 56 7 0 0 20 0 41 0 12658798 3236876288 558910 809668444160 4194304 16623229 140737433557376 0 0 0 0 0 2 0 0 0 -1 60 0 0 0 0 0 18838560 18947056 50425856 140737433564170 140737433564288 140737433564288 140737433571312 0
[pid=74474/tid=74479] ppid=74471 vsize=3161012 memory=1996 CPUtime=0.66 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/74474/task/74479/stat : 74479 (fscip) R 74471 74474 68145 0 -1 4194368 20921 0 0 0 57 9 0 0 20 0 41 0 12658798 3236876288 558910 809668444160 4194304 16623229 140737433557376 0 0 0 0 0 2 0 0 0 -1 8 0 0 0 0 0 18838560 18947056 50425856 140737433564170 140737433564288 140737433564288 140737433571312 0
[pid=74474/tid=74480] ppid=74471 vsize=3161012 memory=0 CPUtime=0.62 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/74474/task/74480/stat : 74480 (fscip) R 74471 74474 68145 0 -1 4194368 29468 0 0 0 51 11 0 0 20 0 41 0 12658798 3236876288 558910 809668444160 4194304 16623229 140737433557376 0 0 0 0 0 2 0 0 0 -1 32 0 0 0 0 0 18838560 18947056 50425856 140737433564170 140737433564288 140737433564288 140737433571312 0
[pid=74474/tid=74481] ppid=74471 vsize=3161012 memory=252560 CPUtime=0.63 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/74474/task/74481/stat : 74481 (fscip) R 74471 74474 68145 0 -1 4194368 26117 0 0 0 55 8 0 0 20 0 41 0 12658798 3236876288 558910 809668444160 4194304 16623229 140737433557376 0 0 0 0 0 2 0 0 0 -1 64 0 0 0 0 0 18838560 18947056 50425856 140737433564170 140737433564288 140737433564288 140737433571312 0
[pid=74474/tid=74482] ppid=74471 vsize=3161012 memory=85826941 CPUtime=0.64 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/74474/task/74482/stat : 74482 (fscip) R 74471 74474 68145 0 -1 4194368 20352 0 0 0 58 6 0 0 20 0 41 0 12658798 3236876288 558910 809668444160 4194304 16623229 140737433557376 0 0 0 0 0 2 0 0 0 -1 76 0 0 0 0 0 18838560 18947056 50425856 140737433564170 140737433564288 140737433564288 140737433571312 0
[pid=74474/tid=74483] ppid=74471 vsize=3161012 memory=25333125866717268 CPUtime=0.62 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/74474/task/74483/stat : 74483 (fscip) R 74471 74474 68145 0 -1 4194368 29514 0 0 0 51 11 0 0 20 0 41 0 12658798 3236876288 558910 809668444160 4194304 16623229 140737433557376 0 0 0 0 0 2 0 0 0 -1 40 0 0 0 0 0 18838560 18947056 50425856 140737433564170 140737433564288 140737433564288 140737433571312 0
[pid=74474/tid=74484] ppid=74471 vsize=3161012 memory=25333125866717268 CPUtime=0.65 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/74474/task/74484/stat : 74484 (fscip) R 74471 74474 68145 0 -1 4194368 26174 0 0 0 59 6 0 0 20 0 41 0 12658798 3236876288 558976 809668444160 4194304 16623229 140737433557376 0 0 0 0 0 2 0 0 0 -1 0 0 0 0 0 0 18838560 18947056 50425856 140737433564170 140737433564288 140737433564288 140737433571312 0
[pid=74474/tid=74485] ppid=74471 vsize=3161012 memory=104 CPUtime=0.67 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/74474/task/74485/stat : 74485 (fscip) R 74471 74474 68145 0 -1 4194368 19996 0 0 0 61 6 0 0 20 0 41 0 12658798 3236876288 558976 809668444160 4194304 16623229 140737433557376 0 0 0 0 0 2 0 0 0 -1 28 0 0 0 0 0 18838560 18947056 50425856 140737433564170 140737433564288 140737433564288 140737433571312 0
[pid=74474/tid=74486] ppid=74471 vsize=3161012 memory=7644 CPUtime=0.64 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/74474/task/74486/stat : 74486 (fscip) R 74471 74474 68145 0 -1 4194368 29918 0 0 0 54 10 0 0 20 0 41 0 12658798 3236876288 558976 809668444160 4194304 16623229 140737433557376 0 0 0 0 0 2 0 0 0 -1 72 0 0 0 0 0 18838560 18947056 50425856 140737433564170 140737433564288 140737433564288 140737433571312 0
[pid=74474/tid=74487] ppid=74471 vsize=3161012 memory=26960 CPUtime=0.63 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/74474/task/74487/stat : 74487 (fscip) R 74471 74474 68145 0 -1 4194368 26088 0 0 0 55 8 0 0 20 0 41 0 12658798 3236876288 558976 809668444160 4194304 16623229 140737433557376 0 0 0 0 0 2 0 0 0 -1 36 0 0 0 0 0 18838560 18947056 50425856 140737433564170 140737433564288 140737433564288 140737433571312 0
[pid=74474/tid=74488] ppid=74471 vsize=3161012 memory=44 CPUtime=0.67 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/74474/task/74488/stat : 74488 (fscip) R 74471 74474 68145 0 -1 4194368 20399 0 0 0 60 7 0 0 20 0 41 0 12658798 3236876288 558976 809668444160 4194304 16623229 140737433557376 0 0 0 0 0 2 0 0 0 -1 24 0 0 0 0 0 18838560 18947056 50425856 140737433564170 140737433564288 140737433564288 140737433571312 0
[pid=74474/tid=74489] ppid=74471 vsize=3161012 memory=43 CPUtime=0.62 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/74474/task/74489/stat : 74489 (fscip) R 74471 74474 68145 0 -1 4194368 28930 0 0 0 51 11 0 0 20 0 41 0 12658798 3236876288 559042 809668444160 4194304 16623229 140737433557376 0 0 0 0 0 2 0 0 0 -1 20 0 0 0 0 0 18838560 18947056 50425856 140737433564170 140737433564288 140737433564288 140737433571312 0
[pid=74474/tid=74490] ppid=74471 vsize=3161012 memory=0 CPUtime=0.63 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/74474/task/74490/stat : 74490 (fscip) R 74471 74474 68145 0 -1 4194368 26246 0 0 0 56 7 0 0 20 0 41 0 12658798 3236876288 559042 809668444160 4194304 16623229 140737433557376 0 0 0 0 0 2 0 0 0 -1 12 0 0 0 0 0 18838560 18947056 50425856 140737433564170 140737433564288 140737433564288 140737433571312 0
[pid=74474/tid=74491] ppid=74471 vsize=3161012 memory=0 CPUtime=0.68 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/74474/task/74491/stat : 74491 (fscip) R 74471 74474 68145 0 -1 4194368 22204 0 0 0 62 6 0 0 20 0 41 0 12658798 3236876288 559042 809668444160 4194304 16623229 140737433557376 0 0 0 0 0 2 0 0 0 -1 16 0 0 0 0 0 18838560 18947056 50425856 140737433564170 140737433564288 140737433564288 140737433571312 0
[pid=74474/tid=74492] ppid=74471 vsize=3161012 memory=0 CPUtime=0.62 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/74474/task/74492/stat : 74492 (fscip) R 74471 74474 68145 0 -1 4194368 29929 0 0 0 51 11 0 0 20 0 41 0 12658798 3236876288 559042 809668444160 4194304 16623229 140737433557376 0 0 0 0 0 2 0 0 0 -1 44 0 0 0 0 0 18838560 18947056 50425856 140737433564170 140737433564288 140737433564288 140737433571312 0
[pid=74474/tid=74493] ppid=74471 vsize=3161012 memory=19580 CPUtime=0.63 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/74474/task/74493/stat : 74493 (fscip) R 74471 74474 68145 0 -1 4194368 26713 0 0 0 55 8 0 0 20 0 41 0 12658798 3236876288 559042 809668444160 4194304 16623229 140737433557376 0 0 0 0 0 2 0 0 0 -1 68 0 0 0 0 0 18838560 18947056 50425856 140737433564170 140737433564288 140737433564288 140737433571312 0
[pid=74474/tid=74494] ppid=74471 vsize=3161012 memory=54528 CPUtime=0.67 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/74474/task/74494/stat : 74494 (fscip) R 74471 74474 68145 0 -1 4194368 20205 0 0 0 62 5 0 0 20 0 41 0 12658798 3236876288 559042 809668444160 4194304 16623229 140737433557376 0 0 0 0 0 2 0 0 0 -1 56 0 0 0 0 0 18838560 18947056 50425856 140737433564170 140737433564288 140737433564288 140737433571312 0
[pid=74474/tid=74495] ppid=74471 vsize=3161012 memory=28496 CPUtime=0.63 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/74474/task/74495/stat : 74495 (fscip) R 74471 74474 68145 0 -1 4194368 28799 0 0 0 52 11 0 0 20 0 41 0 12658798 3236876288 559042 809668444160 4194304 16623229 140737433557376 0 0 0 0 0 2 0 0 0 -1 52 0 0 0 0 0 18838560 18947056 50425856 140737433564170 140737433564288 140737433564288 140737433571312 0
[pid=74474/tid=74496] ppid=74471 vsize=3161012 memory=280070120085872 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/74474/task/74496/stat : 74496 (fscip) S 74471 74474 68145 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 12658828 3236876288 559042 809668444160 4194304 16623229 140737433557376 0 0 0 0 0 2 1 0 0 -1 0 0 0 0 0 0 18838560 18947056 50425856 140737433564170 140737433564288 140737433564288 140737433571312 0
[pid=74474/tid=74497] ppid=74471 vsize=3161012 memory=6944656592455350634 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/74474/task/74497/stat : 74497 (fscip) S 74471 74474 68145 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 12658828 3236876288 559042 809668444160 4194304 16623229 140737433557376 0 0 0 0 0 2 1 0 0 -1 56 0 0 0 0 0 18838560 18947056 50425856 140737433564170 140737433564288 140737433564288 140737433571312 0
[pid=74474/tid=74498] ppid=74471 vsize=3161012 memory=6005673679699798885 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/74474/task/74498/stat : 74498 (fscip) S 74471 74474 68145 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 12658828 3236876288 559042 809668444160 4194304 16623229 140737433557376 0 0 0 0 0 2 1 0 0 -1 52 0 0 0 0 0 18838560 18947056 50425856 140737433564170 140737433564288 140737433564288 140737433571312 0
[pid=74474/tid=74499] ppid=74471 vsize=3161012 memory=7091594162338161254 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/74474/task/74499/stat : 74499 (fscip) S 74471 74474 68145 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 12658828 3236876288 559042 809668444160 4194304 16623229 140737433557376 0 0 0 0 0 2 1 0 0 -1 56 0 0 0 0 0 18838560 18947056 50425856 140737433564170 140737433564288 140737433564288 140737433571312 0
[pid=74474/tid=74500] ppid=74471 vsize=3161012 memory=2684 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/74474/task/74500/stat : 74500 (fscip) S 74471 74474 68145 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 12658828 3236876288 559042 809668444160 4194304 16623229 140737433557376 0 0 0 0 0 2 1 0 0 -1 60 0 0 0 0 0 18838560 18947056 50425856 140737433564170 140737433564288 140737433564288 140737433571312 0
[pid=74474/tid=74501] ppid=74471 vsize=3161012 memory=280070119758240 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/74474/task/74501/stat : 74501 (fscip) S 74471 74474 68145 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 12658828 3236876288 559042 809668444160 4194304 16623229 140737433557376 0 0 0 0 0 2 1 0 0 -1 68 0 0 0 0 0 18838560 18947056 50425856 140737433564170 140737433564288 140737433564288 140737433571312 0
[pid=74474/tid=74502] ppid=74471 vsize=3161012 memory=0 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/74474/task/74502/stat : 74502 (fscip) S 74471 74474 68145 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 12658828 3236876288 559042 809668444160 4194304 16623229 140737433557376 0 0 0 0 0 2 1 0 0 -1 64 0 0 0 0 0 18838560 18947056 50425856 140737433564170 140737433564288 140737433564288 140737433571312 0
[pid=74474/tid=74503] ppid=74471 vsize=3161012 memory=0 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/74474/task/74503/stat : 74503 (fscip) S 74471 74474 68145 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 12658828 3236876288 559108 809668444160 4194304 16623229 140737433557376 0 0 0 0 0 2 1 0 0 -1 20 0 0 0 0 0 18838560 18947056 50425856 140737433564170 140737433564288 140737433564288 140737433571312 0
[pid=74474/tid=74504] ppid=74471 vsize=3161012 memory=0 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/74474/task/74504/stat : 74504 (fscip) S 74471 74474 68145 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 12658828 3236876288 559108 809668444160 4194304 16623229 140737433557376 0 0 0 0 0 2 1 0 0 -1 68 0 0 0 0 0 18838560 18947056 50425856 140737433564170 140737433564288 140737433564288 140737433571312 0
[pid=74474/tid=74505] ppid=74471 vsize=3161012 memory=0 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/74474/task/74505/stat : 74505 (fscip) S 74471 74474 68145 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 12658828 3236876288 559108 809668444160 4194304 16623229 140737433557376 0 0 0 0 0 2 1 0 0 -1 16 0 0 0 0 0 18838560 18947056 50425856 140737433564170 140737433564288 140737433564288 140737433571312 0
[pid=74474/tid=74506] ppid=74471 vsize=3161012 memory=0 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/74474/task/74506/stat : 74506 (fscip) S 74471 74474 68145 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 12658828 3236876288 559108 809668444160 4194304 16623229 140737433557376 0 0 0 0 0 2 1 0 0 -1 36 0 0 0 0 0 18838560 18947056 50425856 140737433564170 140737433564288 140737433564288 140737433571312 0
[pid=74474/tid=74507] ppid=74471 vsize=3161012 memory=-5155634582982780805 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/74474/task/74507/stat : 74507 (fscip) S 74471 74474 68145 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 12658828 3236876288 559108 809668444160 4194304 16623229 140737433557376 0 0 0 0 0 2 1 0 0 -1 40 0 0 0 0 0 18838560 18947056 50425856 140737433564170 140737433564288 140737433564288 140737433571312 0
[pid=74474/tid=74508] ppid=74471 vsize=3161012 memory=75271 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/74474/task/74508/stat : 74508 (fscip) S 74471 74474 68145 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 12658828 3236876288 559108 809668444160 4194304 16623229 140737433557376 0 0 0 0 0 2 1 0 0 -1 4 0 0 0 0 0 18838560 18947056 50425856 140737433564170 140737433564288 140737433564288 140737433571312 0
[pid=74474/tid=74509] ppid=74471 vsize=3161012 memory=79713 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/74474/task/74509/stat : 74509 (fscip) S 74471 74474 68145 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 12658828 3236876288 559108 809668444160 4194304 16623229 140737433557376 0 0 0 0 0 2 1 0 0 -1 32 0 0 0 0 0 18838560 18947056 50425856 140737433564170 140737433564288 140737433564288 140737433571312 0
[pid=74474/tid=74510] ppid=74471 vsize=3161012 memory=7644 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/74474/task/74510/stat : 74510 (fscip) S 74471 74474 68145 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 12658828 3236876288 559108 809668444160 4194304 16623229 140737433557376 0 0 0 0 0 2 1 0 0 -1 12 0 0 0 0 0 18838560 18947056 50425856 140737433564170 140737433564288 140737433564288 140737433571312 0
[pid=74474/tid=74511] ppid=74471 vsize=3161012 memory=25333125866717268 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/74474/task/74511/stat : 74511 (fscip) S 74471 74474 68145 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 12658828 3236876288 559108 809668444160 4194304 16623229 140737433557376 0 0 0 0 0 2 1 0 0 -1 24 0 0 0 0 0 18838560 18947056 50425856 140737433564170 140737433564288 140737433564288 140737433571312 0
[pid=74474/tid=74512] ppid=74471 vsize=3161012 memory=280070120302032 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/74474/task/74512/stat : 74512 (fscip) S 74471 74474 68145 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 12658828 3236876288 559108 809668444160 4194304 16623229 140737433557376 0 0 0 0 0 2 1 0 0 -1 8 0 0 0 0 0 18838560 18947056 50425856 140737433564170 140737433564288 140737433564288 140737433571312 0
[pid=74474/tid=74513] ppid=74471 vsize=3161012 memory=280070119771232 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/74474/task/74513/stat : 74513 (fscip) S 74471 74474 68145 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 12658828 3236876288 559108 809668444160 4194304 16623229 140737433557376 0 0 0 0 0 2 1 0 0 -1 8 0 0 0 0 0 18838560 18947056 50425856 140737433564170 140737433564288 140737433564288 140737433571312 0

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

/proc/74474/task/74495/stat : 74495 (fscip) R 74471 74474 68145 0 -1 4194368 2862744 0 0 0 354725 429 0 0 20 0 41 0 12658798 15484731392 3470902 809668444160 4194304 16623229 140737433557376 0 0 0 0 0 2 0 0 0 -1 20 0 0 0 0 0 18838560 18947056 50425856 140737433564170 140737433564288 140737433564288 140737433571312 0
[pid=74474/tid=74496] ppid=74471 vsize=15121808 memory=11424 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/74474/task/74496/stat : 74496 (fscip) S 74471 74474 68145 0 -1 1077936192 61 0 0 0 2 0 0 0 20 0 41 0 12658828 15484731392 3470902 809668444160 4194304 16623229 140737433557376 0 0 0 0 0 2 1 0 0 -1 60 0 0 0 0 0 18838560 18947056 50425856 140737433564170 140737433564288 140737433564288 140737433571312 0
[pid=74474/tid=74497] ppid=74471 vsize=15121808 memory=280070123903760 CPUtime=0.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/74474/task/74497/stat : 74497 (fscip) S 74471 74474 68145 0 -1 1077936192 120 0 0 0 3 0 0 0 20 0 41 0 12658828 15484731392 3470902 809668444160 4194304 16623229 140737433557376 0 0 0 0 0 2 1 0 0 -1 52 0 0 0 0 0 18838560 18947056 50425856 140737433564170 140737433564288 140737433564288 140737433571312 0
[pid=74474/tid=74498] ppid=74471 vsize=15121808 memory=85826941 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/74474/task/74498/stat : 74498 (fscip) S 74471 74474 68145 0 -1 1077936192 118 0 0 0 2 0 0 0 20 0 41 0 12658828 15484731392 3470902 809668444160 4194304 16623229 140737433557376 0 0 0 0 0 2 1 0 0 -1 40 0 0 0 0 0 18838560 18947056 50425856 140737433564170 140737433564288 140737433564288 140737433571312 0
[pid=74474/tid=74499] ppid=74471 vsize=15121808 memory=2112 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/74474/task/74499/stat : 74499 (fscip) S 74471 74474 68145 0 -1 1077936192 129 0 0 0 2 0 0 0 20 0 41 0 12658828 15484731392 3470902 809668444160 4194304 16623229 140737433557376 0 0 0 0 0 2 1 0 0 -1 20 0 0 0 0 0 18838560 18947056 50425856 140737433564170 140737433564288 140737433564288 140737433571312 0
[pid=74474/tid=74500] ppid=74471 vsize=15121808 memory=13830432 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/74474/task/74500/stat : 74500 (fscip) S 74471 74474 68145 0 -1 1077936192 129 0 0 0 2 0 0 0 20 0 41 0 12658828 15484731392 3470902 809668444160 4194304 16623229 140737433557376 0 0 0 0 0 2 1 0 0 -1 32 0 0 0 0 0 18838560 18947056 50425856 140737433564170 140737433564288 140737433564288 140737433571312 0
[pid=74474/tid=74501] ppid=74471 vsize=15121808 memory=13830532 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/74474/task/74501/stat : 74501 (fscip) S 74471 74474 68145 0 -1 1077936192 124 0 0 0 2 0 0 0 20 0 41 0 12658828 15484731392 3470902 809668444160 4194304 16623229 140737433557376 0 0 0 0 0 2 1 0 0 -1 40 0 0 0 0 0 18838560 18947056 50425856 140737433564170 140737433564288 140737433564288 140737433571312 0
[pid=74474/tid=74502] ppid=74471 vsize=15121808 memory=280070122175696 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/74474/task/74502/stat : 74502 (fscip) S 74471 74474 68145 0 -1 1077936192 129 0 0 0 2 0 0 0 20 0 41 0 12658828 15484731392 3470902 809668444160 4194304 16623229 140737433557376 0 0 0 0 0 2 1 0 0 -1 76 0 0 0 0 0 18838560 18947056 50425856 140737433564170 140737433564288 140737433564288 140737433571312 0
[pid=74474/tid=74503] ppid=74471 vsize=15121808 memory=-2026666227646606628 CPUtime=0.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/74474/task/74503/stat : 74503 (fscip) S 74471 74474 68145 0 -1 1077936192 120 0 0 0 3 0 0 0 20 0 41 0 12658828 15484731392 3470902 809668444160 4194304 16623229 140737433557376 0 0 0 0 0 2 1 0 0 -1 72 0 0 0 0 0 18838560 18947056 50425856 140737433564170 140737433564288 140737433564288 140737433571312 0
[pid=74474/tid=74504] ppid=74471 vsize=15121808 memory=-7379261807985255801 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/74474/task/74504/stat : 74504 (fscip) S 74471 74474 68145 0 -1 1077936192 137 0 0 0 2 0 0 0 20 0 41 0 12658828 15484731392 3470902 809668444160 4194304 16623229 140737433557376 0 0 0 0 0 2 1 0 0 -1 48 0 0 0 0 0 18838560 18947056 50425856 140737433564170 140737433564288 140737433564288 140737433571312 0
[pid=74474/tid=74505] ppid=74471 vsize=15121808 memory=28496 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/74474/task/74505/stat : 74505 (fscip) S 74471 74474 68145 0 -1 1077936192 116 0 0 0 2 0 0 0 20 0 41 0 12658828 15484731392 3470902 809668444160 4194304 16623229 140737433557376 0 0 0 0 0 2 1 0 0 -1 76 0 0 0 0 0 18838560 18947056 50425856 140737433564170 140737433564288 140737433564288 140737433571312 0
[pid=74474/tid=74506] ppid=74471 vsize=15121808 memory=13014492 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/74474/task/74506/stat : 74506 (fscip) S 74471 74474 68145 0 -1 1077936192 130 0 0 0 2 0 0 0 20 0 41 0 12658828 15484731392 3470902 809668444160 4194304 16623229 140737433557376 0 0 0 0 0 2 1 0 0 -1 76 0 0 0 0 0 18838560 18947056 50425856 140737433564170 140737433564288 140737433564288 140737433571312 0
[pid=74474/tid=74507] ppid=74471 vsize=15121808 memory=13145568 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/74474/task/74507/stat : 74507 (fscip) S 74471 74474 68145 0 -1 1077936192 122 0 0 0 2 0 0 0 20 0 41 0 12658828 15484731392 3470902 809668444160 4194304 16623229 140737433557376 0 0 0 0 0 2 1 0 0 -1 48 0 0 0 0 0 18838560 18947056 50425856 140737433564170 140737433564288 140737433564288 140737433571312 0
[pid=74474/tid=74508] ppid=74471 vsize=15121808 memory=13821576 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/74474/task/74508/stat : 74508 (fscip) S 74471 74474 68145 0 -1 1077936192 116 0 0 0 2 0 0 0 20 0 41 0 12658828 15484731392 3470902 809668444160 4194304 16623229 140737433557376 0 0 0 0 0 2 1 0 0 -1 76 0 0 0 0 0 18838560 18947056 50425856 140737433564170 140737433564288 140737433564288 140737433571312 0
[pid=74474/tid=74509] ppid=74471 vsize=15121808 memory=11424 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/74474/task/74509/stat : 74509 (fscip) S 74471 74474 68145 0 -1 1077936192 120 0 0 0 0 2 0 0 20 0 41 0 12658828 15484731392 3470902 809668444160 4194304 16623229 140737433557376 0 0 0 0 0 2 1 0 0 -1 24 0 0 0 0 0 18838560 18947056 50425856 140737433564170 140737433564288 140737433564288 140737433571312 0
[pid=74474/tid=74510] ppid=74471 vsize=15121808 memory=54528 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/74474/task/74510/stat : 74510 (fscip) S 74471 74474 68145 0 -1 1077936192 130 0 0 0 0 2 0 0 20 0 41 0 12658828 15484731392 3470902 809668444160 4194304 16623229 140737433557376 0 0 0 0 0 2 1 0 0 -1 4 0 0 0 0 0 18838560 18947056 50425856 140737433564170 140737433564288 140737433564288 140737433571312 0
[pid=74474/tid=74511] ppid=74471 vsize=15121808 memory=13883592 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/74474/task/74511/stat : 74511 (fscip) S 74471 74474 68145 0 -1 1077936192 119 0 0 0 0 2 0 0 20 0 41 0 12658828 15484731392 3470902 809668444160 4194304 16623229 140737433557376 0 0 0 0 0 2 1 0 0 -1 28 0 0 0 0 0 18838560 18947056 50425856 140737433564170 140737433564288 140737433564288 140737433571312 0
[pid=74474/tid=74512] ppid=74471 vsize=15121808 memory=13882512 CPUtime=0.01 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/74474/task/74512/stat : 74512 (fscip) S 74471 74474 68145 0 -1 1077936192 117 0 0 0 0 1 0 0 20 0 41 0 12658828 15484731392 3470902 809668444160 4194304 16623229 140737433557376 0 0 0 0 0 2 1 0 0 -1 20 0 0 0 0 0 18838560 18947056 50425856 140737433564170 140737433564288 140737433564288 140737433571312 0
[pid=74474/tid=74513] ppid=74471 vsize=15121808 memory=13879900 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/74474/task/74513/stat : 74513 (fscip) S 74471 74474 68145 0 -1 1077936192 129 0 0 0 0 2 0 0 20 0 41 0 12658828 15484731392 3470902 809668444160 4194304 16623229 140737433557376 0 0 0 0 0 2 1 0 0 -1 76 0 0 0 0 0 18838560 18947056 50425856 140737433564170 140737433564288 140737433564288 140737433571312 0
[pid=74474/tid=74514] ppid=74471 vsize=15121808 memory=13880076 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/74474/task/74514/stat : 74514 (fscip) S 74471 74474 68145 0 -1 1077936192 116 0 0 0 2 0 0 0 20 0 41 0 12658828 15484731392 3470902 809668444160 4194304 16623229 140737433557376 0 0 0 0 0 2 1 0 0 -1 20 0 0 0 0 0 18838560 18947056 50425856 140737433564170 140737433564288 140737433564288 140737433571312 0
[pid=74474/tid=74515] ppid=74471 vsize=15121808 memory=5536 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/74474/task/74515/stat : 74515 (fscip) S 74471 74474 68145 0 -1 1077936192 120 0 0 0 2 0 0 0 20 0 41 0 12658828 15484731392 3470902 809668444160 4194304 16623229 140737433557376 0 0 0 0 0 2 1 0 0 -1 0 0 0 0 0 0 18838560 18947056 50425856 140737433564170 140737433564288 140737433564288 140737433571312 0
Current children cumulated CPU time: 70985.4 s
Current children cumulated vsize: 15121808 KiB
Current children cumulated memory: 13883608 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3633.6 s]
/proc/loadavg: 80.41 80.24 79.96 61/974 77101
/proc/meminfo: memFree=740282856/790760800 swapFree=131071996/131071996
[pid=74474] ppid=74471 vsize=15271028 memory=13964744 CPUtime=72000.7 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/74474/stat : 74474 (fscip) S 74471 74474 68145 0 -1 1077936128 49584113 0 0 0 7188452 11615 0 0 20 0 41 0 12658751 15637532672 3491186 809668444160 4194304 16623229 140737433557376 0 0 0 0 0 2 0 0 0 17 16 0 0 0 0 0 18838560 18947056 50425856 140737433564170 140737433564288 140737433564288 140737433571312 0
/proc/74474/statm: 3817757 3491186 3334 3035 0 3711429 0
[pid=74474/tid=74476] ppid=74471 vsize=15271028 memory=11480 CPUtime=3599.91 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/74474/task/74476/stat : 74476 (fscip) R 74471 74474 68145 0 -1 4194368 2969565 0 0 0 359452 539 0 0 20 0 41 0 12658798 15637532672 3491186 809668444160 4194304 16623229 140737433557376 0 0 0 0 0 2 0 0 0 -1 76 0 0 0 0 0 18838560 18947056 50425856 140737433564170 140737433564288 140737433564288 140737433571312 0
[pid=74474/tid=74477] ppid=74471 vsize=15271028 memory=11480 CPUtime=3599.49 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/74474/task/74477/stat : 74477 (fscip) R 74471 74474 68145 0 -1 4194368 3348511 0 0 0 359428 521 0 0 20 0 41 0 12658798 15637532672 3491186 809668444160 4194304 16623229 140737433557376 0 0 0 0 0 2 0 0 0 -1 16 0 0 0 0 0 18838560 18947056 50425856 140737433564170 140737433564288 140737433564288 140737433571312 0
[pid=74474/tid=74478] ppid=74471 vsize=15271028 memory=0 CPUtime=3600.69 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/74474/task/74478/stat : 74478 (fscip) R 74471 74474 68145 0 -1 4194368 1796690 0 0 0 359151 918 0 0 20 0 41 0 12658798 15637532672 3491186 809668444160 4194304 16623229 140737433557376 0 0 0 0 0 2 0 0 0 -1 36 0 0 0 0 0 18838560 18947056 50425856 140737433564170 140737433564288 140737433564288 140737433571312 0
[pid=74474/tid=74479] ppid=74471 vsize=15271028 memory=29273809900535888 CPUtime=3597.04 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/74474/task/74479/stat : 74479 (fscip) R 74471 74474 68145 0 -1 4194368 2135011 0 0 0 359309 395 0 0 20 0 41 0 12658798 15637532672 3491186 809668444160 4194304 16623229 140737433557376 0 0 0 0 0 2 0 0 0 -1 0 0 0 0 0 0 18838560 18947056 50425856 140737433564170 140737433564288 140737433564288 140737433571312 0
[pid=74474/tid=74480] ppid=74471 vsize=15271028 memory=28496 CPUtime=3598.39 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/74474/task/74480/stat : 74480 (fscip) R 74471 74474 68145 0 -1 4194368 3331643 0 0 0 359318 521 0 0 20 0 41 0 12658798 15637532672 3491186 809668444160 4194304 16623229 140737433557376 0 0 0 0 0 2 0 0 0 -1 4 0 0 0 0 0 18838560 18947056 50425856 140737433564170 140737433564288 140737433564288 140737433571312 0
[pid=74474/tid=74481] ppid=74471 vsize=15271028 memory=10392 CPUtime=3597.74 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/74474/task/74481/stat : 74481 (fscip) R 74471 74474 68145 0 -1 4194368 1931955 0 0 0 358937 837 0 0 20 0 41 0 12658798 15637532672 3491186 809668444160 4194304 16623229 140737433557376 0 0 0 0 0 2 0 0 0 -1 44 0 0 0 0 0 18838560 18947056 50425856 140737433564170 140737433564288 140737433564288 140737433571312 0
[pid=74474/tid=74482] ppid=74471 vsize=15271028 memory=5432 CPUtime=3599.45 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/74474/task/74482/stat : 74482 (fscip) R 74471 74474 68145 0 -1 4194368 2233977 0 0 0 359610 335 0 0 20 0 41 0 12658798 15637532672 3491186 809668444160 4194304 16623229 140737433557376 0 0 0 0 0 2 0 0 0 -1 52 0 0 0 0 0 18838560 18947056 50425856 140737433564170 140737433564288 140737433564288 140737433571312 0
[pid=74474/tid=74483] ppid=74471 vsize=15271028 memory=16108 CPUtime=3599.94 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/74474/task/74483/stat : 74483 (fscip) R 74471 74474 68145 0 -1 4194368 3101432 0 0 0 359487 507 0 0 20 0 41 0 12658798 15637532672 3491186 809668444160 4194304 16623229 140737433557376 0 0 0 0 0 2 0 0 0 -1 32 0 0 0 0 0 18838560 18947056 50425856 140737433564170 140737433564288 140737433564288 140737433571312 0
[pid=74474/tid=74484] ppid=74471 vsize=15271028 memory=-7379261807985255801 CPUtime=3602.86 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/74474/task/74484/stat : 74484 (fscip) R 74471 74474 68145 0 -1 4194368 1645267 0 0 0 359461 825 0 0 20 0 41 0 12658798 15637532672 3491186 809668444160 4194304 16623229 140737433557376 0 0 0 0 0 2 0 0 0 -1 60 0 0 0 0 0 18838560 18947056 50425856 140737433564170 140737433564288 140737433564288 140737433571312 0
[pid=74474/tid=74485] ppid=74471 vsize=15271028 memory=1996 CPUtime=3597.97 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/74474/task/74485/stat : 74485 (fscip) R 74471 74474 68145 0 -1 4194368 2558394 0 0 0 359346 451 0 0 20 0 41 0 12658798 15637532672 3491186 809668444160 4194304 16623229 140737433557376 0 0 0 0 0 2 0 0 0 -1 40 0 0 0 0 0 18838560 18947056 50425856 140737433564170 140737433564288 140737433564288 140737433571312 0
[pid=74474/tid=74486] ppid=74471 vsize=15271028 memory=1836 CPUtime=3599.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/74474/task/74486/stat : 74486 (fscip) R 74471 74474 68145 0 -1 4194368 2882415 0 0 0 359516 386 0 0 20 0 41 0 12658798 15637532672 3491186 809668444160 4194304 16623229 140737433557376 0 0 0 0 0 2 0 0 0 -1 72 0 0 0 0 0 18838560 18947056 50425856 140737433564170 140737433564288 140737433564288 140737433571312 0
[pid=74474/tid=74487] ppid=74471 vsize=15271028 memory=38468 CPUtime=3602.49 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/74474/task/74487/stat : 74487 (fscip) R 74471 74474 68145 0 -1 4194368 1706556 0 0 0 359372 877 0 0 20 0 41 0 12658798 15637532672 3491186 809668444160 4194304 16623229 140737433557376 0 0 0 0 0 2 0 0 0 -1 20 0 0 0 0 0 18838560 18947056 50425856 140737433564170 140737433564288 140737433564288 140737433571312 0
[pid=74474/tid=74488] ppid=74471 vsize=15271028 memory=2152 CPUtime=3599.05 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/74474/task/74488/stat : 74488 (fscip) R 74471 74474 68145 0 -1 4194368 2504382 0 0 0 359362 543 0 0 20 0 41 0 12658798 15637532672 3491186 809668444160 4194304 16623229 140737433557376 0 0 0 0 0 2 0 0 0 -1 48 0 0 0 0 0 18838560 18947056 50425856 140737433564170 140737433564288 140737433564288 140737433571312 0
[pid=74474/tid=74489] ppid=74471 vsize=15271028 memory=6056 CPUtime=3599.59 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/74474/task/74489/stat : 74489 (fscip) R 74471 74474 68145 0 -1 4194368 3260098 0 0 0 359483 476 0 0 20 0 41 0 12658798 15637532672 3491186 809668444160 4194304 16623229 140737433557376 0 0 0 0 0 2 0 0 0 -1 12 0 0 0 0 0 18838560 18947056 50425856 140737433564170 140737433564288 140737433564288 140737433571312 0
[pid=74474/tid=74490] ppid=74471 vsize=15271028 memory=104 CPUtime=3596.22 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/74474/task/74490/stat : 74490 (fscip) R 74471 74474 68145 0 -1 4194368 1712536 0 0 0 358755 867 0 0 20 0 41 0 12658798 15637532672 3491186 809668444160 4194304 16623229 140737433557376 0 0 0 0 0 2 0 0 0 -1 68 0 0 0 0 0 18838560 18947056 50425856 140737433564170 140737433564288 140737433564288 140737433571312 0
[pid=74474/tid=74491] ppid=74471 vsize=15271028 memory=33100 CPUtime=3604.52 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/74474/task/74491/stat : 74491 (fscip) R 74471 74474 68145 0 -1 4194368 2366326 0 0 0 360042 410 0 0 20 0 41 0 12658798 15637532672 3491186 809668444160 4194304 16623229 140737433557376 0 0 0 0 0 2 0 0 0 -1 28 0 0 0 0 0 18838560 18947056 50425856 140737433564170 140737433564288 140737433564288 140737433571312 0
[pid=74474/tid=74492] ppid=74471 vsize=15271028 memory=19580 CPUtime=3602.25 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/74474/task/74492/stat : 74492 (fscip) R 74471 74474 68145 0 -1 4194368 2777867 0 0 0 359774 451 0 0 20 0 41 0 12658798 15637532672 3491186 809668444160 4194304 16623229 140737433557376 0 0 0 0 0 2 0 0 0 -1 64 0 0 0 0 0 18838560 18947056 50425856 140737433564170 140737433564288 140737433564288 140737433571312 0
[pid=74474/tid=74493] ppid=74471 vsize=15271028 memory=54528 CPUtime=3596.3 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/74474/task/74493/stat : 74493 (fscip) R 74471 74474 68145 0 -1 4194368 1791112 0 0 0 358793 837 0 0 20 0 41 0 12658798 15637532672 3491186 809668444160 4194304 16623229 140737433557376 0 0 0 0 0 2 0 0 0 -1 56 0 0 0 0 0 18838560 18947056 50425856 140737433564170 140737433564288 140737433564288 140737433571312 0
[pid=74474/tid=74494] ppid=74471 vsize=15271028 memory=28496 CPUtime=3602.62 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/74474/task/74494/stat : 74494 (fscip) R 74471 74474 68145 0 -1 4194368 2586172 0 0 0 359849 413 0 0 20 0 41 0 12658798 15637532672 3491186 809668444160 4194304 16623229 140737433557376 0 0 0 0 0 2 0 0 0 -1 24 0 0 0 0 0 18838560 18947056 50425856 140737433564170 140737433564288 140737433564288 140737433571312 0
[pid=74474/tid=74495] ppid=74471 vsize=15271028 memory=7644 CPUtime=3602.47 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/74474/task/74495/stat : 74495 (fscip) R 74471 74474 68145 0 -1 4194368 2900282 0 0 0 359810 437 0 0 20 0 41 0 12658798 15637532672 3491186 809668444160 4194304 16623229 140737433557376 0 0 0 0 0 2 0 0 0 -1 8 0 0 0 0 0 18838560 18947056 50425856 140737433564170 140737433564288 140737433564288 140737433571312 0
[pid=74474/tid=74496] ppid=74471 vsize=15271028 memory=-7379261807985255801 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/74474/task/74496/stat : 74496 (fscip) S 74471 74474 68145 0 -1 1077936192 62 0 0 0 2 0 0 0 20 0 41 0 12658828 15637532672 3491186 809668444160 4194304 16623229 140737433557376 0 0 0 0 0 2 1 0 0 -1 60 0 0 0 0 0 18838560 18947056 50425856 140737433564170 140737433564288 140737433564288 140737433571312 0
[pid=74474/tid=74497] ppid=74471 vsize=15271028 memory=1996 CPUtime=0.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/74474/task/74497/stat : 74497 (fscip) S 74471 74474 68145 0 -1 1077936192 122 0 0 0 3 0 0 0 20 0 41 0 12658828 15637532672 3491186 809668444160 4194304 16623229 140737433557376 0 0 0 0 0 2 1 0 0 -1 52 0 0 0 0 0 18838560 18947056 50425856 140737433564170 140737433564288 140737433564288 140737433571312 0
[pid=74474/tid=74498] ppid=74471 vsize=15271028 memory=1836 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/74474/task/74498/stat : 74498 (fscip) S 74471 74474 68145 0 -1 1077936192 120 0 0 0 2 0 0 0 20 0 41 0 12658828 15637532672 3491186 809668444160 4194304 16623229 140737433557376 0 0 0 0 0 2 1 0 0 -1 44 0 0 0 0 0 18838560 18947056 50425856 140737433564170 140737433564288 140737433564288 140737433571312 0
[pid=74474/tid=74499] ppid=74471 vsize=15271028 memory=38468 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/74474/task/74499/stat : 74499 (fscip) S 74471 74474 68145 0 -1 1077936192 131 0 0 0 2 0 0 0 20 0 41 0 12658828 15637532672 3491186 809668444160 4194304 16623229 140737433557376 0 0 0 0 0 2 1 0 0 -1 20 0 0 0 0 0 18838560 18947056 50425856 140737433564170 140737433564288 140737433564288 140737433571312 0
[pid=74474/tid=74500] ppid=74471 vsize=15271028 memory=2152 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/74474/task/74500/stat : 74500 (fscip) S 74471 74474 68145 0 -1 1077936192 132 0 0 0 2 0 0 0 20 0 41 0 12658828 15637532672 3491186 809668444160 4194304 16623229 140737433557376 0 0 0 0 0 2 1 0 0 -1 32 0 0 0 0 0 18838560 18947056 50425856 140737433564170 140737433564288 140737433564288 140737433571312 0
[pid=74474/tid=74501] ppid=74471 vsize=15271028 memory=6056 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/74474/task/74501/stat : 74501 (fscip) S 74471 74474 68145 0 -1 1077936192 126 0 0 0 2 0 0 0 20 0 41 0 12658828 15637532672 3491186 809668444160 4194304 16623229 140737433557376 0 0 0 0 0 2 1 0 0 -1 40 0 0 0 0 0 18838560 18947056 50425856 140737433564170 140737433564288 140737433564288 140737433571312 0
[pid=74474/tid=74502] ppid=74471 vsize=15271028 memory=104 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/74474/task/74502/stat : 74502 (fscip) S 74471 74474 68145 0 -1 1077936192 131 0 0 0 2 0 0 0 20 0 41 0 12658828 15637532672 3491186 809668444160 4194304 16623229 140737433557376 0 0 0 0 0 2 1 0 0 -1 72 0 0 0 0 0 18838560 18947056 50425856 140737433564170 140737433564288 140737433564288 140737433571312 0
[pid=74474/tid=74503] ppid=74471 vsize=15271028 memory=13953520 CPUtime=0.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/74474/task/74503/stat : 74503 (fscip) S 74471 74474 68145 0 -1 1077936192 122 0 0 0 3 0 0 0 20 0 41 0 12658828 15637532672 3491186 809668444160 4194304 16623229 140737433557376 0 0 0 0 0 2 1 0 0 -1 12 0 0 0 0 0 18838560 18947056 50425856 140737433564170 140737433564288 140737433564288 140737433571312 0
[pid=74474/tid=74504] ppid=74471 vsize=15271028 memory=11424 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/74474/task/74504/stat : 74504 (fscip) S 74471 74474 68145 0 -1 1077936192 139 0 0 0 2 0 0 0 20 0 41 0 12658828 15637532672 3491186 809668444160 4194304 16623229 140737433557376 0 0 0 0 0 2 1 0 0 -1 4 0 0 0 0 0 18838560 18947056 50425856 140737433564170 140737433564288 140737433564288 140737433571312 0
[pid=74474/tid=74505] ppid=74471 vsize=15271028 memory=13664 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/74474/task/74505/stat : 74505 (fscip) S 74471 74474 68145 0 -1 1077936192 118 0 0 0 2 0 0 0 20 0 41 0 12658828 15637532672 3491186 809668444160 4194304 16623229 140737433557376 0 0 0 0 0 2 1 0 0 -1 52 0 0 0 0 0 18838560 18947056 50425856 140737433564170 140737433564288 140737433564288 140737433571312 0
[pid=74474/tid=74506] ppid=74471 vsize=15271028 memory=10392 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/74474/task/74506/stat : 74506 (fscip) S 74471 74474 68145 0 -1 1077936192 132 0 0 0 2 0 0 0 20 0 41 0 12658828 15637532672 3491186 809668444160 4194304 16623229 140737433557376 0 0 0 0 0 2 1 0 0 -1 72 0 0 0 0 0 18838560 18947056 50425856 140737433564170 140737433564288 140737433564288 140737433571312 0
[pid=74474/tid=74507] ppid=74471 vsize=15271028 memory=5432 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/74474/task/74507/stat : 74507 (fscip) S 74471 74474 68145 0 -1 1077936192 124 0 0 0 2 0 0 0 20 0 41 0 12658828 15637532672 3491186 809668444160 4194304 16623229 140737433557376 0 0 0 0 0 2 1 0 0 -1 16 0 0 0 0 0 18838560 18947056 50425856 140737433564170 140737433564288 140737433564288 140737433571312 0
[pid=74474/tid=74508] ppid=74471 vsize=15271028 memory=13962696 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/74474/task/74508/stat : 74508 (fscip) S 74471 74474 68145 0 -1 1077936192 118 0 0 0 2 0 0 0 20 0 41 0 12658828 15637532672 3491186 809668444160 4194304 16623229 140737433557376 0 0 0 0 0 2 1 0 0 -1 64 0 0 0 0 0 18838560 18947056 50425856 140737433564170 140737433564288 140737433564288 140737433571312 0
[pid=74474/tid=74509] ppid=74471 vsize=15271028 memory=25333125866717268 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/74474/task/74509/stat : 74509 (fscip) S 74471 74474 68145 0 -1 1077936192 122 0 0 0 0 2 0 0 20 0 41 0 12658828 15637532672 3491186 809668444160 4194304 16623229 140737433557376 0 0 0 0 0 2 1 0 0 -1 24 0 0 0 0 0 18838560 18947056 50425856 140737433564170 140737433564288 140737433564288 140737433571312 0
[pid=74474/tid=74510] ppid=74471 vsize=15271028 memory=40372 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/74474/task/74510/stat : 74510 (fscip) S 74471 74474 68145 0 -1 1077936192 132 0 0 0 0 2 0 0 20 0 41 0 12658828 15637532672 3491186 809668444160 4194304 16623229 140737433557376 0 0 0 0 0 2 1 0 0 -1 4 0 0 0 0 0 18838560 18947056 50425856 140737433564170 140737433564288 140737433564288 140737433571312 0
[pid=74474/tid=74511] ppid=74471 vsize=15271028 memory=8240 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/74474/task/74511/stat : 74511 (fscip) S 74471 74474 68145 0 -1 1077936192 121 0 0 0 0 2 0 0 20 0 41 0 12658828 15637532672 3491186 809668444160 4194304 16623229 140737433557376 0 0 0 0 0 2 1 0 0 -1 48 0 0 0 0 0 18838560 18947056 50425856 140737433564170 140737433564288 140737433564288 140737433571312 0
[pid=74474/tid=74512] ppid=74471 vsize=15271028 memory=2112 CPUtime=0.01 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/74474/task/74512/stat : 74512 (fscip) S 74471 74474 68145 0 -1 1077936192 119 0 0 0 0 1 0 0 20 0 41 0 12658828 15637532672 3491186 809668444160 4194304 16623229 140737433557376 0 0 0 0 0 2 1 0 0 -1 20 0 0 0 0 0 18838560 18947056 50425856 140737433564170 140737433564288 140737433564288 140737433571312 0
[pid=74474/tid=74513] ppid=74471 vsize=15271028 memory=3308 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/74474/task/74513/stat : 74513 (fscip) S 74471 74474 68145 0 -1 1077936192 131 0 0 0 0 2 0 0 20 0 41 0 12658828 15637532672 3491186 809668444160 4194304 16623229 140737433557376 0 0 0 0 0 2 1 0 0 -1 24 0 0 0 0 0 18838560 18947056 50425856 140737433564170 140737433564288 140737433564288 140737433571312 0
[pid=74474/tid=74514] ppid=74471 vsize=15271028 memory=1704 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/74474/task/74514/stat : 74514 (fscip) S 74471 74474 68145 0 -1 1077936192 118 0 0 0 2 0 0 0 20 0 41 0 12658828 15637532672 3491186 809668444160 4194304 16623229 140737433557376 0 0 0 0 0 2 1 0 0 -1 20 0 0 0 0 0 18838560 18947056 50425856 140737433564170 140737433564288 140737433564288 140737433571312 0
[pid=74474/tid=74515] ppid=74471 vsize=15271028 memory=7896 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/74474/task/74515/stat : 74515 (fscip) S 74471 74474 68145 0 -1 1077936192 122 0 0 0 2 0 0 0 20 0 41 0 12658828 15637532672 3491186 809668444160 4194304 16623229 140737433557376 0 0 0 0 0 2 1 0 0 -1 28 0 0 0 0 0 18838560 18947056 50425856 140737433564170 140737433564288 140737433564288 140737433571312 0
Current children cumulated CPU time: 72000.7 s
Current children cumulated vsize: 15271028 KiB
Current children cumulated memory: 13964744 KiB

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

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

# cumulated CPU time of all completed processes:  user=71884.8 s, system=116.594 s

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

[startup+3634 s]*
/proc/loadavg: 78.78 79.90 79.85 42/935 77101
/proc/meminfo: memFree=752955160/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): 3634.05
CPU time (s): 72001.3
CPU user time (s): 71884.8
CPU system time (s): 116.594
CPU usage (%): 1981.29
Max. virtual memory (cumulated for all children) (KiB): 15271028
Max. memory (cumulated for all children) (KiB): 13966572

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 71884.7
system time used= 116.594
maximum resident set size= 13982100
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 49584164
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= 398242
involuntary context switches= 393343


# summary of solver processes directly reported to runsolver:
#   pid: 74474
#   total CPU time (s): 72001.3
#   total CPU user time (s): 71884.8
#   total CPU system time (s): 116.594

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 26.7485 second user time and 79.5423 second system time

The end

Launcher Data

Begin job on nodeD101 at 2024-07-31 23:18:40
IDJOB=4465222
IDBENCH=147690
IDSOLVER=3094
FILE ID=nodeD101/4465222-1722460720
RUNJOBID= nodeD101-1722453440-68155
SLURM_JOB_ID= 8254236
Free space on /tmp= 8622832 MiB

SOLVER NAME= FiberSCIP 20 cores, 2024-07-30
BENCH NAME= PB24/normalized-PB06/OPT-LIN/submitted-PB06/manquiho/bounded_golomb_rulers/normalized-bogr_14.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-4465222-1722460720/watcher-4465222-1722460720 -o /tmp/evaluation-result-4465222-1722460720/solver-4465222-1722460720 -C 72000 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeD101-1722453440-68155 --watchdog 3760  ./fscip settings/racing.prm HOME/instance-4465222-1722460720.opb -qsol -t 72000 -sth 20

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

MD5SUM BENCH= 0e700fc92a231fc1e477aebd59f20b52
RANDOM SEED=1330421184

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		: 2410.610
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		: 3054.044
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		: 3107.910
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		: 2959.769
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		: 3633.201
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		: 3022.560
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		: 3108.964
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		: 3199.999
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		: 3396.045
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		: 3053.899
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		: 3122.950
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		: 3199.999
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		: 3566.130
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		: 3053.889
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		: 3115.115
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		: 3172.308
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		: 3583.723
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		: 3053.860
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		: 3122.972
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		: 3184.086
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		: 3595.447
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		: 3047.725
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		: 3101.268
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		: 3168.451
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		: 2653.047
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		: 3053.801
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		: 3115.394
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		: 3148.035
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		: 2667.271
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		: 3040.590
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		: 3122.872
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		: 3199.999
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		: 2611.377
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		: 3053.749
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		: 3104.869
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		: 3199.999
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		: 2663.720
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		: 3049.757
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		: 3122.781
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		: 3057.473
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		: 2266.590
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		: 3052.352
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		: 3122.734
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		: 3199.999
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		: 2232.484
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		: 3047.541
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		: 3119.499
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		: 3199.999
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		: 2657.610
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		: 3054.019
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		: 3118.136
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		: 2921.693
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		: 2668.059
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		: 3054.125
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		: 3119.538
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		: 3199.999
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		: 2429.405
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		: 2922.585
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		: 3112.922
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		: 3189.959
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		: 2503.618
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		: 3054.291
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		: 3122.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		: 3199.999
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		: 3442.575
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		: 3054.372
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		: 3110.958
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		: 3179.911
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		: 2672.232
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		: 3051.833
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		: 3103.144
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		: 3195.918
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		: 2630.978
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		: 3054.538
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		: 3103.000
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		: 3117.225
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		: 2627.361
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		: 3054.615
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		: 3111.869
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		: 3199.999
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:        760690368 kB
MemAvailable:   758846536 kB
Buffers:          168448 kB
Cached:          1019768 kB
SwapCached:            0 kB
Active:           327736 kB
Inactive:       27341620 kB
Active(anon):       2128 kB
Inactive(anon): 26501548 kB
Active(file):     325608 kB
Inactive(file):   840072 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:             29868 kB
Writeback:             0 kB
AnonPages:      26480304 kB
Mapped:           125444 kB
Shmem:             22536 kB
KReclaimable:     133976 kB
Slab:             462880 kB
SReclaimable:     133976 kB
SUnreclaim:       328904 kB
KernelStack:       16816 kB
PageTables:        64532 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    526452396 kB
Committed_AS:    3285556 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:           211200 kB
HardwareCorrupted:     0 kB
AnonHugePages:   4112384 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:      468992 kB
DirectMap2M:    27291648 kB
DirectMap1G:    778043392 kB

Free space on /tmp at the end= 8622832 MiB
End job on nodeD101 at 2024-08-01 00:19:14