Trace number 4465683

Some explanations

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

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

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

Solver answer on this benchmark

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

General information on the benchmark

NamePB24/normalized-PB11/DEC-LIN/
lopes/normalized-96.opb
MD5SUM41cda2cdd43cae95a9671374dc621893
Bench CategoryDEC-LIN (decision problem, linear constraints, no UNSAT certificate)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark0
Best CPU time to get the best result obtained on this benchmark97.8949
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables12587
Total number of constraints283937
Number of constraints which are clauses255125
Number of constraints which are cardinality constraints (but not clauses)903
Number of constraints which are nor clauses,nor cardinality constraints27909
Minimum length of a constraint2
Maximum length of a constraint270
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 3
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 271
Number of bits of the biggest sum of numbers9
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.79/0.81	c Default LC presolving (default).
0.79/0.81	c ** Before presolving: virtualMemUsedAtLc = 702802369, getVmSize() = 443584512, SCIPgetMemUsed() = 366032342, SCIPgetMemTotal() = 399588086, SCIPgetMemExternEstim() = 303214283
0.79/0.81	c ** set memory limit for presolving in LC to 8.79388e+12 for SCIP **
6.67/6.77	c ** Estimated virtualMemUsedAtSolver = 881804885, getVmSize() = 1102778368, SCIPgetMemUsed() = 664911429, SCIPgetMemTotal() = 1019493045, SCIPgetMemExternEstim() = 303214283
6.67/6.77	c ** set memory limit for solvers to 4.18584e+11 for each SCIP **
6.67/6.77	c Original Problem   :
6.67/6.77	c   Problem name     : instance-4465683-1723617207
6.67/6.77	c   Variables        : 12587 (12587 binary, 0 integer, 0 implicit integer, 0 continuous)
6.67/6.77	c   Constraints      : 283937
6.67/6.77	c   Objective sense  : minimize
6.67/6.77	c Presolved Problem  :
6.67/6.77	c   Variables        : 12586 (12586 binary, 0 integer, 0 implicit integer, 0 continuous)
6.67/6.77	c   Constraints      : 280387
6.67/6.77	c Constraints        : Number
6.67/6.77	c   knapsack         : 28351 
6.67/6.77	c   setppc           : 60278 
6.67/6.77	c   linear           : 3 
6.67/6.77	c   logicor          : 191755 
6.67/6.77	c ** Instance transfer method used: 0
7.09/7.19	c ** ParaScipInstance copy does not increase the number of variables. **
13.46/13.58	c LC is working with racing ramp-up and with rebuilding tree after racing.
13.46/13.58	c                                Nodes    Active                                            
13.46/13.58	c      Time          Nodes        Left   Solvers     Best Integer        Best Node        Gap     Best Node(S)     Gap(S)
342.94/30.56	c        31              2           1        20                -           0.0000          -
442.28/35.69	c        36            303          19        20                -           0.0000          -
553.12/41.22	c        41            418          29        20                -           0.0000          -
654.03/46.39	c        46            430          14        20                -           0.0000          -
756.96/51.60	c        52            665         200        20                -           0.0000          -
857.90/56.61	c        57           1026         561        20                -           0.0000          -
960.82/61.88	c        62           1189          73        20                -           0.0000          -
1067.68/67.22	c        67           1681          83        20                -           0.0000          -
1168.62/72.31	c        72           1372         180        20                -           0.0000          -
1267.57/77.36	c        77           1860          76        20                -           0.0000          -
1366.51/82.40	c        82           2007          64        20                -           0.0000          -
1469.44/87.59	c        88           2193          60        20                -           0.0000          -
1572.34/92.71	c        93           2342          59        20                -           0.0000          -
1671.27/97.73	c        98           4186        1199        20                -           0.0000          -
1782.03/103.32	c       103           6157         579        20                -           0.0000          -
1884.92/108.51	c       108           3359         940        20                -           0.0000          -
1987.91/113.79	c       114           6371         725        20                -           0.0000          -
2090.87/119.02	c       119           6463         770        20                -           0.0000          -
2195.83/124.27	c       124           5292        1209        20                -           0.0000          -
2300.80/129.55	c       130           6425         823        20                -           0.0000          -
2405.78/134.82	c       135           5371        1244        20                -           0.0000          -
2504.84/139.85	c       140           7537        1087        20                -           0.0000          -
2605.83/144.90	c       145           5528        1372        20                -           0.0000          -
2704.81/149.95	c       150           6894        1107        20                -           0.0000          -
2808.68/155.17	c       155           6941        1132        20                -           0.0000          -
2908.59/160.24	c       160           9490         517        20                -           0.0000          -
3011.53/165.41	c       165           5807        1585        20                -           0.0000          -
3120.47/170.94	c       171           7708         751        20                -           0.0000          -
3219.46/176.00	c       176           7998        1035        20                -           0.0000          -
3324.38/181.22	c       181           5962        1670        20                -           0.0000          -
3423.40/186.27	c       186          11106         175        20                -           0.0000          -
3524.30/191.32	c       191           8961        1974        20                -           0.0000          -
3627.20/196.53	c       197           8982        1981        20                -           0.0000          -
3730.14/201.72	c       202           6899        1302        20                -           0.0000          -
3831.08/206.81	c       207           6899        1302        20                -           0.0000          -
3932.09/211.92	c       212           9037        1989        20                -           0.0000          -
4033.77/217.13	c       217           7284          75        20                -           0.0000          -
4134.96/222.18	c       222           7456          70        20                -           0.0000          -
4235.01/227.26	c       227           7634          72        20                -           0.0000          -
4336.04/232.33	c       232          10000        2304        20                -           0.0000          -
4437.00/237.50	c       238          10329        2244        20                -           0.0000          -
4541.99/242.76	c       243          15349         124        20                -           0.0000          -
4645.00/247.93	c       248          10948        2203        20                -           0.0000          -
4744.04/252.96	c       253          15756         104        20                -           0.0000          -
4850.91/258.32	c       258          11531         560        20                -           0.0000          -
4955.87/263.62	c       264          16138          60        20                -           0.0000          -
5054.88/268.64	c       269          16439         119        20                -           0.0000          -
5167.77/274.35	c       274          12539        1530        20                -           0.0000          -
5268.79/279.42	c       279           9298          52        20                -           0.0000          -
5367.85/284.44	c       284          12703        1650        20                -           0.0000          -
5474.85/289.84	c       290          12765        1688        20                -           0.0000          -
5585.77/295.40	c       295          18636        2128        20                -           0.0000          -
5686.81/300.51	c       301           9923          50        20                -           0.0000          -
5787.85/305.65	c       306          10092          51        20                -           0.0000          -
5895.49/311.10	c       311          10252          51        20                -           0.0000          -
5996.56/316.19	c       316          21346        1714        20                -           0.0000          -
6106.73/321.73	c       322          21856        1152        20                -           0.0000          -
6207.62/326.85	c       327          22493         937        20                -           0.0000          -
6311.24/332.06	c       332          16529        1378        20                -           0.0000          -
6412.26/337.18	c       337          11345          46        20                -           0.0000          -
6512.29/342.21	c       342          23657         658        20                -           0.0000          -
6613.33/347.34	c       347          11600          52        20                -           0.0000          -
6720.35/352.71	c       353          24206         335        20                -           0.0000          -
6821.33/357.88	c       358          17567         419        20                -           0.0000          -
6927.25/363.18	c       363          24982        1079        20                -           0.0000          -
7031.36/368.45	c       368          12239          53        20                -           0.0000          -
7136.44/373.76	c       374          18763        1503        20                -           0.0000          -
7239.47/378.97	c       379          12546          53        20                -           0.0000          -
7338.60/384.03	c       384          26575         100        20                -           0.0000          -
7447.61/389.41	c       389          20167         545        20                -           0.0000          -
7550.68/394.64	c       395          20938         803        20                -           0.0000          -
7653.75/399.81	c       400          21709         586        20                -           0.0000          -
7754.81/404.91	c       405          28192         927        20                -           0.0000          -
7859.81/410.25	c       410          23071         823        20                -           0.0000          -
7970.80/415.82	c       416          13608          55        20                -           0.0000          -
8071.85/421.04	c       421          13773          51        20                -           0.0000          -
8180.84/426.47	c       426          13968          63        20                -           0.0000          -
8281.91/431.56	c       432          14122          55        20                -           0.0000          -
8385.00/436.76	c       437          14301          99        20                -           0.0000          -
8488.06/441.92	c       442          14837         603        20                -           0.0000          -
8589.93/447.10	c       447          30699          61        20                -           0.0000          -
8692.20/452.22	c       452          15694        1430        20                -           0.0000          -
8795.29/457.47	c       457          30002         818        20                -           0.0000          -
8896.39/462.50	c       462          30745         423        20                -           0.0000          -
8995.50/467.56	c       468          31981         379        20                -           0.0000          -
9102.53/472.91	c       473          17140        1504        20                -           0.0000          -
9207.55/478.29	c       478          34066         332        20                -           0.0000          -
9308.62/483.35	c       483          34525         252        20                -           0.0000          -
9413.69/488.61	c       489          35049         275        20                -           0.0000          -
9516.77/493.89	c       494          33544          59        20                -           0.0000          -
9617.86/498.96	c       499          33544          59        20                -           0.0000          -
9722.89/504.26	c       504          36968         117        20                -           0.0000          -
9825.96/509.47	c       509          34431         521        20                -           0.0000          -
9927.06/514.52	c       515          35007         319        20                -           0.0000          -
10034.10/519.90	c       520          35582         377        20                -           0.0000          -
10137.88/525.16	c       525          21695         930        20                -           0.0000          -
10244.19/530.52	c       531          21996         150        20                -           0.0000          -
10345.25/535.68	c       536          38023          95        20                -           0.0000          -
10448.32/540.83	c       541          38213          90        20                -           0.0000          -
10547.42/545.87	c       546          38421          88        20                -           0.0000          -
10648.53/551.02	c       551          38655          92        20                -           0.0000          -
10757.53/556.42	c       556          25191          86        20                -           0.0000          -
10862.59/561.71	c       562          40601         108        20                -           0.0000          -
10963.66/566.90	c       567          41330         105        20                -           0.0000          -
11067.71/572.05	c       572          39463          85        20                -           0.0000          -
11168.82/577.18	c       577          26845        1431        20                -           0.0000          -
11272.75/582.40	c       582          26985        1525        20                -           0.0000          -
11373.83/587.53	c       588          27320        1818        20                -           0.0000          -
11472.92/592.56	c       593          27534        1262        20                -           0.0000          -
11574.00/597.69	c       598          40383          84        20                -           0.0000          -
11675.08/602.77	c       603          47002          97        20                -           0.0000          -
11774.17/607.79	c       608          28903        1598        20                -           0.0000          -
11875.25/612.88	c       613          41002          82        20                -           0.0000          -
11976.33/617.91	c       618          30213        1076        20                -           0.0000          -
12077.98/623.12	c       623          30760         571        20                -           0.0000          -
12180.37/628.26	c       628          31569         165        20                -           0.0000          -
12279.47/633.27	c       633          52027          90        20                -           0.0000          -
12382.51/638.44	c       638          52998          79        20                -           0.0000          -
12483.60/643.55	c       644          53426          94        20                -           0.0000          -
12584.66/648.69	c       649          53805          99        20                -           0.0000          -
12685.73/653.76	c       654          34822        1200        20                -           0.0000          -
12791.38/659.09	c       659          54332          88        20                -           0.0000          -
12892.69/664.19	c       664          35531        1283        20                -           0.0000          -
12996.67/669.41	c       669          54765          83        20                -           0.0000          -
13097.70/674.54	c       675          55019          91        20                -           0.0000          -
13196.75/679.59	c       680          37430        1574        20                -           0.0000          -
13299.76/684.80	c       685          55495          80        20                -           0.0000          -
13402.81/689.91	c       690          50015         729        20                -           0.0000          -
13501.89/694.99	c       695          50654         503        20                -           0.0000          -
13605.65/700.19	c       700          51443         504        20                -           0.0000          -
13705.99/705.24	c       705          51877         526        20                -           0.0000          -
13807.04/710.39	c       710          56705          78        20                -           0.0000          -
13910.08/715.57	c       716          56959          83        20                -           0.0000          -
14013.15/720.75	c       721          57244          81        20                -           0.0000          -
14116.18/726.05	c       726          57516          90        20                -           0.0000          -
14219.93/731.18	c       731          57832          87        20                -           0.0000          -
14320.26/736.29	c       736          44763         117        20                -           0.0000          -
14421.33/741.38	c       741          45290         113        20                -           0.0000          -
14522.40/746.40	c       746          45993         116        20                -           0.0000          -
14621.48/751.47	c       751          46853         116        20                -           0.0000          -
14722.70/756.59	c       757          58515         503        20                -           0.0000          -
14823.65/761.63	c       762          48320         269        20                -           0.0000          -
14928.67/767.04	c       767          60014          86        20                -           0.0000          -
15030.57/772.09	c       772          60328          87        20                -           0.0000          -
15134.75/777.35	c       777          59753         877        20                -           0.0000          -
15239.77/782.68	c       783          61002          89        20                -           0.0000          -
15340.84/787.78	c       788          61325          82        20                -           0.0000          -
15443.84/793.03	c       793          61647          84        20                -           0.0000          -
15548.86/798.28	c       798          52766         147        20                -           0.0000          -
15647.98/803.30	c       803              2           1        20                -           0.0000          -
15749.06/808.34	c       808              5           4        20                -           0.0000          -
15848.16/813.38	c       813          64193         895        20                -           0.0000          -
15955.21/818.75	c       819              7           6        20                -           0.0000          -
16056.29/823.84	c       824              8           7        20                -           0.0000          -
16160.39/829.08	c       829             12          11        20                -           0.0000          -
16261.49/834.19	c       834             12          11        20                -           0.0000          -
16363.48/839.30	c       839             12          11        20                -           0.0000          -
16464.58/844.43	c       844             12          11        20                -           0.0000          -
16565.65/849.52	c       850             12          11        20                -           0.0000          -
16668.71/854.73	c       855          65970          83        20                -           0.0000          -
16771.76/859.98	c       860             18          17        20                -           0.0000          -
16870.84/864.99	c       865             18          17        20                -           0.0000          -
16974.94/870.19	c       870             18          17        20                -           0.0000          -
17074.96/875.27	c       875             18          17        20                -           0.0000          -
17174.03/880.29	c       880             19          18        20                -           0.0000          -
17275.11/885.31	c       885             20          19        20                -           0.0000          -
17374.23/890.35	c       890             21          20        20                -           0.0000          -
17477.28/895.51	c       896             22          21        20                -           0.0000          -
17580.16/900.70	c       901             22          21        20                -           0.0000          -
17681.17/905.84	c       906             24          23        20                -           0.0000          -
17780.28/910.89	c       911             24          23        20                -           0.0000          -
17887.26/916.30	c       916             24          23        20                -           0.0000          -
17990.19/921.43	c       921             24          23        20                -           0.0000          -
18091.03/926.58	c       927             24          23        20                -           0.0000          -
18194.02/931.71	c       932             25          24        20                -           0.0000          -
18294.90/936.83	c       937             25          24        20                -           0.0000          -
18395.94/941.96	c       942             25          24        20                -           0.0000          -
18495.03/947.01	c       947          66895         112        20                -           0.0000          -
18594.12/952.03	c       952             26          25        20                -           0.0000          -
18699.14/957.24	c       957             27          26        20                -           0.0000          -
18802.19/962.46	c       962             27          26        20                -           0.0000          -
18903.26/967.60	c       968             27          26        20                -           0.0000          -
19006.31/972.72	c       973             27          26        20                -           0.0000          -
19105.41/977.78	c       978             27          26        20                -           0.0000          -
19206.39/982.84	c       983             27          26        20                -           0.0000          -
19307.54/988.00	c       988             27          26        20                -           0.0000          -
19406.16/993.04	c       993             30          29        20                -           0.0000          -
19507.89/998.14	c       998             32          31        20                -           0.0000          -
19609.86/1003.21	c      1003             32          31        20                -           0.0000          -
19708.63/1008.26	c      1008             32          31        20                -           0.0000          -
19809.55/1013.33	c      1013             32          31        20                -           0.0000          -
19910.57/1018.40	c      1018             33          32        20                -           0.0000          -
20015.57/1023.76	c      1024         100817         530        20                -           0.0000          -
20116.39/1028.85	c      1029             34          33        20                -           0.0000          -
20217.44/1033.98	c      1034             37          36        20                -           0.0000          -
20319.36/1039.11	c      1039             37          36        20                -           0.0000          -
20421.51/1044.29	c      1044             37          36        20                -           0.0000          -
20524.47/1049.45	c      1049             37          36        20                -           0.0000          -
20623.56/1054.47	c      1054         103827         549        20                -           0.0000          -
20724.64/1059.54	c      1060             49          48        20                -           0.0000          -
20823.77/1064.58	c      1065             49          48        20                -           0.0000          -
20926.80/1069.79	c      1070             49          48        20                -           0.0000          -
21027.88/1074.86	c      1075             49          48        20                -           0.0000          -
21126.87/1079.89	c      1080             49          48        20                -           0.0000          -
21227.97/1084.99	c      1085             49          48        20                -           0.0000          -
21329.91/1090.08	c      1090          79162          99        20                -           0.0000          -
21434.03/1095.36	c      1095             54          53        20                -           0.0000          -
21535.16/1100.44	c      1100             54          53        20                -           0.0000          -
21634.13/1105.50	c      1106             54          53        20                -           0.0000          -
21737.23/1110.61	c      1111             54          53        20                -           0.0000          -
21836.35/1115.64	c      1116             54          53        20                -           0.0000          -
21941.42/1121.03	c      1121             54          53        20                -           0.0000          -
22045.48/1126.15	c      1126             55          54        20                -           0.0000          -
22149.56/1131.43	c      1131             60          59        20                -           0.0000          -
22250.67/1136.58	c      1137             60          59        20                -           0.0000          -
22351.79/1141.68	c      1142         117435         411        20                -           0.0000          -
22452.93/1146.79	c      1147          82346         165        20                -           0.0000          -
22559.10/1152.08	c      1152             72          71        20                -           0.0000          -
22661.08/1157.21	c      1157             75          74        20                -           0.0000          -
22760.19/1162.26	c      1162             78          77        20                -           0.0000          -
22865.28/1167.51	c      1168             80          79        20                -           0.0000          -
22966.41/1172.68	c      1173             81          80        20                -           0.0000          -
23069.51/1177.80	c      1178             81          80        20                -           0.0000          -
23170.63/1182.95	c      1183             81          80        20                -           0.0000          -
23272.69/1188.07	c      1188             81          80        20                -           0.0000          -
23374.82/1193.28	c      1193             81          80        20                -           0.0000          -
23477.94/1198.41	c      1198             81          80        20                -           0.0000          -
23579.07/1203.52	c      1204             82          81        20                -           0.0000          -
23678.20/1208.58	c      1209          91730          72        20                -           0.0000          -
23783.10/1213.84	c      1214             85          84        20                -           0.0000          -
23884.03/1219.01	c      1219             85          84        20                -           0.0000          -
23985.78/1224.12	c      1224             85          84        20                -           0.0000          -
24086.74/1229.20	c      1229             85          84        20                -           0.0000          -
24187.10/1234.25	c      1234             87          86        20                -           0.0000          -
24288.08/1239.31	c      1239             89          88        20                -           0.0000          -
24389.17/1244.40	c      1244             89          88        20                -           0.0000          -
24490.24/1249.54	c      1250             12           9        20                -           0.0000          -
24589.26/1254.58	c      1255             13          10        20                -           0.0000          -
24690.29/1259.62	c      1260             94          93        20                -           0.0000          -
24789.40/1264.66	c      1265             94          93        20                -           0.0000          -
24892.42/1269.85	c      1270             94          93        20                -           0.0000          -
24993.48/1274.94	c      1275             94          93        20                -           0.0000          -
25092.58/1280.00	c      1280             18          15        20                -           0.0000          -
25197.57/1285.21	c      1285             97          96        20                -           0.0000          -
25298.48/1290.31	c      1290             98          97        20                -           0.0000          -
25397.32/1295.34	c      1295             98          97        20                -           0.0000          -
25500.34/1300.53	c      1301             98          97        20                -           0.0000          -
25601.41/1305.60	c      1306             98          97        20                -           0.0000          -
25700.51/1310.69	c      1311             20          17        20                -           0.0000          -
25801.61/1315.79	c      1316             20          17        20                -           0.0000          -
25904.68/1320.90	c      1321             20          17        20                -           0.0000          -
26003.75/1325.91	c      1326             20          17        20                -           0.0000          -
26102.84/1331.01	c      1331             20          17        20                -           0.0000          -
26207.79/1336.29	c      1336             20          17        20                -           0.0000          -
26310.87/1341.40	c      1341             20          17        20                -           0.0000          -
26409.98/1346.49	c      1346             20          17        20                -           0.0000          -
26511.09/1351.54	c      1352             20          17        20                -           0.0000          -
26612.18/1356.69	c      1357            110         109        20                -           0.0000          -
26713.26/1361.79	c      1362            110         109        20                -           0.0000          -
26814.11/1366.84	c      1367             25          22        20                -           0.0000          -
26917.93/1372.04	c      1372             25          22        20                -           0.0000          -
27017.10/1377.12	c      1377             25          22        20                -           0.0000          -
27119.33/1382.21	c      1382            114         113        20                -           0.0000          -
27218.41/1387.27	c      1387            114         113        20                -           0.0000          -
27319.50/1392.33	c      1392            114         113        20                -           0.0000          -
27418.60/1397.36	c      1397            114         113        20                -           0.0000          -
27521.67/1402.56	c      1403            114         113        20                -           0.0000          -
27622.76/1407.67	c      1408             34          31        20                -           0.0000          -
27723.87/1412.72	c      1413             34          31        20                -           0.0000          -
27825.01/1417.83	c      1418             34          31        20                -           0.0000          -
27926.15/1422.93	c      1423             34          31        20                -           0.0000          -
28028.07/1428.04	c      1428             34          31        20                -           0.0000          -
28127.28/1433.06	c      1433             34          31        20                -           0.0000          -
28228.36/1438.18	c      1438             34          31        20                -           0.0000          -
28328.61/1443.28	c      1443             34          31        20                -           0.0000          -
28431.73/1448.46	c      1448             34          31        20                -           0.0000          -
28534.81/1453.60	c      1454             34          31        20                -           0.0000          -
28633.96/1458.69	c      1459             34          31        20                -           0.0000          -
28735.07/1463.75	c      1464             34          31        20                -           0.0000          -
28834.21/1468.80	c      1469             34          31        20                -           0.0000          -
28935.30/1473.86	c      1474             34          31        20                -           0.0000          -
29034.38/1478.89	c      1479             34          31        20                -           0.0000          -
29135.49/1484.01	c      1484             34          31        20                -           0.0000          -
29237.49/1489.06	c      1489             34          31        20                -           0.0000          -
29336.58/1494.11	c      1494            122         121        20                -           0.0000          -
29437.63/1499.17	c      1499            122         121        20                -           0.0000          -
29536.79/1504.19	c      1504            122         121        20                -           0.0000          -
29639.05/1509.39	c      1509            122         121        20                -           0.0000          -
29742.15/1514.59	c      1515            122         121        20                -           0.0000          -
29847.22/1519.86	c      1520            122         121        20                -           0.0000          -
29951.13/1525.09	c      1525            122         121        20                -           0.0000          -
30053.46/1530.27	c      1530            122         121        20                -           0.0000          -
30154.61/1535.37	c      1535            122         121        20                -           0.0000          -
30257.70/1540.57	c      1541            122         121        20                -           0.0000          -
30358.86/1545.62	c      1546            122         121        20                -           0.0000          -
30460.01/1550.76	c      1551            122         121        20                -           0.0000          -
30561.12/1555.88	c      1556            122         121        20                -           0.0000          -
30662.24/1560.90	c      1561            122         121        20                -           0.0000          -
30761.40/1566.00	c      1566            122         121        20                -           0.0000          -
30863.37/1571.11	c      1571            122         121        20                -           0.0000          -
30965.65/1576.27	c      1576            122         121        20                -           0.0000          -
31068.75/1581.47	c      1581            122         121        20                -           0.0000          -
31173.86/1586.72	c      1587            122         121        20                -           0.0000          -
31275.00/1591.85	c      1592            122         121        20                -           0.0000          -
31376.12/1596.96	c      1597            122         121        20                -           0.0000          -
31478.12/1602.13	c      1602            122         121        20                -           0.0000          -
31579.32/1607.19	c      1607            122         121        20                -           0.0000          -
31681.43/1612.31	c      1612            122         121        20                -           0.0000          -
31782.53/1617.42	c      1617            122         121        20                -           0.0000          -
31881.60/1622.44	c      1622            122         121        20                -           0.0000          -
31980.67/1627.46	c      1627            122         121        20                -           0.0000          -
32085.79/1632.78	c      1633            122         121        20                -           0.0000          -
32188.96/1637.92	c      1638            122         121        20                -           0.0000          -
32288.13/1642.93	c      1643            122         121        20                -           0.0000          -
32393.14/1648.23	c      1648            122         121        20                -           0.0000          -
32492.27/1653.25	c      1653            122         121        20                -           0.0000          -
32595.34/1658.48	c      1658            122         121        20                -           0.0000          -
32696.51/1663.58	c      1664            122         121        20                -           0.0000          -
32799.64/1668.73	c      1669            122         121        20                -           0.0000          -
32900.76/1673.81	c      1674            122         121        20                -           0.0000          -
33001.92/1678.93	c      1679            122         121        20                -           0.0000          -
33101.07/1684.03	c      1684            122         121        20                -           0.0000          -
33203.12/1689.10	c      1689            122         121        20                -           0.0000          -
33302.32/1694.12	c      1694            122         121        20                -           0.0000          -
33403.53/1699.16	c      1699            122         121        20                -           0.0000          -
33502.30/1704.19	c      1704            122         121        20                -           0.0000          -
33604.72/1709.33	c      1709            122         121        20                -           0.0000          -
33705.86/1714.45	c      1714            122         121        20                -           0.0000          -
33806.79/1719.55	c      1720            122         121        20                -           0.0000          -
33909.91/1724.74	c      1725            122         121        20                -           0.0000          -
34011.02/1729.85	c      1730            122         121        20                -           0.0000          -
34112.10/1734.92	c      1735            122         121        20                -           0.0000          -
34211.22/1740.00	c      1740            122         121        20                -           0.0000          -
34316.26/1745.29	c      1745            122         121        20                -           0.0000          -
34421.33/1750.53	c      1751            122         121        20                -           0.0000          -
34522.44/1755.66	c      1756            122         121        20                -           0.0000          -
34623.54/1760.75	c      1761            122         121        20                -           0.0000          -
34726.63/1765.98	c      1766            122         121        20                -           0.0000          -
34831.64/1771.23	c      1771            122         121        20                -           0.0000          -
34930.75/1776.24	c      1776            122         121        20                -           0.0000          -
35033.83/1781.43	c      1781            122         121        20                -           0.0000          -
35132.96/1786.48	c      1786            122         121        20                -           0.0000          -
35236.03/1791.64	c      1792            122         121        20                -           0.0000          -
35337.13/1796.76	c      1797            122         121        20                -           0.0000          -
35440.24/1802.02	c      1802            122         121        20                -           0.0000          -
35545.27/1807.28	c      1807            122         121        20                -           0.0000          -
35650.33/1812.58	c      1813            122         121        20                -           0.0000          -
35753.38/1817.72	c      1818            122         121        20                -           0.0000          -
35854.46/1822.84	c      1823            122         121        20                -           0.0000          -
35955.53/1828.00	c      1828            122         121        20                -           0.0000          -
36062.54/1833.31	c      1833            122         121        20                -           0.0000          -
36165.61/1838.59	c      1839            122         121        20                -           0.0000          -
36268.67/1843.72	c      1844            122         121        20                -           0.0000          -
36371.70/1848.92	c      1849            122         121        20                -           0.0000          -
36470.75/1854.02	c      1854            122         121        20                -           0.0000          -
36572.78/1859.08	c      1859            122         121        20                -           0.0000          -
36674.82/1864.30	c      1864            122         121        20                -           0.0000          -
36777.86/1869.45	c      1869            122         121        20                -           0.0000          -
36878.88/1874.58	c      1875            122         121        20                -           0.0000          -
36979.93/1879.61	c      1880            122         121        20                -           0.0000          -
37082.94/1884.86	c      1885            122         121        20                -           0.0000          -
37188.94/1890.16	c      1890            122         121        20                -           0.0000          -
37288.04/1895.17	c      1895            122         121        20                -           0.0000          -
37392.05/1900.43	c      1900            122         121        20                -           0.0000          -
37495.09/1905.66	c      1906            122         121        20                -           0.0000          -
37596.19/1910.76	c      1911            122         121        20                -           0.0000          -
37699.26/1915.91	c      1916            122         121        20                -           0.0000          -
37798.37/1921.02	c      1921            122         121        20                -           0.0000          -
37900.42/1926.08	c      1926            122         121        20                -           0.0000          -
38002.44/1931.23	c      1931            122         121        20                -           0.0000          -
38101.57/1936.28	c      1936            122         121        20                -           0.0000          -
38204.67/1941.48	c      1941            122         121        20                -           0.0000          -
38305.73/1946.58	c      1947            122         121        20                -           0.0000          -
38408.86/1951.71	c      1952            122         121        20                -           0.0000          -
38508.03/1956.73	c      1957            122         121        20                -           0.0000          -
38609.16/1961.82	c      1962            122         121        20                -           0.0000          -
38708.30/1966.87	c      1967            122         121        20                -           0.0000          -
38809.41/1972.04	c      1972            122         121        20                -           0.0000          -
38913.37/1977.18	c      1977            122         121        20                -           0.0000          -
39015.50/1982.36	c      1982            122         121        20                -           0.0000          -
39116.58/1987.50	c      1988            122         121        20                -           0.0000          -
39219.65/1992.69	c      1993            122         121        20                -           0.0000          -
39320.75/1997.78	c      1998            122         121        20                -           0.0000          -
39421.86/2002.85	c      2003            122         121        20                -           0.0000          -
39522.96/2008.03	c      2008            122         121        20                -           0.0000          -
39625.12/2013.13	c      2013            126         125        20                -           0.0000          -
39727.11/2018.25	c      2018            126         125        20                -           0.0000          -
39828.22/2023.38	c      2023            126         125        20                -           0.0000          -
39931.34/2028.51	c      2029             58          57        20                -           0.0000          -
40030.48/2033.56	c      2034             58          57        20                -           0.0000          -
40131.62/2038.64	c      2039             58          57        20                -           0.0000          -
40230.73/2043.67	c      2044             58          57        20                -           0.0000          -
40331.84/2048.74	c      2049             58          57        20                -           0.0000          -
40430.95/2053.77	c      2054             58          57        20                -           0.0000          -
40532.06/2058.87	c      2059             58          57        20                -           0.0000          -
40633.17/2063.98	c      2064             58          57        20                -           0.0000          -
40735.05/2069.08	c      2069             58          57        20                -           0.0000          -
40837.35/2074.22	c      2074             58          57        20                -           0.0000          -
40940.46/2079.44	c      2079             58          57        20                -           0.0000          -
41039.59/2084.48	c      2084             58          57        20                -           0.0000          -
41144.68/2089.70	c      2090             58          57        20                -           0.0000          -
41243.81/2094.79	c      2095             58          57        20                -           0.0000          -
41344.91/2099.88	c      2100             58          57        20                -           0.0000          -
41446.01/2104.91	c      2105             58          57        20                -           0.0000          -
41545.11/2110.01	c      2110             58          57        20                -           0.0000          -
41647.19/2115.11	c      2115             58          57        20                -           0.0000          -
41748.26/2120.19	c      2120             58          57        20                -           0.0000          -
41848.34/2125.29	c      2125             58          57        20                -           0.0000          -
41951.42/2130.47	c      2130             58          57        20                -           0.0000          -
42052.52/2135.58	c      2136             58          57        20                -           0.0000          -
42159.56/2141.00	c      2141             58          57        20                -           0.0000          -
42264.61/2146.21	c      2146             58          57        20                -           0.0000          -
42367.70/2151.43	c      2151             58          57        20                -           0.0000          -
42466.82/2156.50	c      2156             58          57        20                -           0.0000          -
42567.91/2161.56	c      2162             58          57        20                -           0.0000          -
42669.02/2166.64	c      2167             58          57        20                -           0.0000          -
42770.12/2171.71	c      2172             58          57        20                -           0.0000          -
42871.24/2176.82	c      2177             58          57        20                -           0.0000          -
42972.35/2181.94	c      2182             58          57        20                -           0.0000          -
43074.46/2187.13	c      2187             58          57        20                -           0.0000          -
43176.50/2192.23	c      2192             58          57        20                -           0.0000          -
43277.62/2197.36	c      2197             58          57        20                -           0.0000          -
43378.71/2202.46	c      2202             58          57        20                -           0.0000          -
43479.80/2207.56	c      2208             58          57        20                -           0.0000          -
43580.89/2212.64	c      2213             58          57        20                -           0.0000          -
43680.04/2217.69	c      2218             58          57        20                -           0.0000          -
43781.15/2222.73	c      2223             58          57        20                -           0.0000          -
43882.26/2227.86	c      2228             58          57        20                -           0.0000          -
43983.37/2232.92	c      2233             58          57        20                -           0.0000          -
44082.49/2237.96	c      2238             58          57        20                -           0.0000          -
44184.58/2243.11	c      2243             58          57        20                -           0.0000          -
44286.67/2248.24	c      2248             58          57        20                -           0.0000          -
44387.79/2253.32	c      2253             58          57        20                -           0.0000          -
44492.88/2258.65	c      2259             58          57        20                -           0.0000          -
44594.00/2263.74	c      2264             58          57        20                -           0.0000          -
44697.11/2268.94	c      2269             58          57        20                -           0.0000          -
44796.24/2274.05	c      2274             58          57        20                -           0.0000          -
44900.25/2279.16	c      2279             58          57        20                -           0.0000          -
44999.16/2284.18	c      2284             58          57        20                -           0.0000          -
45101.49/2289.34	c      2289             58          57        20                -           0.0000          -
45202.62/2294.47	c      2294             58          57        20                -           0.0000          -
45305.75/2299.68	c      2300             58          57        20                -           0.0000          -
45410.85/2304.93	c      2305             58          57        20                -           0.0000          -
45510.00/2310.00	c      2310             58          57        20                -           0.0000          -
45615.08/2315.22	c      2315             58          57        20                -           0.0000          -
45716.22/2320.30	c      2320             58          57        20                -           0.0000          -
45817.34/2325.40	c      2325             58          57        20                -           0.0000          -
45918.47/2330.53	c      2331             58          57        20                -           0.0000          -
46021.60/2335.71	c      2336             58          57        20                -           0.0000          -
46122.75/2340.81	c      2341             58          57        20                -           0.0000          -
46223.85/2346.00	c      2346             58          57        20                -           0.0000          -
46328.79/2351.28	c      2351             58          57        20                -           0.0000          -
46429.78/2356.36	c      2356             58          57        20                -           0.0000          -
46530.79/2361.47	c      2361             58          57        20                -           0.0000          -
46631.79/2366.50	c      2366             58          57        20                -           0.0000          -
46732.73/2371.63	c      2372             58          57        20                -           0.0000          -
46835.74/2376.83	c      2377             58          57        20                -           0.0000          -
46939.45/2382.04	c      2382             58          57        20                -           0.0000          -
47041.83/2387.26	c      2387             58          57        20                -           0.0000          -
47146.92/2392.54	c      2393             58          57        20                -           0.0000          -
47250.02/2397.70	c      2398             58          57        20                -           0.0000          -
47351.12/2402.82	c      2403             58          57        20                -           0.0000          -
47452.19/2407.90	c      2408             58          57        20                -           0.0000          -
47551.33/2413.03	c      2413            215         214        20                -           0.0000          -
47656.37/2418.29	c      2418            215         214        20                -           0.0000          -
47757.45/2423.39	c      2423            215         214        20                -           0.0000          -
47858.54/2428.44	c      2428             59          56        20                -           0.0000          -
47957.63/2433.48	c      2433             59          56        20                -           0.0000          -
48056.73/2438.49	c      2438             59          56        20                -           0.0000          -
48159.79/2443.63	c      2444             59          56        20                -           0.0000          -
48260.88/2448.76	c      2449             59          56        20                -           0.0000          -
48363.95/2453.96	c      2454             59          56        20                -           0.0000          -
48462.96/2459.05	c      2459            231         230        20                -           0.0000          -
48566.74/2464.19	c      2464            231         230        20                -           0.0000          -
48672.88/2469.52	c      2470             65          62        20                -           0.0000          -
48777.86/2474.85	c      2475             65          62        20                -           0.0000          -
48878.87/2480.04	c      2480             65          62        20                -           0.0000          -
48983.80/2485.26	c      2485             65          62        20                -           0.0000          -
49086.78/2490.43	c      2490             65          62        20                -           0.0000          -
49189.78/2495.64	c      2496             65          62        20                -           0.0000          -
49292.78/2500.82	c      2501             65          62        20                -           0.0000          -
49393.84/2506.00	c      2506              7           6        20                -           0.0000          -
49498.83/2511.22	c      2511            251         250        20                -           0.0000          -
49597.91/2516.26	c      2516            251         250        20                -           0.0000          -
49700.97/2521.43	c      2521             66          63        20                -           0.0000          -
49802.06/2526.52	c      2527             66          63        20                -           0.0000          -
49903.14/2531.63	c      2532             10           9        20                -           0.0000          -
50002.24/2536.64	c      2537             69          66        20                -           0.0000          -
50103.33/2541.71	c      2542             69          66        20                -           0.0000          -
50204.40/2546.83	c      2547             12          11        20                -           0.0000          -
50303.49/2551.88	c      2552             12          11        20                -           0.0000          -
50404.56/2557.03	c      2557             12          11        20                -           0.0000          -
50508.62/2562.15	c      2562             12          11        20                -           0.0000          -
50608.72/2567.24	c      2567             12          11        20                -           0.0000          -
50709.84/2572.31	c      2572             12          11        20                -           0.0000          -
50812.96/2577.56	c      2578             12          11        20                -           0.0000          -
50918.09/2582.83	c      2583             12          11        20                -           0.0000          -
51019.23/2587.97	c      2588             12          11        20                -           0.0000          -
51118.41/2593.03	c      2593             12          11        20                -           0.0000          -
51225.43/2598.33	c      2598             72          69        20                -           0.0000          -
51324.55/2603.36	c      2603             72          69        20                -           0.0000          -
51427.58/2608.55	c      2609             72          69        20                -           0.0000          -
51528.67/2613.65	c      2614             72          69        20                -           0.0000          -
51629.73/2618.72	c      2619             72          69        20                -           0.0000          -
51732.80/2623.94	c      2624             72          69        20                -           0.0000          -
51839.77/2629.34	c      2629             72          69        20                -           0.0000          -
51942.81/2634.58	c      2635             72          69        20                -           0.0000          -
52045.87/2639.72	c      2640             72          69        20                -           0.0000          -
52148.93/2644.92	c      2645             72          69        20                -           0.0000          -
52248.05/2649.95	c      2650             72          69        20                -           0.0000          -
52352.17/2655.17	c      2655             72          69        20                -           0.0000          -
52456.21/2660.45	c      2660             72          69        20                -           0.0000          -
52557.30/2665.57	c      2666             14          13        20                -           0.0000          -
52660.34/2670.80	c      2671             14          13        20                -           0.0000          -
52761.42/2675.85	c      2676             73          72        20                -           0.0000          -
52862.49/2680.90	c      2681             73          72        20                -           0.0000          -
52966.47/2686.17	c      2686             73          72        20                -           0.0000          -
53068.57/2691.35	c      2691             73          72        20                -           0.0000          -
53169.63/2696.41	c      2696             73          72        20                -           0.0000          -
53268.73/2701.48	c      2701             73          72        20                -           0.0000          -
53371.81/2706.61	c      2707             73          72        20                -           0.0000          -
53470.91/2711.67	c      2712             73          72        20                -           0.0000          -
53572.04/2716.71	c      2717             73          72        20                -           0.0000          -
53675.15/2721.90	c      2722             73          72        20                -           0.0000          -
53777.28/2727.06	c      2727             73          72        20                -           0.0000          -
53876.52/2732.06	c      2732             73          72        20                -           0.0000          -
53978.62/2737.23	c      2737             73          72        20                -           0.0000          -
54079.78/2742.32	c      2742             73          72        20                -           0.0000          -
54178.96/2747.38	c      2747             73          72        20                -           0.0000          -
54280.14/2752.47	c      2752             73          72        20                -           0.0000          -
54383.28/2757.64	c      2758             73          72        20                -           0.0000          -
54486.39/2762.80	c      2763             73          72        20                -           0.0000          -
54587.53/2768.00	c      2768             73          72        20                -           0.0000          -
54689.39/2773.14	c      2773             73          72        20                -           0.0000          -
54791.72/2778.23	c      2778             73          72        20                -           0.0000          -
54892.84/2783.33	c      2783             73          72        20                -           0.0000          -
54995.96/2788.58	c      2789             73          72        20                -           0.0000          -
55099.03/2793.71	c      2794             73          72        20                -           0.0000          -
55198.13/2798.77	c      2799             73          72        20                -           0.0000          -
55301.16/2804.04	c      2804             73          72        20                -           0.0000          -
55403.29/2809.15	c      2809             73          72        20                -           0.0000          -
55509.28/2814.40	c      2814             73          72        20                -           0.0000          -
55612.38/2819.68	c      2820             25          24        20                -           0.0000          -
55713.46/2824.77	c      2825             25          24        20                -           0.0000          -
55821.45/2830.15	c      2830             25          24        20                -           0.0000          -
55923.58/2835.36	c      2835             25          24        20                -           0.0000          -
56024.66/2840.49	c      2840             25          24        20                -           0.0000          -
56129.71/2845.72	c      2846             25          24        20                -           0.0000          -
56230.81/2850.83	c      2851             25          24        20                -           0.0000          -
56329.91/2855.88	c      2856             25          24        20                -           0.0000          -
56431.00/2860.97	c      2861            374         373        20                -           0.0000          -
56534.88/2866.15	c      2866            374         373        20                -           0.0000          -
56634.22/2871.17	c      2871            374         373        20                -           0.0000          -
56733.09/2876.18	c      2876            374         373        20                -           0.0000          -
56835.42/2881.34	c      2881            374         373        20                -           0.0000          -
56934.55/2886.36	c      2886            374         373        20                -           0.0000          -
57037.66/2891.53	c      2892            374         373        20                -           0.0000          -
57138.80/2896.60	c      2897            374         373        20                -           0.0000          -
57239.93/2901.79	c      2902             74          73        20                -           0.0000          -
57340.98/2906.85	c      2907             74          73        20                -           0.0000          -
57445.00/2912.09	c      2912             74          73        20                -           0.0000          -
57546.08/2917.19	c      2917             74          73        20                -           0.0000          -
57646.13/2922.22	c      2922             74          73        20                -           0.0000          -
57749.16/2927.46	c      2927             74          73        20                -           0.0000          -
57850.18/2932.58	c      2933             74          73        20                -           0.0000          -
57951.18/2937.62	c      2938             74          73        20                -           0.0000          -
58054.14/2942.82	c      2943             74          73        20                -           0.0000          -
58155.04/2948.04	c      2948             74          73        20                -           0.0000          -
58256.63/2953.08	c      2953             74          73        20                -           0.0000          -
58360.56/2958.30	c      2958             74          73        20                -           0.0000          -
58459.48/2963.38	c      2963             74          73        20                -           0.0000          -
58564.36/2968.61	c      2969             74          73        20                -           0.0000          -
58665.31/2973.78	c      2974             29          28        20                -           0.0000          -
58768.18/2978.96	c      2979             29          28        20                -           0.0000          -
58871.97/2984.15	c      2984             29          28        20                -           0.0000          -
58970.91/2989.18	c      2989             29          28        20                -           0.0000          -
59070.85/2994.21	c      2994             29          28        20                -           0.0000          -
59169.77/2999.22	c      2999             29          28        20                -           0.0000          -
59268.69/3004.28	c      3004             29          28        20                -           0.0000          -
59369.64/3009.30	c      3009             29          28        20                -           0.0000          -
59468.57/3014.34	c      3014             29          28        20                -           0.0000          -
59571.44/3019.57	c      3020             29          28        20                -           0.0000          -
59670.38/3024.59	c      3025             29          28        20                -           0.0000          -
59771.34/3029.62	c      3030             75          72        20                -           0.0000          -
59870.32/3034.67	c      3035            403         402        20                -           0.0000          -
59969.18/3039.68	c      3040            403         402        20                -           0.0000          -
60072.14/3044.84	c      3045            403         402        20                -           0.0000          -
60173.09/3049.95	c      3050            403         402        20                -           0.0000          -
60274.79/3055.12	c      3055             32          31        20                -           0.0000          -
60378.86/3060.38	c      3060             32          31        20                -           0.0000          -
60481.79/3065.59	c      3066             32          31        20                -           0.0000          -
60584.71/3070.78	c      3071             32          31        20                -           0.0000          -
60685.59/3075.83	c      3076             32          31        20                -           0.0000          -
60786.56/3081.03	c      3081             32          31        20                -           0.0000          -
60891.44/3086.29	c      3086             32          31        20                -           0.0000          -
60994.31/3091.49	c      3091             90          87        20                -           0.0000          -
61096.75/3096.63	c      3097             90          87        20                -           0.0000          -
61197.64/3101.78	c      3102             90          87        20                -           0.0000          -
61298.51/3106.85	c      3107             90          87        20                -           0.0000          -
61397.42/3111.86	c      3112             90          87        20                -           0.0000          -
61498.28/3117.01	c      3117             90          87        20                -           0.0000          -
61603.12/3122.20	c      3122             90          87        20                -           0.0000          -
61704.04/3127.30	c      3127             90          87        20                -           0.0000          -
61802.94/3132.36	c      3132             35          34        20                -           0.0000          -
61901.87/3137.38	c      3137             35          34        20                -           0.0000          -
62002.82/3142.48	c      3142             35          34        20                -           0.0000          -
62103.81/3147.59	c      3148             35          34        20                -           0.0000          -
62208.57/3152.89	c      3153             35          34        20                -           0.0000          -
62312.39/3158.08	c      3158             35          34        20                -           0.0000          -
62411.69/3163.09	c      3163             98          97        20                -           0.0000          -
62519.72/3168.50	c      3168             98          97        20                -           0.0000          -
62620.89/3173.67	c      3174             98          97        20                -           0.0000          -
62724.05/3178.88	c      3179             98          97        20                -           0.0000          -
62825.25/3183.99	c      3184             98          97        20                -           0.0000          -
62927.19/3189.10	c      3189             98          97        20                -           0.0000          -
63029.59/3194.21	c      3194             98          97        20                -           0.0000          -
63128.70/3199.26	c      3199             98          97        20                -           0.0000          -
63229.73/3204.38	c      3204             98          97        20                -           0.0000          -
63332.76/3209.53	c      3210             98          97        20                -           0.0000          -
63435.68/3214.76	c      3215             98          97        20                -           0.0000          -
63538.79/3219.98	c      3220             98          97        20                -           0.0000          -
63637.91/3225.03	c      3225             98          97        20                -           0.0000          -
63742.02/3230.16	c      3230             98          97        20                -           0.0000          -
63844.10/3235.31	c      3235             98          97        20                -           0.0000          -
63945.15/3240.40	c      3240             98          97        20                -           0.0000          -
64044.23/3245.45	c      3245             98          97        20                -           0.0000          -
64145.31/3250.50	c      3250             98          97        20                -           0.0000          -
64248.36/3255.74	c      3256             98          97        20                -           0.0000          -
64351.45/3260.97	c      3261             98          97        20                -           0.0000          -
64456.40/3266.20	c      3266             98          97        20                -           0.0000          -
64555.50/3271.25	c      3271             98          97        20                -           0.0000          -
64656.38/3276.33	c      3276             37          38        20                -           0.0000          -
64755.49/3281.37	c      3281             37          38        20                -           0.0000          -
64856.57/3286.45	c      3286             37          38        20                -           0.0000          -
64959.62/3291.64	c      3292             37          38        20                -           0.0000          -
65060.66/3296.75	c      3297             37          38        20                -           0.0000          -
65163.70/3301.92	c      3302             37          38        20                -           0.0000          -
65265.81/3307.11	c      3307             37          38        20                -           0.0000          -
65367.96/3312.25	c      3312             37          38        20                -           0.0000          -
65470.86/3317.43	c      3317             37          38        20                -           0.0000          -
65573.91/3322.61	c      3323            441         440        20                -           0.0000          -
65672.97/3327.65	c      3328            441         440        20                -           0.0000          -
65772.02/3332.67	c      3333            441         440        20                -           0.0000          -
65872.95/3337.75	c      3338            441         440        20                -           0.0000          -
65972.01/3342.79	c      3343            102          99        20                -           0.0000          -
66073.06/3347.84	c      3348            102          99        20                -           0.0000          -
66177.17/3353.06	c      3353            102          99        20                -           0.0000          -
66279.12/3358.25	c      3358            102          99        20                -           0.0000          -
66380.05/3363.32	c      3363            102          99        20                -           0.0000          -
66479.13/3368.35	c      3368            102          99        20                -           0.0000          -
66582.18/3373.58	c      3374            451         450        20                -           0.0000          -
66685.19/3378.73	c      3379            451         450        20                -           0.0000          -
66788.24/3383.91	c      3384            451         450        20                -           0.0000          -
66892.36/3389.18	c      3389            451         450        20                -           0.0000          -
66992.25/3394.22	c      3394            109         106        20                -           0.0000          -
67091.29/3399.29	c      3399            109         106        20                -           0.0000          -
67194.20/3404.49	c      3404            109         106        20                -           0.0000          -
67297.14/3409.69	c      3410            109         106        20                -           0.0000          -
67398.14/3414.71	c      3415            109         106        20                -           0.0000          -
67501.10/3419.91	c      3420            109         106        20                -           0.0000          -
67600.09/3425.02	c      3425            109         106        20                -           0.0000          -
67701.98/3430.10	c      3430             62          61        20                -           0.0000          -
67802.95/3435.19	c      3435             62          61        20                -           0.0000          -
67904.77/3440.33	c      3440             62          61        20                -           0.0000          -
68007.71/3445.50	c      3446             62          61        20                -           0.0000          -
68110.67/3450.70	c      3451             62          61        20                -           0.0000          -
68211.66/3455.80	c      3456             62          61        20                -           0.0000          -
68315.48/3461.10	c      3461             62          61        20                -           0.0000          -
68417.45/3466.24	c      3466             62          61        20                -           0.0000          -
68518.43/3471.31	c      3471             62          61        20                -           0.0000          -
68619.41/3476.44	c      3476             62          61        20                -           0.0000          -
68720.57/3481.58	c      3482             62          61        20                -           0.0000          -
68823.35/3486.77	c      3487             62          61        20                -           0.0000          -
68926.27/3491.95	c      3492             62          61        20                -           0.0000          -
69028.11/3497.13	c      3497             62          61        20                -           0.0000          -
69134.14/3502.46	c      3502             62          61        20                -           0.0000          -
69235.08/3507.53	c      3508             62          61        20                -           0.0000          -
69334.09/3512.54	c      3513             62          61        20                -           0.0000          -
69434.94/3517.65	c      3518             62          61        20                -           0.0000          -
69535.89/3522.71	c      3523             62          61        20                -           0.0000          -
69636.81/3527.80	c      3528             62          61        20                -           0.0000          -
69737.56/3533.01	c      3533             62          61        20                -           0.0000          -
69839.38/3538.08	c      3538             62          61        20                -           0.0000          -
69938.50/3543.15	c      3543             62          61        20                -           0.0000          -
70040.16/3548.23	c      3548             62          61        20                -           0.0000          -
70141.07/3553.31	c      3553             62          61        20                -           0.0000          -
70241.98/3558.41	c      3558             62          61        20                -           0.0000          -
70340.98/3563.48	c      3563             62          61        20                -           0.0000          -
70447.93/3568.81	c      3569             62          61        20                -           0.0000          -
70548.90/3573.97	c      3574             62          61        20                -           0.0000          -
70647.86/3579.02	c      3579             62          61        20                -           0.0000          -
70754.77/3584.35	c      3584             62          61        20                -           0.0000          -
70855.78/3589.44	c      3589             62          61        20                -           0.0000          -
70956.77/3594.50	c      3594             62          61        20                -           0.0000          -
71057.78/3599.66	c      3600             62          61        20                -           0.0000          -
71160.74/3604.82	c      3605             62          61        20                -           0.0000          -
71259.75/3609.86	c      3610             62          61        20                -           0.0000          -
71360.77/3614.97	c      3615             62          61        20                -           0.0000          -
71462.66/3620.14	c      3620             62          61        20                -           0.0000          -
71568.76/3625.43	c      3625            491         490        20                -           0.0000          -
71673.75/3630.76	c      3631            491         490        20                -           0.0000          -
71779.34/3636.12	c      3636            491         490        20                -           0.0000          -
71880.67/3641.19	c      3641            491         490        20                -           0.0000          -
71986.61/3646.54	c      3647            491         490        20                -           0.0000          -

