Trace number 4467450

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
FiberSCIP 20 cores, 2024-08-09UNSAT 38886.3 1967.86

General information on the benchmark

NamePB24/normalized-PB09/
OPT-LIN/flexray/normalized-fx97.opb
MD5SUMb17790bf3951ca85a67cd8038da17b4d
Bench CategoryOPT-LIN (optimization problem, linear constraints, no OPT/UNSAT certificate)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark1518.19
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables8424
Total number of constraints9089
Number of constraints which are clauses8415
Number of constraints which are cardinality constraints (but not clauses)98
Number of constraints which are nor clauses,nor cardinality constraints576
Minimum length of a constraint2
Maximum length of a constraint576
Number of terms in the objective function 9
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 9
Number of bits of the sum of numbers in the objective function 4
Biggest number in a constraint 42
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 1199
Number of bits of the biggest sum of numbers11
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.00	c The following solver is parallelized by UG version 1.0.0 [GitHash: e6e2b6ff-dirty]
0.00/0.00	c SCIP version 10.0.0 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: Soplex 7.1.1] [GitHash: 917abe4c5e]
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   TinyCThread 1.2      small portable implementation of the C11 threads API (tinycthread.github.io)
0.00/0.00	c   AMPL/MP 690e9e7      AMPL .nl file reader library (github.com/ampl/mp)
0.00/0.00	c   PaPILO 2.3.1         parallel presolve for integer and linear optimization (github.com/scipopt/papilo)
0.00/0.00	c   Nauty 2.8.8          Computing Graph Automorphism Groups by Brendan D. McKay (users.cecs.anu.edu.au/~bdm/nauty)
0.00/0.00	c   sassy 1.1            Symmetry preprocessor by Markus Anders (github.com/markusa4/sassy)
0.00/0.05	c Default LC presolving (default).
0.00/0.05	c ** Before presolving: virtualMemUsedAtLc = 62828544, getVmSize() = 62828544, SCIPgetMemUsed() = 32123100, SCIPgetMemTotal() = 40268132, SCIPgetMemExternEstim() = 17791503
0.00/0.05	c ** set memory limit for presolving in LC to 8.7959e+12 for SCIP **
4.18/4.22	c ** Estimated virtualMemUsedAtSolver = 127833764, getVmSize() = 202620928, SCIPgetMemUsed() = 130593904, SCIPgetMemTotal() = 173959144, SCIPgetMemExternEstim() = 17791503
4.18/4.22	c ** set memory limit for solvers to 4.18821e+11 for each SCIP **
4.18/4.22	c Original Problem   :
4.18/4.22	c   Problem name     : instance-4467450-1723229164
4.18/4.22	c   Variables        : 8424 (8424 binary, 0 integer, 0 implicit integer, 0 continuous)
4.18/4.22	c   Constraints      : 9089
4.18/4.22	c   Objective sense  : minimize
4.18/4.22	c Presolved Problem  :
4.18/4.22	c   Variables        : 7285 (7285 binary, 0 integer, 0 implicit integer, 0 continuous)
4.18/4.22	c   Constraints      : 1248
4.18/4.22	c Constraints        : Number
4.18/4.22	c   knapsack         : 576 
4.18/4.22	c   setppc           : 97 
4.18/4.22	c   orbitope         : 575 
4.18/4.22	c ** Instance transfer method used: 0
4.18/4.24	c ** ParaScipInstance copy increased the number of variables. **
4.48/4.58	c LC is working with racing ramp-up and with rebuilding tree after racing.
4.48/4.59	c                                Nodes    Active                                            
4.48/4.59	c      Time          Nodes        Left   Solvers     Best Integer        Best Node        Gap     Best Node(S)     Gap(S)
160.43/12.51	c        13              2           1        20                -           9.0000          -
259.41/17.52	c        18             30          29        20                -           9.0000          -
362.47/22.77	c        23             45          44        20                -           9.0000          -
463.53/27.80	c        28             45          44        20                -           9.0000          -
562.47/32.80	c        33             45          44        20                -           9.0000          -
663.49/37.96	c        38             43          36        20                -           9.0000          -
772.38/43.41	c        43            111          96        20                -           9.0000          -
871.43/48.43	c        48             61          60        20                -           9.0000          -
970.53/53.43	c        53             71          72        20                -           9.0000          -
1071.54/58.55	c        59             73          64        20                -           9.0000          -
1170.56/63.56	c        64             75          76        20                -           9.0000          -
1271.55/68.69	c        69             88          87        20                -           9.0000          -
1372.58/73.76	c        74            473         158        20                -           9.0000          -
1473.59/78.85	c        79            137         116        20                -           9.0000          -
1574.52/84.03	c        84            148         125        20                -           9.0000          -
1676.43/89.12	c        89            172         147        20                -           9.0000          -
1777.44/94.15	c        94            835         179        20                -           9.0000          -
1875.89/99.16	c        99            753         219        20                -           9.0000          -
1976.17/104.22	c       104           1323         250        20                -           9.0000          -
2079.10/109.49	c       110            980         182        20                -           9.0000          -
2180.03/114.51	c       115           1257         233        20                -           9.0000          -
2280.97/119.69	c       120           1800         384        20                -           9.0000          -
2381.92/124.73	c       125           1526         226        20                -           9.0000          -
2482.93/129.83	c       130           1573         302        20                -           9.0000          -
2581.95/134.89	c       135           1185         212        20                -           9.0000          -
2682.79/139.94	c       140           2543         524        20                -           9.0000          -
2781.84/145.01	c       145           1463         263        20                -           9.0000          -
2883.43/150.06	c       150           1300         217        20                -           9.0000          -
2982.43/155.11	c       155           2644         262        20                -           9.0000          -
3083.61/160.18	c       160           3273         664        20                -           9.0000          -
3183.64/165.21	c       165           2644         235        20                -           9.0000          -
3284.65/170.39	c       170           1919         301        20                -           9.0000          -
3385.75/175.45	c       175           2067         312        20                -           9.0000          -
3484.86/180.48	c       180           1620         276        20                -           9.0000          -
3585.93/185.55	c       186           3705         299        20                -           9.0000          -
3685.06/190.56	c       191           3802         309        20                -           9.0000          -
3786.12/195.65	c       196           2513         354        20                -           9.0000          -
3885.22/200.67	c       201           2669         344        20                -           9.0000          -
3984.18/205.69	c       206           3661         281        20                -           9.0000          -
4087.20/210.82	c       211           5107         976        20                -           9.0000          -
4188.23/215.90	c       216           4210         331        20                -           9.0000          -
4287.30/220.93	c       221           5512        1039        20                -           9.0000          -
4386.29/225.94	c       226           2052         340        20                -           9.0000          -
4485.36/231.00	c       231           5733        1068        20                -           9.0000          -
4584.44/236.03	c       236           2114         356        20                -           9.0000          -
4689.40/241.20	c       241           2179         365        20                -           9.0000          -
4788.41/246.23	c       246           4875         296        20                -           9.0000          -
4889.41/251.39	c       251           3800         381        20                -           9.0000          -
4990.38/256.44	c       256           4865         370        20                -           9.0000          -
5091.37/261.54	c       262           5331         298        20                -           9.0000          -
5190.41/266.59	c       267           2364         424        20                -           9.0000          -
5291.43/271.63	c       272           5632         300        20                -           9.0000          -
5390.49/276.67	c       277           2425         423        20                -           9.0000          -
5491.45/281.76	c       282           7690        1258        20                -           9.0000          -
5592.46/286.83	c       287           5307         383        20                -           9.0000          -
5691.52/291.87	c       292           2613         436        20                -           9.0000          -
5792.54/296.93	c       297           8270        1304        20                -           9.0000          -
5891.59/301.99	c       302           4873         466        20                -           9.0000          -
5990.64/307.00	c       307           2756         456        20                -           9.0000          -
6092.37/312.05	c       312           2779         460        20                -           9.0000          -
6191.29/317.06	c       317           6172         479        20                -           9.0000          -
6290.35/322.12	c       322           6357         484        20                -           9.0000          -
6391.24/327.13	c       327           9554        1457        20                -           9.0000          -
6491.71/332.25	c       332           8136         362        20                -           9.0000          -
6590.78/337.29	c       337           3032         500        20                -           9.0000          -
6691.77/342.37	c       342          10095        1542        20                -           9.0000          -
6792.83/347.44	c       347           5806         525        20                -           9.0000          -
6891.90/352.46	c       352           7163         527        20                -           9.0000          -
6992.97/357.55	c       358           5971         531        20                -           9.0000          -
7094.08/362.68	c       363           3204           0        20                -           9.0000          -
7195.05/367.73	c       368           3205           1        20                -           9.0000          -
7296.07/372.80	c       373           9509         413        20                -           9.0000          -
7395.15/377.85	c       378           3224          20        20                -           9.0000          -
7496.15/382.90	c       383           6522         531        20                -           9.0000          -
7595.19/387.97	c       388           6648         532        20                -           9.0000          -
7694.22/393.00	c       393           3273          69        20                -           9.0000          -
7793.28/398.02	c       398          10458         434        20                -           9.0000          -
7895.22/403.07	c       403           3309          93        20                -           9.0000          -
7994.03/408.11	c       408           3312          96        20                -           9.0000          -
8095.07/413.19	c       413           3336         106        20                -           9.0000          -
8195.32/418.25	c       418           3360         116        20                -           9.0000          -
8294.26/423.29	c       423           3380         122        20                -           9.0000          -
8395.27/428.30	c       428           8536         571        20                -           9.0000          -
8494.32/433.36	c       433           3414         136        20                -           9.0000          -
8593.35/438.36	c       438           3432         145        20                -           9.0000          -
8692.37/443.39	c       443           8789         566        20                -           9.0000          -
8793.35/448.42	c       448           3461         157        20                -           9.0000          -
8892.34/453.43	c       453           8926         586        20                -           9.0000          -
8991.39/458.49	c       458           8999         603        20                -           9.0000          -
9092.42/463.54	c       464           3492         183        20                -           9.0000          -
9193.41/468.60	c       469           7868         604        20                -           9.0000          -
9292.52/473.62	c       474           9243         610        20                -           9.0000          -
9391.43/478.62	c       479           8032         609        20                -           9.0000          -
9490.49/483.65	c       484          15216        2172        20                -           9.0000          -
9591.56/488.72	c       489           9469         635        20                -           9.0000          -
9690.63/493.75	c       494           8314         607        20                -           9.0000          -
9789.72/498.78	c       499           3622         239        20                -           9.0000          -
9890.76/503.84	c       504           3644         249        20                -           9.0000          -
9989.78/508.87	c       509           3663         252        20                -           9.0000          -
10090.78/513.90	c       514           3663         252        20                -           9.0000          -
10189.79/518.97	c       519           3663         252        20                -           9.0000          -
10288.80/524.02	c       524           3677         266        20                -           9.0000          -
10392.75/529.19	c       529          15340         546        20                -           9.0000          -
10492.81/534.26	c       534           3703         282        20                -           9.0000          -
10593.50/539.30	c       539          10233         639        20                -           9.0000          -
10692.55/544.32	c       544          17230        2415        20                -           9.0000          -
10791.67/549.38	c       549           3730         289        20                -           9.0000          -
10890.56/554.39	c       554           3730         289        20                -           9.0000          -
10993.53/559.53	c       560          17897        2465        20                -           9.0000          -
11092.39/564.58	c       565          10582         647        20                -           9.0000          -
11193.35/569.63	c       570           9370         650        20                -           9.0000          -
11292.36/574.69	c       575          17097         562        20                -           9.0000          -
11391.41/579.69	c       580          10816         661        20                -           9.0000          -
11494.39/584.84	c       585           3832         313        20                -           9.0000          -
11593.41/589.89	c       590          19100        2634        20                -           9.0000          -
11694.41/594.90	c       595          11056         670        20                -           9.0000          -
11796.27/600.06	c       600           9667         652        20                -           9.0000          -
11895.36/605.10	c       605           3904         333        20                -           9.0000          -
11996.30/610.14	c       610           3912         333        20                -           9.0000          -
12096.43/615.22	c       615           3933         336        20                -           9.0000          -
12195.50/620.28	c       620          20088        2745        20                -           9.0000          -
12296.50/625.33	c       625           9967         679        20                -           9.0000          -
12395.57/630.34	c       630          11688         666        20                -           9.0000          -
12496.52/635.43	c       635           4008         361        20                -           9.0000          -
12595.59/640.48	c       640          10177         729        20                -           9.0000          -
12696.64/645.56	c       646          19673         592        20                -           9.0000          -
12797.68/650.65	c       651          20614        2840        20                -           9.0000          -
12896.57/655.68	c       656          12137         682        20                -           9.0000          -
12997.56/660.78	c       661           4092         371        20                -           9.0000          -
13098.59/665.83	c       666          20786        2872        20                -           9.0000          -
13197.63/670.85	c       671          20582         606        20                -           9.0000          -
13298.66/675.90	c       676          20782         599        20                -           9.0000          -
13397.69/680.90	c       681          20940        2902        20                -           9.0000          -
13496.74/685.95	c       686          21123         600        20                -           9.0000          -
13595.77/691.02	c       691          12790         722        20                -           9.0000          -
13699.51/696.15	c       696           4259         370        20                -           9.0000          -
13798.50/701.18	c       701           4275         367        20                -           9.0000          -
13898.79/706.29	c       706           4296         374        20                -           9.0000          -
13999.88/711.36	c       711           4330         377        20                -           9.0000          -
14100.97/716.42	c       716           4341         386        20                -           9.0000          -
14199.95/721.45	c       721           4356         391        20                -           9.0000          -
14299.10/726.48	c       726           4381         399        20                -           9.0000          -
14399.95/731.50	c       732           4395         399        20                -           9.0000          -
14501.00/736.62	c       737           4417         400        20                -           9.0000          -
14600.10/741.64	c       742          22370        3112        20                -           9.0000          -
14699.21/746.69	c       747          11501         862        20                -           9.0000          -
14800.31/751.74	c       752           4511         424        20                -           9.0000          -
14899.44/756.78	c       757          22920        3196        20                -           9.0000          -
15002.46/761.90	c       762          23112        3230        20                -           9.0000          -
15101.49/766.91	c       767          11714         924        20                -           9.0000          -
15200.61/771.94	c       772           4615         429        20                -           9.0000          -
15302.36/777.04	c       777           4642         431        20                -           9.0000          -
15401.62/782.09	c       782          11947         961        20                -           9.0000          -
15502.55/787.16	c       787           4677         429        20                -           9.0000          -
15602.62/792.20	c       792          12111         987        20                -           9.0000          -
15701.56/797.23	c       797          14518         734        20                -           9.0000          -
15800.63/802.29	c       802          25823         635        20                -           9.0000          -
15901.65/807.39	c       807           4757         457        20                -           9.0000          -
16000.67/812.40	c       812           4794         479        20                -           9.0000          -
16101.69/817.43	c       817          12353        1015        20                -           9.0000          -
16200.74/822.45	c       822          12404        1023        20                -           9.0000          -
16303.78/827.61	c       828           4885         514        20                -           9.0000          -
16402.83/832.66	c       833          12503        1032        20                -           9.0000          -
16501.82/837.69	c       838          25000        3349        20                -           9.0000          -
16602.80/842.78	c       843          12622        1054        20                -           9.0000          -
16703.74/847.83	c       848          25223        3359        20                -           9.0000          -
16802.76/852.88	c       853          25337        3349        20                -           9.0000          -
16901.69/857.90	c       858          12814        1066        20                -           9.0000          -
17002.72/863.00	c       863          28265         664        20                -           9.0000          -
17104.30/868.05	c       868          12956        1102        20                -           9.0000          -
17203.49/873.14	c       873          13054        1099        20                -           9.0000          -
17304.54/878.18	c       878          26078        3369        20                -           9.0000          -
17404.79/883.24	c       883          13231        1132        20                -           9.0000          -
17503.72/888.26	c       888          15986         796        20                -           9.0000          -
17604.75/893.35	c       893          26451        3381        20                -           9.0000          -
17703.78/898.40	c       898          26524        3384        20                -           9.0000          -
17804.87/903.46	c       903          29916         653        20                -           9.0000          -
17904.00/908.46	c       908          13615        1181        20                -           9.0000          -
18005.04/913.57	c       914          13662        1181        20                -           9.0000          -
18106.14/918.64	c       919          16452         829        20                -           9.0000          -
18205.15/923.65	c       924           5554         647        20                -           9.0000          -
18306.15/928.71	c       929          16589         837        20                -           9.0000          -
18405.17/933.73	c       934          31082         670        20                -           9.0000          -
18506.19/938.81	c       939          16743         834        20                -           9.0000          -
18605.23/943.88	c       944           5725         680        20                -           9.0000          -
18706.15/948.94	c       949          16896         833        20                -           9.0000          -
18805.19/953.99	c       954          14182        1240        20                -           9.0000          -
18906.57/959.05	c       959          32068         682        20                -           9.0000          -
19006.08/964.07	c       964           5868         685        20                -           9.0000          -
19107.04/969.16	c       969           5912         698        20                -           9.0000          -
19205.90/974.17	c       974          17239         844        20                -           9.0000          -
19306.24/979.24	c       979          17307         848        20                -           9.0000          -
19407.31/984.34	c       984          14597        1278        20                -           9.0000          -
19506.28/989.39	c       989          14687        1271        20                -           9.0000          -
19607.25/994.42	c       994           6090         710        20                -           9.0000          -
19706.33/999.48	c       999          29180        3445        20                -           9.0000          -
19807.19/1004.55	c      1005           6142         723        20                -           9.0000          -
19908.32/1009.62	c      1010          34195         712        20                -           9.0000          -
20007.47/1014.66	c      1015          17871         842        20                -           9.0000          -
20108.59/1019.72	c      1020          15102        1309        20                -           9.0000          -
20207.69/1024.77	c      1025          15160        1321        20                -           9.0000          -
20306.86/1029.78	c      1030           6347         744        20                -           9.0000          -
20408.00/1034.87	c      1035           6402         744        20                -           9.0000          -
20509.13/1039.91	c      1040          15281           1        20                -           9.0000          -
20608.26/1044.93	c      1045          15292          14        20                -           9.0000          -
20707.34/1049.97	c      1050          15296          16        20                -           9.0000          -
20806.38/1055.00	c      1055          15314          34        20                -           9.0000          -
20908.15/1060.12	c      1060          18520         896        20                -           9.0000          -
21009.32/1065.15	c      1065          31790        3475        20                -           9.0000          -
21109.67/1070.20	c      1070           6616         774        20                -           9.0000          -
21208.79/1075.27	c      1075          18759         908        20                -           9.0000          -
21309.87/1080.33	c      1080           6663         799        20                -           9.0000          -
21409.00/1085.37	c      1085           6683         799        20                -           9.0000          -
21510.13/1090.41	c      1090          15408         128        20                -           9.0000          -
21611.19/1095.51	c      1096           6736         808        20                -           9.0000          -
21710.30/1100.54	c      1101           6764         811        20                -           9.0000          -
21809.36/1105.56	c      1106           6787         812        20                -           9.0000          -
21910.43/1110.67	c      1111           6799         814        20                -           9.0000          -
22009.42/1115.70	c      1116          38402         731        20                -           9.0000          -
22110.47/1120.73	c      1121          15601         225        20                -           9.0000          -
22211.58/1125.82	c      1126           6847         834        20                -           9.0000          -
22310.45/1130.87	c      1131           6847         834        20                -           9.0000          -
22411.50/1135.95	c      1136          15748         257        20                -           9.0000          -
22510.41/1141.02	c      1141          39422         719        20                -           9.0000          -
22612.06/1146.08	c      1146          39631         714        20                -           9.0000          -
22711.34/1151.14	c      1151          15951         272        20                -           9.0000          -
22813.38/1156.21	c      1156          34485        3694        20                -           9.0000          -
22912.38/1161.21	c      1161           7020         864        20                -           9.0000          -
23011.48/1166.29	c      1166           7041         869        20                -           9.0000          -
23112.48/1171.37	c      1171          34908        3734        20                -           9.0000          -
23213.53/1176.43	c      1176          35053        3744        20                -           9.0000          -
23312.54/1181.46	c      1181          16419         276        20                -           9.0000          -
23413.60/1186.52	c      1187          41191         748        20                -           9.0000          -
23514.69/1191.60	c      1192           7131         890        20                -           9.0000          -
23613.81/1196.61	c      1197          35622        3834        20                -           9.0000          -
23712.91/1201.65	c      1202          35779        3850        20                -           9.0000          -
23812.04/1206.67	c      1207          42134         745        20                -           9.0000          -
23913.11/1211.71	c      1212          35987        3874        20                -           9.0000          -
24014.14/1216.86	c      1217          16853         283        20                -           9.0000          -
24113.18/1221.87	c      1222          16934         286        20                -           9.0000          -
24212.32/1226.88	c      1227          21561        1018        20                -           9.0000          -
24313.39/1231.97	c      1232          17042         286        20                -           9.0000          -
24415.14/1237.04	c      1237          43414         762        20                -           9.0000          -
24514.13/1242.08	c      1242          17181         302        20                -           9.0000          -
24613.19/1247.09	c      1247          21879        1024        20                -           9.0000          -
24714.36/1252.17	c      1252           7448        1029        20                -           9.0000          -
24814.69/1257.20	c      1257          37586        4074        20                -           9.0000          -
24913.81/1262.22	c      1262          17528         311        20                -           9.0000          -
25012.91/1267.23	c      1267          44501         753        20                -           9.0000          -
25115.92/1272.44	c      1272          17700         338        20                -           9.0000          -
25217.04/1277.50	c      1278          44896         758        20                -           9.0000          -
25316.15/1282.56	c      1283          22492        1021        20                -           9.0000          -
25415.28/1287.58	c      1288          38506        4157        20                -           9.0000          -
25516.38/1292.61	c      1293          45525         756        20                -           9.0000          -
25615.47/1297.68	c      1298          18153         357        20                -           9.0000          -
25716.58/1302.78	c      1303          22797        1027        20                -           9.0000          -
25817.69/1307.83	c      1308          22885        1039        20                -           9.0000          -
25918.72/1312.90	c      1313          39356        4254        20                -           9.0000          -
26017.85/1317.95	c      1318          18580         365        20                -           9.0000          -
26116.98/1323.00	c      1323          39600        4329        20                -           9.0000          -
26215.95/1328.02	c      1328          39679        4345        20                -           9.0000          -
26317.74/1333.10	c      1333          39739        4346        20                -           9.0000          -
26418.99/1338.17	c      1338           8106        1109        20                -           9.0000          -
26519.18/1343.21	c      1343          19103         377        20                -           9.0000          -
26618.31/1348.27	c      1348           8152        1136        20                -           9.0000          -
26719.41/1353.31	c      1353           8168        1136        20                -           9.0000          -
26818.48/1358.38	c      1358          48311         797        20                -           9.0000          -
26919.58/1363.44	c      1363          40613        4422        20                -           9.0000          -
27018.66/1368.49	c      1368           8250        1131        20                -           9.0000          -
27119.77/1373.54	c      1374          40786        4438        20                -           9.0000          -
27218.83/1378.59	c      1379          24073        1108        20                -           9.0000          -
27319.93/1383.63	c      1384          24171        1114        20                -           9.0000          -
27421.03/1388.71	c      1389          20150         391        20                -           9.0000          -
27520.05/1393.72	c      1394          24370        1108        20                -           9.0000          -
27619.12/1398.73	c      1399          49696         791        20                -           9.0000          -
27720.17/1403.86	c      1404          20524         388        20                -           9.0000          -
27821.23/1408.91	c      1409           8419        1184        20                -           9.0000          -
27920.02/1413.96	c      1414          24649        1145        20                -           9.0000          -
28019.08/1419.01	c      1419           8477        1220        20                -           9.0000          -
28120.86/1424.08	c      1424          50811         825        20                -           9.0000          -
28219.64/1429.08	c      1429           8495        1217        20                -           9.0000          -
28319.05/1434.12	c      1434          24947        1163        20                -           9.0000          -
28419.92/1439.17	c      1439          42875        4619        20                -           9.0000          -
28520.23/1444.21	c      1444          43006        4657        20                -           9.0000          -
28619.28/1449.29	c      1449           8589        1266        20                -           9.0000          -
28720.30/1454.33	c      1454           8617        1280        20                -           9.0000          -
28819.50/1459.36	c      1459          43325        4717        20                -           9.0000          -
28920.35/1464.40	c      1464          25404        1223        20                -           9.0000          -
29019.40/1469.41	c      1469          52779         853        20                -           9.0000          -
29118.38/1474.49	c      1474           8689        1308        20                -           9.0000          -
29219.42/1479.53	c      1480           8718        1316        20                -           9.0000          -
29318.47/1484.60	c      1485          25719        1199        20                -           9.0000          -
29419.52/1489.65	c      1490          22278         364        20                -           9.0000          -
29518.52/1494.67	c      1495           8788        1339        20                -           9.0000          -
29617.42/1499.68	c      1500          44080        4805        20                -           9.0000          -
29716.50/1504.69	c      1505          26028        1201        20                -           9.0000          -
29817.61/1509.75	c      1510           8852        1363        20                -           9.0000          -
29916.46/1514.77	c      1515           8883        1388        20                -           9.0000          -
30015.45/1519.79	c      1520          22896         350        20                -           9.0000          -
30116.55/1524.82	c      1525           8923        1398        20                -           9.0000          -
30215.69/1529.85	c      1530           8945        1406        20                -           9.0000          -
30314.83/1534.87	c      1535          23234         335        20                -           9.0000          -
30415.85/1539.90	c      1540           8987        1422        20                -           9.0000          -
30514.92/1544.93	c      1545          55905         850        20                -           9.0000          -
30613.99/1549.95	c      1550          56046         851        20                -           9.0000          -
30713.03/1554.99	c      1555          56260         854        20                -           9.0000          -
30812.10/1560.01	c      1560          26914        1195        20                -           9.0000          -
30913.68/1565.11	c      1565          24071         290        20                -           9.0000          -
31014.78/1570.15	c      1570           9138        1468        20                -           9.0000          -
31113.95/1575.18	c      1575          57258         872        20                -           9.0000          -
31214.10/1580.26	c      1580           9171        1480        20                -           9.0000          -
31315.15/1585.30	c      1585          57813         850        20                -           9.0000          -
31414.20/1590.32	c      1590          27399        1194        20                -           9.0000          -
31513.21/1595.38	c      1595          27487        1203        20                -           9.0000          -
31614.27/1600.46	c      1600          46702        5035        20                -           9.0000          -
31715.25/1605.51	c      1606          27628        1207        20                -           9.0000          -
31814.26/1610.52	c      1611          24750         311        20                -           9.0000          -
31913.32/1615.57	c      1616          24817         312        20                -           9.0000          -
32012.29/1620.58	c      1621          47276        5110        20                -           9.0000          -
32113.31/1625.61	c      1626          47342        5126        20                -           9.0000          -
32214.42/1630.75	c      1631          25030         313        20                -           9.0000          -
32313.55/1635.78	c      1636           9422        1535        20                -           9.0000          -
32414.44/1640.84	c      1641           9444        1545        20                -           9.0000          -
32515.45/1645.91	c      1646           9463        1551        20                -           9.0000          -
32614.45/1650.98	c      1651          28246        1220        20                -           9.0000          -
32713.47/1656.02	c      1656           9525        1567        20                -           9.0000          -
32815.10/1661.05	c      1661          61633         921        20                -           9.0000          -
32914.18/1666.05	c      1666          47961        5225        20                -           9.0000          -
33016.54/1671.23	c      1671           9587        1578        20                -           9.0000          -
33115.62/1676.28	c      1676          28629        1211        20                -           9.0000          -
33216.68/1681.34	c      1681           9639        1599        20                -           9.0000          -
33315.80/1686.39	c      1686           9659        1609        20                -           9.0000          -
33416.94/1691.40	c      1691           9691        1617        20                -           9.0000          -
33518.07/1696.50	c      1696           9712        1615        20                -           9.0000          -
33617.21/1701.57	c      1702           9737        1620        20                -           9.0000          -
33718.31/1706.64	c      1707           9763        1627        20                -           9.0000          -
33817.46/1711.68	c      1712          29095        1212        20                -           9.0000          -
33916.57/1716.69	c      1717          26295         339        20                -           9.0000          -
34017.70/1721.77	c      1722          64333         959        20                -           9.0000          -
34118.81/1726.86	c      1727          49551        5373        20                -           9.0000          -
34219.93/1731.92	c      1732          29419        1214        20                -           9.0000          -
34319.05/1736.94	c      1737          49795        5429        20                -           9.0000          -
34418.20/1741.98	c      1742           9945        1671        20                -           9.0000          -
34520.05/1747.05	c      1747          29657        1220        20                -           9.0000          -
34619.34/1752.08	c      1752          29720        1226        20                -           9.0000          -
34720.33/1757.15	c      1757           9987        1668        20                -           9.0000          -
34820.58/1762.23	c      1762           9994        1660        20                -           9.0000          -
34919.75/1767.24	c      1767          50717        5554        20                -           9.0000          -
35020.86/1772.34	c      1772          27305         340        20                -           9.0000          -
35121.99/1777.42	c      1777          27393         344        20                -           9.0000          -
35221.06/1782.47	c      1782          30137        1228        20                -           9.0000          -
35320.13/1787.48	c      1787          30212        1229        20                -           9.0000          -
35420.95/1792.50	c      1792          10038        1586        20                -           9.0000          -
35521.94/1797.65	c      1798          51368           0        20                -           9.0000          -
35623.00/1802.70	c      1803          51380          14        20                -           9.0000          -
35722.09/1807.76	c      1808          10089        1593        20                -           9.0000          -
35823.15/1812.82	c      1813          51399          31        20                -           9.0000          -
35922.22/1817.87	c      1818          10109        1598        20                -           9.0000          -
36021.29/1822.89	c      1823          68616        1003        20                -           9.0000          -
36122.38/1827.90	c      1828          30798        1242        20                -           9.0000          -
36221.45/1833.00	c      1833          51942         172        20                -           9.0000          -
36323.23/1838.04	c      1838          10192        1604        20                -           9.0000          -
36424.23/1843.16	c      1843          10210        1605        20                -           9.0000          -
36524.62/1848.22	c      1848          52581         202        20                -           9.0000          -
36623.66/1853.27	c      1853          52822         186        20                -           9.0000          -
36724.58/1858.33	c      1858          28732         357        20                -           9.0000          -
36823.65/1863.39	c      1863          28804         365        20                -           9.0000          -
36924.72/1868.44	c      1868          31354        1259        20                -           9.0000          -
37023.80/1873.47	c      1873          54000         244        20                -           9.0000          -
37124.88/1878.53	c      1879          54336         264        20                -           9.0000          -
37225.87/1883.62	c      1884          10397        1651        20                -           9.0000          -
37326.91/1888.70	c      1889          71393        1011        20                -           9.0000          -
37425.97/1893.72	c      1894          10449        1680        20                -           9.0000          -
37527.02/1898.81	c      1899          29252         366        20                -           9.0000          -
37626.04/1903.87	c      1904          10505        1699        20                -           9.0000          -
37727.08/1908.94	c      1909          32116        1278        20                -           9.0000          -
37826.19/1913.99	c      1914          72258         999        20                -           9.0000          -
37927.81/1919.07	c      1919          10587        1707        20                -           9.0000          -
38026.85/1924.09	c      1924          10608        1714        20                -           9.0000          -
38127.91/1929.18	c      1929          32533        1273        20                -           9.0000          -
38227.97/1934.24	c      1934          73041        1062        20                -           9.0000          -
38327.06/1939.27	c      1939          29973         357        20                -           9.0000          -
38428.13/1944.35	c      1944          73434        1073        20                -           9.0000          -
38529.19/1949.41	c      1949          10753        1753        20                -           9.0000          -
38628.28/1954.48	c      1954          32851        1281        20                -           9.0000          -
38729.32/1959.52	c      1960          30275         354        20                -           9.0000          -
38828.40/1964.55	c      1965          74347        1073        20                -           9.0000          -
38881.85/1967.23	c      1967          10039           0         0                -           9.0000          -
38886.01/1967.67	c      1968          10039           0         0                -           9.0000          -
38886.01/1967.67	c SCIP Status        : c problem is solved [infeasible]
38886.01/1967.67	c Total Time         : 1967.6800
38886.01/1967.67	c   solving          : 1967.6800
38886.01/1967.67	c   presolving       : 4.1742 (included in solving)
38886.01/1967.67	c B&B Tree           :
38886.01/1967.67	c   nodes (total)    : 10039
38886.01/1967.67	c Solution           :
38886.01/1967.67	c   Solutions found  : 0
38886.01/1967.67	c   Primal Bound     :          -
38886.01/1967.67	c   Dual Bound       :          -
38886.01/1967.67	c Gap                :          -
38886.12/1967.71	s UNSATISFIABLE