Verifier Data

ERROR: no interpretation found !

Watcher Data

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

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

NUMA information:
  number of nodes: 4
  memory of node 0: 191633 MiB (173526 MiB free)
  memory of node 1: 193531 MiB (167851 MiB free)
  memory of node 2: 193531 MiB (186920 MiB free)
  memory of node 3: 193531 MiB (180595 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-4465683-1723617207/watcher-4465683-1723617207 -o /tmp/evaluation-result-4465683-1723617207/solver-4465683-1723617207 -C 72000 -W 3700 -M 195000 --bin-var /tmp/runsolver-exch-nodeD101-1723617207-726875 --watchdog 3760 ./fscip settings/racing.prm HOME/instance-4465683-1723617207.opb -qsol -t 72000 -sth 20 

running on 20 cores: 2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78

CPU governors:
  performance: 2 6 10 14 18 22 26 30 34 38 42 46 50 54 58 62 66 70 74 78

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): 199680000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 199731200 KiB
Linux 4.18.0-301.1.el8.x86_64
Starting watchdog thread
solver pid=726924, runsolver pid=726921
Current StackSize limit: 8192 KiB


[startup+0.100106 s]*
/proc/loadavg: 21.76 21.47 35.37 8/863 726926
/proc/meminfo: memFree=725775564/790760800 swapFree=131071996/131071996
[pid=726924] ppid=726921 vsize=65184 memory=52916 CPUtime=0.11 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/726924/stat : 726924 (fscip) R 726921 726924 726863 0 -1 4194304 11109 0 0 0 9 2 0 0 20 0 1 0 128307514 66748416 13229 809668444160 4194304 16623229 140725833399632 0 0 0 0 0 2 0 0 0 17 22 0 0 0 0 0 18838560 18947056 27963392 140725833405446 140725833405564 140725833405564 140725833412592 0
/proc/726924/statm: 16296 13229 2347 3035 0 12692 0
Current children cumulated CPU time: 0.11 s
Current children cumulated vsize: 65184 KiB
Current children cumulated memory: 52916 KiB

[startup+0.219492 s]*
/proc/loadavg: 21.76 21.47 35.37 7/869 726936
/proc/meminfo: memFree=725636000/790760800 swapFree=131071996/131071996
[pid=726924] ppid=726921 vsize=107468 memory=95124 CPUtime=0.23 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/726924/stat : 726924 (fscip) R 726921 726924 726863 0 -1 4194304 21665 0 0 0 19 4 0 0 20 0 1 0 128307514 110047232 23781 809668444160 4194304 16623229 140725833399632 0 0 0 0 0 2 0 0 0 17 22 0 0 0 0 0 18838560 18947056 27963392 140725833405446 140725833405564 140725833405564 140725833412592 0
/proc/726924/statm: 26867 23781 2347 3035 0 23263 0
Current children cumulated CPU time: 0.23 s
Current children cumulated vsize: 107468 KiB
Current children cumulated memory: 95124 KiB

[startup+0.322041 s]*
/proc/loadavg: 21.76 21.47 35.37 7/869 726936
/proc/meminfo: memFree=725453264/790760800 swapFree=131071996/131071996
[pid=726924] ppid=726921 vsize=140800 memory=128320 CPUtime=0.33 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/726924/stat : 726924 (fscip) R 726921 726924 726863 0 -1 4194304 29986 0 0 0 28 5 0 0 20 0 1 0 128307514 144179200 32080 809668444160 4194304 16623229 140725833399632 0 0 0 0 0 2 0 0 0 17 22 0 0 0 0 0 18838560 18947056 27963392 140725833405446 140725833405564 140725833405564 140725833412592 0
/proc/726924/statm: 35200 32080 2347 3035 0 31596 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 140800 KiB
Current children cumulated memory: 128320 KiB