Verifier Data

ERROR: no interpretation found !

Watcher Data

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

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

NUMA information:
  number of nodes: 4
  memory of node 0: 191670 MiB (170890 MiB free)
  memory of node 1: 193531 MiB (181369 MiB free)
  memory of node 2: 193531 MiB (173062 MiB free)
  memory of node 3: 193493 MiB (176515 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-4467450-1723229164/watcher-4467450-1723229164 -o /tmp/evaluation-result-4467450-1723229164/solver-4467450-1723229164 -C 72000 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeD104-1723225521-531111 --watchdog 3760 fscip settings/racing.prm HOME/instance-4467450-1723229164.opb -qsol -t 72000 -sth 20 

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

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

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


[startup+0.100107 s]*
/proc/loadavg: 77.56 79.73 79.67 44/943 534254
/proc/meminfo: memFree=719840388/790760800 swapFree=131071996/131071996
[pid=534253] ppid=534250 vsize=76136 memory=64596 CPUtime=0.11 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/534253/stat : 534253 (fscip) R 534250 534253 531101 0 -1 4194304 15125 0 0 0 8 3 0 0 20 0 1 0 89495817 77963264 16149 809668444160 4194304 16622877 140733516092560 0 0 0 0 0 2 0 0 0 17 16 0 0 0 0 0 18838560 18947056 30871552 140733516096489 140733516096605 140733516096605 140733516103631 0
/proc/534253/statm: 19034 16149 2710 3035 0 15430 0
Current children cumulated CPU time: 0.11 s
Current children cumulated vsize: 76136 KiB
Current children cumulated memory: 64596 KiB

[startup+0.221786 s]*
/proc/loadavg: 77.56 79.73 79.67 39/939 534266
/proc/meminfo: memFree=720744164/790760800 swapFree=131071996/131071996
[pid=534253] ppid=534250 vsize=90692 memory=77888 CPUtime=0.23 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/534253/stat : 534253 (fscip) R 534250 534253 531101 0 -1 4194304 20008 0 0 0 20 3 0 0 20 0 1 0 89495817 92868608 19472 809668444160 4194304 16622877 140733516092560 0 0 0 0 0 2 0 0 0 17 16 0 0 0 0 0 18838560 18947056 30871552 140733516096489 140733516096605 140733516096605 140733516103631 0
/proc/534253/statm: 22673 19472 2790 3035 0 19069 0
Current children cumulated CPU time: 0.23 s
Current children cumulated vsize: 90692 KiB
Current children cumulated memory: 77888 KiB

[startup+0.320857 s]*
/proc/loadavg: 77.56 79.73 79.67 43/943 534277
/proc/meminfo: memFree=720725244/790760800 swapFree=131071996/131071996
[pid=534253] ppid=534250 vsize=116100 memory=92128 CPUtime=0.34 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/534253/stat : 534253 (fscip) R 534250 534253 531101 0 -1 4194304 23050 0 0 0 30 4 0 0 20 0 1 0 89495817 118886400 23032 809668444160 4194304 16622877 140733516092560 0 0 0 0 0 2 0 0 0 17 16 0 0 0 0 0 18838560 18947056 30871552 140733516096489 140733516096605 140733516096605 140733516103631 0
/proc/534253/statm: 29025 23032 2806 3035 0 25421 0
Current children cumulated CPU time: 0.34 s
Current children cumulated vsize: 116100 KiB
Current children cumulated memory: 92128 KiB

[startup+0.700219 s]
/proc/loadavg: 77.56 79.73 79.67 43/941 534283
/proc/meminfo: memFree=720707376/790760800 swapFree=131071996/131071996
[pid=534253] ppid=534250 vsize=122216 memory=98464 CPUtime=0.69 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/534253/stat : 534253 (fscip) R 534250 534253 531101 0 -1 4194304 24623 0 0 0 65 4 0 0 20 0 1 0 89495817 125149184 24616 809668444160 4194304 16622877 140733516092560 0 0 0 0 0 2 0 0 0 17 16 0 0 0 0 0 18838560 18947056 30871552 140733516096489 140733516096605 140733516096605 140733516103631 0
/proc/534253/statm: 30554 24616 2806 3035 0 26950 0
Current children cumulated CPU time: 0.69 s
Current children cumulated vsize: 122216 KiB
Current children cumulated memory: 98464 KiB

[startup+1.50019 s]
/proc/loadavg: 73.27 78.80 79.37 24/907 534309
/proc/meminfo: memFree=721451912/790760800 swapFree=131071996/131071996
[pid=534253] ppid=534250 vsize=128332 memory=104272 CPUtime=1.48 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/534253/stat : 534253 (fscip) R 534250 534253 531101 0 -1 4194304 26137 0 0 0 144 4 0 0 20 0 1 0 89495817 131411968 26068 809668444160 4194304 16622877 140733516092560 0 0 0 0 0 2 0 0 0 17 16 0 0 0 0 0 18838560 18947056 30871552 140733516096489 140733516096605 140733516096605 140733516103631 0
/proc/534253/statm: 32083 26068 2806 3035 0 28479 0
Current children cumulated CPU time: 1.48 s
Current children cumulated vsize: 128332 KiB
Current children cumulated memory: 104272 KiB

[startup+3.11759 s]
/proc/loadavg: 73.27 78.80 79.37 24/902 534349
/proc/meminfo: memFree=722964288/790760800 swapFree=131071996/131071996
[pid=534253] ppid=534250 vsize=181284 memory=157336 CPUtime=3.09 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/534253/stat : 534253 (fscip) R 534250 534253 531101 0 -1 4194304 39367 0 0 0 303 6 0 0 20 0 1 0 89495817 185634816 39334 809668444160 4194304 16622877 140733516092560 0 0 0 0 0 2 0 0 0 17 16 0 0 0 0 0 18838560 18947056 30871552 140733516096489 140733516096605 140733516096605 140733516103631 0
/proc/534253/statm: 45321 39334 2806 3035 0 41717 0
Current children cumulated CPU time: 3.09 s
Current children cumulated vsize: 181284 KiB
Current children cumulated memory: 157336 KiB

[startup+6.30121 s]
/proc/loadavg: 73.89 78.84 79.38 81/1025 534475
/proc/meminfo: memFree=719487408/790760800 swapFree=131071996/131071996
[pid=534253] ppid=534250 vsize=1847136 memory=1387040 CPUtime=37.78 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/534253/stat : 534253 (fscip) S 534250 534253 531101 0 -1 1077936128 350111 0 0 0 3696 82 0 0 20 0 41 0 89495817 1891467264 346760 809668444160 4194304 16622877 140733516092560 0 0 0 0 0 2 0 0 0 17 16 0 0 0 0 0 18838560 18947056 30871552 140733516096489 140733516096605 140733516096605 140733516103631 0
/proc/534253/statm: 461784 346760 2854 3035 0 440895 0
[pid=534253/tid=534436] ppid=534250 vsize=1847136 memory=318716 CPUtime=1.68 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/534253/task/534436/stat : 534436 (fscip) R 534250 534253 531101 0 -1 4194368 14864 0 0 0 164 4 0 0 20 0 41 0 89496240 1891467264 346760 809668444160 4194304 16622877 140733516092560 0 0 0 0 0 2 0 0 0 -1 48 0 0 0 0 0 18838560 18947056 30871552 140733516096489 140733516096605 140733516096605 140733516103631 0
[pid=534253/tid=534437] ppid=534250 vsize=1847136 memory=0 CPUtime=1.67 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/534253/task/534437/stat : 534437 (fscip) R 534250 534253 531101 0 -1 4194368 15301 0 0 0 164 3 0 0 20 0 41 0 89496240 1891467264 346760 809668444160 4194304 16622877 140733516092560 0 0 0 0 0 2 0 0 0 -1 32 0 0 0 0 0 18838560 18947056 30871552 140733516096489 140733516096605 140733516096605 140733516103631 0
[pid=534253/tid=534438] ppid=534250 vsize=1847136 memory=1300344 CPUtime=1.67 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/534253/task/534438/stat : 534438 (fscip) R 534250 534253 531101 0 -1 4194368 15024 0 0 0 164 3 0 0 20 0 41 0 89496240 1891467264 346760 809668444160 4194304 16622877 140733516092560 0 0 0 0 0 2 0 0 0 -1 60 0 0 0 0 0 18838560 18947056 30871552 140733516096489 140733516096605 140733516096605 140733516103631 0
[pid=534253/tid=534439] ppid=534250 vsize=1847136 memory=11572 CPUtime=1.67 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/534253/task/534439/stat : 534439 (fscip) R 534250 534253 531101 0 -1 4194368 14865 0 0 0 165 2 0 0 20 0 41 0 89496240 1891467264 346760 809668444160 4194304 16622877 140733516092560 0 0 0 0 0 2 0 0 0 -1 40 0 0 0 0 0 18838560 18947056 30871552 140733516096489 140733516096605 140733516096605 140733516103631 0
[pid=534253/tid=534440] ppid=534250 vsize=1847136 memory=0 CPUtime=1.67 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/534253/task/534440/stat : 534440 (fscip) R 534250 534253 531101 0 -1 4194368 15033 0 0 0 164 3 0 0 20 0 41 0 89496240 1891467264 346760 809668444160 4194304 16622877 140733516092560 0 0 0 0 0 2 0 0 0 -1 36 0 0 0 0 0 18838560 18947056 30871552 140733516096489 140733516096605 140733516096605 140733516103631 0
[pid=534253/tid=534441] ppid=534250 vsize=1847136 memory=25333125866717268 CPUtime=1.67 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/534253/task/534441/stat : 534441 (fscip) R 534250 534253 531101 0 -1 4194368 14667 0 0 0 164 3 0 0 20 0 41 0 89496240 1891467264 346760 809668444160 4194304 16622877 140733516092560 0 0 0 0 0 2 0 0 0 -1 56 0 0 0 0 0 18838560 18947056 30871552 140733516096489 140733516096605 140733516096605 140733516103631 0
[pid=534253/tid=534442] ppid=534250 vsize=1847136 memory=0 CPUtime=1.68 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/534253/task/534442/stat : 534442 (fscip) R 534250 534253 531101 0 -1 4194368 14867 0 0 0 165 3 0 0 20 0 41 0 89496240 1891467264 346760 809668444160 4194304 16622877 140733516092560 0 0 0 0 0 2 0 0 0 -1 16 0 0 0 0 0 18838560 18947056 30871552 140733516096489 140733516096605 140733516096605 140733516103631 0
[pid=534253/tid=534443] ppid=534250 vsize=1847136 memory=16088 CPUtime=1.67 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/534253/task/534443/stat : 534443 (fscip) R 534250 534253 531101 0 -1 4194368 15110 0 0 0 163 4 0 0 20 0 41 0 89496240 1891467264 346760 809668444160 4194304 16622877 140733516092560 0 0 0 0 0 2 0 0 0 -1 12 0 0 0 0 0 18838560 18947056 30871552 140733516096489 140733516096605 140733516096605 140733516103631 0
[pid=534253/tid=534444] ppid=534250 vsize=1847136 memory=1968 CPUtime=1.61 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/534253/task/534444/stat : 534444 (fscip) R 534250 534253 531101 0 -1 4194368 15028 0 0 0 158 3 0 0 20 0 41 0 89496240 1891467264 346760 809668444160 4194304 16622877 140733516092560 0 0 0 0 0 2 0 0 0 -1 76 0 0 0 0 0 18838560 18947056 30871552 140733516096489 140733516096605 140733516096605 140733516103631 0
[pid=534253/tid=534445] ppid=534250 vsize=1847136 memory=54204 CPUtime=1.67 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/534253/task/534445/stat : 534445 (fscip) R 534250 534253 531101 0 -1 4194368 14853 0 0 0 164 3 0 0 20 0 41 0 89496240 1891467264 346760 809668444160 4194304 16622877 140733516092560 0 0 0 0 0 2 0 0 0 -1 28 0 0 0 0 0 18838560 18947056 30871552 140733516096489 140733516096605 140733516096605 140733516103631 0
[pid=534253/tid=534446] ppid=534250 vsize=1847136 memory=6948050746313498977 CPUtime=1.68 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/534253/task/534446/stat : 534446 (fscip) R 534250 534253 531101 0 -1 4194368 15040 0 0 0 164 4 0 0 20 0 41 0 89496240 1891467264 346760 809668444160 4194304 16622877 140733516092560 0 0 0 0 0 2 0 0 0 -1 64 0 0 0 0 0 18838560 18947056 30871552 140733516096489 140733516096605 140733516096605 140733516103631 0
[pid=534253/tid=534447] ppid=534250 vsize=1847136 memory=5787213831625272659 CPUtime=1.67 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/534253/task/534447/stat : 534447 (fscip) R 534250 534253 531101 0 -1 4194368 15069 0 0 0 164 3 0 0 20 0 41 0 89496240 1891467264 346760 809668444160 4194304 16622877 140733516092560 0 0 0 0 0 2 0 0 0 -1 20 0 0 0 0 0 18838560 18947056 30871552 140733516096489 140733516096605 140733516096605 140733516103631 0
[pid=534253/tid=534448] ppid=534250 vsize=1847136 memory=29864 CPUtime=1.67 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/534253/task/534448/stat : 534448 (fscip) R 534250 534253 531101 0 -1 4194368 14863 0 0 0 164 3 0 0 20 0 41 0 89496240 1891467264 346760 809668444160 4194304 16622877 140733516092560 0 0 0 0 0 2 0 0 0 -1 68 0 0 0 0 0 18838560 18947056 30871552 140733516096489 140733516096605 140733516096605 140733516103631 0
[pid=534253/tid=534449] ppid=534250 vsize=1847136 memory=29273809900535888 CPUtime=1.67 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/534253/task/534449/stat : 534449 (fscip) R 534250 534253 531101 0 -1 4194368 15025 0 0 0 164 3 0 0 20 0 41 0 89496240 1891467264 346760 809668444160 4194304 16622877 140733516092560 0 0 0 0 0 2 0 0 0 -1 8 0 0 0 0 0 18838560 18947056 30871552 140733516096489 140733516096605 140733516096605 140733516103631 0
[pid=534253/tid=534450] ppid=534250 vsize=1847136 memory=281166410440768 CPUtime=1.67 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/534253/task/534450/stat : 534450 (fscip) R 534250 534253 531101 0 -1 4194368 15075 0 0 0 164 3 0 0 20 0 41 0 89496240 1891467264 346760 809668444160 4194304 16622877 140733516092560 0 0 0 0 0 2 0 0 0 -1 44 0 0 0 0 0 18838560 18947056 30871552 140733516096489 140733516096605 140733516096605 140733516103631 0
[pid=534253/tid=534451] ppid=534250 vsize=1847136 memory=0 CPUtime=1.67 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/534253/task/534451/stat : 534451 (fscip) R 534250 534253 531101 0 -1 4194368 14875 0 0 0 164 3 0 0 20 0 41 0 89496240 1891467264 346760 809668444160 4194304 16622877 140733516092560 0 0 0 0 0 2 0 0 0 -1 52 0 0 0 0 0 18838560 18947056 30871552 140733516096489 140733516096605 140733516096605 140733516103631 0
[pid=534253/tid=534452] ppid=534250 vsize=1847136 memory=281166410773540 CPUtime=1.67 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/534253/task/534452/stat : 534452 (fscip) R 534250 534253 531101 0 -1 4194368 15003 0 0 0 163 4 0 0 20 0 41 0 89496240 1891467264 346760 809668444160 4194304 16622877 140733516092560 0 0 0 0 0 2 0 0 0 -1 0 0 0 0 0 0 18838560 18947056 30871552 140733516096489 140733516096605 140733516096605 140733516103631 0
[pid=534253/tid=534453] ppid=534250 vsize=1847136 memory=281166410519520 CPUtime=1.67 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/534253/task/534453/stat : 534453 (fscip) R 534250 534253 531101 0 -1 4194368 15031 0 0 0 163 4 0 0 20 0 41 0 89496240 1891467264 346760 809668444160 4194304 16622877 140733516092560 0 0 0 0 0 2 0 0 0 -1 4 0 0 0 0 0 18838560 18947056 30871552 140733516096489 140733516096605 140733516096605 140733516103631 0
[pid=534253/tid=534454] ppid=534250 vsize=1847136 memory=6944656592455359580 CPUtime=1.67 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/534253/task/534454/stat : 534454 (fscip) R 534250 534253 531101 0 -1 4194368 14880 0 0 0 164 3 0 0 20 0 41 0 89496240 1891467264 346760 809668444160 4194304 16622877 140733516092560 0 0 0 0 0 2 0 0 0 -1 24 0 0 0 0 0 18838560 18947056 30871552 140733516096489 140733516096605 140733516096605 140733516103631 0
[pid=534253/tid=534455] ppid=534250 vsize=1847136 memory=6944656592455360604 CPUtime=1.67 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/534253/task/534455/stat : 534455 (fscip) R 534250 534253 531101 0 -1 4194368 19561 0 0 0 164 3 0 0 20 0 41 0 89496240 1891467264 346760 809668444160 4194304 16622877 140733516092560 0 0 0 0 0 2 0 0 0 -1 72 0 0 0 0 0 18838560 18947056 30871552 140733516096489 140733516096605 140733516096605 140733516103631 0
[pid=534253/tid=534456] ppid=534250 vsize=1847136 memory=-6873164375124354329 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/534253/task/534456/stat : 534456 (fscip) S 534250 534253 531101 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 89496276 1891467264 346760 809668444160 4194304 16622877 140733516092560 0 0 0 0 0 2 1 0 0 -1 60 0 0 0 0 0 18838560 18947056 30871552 140733516096489 140733516096605 140733516096605 140733516103631 0
[pid=534253/tid=534457] ppid=534250 vsize=1847136 memory=0 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/534253/task/534457/stat : 534457 (fscip) S 534250 534253 531101 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 89496276 1891467264 346760 809668444160 4194304 16622877 140733516092560 0 0 0 0 0 2 1 0 0 -1 20 0 0 0 0 0 18838560 18947056 30871552 140733516096489 140733516096605 140733516096605 140733516103631 0
[pid=534253/tid=534458] ppid=534250 vsize=1847136 memory=5911751071951533225 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/534253/task/534458/stat : 534458 (fscip) S 534250 534253 531101 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 89496276 1891467264 346760 809668444160 4194304 16622877 140733516092560 0 0 0 0 0 2 1 0 0 -1 76 0 0 0 0 0 18838560 18947056 30871552 140733516096489 140733516096605 140733516096605 140733516103631 0
[pid=534253/tid=534459] ppid=534250 vsize=1847136 memory=3976876439771789302 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/534253/task/534459/stat : 534459 (fscip) S 534250 534253 531101 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 89496276 1891467264 346760 809668444160 4194304 16622877 140733516092560 0 0 0 0 0 2 1 0 0 -1 68 0 0 0 0 0 18838560 18947056 30871552 140733516096489 140733516096605 140733516096605 140733516103631 0
[pid=534253/tid=534460] ppid=534250 vsize=1847136 memory=3834169739311167045 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/534253/task/534460/stat : 534460 (fscip) S 534250 534253 531101 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 89496276 1891467264 346760 809668444160 4194304 16622877 140733516092560 0 0 0 0 0 2 1 0 0 -1 76 0 0 0 0 0 18838560 18947056 30871552 140733516096489 140733516096605 140733516096605 140733516103631 0
[pid=534253/tid=534461] ppid=534250 vsize=1847136 memory=281166410441808 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/534253/task/534461/stat : 534461 (fscip) S 534250 534253 531101 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 89496276 1891467264 346760 809668444160 4194304 16622877 140733516092560 0 0 0 0 0 2 1 0 0 -1 20 0 0 0 0 0 18838560 18947056 30871552 140733516096489 140733516096605 140733516096605 140733516103631 0
[pid=534253/tid=534462] ppid=534250 vsize=1847136 memory=8409881511681 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/534253/task/534462/stat : 534462 (fscip) S 534250 534253 531101 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 89496276 1891467264 346760 809668444160 4194304 16622877 140733516092560 0 0 0 0 0 2 1 0 0 -1 24 0 0 0 0 0 18838560 18947056 30871552 140733516096489 140733516096605 140733516096605 140733516103631 0
[pid=534253/tid=534463] ppid=534250 vsize=1847136 memory=8431356347905 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/534253/task/534463/stat : 534463 (fscip) S 534250 534253 531101 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 89496276 1891467264 346760 809668444160 4194304 16622877 140733516092560 0 0 0 0 0 2 1 0 0 -1 56 0 0 0 0 0 18838560 18947056 30871552 140733516096489 140733516096605 140733516096605 140733516103631 0
[pid=534253/tid=534464] ppid=534250 vsize=1847136 memory=8650399680001 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/534253/task/534464/stat : 534464 (fscip) S 534250 534253 531101 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 89496276 1891467264 346760 809668444160 4194304 16622877 140733516092560 0 0 0 0 0 2 1 0 0 -1 56 0 0 0 0 0 18838560 18947056 30871552 140733516096489 140733516096605 140733516096605 140733516103631 0
[pid=534253/tid=534465] ppid=534250 vsize=1847136 memory=2814784127238148 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/534253/task/534465/stat : 534465 (fscip) S 534250 534253 531101 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 89496276 1891467264 346760 809668444160 4194304 16622877 140733516092560 0 0 0 0 0 2 1 0 0 -1 56 0 0 0 0 0 18838560 18947056 30871552 140733516096489 140733516096605 140733516096605 140733516103631 0
[pid=534253/tid=534466] ppid=534250 vsize=1847136 memory=0 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/534253/task/534466/stat : 534466 (fscip) S 534250 534253 531101 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 89496276 1891467264 346760 809668444160 4194304 16622877 140733516092560 0 0 0 0 0 2 1 0 0 -1 4 0 0 0 0 0 18838560 18947056 30871552 140733516096489 140733516096605 140733516096605 140733516103631 0
[pid=534253/tid=534467] ppid=534250 vsize=1847136 memory=140587164502002 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/534253/task/534467/stat : 534467 (fscip) S 534250 534253 531101 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 89496276 1891467264 346760 809668444160 4194304 16622877 140733516092560 0 0 0 0 0 2 1 0 0 -1 4 0 0 0 0 0 18838560 18947056 30871552 140733516096489 140733516096605 140733516096605 140733516103631 0
[pid=534253/tid=534468] ppid=534250 vsize=1847136 memory=148992415500289 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/534253/task/534468/stat : 534468 (fscip) S 534250 534253 531101 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 89496276 1891467264 346760 809668444160 4194304 16622877 140733516092560 0 0 0 0 0 2 1 0 0 -1 44 0 0 0 0 0 18838560 18947056 30871552 140733516096489 140733516096605 140733516096605 140733516103631 0
[pid=534253/tid=534469] ppid=534250 vsize=1847136 memory=140587164502018 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/534253/task/534469/stat : 534469 (fscip) S 534250 534253 531101 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 89496276 1891467264 346760 809668444160 4194304 16622877 140733516092560 0 0 0 0 0 2 1 0 0 -1 64 0 0 0 0 0 18838560 18947056 30871552 140733516096489 140733516096605 140733516096605 140733516103631 0
[pid=534253/tid=534470] ppid=534250 vsize=1847136 memory=148992415500305 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/534253/task/534470/stat : 534470 (fscip) S 534250 534253 531101 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 89496276 1891467264 346760 809668444160 4194304 16622877 140733516092560 0 0 0 0 0 2 1 0 0 -1 64 0 0 0 0 0 18838560 18947056 30871552 140733516096489 140733516096605 140733516096605 140733516103631 0
[pid=534253/tid=534471] ppid=534250 vsize=1847136 memory=32852 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/534253/task/534471/stat : 534471 (fscip) S 534250 534253 531101 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 89496276 1891467264 346760 809668444160 4194304 16622877 140733516092560 0 0 0 0 0 2 1 0 0 -1 64 0 0 0 0 0 18838560 18947056 30871552 140733516096489 140733516096605 140733516096605 140733516103631 0
[pid=534253/tid=534472] ppid=534250 vsize=1847136 memory=6988 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/534253/task/534472/stat : 534472 (fscip) S 534250 534253 531101 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 89496276 1891467264 346760 809668444160 4194304 16622877 140733516092560 0 0 0 0 0 2 1 0 0 -1 12 0 0 0 0 0 18838560 18947056 30871552 140733516096489 140733516096605 140733516096605 140733516103631 0
[pid=534253/tid=534473] ppid=534250 vsize=1847136 memory=36208 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/534253/task/534473/stat : 534473 (fscip) S 534250 534253 531101 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 89496276 1891467264 346760 809668444160 4194304 16622877 140733516092560 0 0 0 0 0 2 1 0 0 -1 12 0 0 0 0 0 18838560 18947056 30871552 140733516096489 140733516096605 140733516096605 140733516103631 0
[pid=534253/tid=534474] ppid=534250 vsize=1847136 memory=6608 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/534253/task/534474/stat : 534474 (fscip) S 534250 534253 531101 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 89496276 1891467264 346760 809668444160 4194304 16622877 140733516092560 0 0 0 0 0 2 1 0 0 -1 32 0 0 0 0 0 18838560 18947056 30871552 140733516096489 140733516096605 140733516096605 140733516103631 0
[pid=534253/tid=534475] ppid=534250 vsize=1847136 memory=25333125866717268 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/534253/task/534475/stat : 534475 (fscip) S 534250 534253 531101 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 89496276 1891467264 346760 809668444160 4194304 16622877 140733516092560 0 0 0 0 0 2 1 0 0 -1 0 0 0 0 0 0 18838560 18947056 30871552 140733516096489 140733516096605 140733516096605 140733516103631 0
Current children cumulated CPU time: 37.78 s
Current children cumulated vsize: 1847136 KiB
Current children cumulated memory: 1387040 KiB

[startup+12.7012 s]
/proc/loadavg: 74.38 78.86 79.38 81/1025 534563
/proc/meminfo: memFree=717082388/790760800 swapFree=131071996/131071996
[pid=534253] ppid=534250 vsize=4606972 memory=3181296 CPUtime=164.4 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/534253/stat : 534253 (fscip) S 534250 534253 531101 0 -1 1077936128 1013977 0 0 0 16241 199 0 0 20 0 41 0 89495817 4717539328 795324 809668444160 4194304 16622877 140733516092560 0 0 0 0 0 2 0 0 0 17 32 0 0 0 0 0 18838560 18947056 30871552 140733516096489 140733516096605 140733516096605 140733516103631 0
/proc/534253/statm: 1151743 795324 2982 3035 0 948973 0
[pid=534253/tid=534436] ppid=534250 vsize=4606972 memory=25333125866717268 CPUtime=8.01 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/534253/task/534436/stat : 534436 (fscip) R 534250 534253 531101 0 -1 4194368 47299 0 0 0 792 9 0 0 20 0 41 0 89496240 4717539328 795324 809668444160 4194304 16622877 140733516092560 0 0 0 0 0 2 0 0 0 -1 48 0 0 0 0 0 18838560 18947056 30871552 140733516096489 140733516096605 140733516096605 140733516103631 0
[pid=534253/tid=534437] ppid=534250 vsize=4606972 memory=11572 CPUtime=8.01 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/534253/task/534437/stat : 534437 (fscip) R 534250 534253 531101 0 -1 4194368 47970 0 0 0 792 9 0 0 20 0 41 0 89496240 4717539328 795324 809668444160 4194304 16622877 140733516092560 0 0 0 0 0 2 0 0 0 -1 32 0 0 0 0 0 18838560 18947056 30871552 140733516096489 140733516096605 140733516096605 140733516103631 0
[pid=534253/tid=534438] ppid=534250 vsize=4606972 memory=318716 CPUtime=8.01 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/534253/task/534438/stat : 534438 (fscip) R 534250 534253 531101 0 -1 4194368 46467 0 0 0 792 9 0 0 20 0 41 0 89496240 4717539328 795324 809668444160 4194304 16622877 140733516092560 0 0 0 0 0 2 0 0 0 -1 60 0 0 0 0 0 18838560 18947056 30871552 140733516096489 140733516096605 140733516096605 140733516103631 0

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

[pid=534253/tid=534474] ppid=534250 vsize=8640724 memory=7968 CPUtime=0.01 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/534253/task/534474/stat : 534474 (fscip) S 534250 534253 531101 0 -1 1077936192 34 0 0 0 1 0 0 0 20 0 41 0 89496276 8848101376 1926766 809668444160 4194304 16622877 140733516092560 0 0 0 0 0 2 1 0 0 -1 20 0 0 0 0 0 18838560 18947056 30871552 140733516096489 140733516096605 140733516096605 140733516103631 0
[pid=534253/tid=534475] ppid=534250 vsize=8640724 memory=18960 CPUtime=0.01 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/534253/task/534475/stat : 534475 (fscip) S 534250 534253 531101 0 -1 1077936192 67 0 0 0 1 0 0 0 20 0 41 0 89496276 8848101376 1926766 809668444160 4194304 16622877 140733516092560 0 0 0 0 0 2 1 0 0 -1 28 0 0 0 0 0 18838560 18947056 30871552 140733516096489 140733516096605 140733516096605 140733516103631 0
Current children cumulated CPU time: 38866 s
Current children cumulated vsize: 8640724 KiB
Current children cumulated memory: 7707064 KiB

[startup+1967.2 s]
/proc/loadavg: 80.30 80.40 80.31 81/1021 535695
/proc/meminfo: memFree=700968572/790760800 swapFree=131071996/131071996
[pid=534253] ppid=534250 vsize=8640724 memory=7707184 CPUtime=38881.9 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/534253/stat : 534253 (fscip) S 534250 534253 531101 0 -1 1077936128 25453876 0 0 0 3882711 5474 0 0 20 0 41 0 89495817 8848101376 1926796 809668444160 4194304 16622877 140733516092560 0 0 0 0 0 2 0 0 0 17 28 0 0 0 0 0 18838560 18947056 30871552 140733516096489 140733516096605 140733516096605 140733516103631 0
/proc/534253/statm: 2160181 1926796 3318 3035 0 2043585 0
[pid=534253/tid=534436] ppid=534250 vsize=8640724 memory=7706040 CPUtime=1945.84 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/534253/task/534436/stat : 534436 (fscip) R 534250 534253 531101 0 -1 4194368 1163617 0 0 0 194443 141 0 0 20 0 41 0 89496240 8848101376 1926796 809668444160 4194304 16622877 140733516092560 0 0 0 0 0 2 0 0 0 -1 64 0 0 0 0 0 18838560 18947056 30871552 140733516096489 140733516096605 140733516096605 140733516103631 0
[pid=534253/tid=534437] ppid=534250 vsize=8640724 memory=7707184 CPUtime=1947.01 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/534253/task/534437/stat : 534437 (fscip) R 534250 534253 531101 0 -1 4194368 1445123 0 0 0 194508 193 0 0 20 0 41 0 89496240 8848101376 1926796 809668444160 4194304 16622877 140733516092560 0 0 0 0 0 2 0 0 0 -1 76 0 0 0 0 0 18838560 18947056 30871552 140733516096489 140733516096605 140733516096605 140733516103631 0
[pid=534253/tid=534438] ppid=534250 vsize=8640724 memory=6720659952459070824 CPUtime=1942.2 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/534253/task/534438/stat : 534438 (fscip) R 534250 534253 531101 0 -1 4194368 1020381 0 0 0 193733 487 0 0 20 0 41 0 89496240 8848101376 1926796 809668444160 4194304 16622877 140733516092560 0 0 0 0 0 2 0 0 0 -1 20 0 0 0 0 0 18838560 18947056 30871552 140733516096489 140733516096605 140733516096605 140733516103631 0
[pid=534253/tid=534439] ppid=534250 vsize=8640724 memory=16088 CPUtime=1948.32 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/534253/task/534439/stat : 534439 (fscip) R 534250 534253 531101 0 -1 4194368 1016137 0 0 0 194706 126 0 0 20 0 41 0 89496240 8848101376 1926796 809668444160 4194304 16622877 140733516092560 0 0 0 0 0 2 0 0 0 -1 40 0 0 0 0 0 18838560 18947056 30871552 140733516096489 140733516096605 140733516096605 140733516103631 0
[pid=534253/tid=534440] ppid=534250 vsize=8640724 memory=2212 CPUtime=1945.01 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/534253/task/534440/stat : 534440 (fscip) R 534250 534253 531101 0 -1 4194368 1391751 0 0 0 194288 213 0 0 20 0 41 0 89496240 8848101376 1926796 809668444160 4194304 16622877 140733516092560 0 0 0 0 0 2 0 0 0 -1 56 0 0 0 0 0 18838560 18947056 30871552 140733516096489 140733516096605 140733516096605 140733516103631 0
[pid=534253/tid=534441] ppid=534250 vsize=8640724 memory=6096 CPUtime=1936.35 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/534253/task/534441/stat : 534441 (fscip) R 534250 534253 531101 0 -1 4194368 1263445 0 0 0 193186 449 0 0 20 0 41 0 89496240 8848101376 1926796 809668444160 4194304 16622877 140733516092560 0 0 0 0 0 2 0 0 0 -1 4 0 0 0 0 0 18838560 18947056 30871552 140733516096489 140733516096605 140733516096605 140733516103631 0
[pid=534253/tid=534442] ppid=534250 vsize=8640724 memory=1968 CPUtime=1944.8 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/534253/task/534442/stat : 534442 (fscip) R 534250 534253 531101 0 -1 4194368 1078291 0 0 0 194341 139 0 0 20 0 41 0 89496240 8848101376 1926796 809668444160 4194304 16622877 140733516092560 0 0 0 0 0 2 0 0 0 -1 60 0 0 0 0 0 18838560 18947056 30871552 140733516096489 140733516096605 140733516096605 140733516103631 0
[pid=534253/tid=534443] ppid=534250 vsize=8640724 memory=54204 CPUtime=1947.77 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/534253/task/534443/stat : 534443 (fscip) R 534250 534253 531101 0 -1 4194368 1572427 0 0 0 194524 253 0 0 20 0 41 0 89496240 8848101376 1926796 809668444160 4194304 16622877 140733516092560 0 0 0 0 0 2 0 0 0 -1 24 0 0 0 0 0 18838560 18947056 30871552 140733516096489 140733516096605 140733516096605 140733516103631 0
[pid=534253/tid=534444] ppid=534250 vsize=8640724 memory=1968 CPUtime=1943.8 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/534253/task/534444/stat : 534444 (fscip) R 534250 534253 531101 0 -1 4194368 1242794 0 0 0 193902 478 0 0 20 0 41 0 89496240 8848101376 1926796 809668444160 4194304 16622877 140733516092560 0 0 0 0 0 2 0 0 0 -1 48 0 0 0 0 0 18838560 18947056 30871552 140733516096489 140733516096605 140733516096605 140733516103631 0
[pid=534253/tid=534445] ppid=534250 vsize=8640724 memory=54204 CPUtime=1946.85 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/534253/task/534445/stat : 534445 (fscip) R 534250 534253 531101 0 -1 4194368 1265267 0 0 0 194531 154 0 0 20 0 41 0 89496240 8848101376 1926796 809668444160 4194304 16622877 140733516092560 0 0 0 0 0 2 0 0 0 -1 28 0 0 0 0 0 18838560 18947056 30871552 140733516096489 140733516096605 140733516096605 140733516103631 0
[pid=534253/tid=534446] ppid=534250 vsize=8640724 memory=33196 CPUtime=1944.25 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/534253/task/534446/stat : 534446 (fscip) R 534250 534253 531101 0 -1 4194368 1412542 0 0 0 194196 229 0 0 20 0 41 0 89496240 8848101376 1926796 809668444160 4194304 16622877 140733516092560 0 0 0 0 0 2 0 0 0 -1 12 0 0 0 0 0 18838560 18947056 30871552 140733516096489 140733516096605 140733516096605 140733516103631 0
[pid=534253/tid=534447] ppid=534250 vsize=8640724 memory=21544 CPUtime=1937.9 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/534253/task/534447/stat : 534447 (fscip) R 534250 534253 531101 0 -1 4194368 1217540 0 0 0 193342 448 0 0 20 0 41 0 89496240 8848101376 1926796 809668444160 4194304 16622877 140733516092560 0 0 0 0 0 2 0 0 0 -1 32 0 0 0 0 0 18838560 18947056 30871552 140733516096489 140733516096605 140733516096605 140733516103631 0
[pid=534253/tid=534448] ppid=534250 vsize=8640724 memory=100 CPUtime=1946.36 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/534253/task/534448/stat : 534448 (fscip) R 534250 534253 531101 0 -1 4194368 1369402 0 0 0 194459 177 0 0 20 0 41 0 89496240 8848101376 1926796 809668444160 4194304 16622877 140733516092560 0 0 0 0 0 2 0 0 0 -1 72 0 0 0 0 0 18838560 18947056 30871552 140733516096489 140733516096605 140733516096605 140733516103631 0
[pid=534253/tid=534449] ppid=534250 vsize=8640724 memory=1836 CPUtime=1944.52 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/534253/task/534449/stat : 534449 (fscip) R 534250 534253 531101 0 -1 4194368 1410614 0 0 0 194234 218 0 0 20 0 41 0 89496240 8848101376 1926796 809668444160 4194304 16622877 140733516092560 0 0 0 0 0 2 0 0 0 -1 52 0 0 0 0 0 18838560 18947056 30871552 140733516096489 140733516096605 140733516096605 140733516103631 0
[pid=534253/tid=534450] ppid=534250 vsize=8640724 memory=25988 CPUtime=1941.42 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/534253/task/534450/stat : 534450 (fscip) R 534250 534253 531101 0 -1 4194368 1168576 0 0 0 193663 479 0 0 20 0 41 0 89496240 8848101376 1926796 809668444160 4194304 16622877 140733516092560 0 0 0 0 0 2 0 0 0 -1 68 0 0 0 0 0 18838560 18947056 30871552 140733516096489 140733516096605 140733516096605 140733516103631 0
[pid=534253/tid=534451] ppid=534250 vsize=8640724 memory=6720659952459070824 CPUtime=1946.52 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/534253/task/534451/stat : 534451 (fscip) R 534250 534253 531101 0 -1 4194368 1149493 0 0 0 194508 144 0 0 20 0 41 0 89496240 8848101376 1926796 809668444160 4194304 16622877 140733516092560 0 0 0 0 0 2 0 0 0 -1 44 0 0 0 0 0 18838560 18947056 30871552 140733516096489 140733516096605 140733516096605 140733516103631 0
[pid=534253/tid=534452] ppid=534250 vsize=8640724 memory=6588 CPUtime=1942.34 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/534253/task/534452/stat : 534452 (fscip) R 534250 534253 531101 0 -1 4194368 1404285 0 0 0 193992 242 0 0 20 0 41 0 89496240 8848101376 1926796 809668444160 4194304 16622877 140733516092560 0 0 0 0 0 2 0 0 0 -1 0 0 0 0 0 0 18838560 18947056 30871552 140733516096489 140733516096605 140733516096605 140733516103631 0
[pid=534253/tid=534453] ppid=534250 vsize=8640724 memory=7707060 CPUtime=1941.85 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/534253/task/534453/stat : 534453 (fscip) R 534250 534253 531101 0 -1 4194368 1071420 0 0 0 193705 480 0 0 20 0 41 0 89496240 8848101376 1926796 809668444160 4194304 16622877 140733516092560 0 0 0 0 0 2 0 0 0 -1 16 0 0 0 0 0 18838560 18947056 30871552 140733516096489 140733516096605 140733516096605 140733516103631 0
[pid=534253/tid=534454] ppid=534250 vsize=8640724 memory=2700 CPUtime=1947.55 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/534253/task/534454/stat : 534454 (fscip) R 534250 534253 531101 0 -1 4194368 1271911 0 0 0 194587 168 0 0 20 0 41 0 89496240 8848101376 1926796 809668444160 4194304 16622877 140733516092560 0 0 0 0 0 2 0 0 0 -1 36 0 0 0 0 0 18838560 18947056 30871552 140733516096489 140733516096605 140733516096605 140733516103631 0
[pid=534253/tid=534455] ppid=534250 vsize=8640724 memory=6644 CPUtime=1935.61 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/534253/task/534455/stat : 534455 (fscip) R 534250 534253 531101 0 -1 4194368 1470819 0 0 0 193366 195 0 0 20 0 41 0 89496240 8848101376 1926796 809668444160 4194304 16622877 140733516092560 0 0 0 0 0 2 0 0 0 -1 8 0 0 0 0 0 18838560 18947056 30871552 140733516096489 140733516096605 140733516096605 140733516103631 0
[pid=534253/tid=534456] ppid=534250 vsize=8640724 memory=5049872 CPUtime=0.01 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/534253/task/534456/stat : 534456 (fscip) S 534250 534253 531101 0 -1 1077936192 67 0 0 0 0 1 0 0 20 0 41 0 89496276 8848101376 1926796 809668444160 4194304 16622877 140733516092560 0 0 0 0 0 2 1 0 0 -1 0 0 0 0 0 0 18838560 18947056 30871552 140733516096489 140733516096605 140733516096605 140733516103631 0
[pid=534253/tid=534457] ppid=534250 vsize=8640724 memory=2652 CPUtime=0.01 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/534253/task/534457/stat : 534457 (fscip) S 534250 534253 531101 0 -1 1077936192 71 0 0 0 1 0 0 0 20 0 41 0 89496276 8848101376 1926796 809668444160 4194304 16622877 140733516092560 0 0 0 0 0 2 1 0 0 -1 28 0 0 0 0 0 18838560 18947056 30871552 140733516096489 140733516096605 140733516096605 140733516103631 0
[pid=534253/tid=534458] ppid=534250 vsize=8640724 memory=33196 CPUtime=0.01 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/534253/task/534458/stat : 534458 (fscip) S 534250 534253 531101 0 -1 1077936192 74 0 0 0 1 0 0 0 20 0 41 0 89496276 8848101376 1926796 809668444160 4194304 16622877 140733516092560 0 0 0 0 0 2 1 0 0 -1 72 0 0 0 0 0 18838560 18947056 30871552 140733516096489 140733516096605 140733516096605 140733516103631 0
[pid=534253/tid=534459] ppid=534250 vsize=8640724 memory=21544 CPUtime=0.01 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/534253/task/534459/stat : 534459 (fscip) S 534250 534253 531101 0 -1 1077936192 74 0 0 0 1 0 0 0 20 0 41 0 89496276 8848101376 1926796 809668444160 4194304 16622877 140733516092560 0 0 0 0 0 2 1 0 0 -1 76 0 0 0 0 0 18838560 18947056 30871552 140733516096489 140733516096605 140733516096605 140733516103631 0
[pid=534253/tid=534460] ppid=534250 vsize=8640724 memory=100 CPUtime=0.01 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/534253/task/534460/stat : 534460 (fscip) S 534250 534253 531101 0 -1 1077936192 68 0 0 0 1 0 0 0 20 0 41 0 89496276 8848101376 1926796 809668444160 4194304 16622877 140733516092560 0 0 0 0 0 2 1 0 0 -1 76 0 0 0 0 0 18838560 18947056 30871552 140733516096489 140733516096605 140733516096605 140733516103631 0
[pid=534253/tid=534461] ppid=534250 vsize=8640724 memory=1836 CPUtime=0.01 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/534253/task/534461/stat : 534461 (fscip) S 534250 534253 531101 0 -1 1077936192 68 0 0 0 1 0 0 0 20 0 41 0 89496276 8848101376 1926796 809668444160 4194304 16622877 140733516092560 0 0 0 0 0 2 1 0 0 -1 20 0 0 0 0 0 18838560 18947056 30871552 140733516096489 140733516096605 140733516096605 140733516103631 0
[pid=534253/tid=534462] ppid=534250 vsize=8640724 memory=25988 CPUtime=0.01 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/534253/task/534462/stat : 534462 (fscip) S 534250 534253 531101 0 -1 1077936192 35 0 0 0 1 0 0 0 20 0 41 0 89496276 8848101376 1926796 809668444160 4194304 16622877 140733516092560 0 0 0 0 0 2 1 0 0 -1 56 0 0 0 0 0 18838560 18947056 30871552 140733516096489 140733516096605 140733516096605 140733516103631 0
[pid=534253/tid=534463] ppid=534250 vsize=8640724 memory=2244 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/534253/task/534463/stat : 534463 (fscip) S 534250 534253 531101 0 -1 1077936192 67 0 0 0 2 0 0 0 20 0 41 0 89496276 8848101376 1926796 809668444160 4194304 16622877 140733516092560 0 0 0 0 0 2 1 0 0 -1 8 0 0 0 0 0 18838560 18947056 30871552 140733516096489 140733516096605 140733516096605 140733516103631 0
[pid=534253/tid=534464] ppid=534250 vsize=8640724 memory=31232 CPUtime=0.01 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/534253/task/534464/stat : 534464 (fscip) S 534250 534253 531101 0 -1 1077936192 68 0 0 0 1 0 0 0 20 0 41 0 89496276 8848101376 1926796 809668444160 4194304 16622877 140733516092560 0 0 0 0 0 2 1 0 0 -1 76 0 0 0 0 0 18838560 18947056 30871552 140733516096489 140733516096605 140733516096605 140733516103631 0
[pid=534253/tid=534465] ppid=534250 vsize=8640724 memory=28656 CPUtime=0.01 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/534253/task/534465/stat : 534465 (fscip) S 534250 534253 531101 0 -1 1077936192 72 0 0 0 1 0 0 0 20 0 41 0 89496276 8848101376 1926796 809668444160 4194304 16622877 140733516092560 0 0 0 0 0 2 1 0 0 -1 20 0 0 0 0 0 18838560 18947056 30871552 140733516096489 140733516096605 140733516096605 140733516103631 0
[pid=534253/tid=534466] ppid=534250 vsize=8640724 memory=6720659952459070824 CPUtime=0.01 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/534253/task/534466/stat : 534466 (fscip) S 534250 534253 531101 0 -1 1077936192 66 0 0 0 1 0 0 0 20 0 41 0 89496276 8848101376 1926796 809668444160 4194304 16622877 140733516092560 0 0 0 0 0 2 1 0 0 -1 24 0 0 0 0 0 18838560 18947056 30871552 140733516096489 140733516096605 140733516096605 140733516103631 0
[pid=534253/tid=534467] ppid=534250 vsize=8640724 memory=6836 CPUtime=0.01 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/534253/task/534467/stat : 534467 (fscip) S 534250 534253 531101 0 -1 1077936192 68 0 0 0 1 0 0 0 20 0 41 0 89496276 8848101376 1926796 809668444160 4194304 16622877 140733516092560 0 0 0 0 0 2 1 0 0 -1 60 0 0 0 0 0 18838560 18947056 30871552 140733516096489 140733516096605 140733516096605 140733516103631 0
[pid=534253/tid=534468] ppid=534250 vsize=8640724 memory=7044 CPUtime=0.01 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/534253/task/534468/stat : 534468 (fscip) S 534250 534253 531101 0 -1 1077936192 66 0 0 0 1 0 0 0 20 0 41 0 89496276 8848101376 1926796 809668444160 4194304 16622877 140733516092560 0 0 0 0 0 2 1 0 0 -1 20 0 0 0 0 0 18838560 18947056 30871552 140733516096489 140733516096605 140733516096605 140733516103631 0
[pid=534253/tid=534469] ppid=534250 vsize=8640724 memory=30236 CPUtime=0.01 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/534253/task/534469/stat : 534469 (fscip) S 534250 534253 531101 0 -1 1077936192 69 0 0 0 1 0 0 0 20 0 41 0 89496276 8848101376 1926796 809668444160 4194304 16622877 140733516092560 0 0 0 0 0 2 1 0 0 -1 20 0 0 0 0 0 18838560 18947056 30871552 140733516096489 140733516096605 140733516096605 140733516103631 0
[pid=534253/tid=534470] ppid=534250 vsize=8640724 memory=7706732 CPUtime=0.01 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/534253/task/534470/stat : 534470 (fscip) S 534250 534253 531101 0 -1 1077936192 72 0 0 0 1 0 0 0 20 0 41 0 89496276 8848101376 1926796 809668444160 4194304 16622877 140733516092560 0 0 0 0 0 2 1 0 0 -1 20 0 0 0 0 0 18838560 18947056 30871552 140733516096489 140733516096605 140733516096605 140733516103631 0
[pid=534253/tid=534471] ppid=534250 vsize=8640724 memory=66292 CPUtime=0.01 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/534253/task/534471/stat : 534471 (fscip) S 534250 534253 531101 0 -1 1077936192 72 0 0 0 1 0 0 0 20 0 41 0 89496276 8848101376 1926796 809668444160 4194304 16622877 140733516092560 0 0 0 0 0 2 1 0 0 -1 76 0 0 0 0 0 18838560 18947056 30871552 140733516096489 140733516096605 140733516096605 140733516103631 0
[pid=534253/tid=534472] ppid=534250 vsize=8640724 memory=7707052 CPUtime=0.01 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/534253/task/534472/stat : 534472 (fscip) S 534250 534253 531101 0 -1 1077936192 70 0 0 0 1 0 0 0 20 0 41 0 89496276 8848101376 1926796 809668444160 4194304 16622877 140733516092560 0 0 0 0 0 2 1 0 0 -1 20 0 0 0 0 0 18838560 18947056 30871552 140733516096489 140733516096605 140733516096605 140733516103631 0
[pid=534253/tid=534473] ppid=534250 vsize=8640724 memory=18960 CPUtime=0.01 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/534253/task/534473/stat : 534473 (fscip) S 534250 534253 531101 0 -1 1077936192 66 0 0 0 1 0 0 0 20 0 41 0 89496276 8848101376 1926796 809668444160 4194304 16622877 140733516092560 0 0 0 0 0 2 1 0 0 -1 20 0 0 0 0 0 18838560 18947056 30871552 140733516096489 140733516096605 140733516096605 140733516103631 0
[pid=534253/tid=534474] ppid=534250 vsize=8640724 memory=6840 CPUtime=0.01 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/534253/task/534474/stat : 534474 (fscip) S 534250 534253 531101 0 -1 1077936192 34 0 0 0 1 0 0 0 20 0 41 0 89496276 8848101376 1926796 809668444160 4194304 16622877 140733516092560 0 0 0 0 0 2 1 0 0 -1 20 0 0 0 0 0 18838560 18947056 30871552 140733516096489 140733516096605 140733516096605 140733516103631 0
[pid=534253/tid=534475] ppid=534250 vsize=8640724 memory=4681028 CPUtime=0.01 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/534253/task/534475/stat : 534475 (fscip) S 534250 534253 531101 0 -1 1077936192 67 0 0 0 1 0 0 0 20 0 41 0 89496276 8848101376 1926796 809668444160 4194304 16622877 140733516092560 0 0 0 0 0 2 1 0 0 -1 28 0 0 0 0 0 18838560 18947056 30871552 140733516096489 140733516096605 140733516096605 140733516103631 0
Current children cumulated CPU time: 38881.8 s
Current children cumulated vsize: 8640724 KiB
Current children cumulated memory: 7707184 KiB

[startup+1967.6 s]
/proc/loadavg: 80.30 80.40 80.31 81/1021 535695
/proc/meminfo: memFree=700968572/790760800 swapFree=131071996/131071996
[pid=534253] ppid=534250 vsize=4675280 memory=3648108 CPUtime=38886 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/534253/stat : 534253 (fscip) S 534250 534253 531101 0 -1 1077936128 25714011 0 0 0 3883093 5508 0 0 20 0 23 0 89495817 4787486720 912027 809668444160 4194304 16622877 140733516092560 0 0 0 0 0 2 0 0 0 17 48 0 0 0 0 0 18838560 18947056 30871552 140733516096489 140733516096605 140733516096605 140733516103631 0
/proc/534253/statm: 1168820 912027 3318 3035 0 1148425 0
[pid=534253/tid=534439] ppid=534250 vsize=4675280 memory=0 CPUtime=1948.7 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/534253/task/534439/stat : 534439 (fscip) R 534250 534253 531101 0 -1 4194368 1030478 0 0 0 194743 127 0 0 20 0 23 0 89496240 4787486720 912027 809668444160 4194304 16622877 140733516092560 0 0 0 0 0 2 0 0 0 -1 40 0 0 0 0 0 18838560 18947056 30871552 140733516096489 140733516096605 140733516096605 140733516103631 0
[pid=534253/tid=534442] ppid=534250 vsize=4675280 memory=7705936 CPUtime=1945.18 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/534253/task/534442/stat : 534442 (fscip) R 534250 534253 531101 0 -1 4194368 1080730 0 0 0 194379 139 0 0 20 0 23 0 89496240 4787486720 912027 809668444160 4194304 16622877 140733516092560 0 0 0 0 0 2 0 0 0 -1 60 0 0 0 0 0 18838560 18947056 30871552 140733516096489 140733516096605 140733516096605 140733516103631 0
[pid=534253/tid=534456] ppid=534250 vsize=4675280 memory=6720659952459070824 CPUtime=0.01 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/534253/task/534456/stat : 534456 (fscip) S 534250 534253 531101 0 -1 1077936192 67 0 0 0 0 1 0 0 20 0 23 0 89496276 4787486720 912027 809668444160 4194304 16622877 140733516092560 0 0 0 0 0 2 1 0 0 -1 0 0 0 0 0 0 18838560 18947056 30871552 140733516096489 140733516096605 140733516096605 140733516103631 0
[pid=534253/tid=534457] ppid=534250 vsize=4675280 memory=29864 CPUtime=0.01 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/534253/task/534457/stat : 534457 (fscip) S 534250 534253 531101 0 -1 1077936192 71 0 0 0 1 0 0 0 20 0 23 0 89496276 4787486720 912027 809668444160 4194304 16622877 140733516092560 0 0 0 0 0 2 1 0 0 -1 28 0 0 0 0 0 18838560 18947056 30871552 140733516096489 140733516096605 140733516096605 140733516103631 0
[pid=534253/tid=534458] ppid=534250 vsize=4675280 memory=10824 CPUtime=0.01 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/534253/task/534458/stat : 534458 (fscip) S 534250 534253 531101 0 -1 1077936192 74 0 0 0 1 0 0 0 20 0 23 0 89496276 4787486720 912027 809668444160 4194304 16622877 140733516092560 0 0 0 0 0 2 1 0 0 -1 72 0 0 0 0 0 18838560 18947056 30871552 140733516096489 140733516096605 140733516096605 140733516103631 0
[pid=534253/tid=534459] ppid=534250 vsize=4675280 memory=5556 CPUtime=0.01 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/534253/task/534459/stat : 534459 (fscip) S 534250 534253 531101 0 -1 1077936192 74 0 0 0 1 0 0 0 20 0 23 0 89496276 4787486720 912027 809668444160 4194304 16622877 140733516092560 0 0 0 0 0 2 1 0 0 -1 76 0 0 0 0 0 18838560 18947056 30871552 140733516096489 140733516096605 140733516096605 140733516103631 0
[pid=534253/tid=534460] ppid=534250 vsize=4675280 memory=-6386873291436293059 CPUtime=0.01 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/534253/task/534460/stat : 534460 (fscip) S 534250 534253 531101 0 -1 1077936192 68 0 0 0 1 0 0 0 20 0 23 0 89496276 4787486720 912027 809668444160 4194304 16622877 140733516092560 0 0 0 0 0 2 1 0 0 -1 76 0 0 0 0 0 18838560 18947056 30871552 140733516096489 140733516096605 140733516096605 140733516103631 0
[pid=534253/tid=534461] ppid=534250 vsize=4675280 memory=6608 CPUtime=0.01 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/534253/task/534461/stat : 534461 (fscip) S 534250 534253 531101 0 -1 1077936192 68 0 0 0 1 0 0 0 20 0 23 0 89496276 4787486720 912027 809668444160 4194304 16622877 140733516092560 0 0 0 0 0 2 1 0 0 -1 20 0 0 0 0 0 18838560 18947056 30871552 140733516096489 140733516096605 140733516096605 140733516103631 0
[pid=534253/tid=534462] ppid=534250 vsize=4675280 memory=20452 CPUtime=0.01 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/534253/task/534462/stat : 534462 (fscip) S 534250 534253 531101 0 -1 1077936192 35 0 0 0 1 0 0 0 20 0 23 0 89496276 4787486720 912027 809668444160 4194304 16622877 140733516092560 0 0 0 0 0 2 1 0 0 -1 56 0 0 0 0 0 18838560 18947056 30871552 140733516096489 140733516096605 140733516096605 140733516103631 0
[pid=534253/tid=534463] ppid=534250 vsize=4675280 memory=6836 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/534253/task/534463/stat : 534463 (fscip) S 534250 534253 531101 0 -1 1077936192 67 0 0 0 2 0 0 0 20 0 23 0 89496276 4787486720 912027 809668444160 4194304 16622877 140733516092560 0 0 0 0 0 2 1 0 0 -1 8 0 0 0 0 0 18838560 18947056 30871552 140733516096489 140733516096605 140733516096605 140733516103631 0
[pid=534253/tid=534464] ppid=534250 vsize=4675280 memory=7044 CPUtime=0.01 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/534253/task/534464/stat : 534464 (fscip) S 534250 534253 531101 0 -1 1077936192 68 0 0 0 1 0 0 0 20 0 23 0 89496276 4787486720 912027 809668444160 4194304 16622877 140733516092560 0 0 0 0 0 2 1 0 0 -1 76 0 0 0 0 0 18838560 18947056 30871552 140733516096489 140733516096605 140733516096605 140733516103631 0
[pid=534253/tid=534465] ppid=534250 vsize=4675280 memory=30236 CPUtime=0.01 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/534253/task/534465/stat : 534465 (fscip) S 534250 534253 531101 0 -1 1077936192 72 0 0 0 1 0 0 0 20 0 23 0 89496276 4787486720 912027 809668444160 4194304 16622877 140733516092560 0 0 0 0 0 2 1 0 0 -1 20 0 0 0 0 0 18838560 18947056 30871552 140733516096489 140733516096605 140733516096605 140733516103631 0
[pid=534253/tid=534466] ppid=534250 vsize=4675280 memory=33772 CPUtime=0.01 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/534253/task/534466/stat : 534466 (fscip) S 534250 534253 531101 0 -1 1077936192 66 0 0 0 1 0 0 0 20 0 23 0 89496276 4787486720 912027 809668444160 4194304 16622877 140733516092560 0 0 0 0 0 2 1 0 0 -1 24 0 0 0 0 0 18838560 18947056 30871552 140733516096489 140733516096605 140733516096605 140733516103631 0
[pid=534253/tid=534467] ppid=534250 vsize=4675280 memory=66292 CPUtime=0.01 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/534253/task/534467/stat : 534467 (fscip) S 534250 534253 531101 0 -1 1077936192 68 0 0 0 1 0 0 0 20 0 23 0 89496276 4787486720 912027 809668444160 4194304 16622877 140733516092560 0 0 0 0 0 2 1 0 0 -1 60 0 0 0 0 0 18838560 18947056 30871552 140733516096489 140733516096605 140733516096605 140733516103631 0
[pid=534253/tid=534468] ppid=534250 vsize=4675280 memory=7968 CPUtime=0.01 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/534253/task/534468/stat : 534468 (fscip) S 534250 534253 531101 0 -1 1077936192 66 0 0 0 1 0 0 0 20 0 23 0 89496276 4787486720 912027 809668444160 4194304 16622877 140733516092560 0 0 0 0 0 2 1 0 0 -1 20 0 0 0 0 0 18838560 18947056 30871552 140733516096489 140733516096605 140733516096605 140733516103631 0
[pid=534253/tid=534469] ppid=534250 vsize=4675280 memory=18960 CPUtime=0.01 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/534253/task/534469/stat : 534469 (fscip) S 534250 534253 531101 0 -1 1077936192 69 0 0 0 1 0 0 0 20 0 23 0 89496276 4787486720 912027 809668444160 4194304 16622877 140733516092560 0 0 0 0 0 2 1 0 0 -1 20 0 0 0 0 0 18838560 18947056 30871552 140733516096489 140733516096605 140733516096605 140733516103631 0
[pid=534253/tid=534470] ppid=534250 vsize=4675280 memory=4486604260596651111 CPUtime=0.01 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/534253/task/534470/stat : 534470 (fscip) S 534250 534253 531101 0 -1 1077936192 72 0 0 0 1 0 0 0 20 0 23 0 89496276 4787486720 912027 809668444160 4194304 16622877 140733516092560 0 0 0 0 0 2 1 0 0 -1 20 0 0 0 0 0 18838560 18947056 30871552 140733516096489 140733516096605 140733516096605 140733516103631 0
[pid=534253/tid=534471] ppid=534250 vsize=4675280 memory=6096 CPUtime=0.01 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/534253/task/534471/stat : 534471 (fscip) S 534250 534253 531101 0 -1 1077936192 72 0 0 0 1 0 0 0 20 0 23 0 89496276 4787486720 912027 809668444160 4194304 16622877 140733516092560 0 0 0 0 0 2 1 0 0 -1 76 0 0 0 0 0 18838560 18947056 30871552 140733516096489 140733516096605 140733516096605 140733516103631 0
[pid=534253/tid=534472] ppid=534250 vsize=4675280 memory=1968 CPUtime=0.01 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/534253/task/534472/stat : 534472 (fscip) S 534250 534253 531101 0 -1 1077936192 70 0 0 0 1 0 0 0 20 0 23 0 89496276 4787486720 912027 809668444160 4194304 16622877 140733516092560 0 0 0 0 0 2 1 0 0 -1 20 0 0 0 0 0 18838560 18947056 30871552 140733516096489 140733516096605 140733516096605 140733516103631 0
[pid=534253/tid=534473] ppid=534250 vsize=4675280 memory=54204 CPUtime=0.01 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/534253/task/534473/stat : 534473 (fscip) S 534250 534253 531101 0 -1 1077936192 66 0 0 0 1 0 0 0 20 0 23 0 89496276 4787486720 912027 809668444160 4194304 16622877 140733516092560 0 0 0 0 0 2 1 0 0 -1 20 0 0 0 0 0 18838560 18947056 30871552 140733516096489 140733516096605 140733516096605 140733516103631 0
[pid=534253/tid=534474] ppid=534250 vsize=4675280 memory=33196 CPUtime=0.01 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/534253/task/534474/stat : 534474 (fscip) S 534250 534253 531101 0 -1 1077936192 34 0 0 0 1 0 0 0 20 0 23 0 89496276 4787486720 912027 809668444160 4194304 16622877 140733516092560 0 0 0 0 0 2 1 0 0 -1 20 0 0 0 0 0 18838560 18947056 30871552 140733516096489 140733516096605 140733516096605 140733516103631 0
[pid=534253/tid=534475] ppid=534250 vsize=4675280 memory=21544 CPUtime=0.01 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/534253/task/534475/stat : 534475 (fscip) S 534250 534253 531101 0 -1 1077936192 67 0 0 0 1 0 0 0 20 0 23 0 89496276 4787486720 912027 809668444160 4194304 16622877 140733516092560 0 0 0 0 0 2 1 0 0 -1 28 0 0 0 0 0 18838560 18947056 30871552 140733516096489 140733516096605 140733516096605 140733516103631 0
Current children cumulated CPU time: 38886 s
Current children cumulated vsize: 4675280 KiB
Current children cumulated memory: 3648108 KiB

[startup+1967.8 s]*
/proc/loadavg: 80.30 80.40 80.31 63/981 535697
/proc/meminfo: memFree=707463020/790760800 swapFree=131071996/131071996
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

Child status: 0

Real time (s): 1967.86
CPU time (s): 38886.3
CPU user time (s): 38831
CPU system time (s): 55.2411
CPU usage (%): 1976.07
Max. virtual memory (cumulated for all children) (KiB): 8640724
Max. memory (cumulated for all children) (KiB): 7707184

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 38831
system time used= 55.2411
maximum resident set size= 7707184
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 25736982
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= 153151
involuntary context switches= 141720


# summary of solver processes directly reported to runsolver:
#   pid: 534253
#   total CPU time (s): 38886.3
#   total CPU user time (s): 38831
#   total CPU system time (s): 55.2411

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 14.802 second user time and 47.7595 second system time

The end

Launcher Data

Begin job on nodeD104 at 2024-08-09 20:46:04
IDJOB=4467450
IDBENCH=148768
IDSOLVER=3097
FILE ID=nodeD104/4467450-1723229164
RUNJOBID= nodeD104-1723225521-531111
SLURM_JOB_ID= 8266905
Free space on /tmp= 8587884 MiB

SOLVER NAME= FiberSCIP 20 cores, 024-08-09
BENCH NAME= PB24/normalized-PB09/OPT-LIN/flexray/normalized-fx97.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-4467450-1723229164/watcher-4467450-1723229164 -o /tmp/evaluation-result-4467450-1723229164/solver-4467450-1723229164 -C 72000 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeD104-1723225521-531111 --watchdog 3760  fscip settings/racing.prm HOME/instance-4467450-1723229164.opb -qsol -t 72000 -sth 20

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

MD5SUM BENCH= b17790bf3951ca85a67cd8038da17b4d
RANDOM SEED=1666417848

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       790760800 kB
MemFree:        718411696 kB
MemAvailable:   778004828 kB
Buffers:          960048 kB
Cached:         61393440 kB
SwapCached:            0 kB
Active:          2429328 kB
Inactive:       65593176 kB
Active(anon):       2216 kB
Inactive(anon):  5697520 kB
Active(file):    2427112 kB
Inactive(file): 59895656 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:           1978344 kB
Writeback:             0 kB
AnonPages:       5669872 kB
Mapped:           134320 kB
Shmem:             30732 kB
KReclaimable:    1380156 kB
Slab:            1915184 kB
SReclaimable:    1380156 kB
SUnreclaim:       535028 kB
KernelStack:       16704 kB
PageTables:        22020 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    526452396 kB
Committed_AS:    2591772 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:           807936 kB
HardwareCorrupted:     0 kB
AnonHugePages:    481280 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:      999424 kB
DirectMap2M:    145250304 kB
DirectMap1G:    659554304 kB

Free space on /tmp at the end= 8587868 MiB
End job on nodeD104 at 2024-08-09 21:18:52