[startup+0.700263 s]
/proc/loadavg: 21.76 21.47 35.37 8/869 726936
/proc/meminfo: memFree=725057008/790760800 swapFree=131071996/131071996
[pid=726924] ppid=726921 vsize=343432 memory=331424 CPUtime=0.69 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/726924/stat : 726924 (fscip) R 726921 726924 726863 0 -1 4194304 81011 0 0 0 56 13 0 0 20 0 1 0 128307514 351674368 82856 809668444160 4194304 16623229 140725833399632 0 0 0 0 0 2 0 0 0 17 22 0 0 0 0 0 18838560 18947056 27963392 140725833405446 140725833405564 140725833405564 140725833412592 0
/proc/726924/statm: 85858 82856 2539 3035 0 82254 0
Current children cumulated CPU time: 0.69 s
Current children cumulated vsize: 343432 KiB
Current children cumulated memory: 331424 KiB

[startup+1.50026 s]
/proc/loadavg: 21.76 21.47 35.37 7/869 726936
/proc/meminfo: memFree=724468784/790760800 swapFree=131071996/131071996
[pid=726924] ppid=726921 vsize=669848 memory=647752 CPUtime=1.49 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/726924/stat : 726924 (fscip) R 726921 726924 726863 0 -1 4194304 123637 0 0 0 125 24 0 0 20 0 1 0 128307514 685924352 161938 809668444160 4194304 16623229 140725833399632 0 0 0 0 0 2 0 0 0 17 22 0 0 0 0 0 18838560 18947056 27963392 140725833405446 140725833405564 140725833405564 140725833412592 0
/proc/726924/statm: 167462 161938 2678 3035 0 163858 0
Current children cumulated CPU time: 1.49 s
Current children cumulated vsize: 669848 KiB
Current children cumulated memory: 647752 KiB

[startup+3.12048 s]
/proc/loadavg: 20.33 21.18 35.20 7/869 726936
/proc/meminfo: memFree=723072612/790760800 swapFree=131071996/131071996
[pid=726924] ppid=726921 vsize=649128 memory=627948 CPUtime=3.1 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/726924/stat : 726924 (fscip) R 726921 726924 726863 0 -1 4194304 156576 0 0 0 281 29 0 0 20 0 1 0 128307514 664707072 156987 809668444160 4194304 16623229 140725833399632 0 0 0 0 0 2 0 0 0 17 22 0 0 0 0 0 18838560 18947056 27963392 140725833405446 140725833405564 140725833405564 140725833412592 0
/proc/726924/statm: 162282 156987 2742 3035 0 158678 0
Current children cumulated CPU time: 3.1 s
Current children cumulated vsize: 649128 KiB
Current children cumulated memory: 627948 KiB

[startup+6.30026 s]
/proc/loadavg: 20.33 21.18 35.20 7/889 726958
/proc/meminfo: memFree=720563896/790760800 swapFree=131071996/131071996
[pid=726924] ppid=726921 vsize=1029360 memory=953580 CPUtime=6.26 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/726924/stat : 726924 (fscip) R 726921 726924 726863 0 -1 4194304 162912 0 0 0 590 36 0 0 20 0 1 0 128307514 1054064640 238395 809668444160 4194304 16623229 140725833399632 0 0 0 0 0 2 0 0 0 17 22 0 0 0 0 0 18838560 18947056 27963392 140725833405446 140725833405564 140725833405564 140725833412592 0
/proc/726924/statm: 257340 238395 2758 3035 0 253736 0
Current children cumulated CPU time: 6.26 s
Current children cumulated vsize: 1029360 KiB
Current children cumulated memory: 953580 KiB

[startup+12.7005 s]
/proc/loadavg: 19.34 20.93 34.97 28/929 726998
/proc/meminfo: memFree=710731064/790760800 swapFree=131071996/131071996
[pid=726924] ppid=726921 vsize=4831852 memory=4043564 CPUtime=12.66 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/726924/stat : 726924 (fscip) S 726921 726924 726863 0 -1 1077936128 911298 0 0 0 1119 147 0 0 20 0 21 0 128307514 4947816448 1010891 809668444160 4194304 16623229 140725833399632 0 0 0 0 0 2 0 0 0 17 22 0 0 0 0 0 18838560 18947056 27963392 140725833405446 140725833405564 140725833405564 140725833412592 0
/proc/726924/statm: 1207963 1010891 2774 3035 0 1072776 0
[pid=726924/tid=726959] ppid=726921 vsize=4831852 memory=2707875073 CPUtime=0.31 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/726924/task/726959/stat : 726959 (fscip) S 726921 726924 726863 0 -1 1077936192 40538 0 0 0 26 5 0 0 20 0 21 0 128308192 4947816448 1010891 809668444160 4194304 16623229 140725833399632 0 0 0 0 0 2 0 0 0 -1 26 0 0 0 0 0 18838560 18947056 27963392 140725833405446 140725833405564 140725833405564 140725833412592 0
[pid=726924/tid=726960] ppid=726921 vsize=4831852 memory=0 CPUtime=0.31 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/726924/task/726960/stat : 726960 (fscip) S 726921 726924 726863 0 -1 1077936192 40537 0 0 0 27 4 0 0 20 0 21 0 128308192 4947816448 1010957 809668444160 4194304 16623229 140725833399632 0 0 0 0 0 2 0 0 0 -1 30 0 0 0 0 0 18838560 18947056 27963392 140725833405446 140725833405564 140725833405564 140725833412592 0
[pid=726924/tid=726961] ppid=726921 vsize=4831852 memory=5796695868719759386 CPUtime=0.31 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/726924/task/726961/stat : 726961 (fscip) S 726921 726924 726863 0 -1 1077936192 40537 0 0 0 26 5 0 0 20 0 21 0 128308192 4947816448 1010957 809668444160 4194304 16623229 140725833399632 0 0 0 0 0 2 0 0 0 -1 34 0 0 0 0 0 18838560 18947056 27963392 140725833405446 140725833405564 140725833405564 140725833412592 0
[pid=726924/tid=726962] ppid=726921 vsize=4831852 memory=0 CPUtime=0.31 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/726924/task/726962/stat : 726962 (fscip) S 726921 726924 726863 0 -1 1077936192 40537 0 0 0 26 5 0 0 20 0 21 0 128308192 4947816448 1010957 809668444160 4194304 16623229 140725833399632 0 0 0 0 0 2 0 0 0 -1 38 0 0 0 0 0 18838560 18947056 27963392 140725833405446 140725833405564 140725833405564 140725833412592 0
[pid=726924/tid=726963] ppid=726921 vsize=4831852 memory=0 CPUtime=0.31 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/726924/task/726963/stat : 726963 (fscip) S 726921 726924 726863 0 -1 1077936192 40536 0 0 0 25 6 0 0 20 0 21 0 128308192 4947816448 1010957 809668444160 4194304 16623229 140725833399632 0 0 0 0 0 2 0 0 0 -1 42 0 0 0 0 0 18838560 18947056 27963392 140725833405446 140725833405564 140725833405564 140725833412592 0
[pid=726924/tid=726964] ppid=726921 vsize=4831852 memory=0 CPUtime=0.31 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/726924/task/726964/stat : 726964 (fscip) S 726921 726924 726863 0 -1 1077936192 40537 0 0 0 25 6 0 0 20 0 21 0 128308192 4947816448 1010957 809668444160 4194304 16623229 140725833399632 0 0 0 0 0 2 0 0 0 -1 46 0 0 0 0 0 18838560 18947056 27963392 140725833405446 140725833405564 140725833405564 140725833412592 0
[pid=726924/tid=726965] ppid=726921 vsize=4831852 memory=855332 CPUtime=0.31 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/726924/task/726965/stat : 726965 (fscip) S 726921 726924 726863 0 -1 1077936192 40537 0 0 0 26 5 0 0 20 0 21 0 128308192 4947816448 1010957 809668444160 4194304 16623229 140725833399632 0 0 0 0 0 2 0 0 0 -1 50 0 0 0 0 0 18838560 18947056 27963392 140725833405446 140725833405564 140725833405564 140725833412592 0
[pid=726924/tid=726966] ppid=726921 vsize=4831852 memory=0 CPUtime=0.31 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/726924/task/726966/stat : 726966 (fscip) S 726921 726924 726863 0 -1 1077936192 40537 0 0 0 25 6 0 0 20 0 21 0 128308192 4947816448 1010957 809668444160 4194304 16623229 140725833399632 0 0 0 0 0 2 0 0 0 -1 54 0 0 0 0 0 18838560 18947056 27963392 140725833405446 140725833405564 140725833405564 140725833412592 0
[pid=726924/tid=726967] ppid=726921 vsize=4831852 memory=224244531548 CPUtime=0.31 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/726924/task/726967/stat : 726967 (fscip) S 726921 726924 726863 0 -1 1077936192 40537 0 0 0 25 6 0 0 20 0 21 0 128308192 4947816448 1010957 809668444160 4194304 16623229 140725833399632 0 0 0 0 0 2 0 0 0 -1 58 0 0 0 0 0 18838560 18947056 27963392 140725833405446 140725833405564 140725833405564 140725833412592 0
[pid=726924/tid=726968] ppid=726921 vsize=4831852 memory=207047885133 CPUtime=0.31 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/726924/task/726968/stat : 726968 (fscip) S 726921 726924 726863 0 -1 1077936192 40537 0 0 0 25 6 0 0 20 0 21 0 128308192 4947816448 1010957 809668444160 4194304 16623229 140725833399632 0 0 0 0 0 2 0 0 0 -1 62 0 0 0 0 0 18838560 18947056 27963392 140725833405446 140725833405564 140725833405564 140725833412592 0
[pid=726924/tid=726969] ppid=726921 vsize=4831852 memory=31 CPUtime=0.31 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/726924/task/726969/stat : 726969 (fscip) S 726921 726924 726863 0 -1 1077936192 40537 0 0 0 25 6 0 0 20 0 21 0 128308192 4947816448 1011023 809668444160 4194304 16623229 140725833399632 0 0 0 0 0 2 0 0 0 -1 66 0 0 0 0 0 18838560 18947056 27963392 140725833405446 140725833405564 140725833405564 140725833412592 0
[pid=726924/tid=726970] ppid=726921 vsize=4831852 memory=281296065239488 CPUtime=0.3 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/726924/task/726970/stat : 726970 (fscip) S 726921 726924 726863 0 -1 1077936192 40537 0 0 0 25 5 0 0 20 0 21 0 128308192 4947816448 1011023 809668444160 4194304 16623229 140725833399632 0 0 0 0 0 2 0 0 0 -1 74 0 0 0 0 0 18838560 18947056 27963392 140725833405446 140725833405564 140725833405564 140725833412592 0
[pid=726924/tid=726971] ppid=726921 vsize=4831852 memory=0 CPUtime=0.3 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/726924/task/726971/stat : 726971 (fscip) S 726921 726924 726863 0 -1 1077936192 40537 0 0 0 24 6 0 0 20 0 21 0 128308192 4947816448 1011023 809668444160 4194304 16623229 140725833399632 0 0 0 0 0 2 0 0 0 -1 78 0 0 0 0 0 18838560 18947056 27963392 140725833405446 140725833405564 140725833405564 140725833412592 0
[pid=726924/tid=726972] ppid=726921 vsize=4831852 memory=2268 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/726924/task/726972/stat : 726972 (fscip) S 726921 726924 726863 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 128308192 4947816448 1011023 809668444160 4194304 16623229 140725833399632 0 0 0 0 0 2 0 0 0 -1 2 0 0 0 0 0 18838560 18947056 27963392 140725833405446 140725833405564 140725833405564 140725833412592 0
[pid=726924/tid=726973] ppid=726921 vsize=4831852 memory=1996 CPUtime=0.07 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/726924/task/726973/stat : 726973 (fscip) R 726921 726924 726863 0 -1 4194368 13623 0 0 0 5 2 0 0 20 0 21 0 128308192 4947816448 1011023 809668444160 4194304 16623229 140725833399632 0 0 0 0 0 2 0 0 0 -1 6 0 0 0 0 0 18838560 18947056 27963392 140725833405446 140725833405564 140725833405564 140725833412592 0
[pid=726924/tid=726974] ppid=726921 vsize=4831852 memory=31 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/726924/task/726974/stat : 726974 (fscip) S 726921 726924 726863 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 128308192 4947816448 1011023 809668444160 4194304 16623229 140725833399632 0 0 0 0 0 2 0 0 0 -1 10 0 0 0 0 0 18838560 18947056 27963392 140725833405446 140725833405564 140725833405564 140725833412592 0
[pid=726924/tid=726975] ppid=726921 vsize=4831852 memory=31 CPUtime=0.31 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/726924/task/726975/stat : 726975 (fscip) S 726921 726924 726863 0 -1 1077936192 40537 0 0 0 25 6 0 0 20 0 21 0 128308192 4947816448 1011023 809668444160 4194304 16623229 140725833399632 0 0 0 0 0 2 0 0 0 -1 70 0 0 0 0 0 18838560 18947056 27963392 140725833405446 140725833405564 140725833405564 140725833412592 0
[pid=726924/tid=726976] ppid=726921 vsize=4831852 memory=281296064675856 CPUtime=0.3 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/726924/task/726976/stat : 726976 (fscip) S 726921 726924 726863 0 -1 1077936192 40537 0 0 0 25 5 0 0 20 0 21 0 128308192 4947816448 1011023 809668444160 4194304 16623229 140725833399632 0 0 0 0 0 2 0 0 0 -1 14 0 0 0 0 0 18838560 18947056 27963392 140725833405446 140725833405564 140725833405564 140725833412592 0
[pid=726924/tid=726977] ppid=726921 vsize=4831852 memory=281296064556272 CPUtime=0.31 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/726924/task/726977/stat : 726977 (fscip) S 726921 726924 726863 0 -1 1077936192 40537 0 0 0 26 5 0 0 20 0 21 0 128308192 4947816448 1011023 809668444160 4194304 16623229 140725833399632 0 0 0 0 0 2 0 0 0 -1 18 0 0 0 0 0 18838560 18947056 27963392 140725833405446 140725833405564 140725833405564 140725833412592 0
[pid=726924/tid=726978] ppid=726921 vsize=4831852 memory=3435084 CPUtime=0.31 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/726924/task/726978/stat : 726978 (fscip) S 726921 726924 726863 0 -1 1077936192 40537 0 0 0 25 6 0 0 20 0 21 0 128308192 4947816448 1011023 809668444160 4194304 16623229 140725833399632 0 0 0 0 0 2 0 0 0 -1 30 0 0 0 0 0 18838560 18947056 27963392 140725833405446 140725833405564 140725833405564 140725833412592 0
Current children cumulated CPU time: 12.66 s
Current children cumulated vsize: 4831852 KiB
Current children cumulated memory: 4043564 KiB

[startup+25.501 s]
/proc/loadavg: 22.83 21.63 35.04 65/989 727061
/proc/meminfo: memFree=685689872/790760800 swapFree=131071996/131071996
[pid=726924] ppid=726921 vsize=19404724 memory=17434652 CPUtime=244.68 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/726924/stat : 726924 (fscip) S 726921 726924 726863 0 -1 1077936128 3322743 0 0 0 22795 1673 0 0 20 0 41 0 128307514 19870437376 4358663 809668444160 4194304 16623229 140725833399632 0 0 0 0 0 2 0 0 0 17 22 0 0 0 0 0 18838560 18947056 27963392 140725833405446 140725833405564 140725833405564 140725833412592 0
/proc/726924/statm: 4851181 4358663 2854 3035 0 4603669 0
[pid=726924/tid=726959] ppid=726921 vsize=19404724 memory=281296065239488 CPUtime=11.54 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/726924/task/726959/stat : 726959 (fscip) R 726921 726924 726863 0 -1 4194368 182552 0 0 0 981 173 0 0 20 0 41 0 128308192 19870437376 4358663 809668444160 4194304 16623229 140725833399632 0 0 0 0 0 2 0 0 0 -1 74 0 0 0 0 0 18838560 18947056 27963392 140725833405446 140725833405564 140725833405564 140725833412592 0
[pid=726924/tid=726960] ppid=726921 vsize=19404724 memory=281296065217584 CPUtime=12 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/726924/task/726960/stat : 726960 (fscip) R 726921 726924 726863 0 -1 4194368 145527 0 0 0 1168 32 0 0 20 0 41 0 128308192 19870437376 4358663 809668444160 4194304 16623229 140725833399632 0 0 0 0 0 2 0 0 0 -1 34 0 0 0 0 0 18838560 18947056 27963392 140725833405446 140725833405564 140725833405564 140725833412592 0
[pid=726924/tid=726961] ppid=726921 vsize=19404724 memory=0 CPUtime=12.04 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/726924/task/726961/stat : 726961 (fscip) R 726921 726924 726863 0 -1 4194368 142779 0 0 0 1172 32 0 0 20 0 41 0 128308192 19870437376 4358663 809668444160 4194304 16623229 140725833399632 0 0 0 0 0 2 0 0 0 -1 70 0 0 0 0 0 18838560 18947056 27963392 140725833405446 140725833405564 140725833405564 140725833412592 0
[pid=726924/tid=726962] ppid=726921 vsize=19404724 memory=7112 CPUtime=11.55 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/726924/task/726962/stat : 726962 (fscip) R 726921 726924 726863 0 -1 4194368 182064 0 0 0 982 173 0 0 20 0 41 0 128308192 19870437376 4358663 809668444160 4194304 16623229 140725833399632 0 0 0 0 0 2 0 0 0 -1 78 0 0 0 0 0 18838560 18947056 27963392 140725833405446 140725833405564 140725833405564 140725833412592 0
[pid=726924/tid=726963] ppid=726921 vsize=19404724 memory=0 CPUtime=12.01 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/726924/task/726963/stat : 726963 (fscip) R 726921 726924 726863 0 -1 4194368 145007 0 0 0 1169 32 0 0 20 0 41 0 128308192 19870437376 4358663 809668444160 4194304 16623229 140725833399632 0 0 0 0 0 2 0 0 0 -1 38 0 0 0 0 0 18838560 18947056 27963392 140725833405446 140725833405564 140725833405564 140725833412592 0
[pid=726924/tid=726964] ppid=726921 vsize=19404724 memory=6944656592387989600 CPUtime=12.02 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/726924/task/726964/stat : 726964 (fscip) R 726921 726924 726863 0 -1 4194368 143802 0 0 0 1168 34 0 0 20 0 41 0 128308192 19870437376 4358663 809668444160 4194304 16623229 140725833399632 0 0 0 0 0 2 0 0 0 -1 14 0 0 0 0 0 18838560 18947056 27963392 140725833405446 140725833405564 140725833405564 140725833412592 0
[pid=726924/tid=726965] ppid=726921 vsize=19404724 memory=0 CPUtime=11.65 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/726924/task/726965/stat : 726965 (fscip) R 726921 726924 726863 0 -1 4194368 195216 0 0 0 997 168 0 0 20 0 41 0 128308192 19870437376 4358663 809668444160 4194304 16623229 140725833399632 0 0 0 0 0 2 0 0 0 -1 42 0 0 0 0 0 18838560 18947056 27963392 140725833405446 140725833405564 140725833405564 140725833412592 0
[pid=726924/tid=726966] ppid=726921 vsize=19404724 memory=0 CPUtime=12.02 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/726924/task/726966/stat : 726966 (fscip) R 726921 726924 726863 0 -1 4194368 128947 0 0 0 1173 29 0 0 20 0 41 0 128308192 19870437376 4358663 809668444160 4194304 16623229 140725833399632 0 0 0 0 0 2 0 0 0 -1 46 0 0 0 0 0 18838560 18947056 27963392 140725833405446 140725833405564 140725833405564 140725833412592 0
[pid=726924/tid=726967] ppid=726921 vsize=19404724 memory=0 CPUtime=12.01 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/726924/task/726967/stat : 726967 (fscip) R 726921 726924 726863 0 -1 4194368 143388 0 0 0 1170 31 0 0 20 0 41 0 128308192 19870437376 4358663 809668444160 4194304 16623229 140725833399632 0 0 0 0 0 2 0 0 0 -1 6 0 0 0 0 0 18838560 18947056 27963392 140725833405446 140725833405564 140725833405564 140725833412592 0
[pid=726924/tid=726968] ppid=726921 vsize=19404724 memory=0 CPUtime=11.66 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/726924/task/726968/stat : 726968 (fscip) R 726921 726924 726863 0 -1 4194368 180138 0 0 0 984 182 0 0 20 0 41 0 128308192 19870437376 4358663 809668444160 4194304 16623229 140725833399632 0 0 0 0 0 2 0 0 0 -1 66 0 0 0 0 0 18838560 18947056 27963392 140725833405446 140725833405564 140725833405564 140725833412592 0
[pid=726924/tid=726969] ppid=726921 vsize=19404724 memory=74236 CPUtime=12.04 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/726924/task/726969/stat : 726969 (fscip) R 726921 726924 726863 0 -1 4194368 145461 0 0 0 1171 33 0 0 20 0 41 0 128308192 19870437376 4358663 809668444160 4194304 16623229 140725833399632 0 0 0 0 0 2 0 0 0 -1 10 0 0 0 0 0 18838560 18947056 27963392 140725833405446 140725833405564 140725833405564 140725833412592 0
[pid=726924/tid=726970] ppid=726921 vsize=19404724 memory=0 CPUtime=12.01 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/726924/task/726970/stat : 726970 (fscip) R 726921 726924 726863 0 -1 4194368 127242 0 0 0 1172 29 0 0 20 0 41 0 128308192 19870437376 4358663 809668444160 4194304 16623229 140725833399632 0 0 0 0 0 2 0 0 0 -1 54 0 0 0 0 0 18838560 18947056 27963392 140725833405446 140725833405564 140725833405564 140725833412592 0
[pid=726924/tid=726971] ppid=726921 vsize=19404724 memory=855332 CPUtime=11.53 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/726924/task/726971/stat : 726971 (fscip) R 726921 726924 726863 0 -1 4194368 182166 0 0 0 975 178 0 0 20 0 41 0 128308192 19870437376 4358663 809668444160 4194304 16623229 140725833399632 0 0 0 0 0 2 0 0 0 -1 30 0 0 0 0 0 18838560 18947056 27963392 140725833405446 140725833405564 140725833405564 140725833412592 0
[pid=726924/tid=726972] ppid=726921 vsize=19404724 memory=0 CPUtime=12.01 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/726924/task/726972/stat : 726972 (fscip) R 726921 726924 726863 0 -1 4194368 145207 0 0 0 1167 34 0 0 20 0 41 0 128308192 19870437376 4358663 809668444160 4194304 16623229 140725833399632 0 0 0 0 0 2 0 0 0 -1 18 0 0 0 0 0 18838560 18947056 27963392 140725833405446 140725833405564 140725833405564 140725833412592 0
[pid=726924/tid=726973] ppid=726921 vsize=19404724 memory=0 CPUtime=12.02 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/726924/task/726973/stat : 726973 (fscip) R 726921 726924 726863 0 -1 4194368 127648 0 0 0 1170 32 0 0 20 0 41 0 128308192 19870437376 4358663 809668444160 4194304 16623229 140725833399632 0 0 0 0 0 2 0 0 0 -1 58 0 0 0 0 0 18838560 18947056 27963392 140725833405446 140725833405564 140725833405564 140725833412592 0
[pid=726924/tid=726974] ppid=726921 vsize=19404724 memory=0 CPUtime=11.49 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/726924/task/726974/stat : 726974 (fscip) R 726921 726924 726863 0 -1 4194368 211261 0 0 0 977 172 0 0 20 0 41 0 128308192 19870437376 4358663 809668444160 4194304 16623229 140725833399632 0 0 0 0 0 2 0 0 0 -1 26 0 0 0 0 0 18838560 18947056 27963392 140725833405446 140725833405564 140725833405564 140725833412592 0
[pid=726924/tid=726975] ppid=726921 vsize=19404724 memory=281296065180032 CPUtime=12.02 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/726924/task/726975/stat : 726975 (fscip) R 726921 726924 726863 0 -1 4194368 128805 0 0 0 1171 31 0 0 20 0 41 0 128308192 19870437376 4358663 809668444160 4194304 16623229 140725833399632 0 0 0 0 0 2 0 0 0 -1 50 0 0 0 0 0 18838560 18947056 27963392 140725833405446 140725833405564 140725833405564 140725833412592 0
[pid=726924/tid=726976] ppid=726921 vsize=19404724 memory=25333125866717268 CPUtime=12.03 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/726924/task/726976/stat : 726976 (fscip) R 726921 726924 726863 0 -1 4194368 142964 0 0 0 1170 33 0 0 20 0 41 0 128308192 19870437376 4358663 809668444160 4194304 16623229 140725833399632 0 0 0 0 0 2 0 0 0 -1 62 0 0 0 0 0 18838560 18947056 27963392 140725833405446 140725833405564 140725833405564 140725833412592 0

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

/proc/726924/task/727005/stat : 727005 (fscip) S 726921 726924 726863 0 -1 1077936192 215 0 0 0 3 0 0 0 20 0 41 0 128308872 69866541056 12075958 809668444160 4194304 16623229 140725833399632 0 0 0 0 0 2 1 0 0 -1 18 0 0 0 0 0 18838560 18947056 27963392 140725833405446 140725833405564 140725833405564 140725833412592 0
[pid=726924/tid=727006] ppid=726921 vsize=68229044 memory=5432 CPUtime=0.03 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/726924/task/727006/stat : 727006 (fscip) S 726921 726924 726863 0 -1 1077936192 193 0 0 0 3 0 0 0 20 0 41 0 128308872 69866541056 12075958 809668444160 4194304 16623229 140725833399632 0 0 0 0 0 2 1 0 0 -1 70 0 0 0 0 0 18838560 18947056 27963392 140725833405446 140725833405564 140725833405564 140725833412592 0
[pid=726924/tid=727007] ppid=726921 vsize=68229044 memory=6720661043364314219 CPUtime=0.02 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/726924/task/727007/stat : 727007 (fscip) S 726921 726924 726863 0 -1 1077936192 154 0 0 0 2 0 0 0 20 0 41 0 128308872 69866541056 12075958 809668444160 4194304 16623229 140725833399632 0 0 0 0 0 2 1 0 0 -1 74 0 0 0 0 0 18838560 18947056 27963392 140725833405446 140725833405564 140725833405564 140725833412592 0
[pid=726924/tid=727008] ppid=726921 vsize=68229044 memory=33860 CPUtime=0.03 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/726924/task/727008/stat : 727008 (fscip) S 726921 726924 726863 0 -1 1077936192 204 0 0 0 3 0 0 0 20 0 41 0 128308872 69866541056 12075958 809668444160 4194304 16623229 140725833399632 0 0 0 0 0 2 1 0 0 -1 10 0 0 0 0 0 18838560 18947056 27963392 140725833405446 140725833405564 140725833405564 140725833412592 0
[pid=726924/tid=727009] ppid=726921 vsize=68229044 memory=35528 CPUtime=0.03 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/726924/task/727009/stat : 727009 (fscip) S 726921 726924 726863 0 -1 1077936192 168 0 0 0 3 0 0 0 20 0 41 0 128308872 69866541056 12075958 809668444160 4194304 16623229 140725833399632 0 0 0 0 0 2 1 0 0 -1 50 0 0 0 0 0 18838560 18947056 27963392 140725833405446 140725833405564 140725833405564 140725833412592 0
[pid=726924/tid=727010] ppid=726921 vsize=68229044 memory=10392 CPUtime=0.03 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/726924/task/727010/stat : 727010 (fscip) S 726921 726924 726863 0 -1 1077936192 198 0 0 0 3 0 0 0 20 0 41 0 128308872 69866541056 12075958 809668444160 4194304 16623229 140725833399632 0 0 0 0 0 2 1 0 0 -1 42 0 0 0 0 0 18838560 18947056 27963392 140725833405446 140725833405564 140725833405564 140725833412592 0
[pid=726924/tid=727011] ppid=726921 vsize=68229044 memory=48295756 CPUtime=0.02 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/726924/task/727011/stat : 727011 (fscip) S 726921 726924 726863 0 -1 1077936192 184 0 0 0 0 2 0 0 20 0 41 0 128308872 69866541056 12075958 809668444160 4194304 16623229 140725833399632 0 0 0 0 0 2 1 0 0 -1 18 0 0 0 0 0 18838560 18947056 27963392 140725833405446 140725833405564 140725833405564 140725833412592 0
[pid=726924/tid=727012] ppid=726921 vsize=68229044 memory=48274988 CPUtime=0.03 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/726924/task/727012/stat : 727012 (fscip) S 726921 726924 726863 0 -1 1077936192 168 0 0 0 3 0 0 0 20 0 41 0 128308872 69866541056 12075958 809668444160 4194304 16623229 140725833399632 0 0 0 0 0 2 1 0 0 -1 30 0 0 0 0 0 18838560 18947056 27963392 140725833405446 140725833405564 140725833405564 140725833412592 0
[pid=726924/tid=727013] ppid=726921 vsize=68229044 memory=11424 CPUtime=0.03 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/726924/task/727013/stat : 727013 (fscip) S 726921 726924 726863 0 -1 1077936192 192 0 0 0 3 0 0 0 20 0 41 0 128308872 69866541056 12075958 809668444160 4194304 16623229 140725833399632 0 0 0 0 0 2 1 0 0 -1 70 0 0 0 0 0 18838560 18947056 27963392 140725833405446 140725833405564 140725833405564 140725833412592 0
[pid=726924/tid=727014] ppid=726921 vsize=68229044 memory=48242156 CPUtime=0.03 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/726924/task/727014/stat : 727014 (fscip) S 726921 726924 726863 0 -1 1077936192 189 0 0 0 3 0 0 0 20 0 41 0 128308872 69866541056 12075958 809668444160 4194304 16623229 140725833399632 0 0 0 0 0 2 1 0 0 -1 78 0 0 0 0 0 18838560 18947056 27963392 140725833405446 140725833405564 140725833405564 140725833412592 0
[pid=726924/tid=727015] ppid=726921 vsize=68229044 memory=6244891039772592 CPUtime=0.03 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/726924/task/727015/stat : 727015 (fscip) S 726921 726924 726863 0 -1 1077936192 161 0 0 0 3 0 0 0 20 0 41 0 128308872 69866541056 12075958 809668444160 4194304 16623229 140725833399632 0 0 0 0 0 2 1 0 0 -1 34 0 0 0 0 0 18838560 18947056 27963392 140725833405446 140725833405564 140725833405564 140725833412592 0
[pid=726924/tid=727016] ppid=726921 vsize=68229044 memory=3616740572077387367 CPUtime=0.03 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/726924/task/727016/stat : 727016 (fscip) S 726921 726924 726863 0 -1 1077936192 157 0 0 0 3 0 0 0 20 0 41 0 128308872 69866541056 12075958 809668444160 4194304 16623229 140725833399632 0 0 0 0 0 2 1 0 0 -1 34 0 0 0 0 0 18838560 18947056 27963392 140725833405446 140725833405564 140725833405564 140725833412592 0
[pid=726924/tid=727017] ppid=726921 vsize=68229044 memory=11424 CPUtime=0.03 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/726924/task/727017/stat : 727017 (fscip) S 726921 726924 726863 0 -1 1077936192 166 0 0 0 0 3 0 0 20 0 41 0 128308872 69866541056 12075958 809668444160 4194304 16623229 140725833399632 0 0 0 0 0 2 1 0 0 -1 30 0 0 0 0 0 18838560 18947056 27963392 140725833405446 140725833405564 140725833405564 140725833412592 0
[pid=726924/tid=727018] ppid=726921 vsize=68229044 memory=48269444 CPUtime=0.03 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/726924/task/727018/stat : 727018 (fscip) S 726921 726924 726863 0 -1 1077936192 193 0 0 0 3 0 0 0 20 0 41 0 128308872 69866541056 12075958 809668444160 4194304 16623229 140725833399632 0 0 0 0 0 2 1 0 0 -1 50 0 0 0 0 0 18838560 18947056 27963392 140725833405446 140725833405564 140725833405564 140725833412592 0
Current children cumulated CPU time: 71903.4 s
Current children cumulated vsize: 68229044 KiB
Current children cumulated memory: 48303832 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3647.2 s]
/proc/loadavg: 78.56 79.88 79.17 63/984 729249
/proc/meminfo: memFree=552455824/790760800 swapFree=131071996/131071996
[pid=726924] ppid=726921 vsize=68229044 memory=48332144 CPUtime=72000.5 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/726924/stat : 726924 (fscip) S 726921 726924 726863 0 -1 1077936128 98188282 0 0 0 7183580 16468 0 0 20 0 41 0 128307514 69866541056 12083036 809668444160 4194304 16623229 140725833399632 0 0 0 0 0 2 0 0 0 17 34 0 0 0 0 0 18838560 18947056 27963392 140725833405446 140725833405564 140725833405564 140725833412592 0
/proc/726924/statm: 17057261 12083036 3030 3035 0 16784090 0
[pid=726924/tid=726959] ppid=726921 vsize=68229044 memory=8240 CPUtime=3605.64 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/726924/task/726959/stat : 726959 (fscip) R 726921 726924 726863 0 -1 4194368 5655302 0 0 0 359924 640 0 0 20 0 41 0 128308192 69866541056 12083036 809668444160 4194304 16623229 140725833399632 0 0 0 0 0 2 0 0 0 -1 62 0 0 0 0 0 18838560 18947056 27963392 140725833405446 140725833405564 140725833405564 140725833412592 0
[pid=726924/tid=726960] ppid=726921 vsize=68229044 memory=6720661039203368043 CPUtime=3580.58 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/726924/task/726960/stat : 726960 (fscip) R 726921 726924 726863 0 -1 4194368 5543691 0 0 0 356678 1380 0 0 20 0 41 0 128308192 69866541056 12083036 809668444160 4194304 16623229 140725833399632 0 0 0 0 0 2 0 0 0 -1 14 0 0 0 0 0 18838560 18947056 27963392 140725833405446 140725833405564 140725833405564 140725833412592 0
[pid=726924/tid=726961] ppid=726921 vsize=68229044 memory=74398 CPUtime=3600.35 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/726924/task/726961/stat : 726961 (fscip) R 726921 726924 726863 0 -1 4194368 3842567 0 0 0 359158 877 0 0 20 0 41 0 128308192 69866541056 12083036 809668444160 4194304 16623229 140725833399632 0 0 0 0 0 2 0 0 0 -1 50 0 0 0 0 0 18838560 18947056 27963392 140725833405446 140725833405564 140725833405564 140725833412592 0
[pid=726924/tid=726962] ppid=726921 vsize=68229044 memory=74731 CPUtime=3602.78 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/726924/task/726962/stat : 726962 (fscip) R 726921 726924 726863 0 -1 4194368 4336540 0 0 0 359527 751 0 0 20 0 41 0 128308192 69866541056 12083036 809668444160 4194304 16623229 140725833399632 0 0 0 0 0 2 0 0 0 -1 6 0 0 0 0 0 18838560 18947056 27963392 140725833405446 140725833405564 140725833405564 140725833412592 0
[pid=726924/tid=726963] ppid=726921 vsize=68229044 memory=75061 CPUtime=3606.82 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/726924/task/726963/stat : 726963 (fscip) R 726921 726924 726863 0 -1 4194368 5708079 0 0 0 359881 801 0 0 20 0 41 0 128308192 69866541056 12083036 809668444160 4194304 16623229 140725833399632 0 0 0 0 0 2 0 0 0 -1 18 0 0 0 0 0 18838560 18947056 27963392 140725833405446 140725833405564 140725833405564 140725833412592 0
[pid=726924/tid=726964] ppid=726921 vsize=68229044 memory=281296064479488 CPUtime=3605.56 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/726924/task/726964/stat : 726964 (fscip) R 726921 726924 726863 0 -1 4194368 3940599 0 0 0 359662 894 0 0 20 0 41 0 128308192 69866541056 12083036 809668444160 4194304 16623229 140725833399632 0 0 0 0 0 2 0 0 0 -1 22 0 0 0 0 0 18838560 18947056 27963392 140725833405446 140725833405564 140725833405564 140725833412592 0
[pid=726924/tid=726965] ppid=726921 vsize=68229044 memory=43206 CPUtime=3602.85 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/726924/task/726965/stat : 726965 (fscip) R 726921 726924 726863 0 -1 4194368 5685891 0 0 0 359632 653 0 0 20 0 41 0 128308192 69866541056 12083036 809668444160 4194304 16623229 140725833399632 0 0 0 0 0 2 0 0 0 -1 26 0 0 0 0 0 18838560 18947056 27963392 140725833405446 140725833405564 140725833405564 140725833412592 0
[pid=726924/tid=726966] ppid=726921 vsize=68229044 memory=18472 CPUtime=3608.27 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/726924/task/726966/stat : 726966 (fscip) R 726921 726924 726863 0 -1 4194368 4670274 0 0 0 359985 842 0 0 20 0 41 0 128308192 69866541056 12083036 809668444160 4194304 16623229 140725833399632 0 0 0 0 0 2 0 0 0 -1 46 0 0 0 0 0 18838560 18947056 27963392 140725833405446 140725833405564 140725833405564 140725833412592 0
[pid=726924/tid=726967] ppid=726921 vsize=68229044 memory=20284 CPUtime=3595.42 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/726924/task/726967/stat : 726967 (fscip) R 726921 726924 726863 0 -1 4194368 3905071 0 0 0 358701 841 0 0 20 0 41 0 128308192 69866541056 12083036 809668444160 4194304 16623229 140725833399632 0 0 0 0 0 2 0 0 0 -1 34 0 0 0 0 0 18838560 18947056 27963392 140725833405446 140725833405564 140725833405564 140725833412592 0
[pid=726924/tid=726968] ppid=726921 vsize=68229044 memory=5632 CPUtime=3588.39 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/726924/task/726968/stat : 726968 (fscip) R 726921 726924 726863 0 -1 4194368 4018075 0 0 0 358197 642 0 0 20 0 41 0 128308192 69866541056 12083036 809668444160 4194304 16623229 140725833399632 0 0 0 0 0 2 0 0 0 -1 74 0 0 0 0 0 18838560 18947056 27963392 140725833405446 140725833405564 140725833405564 140725833412592 0
[pid=726924/tid=726969] ppid=726921 vsize=68229044 memory=11592 CPUtime=3603.65 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/726924/task/726969/stat : 726969 (fscip) R 726921 726924 726863 0 -1 4194368 5960414 0 0 0 359458 907 0 0 20 0 41 0 128308192 69866541056 12083036 809668444160 4194304 16623229 140725833399632 0 0 0 0 0 2 0 0 0 -1 70 0 0 0 0 0 18838560 18947056 27963392 140725833405446 140725833405564 140725833405564 140725833412592 0
[pid=726924/tid=726970] ppid=726921 vsize=68229044 memory=13768 CPUtime=3598.17 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/726924/task/726970/stat : 726970 (fscip) R 726921 726924 726863 0 -1 4194368 3148792 0 0 0 359005 812 0 0 20 0 41 0 128308192 69866541056 12083036 809668444160 4194304 16623229 140725833399632 0 0 0 0 0 2 0 0 0 -1 58 0 0 0 0 0 18838560 18947056 27963392 140725833405446 140725833405564 140725833405564 140725833412592 0
[pid=726924/tid=726971] ppid=726921 vsize=68229044 memory=11644 CPUtime=3604.82 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/726924/task/726971/stat : 726971 (fscip) R 726921 726924 726863 0 -1 4194368 5484269 0 0 0 359726 756 0 0 20 0 41 0 128308192 69866541056 12083036 809668444160 4194304 16623229 140725833399632 0 0 0 0 0 2 0 0 0 -1 54 0 0 0 0 0 18838560 18947056 27963392 140725833405446 140725833405564 140725833405564 140725833412592 0
[pid=726924/tid=726972] ppid=726921 vsize=68229044 memory=11636 CPUtime=3595.61 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/726924/task/726972/stat : 726972 (fscip) R 726921 726924 726863 0 -1 4194368 6852351 0 0 0 358598 963 0 0 20 0 41 0 128308192 69866541056 12083036 809668444160 4194304 16623229 140725833399632 0 0 0 0 0 2 0 0 0 -1 30 0 0 0 0 0 18838560 18947056 27963392 140725833405446 140725833405564 140725833405564 140725833412592 0
[pid=726924/tid=726973] ppid=726921 vsize=68229044 memory=2752 CPUtime=3600.08 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/726924/task/726973/stat : 726973 (fscip) R 726921 726924 726863 0 -1 4194368 2975776 0 0 0 359175 833 0 0 20 0 41 0 128308192 69866541056 12083036 809668444160 4194304 16623229 140725833399632 0 0 0 0 0 2 0 0 0 -1 38 0 0 0 0 0 18838560 18947056 27963392 140725833405446 140725833405564 140725833405564 140725833412592 0
[pid=726924/tid=726974] ppid=726921 vsize=68229044 memory=6816 CPUtime=3580.14 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/726924/task/726974/stat : 726974 (fscip) R 726921 726924 726863 0 -1 4194368 5071602 0 0 0 357441 573 0 0 20 0 41 0 128308192 69866541056 12083036 809668444160 4194304 16623229 140725833399632 0 0 0 0 0 2 0 0 0 -1 42 0 0 0 0 0 18838560 18947056 27963392 140725833405446 140725833405564 140725833405564 140725833412592 0
[pid=726924/tid=726975] ppid=726921 vsize=68229044 memory=48318228 CPUtime=3607.11 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/726924/task/726975/stat : 726975 (fscip) R 726921 726924 726863 0 -1 4194368 6187585 0 0 0 359926 785 0 0 20 0 41 0 128308192 69866541056 12083036 809668444160 4194304 16623229 140725833399632 0 0 0 0 0 2 0 0 0 -1 10 0 0 0 0 0 18838560 18947056 27963392 140725833405446 140725833405564 140725833405564 140725833412592 0
[pid=726924/tid=726976] ppid=726921 vsize=68229044 memory=2668 CPUtime=3596.25 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/726924/task/726976/stat : 726976 (fscip) R 726921 726924 726863 0 -1 4194368 3814862 0 0 0 358747 878 0 0 20 0 41 0 128308192 69866541056 12083036 809668444160 4194304 16623229 140725833399632 0 0 0 0 0 2 0 0 0 -1 2 0 0 0 0 0 18838560 18947056 27963392 140725833405446 140725833405564 140725833405564 140725833412592 0
[pid=726924/tid=726977] ppid=726921 vsize=68229044 memory=6812 CPUtime=3604.05 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/726924/task/726977/stat : 726977 (fscip) R 726921 726924 726863 0 -1 4194368 4766491 0 0 0 359813 592 0 0 20 0 41 0 128308192 69866541056 12083036 809668444160 4194304 16623229 140725833399632 0 0 0 0 0 2 0 0 0 -1 66 0 0 0 0 0 18838560 18947056 27963392 140725833405446 140725833405564 140725833405564 140725833412592 0
[pid=726924/tid=726978] ppid=726921 vsize=68229044 memory=108376812 CPUtime=3605.29 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/726924/task/726978/stat : 726978 (fscip) R 726921 726924 726863 0 -1 4194368 6405295 0 0 0 359565 964 0 0 20 0 41 0 128308192 69866541056 12083036 809668444160 4194304 16623229 140725833399632 0 0 0 0 0 2 0 0 0 -1 78 0 0 0 0 0 18838560 18947056 27963392 140725833405446 140725833405564 140725833405564 140725833412592 0
[pid=726924/tid=726999] ppid=726921 vsize=68229044 memory=2832 CPUtime=0.03 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/726924/task/726999/stat : 726999 (fscip) S 726921 726924 726863 0 -1 1077936192 124 0 0 0 3 0 0 0 20 0 41 0 128308872 69866541056 12083036 809668444160 4194304 16623229 140725833399632 0 0 0 0 0 2 1 0 0 -1 78 0 0 0 0 0 18838560 18947056 27963392 140725833405446 140725833405564 140725833405564 140725833412592 0
[pid=726924/tid=727000] ppid=726921 vsize=68229044 memory=6720661039203368043 CPUtime=0.02 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/726924/task/727000/stat : 727000 (fscip) S 726921 726924 726863 0 -1 1077936192 159 0 0 0 2 0 0 0 20 0 41 0 128308872 69866541056 12083036 809668444160 4194304 16623229 140725833399632 0 0 0 0 0 2 1 0 0 -1 50 0 0 0 0 0 18838560 18947056 27963392 140725833405446 140725833405564 140725833405564 140725833412592 0
[pid=726924/tid=727001] ppid=726921 vsize=68229044 memory=3308 CPUtime=0.03 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/726924/task/727001/stat : 727001 (fscip) S 726921 726924 726863 0 -1 1077936192 112 0 0 0 3 0 0 0 20 0 41 0 128308872 69866541056 12083036 809668444160 4194304 16623229 140725833399632 0 0 0 0 0 2 1 0 0 -1 74 0 0 0 0 0 18838560 18947056 27963392 140725833405446 140725833405564 140725833405564 140725833412592 0
[pid=726924/tid=727002] ppid=726921 vsize=68229044 memory=1704 CPUtime=0.03 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/726924/task/727002/stat : 727002 (fscip) S 726921 726924 726863 0 -1 1077936192 179 0 0 0 3 0 0 0 20 0 41 0 128308872 69866541056 12083036 809668444160 4194304 16623229 140725833399632 0 0 0 0 0 2 1 0 0 -1 74 0 0 0 0 0 18838560 18947056 27963392 140725833405446 140725833405564 140725833405564 140725833412592 0
[pid=726924/tid=727003] ppid=726921 vsize=68229044 memory=18016 CPUtime=0.03 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/726924/task/727003/stat : 727003 (fscip) S 726921 726924 726863 0 -1 1077936192 202 0 0 0 3 0 0 0 20 0 41 0 128308872 69866541056 12083036 809668444160 4194304 16623229 140725833399632 0 0 0 0 0 2 1 0 0 -1 6 0 0 0 0 0 18838560 18947056 27963392 140725833405446 140725833405564 140725833405564 140725833412592 0
[pid=726924/tid=727004] ppid=726921 vsize=68229044 memory=28356 CPUtime=0.03 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/726924/task/727004/stat : 727004 (fscip) S 726921 726924 726863 0 -1 1077936192 196 0 0 0 3 0 0 0 20 0 41 0 128308872 69866541056 12083036 809668444160 4194304 16623229 140725833399632 0 0 0 0 0 2 1 0 0 -1 42 0 0 0 0 0 18838560 18947056 27963392 140725833405446 140725833405564 140725833405564 140725833412592 0
[pid=726924/tid=727005] ppid=726921 vsize=68229044 memory=31860 CPUtime=0.03 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/726924/task/727005/stat : 727005 (fscip) S 726921 726924 726863 0 -1 1077936192 216 0 0 0 3 0 0 0 20 0 41 0 128308872 69866541056 12083036 809668444160 4194304 16623229 140725833399632 0 0 0 0 0 2 1 0 0 -1 18 0 0 0 0 0 18838560 18947056 27963392 140725833405446 140725833405564 140725833405564 140725833412592 0
[pid=726924/tid=727006] ppid=726921 vsize=68229044 memory=7176 CPUtime=0.03 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/726924/task/727006/stat : 727006 (fscip) S 726921 726924 726863 0 -1 1077936192 194 0 0 0 3 0 0 0 20 0 41 0 128308872 69866541056 12083036 809668444160 4194304 16623229 140725833399632 0 0 0 0 0 2 1 0 0 -1 70 0 0 0 0 0 18838560 18947056 27963392 140725833405446 140725833405564 140725833405564 140725833412592 0
[pid=726924/tid=727007] ppid=726921 vsize=68229044 memory=36248 CPUtime=0.02 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/726924/task/727007/stat : 727007 (fscip) S 726921 726924 726863 0 -1 1077936192 154 0 0 0 2 0 0 0 20 0 41 0 128308872 69866541056 12083036 809668444160 4194304 16623229 140725833399632 0 0 0 0 0 2 1 0 0 -1 74 0 0 0 0 0 18838560 18947056 27963392 140725833405446 140725833405564 140725833405564 140725833412592 0
[pid=726924/tid=727008] ppid=726921 vsize=68229044 memory=6628 CPUtime=0.03 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/726924/task/727008/stat : 727008 (fscip) S 726921 726924 726863 0 -1 1077936192 204 0 0 0 3 0 0 0 20 0 41 0 128308872 69866541056 12083036 809668444160 4194304 16623229 140725833399632 0 0 0 0 0 2 1 0 0 -1 10 0 0 0 0 0 18838560 18947056 27963392 140725833405446 140725833405564 140725833405564 140725833412592 0
[pid=726924/tid=727009] ppid=726921 vsize=68229044 memory=20572 CPUtime=0.03 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/726924/task/727009/stat : 727009 (fscip) S 726921 726924 726863 0 -1 1077936192 168 0 0 0 3 0 0 0 20 0 41 0 128308872 69866541056 12083036 809668444160 4194304 16623229 140725833399632 0 0 0 0 0 2 1 0 0 -1 50 0 0 0 0 0 18838560 18947056 27963392 140725833405446 140725833405564 140725833405564 140725833412592 0
[pid=726924/tid=727010] ppid=726921 vsize=68229044 memory=6856 CPUtime=0.03 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/726924/task/727010/stat : 727010 (fscip) S 726921 726924 726863 0 -1 1077936192 199 0 0 0 3 0 0 0 20 0 41 0 128308872 69866541056 12083036 809668444160 4194304 16623229 140725833399632 0 0 0 0 0 2 1 0 0 -1 42 0 0 0 0 0 18838560 18947056 27963392 140725833405446 140725833405564 140725833405564 140725833412592 0
[pid=726924/tid=727011] ppid=726921 vsize=68229044 memory=7112 CPUtime=0.02 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/726924/task/727011/stat : 727011 (fscip) S 726921 726924 726863 0 -1 1077936192 184 0 0 0 0 2 0 0 20 0 41 0 128308872 69866541056 12083036 809668444160 4194304 16623229 140725833399632 0 0 0 0 0 2 1 0 0 -1 18 0 0 0 0 0 18838560 18947056 27963392 140725833405446 140725833405564 140725833405564 140725833412592 0
[pid=726924/tid=727012] ppid=726921 vsize=68229044 memory=30816 CPUtime=0.03 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/726924/task/727012/stat : 727012 (fscip) S 726921 726924 726863 0 -1 1077936192 168 0 0 0 3 0 0 0 20 0 41 0 128308872 69866541056 12083036 809668444160 4194304 16623229 140725833399632 0 0 0 0 0 2 1 0 0 -1 30 0 0 0 0 0 18838560 18947056 27963392 140725833405446 140725833405564 140725833405564 140725833412592 0
[pid=726924/tid=727013] ppid=726921 vsize=68229044 memory=33860 CPUtime=0.03 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/726924/task/727013/stat : 727013 (fscip) S 726921 726924 726863 0 -1 1077936192 193 0 0 0 3 0 0 0 20 0 41 0 128308872 69866541056 12083036 809668444160 4194304 16623229 140725833399632 0 0 0 0 0 2 1 0 0 -1 70 0 0 0 0 0 18838560 18947056 27963392 140725833405446 140725833405564 140725833405564 140725833412592 0
[pid=726924/tid=727014] ppid=726921 vsize=68229044 memory=50468 CPUtime=0.03 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/726924/task/727014/stat : 727014 (fscip) S 726921 726924 726863 0 -1 1077936192 189 0 0 0 3 0 0 0 20 0 41 0 128308872 69866541056 12083036 809668444160 4194304 16623229 140725833399632 0 0 0 0 0 2 1 0 0 -1 78 0 0 0 0 0 18838560 18947056 27963392 140725833405446 140725833405564 140725833405564 140725833412592 0
[pid=726924/tid=727015] ppid=726921 vsize=68229044 memory=7640 CPUtime=0.03 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/726924/task/727015/stat : 727015 (fscip) S 726921 726924 726863 0 -1 1077936192 162 0 0 0 3 0 0 0 20 0 41 0 128308872 69866541056 12083036 809668444160 4194304 16623229 140725833399632 0 0 0 0 0 2 1 0 0 -1 34 0 0 0 0 0 18838560 18947056 27963392 140725833405446 140725833405564 140725833405564 140725833412592 0
[pid=726924/tid=727016] ppid=726921 vsize=68229044 memory=1996 CPUtime=0.03 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/726924/task/727016/stat : 727016 (fscip) S 726921 726924 726863 0 -1 1077936192 157 0 0 0 3 0 0 0 20 0 41 0 128308872 69866541056 12083036 809668444160 4194304 16623229 140725833399632 0 0 0 0 0 2 1 0 0 -1 34 0 0 0 0 0 18838560 18947056 27963392 140725833405446 140725833405564 140725833405564 140725833412592 0
[pid=726924/tid=727017] ppid=726921 vsize=68229044 memory=1836 CPUtime=0.03 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/726924/task/727017/stat : 727017 (fscip) S 726921 726924 726863 0 -1 1077936192 166 0 0 0 0 3 0 0 20 0 41 0 128308872 69866541056 12083036 809668444160 4194304 16623229 140725833399632 0 0 0 0 0 2 1 0 0 -1 30 0 0 0 0 0 18838560 18947056 27963392 140725833405446 140725833405564 140725833405564 140725833412592 0
[pid=726924/tid=727018] ppid=726921 vsize=68229044 memory=38468 CPUtime=0.03 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/726924/task/727018/stat : 727018 (fscip) S 726921 726924 726863 0 -1 1077936192 193 0 0 0 3 0 0 0 20 0 41 0 128308872 69866541056 12083036 809668444160 4194304 16623229 140725833399632 0 0 0 0 0 2 1 0 0 -1 50 0 0 0 0 0 18838560 18947056 27963392 140725833405446 140725833405564 140725833405564 140725833412592 0
Current children cumulated CPU time: 72000.5 s
Current children cumulated vsize: 68229044 KiB
Current children cumulated memory: 48332144 KiB

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

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

# cumulated CPU time of all completed processes:  user=71836 s, system=165.853 s

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

[startup+3648 s]*
/proc/loadavg: 77.15 79.57 79.07 45/945 729249
/proc/meminfo: memFree=588835076/790760800 swapFree=131071996/131071996
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

[startup+3648.2 s]
/proc/loadavg: 77.15 79.57 79.07 45/945 729249
/proc/meminfo: memFree=588835076/790760800 swapFree=131071996/131071996
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

[startup+3648.3 s]
/proc/loadavg: 77.15 79.57 79.07 45/945 729249
/proc/meminfo: memFree=588835076/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): 3648.39
CPU time (s): 72001.9
CPU user time (s): 71836
CPU system time (s): 165.853
CPU usage (%): 1973.52
Max. virtual memory (cumulated for all children) (KiB): 68229044
Max. memory (cumulated for all children) (KiB): 48332144

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 71836
system time used= 165.853
maximum resident set size= 48332332
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 98188305
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= 2577044
involuntary context switches= 207510


# summary of solver processes directly reported to runsolver:
#   pid: 726924
#   total CPU time (s): 72001.9
#   total CPU user time (s): 71836
#   total CPU system time (s): 165.853

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 25.3133 second user time and 103.774 second system time

The end

Launcher Data

Begin job on nodeD101 at 2024-08-14 08:33:27
IDJOB=4465683
IDBENCH=155459
IDSOLVER=3094
FILE ID=nodeD101/4465683-1723617207
RUNJOBID= nodeD101-1723617207-726875
SLURM_JOB_ID= 8267907
Free space on /tmp= 8622832 MiB

SOLVER NAME= FiberSCIP 20 cores, 2024-07-30
BENCH NAME= PB24/normalized-PB11/DEC-LIN/lopes/normalized-96.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-4465683-1723617207/watcher-4465683-1723617207 -o /tmp/evaluation-result-4465683-1723617207/solver-4465683-1723617207 -C 72000 -W 3700 -M 195000 --bin-var /tmp/runsolver-exch-nodeD101-1723617207-726875 --watchdog 3760  ./fscip settings/racing.prm HOME/instance-4465683-1723617207.opb -qsol -t 72000 -sth 20

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

MD5SUM BENCH= 41cda2cdd43cae95a9671374dc621893
RANDOM SEED=1011308038

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		: 3407.207
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		: 2618.503
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		: 3670.668
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		: 2665.853
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		: 2653.274
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		: 3770.263
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		: 2647.689
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		: 2648.903
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		: 2660.325
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		: 3256.138
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		: 2641.046
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		: 2644.452
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		: 2643.346
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		: 3774.299
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		: 2648.805
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		: 2640.352
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		: 2571.562
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		: 3552.033
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		: 2644.781
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		: 3857.578
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		: 2652.060
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		: 3617.853
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		: 2642.952
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		: 2638.611
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		: 2633.765
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		: 3598.243
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		: 2631.849
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		: 2635.190
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		: 2645.718
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		: 2648.451
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		: 2642.888
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		: 2646.680
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		: 2590.743
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		: 2648.064
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		: 2642.315
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		: 2638.513
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		: 2634.356
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		: 2650.108
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		: 2642.337
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		: 2640.095
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		: 2614.641
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		: 2639.921
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		: 2638.515
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		: 2627.030
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		: 2646.343
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		: 2637.770
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		: 2649.077
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		: 2632.947
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		: 3667.993
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		: 2878.408
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		: 2639.212
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		: 2641.084
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		: 3675.882
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		: 2639.087
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		: 2637.011
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		: 2634.644
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		: 3633.448
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		: 2649.224
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		: 2649.138
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		: 2645.830
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		: 3686.597
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		: 2649.055
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		: 2656.749
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		: 2644.052
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		: 3596.542
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		: 2632.900
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		: 2633.823
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		: 2631.680
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		: 2578.654
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		: 2664.667
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		: 2661.666
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		: 2655.422
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		: 2665.914
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		: 2654.056
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		: 2655.534
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		: 2643.115
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		: 2641.700
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		: 2680.655
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		: 3857.927
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		: 2649.211
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:        725933048 kB
MemAvailable:   783574740 kB
Buffers:         1143476 kB
Cached:         59754800 kB
SwapCached:            0 kB
Active:         18781804 kB
Inactive:       42535164 kB
Active(anon):       2044 kB
Inactive(anon):   456084 kB
Active(file):   18779760 kB
Inactive(file): 42079080 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:            147004 kB
Writeback:            12 kB
AnonPages:        418204 kB
Mapped:           100604 kB
Shmem:             38920 kB
KReclaimable:     404760 kB
Slab:             820448 kB
SReclaimable:     404760 kB
SUnreclaim:       415688 kB
KernelStack:       14864 kB
PageTables:        11324 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    526452396 kB
Committed_AS:     994980 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:          1132032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    276480 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:      841728 kB
DirectMap2M:    132825088 kB
DirectMap1G:    672137216 kB

Free space on /tmp at the end= 8622712 MiB
End job on nodeD101 at 2024-08-14 09:34:16