Trace number 4469037

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
FiberSCIP 20 cores, 2024-08-12? 71032 3598.3

General information on the benchmark

NamePB24/normalized-PB12/DEC-LIN/sroussel/
ShortestPathTate/normalized-TateBritain_K81.opb
MD5SUMa76247625d06f26dbfcd47fe69513f4b
Bench CategoryDEC-LIN (decision problem, linear constraints, no UNSAT certificate)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables5508
Total number of constraints5672
Number of constraints which are clauses5591
Number of constraints which are cardinality constraints (but not clauses)81
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint81
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 82
Number of bits of the biggest sum of numbers7
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: 3bb793453d]
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.02	c Default LC presolving (default).
0.00/0.02	c ** Before presolving: virtualMemUsedAtLc = 45740032, getVmSize() = 45740032, SCIPgetMemUsed() = 19302200, SCIPgetMemTotal() = 23642968, SCIPgetMemExternEstim() = 10741287
0.00/0.02	c ** set memory limit for presolving in LC to 8.79595e+12 for SCIP **
5.17/5.25	c ** Estimated virtualMemUsedAtSolver = 71965356, getVmSize() = 121806848, SCIPgetMemUsed() = 68438195, SCIPgetMemTotal() = 97206747, SCIPgetMemExternEstim() = 10741287
5.17/5.25	c ** set memory limit for solvers to 4.18839e+11 for each SCIP **
5.17/5.25	c Original Problem   :
5.17/5.25	c   Problem name     : instance-4469037-1723622300
5.17/5.25	c   Variables        : 5508 (5508 binary, 0 integer, 0 implicit integer, 0 continuous)
5.17/5.25	c   Constraints      : 5672
5.17/5.25	c   Objective sense  : minimize
5.17/5.25	c Presolved Problem  :
5.17/5.25	c   Variables        : 4773 (4773 binary, 0 integer, 0 implicit integer, 0 continuous)
5.17/5.25	c   Constraints      : 4920
5.17/5.25	c Constraints        : Number
5.17/5.25	c   knapsack         : 1 
5.17/5.25	c   setppc           : 1052 
5.17/5.25	c   orbitope         : 3 
5.17/5.25	c   logicor          : 3864 
5.17/5.25	c ** Instance transfer method used: 0
5.17/5.26	c ** ParaScipInstance copy increased the number of variables. **
5.37/5.47	c LC is working with racing ramp-up and with rebuilding tree after racing.
5.37/5.47	c                                Nodes    Active                                            
5.37/5.47	c      Time          Nodes        Left   Solvers     Best Integer        Best Node        Gap     Best Node(S)     Gap(S)
1862.04/99.15	c        99              2           1        20                -           0.0000          -
1966.39/104.41	c       104              4           3        20                -           0.0000          -
2089.16/110.61	c       111              4           3        20                -           0.0000          -
2196.89/116.13	c       116            648         507        20                -           0.0000          -
2297.92/121.17	c       121            859           0        20                -           0.0000          -
2398.38/126.21	c       126            859           0        20                -           0.0000          -
2503.42/131.54	c       132            859           0        20                -           0.0000          -
2614.57/137.18	c       137            859           0        20                -           0.0000          -
2714.98/142.29	c       142            859           0        20                -           0.0000          -
2821.97/147.65	c       148            859           0        20                -           0.0000          -
2926.96/152.92	c       153            859           0        20                -           0.0000          -
3037.98/158.50	c       159            859           0        20                -           0.0000          -
3137.12/163.56	c       164            859           0        20                -           0.0000          -
3242.25/168.83	c       169            859           0        20                -           0.0000          -
3349.34/174.21	c       174              4           3        20                -           0.0000          -
3456.48/179.60	c       180              4           3        20                -           0.0000          -
3555.67/184.63	c       185              4           3        20                -           0.0000          -
3656.79/189.72	c       190             32          19        20                -           0.0000          -
3757.89/194.86	c       195             32          19        20                -           0.0000          -
3857.02/199.87	c       200             32          19        20                -           0.0000          -
3964.00/205.29	c       205             32          19        20                -           0.0000          -
4067.12/210.46	c       210             32          19        20                -           0.0000          -
4176.17/215.94	c       216             31          22        20                -           0.0000          -
4275.33/220.96	c       221             31          22        20                -           0.0000          -
4390.32/226.72	c       227             31          22        20                -           0.0000          -
4493.39/232.01	c       232             31          22        20                -           0.0000          -
4592.35/237.01	c       237           2054           0        20                -           0.0000          -
4695.94/242.17	c       242             47          32        20                -           0.0000          -
4802.21/247.51	c       248             85          20        20                -           0.0000          -
4903.29/252.68	c       253             85          20        20                -           0.0000          -
5004.43/257.75	c       258             85          20        20                -           0.0000          -
5103.54/262.76	c       263             85          20        20                -           0.0000          -
5202.67/267.79	c       268             85          20        20                -           0.0000          -
5311.63/273.21	c       273             85          20        20                -           0.0000          -
5414.64/278.45	c       278             85          20        20                -           0.0000          -
5515.76/283.50	c       284             85          20        20                -           0.0000          -
5620.90/288.82	c       289             85          20        20                -           0.0000          -
5724.76/294.09	c       294             51          36        20                -           0.0000          -
5824.06/299.14	c       299             51          36        20                -           0.0000          -
5930.21/304.49	c       304             51          36        20                -           0.0000          -
6031.41/309.50	c       310             51          36        20                -           0.0000          -
6132.59/314.64	c       315             51          36        20                -           0.0000          -
6237.75/320.01	c       320             51          36        20                -           0.0000          -
6342.90/325.24	c       325             13          12        20                -           0.0000          -
6456.00/330.94	c       331             13          12        20                -           0.0000          -
6554.97/335.96	c       336             13          12        20                -           0.0000          -
6667.90/341.66	c       342             13          12        20                -           0.0000          -
6775.75/347.06	c       347             13          12        20                -           0.0000          -
6874.97/352.11	c       352             13          12        20                -           0.0000          -
6985.23/357.69	c       358             13          12        20                -           0.0000          -
7093.11/363.14	c       363             13          12        20                -           0.0000          -
7201.21/368.52	c       369             13          12        20                -           0.0000          -
7304.31/373.72	c       374             13          12        20                -           0.0000          -
7413.30/379.20	c       379             13          12        20                -           0.0000          -
7512.46/384.26	c       384             13          12        20                -           0.0000          -
7623.47/389.89	c       390             13          12        20                -           0.0000          -
7732.49/395.34	c       395             13          12        20                -           0.0000          -
7833.57/400.49	c       400             13          12        20                -           0.0000          -
7934.66/405.51	c       406             13          12        20                -           0.0000          -
8033.79/410.54	c       411             13          12        20                -           0.0000          -
8140.81/415.91	c       416             13          12        20                -           0.0000          -
8242.64/421.09	c       421             13          12        20                -           0.0000          -
8343.76/426.18	c       426             13          12        20                -           0.0000          -
8444.20/431.29	c       431             13          12        20                -           0.0000          -
8547.31/436.45	c       436             13          12        20                -           0.0000          -
8646.50/441.47	c       441             13          12        20                -           0.0000          -
8749.69/446.68	c       447             13          12        20                -           0.0000          -
8860.83/452.25	c       452             13          12        20                -           0.0000          -
8959.95/457.29	c       457             13          12        20                -           0.0000          -
9061.09/462.35	c       462             13          12        20                -           0.0000          -
9166.24/467.60	c       468             13          12        20                -           0.0000          -
9265.42/472.61	c       473             13          12        20                -           0.0000          -
9364.64/477.69	c       478             13          12        20                -           0.0000          -
9465.68/482.75	c       483             13          12        20                -           0.0000          -
9564.72/487.80	c       488             13          12        20                -           0.0000          -
9667.72/492.93	c       493             13          12        20                -           0.0000          -
9766.77/497.97	c       498             13          12        20                -           0.0000          -
9877.55/503.57	c       504             13          12        20                -           0.0000          -
9978.57/508.62	c       509             13          12        20                -           0.0000          -
10077.59/513.66	c       514             13          12        20                -           0.0000          -
10178.78/518.70	c       519             13          12        20                -           0.0000          -
10281.91/523.90	c       524             13          12        20                -           0.0000          -
10383.80/529.11	c       529             13          12        20                -           0.0000          -
10484.63/534.15	c       534             13          12        20                -           0.0000          -
10583.79/539.19	c       539             13          12        20                -           0.0000          -
10688.09/544.44	c       544             13          12        20                -           0.0000          -
10789.10/549.50	c       550             13          12        20                -           0.0000          -
10888.08/554.55	c       555             13          12        20                -           0.0000          -
10987.06/559.57	c       560             13          12        20                -           0.0000          -
11088.15/564.65	c       565             13          12        20                -           0.0000          -
11195.70/570.11	c       570             13          12        20                -           0.0000          -
11294.67/575.12	c       575             13          12        20                -           0.0000          -
11405.01/580.67	c       581          39388           0        20                -           0.0000          -
11512.72/586.06	c       586          39388           0        20                -           0.0000          -
11611.83/591.10	c       591          39388           0        20                -           0.0000          -
11712.79/596.16	c       596          39388           0        20                -           0.0000          -
11813.16/601.21	c       601          39388           0        20                -           0.0000          -
11914.21/606.31	c       606          39388           0        20                -           0.0000          -
12017.16/611.51	c       612          39388           0        20                -           0.0000          -
12118.20/616.61	c       617             64          51        20                -           0.0000          -
12217.27/621.66	c       622             64          51        20                -           0.0000          -
12318.27/626.74	c       627             64          51        20                -           0.0000          -
12419.29/631.81	c       632             64          51        20                -           0.0000          -
12518.19/636.85	c       637             18          17        20                -           0.0000          -
12619.19/641.91	c       642             18          17        20                -           0.0000          -
12718.17/646.96	c       647             18          17        20                -           0.0000          -
12817.29/652.00	c       652             18          17        20                -           0.0000          -
12918.74/657.05	c       657            114          67        20                -           0.0000          -
13018.05/662.10	c       662            114          67        20                -           0.0000          -
13116.92/667.11	c       667             19          18        20                -           0.0000          -
13218.25/672.20	c       672             21          20        20                -           0.0000          -
13318.46/677.28	c       677             21          20        20                -           0.0000          -
13419.49/682.36	c       682            365          26        20                -           0.0000          -
13520.27/687.41	c       687             76          61        20                -           0.0000          -
13619.40/692.49	c       692             77          62        20                -           0.0000          -
13720.55/697.57	c       698            131          76        20                -           0.0000          -
13819.64/702.57	c       703            131          76        20                -           0.0000          -
13924.66/707.89	c       708            131          76        20                -           0.0000          -
14028.43/713.13	c       713            131          76        20                -           0.0000          -
14129.55/718.19	c       718            131          76        20                -           0.0000          -
14170.51/720.22	Racing ramp-up finished after 720.2200 seconds. Selected strategy 11.
14205.22/724.00	c       724              0          76         1                -           0.0000          -           0.0000          -
14233.22/731.12	c       731              0          76         1                -           0.0000          -           0.0000          -
14480.50/745.60	c       746            211          77        19                -           0.0000          -           0.0000          -
14579.75/750.64	c       751           6910         116        19                -           0.0000          -           0.0000          -
14678.97/755.69	c       756          14207         286        19                -           0.0000          -           0.0000          -
14780.20/760.73	c       761          24007         136        18                -           0.0000          -           0.0000          -
14881.40/765.89	c       766          29460         138        19                -           0.0000          -           0.0000          -
14982.62/770.94	c       771          34078         155        20                -           0.0000          -           0.0000          -
15081.86/776.00	c       776          38816         128        20                -           0.0000          -           0.0000          -
15183.74/781.04	c       781          46780         360        20                -           0.0000          -           0.0000          -
15282.95/786.09	c       786          60678         663        20                -           0.0000          -           0.0000          -
15383.91/791.14	c       791          77036         596        20                -           0.0000          -           0.0000          -
15483.22/796.15	c       796          94319         816        20                -           0.0000          -           0.0000          -
15583.61/801.25	c       801         116842        1221        20                -           0.0000          -           0.0000          -
15682.68/806.29	c       806         139305        1125        20                -           0.0000          -           0.0000          -
15783.84/811.35	c       811         163009        1046        20                -           0.0000          -           0.0000          -
15884.88/816.40	c       816         184835         981        20                -           0.0000          -           0.0000          -
15984.04/821.45	c       821         206867        1056        20                -           0.0000          -           0.0000          -
16085.04/826.51	c       827         229528         926        20                -           0.0000          -           0.0000          -
16184.11/831.56	c       832         252868         949        20                -           0.0000          -           0.0000          -
16285.11/836.62	c       837         275907         869        20                -           0.0000          -           0.0000          -
16384.15/841.69	c       842         296947         889        20                -           0.0000          -           0.0000          -
16485.17/846.74	c       847         319616         864        20                -           0.0000          -           0.0000          -
16584.22/851.79	c       852         341663         836        20                -           0.0000          -           0.0000          -
16685.25/856.80	c       857         363559         881        20                -           0.0000          -           0.0000          -
16784.30/861.89	c       862         387776         817        20                -           0.0000          -           0.0000          -
16885.28/866.95	c       867         410924         821        20                -           0.0000          -           0.0000          -
16984.34/872.00	c       872         433477         887        20                -           0.0000          -           0.0000          -
17086.14/877.05	c       877         456481         832        20                -           0.0000          -           0.0000          -
17185.06/882.10	c       882         478505         797        20                -           0.0000          -           0.0000          -
17284.16/887.12	c       887         500520         826        20                -           0.0000          -           0.0000          -
17386.46/892.20	c       892         525743         846        20                -           0.0000          -           0.0000          -
17485.47/897.25	c       897         548854         883        20                -           0.0000          -           0.0000          -
17586.54/902.31	c       902         573637         790        20                -           0.0000          -           0.0000          -
17685.59/907.35	c       907         598603         843        20                -           0.0000          -           0.0000          -
17784.66/912.39	c       912         620686         881        20                -           0.0000          -           0.0000          -
17885.76/917.45	c       917         645215         891        20                -           0.0000          -           0.0000          -
17986.86/922.50	c       923         669002         949        20                -           0.0000          -           0.0000          -
18085.98/927.55	c       928         693143         838        20                -           0.0000          -           0.0000          -
18187.05/932.61	c       933         718284         925        20                -           0.0000          -           0.0000          -
18286.16/937.66	c       938         742278         822        20                -           0.0000          -           0.0000          -
18387.25/942.71	c       943         766519         856        20                -           0.0000          -           0.0000          -
18486.45/947.76	c       948         790946         863        20                -           0.0000          -           0.0000          -
18587.63/952.81	c       953         816115         800        20                -           0.0000          -           0.0000          -
18686.83/957.88	c       958         838653         854        20                -           0.0000          -           0.0000          -
18787.91/962.94	c       963         861766         886        20                -           0.0000          -           0.0000          -
18887.01/968.00	c       968         884957         845        20                -           0.0000          -           0.0000          -
18986.14/973.01	c       973         909569         849        20                -           0.0000          -           0.0000          -
19087.95/978.13	c       978         934005         843        20                -           0.0000          -           0.0000          -
19190.41/983.20	c       983         960672         882        20                -           0.0000          -           0.0000          -
19289.59/988.25	c       988         984971         869        20                -           0.0000          -           0.0000          -
19388.76/993.27	c       993        1006342         897        20                -           0.0000          -           0.0000          -
19487.71/998.27	c       998        1029866         858        20                -           0.0000          -           0.0000          -
19590.74/1003.41	c      1003        1053696         875        20                -           0.0000          -           0.0000          -
19689.93/1008.46	c      1008        1077742         913        20                -           0.0000          -           0.0000          -
19791.10/1013.54	c      1014        1101848         887        20                -           0.0000          -           0.0000          -
19892.12/1018.60	c      1019        1126256         952        20                -           0.0000          -           0.0000          -
19991.13/1023.62	c      1024        1149582         888        20                -           0.0000          -           0.0000          -
20090.28/1028.69	c      1029        1175730         886        20                -           0.0000          -           0.0000          -
20191.40/1033.74	c      1034        1201384         864        20                -           0.0000          -           0.0000          -
20290.50/1038.79	c      1039        1226203         923        20                -           0.0000          -           0.0000          -
20391.67/1043.87	c      1044        1248205         880        20                -           0.0000          -           0.0000          -
20492.87/1048.94	c      1049        1270553         852        20                -           0.0000          -           0.0000          -
20592.07/1054.01	c      1054        1290301         903        20                -           0.0000          -           0.0000          -
20693.82/1059.07	c      1059        1311198         875        20                -           0.0000          -           0.0000          -
20792.94/1064.12	c      1064        1330298         853        20                -           0.0000          -           0.0000          -
20894.07/1069.17	c      1069        1348483         820        20                -           0.0000          -           0.0000          -
20994.47/1074.22	c      1074        1368255         778        20                -           0.0000          -           0.0000          -
21093.40/1079.28	c      1079        1386547         821        20                -           0.0000          -           0.0000          -
21194.62/1084.34	c      1084        1408535         961        20                -           0.0000          -           0.0000          -
21293.66/1089.39	c      1089        1431318         961        20                -           0.0000          -           0.0000          -
21394.76/1094.47	c      1094        1455707        1116        20                -           0.0000          -           0.0000          -
21493.90/1099.49	c      1100        1481145        1038        20                -           0.0000          -           0.0000          -
21595.01/1104.57	c      1105        1506860         984        20                -           0.0000          -           0.0000          -
21696.14/1109.61	c      1110        1531085         984        20                -           0.0000          -           0.0000          -
21795.41/1114.66	c      1115        1556177         965        20                -           0.0000          -           0.0000          -
21896.48/1119.71	c      1120        1579875         985        20                -           0.0000          -           0.0000          -
21995.78/1124.74	c      1125        1603154         895        20                -           0.0000          -           0.0000          -
22094.78/1129.74	c      1130        1627912         966        20                -           0.0000          -           0.0000          -
22193.71/1134.79	c      1135        1652839         929        20                -           0.0000          -           0.0000          -
22294.63/1139.84	c      1140        1677083         942        20                -           0.0000          -           0.0000          -
22393.82/1144.89	c      1145        1701389         963        20                -           0.0000          -           0.0000          -
22495.00/1149.95	c      1150        1725967         889        20                -           0.0000          -           0.0000          -
22594.10/1155.01	c      1155        1751175         902        20                -           0.0000          -           0.0000          -
22695.82/1160.06	c      1160        1777061         865        20                -           0.0000          -           0.0000          -
22794.80/1165.12	c      1165        1803574         949        20                -           0.0000          -           0.0000          -
22895.90/1170.16	c      1170        1829963        1043        20                -           0.0000          -           0.0000          -
22996.12/1175.21	c      1175        1853698         901        20                -           0.0000          -           0.0000          -
23095.24/1180.23	c      1180        1875747         978        20                -           0.0000          -           0.0000          -
23196.32/1185.31	c      1185        1898689         940        20                -           0.0000          -           0.0000          -
23295.43/1190.36	c      1190        1922441         942        20                -           0.0000          -           0.0000          -
23396.53/1195.41	c      1195        1947238         983        20                -           0.0000          -           0.0000          -
23495.69/1200.43	c      1200        1969481        1012        20                -           0.0000          -           0.0000          -
23596.84/1205.52	c      1206        1993090         987        20                -           0.0000          -           0.0000          -
23696.01/1210.54	c      1211        2016499        1040        20                -           0.0000          -           0.0000          -
23795.23/1215.55	c      1216        2042210         923        20                -           0.0000          -           0.0000          -
23894.33/1220.57	c      1221        2063030         925        20                -           0.0000          -           0.0000          -
23995.37/1225.67	c      1226        2082338         951        20                -           0.0000          -           0.0000          -
24096.39/1230.76	c      1231        2103080         995        20                -           0.0000          -           0.0000          -
24197.41/1235.81	c      1236        2121985         955        20                -           0.0000          -           0.0000          -
24296.49/1240.86	c      1241        2141665         929        20                -           0.0000          -           0.0000          -
24395.56/1245.89	c      1246        2163494        1084        20                -           0.0000          -           0.0000          -
24496.74/1250.91	c      1251        2187008        1029        20                -           0.0000          -           0.0000          -
24595.80/1256.02	c      1256        2211916        1033        20                -           0.0000          -           0.0000          -
24697.55/1261.08	c      1261        2234588         926        20                -           0.0000          -           0.0000          -
24796.59/1266.13	c      1266        2257977         951        20                -           0.0000          -           0.0000          -
24897.48/1271.16	c      1271        2279399         905        20                -           0.0000          -           0.0000          -
24997.80/1276.24	c      1276        2303295         877        20                -           0.0000          -           0.0000          -
25096.93/1281.29	c      1281        2324990         857        20                -           0.0000          -           0.0000          -
25198.04/1286.34	c      1286        2347311         958        20                -           0.0000          -           0.0000          -
25299.13/1291.41	c      1291        2369242         909        20                -           0.0000          -           0.0000          -
25398.31/1296.45	c      1296        2388333         944        20                -           0.0000          -           0.0000          -
25499.10/1301.51	c      1302        2406853         986        20                -           0.0000          -           0.0000          -
25598.26/1306.53	c      1307        2422426         831        20                -           0.0000          -           0.0000          -
25697.33/1311.58	c      1312        2441806        1176        20                -           0.0000          -           0.0000          -
25798.41/1316.66	c      1317        2465954        1048        20                -           0.0000          -           0.0000          -
25899.58/1321.71	c      1322        2489064        1048        20                -           0.0000          -           0.0000          -
25998.76/1326.75	c      1327        2509558        1099        20                -           0.0000          -           0.0000          -
26097.66/1331.79	c      1332        2532047        1054        20                -           0.0000          -           0.0000          -
26198.77/1336.86	c      1337        2553250        1092        20                -           0.0000          -           0.0000          -
26299.80/1341.91	c      1342        2574768        1047        20                -           0.0000          -           0.0000          -
26398.71/1346.99	c      1347        2596130         980        20                -           0.0000          -           0.0000          -
26500.43/1352.05	c      1352        2618073        1041        20                -           0.0000          -           0.0000          -
26599.80/1357.10	c      1357        2639548         998        20                -           0.0000          -           0.0000          -
26700.82/1362.15	c      1362        2661583         983        20                -           0.0000          -           0.0000          -
26799.62/1367.16	c      1367        2682409         973        20                -           0.0000          -           0.0000          -
26900.06/1372.25	c      1372        2704899        1063        20                -           0.0000          -           0.0000          -
26999.14/1377.29	c      1377        2725446        1002        20                -           0.0000          -           0.0000          -
27098.23/1382.29	c      1382        2746795         990        20                -           0.0000          -           0.0000          -
27199.34/1387.39	c      1387        2767301        1069        20                -           0.0000          -           0.0000          -
27300.34/1392.40	c      1392        2787536        1049        20                -           0.0000          -           0.0000          -
27401.50/1397.52	c      1398        2807286        1008        20                -           0.0000          -           0.0000          -
27500.46/1402.56	c      1403        2827392         989        20                -           0.0000          -           0.0000          -
27599.43/1407.56	c      1408        2848885        1018        20                -           0.0000          -           0.0000          -
27700.58/1412.62	c      1413        2869284        1133        20                -           0.0000          -           0.0000          -
27799.74/1417.68	c      1418        2888657         991        20                -           0.0000          -           0.0000          -
27900.79/1422.73	c      1423        2908750         999        20                -           0.0000          -           0.0000          -
27999.71/1427.76	c      1428        2930138        1021        20                -           0.0000          -           0.0000          -
28100.84/1432.82	c      1433        2952639        1055        20                -           0.0000          -           0.0000          -
28199.66/1437.85	c      1438        2975926        1059        20                -           0.0000          -           0.0000          -
28300.82/1442.95	c      1443        2998537        1056        20                -           0.0000          -           0.0000          -
28402.58/1448.09	c      1448        3020241        1016        20                -           0.0000          -           0.0000          -
28503.78/1453.14	c      1453        3041870        1039        20                -           0.0000          -           0.0000          -
28602.97/1458.19	c      1458        3064795         982        20                -           0.0000          -           0.0000          -
28703.30/1463.21	c      1463        3086224         960        20                -           0.0000          -           0.0000          -
28804.43/1468.30	c      1468        3107600        1088        20                -           0.0000          -           0.0000          -
28903.47/1473.35	c      1473        3128668        1003        20                -           0.0000          -           0.0000          -
29004.64/1478.40	c      1478        3150981        1070        20                -           0.0000          -           0.0000          -
29103.82/1483.42	c      1483        3171532        1038        20                -           0.0000          -           0.0000          -
29202.93/1488.43	c      1488        3192644        1105        20                -           0.0000          -           0.0000          -
29304.10/1493.56	c      1494        3212312         980        20                -           0.0000          -           0.0000          -
29405.07/1498.62	c      1499        3232749         955        20                -           0.0000          -           0.0000          -
29504.11/1503.67	c      1504        3253193        1109        20                -           0.0000          -           0.0000          -
29603.10/1508.70	c      1509        3271251        1056        20                -           0.0000          -           0.0000          -
29704.20/1513.74	c      1514        3289417        1016        20                -           0.0000          -           0.0000          -
29805.17/1518.85	c      1519        3309014         946        20                -           0.0000          -           0.0000          -
29906.30/1523.92	c      1524        3329999        1022        20                -           0.0000          -           0.0000          -
30005.44/1528.96	c      1529        3350952        1041        20                -           0.0000          -           0.0000          -
30104.46/1534.02	c      1534        3371784        1026        20                -           0.0000          -           0.0000          -
30203.62/1539.02	c      1539        3392918        1114        20                -           0.0000          -           0.0000          -
30305.39/1544.04	c      1544        3413318        1031        20                -           0.0000          -           0.0000          -
30404.37/1549.06	c      1549        3433459        1064        20                -           0.0000          -           0.0000          -
30503.73/1554.11	c      1554        3453628        1007        20                -           0.0000          -           0.0000          -
30604.47/1559.16	c      1559        3474573         995        20                -           0.0000          -           0.0000          -
30703.59/1564.17	c      1564        3496228        1063        20                -           0.0000          -           0.0000          -
30802.81/1569.18	c      1569        3517183        1083        20                -           0.0000          -           0.0000          -
30903.41/1574.24	c      1574        3537738        1069        20                -           0.0000          -           0.0000          -
31002.39/1579.30	c      1579        3558105        1138        20                -           0.0000          -           0.0000          -
31103.55/1584.37	c      1584        3579066        1133        20                -           0.0000          -           0.0000          -
31204.71/1589.43	c      1589        3601098        1089        20                -           0.0000          -           0.0000          -
31303.88/1594.47	c      1594        3622778        1079        20                -           0.0000          -           0.0000          -
31404.97/1599.52	c      1600        3644587        1210        20                -           0.0000          -           0.0000          -
31504.20/1604.57	c      1605        3666615        1057        20                -           0.0000          -           0.0000          -
31603.29/1609.58	c      1610        3686720        1061        20                -           0.0000          -           0.0000          -
31704.43/1614.66	c      1615        3706897        1047        20                -           0.0000          -           0.0000          -
31805.17/1619.73	c      1620        3727186        1091        20                -           0.0000          -           0.0000          -
31904.34/1624.79	c      1625        3748498        1127        20                -           0.0000          -           0.0000          -
32005.50/1629.85	c      1630        3766410        1094        20                -           0.0000          -           0.0000          -
32106.67/1634.91	c      1635        3785984        1121        20                -           0.0000          -           0.0000          -
32205.83/1639.96	c      1640        3806062        1038        20                -           0.0000          -           0.0000          -
32304.94/1645.01	c      1645        3827442        1128        20                -           0.0000          -           0.0000          -
32406.80/1650.07	c      1650        3847290        1064        20                -           0.0000          -           0.0000          -
32505.96/1655.10	c      1655        3865974        1142        20                -           0.0000          -           0.0000          -
32607.01/1660.16	c      1660        3885903        1110        20                -           0.0000          -           0.0000          -
32706.31/1665.17	c      1665        3905565        1010        20                -           0.0000          -           0.0000          -
32806.53/1670.25	c      1670        3924823        1062        20                -           0.0000          -           0.0000          -
32907.70/1675.32	c      1675        3947310        1025        20                -           0.0000          -           0.0000          -
33006.74/1680.33	c      1680        3968494        1133        20                -           0.0000          -           0.0000          -
33107.90/1685.42	c      1685        3990403        1043        20                -           0.0000          -           0.0000          -
33207.07/1690.47	c      1690        4011245        1013        20                -           0.0000          -           0.0000          -
33308.25/1695.52	c      1696        4032695        1119        20                -           0.0000          -           0.0000          -
33407.43/1700.57	c      1701        4052776         991        20                -           0.0000          -           0.0000          -
33506.71/1705.59	c      1706        4068111        1049        20                -           0.0000          -           0.0000          -
33607.76/1710.65	c      1711        4084573         987        20                -           0.0000          -           0.0000          -
33708.93/1715.71	c      1716        4100927        1047        20                -           0.0000          -           0.0000          -
33808.07/1720.73	c      1721        4117549        1041        20                -           0.0000          -           0.0000          -
33909.23/1725.89	c      1726        4137059         990        20                -           0.0000          -           0.0000          -
34010.40/1730.91	c      1731        4152276        1036        20                -           0.0000          -           0.0000          -
34109.58/1735.97	c      1736        4168986         959        20                -           0.0000          -           0.0000          -
34211.46/1741.04	c      1741        4186126         957        20                -           0.0000          -           0.0000          -
34310.63/1746.09	c      1746        4203146        1061        20                -           0.0000          -           0.0000          -
34411.55/1751.14	c      1751        4219443        1039        20                -           0.0000          -           0.0000          -
34510.78/1756.17	c      1756        4234208         966        20                -           0.0000          -           0.0000          -
34609.96/1761.19	c      1761        4250022        1008        20                -           0.0000          -           0.0000          -
34710.39/1766.29	c      1766        4266621        1103        20                -           0.0000          -           0.0000          -
34811.54/1771.35	c      1771        4281970         965        20                -           0.0000          -           0.0000          -
34910.72/1776.39	c      1776        4298895        1107        20                -           0.0000          -           0.0000          -
35011.88/1781.43	c      1781        4313041        1061        20                -           0.0000          -           0.0000          -
35110.98/1786.47	c      1786        4328409        1002        20                -           0.0000          -           0.0000          -
35211.90/1791.51	c      1792        4344371        1010        20                -           0.0000          -           0.0000          -
35310.96/1796.53	c      1797        4360452         946        20                -           0.0000          -           0.0000          -
35410.13/1801.56	c      1802        4376125        1069        20                -           0.0000          -           0.0000          -
35513.14/1806.72	c      1807        4393988        1067        20                -           0.0000          -           0.0000          -
35612.31/1811.78	c      1812        4411792        1019        20                -           0.0000          -           0.0000          -
35713.45/1816.82	c      1817        4427892        1012        20                -           0.0000          -           0.0000          -
35812.30/1821.85	c      1822        4447033        1148        20                -           0.0000          -           0.0000          -
35911.47/1826.86	c      1827        4470251        1171        20                -           0.0000          -           0.0000          -
36012.56/1831.91	c      1832        4491597        1064        20                -           0.0000          -           0.0000          -
36114.32/1837.06	c      1837        4514085        1023        20                -           0.0000          -           0.0000          -
36213.58/1842.11	c      1842        4536387        1082        20                -           0.0000          -           0.0000          -
36314.49/1847.13	c      1847        4557779        1085        20                -           0.0000          -           0.0000          -
36415.17/1852.23	c      1852        4579604        1106        20                -           0.0000          -           0.0000          -
36514.33/1857.28	c      1857        4601887        1153        20                -           0.0000          -           0.0000          -
36615.52/1862.34	c      1862        4624571        1107        20                -           0.0000          -           0.0000          -
36714.66/1867.35	c      1867        4646868        1031        20                -           0.0000          -           0.0000          -
36813.82/1872.37	c      1872        4670597        1132        20                -           0.0000          -           0.0000          -
36912.92/1877.39	c      1877        4692768        1034        20                -           0.0000          -           0.0000          -
37016.01/1882.53	c      1883        4715719        1104        20                -           0.0000          -           0.0000          -
37115.08/1887.59	c      1888        4737549        1114        20                -           0.0000          -           0.0000          -
37216.19/1892.67	c      1893        4758959         990        20                -           0.0000          -           0.0000          -
37317.29/1897.72	c      1898        4778663        1047        20                -           0.0000          -           0.0000          -
37416.36/1902.77	c      1903        4799204        1043        20                -           0.0000          -           0.0000          -
37515.48/1907.78	c      1908        4820415        1110        20                -           0.0000          -           0.0000          -
37616.61/1912.85	c      1913        4842364        1156        20                -           0.0000          -           0.0000          -
37715.71/1917.88	c      1918        4864082        1209        20                -           0.0000          -           0.0000          -
37816.84/1922.97	c      1923        4886305        1193        20                -           0.0000          -           0.0000          -
37916.00/1928.03	c      1928        4907785        1196        20                -           0.0000          -           0.0000          -
38017.55/1933.09	c      1933        4929797        1064        20                -           0.0000          -           0.0000          -
38116.50/1938.13	c      1938        4952955        1116        20                -           0.0000          -           0.0000          -
38217.76/1943.15	c      1943        4976246        1133        20                -           0.0000          -           0.0000          -
38318.02/1948.24	c      1948        4998730        1145        20                -           0.0000          -           0.0000          -
38417.19/1953.29	c      1953        5020518        1257        20                -           0.0000          -           0.0000          -
38518.33/1958.36	c      1958        5044285        1181        20                -           0.0000          -           0.0000          -
38619.47/1963.41	c      1963        5065357        1085        20                -           0.0000          -           0.0000          -
38718.63/1968.42	c      1968        5086008        1132        20                -           0.0000          -           0.0000          -
38819.78/1973.50	c      1974        5107081        1204        20                -           0.0000          -           0.0000          -
38918.94/1978.57	c      1979        5129655        1129        20                -           0.0000          -           0.0000          -
39018.05/1983.59	c      1984        5150455        1101        20                -           0.0000          -           0.0000          -
39119.20/1988.62	c      1989        5171862        1068        20                -           0.0000          -           0.0000          -
39220.36/1993.75	c      1994        5194241        1094        20                -           0.0000          -           0.0000          -
39319.51/1998.79	c      1999        5216289        1127        20                -           0.0000          -           0.0000          -
39420.68/2003.84	c      2004        5237048        1066        20                -           0.0000          -           0.0000          -
39519.84/2008.85	c      2009        5257875        1074        20                -           0.0000          -           0.0000          -
39620.93/2013.92	c      2014        5279409        1049        20                -           0.0000          -           0.0000          -
39720.08/2018.94	c      2019        5302459         999        20                -           0.0000          -           0.0000          -
39821.93/2024.05	c      2024        5325310        1065        20                -           0.0000          -           0.0000          -
39921.07/2029.09	c      2029        5346024        1121        20                -           0.0000          -           0.0000          -
40022.41/2034.17	c      2034        5368423        1109        20                -           0.0000          -           0.0000          -
40122.62/2039.21	c      2039        5388894        1175        20                -           0.0000          -           0.0000          -
40221.79/2044.26	c      2044        5409951        1047        20                -           0.0000          -           0.0000          -
40322.93/2049.32	c      2049        5432084        1131        20                -           0.0000          -           0.0000          -
40422.12/2054.35	c      2054        5453020        1108        20                -           0.0000          -           0.0000          -
40523.24/2059.42	c      2059        5476246        1072        20                -           0.0000          -           0.0000          -
40622.41/2064.47	c      2064        5497304        1166        20                -           0.0000          -           0.0000          -
40723.56/2069.53	c      2070        5516417        1061        20                -           0.0000          -           0.0000          -
40822.71/2074.58	c      2075        5537507        1174        20                -           0.0000          -           0.0000          -
40923.82/2079.62	c      2080        5557502        1120        20                -           0.0000          -           0.0000          -
41022.96/2084.69	c      2085        5577453        1103        20                -           0.0000          -           0.0000          -
41124.04/2089.74	c      2090        5597792        1052        20                -           0.0000          -           0.0000          -
41223.14/2094.79	c      2095        5619475        1189        20                -           0.0000          -           0.0000          -
41324.23/2099.80	c      2100        5639063        1063        20                -           0.0000          -           0.0000          -
41423.40/2104.85	c      2105        5658307        1038        20                -           0.0000          -           0.0000          -
41522.55/2109.89	c      2110        5678854        1097        20                -           0.0000          -           0.0000          -
41623.68/2115.02	c      2115        5700456        1131        20                -           0.0000          -           0.0000          -
41725.53/2120.08	c      2120        5719947        1215        20                -           0.0000          -           0.0000          -
41824.85/2125.10	c      2125        5738341        1159        20                -           0.0000          -           0.0000          -
41925.73/2130.18	c      2130        5758498        1189        20                -           0.0000          -           0.0000          -
42026.04/2135.23	c      2135        5778470        1266        20                -           0.0000          -           0.0000          -
42125.04/2140.29	c      2140        5798505        1291        20                -           0.0000          -           0.0000          -
42226.19/2145.34	c      2145        5818649        1217        20                -           0.0000          -           0.0000          -
42325.36/2150.35	c      2150        5838693        1226        20                -           0.0000          -           0.0000          -
42426.50/2155.45	c      2155        5859906        1195        20                -           0.0000          -           0.0000          -
42525.64/2160.49	c      2160        5881209        1159        20                -           0.0000          -           0.0000          -
42626.68/2165.54	c      2166        5902767        1253        20                -           0.0000          -           0.0000          -
42725.83/2170.59	c      2171        5921212        1198        20                -           0.0000          -           0.0000          -
42826.98/2175.64	c      2176        5939768        1173        20                -           0.0000          -           0.0000          -
42926.17/2180.68	c      2181        5958111        1335        20                -           0.0000          -           0.0000          -
43027.29/2185.73	c      2186        5979200        1312        20                -           0.0000          -           0.0000          -
43126.41/2190.76	c      2191        6002680        1272        20                -           0.0000          -           0.0000          -
43227.54/2195.81	c      2196        6025855        1484        20                -           0.0000          -           0.0000          -
43326.74/2200.89	c      2201        6049200        1440        20                -           0.0000          -           0.0000          -
43427.92/2205.95	c      2206        6072573        1410        20                -           0.0000          -           0.0000          -
43527.12/2210.96	c      2211        6096624        1321        20                -           0.0000          -           0.0000          -
43629.06/2216.06	c      2216        6121451        1364        20                -           0.0000          -           0.0000          -
43728.19/2221.11	c      2221        6144776        1406        20                -           0.0000          -           0.0000          -
43829.30/2226.15	c      2226        6166321        1383        20                -           0.0000          -           0.0000          -
43929.80/2231.21	c      2231        6188838        1310        20                -           0.0000          -           0.0000          -
44029.00/2236.24	c      2236        6211527        1319        20                -           0.0000          -           0.0000          -
44130.17/2241.30	c      2241        6234617        1376        20                -           0.0000          -           0.0000          -
44229.38/2246.37	c      2246        6256879        1354        20                -           0.0000          -           0.0000          -
44330.53/2251.45	c      2251        6279115        1356        20                -           0.0000          -           0.0000          -
44431.68/2256.51	c      2257        6302294        1401        20                -           0.0000          -           0.0000          -
44530.79/2261.56	c      2262        6324228        1260        20                -           0.0000          -           0.0000          -
44631.93/2266.60	c      2267        6345819        1276        20                -           0.0000          -           0.0000          -
44731.10/2271.66	c      2272        6367617        1325        20                -           0.0000          -           0.0000          -
44832.20/2276.74	c      2277        6388907        1236        20                -           0.0000          -           0.0000          -
44933.24/2281.83	c      2282        6410316        1227        20                -           0.0000          -           0.0000          -
45032.34/2286.85	c      2287        6431600        1215        20                -           0.0000          -           0.0000          -
45131.43/2291.89	c      2292        6454235        1230        20                -           0.0000          -           0.0000          -
45232.36/2296.99	c      2297        6478433        1348        20                -           0.0000          -           0.0000          -
45334.14/2302.04	c      2302        6501255        1257        20                -           0.0000          -           0.0000          -
45433.52/2307.09	c      2307        6524423        1253        20                -           0.0000          -           0.0000          -
45534.55/2312.14	c      2312        6544561        1217        20                -           0.0000          -           0.0000          -
45633.70/2317.16	c      2317        6563142        1212        20                -           0.0000          -           0.0000          -
45732.88/2322.18	c      2322        6582484        1243        20                -           0.0000          -           0.0000          -
45833.07/2327.20	c      2327        6602198        1222        20                -           0.0000          -           0.0000          -
45934.19/2332.33	c      2332        6623190        1161        20                -           0.0000          -           0.0000          -
46035.33/2337.40	c      2337        6645421        1236        20                -           0.0000          -           0.0000          -
46134.51/2342.45	c      2342        6670748        1233        20                -           0.0000          -           0.0000          -
46235.66/2347.54	c      2348        6697177        1233        20                -           0.0000          -           0.0000          -
46334.83/2352.59	c      2353        6723891        1181        20                -           0.0000          -           0.0000          -
46436.00/2357.64	c      2358        6749823        1173        20                -           0.0000          -           0.0000          -
46535.11/2362.66	c      2363        6775246        1180        20                -           0.0000          -           0.0000          -
46636.17/2367.71	c      2368        6801638        1199        20                -           0.0000          -           0.0000          -
46735.27/2372.76	c      2373        6825262        1141        20                -           0.0000          -           0.0000          -
46834.44/2377.79	c      2378        6849446        1132        20                -           0.0000          -           0.0000          -
46935.59/2382.83	c      2383        6871883        1141        20                -           0.0000          -           0.0000          -
47036.74/2387.91	c      2388        6891452        1177        20                -           0.0000          -           0.0000          -
47135.91/2393.00	c      2393        6911305        1241        20                -           0.0000          -           0.0000          -
47237.77/2398.07	c      2398        6930763        1171        20                -           0.0000          -           0.0000          -
47336.94/2403.13	c      2403        6949228        1133        20                -           0.0000          -           0.0000          -
47438.06/2408.18	c      2408        6968411        1172        20                -           0.0000          -           0.0000          -
47538.51/2413.23	c      2413        6988192        1413        20                -           0.0000          -           0.0000          -
47637.61/2418.29	c      2418        7012078        1358        20                -           0.0000          -           0.0000          -
47738.70/2423.33	c      2423        7034486        1271        20                -           0.0000          -           0.0000          -
47837.88/2428.39	c      2428        7056643        1263        20                -           0.0000          -           0.0000          -
47938.99/2433.44	c      2433        7080192        1356        20                -           0.0000          -           0.0000          -
48038.03/2438.48	c      2438        7103583        1263        20                -           0.0000          -           0.0000          -
48139.13/2443.53	c      2444        7128225        1287        20                -           0.0000          -           0.0000          -
48238.24/2448.55	c      2449        7151900        1231        20                -           0.0000          -           0.0000          -
48337.40/2453.58	c      2454        7175315        1203        20                -           0.0000          -           0.0000          -
48438.54/2458.62	c      2459        7199666        1349        20                -           0.0000          -           0.0000          -
48537.70/2463.65	c      2464        7222703        1368        20                -           0.0000          -           0.0000          -
48636.74/2468.68	c      2469        7246966        1275        20                -           0.0000          -           0.0000          -
48737.90/2473.72	c      2474        7271862        1274        20                -           0.0000          -           0.0000          -
48837.05/2478.76	c      2479        7296706        1252        20                -           0.0000          -           0.0000          -
48938.19/2483.86	c      2484        7319617        1264        20                -           0.0000          -           0.0000          -
49039.33/2488.92	c      2489        7343384        1326        20                -           0.0000          -           0.0000          -
49138.49/2493.98	c      2494        7366386        1381        20                -           0.0000          -           0.0000          -
49240.13/2499.02	c      2499        7389958        1305        20                -           0.0000          -           0.0000          -
49339.50/2504.07	c      2504        7414047        1364        20                -           0.0000          -           0.0000          -
49438.61/2509.12	c      2509        7438035        1272        20                -           0.0000          -           0.0000          -
49539.69/2514.15	c      2514        7461645        1353        20                -           0.0000          -           0.0000          -
49640.13/2519.23	c      2519        7485667        1317        20                -           0.0000          -           0.0000          -
49739.31/2524.28	c      2524        7509937        1374        20                -           0.0000          -           0.0000          -
49840.42/2529.33	c      2529        7532669        1358        20                -           0.0000          -           0.0000          -
49939.61/2534.38	c      2534        7555072        1294        20                -           0.0000          -           0.0000          -
50038.76/2539.39	c      2539        7575571        1325        20                -           0.0000          -           0.0000          -
50139.96/2544.45	c      2544        7597887        1325        20                -           0.0000          -           0.0000          -
50241.04/2549.50	c      2550        7622661        1309        20                -           0.0000          -           0.0000          -
50340.21/2554.56	c      2555        7647402        1190        20                -           0.0000          -           0.0000          -
50441.37/2559.64	c      2560        7670890        1327        20                -           0.0000          -           0.0000          -
50540.48/2564.69	c      2565        7693192        1430        20                -           0.0000          -           0.0000          -
50641.64/2569.73	c      2570        7715639        1299        20                -           0.0000          -           0.0000          -
50740.82/2574.78	c      2575        7738598        1349        20                -           0.0000          -           0.0000          -
50841.90/2579.80	c      2580        7761650        1314        20                -           0.0000          -           0.0000          -
50941.08/2584.84	c      2585        7784115        1400        20                -           0.0000          -           0.0000          -
51040.25/2589.88	c      2590        7808293        1339        20                -           0.0000          -           0.0000          -
51141.40/2594.91	c      2595        7830179        1252        20                -           0.0000          -           0.0000          -
51243.17/2600.06	c      2600        7854671        1231        20                -           0.0000          -           0.0000          -
51342.34/2605.10	c      2605        7877398        1283        20                -           0.0000          -           0.0000          -
51443.36/2610.17	c      2610        7902282        1388        20                -           0.0000          -           0.0000          -
51542.41/2615.18	c      2615        7924328        1283        20                -           0.0000          -           0.0000          -
51642.87/2620.22	c      2620        7948019        1271        20                -           0.0000          -           0.0000          -
51742.03/2625.25	c      2625        7972377        1305        20                -           0.0000          -           0.0000          -
51841.27/2630.25	c      2630        7995989        1299        20                -           0.0000          -           0.0000          -
51942.35/2635.30	c      2635        8019579        1328        20                -           0.0000          -           0.0000          -
52041.50/2640.33	c      2640        8044361        1300        20                -           0.0000          -           0.0000          -
52140.54/2645.39	c      2645        8067874        1279        20                -           0.0000          -           0.0000          -
52241.69/2650.40	c      2650        8091081        1323        20                -           0.0000          -           0.0000          -
52340.87/2655.43	c      2655        8115916        1309        20                -           0.0000          -           0.0000          -
52440.05/2660.44	c      2660        8138934        1278        20                -           0.0000          -           0.0000          -
52539.24/2665.50	c      2666        8162417        1259        20                -           0.0000          -           0.0000          -
52640.41/2670.52	c      2671        8184027        1313        20                -           0.0000          -           0.0000          -
52739.53/2675.53	c      2676        8204266        1315        20                -           0.0000          -           0.0000          -
52838.68/2680.58	c      2681        8226171        1338        20                -           0.0000          -           0.0000          -
52939.75/2685.63	c      2686        8249478        1328        20                -           0.0000          -           0.0000          -
53038.87/2690.69	c      2691        8271379        1422        20                -           0.0000          -           0.0000          -
53140.03/2695.73	c      2696        8294512        1372        20                -           0.0000          -           0.0000          -
53239.16/2700.79	c      2701        8317138        1356        20                -           0.0000          -           0.0000          -
53340.33/2705.84	c      2706        8338056        1317        20                -           0.0000          -           0.0000          -
53439.50/2710.89	c      2711        8360140        1306        20                -           0.0000          -           0.0000          -
53540.57/2715.94	c      2716        8382059        1218        20                -           0.0000          -           0.0000          -
53639.68/2720.99	c      2721        8404972        1338        20                -           0.0000          -           0.0000          -
53741.37/2726.04	c      2726        8426056        1364        20                -           0.0000          -           0.0000          -
53840.56/2731.07	c      2731        8446996        1328        20                -           0.0000          -           0.0000          -
53939.60/2736.08	c      2736        8470178        1307        20                -           0.0000          -           0.0000          -
54038.89/2741.13	c      2741        8494165        1331        20                -           0.0000          -           0.0000          -
54141.29/2746.20	c      2746        8516698        1270        20                -           0.0000          -           0.0000          -
54242.31/2751.31	c      2751        8540784        1207        20                -           0.0000          -           0.0000          -
54341.37/2756.36	c      2756        8562530        1239        20                -           0.0000          -           0.0000          -
54442.52/2761.40	c      2761        8583935        1328        20                -           0.0000          -           0.0000          -
54541.70/2766.46	c      2766        8607610        1344        20                -           0.0000          -           0.0000          -
54642.85/2771.51	c      2772        8629397        1309        20                -           0.0000          -           0.0000          -
54742.02/2776.57	c      2777        8652672        1276        20                -           0.0000          -           0.0000          -
54843.19/2781.62	c      2782        8675288        1317        20                -           0.0000          -           0.0000          -
54942.20/2786.68	c      2787        8698106        1268        20                -           0.0000          -           0.0000          -
55041.35/2791.70	c      2792        8720313        1248        20                -           0.0000          -           0.0000          -
55142.51/2796.75	c      2797        8742751        1245        20                -           0.0000          -           0.0000          -
55241.63/2801.77	c      2802        8764173        1336        20                -           0.0000          -           0.0000          -
55342.80/2806.80	c      2807        8783874        1313        20                -           0.0000          -           0.0000          -
55442.16/2811.87	c      2812        8803972        1260        20                -           0.0000          -           0.0000          -
55542.95/2816.97	c      2817        8825561        1274        20                -           0.0000          -           0.0000          -
55642.12/2822.00	c      2822        8847867        1245        20                -           0.0000          -           0.0000          -
55745.74/2827.14	c      2827        8870318        1376        20                -           0.0000          -           0.0000          -
55844.98/2832.19	c      2832        8891360        1311        20                -           0.0000          -           0.0000          -
55945.37/2837.24	c      2837        8913051        1309        20                -           0.0000          -           0.0000          -
56044.48/2842.29	c      2842        8934941        1357        20                -           0.0000          -           0.0000          -
56145.57/2847.34	c      2847        8956517        1361        20                -           0.0000          -           0.0000          -
56244.70/2852.39	c      2852        8976312        1247        20                -           0.0000          -           0.0000          -
56345.87/2857.42	c      2857        8993990        1322        20                -           0.0000          -           0.0000          -
56445.06/2862.48	c      2862        9013728        1305        20                -           0.0000          -           0.0000          -
56546.17/2867.55	c      2868        9032851        1311        20                -           0.0000          -           0.0000          -
56647.33/2872.61	c      2873        9054460        1314        20                -           0.0000          -           0.0000          -
56746.39/2877.66	c      2878        9074708        1286        20                -           0.0000          -           0.0000          -
56847.49/2882.71	c      2883        9098614        1470        20                -           0.0000          -           0.0000          -
56946.47/2887.76	c      2888        9119263        1417        20                -           0.0000          -           0.0000          -
57047.61/2892.84	c      2893        9142797        1406        20                -           0.0000          -           0.0000          -
57146.49/2897.89	c      2898        9168039        1444        20                -           0.0000          -           0.0000          -
57247.65/2902.94	c      2903        9191130        1315        20                -           0.0000          -           0.0000          -
57346.76/2907.95	c      2908        9214139        1372        20                -           0.0000          -           0.0000          -
57448.44/2913.04	c      2913        9238630        1318        20                -           0.0000          -           0.0000          -
57547.54/2918.09	c      2918        9262742        1297        20                -           0.0000          -           0.0000          -
57648.73/2923.14	c      2923        9286325        1320        20                -           0.0000          -           0.0000          -
57747.97/2928.19	c      2928        9310605        1398        20                -           0.0000          -           0.0000          -
57848.20/2933.21	c      2933        9333608        1323        20                -           0.0000          -           0.0000          -
57947.13/2938.23	c      2938        9357246        1296        20                -           0.0000          -           0.0000          -
58046.09/2943.27	c      2943        9381083        1259        20                -           0.0000          -           0.0000          -
58147.12/2948.33	c      2948        9404586        1416        20                -           0.0000          -           0.0000          -
58246.18/2953.38	c      2953        9427110        1300        20                -           0.0000          -           0.0000          -
58347.18/2958.43	c      2958        9449354        1352        20                -           0.0000          -           0.0000          -
58446.28/2963.47	c      2963        9471114        1263        20                -           0.0000          -           0.0000          -
58547.37/2968.56	c      2969        9494024        1262        20                -           0.0000          -           0.0000          -
58648.52/2973.63	c      2974        9515254        1203        20                -           0.0000          -           0.0000          -
58747.64/2978.68	c      2979        9535098        1160        20                -           0.0000          -           0.0000          -
58848.80/2983.72	c      2984        9556791        1247        20                -           0.0000          -           0.0000          -
58947.94/2988.78	c      2989        9580847        1180        20                -           0.0000          -           0.0000          -
59049.09/2993.83	c      2994        9603378        1300        20                -           0.0000          -           0.0000          -
59148.26/2998.88	c      2999        9626866        1223        20                -           0.0000          -           0.0000          -
59249.42/3003.92	c      3004        9648429        1294        20                -           0.0000          -           0.0000          -
59348.60/3008.94	c      3009        9672631        1325        20                -           0.0000          -           0.0000          -
59450.48/3014.05	c      3014        9697141        1314        20                -           0.0000          -           0.0000          -
59549.65/3019.12	c      3019        9718098        1243        20                -           0.0000          -           0.0000          -
59650.77/3024.20	c      3024        9742732        1171        20                -           0.0000          -           0.0000          -
59751.16/3029.24	c      3029        9765744        1191        20                -           0.0000          -           0.0000          -
59850.33/3034.29	c      3034        9790947        1288        20                -           0.0000          -           0.0000          -
59951.52/3039.35	c      3039        9813987        1226        20                -           0.0000          -           0.0000          -
60050.72/3044.39	c      3044        9837823        1182        20                -           0.0000          -           0.0000          -
60151.90/3049.43	c      3049        9862179        1331        20                -           0.0000          -           0.0000          -
60253.10/3054.50	c      3055        9887933        1321        20                -           0.0000          -           0.0000          -
60352.29/3059.55	c      3060        9912241        1338        20                -           0.0000          -           0.0000          -
60453.48/3064.60	c      3065        9936190        1319        20                -           0.0000          -           0.0000          -
60552.67/3069.65	c      3070        9960685        1367        20                -           0.0000          -           0.0000          -
60653.85/3074.71	c      3075        9986652        1345        20                -           0.0000          -           0.0000          -
60753.02/3079.76	c      3080       10010291        1328        20                -           0.0000          -           0.0000          -
60854.17/3084.81	c      3085       10033884        1430        20                -           0.0000          -           0.0000          -
60953.31/3089.86	c      3090       10058475        1321        20                -           0.0000          -           0.0000          -
61052.47/3094.87	c      3095       10083365        1336        20                -           0.0000          -           0.0000          -
61153.54/3099.97	c      3100       10108976        1380        20                -           0.0000          -           0.0000          -
61252.70/3105.02	c      3105       10132537        1259        20                -           0.0000          -           0.0000          -
61354.55/3110.04	c      3110       10155578        1344        20                -           0.0000          -           0.0000          -
61453.94/3115.13	c      3115       10179234        1293        20                -           0.0000          -           0.0000          -
61555.02/3120.18	c      3120       10202266        1377        20                -           0.0000          -           0.0000          -
61655.25/3125.23	c      3125       10225832        1322        20                -           0.0000          -           0.0000          -
61754.41/3130.28	c      3130       10249260        1363        20                -           0.0000          -           0.0000          -
61855.58/3135.34	c      3135       10272227        1330        20                -           0.0000          -           0.0000          -
61954.74/3140.39	c      3140       10295974        1286        20                -           0.0000          -           0.0000          -
62055.89/3145.46	c      3145       10320182        1337        20                -           0.0000          -           0.0000          -
62157.05/3150.51	c      3151       10342781        1477        20                -           0.0000          -           0.0000          -
62256.23/3155.53	c      3156       10363878        1395        20                -           0.0000          -           0.0000          -
62355.39/3160.55	c      3161       10386493        1324        20                -           0.0000          -           0.0000          -
62456.55/3165.67	c      3166       10410857        1405        20                -           0.0000          -           0.0000          -
62555.71/3170.67	c      3171       10431811        1347        20                -           0.0000          -           0.0000          -
62656.86/3175.73	c      3176       10453584        1381        20                -           0.0000          -           0.0000          -
62758.02/3180.80	c      3181       10475211        1402        20                -           0.0000          -           0.0000          -
62857.19/3185.87	c      3186       10498144        1422        20                -           0.0000          -           0.0000          -
62958.28/3190.93	c      3191       10519324        1453        20                -           0.0000          -           0.0000          -
63057.45/3195.97	c      3196       10538935        1389        20                -           0.0000          -           0.0000          -
63156.63/3200.99	c      3201       10559096        1448        20                -           0.0000          -           0.0000          -
63258.38/3206.07	c      3206       10579669        1428        20                -           0.0000          -           0.0000          -
63359.57/3211.14	c      3211       10598854        1555        20                -           0.0000          -           0.0000          -
63458.75/3216.16	c      3216       10617474        1438        20                -           0.0000          -           0.0000          -
63557.94/3221.18	c      3221       10637089        1591        20                -           0.0000          -           0.0000          -
63658.26/3226.29	c      3226       10659767        1487        20                -           0.0000          -           0.0000          -
63759.27/3231.32	c      3231       10679765        1446        20                -           0.0000          -           0.0000          -
63858.36/3236.39	c      3236       10698137        1484        20                -           0.0000          -           0.0000          -
63959.54/3241.41	c      3241       10717316        1446        20                -           0.0000          -           0.0000          -
64058.71/3246.44	c      3246       10737891        1434        20                -           0.0000          -           0.0000          -
64159.88/3251.50	c      3252       10757751        1437        20                -           0.0000          -           0.0000          -
64259.05/3256.53	c      3257       10781548        1406        20                -           0.0000          -           0.0000          -
64360.23/3261.67	c      3262       10807108        1521        20                -           0.0000          -           0.0000          -
64461.40/3266.72	c      3267       10830933        1384        20                -           0.0000          -           0.0000          -
64560.58/3271.74	c      3272       10852303        1361        20                -           0.0000          -           0.0000          -
64661.68/3276.83	c      3277       10873208        1391        20                -           0.0000          -           0.0000          -
64760.72/3281.89	c      3282       10893651        1400        20                -           0.0000          -           0.0000          -
64861.88/3286.95	c      3287       10917430        1448        20                -           0.0000          -           0.0000          -
64961.06/3291.99	c      3292       10941712        1489        20                -           0.0000          -           0.0000          -
65062.86/3297.04	c      3297       10967788        1391        20                -           0.0000          -           0.0000          -
65161.89/3302.09	c      3302       10992732        1428        20                -           0.0000          -           0.0000          -
65262.88/3307.14	c      3307       11018501        1458        20                -           0.0000          -           0.0000          -
65362.05/3312.19	c      3312       11044235        1373        20                -           0.0000          -           0.0000          -
65462.28/3317.24	c      3317       11071078        1444        20                -           0.0000          -           0.0000          -
65561.46/3322.28	c      3322       11094843        1390        20                -           0.0000          -           0.0000          -
65662.59/3327.33	c      3327       11120226        1495        20                -           0.0000          -           0.0000          -
65761.62/3332.39	c      3332       11145992        1508        20                -           0.0000          -           0.0000          -
65862.78/3337.44	c      3337       11168367        1402        20                -           0.0000          -           0.0000          -
65961.99/3342.50	c      3342       11191064        1429        20                -           0.0000          -           0.0000          -
66063.08/3347.51	c      3348       11211929        1417        20                -           0.0000          -           0.0000          -
66162.23/3352.55	c      3353       11234997        1433        20                -           0.0000          -           0.0000          -
66263.32/3357.63	c      3358       11257789        1345        20                -           0.0000          -           0.0000          -
66362.43/3362.69	c      3363       11280658        1430        20                -           0.0000          -           0.0000          -
66463.58/3367.72	c      3368       11302521        1404        20                -           0.0000          -           0.0000          -
66562.67/3372.79	c      3373       11326327        1325        20                -           0.0000          -           0.0000          -
66663.77/3377.81	c      3378       11347826        1353        20                -           0.0000          -           0.0000          -
66762.71/3382.81	c      3383       11369805        1423        20                -           0.0000          -           0.0000          -
66863.88/3387.95	c      3388       11389481        1331        20                -           0.0000          -           0.0000          -
66963.10/3393.00	c      3393       11407708        1323        20                -           0.0000          -           0.0000          -
67064.93/3398.05	c      3398       11425825        1298        20                -           0.0000          -           0.0000          -
67163.95/3403.06	c      3403       11446525        1347        20                -           0.0000          -           0.0000          -
67265.16/3408.15	c      3408       11471445        1361        20                -           0.0000          -           0.0000          -
67365.58/3413.20	c      3413       11495936        1422        20                -           0.0000          -           0.0000          -
67464.34/3418.26	c      3418       11520063        1360        20                -           0.0000          -           0.0000          -
67565.50/3423.31	c      3423       11540314        1328        20                -           0.0000          -           0.0000          -
67664.62/3428.36	c      3428       11558298        1356        20                -           0.0000          -           0.0000          -
67765.82/3433.41	c      3433       11576907        1386        20                -           0.0000          -           0.0000          -
67864.96/3438.46	c      3438       11596224        1287        20                -           0.0000          -           0.0000          -
67966.15/3443.51	c      3444       11612691        1361        20                -           0.0000          -           0.0000          -
68065.33/3448.57	c      3449       11635178        1399        20                -           0.0000          -           0.0000          -
68166.48/3453.62	c      3454       11660146        1365        20                -           0.0000          -           0.0000          -
68265.67/3458.64	c      3459       11684885        1275        20                -           0.0000          -           0.0000          -
68366.82/3463.71	c      3464       11710652        1357        20                -           0.0000          -           0.0000          -
68466.00/3468.78	c      3469       11739125        1377        20                -           0.0000          -           0.0000          -
68565.09/3473.79	c      3474       11764094        1444        20                -           0.0000          -           0.0000          -
68666.12/3478.82	c      3479       11790142        1379        20                -           0.0000          -           0.0000          -
68767.29/3483.93	c      3484       11817680        1394        20                -           0.0000          -           0.0000          -
68866.46/3488.98	c      3489       11842408        1420        20                -           0.0000          -           0.0000          -
68965.66/3494.03	c      3494       11865382        1512        20                -           0.0000          -           0.0000          -
69067.53/3499.05	c      3499       11888137        1404        20                -           0.0000          -           0.0000          -
69166.70/3504.09	c      3504       11911474        1529        20                -           0.0000          -           0.0000          -
69265.88/3509.12	c      3509       11933462        1442        20                -           0.0000          -           0.0000          -
69367.06/3514.18	c      3514       11955913        1447        20                -           0.0000          -           0.0000          -
69466.28/3519.20	c      3519       11979230        1434        20                -           0.0000          -           0.0000          -
69566.71/3524.26	c      3524       12001227        1437        20                -           0.0000          -           0.0000          -
69667.87/3529.39	c      3529       12023805        1443        20                -           0.0000          -           0.0000          -
69769.04/3534.47	c      3534       12047286        1400        20                -           0.0000          -           0.0000          -
69870.21/3539.52	c      3540       12070204        1345        20                -           0.0000          -           0.0000          -
69969.39/3544.55	c      3545       12091912        1462        20                -           0.0000          -           0.0000          -
70070.57/3549.63	c      3550       12114873        1427        20                -           0.0000          -           0.0000          -
70169.63/3554.64	c      3555       12136215        1367        20                -           0.0000          -           0.0000          -
70270.80/3559.73	c      3560       12160633        1332        20                -           0.0000          -           0.0000          -
70369.97/3564.78	c      3565       12183780        1376        20                -           0.0000          -           0.0000          -
70471.04/3569.83	c      3570       12205841        1361        20                -           0.0000          -           0.0000          -
70570.20/3574.88	c      3575       12228019        1365        20                -           0.0000          -           0.0000          -
70671.30/3579.90	c      3580       12250129        1376        20                -           0.0000          -           0.0000          -
70770.48/3584.91	c      3585       12272439        1384        20                -           0.0000          -           0.0000          -
70869.65/3590.03	c      3590       12294595        1330        20                -           0.0000          -           0.0000          -
70971.36/3595.08	c      3595       12317222        1430        20                -           0.0000          -           0.0000          -
71030.76/3598.10	c SCIP Status        : c solving was interrupted [hard time limit reached]
71030.76/3598.10	c Total Time         : 3598.1100
71030.76/3598.10	c   solving          : 3598.1100
71030.76/3598.10	c   presolving       : 5.2203 (included in solving)
71030.76/3598.10	c B&B Tree           :
71030.76/3598.10	c   nodes (total)    : 12332595
71030.76/3598.10	c Solution           :
71030.76/3598.10	c   Solutions found  : 0
71030.76/3598.10	c   Primal Bound     :          -
71030.76/3598.10	c   Dual Bound       : +0.00000000000000e+00
71030.76/3598.10	c Gap                :          -
71031.78/3598.16	s UNKNOWN

Verifier Data

ERROR: no interpretation found !

Watcher Data

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

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

NUMA information:
  number of nodes: 4
  memory of node 0: 191633 MiB (169400 MiB free)
  memory of node 1: 193531 MiB (176586 MiB free)
  memory of node 2: 193531 MiB (171155 MiB free)
  memory of node 3: 193531 MiB (173730 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-4469037-1723622300/watcher-4469037-1723622300 -o /tmp/evaluation-result-4469037-1723622300/solver-4469037-1723622300 -C 72000 -W 3700 -M 195000 --bin-var /tmp/runsolver-exch-nodeD102-1723618696-786045 --watchdog 3760 fscip settings/racing.prm HOME/instance-4469037-1723622300.opb -qsol -t 3600 -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): 199680000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 199731200 KiB
Linux 4.18.0-301.1.el8.x86_64
Starting watchdog thread
solver pid=788408, runsolver pid=788405
Current StackSize limit: 8192 KiB


[startup+0.100103 s]*
/proc/loadavg: 77.43 78.21 75.14 43/951 788409
/proc/meminfo: memFree=707420292/790760804 swapFree=131071996/131071996
[pid=788408] ppid=788405 vsize=56600 memory=45980 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/788408/stat : 788408 (fscip) R 788405 788408 786035 0 -1 4194304 10292 0 0 0 10 1 0 0 20 0 1 0 128812653 57958400 11495 809668444160 4194304 16622685 140731530821728 0 0 0 0 0 2 0 0 0 17 68 0 0 0 0 0 18838560 18947056 38809600 140731530830824 140731530830939 140731530830939 140731530837967 0
/proc/788408/statm: 14150 11495 2758 3035 0 10546 0
Current children cumulated CPU time: 0.11 s
Current children cumulated vsize: 56600 KiB
Current children cumulated memory: 45980 KiB

[startup+0.220311 s]*
/proc/loadavg: 77.43 78.21 75.14 42/951 788409
/proc/meminfo: memFree=707397592/790760804 swapFree=131071996/131071996
[pid=788408] ppid=788405 vsize=76892 memory=63192 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/788408/stat : 788408 (fscip) R 788405 788408 786035 0 -1 4194304 14665 0 0 0 21 2 0 0 20 0 1 0 128812653 78737408 15798 809668444160 4194304 16622685 140731530821728 0 0 0 0 0 2 0 0 0 17 68 0 0 0 0 0 18838560 18947056 38809600 140731530830824 140731530830939 140731530830939 140731530837967 0
/proc/788408/statm: 19223 15798 2790 3035 0 15619 0
Current children cumulated CPU time: 0.23 s
Current children cumulated vsize: 76892 KiB
Current children cumulated memory: 63192 KiB

[startup+0.319055 s]*
/proc/loadavg: 77.43 78.21 75.14 42/951 788409
/proc/meminfo: memFree=707395508/790760804 swapFree=131071996/131071996
[pid=788408] ppid=788405 vsize=78404 memory=64772 CPUtime=0.33 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/788408/stat : 788408 (fscip) R 788405 788408 786035 0 -1 4194304 15042 0 0 0 31 2 0 0 20 0 1 0 128812653 80285696 16193 809668444160 4194304 16622685 140731530821728 0 0 0 0 0 2 0 0 0 17 68 0 0 0 0 0 18838560 18947056 38809600 140731530830824 140731530830939 140731530830939 140731530837967 0
/proc/788408/statm: 19601 16193 2790 3035 0 15997 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 78404 KiB
Current children cumulated memory: 64772 KiB

[startup+0.700222 s]
/proc/loadavg: 77.43 78.21 75.14 42/951 788409
/proc/meminfo: memFree=707395384/790760804 swapFree=131071996/131071996
[pid=788408] ppid=788405 vsize=78404 memory=64772 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/788408/stat : 788408 (fscip) R 788405 788408 786035 0 -1 4194304 15042 0 0 0 67 2 0 0 20 0 1 0 128812653 80285696 16193 809668444160 4194304 16622685 140731530821728 0 0 0 0 0 2 0 0 0 17 68 0 0 0 0 0 18838560 18947056 38809600 140731530830824 140731530830939 140731530830939 140731530837967 0
/proc/788408/statm: 19601 16193 2790 3035 0 15997 0
Current children cumulated CPU time: 0.69 s
Current children cumulated vsize: 78404 KiB
Current children cumulated memory: 64772 KiB

[startup+1.50021 s]
/proc/loadavg: 77.43 78.21 75.14 42/951 788409
/proc/meminfo: memFree=707392716/790760804 swapFree=131071996/131071996
[pid=788408] ppid=788405 vsize=78404 memory=65564 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/788408/stat : 788408 (fscip) R 788405 788408 786035 0 -1 4194304 15237 0 0 0 146 2 0 0 20 0 1 0 128812653 80285696 16391 809668444160 4194304 16622685 140731530821728 0 0 0 0 0 2 0 0 0 17 68 0 0 0 0 0 18838560 18947056 38809600 140731530830824 140731530830939 140731530830939 140731530837967 0
/proc/788408/statm: 19601 16391 2790 3035 0 15997 0
Current children cumulated CPU time: 1.48 s
Current children cumulated vsize: 78404 KiB
Current children cumulated memory: 65564 KiB

[startup+3.11882 s]
/proc/loadavg: 74.52 77.59 74.96 42/951 788409
/proc/meminfo: memFree=706907920/790760804 swapFree=131071996/131071996
[pid=788408] ppid=788405 vsize=79436 memory=66620 CPUtime=3.1 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/788408/stat : 788408 (fscip) R 788405 788408 786035 0 -1 4194304 15489 0 0 0 308 2 0 0 20 0 1 0 128812653 81342464 16655 809668444160 4194304 16622685 140731530821728 0 0 0 0 0 2 0 0 0 17 68 0 0 0 0 0 18838560 18947056 38809600 140731530830824 140731530830939 140731530830939 140731530837967 0
/proc/788408/statm: 19859 16655 2790 3035 0 16255 0
Current children cumulated CPU time: 3.1 s
Current children cumulated vsize: 79436 KiB
Current children cumulated memory: 66620 KiB

[startup+6.30086 s]
/proc/loadavg: 74.52 77.59 74.96 61/991 788451
/proc/meminfo: memFree=705907216/790760804 swapFree=131071996/131071996
[pid=788408] ppid=788405 vsize=1768360 memory=857488 CPUtime=21.54 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/788408/stat : 788408 (fscip) S 788405 788408 786035 0 -1 1077936128 212894 0 0 0 2105 49 0 0 20 0 41 0 128812653 1810800640 214372 809668444160 4194304 16622685 140731530821728 0 0 0 0 0 2 0 0 0 17 68 0 0 0 0 0 18838560 18947056 38809600 140731530830824 140731530830939 140731530830939 140731530837967 0
/proc/788408/statm: 442090 214372 2822 3035 0 309226 0
[pid=788408/tid=788410] ppid=788405 vsize=1768360 memory=66620 CPUtime=0.81 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/788408/task/788410/stat : 788410 (fscip) R 788405 788408 786035 0 -1 4194368 9432 0 0 0 80 1 0 0 20 0 41 0 128813178 1810800640 214372 809668444160 4194304 16622685 140731530821728 0 0 0 0 0 2 0 0 0 -1 72 0 0 0 0 0 18838560 18947056 38809600 140731530830824 140731530830939 140731530830939 140731530837967 0
[pid=788408/tid=788411] ppid=788405 vsize=1768360 memory=0 CPUtime=0.81 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/788408/task/788411/stat : 788411 (fscip) R 788405 788408 786035 0 -1 4194368 9456 0 0 0 79 2 0 0 20 0 41 0 128813178 1810800640 214372 809668444160 4194304 16622685 140731530821728 0 0 0 0 0 2 0 0 0 -1 64 0 0 0 0 0 18838560 18947056 38809600 140731530830824 140731530830939 140731530830939 140731530837967 0
[pid=788408/tid=788412] ppid=788405 vsize=1768360 memory=0 CPUtime=0.81 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/788408/task/788412/stat : 788412 (fscip) R 788405 788408 786035 0 -1 4194368 9408 0 0 0 79 2 0 0 20 0 41 0 128813178 1810800640 214372 809668444160 4194304 16622685 140731530821728 0 0 0 0 0 2 0 0 0 -1 60 0 0 0 0 0 18838560 18947056 38809600 140731530830824 140731530830939 140731530830939 140731530837967 0
[pid=788408/tid=788413] ppid=788405 vsize=1768360 memory=5472 CPUtime=0.81 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/788408/task/788413/stat : 788413 (fscip) R 788405 788408 786035 0 -1 4194368 9434 0 0 0 79 2 0 0 20 0 41 0 128813178 1810800640 214372 809668444160 4194304 16622685 140731530821728 0 0 0 0 0 2 0 0 0 -1 8 0 0 0 0 0 18838560 18947056 38809600 140731530830824 140731530830939 140731530830939 140731530837967 0
[pid=788408/tid=788414] ppid=788405 vsize=1768360 memory=29273809900535888 CPUtime=0.8 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/788408/task/788414/stat : 788414 (fscip) R 788405 788408 786035 0 -1 4194368 9460 0 0 0 79 1 0 0 20 0 41 0 128813178 1810800640 214372 809668444160 4194304 16622685 140731530821728 0 0 0 0 0 2 0 0 0 -1 20 0 0 0 0 0 18838560 18947056 38809600 140731530830824 140731530830939 140731530830939 140731530837967 0
[pid=788408/tid=788415] ppid=788405 vsize=1768360 memory=10556 CPUtime=0.81 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/788408/task/788415/stat : 788415 (fscip) R 788405 788408 786035 0 -1 4194368 9436 0 0 0 79 2 0 0 20 0 41 0 128813178 1810800640 214372 809668444160 4194304 16622685 140731530821728 0 0 0 0 0 2 0 0 0 -1 56 0 0 0 0 0 18838560 18947056 38809600 140731530830824 140731530830939 140731530830939 140731530837967 0
[pid=788408/tid=788416] ppid=788405 vsize=1768360 memory=25333125866717268 CPUtime=0.81 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/788408/task/788416/stat : 788416 (fscip) R 788405 788408 786035 0 -1 4194368 9446 0 0 0 79 2 0 0 20 0 41 0 128813178 1810800640 214372 809668444160 4194304 16622685 140731530821728 0 0 0 0 0 2 0 0 0 -1 24 0 0 0 0 0 18838560 18947056 38809600 140731530830824 140731530830939 140731530830939 140731530837967 0
[pid=788408/tid=788417] ppid=788405 vsize=1768360 memory=16336 CPUtime=0.8 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/788408/task/788417/stat : 788417 (fscip) R 788405 788408 786035 0 -1 4194368 9441 0 0 0 78 2 0 0 20 0 41 0 128813178 1810800640 214372 809668444160 4194304 16622685 140731530821728 0 0 0 0 0 2 0 0 0 -1 28 0 0 0 0 0 18838560 18947056 38809600 140731530830824 140731530830939 140731530830939 140731530837967 0
[pid=788408/tid=788418] ppid=788405 vsize=1768360 memory=2268 CPUtime=0.81 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/788408/task/788418/stat : 788418 (fscip) R 788405 788408 786035 0 -1 4194368 9432 0 0 0 79 2 0 0 20 0 41 0 128813178 1810800640 214372 809668444160 4194304 16622685 140731530821728 0 0 0 0 0 2 0 0 0 -1 52 0 0 0 0 0 18838560 18947056 38809600 140731530830824 140731530830939 140731530830939 140731530837967 0
[pid=788408/tid=788419] ppid=788405 vsize=1768360 memory=6120 CPUtime=0.81 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/788408/task/788419/stat : 788419 (fscip) R 788405 788408 786035 0 -1 4194368 9439 0 0 0 79 2 0 0 20 0 41 0 128813178 1810800640 214372 809668444160 4194304 16622685 140731530821728 0 0 0 0 0 2 0 0 0 -1 36 0 0 0 0 0 18838560 18947056 38809600 140731530830824 140731530830939 140731530830939 140731530837967 0
[pid=788408/tid=788420] ppid=788405 vsize=1768360 memory=1848 CPUtime=0.8 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/788408/task/788420/stat : 788420 (fscip) R 788405 788408 786035 0 -1 4194368 9423 0 0 0 79 1 0 0 20 0 41 0 128813178 1810800640 214372 809668444160 4194304 16622685 140731530821728 0 0 0 0 0 2 0 0 0 -1 32 0 0 0 0 0 18838560 18947056 38809600 140731530830824 140731530830939 140731530830939 140731530837967 0
[pid=788408/tid=788421] ppid=788405 vsize=1768360 memory=38604 CPUtime=0.81 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/788408/task/788421/stat : 788421 (fscip) R 788405 788408 786035 0 -1 4194368 9433 0 0 0 79 2 0 0 20 0 41 0 128813178 1810800640 214372 809668444160 4194304 16622685 140731530821728 0 0 0 0 0 2 0 0 0 -1 44 0 0 0 0 0 18838560 18947056 38809600 140731530830824 140731530830939 140731530830939 140731530837967 0
[pid=788408/tid=788422] ppid=788405 vsize=1768360 memory=33100 CPUtime=0.81 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/788408/task/788422/stat : 788422 (fscip) R 788405 788408 786035 0 -1 4194368 9396 0 0 0 79 2 0 0 20 0 41 0 128813179 1810800640 214372 809668444160 4194304 16622685 140731530821728 0 0 0 0 0 2 0 0 0 -1 40 0 0 0 0 0 18838560 18947056 38809600 140731530830824 140731530830939 140731530830939 140731530837967 0
[pid=788408/tid=788423] ppid=788405 vsize=1768360 memory=2244 CPUtime=0.81 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/788408/task/788423/stat : 788423 (fscip) R 788405 788408 786035 0 -1 4194368 9400 0 0 0 79 2 0 0 20 0 41 0 128813179 1810800640 214372 809668444160 4194304 16622685 140731530821728 0 0 0 0 0 2 0 0 0 -1 48 0 0 0 0 0 18838560 18947056 38809600 140731530830824 140731530830939 140731530830939 140731530837967 0
[pid=788408/tid=788424] ppid=788405 vsize=1768360 memory=19936 CPUtime=0.78 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/788408/task/788424/stat : 788424 (fscip) R 788405 788408 786035 0 -1 4194368 9407 0 0 0 76 2 0 0 20 0 41 0 128813179 1810800640 214372 809668444160 4194304 16622685 140731530821728 0 0 0 0 0 2 0 0 0 -1 76 0 0 0 0 0 18838560 18947056 38809600 140731530830824 140731530830939 140731530830939 140731530837967 0
[pid=788408/tid=788425] ppid=788405 vsize=1768360 memory=104 CPUtime=0.8 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/788408/task/788425/stat : 788425 (fscip) R 788405 788408 786035 0 -1 4194368 9414 0 0 0 78 2 0 0 20 0 41 0 128813179 1810800640 214372 809668444160 4194304 16622685 140731530821728 0 0 0 0 0 2 0 0 0 -1 68 0 0 0 0 0 18838560 18947056 38809600 140731530830824 140731530830939 140731530830939 140731530837967 0
[pid=788408/tid=788426] ppid=788405 vsize=1768360 memory=2004 CPUtime=0.81 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/788408/task/788426/stat : 788426 (fscip) R 788405 788408 786035 0 -1 4194368 9436 0 0 0 79 2 0 0 20 0 41 0 128813179 1810800640 214372 809668444160 4194304 16622685 140731530821728 0 0 0 0 0 2 0 0 0 -1 0 0 0 0 0 0 18838560 18947056 38809600 140731530830824 140731530830939 140731530830939 140731530837967 0
[pid=788408/tid=788427] ppid=788405 vsize=1768360 memory=180 CPUtime=0.81 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/788408/task/788427/stat : 788427 (fscip) R 788405 788408 786035 0 -1 4194368 9391 0 0 0 79 2 0 0 20 0 41 0 128813179 1810800640 214372 809668444160 4194304 16622685 140731530821728 0 0 0 0 0 2 0 0 0 -1 4 0 0 0 0 0 18838560 18947056 38809600 140731530830824 140731530830939 140731530830939 140731530837967 0
[pid=788408/tid=788428] ppid=788405 vsize=1768360 memory=0 CPUtime=0.8 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/788408/task/788428/stat : 788428 (fscip) R 788405 788408 786035 0 -1 4194368 9397 0 0 0 78 2 0 0 20 0 41 0 128813179 1810800640 214372 809668444160 4194304 16622685 140731530821728 0 0 0 0 0 2 0 0 0 -1 12 0 0 0 0 0 18838560 18947056 38809600 140731530830824 140731530830939 140731530830939 140731530837967 0
[pid=788408/tid=788429] ppid=788405 vsize=1768360 memory=0 CPUtime=0.81 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/788408/task/788429/stat : 788429 (fscip) R 788405 788408 786035 0 -1 4194368 9459 0 0 0 79 2 0 0 20 0 41 0 128813179 1810800640 214372 809668444160 4194304 16622685 140731530821728 0 0 0 0 0 2 0 0 0 -1 16 0 0 0 0 0 18838560 18947056 38809600 140731530830824 140731530830939 140731530830939 140731530837967 0
[pid=788408/tid=788430] ppid=788405 vsize=1768360 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/788408/task/788430/stat : 788430 (fscip) S 788405 788408 786035 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 128813201 1810800640 214372 809668444160 4194304 16622685 140731530821728 0 0 0 0 0 2 1 0 0 -1 44 0 0 0 0 0 18838560 18947056 38809600 140731530830824 140731530830939 140731530830939 140731530837967 0
[pid=788408/tid=788431] ppid=788405 vsize=1768360 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/788408/task/788431/stat : 788431 (fscip) S 788405 788408 786035 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 128813201 1810800640 214372 809668444160 4194304 16622685 140731530821728 0 0 0 0 0 2 1 0 0 -1 56 0 0 0 0 0 18838560 18947056 38809600 140731530830824 140731530830939 140731530830939 140731530837967 0
[pid=788408/tid=788432] ppid=788405 vsize=1768360 memory=27932 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/788408/task/788432/stat : 788432 (fscip) S 788405 788408 786035 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 128813201 1810800640 214372 809668444160 4194304 16622685 140731530821728 0 0 0 0 0 2 1 0 0 -1 56 0 0 0 0 0 18838560 18947056 38809600 140731530830824 140731530830939 140731530830939 140731530837967 0
[pid=788408/tid=788433] ppid=788405 vsize=1768360 memory=3760 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/788408/task/788433/stat : 788433 (fscip) S 788405 788408 786035 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 128813201 1810800640 214372 809668444160 4194304 16622685 140731530821728 0 0 0 0 0 2 1 0 0 -1 52 0 0 0 0 0 18838560 18947056 38809600 140731530830824 140731530830939 140731530830939 140731530837967 0
[pid=788408/tid=788434] ppid=788405 vsize=1768360 memory=40392 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/788408/task/788434/stat : 788434 (fscip) S 788405 788408 786035 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 128813201 1810800640 214372 809668444160 4194304 16622685 140731530821728 0 0 0 0 0 2 1 0 0 -1 4 0 0 0 0 0 18838560 18947056 38809600 140731530830824 140731530830939 140731530830939 140731530837967 0
[pid=788408/tid=788435] ppid=788405 vsize=1768360 memory=8284 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/788408/task/788435/stat : 788435 (fscip) S 788405 788408 786035 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 128813201 1810800640 214372 809668444160 4194304 16622685 140731530821728 0 0 0 0 0 2 1 0 0 -1 60 0 0 0 0 0 18838560 18947056 38809600 140731530830824 140731530830939 140731530830939 140731530837967 0
[pid=788408/tid=788436] ppid=788405 vsize=1768360 memory=3312 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/788408/task/788436/stat : 788436 (fscip) S 788405 788408 786035 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 128813201 1810800640 214372 809668444160 4194304 16622685 140731530821728 0 0 0 0 0 2 1 0 0 -1 28 0 0 0 0 0 18838560 18947056 38809600 140731530830824 140731530830939 140731530830939 140731530837967 0
[pid=788408/tid=788437] ppid=788405 vsize=1768360 memory=5020 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/788408/task/788437/stat : 788437 (fscip) S 788405 788408 786035 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 128813201 1810800640 214372 809668444160 4194304 16622685 140731530821728 0 0 0 0 0 2 1 0 0 -1 28 0 0 0 0 0 18838560 18947056 38809600 140731530830824 140731530830939 140731530830939 140731530837967 0
[pid=788408/tid=788438] ppid=788405 vsize=1768360 memory=1228704 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/788408/task/788438/stat : 788438 (fscip) S 788405 788408 786035 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 128813201 1810800640 214372 809668444160 4194304 16622685 140731530821728 0 0 0 0 0 2 1 0 0 -1 72 0 0 0 0 0 18838560 18947056 38809600 140731530830824 140731530830939 140731530830939 140731530837967 0
[pid=788408/tid=788439] ppid=788405 vsize=1768360 memory=2692 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/788408/task/788439/stat : 788439 (fscip) S 788405 788408 786035 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 128813201 1810800640 214372 809668444160 4194304 16622685 140731530821728 0 0 0 0 0 2 1 0 0 -1 24 0 0 0 0 0 18838560 18947056 38809600 140731530830824 140731530830939 140731530830939 140731530837967 0
[pid=788408/tid=788440] ppid=788405 vsize=1768360 memory=4744 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/788408/task/788440/stat : 788440 (fscip) S 788405 788408 786035 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 128813201 1810800640 214372 809668444160 4194304 16622685 140731530821728 0 0 0 0 0 2 1 0 0 -1 40 0 0 0 0 0 18838560 18947056 38809600 140731530830824 140731530830939 140731530830939 140731530837967 0
[pid=788408/tid=788441] ppid=788405 vsize=1768360 memory=1251264 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/788408/task/788441/stat : 788441 (fscip) S 788405 788408 786035 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 128813201 1810800640 214372 809668444160 4194304 16622685 140731530821728 0 0 0 0 0 2 1 0 0 -1 24 0 0 0 0 0 18838560 18947056 38809600 140731530830824 140731530830939 140731530830939 140731530837967 0
[pid=788408/tid=788442] ppid=788405 vsize=1768360 memory=2768 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/788408/task/788442/stat : 788442 (fscip) S 788405 788408 786035 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 128813201 1810800640 214372 809668444160 4194304 16622685 140731530821728 0 0 0 0 0 2 1 0 0 -1 64 0 0 0 0 0 18838560 18947056 38809600 140731530830824 140731530830939 140731530830939 140731530837967 0
[pid=788408/tid=788443] ppid=788405 vsize=1768360 memory=4180 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/788408/task/788443/stat : 788443 (fscip) S 788405 788408 786035 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 128813201 1810800640 214372 809668444160 4194304 16622685 140731530821728 0 0 0 0 0 2 1 0 0 -1 16 0 0 0 0 0 18838560 18947056 38809600 140731530830824 140731530830939 140731530830939 140731530837967 0
[pid=788408/tid=788444] ppid=788405 vsize=1768360 memory=66620 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/788408/task/788444/stat : 788444 (fscip) S 788405 788408 786035 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 128813201 1810800640 214372 809668444160 4194304 16622685 140731530821728 0 0 0 0 0 2 1 0 0 -1 12 0 0 0 0 0 18838560 18947056 38809600 140731530830824 140731530830939 140731530830939 140731530837967 0
[pid=788408/tid=788445] ppid=788405 vsize=1768360 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/788408/task/788445/stat : 788445 (fscip) S 788405 788408 786035 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 128813201 1810800640 214372 809668444160 4194304 16622685 140731530821728 0 0 0 0 0 2 1 0 0 -1 12 0 0 0 0 0 18838560 18947056 38809600 140731530830824 140731530830939 140731530830939 140731530837967 0
[pid=788408/tid=788446] ppid=788405 vsize=1768360 memory=140398185941254 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/788408/task/788446/stat : 788446 (fscip) S 788405 788408 786035 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 128813201 1810800640 214372 809668444160 4194304 16622685 140731530821728 0 0 0 0 0 2 1 0 0 -1 36 0 0 0 0 0 18838560 18947056 38809600 140731530830824 140731530830939 140731530830939 140731530837967 0
[pid=788408/tid=788447] ppid=788405 vsize=1768360 memory=140398185941305 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/788408/task/788447/stat : 788447 (fscip) S 788405 788408 786035 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 128813201 1810800640 214372 809668444160 4194304 16622685 140731530821728 0 0 0 0 0 2 1 0 0 -1 36 0 0 0 0 0 18838560 18947056 38809600 140731530830824 140731530830939 140731530830939 140731530837967 0
[pid=788408/tid=788448] ppid=788405 vsize=1768360 memory=140398185941352 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/788408/task/788448/stat : 788448 (fscip) S 788405 788408 786035 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 128813201 1810800640 214372 809668444160 4194304 16622685 140731530821728 0 0 0 0 0 2 1 0 0 -1 0 0 0 0 0 0 18838560 18947056 38809600 140731530830824 140731530830939 140731530830939 140731530837967 0
[pid=788408/tid=788449] ppid=788405 vsize=1768360 memory=140398185941591 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/788408/task/788449/stat : 788449 (fscip) S 788405 788408 786035 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 128813201 1810800640 214372 809668444160 4194304 16622685 140731530821728 0 0 0 0 0 2 1 0 0 -1 32 0 0 0 0 0 18838560 18947056 38809600 140731530830824 140731530830939 140731530830939 140731530837967 0
Current children cumulated CPU time: 21.54 s
Current children cumulated vsize: 1768360 KiB
Current children cumulated memory: 857488 KiB

[startup+12.7009 s]
/proc/loadavg: 72.36 77.03 74.80 61/991 788451
/proc/meminfo: memFree=705497880/790760804 swapFree=131071996/131071996
[pid=788408] ppid=788405 vsize=1773784 memory=1206292 CPUtime=148.44 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/788408/stat : 788408 (fscip) S 788405 788408 786035 0 -1 1077936128 419893 0 0 0 14763 81 0 0 20 0 41 0 128812653 1816354816 301573 809668444160 4194304 16622685 140731530821728 0 0 0 0 0 2 0 0 0 17 68 0 0 0 0 0 18838560 18947056 38809600 140731530830824 140731530830939 140731530830939 140731530837967 0
/proc/788408/statm: 443446 301573 2982 3035 0 402769 0
[pid=788408/tid=788410] ppid=788405 vsize=1773784 memory=2268 CPUtime=7.16 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/788408/task/788410/stat : 788410 (fscip) R 788405 788408 786035 0 -1 4194368 20072 0 0 0 712 4 0 0 20 0 41 0 128813178 1816354816 301573 809668444160 4194304 16622685 140731530821728 0 0 0 0 0 2 0 0 0 -1 72 0 0 0 0 0 18838560 18947056 38809600 140731530830824 140731530830939 140731530830939 140731530837967 0
[pid=788408/tid=788411] ppid=788405 vsize=1773784 memory=16336 CPUtime=7.07 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/788408/task/788411/stat : 788411 (fscip) R 788405 788408 786035 0 -1 4194368 20422 0 0 0 704 3 0 0 20 0 41 0 128813178 1816354816 301573 809668444160 4194304 16622685 140731530821728 0 0 0 0 0 2 0 0 0 -1 76 0 0 0 0 0 18838560 18947056 38809600 140731530830824 140731530830939 140731530830939 140731530837967 0
[pid=788408/tid=788412] ppid=788405 vsize=1773784 memory=5472 CPUtime=7.16 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/788408/task/788412/stat : 788412 (fscip) R 788405 788408 786035 0 -1 4194368 15095 0 0 0 713 3 0 0 20 0 41 0 128813178 1816354816 301573 809668444160 4194304 16622685 140731530821728 0 0 0 0 0 2 0 0 0 -1 60 0 0 0 0 0 18838560 18947056 38809600 140731530830824 140731530830939 140731530830939 140731530837967 0

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

[pid=788408/tid=788421] ppid=788405 vsize=6788420 memory=38604 CPUtime=3547.47 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/788408/task/788421/stat : 788421 (fscip) R 788405 788408 786035 0 -1 4194368 1221709 0 0 0 353679 1068 0 0 20 0 41 0 128813178 6951342080 1397673 809668444160 4194304 16622685 140731530821728 0 0 0 0 0 2 0 0 0 -1 28 0 0 0 0 0 18838560 18947056 38809600 140731530830824 140731530830939 140731530830939 140731530837967 0
[pid=788408/tid=788422] ppid=788405 vsize=6788420 memory=33100 CPUtime=3545.38 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/788408/task/788422/stat : 788422 (fscip) R 788405 788408 786035 0 -1 4194368 1005850 0 0 0 354415 123 0 0 20 0 41 0 128813179 6951342080 1397673 809668444160 4194304 16622685 140731530821728 0 0 0 0 0 2 0 0 0 -1 8 0 0 0 0 0 18838560 18947056 38809600 140731530830824 140731530830939 140731530830939 140731530837967 0
[pid=788408/tid=788423] ppid=788405 vsize=6788420 memory=2244 CPUtime=3552.31 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/788408/task/788423/stat : 788423 (fscip) R 788405 788408 786035 0 -1 4194368 1254548 0 0 0 355089 142 0 0 20 0 41 0 128813179 6951342080 1397673 809668444160 4194304 16622685 140731530821728 0 0 0 0 0 2 0 0 0 -1 0 0 0 0 0 0 18838560 18947056 38809600 140731530830824 140731530830939 140731530830939 140731530837967 0
[pid=788408/tid=788424] ppid=788405 vsize=6788420 memory=19936 CPUtime=3554.25 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/788408/task/788424/stat : 788424 (fscip) R 788405 788408 786035 0 -1 4194368 988506 0 0 0 354568 857 0 0 20 0 41 0 128813179 6951342080 1397673 809668444160 4194304 16622685 140731530821728 0 0 0 0 0 2 0 0 0 -1 32 0 0 0 0 0 18838560 18947056 38809600 140731530830824 140731530830939 140731530830939 140731530837967 0
[pid=788408/tid=788425] ppid=788405 vsize=6788420 memory=104 CPUtime=3552.19 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/788408/task/788425/stat : 788425 (fscip) R 788405 788408 786035 0 -1 4194368 1228891 0 0 0 355065 154 0 0 20 0 41 0 128813179 6951342080 1397673 809668444160 4194304 16622685 140731530821728 0 0 0 0 0 2 0 0 0 -1 56 0 0 0 0 0 18838560 18947056 38809600 140731530830824 140731530830939 140731530830939 140731530837967 0
[pid=788408/tid=788426] ppid=788405 vsize=6788420 memory=2004 CPUtime=3548.67 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/788408/task/788426/stat : 788426 (fscip) R 788405 788408 786035 0 -1 4194368 1171504 0 0 0 354727 140 0 0 20 0 41 0 128813179 6951342080 1397673 809668444160 4194304 16622685 140731530821728 0 0 0 0 0 2 0 0 0 -1 36 0 0 0 0 0 18838560 18947056 38809600 140731530830824 140731530830939 140731530830939 140731530837967 0
[pid=788408/tid=788427] ppid=788405 vsize=6788420 memory=52544 CPUtime=3548.34 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/788408/task/788427/stat : 788427 (fscip) R 788405 788408 786035 0 -1 4194368 1175437 0 0 0 353842 992 0 0 20 0 41 0 128813179 6951342080 1397673 809668444160 4194304 16622685 140731530821728 0 0 0 0 0 2 0 0 0 -1 64 0 0 0 0 0 18838560 18947056 38809600 140731530830824 140731530830939 140731530830939 140731530837967 0
[pid=788408/tid=788428] ppid=788405 vsize=6788420 memory=28748 CPUtime=3552.07 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/788408/task/788428/stat : 788428 (fscip) R 788405 788408 786035 0 -1 4194368 1050532 0 0 0 355071 136 0 0 20 0 41 0 128813179 6951342080 1397673 809668444160 4194304 16622685 140731530821728 0 0 0 0 0 2 0 0 0 -1 20 0 0 0 0 0 18838560 18947056 38809600 140731530830824 140731530830939 140731530830939 140731530837967 0
[pid=788408/tid=788429] ppid=788405 vsize=6788420 memory=7384 CPUtime=3562.29 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/788408/task/788429/stat : 788429 (fscip) R 788405 788408 786035 0 -1 4194368 1288123 0 0 0 356076 153 0 0 20 0 41 0 128813179 6951342080 1397673 809668444160 4194304 16622685 140731530821728 0 0 0 0 0 2 0 0 0 -1 24 0 0 0 0 0 18838560 18947056 38809600 140731530830824 140731530830939 140731530830939 140731530837967 0
[pid=788408/tid=788430] ppid=788405 vsize=6788420 memory=30888 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/788408/task/788430/stat : 788430 (fscip) S 788405 788408 786035 0 -1 1077936192 142 0 0 0 2 0 0 0 20 0 41 0 128813201 6951342080 1397673 809668444160 4194304 16622685 140731530821728 0 0 0 0 0 2 1 0 0 -1 8 0 0 0 0 0 18838560 18947056 38809600 140731530830824 140731530830939 140731530830939 140731530837967 0
[pid=788408/tid=788431] ppid=788405 vsize=6788420 memory=27932 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/788408/task/788431/stat : 788431 (fscip) S 788405 788408 786035 0 -1 1077936192 130 0 0 0 2 0 0 0 20 0 41 0 128813201 6951342080 1397673 809668444160 4194304 16622685 140731530821728 0 0 0 0 0 2 1 0 0 -1 32 0 0 0 0 0 18838560 18947056 38809600 140731530830824 140731530830939 140731530830939 140731530837967 0
[pid=788408/tid=788432] ppid=788405 vsize=6788420 memory=3760 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/788408/task/788432/stat : 788432 (fscip) S 788405 788408 786035 0 -1 1077936192 153 0 0 0 2 0 0 0 20 0 41 0 128813201 6951342080 1397673 809668444160 4194304 16622685 140731530821728 0 0 0 0 0 2 1 0 0 -1 60 0 0 0 0 0 18838560 18947056 38809600 140731530830824 140731530830939 140731530830939 140731530837967 0
[pid=788408/tid=788433] ppid=788405 vsize=6788420 memory=40392 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/788408/task/788433/stat : 788433 (fscip) S 788405 788408 786035 0 -1 1077936192 148 0 0 0 2 0 0 0 20 0 41 0 128813201 6951342080 1397673 809668444160 4194304 16622685 140731530821728 0 0 0 0 0 2 1 0 0 -1 12 0 0 0 0 0 18838560 18947056 38809600 140731530830824 140731530830939 140731530830939 140731530837967 0
[pid=788408/tid=788434] ppid=788405 vsize=6788420 memory=8284 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/788408/task/788434/stat : 788434 (fscip) S 788405 788408 786035 0 -1 1077936192 141 0 0 0 2 0 0 0 20 0 41 0 128813201 6951342080 1397673 809668444160 4194304 16622685 140731530821728 0 0 0 0 0 2 1 0 0 -1 4 0 0 0 0 0 18838560 18947056 38809600 140731530830824 140731530830939 140731530830939 140731530837967 0
[pid=788408/tid=788435] ppid=788405 vsize=6788420 memory=3312 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/788408/task/788435/stat : 788435 (fscip) S 788405 788408 786035 0 -1 1077936192 92 0 0 0 2 0 0 0 20 0 41 0 128813201 6951342080 1397673 809668444160 4194304 16622685 140731530821728 0 0 0 0 0 2 1 0 0 -1 76 0 0 0 0 0 18838560 18947056 38809600 140731530830824 140731530830939 140731530830939 140731530837967 0
[pid=788408/tid=788436] ppid=788405 vsize=6788420 memory=2212 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/788408/task/788436/stat : 788436 (fscip) S 788405 788408 786035 0 -1 1077936192 145 0 0 0 2 0 0 0 20 0 41 0 128813201 6951342080 1397673 809668444160 4194304 16622685 140731530821728 0 0 0 0 0 2 1 0 0 -1 32 0 0 0 0 0 18838560 18947056 38809600 140731530830824 140731530830939 140731530830939 140731530837967 0
[pid=788408/tid=788437] ppid=788405 vsize=6788420 memory=1736 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/788408/task/788437/stat : 788437 (fscip) S 788405 788408 786035 0 -1 1077936192 149 0 0 0 0 1 0 0 20 0 41 0 128813201 6951342080 1397673 809668444160 4194304 16622685 140731530821728 0 0 0 0 0 2 1 0 0 -1 76 0 0 0 0 0 18838560 18947056 38809600 140731530830824 140731530830939 140731530830939 140731530837967 0
[pid=788408/tid=788438] ppid=788405 vsize=6788420 memory=19156 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/788408/task/788438/stat : 788438 (fscip) S 788405 788408 786035 0 -1 1077936192 145 0 0 0 2 0 0 0 20 0 41 0 128813201 6951342080 1397673 809668444160 4194304 16622685 140731530821728 0 0 0 0 0 2 1 0 0 -1 36 0 0 0 0 0 18838560 18947056 38809600 140731530830824 140731530830939 140731530830939 140731530837967 0
[pid=788408/tid=788439] ppid=788405 vsize=6788420 memory=28064 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/788408/task/788439/stat : 788439 (fscip) S 788405 788408 786035 0 -1 1077936192 151 0 0 0 2 0 0 0 20 0 41 0 128813201 6951342080 1397673 809668444160 4194304 16622685 140731530821728 0 0 0 0 0 2 1 0 0 -1 68 0 0 0 0 0 18838560 18947056 38809600 140731530830824 140731530830939 140731530830939 140731530837967 0
[pid=788408/tid=788440] ppid=788405 vsize=6788420 memory=32848 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/788408/task/788440/stat : 788440 (fscip) S 788405 788408 786035 0 -1 1077936192 147 0 0 0 2 0 0 0 20 0 41 0 128813201 6951342080 1397673 809668444160 4194304 16622685 140731530821728 0 0 0 0 0 2 1 0 0 -1 68 0 0 0 0 0 18838560 18947056 38809600 140731530830824 140731530830939 140731530830939 140731530837967 0
[pid=788408/tid=788441] ppid=788405 vsize=6788420 memory=28124 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/788408/task/788441/stat : 788441 (fscip) S 788405 788408 786035 0 -1 1077936192 129 0 0 0 2 0 0 0 20 0 41 0 128813201 6951342080 1397673 809668444160 4194304 16622685 140731530821728 0 0 0 0 0 2 1 0 0 -1 40 0 0 0 0 0 18838560 18947056 38809600 140731530830824 140731530830939 140731530830939 140731530837967 0
[pid=788408/tid=788442] ppid=788405 vsize=6788420 memory=33844 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/788408/task/788442/stat : 788442 (fscip) S 788405 788408 786035 0 -1 1077936192 129 0 0 0 2 0 0 0 20 0 41 0 128813201 6951342080 1397673 809668444160 4194304 16622685 140731530821728 0 0 0 0 0 2 1 0 0 -1 36 0 0 0 0 0 18838560 18947056 38809600 140731530830824 140731530830939 140731530830939 140731530837967 0
[pid=788408/tid=788443] ppid=788405 vsize=6788420 memory=52160 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/788408/task/788443/stat : 788443 (fscip) S 788405 788408 786035 0 -1 1077936192 127 0 0 0 0 2 0 0 20 0 41 0 128813201 6951342080 1397673 809668444160 4194304 16622685 140731530821728 0 0 0 0 0 2 1 0 0 -1 0 0 0 0 0 0 18838560 18947056 38809600 140731530830824 140731530830939 140731530830939 140731530837967 0
[pid=788408/tid=788444] ppid=788405 vsize=6788420 memory=7628 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/788408/task/788444/stat : 788444 (fscip) S 788405 788408 786035 0 -1 1077936192 136 0 0 0 2 0 0 0 20 0 41 0 128813201 6951342080 1397673 809668444160 4194304 16622685 140731530821728 0 0 0 0 0 2 1 0 0 -1 20 0 0 0 0 0 18838560 18947056 38809600 140731530830824 140731530830939 140731530830939 140731530837967 0
[pid=788408/tid=788445] ppid=788405 vsize=6788420 memory=18544 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/788408/task/788445/stat : 788445 (fscip) S 788405 788408 786035 0 -1 1077936192 128 0 0 0 2 0 0 0 20 0 41 0 128813201 6951342080 1397673 809668444160 4194304 16622685 140731530821728 0 0 0 0 0 2 1 0 0 -1 36 0 0 0 0 0 18838560 18947056 38809600 140731530830824 140731530830939 140731530830939 140731530837967 0
[pid=788408/tid=788446] ppid=788405 vsize=6788420 memory=20276 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/788408/task/788446/stat : 788446 (fscip) S 788405 788408 786035 0 -1 1077936192 145 0 0 0 2 0 0 0 20 0 41 0 128813201 6951342080 1397673 809668444160 4194304 16622685 140731530821728 0 0 0 0 0 2 1 0 0 -1 64 0 0 0 0 0 18838560 18947056 38809600 140731530830824 140731530830939 140731530830939 140731530837967 0
[pid=788408/tid=788447] ppid=788405 vsize=6788420 memory=5724 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/788408/task/788447/stat : 788447 (fscip) S 788405 788408 786035 0 -1 1077936192 149 0 0 0 0 2 0 0 20 0 41 0 128813201 6951342080 1397673 809668444160 4194304 16622685 140731530821728 0 0 0 0 0 2 1 0 0 -1 12 0 0 0 0 0 18838560 18947056 38809600 140731530830824 140731530830939 140731530830939 140731530837967 0
[pid=788408/tid=788448] ppid=788405 vsize=6788420 memory=11576 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/788408/task/788448/stat : 788448 (fscip) S 788405 788408 786035 0 -1 1077936192 136 0 0 0 2 0 0 0 20 0 41 0 128813201 6951342080 1397673 809668444160 4194304 16622685 140731530821728 0 0 0 0 0 2 1 0 0 -1 28 0 0 0 0 0 18838560 18947056 38809600 140731530830824 140731530830939 140731530830939 140731530837967 0
[pid=788408/tid=788449] ppid=788405 vsize=6788420 memory=13648 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/788408/task/788449/stat : 788449 (fscip) S 788405 788408 786035 0 -1 1077936192 142 0 0 0 2 0 0 0 20 0 41 0 128813201 6951342080 1397673 809668444160 4194304 16622685 140731530821728 0 0 0 0 0 2 1 0 0 -1 36 0 0 0 0 0 18838560 18947056 38809600 140731530830824 140731530830939 140731530830939 140731530837967 0
Current children cumulated CPU time: 71022.4 s
Current children cumulated vsize: 6788420 KiB
Current children cumulated memory: 5590692 KiB

[startup+3598 s]*
/proc/loadavg: 77.36 79.73 79.92 79/1022 790450
/proc/meminfo: memFree=696876220/790760804 swapFree=131071996/131071996
[pid=788408] ppid=788405 vsize=6788420 memory=5590692 CPUtime=71030.8 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/788408/stat : 788408 (fscip) S 788405 788408 786035 0 -1 1077936128 24049212 0 0 0 7095246 7830 0 0 20 0 41 0 128812653 6951342080 1397673 809668444160 4194304 16622685 140731530821728 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 18838560 18947056 38809600 140731530830824 140731530830939 140731530830939 140731530837967 0
/proc/788408/statm: 1697105 1397673 3350 3035 0 1565715 0
[pid=788408/tid=788410] ppid=788405 vsize=6788420 memory=-6298121786401930089 CPUtime=3553.65 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/788408/task/788410/stat : 788410 (fscip) R 788405 788408 786035 0 -1 4194368 1367078 0 0 0 355195 170 0 0 20 0 41 0 128813178 6951342080 1397673 809668444160 4194304 16622685 140731530821728 0 0 0 0 0 2 0 0 0 -1 4 0 0 0 0 0 18838560 18947056 38809600 140731530830824 140731530830939 140731530830939 140731530837967 0
[pid=788408/tid=788411] ppid=788405 vsize=6788420 memory=1736 CPUtime=3549.25 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/788408/task/788411/stat : 788411 (fscip) R 788405 788408 786035 0 -1 4194368 1014211 0 0 0 354802 123 0 0 20 0 41 0 128813178 6951342080 1397673 809668444160 4194304 16622685 140731530821728 0 0 0 0 0 2 0 0 0 -1 68 0 0 0 0 0 18838560 18947056 38809600 140731530830824 140731530830939 140731530830939 140731530837967 0
[pid=788408/tid=788412] ppid=788405 vsize=6788420 memory=19156 CPUtime=3549.24 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/788408/task/788412/stat : 788412 (fscip) R 788405 788408 786035 0 -1 4194368 1052129 0 0 0 353986 938 0 0 20 0 41 0 128813178 6951342080 1397673 809668444160 4194304 16622685 140731530821728 0 0 0 0 0 2 0 0 0 -1 40 0 0 0 0 0 18838560 18947056 38809600 140731530830824 140731530830939 140731530830939 140731530837967 0
[pid=788408/tid=788413] ppid=788405 vsize=6788420 memory=28064 CPUtime=3542.77 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/788408/task/788413/stat : 788413 (fscip) R 788405 788408 786035 0 -1 4194368 1257831 0 0 0 354123 154 0 0 20 0 41 0 128813178 6951342080 1397673 809668444160 4194304 16622685 140731530821728 0 0 0 0 0 2 0 0 0 -1 44 0 0 0 0 0 18838560 18947056 38809600 140731530830824 140731530830939 140731530830939 140731530837967 0
[pid=788408/tid=788414] ppid=788405 vsize=6788420 memory=-7091624347707613088 CPUtime=3552.79 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/788408/task/788414/stat : 788414 (fscip) R 788405 788408 786035 0 -1 4194368 1343987 0 0 0 355121 158 0 0 20 0 41 0 128813178 6951342080 1397673 809668444160 4194304 16622685 140731530821728 0 0 0 0 0 2 0 0 0 -1 28 0 0 0 0 0 18838560 18947056 38809600 140731530830824 140731530830939 140731530830939 140731530837967 0
[pid=788408/tid=788415] ppid=788405 vsize=6788420 memory=6944656592387989600 CPUtime=3540.41 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/788408/task/788415/stat : 788415 (fscip) R 788405 788408 786035 0 -1 4194368 1129365 0 0 0 353156 885 0 0 20 0 41 0 128813178 6951342080 1397673 809668444160 4194304 16622685 140731530821728 0 0 0 0 0 2 0 0 0 -1 12 0 0 0 0 0 18838560 18947056 38809600 140731530830824 140731530830939 140731530830939 140731530837967 0
[pid=788408/tid=788416] ppid=788405 vsize=6788420 memory=6944656592387989600 CPUtime=3556.83 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/788408/task/788416/stat : 788416 (fscip) R 788405 788408 786035 0 -1 4194368 1214079 0 0 0 355532 151 0 0 20 0 41 0 128813178 6951342080 1397673 809668444160 4194304 16622685 140731530821728 0 0 0 0 0 2 0 0 0 -1 72 0 0 0 0 0 18838560 18947056 38809600 140731530830824 140731530830939 140731530830939 140731530837967 0
[pid=788408/tid=788417] ppid=788405 vsize=6788420 memory=6944656575208382560 CPUtime=3545.23 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/788408/task/788417/stat : 788417 (fscip) R 788405 788408 786035 0 -1 4194368 1396296 0 0 0 354356 167 0 0 20 0 41 0 128813178 6951342080 1397673 809668444160 4194304 16622685 140731530821728 0 0 0 0 0 2 0 0 0 -1 16 0 0 0 0 0 18838560 18947056 38809600 140731530830824 140731530830939 140731530830939 140731530837967 0
[pid=788408/tid=788418] ppid=788405 vsize=6788420 memory=6944656575208382560 CPUtime=3550.49 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/788408/task/788418/stat : 788418 (fscip) R 788405 788408 786035 0 -1 4194368 1079022 0 0 0 354118 931 0 0 20 0 41 0 128813178 6951342080 1397673 809668444160 4194304 16622685 140731530821728 0 0 0 0 0 2 0 0 0 -1 20 0 0 0 0 0 18838560 18947056 38809600 140731530830824 140731530830939 140731530830939 140731530837967 0
[pid=788408/tid=788419] ppid=788405 vsize=6788420 memory=6656426216303648864 CPUtime=3551.79 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/788408/task/788419/stat : 788419 (fscip) R 788405 788408 786035 0 -1 4194368 1460187 0 0 0 355008 171 0 0 20 0 41 0 128813178 6951342080 1397673 809668444160 4194304 16622685 140731530821728 0 0 0 0 0 2 0 0 0 -1 32 0 0 0 0 0 18838560 18947056 38809600 140731530830824 140731530830939 140731530830939 140731530837967 0
[pid=788408/tid=788420] ppid=788405 vsize=6788420 memory=6008763247177393764 CPUtime=3564.42 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/788408/task/788420/stat : 788420 (fscip) R 788405 788408 786035 0 -1 4194368 1303242 0 0 0 356296 146 0 0 20 0 41 0 128813178 6951342080 1397673 809668444160 4194304 16622685 140731530821728 0 0 0 0 0 2 0 0 0 -1 48 0 0 0 0 0 18838560 18947056 38809600 140731530830824 140731530830939 140731530830939 140731530837967 0
[pid=788408/tid=788421] ppid=788405 vsize=6788420 memory=11524 CPUtime=3547.89 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/788408/task/788421/stat : 788421 (fscip) R 788405 788408 786035 0 -1 4194368 1223450 0 0 0 353720 1069 0 0 20 0 41 0 128813178 6951342080 1397673 809668444160 4194304 16622685 140731530821728 0 0 0 0 0 2 0 0 0 -1 36 0 0 0 0 0 18838560 18947056 38809600 140731530830824 140731530830939 140731530830939 140731530837967 0
[pid=788408/tid=788422] ppid=788405 vsize=6788420 memory=6720665428576191087 CPUtime=3545.8 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/788408/task/788422/stat : 788422 (fscip) R 788405 788408 786035 0 -1 4194368 1006629 0 0 0 354456 124 0 0 20 0 41 0 128813179 6951342080 1397673 809668444160 4194304 16622685 140731530821728 0 0 0 0 0 2 0 0 0 -1 56 0 0 0 0 0 18838560 18947056 38809600 140731530830824 140731530830939 140731530830939 140731530837967 0
[pid=788408/tid=788423] ppid=788405 vsize=6788420 memory=11576 CPUtime=3552.74 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/788408/task/788423/stat : 788423 (fscip) R 788405 788408 786035 0 -1 4194368 1255491 0 0 0 355131 143 0 0 20 0 41 0 128813179 6951342080 1397673 809668444160 4194304 16622685 140731530821728 0 0 0 0 0 2 0 0 0 -1 60 0 0 0 0 0 18838560 18947056 38809600 140731530830824 140731530830939 140731530830939 140731530837967 0
[pid=788408/tid=788424] ppid=788405 vsize=6788420 memory=13648 CPUtime=3554.67 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/788408/task/788424/stat : 788424 (fscip) R 788405 788408 786035 0 -1 1077936192 988825 0 0 0 354609 858 0 0 20 0 41 0 128813179 6951342080 1397673 809668444160 4194304 16622685 140731530821728 0 0 0 0 0 2 0 0 0 -1 32 0 0 0 0 0 18838560 18947056 38809600 140731530830824 140731530830939 140731530830939 140731530837967 0
[pid=788408/tid=788425] ppid=788405 vsize=6788420 memory=11436 CPUtime=3552.61 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/788408/task/788425/stat : 788425 (fscip) R 788405 788408 786035 0 -1 4194368 1229704 0 0 0 355106 155 0 0 20 0 41 0 128813179 6951342080 1397673 809668444160 4194304 16622685 140731530821728 0 0 0 0 0 2 0 0 0 -1 24 0 0 0 0 0 18838560 18947056 38809600 140731530830824 140731530830939 140731530830939 140731530837967 0
[pid=788408/tid=788426] ppid=788405 vsize=6788420 memory=11524 CPUtime=3549.09 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/788408/task/788426/stat : 788426 (fscip) R 788405 788408 786035 0 -1 4194368 1172189 0 0 0 354768 141 0 0 20 0 41 0 128813179 6951342080 1397673 809668444160 4194304 16622685 140731530821728 0 0 0 0 0 2 0 0 0 -1 0 0 0 0 0 0 18838560 18947056 38809600 140731530830824 140731530830939 140731530830939 140731530837967 0
[pid=788408/tid=788427] ppid=788405 vsize=6788420 memory=11520 CPUtime=3548.76 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/788408/task/788427/stat : 788427 (fscip) R 788405 788408 786035 0 -1 4194368 1176037 0 0 0 353884 992 0 0 20 0 41 0 128813179 6951342080 1397673 809668444160 4194304 16622685 140731530821728 0 0 0 0 0 2 0 0 0 -1 64 0 0 0 0 0 18838560 18947056 38809600 140731530830824 140731530830939 140731530830939 140731530837967 0
[pid=788408/tid=788428] ppid=788405 vsize=6788420 memory=11520 CPUtime=3552.49 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/788408/task/788428/stat : 788428 (fscip) R 788405 788408 786035 0 -1 4194368 1051299 0 0 0 355113 136 0 0 20 0 41 0 128813179 6951342080 1397673 809668444160 4194304 16622685 140731530821728 0 0 0 0 0 2 0 0 0 -1 8 0 0 0 0 0 18838560 18947056 38809600 140731530830824 140731530830939 140731530830939 140731530837967 0
[pid=788408/tid=788429] ppid=788405 vsize=6788420 memory=2652 CPUtime=3562.7 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/788408/task/788429/stat : 788429 (fscip) R 788405 788408 786035 0 -1 4194368 1288879 0 0 0 356117 153 0 0 20 0 41 0 128813179 6951342080 1397673 809668444160 4194304 16622685 140731530821728 0 0 0 0 0 2 0 0 0 -1 52 0 0 0 0 0 18838560 18947056 38809600 140731530830824 140731530830939 140731530830939 140731530837967 0
[pid=788408/tid=788430] ppid=788405 vsize=6788420 memory=6728 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/788408/task/788430/stat : 788430 (fscip) S 788405 788408 786035 0 -1 1077936192 142 0 0 0 2 0 0 0 20 0 41 0 128813201 6951342080 1397673 809668444160 4194304 16622685 140731530821728 0 0 0 0 0 2 1 0 0 -1 8 0 0 0 0 0 18838560 18947056 38809600 140731530830824 140731530830939 140731530830939 140731530837967 0
[pid=788408/tid=788431] ppid=788405 vsize=6788420 memory=7076328 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/788408/task/788431/stat : 788431 (fscip) S 788405 788408 786035 0 -1 1077936192 130 0 0 0 2 0 0 0 20 0 41 0 128813201 6951342080 1397673 809668444160 4194304 16622685 140731530821728 0 0 0 0 0 2 1 0 0 -1 32 0 0 0 0 0 18838560 18947056 38809600 140731530830824 140731530830939 140731530830939 140731530837967 0
[pid=788408/tid=788432] ppid=788405 vsize=6788420 memory=2692 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/788408/task/788432/stat : 788432 (fscip) S 788405 788408 786035 0 -1 1077936192 153 0 0 0 2 0 0 0 20 0 41 0 128813201 6951342080 1397673 809668444160 4194304 16622685 140731530821728 0 0 0 0 0 2 1 0 0 -1 60 0 0 0 0 0 18838560 18947056 38809600 140731530830824 140731530830939 140731530830939 140731530837967 0
[pid=788408/tid=788433] ppid=788405 vsize=6788420 memory=6712 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/788408/task/788433/stat : 788433 (fscip) S 788405 788408 786035 0 -1 1077936192 148 0 0 0 2 0 0 0 20 0 41 0 128813201 6951342080 1397673 809668444160 4194304 16622685 140731530821728 0 0 0 0 0 2 1 0 0 -1 12 0 0 0 0 0 18838560 18947056 38809600 140731530830824 140731530830939 140731530830939 140731530837967 0
[pid=788408/tid=788434] ppid=788405 vsize=6788420 memory=5770660 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/788408/task/788434/stat : 788434 (fscip) S 788405 788408 786035 0 -1 1077936192 141 0 0 0 2 0 0 0 20 0 41 0 128813201 6951342080 1397673 809668444160 4194304 16622685 140731530821728 0 0 0 0 0 2 1 0 0 -1 4 0 0 0 0 0 18838560 18947056 38809600 140731530830824 140731530830939 140731530830939 140731530837967 0
[pid=788408/tid=788435] ppid=788405 vsize=6788420 memory=40392 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/788408/task/788435/stat : 788435 (fscip) S 788405 788408 786035 0 -1 1077936192 92 0 0 0 2 0 0 0 20 0 41 0 128813201 6951342080 1397673 809668444160 4194304 16622685 140731530821728 0 0 0 0 0 2 1 0 0 -1 76 0 0 0 0 0 18838560 18947056 38809600 140731530830824 140731530830939 140731530830939 140731530837967 0
[pid=788408/tid=788436] ppid=788405 vsize=6788420 memory=8284 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/788408/task/788436/stat : 788436 (fscip) S 788405 788408 786035 0 -1 1077936192 145 0 0 0 2 0 0 0 20 0 41 0 128813201 6951342080 1397673 809668444160 4194304 16622685 140731530821728 0 0 0 0 0 2 1 0 0 -1 32 0 0 0 0 0 18838560 18947056 38809600 140731530830824 140731530830939 140731530830939 140731530837967 0
[pid=788408/tid=788437] ppid=788405 vsize=6788420 memory=3312 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/788408/task/788437/stat : 788437 (fscip) S 788405 788408 786035 0 -1 1077936192 149 0 0 0 0 1 0 0 20 0 41 0 128813201 6951342080 1397673 809668444160 4194304 16622685 140731530821728 0 0 0 0 0 2 1 0 0 -1 76 0 0 0 0 0 18838560 18947056 38809600 140731530830824 140731530830939 140731530830939 140731530837967 0
[pid=788408/tid=788438] ppid=788405 vsize=6788420 memory=6720665428576191087 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/788408/task/788438/stat : 788438 (fscip) S 788405 788408 786035 0 -1 1077936192 145 0 0 0 2 0 0 0 20 0 41 0 128813201 6951342080 1397673 809668444160 4194304 16622685 140731530821728 0 0 0 0 0 2 1 0 0 -1 36 0 0 0 0 0 18838560 18947056 38809600 140731530830824 140731530830939 140731530830939 140731530837967 0
[pid=788408/tid=788439] ppid=788405 vsize=6788420 memory=1736 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/788408/task/788439/stat : 788439 (fscip) S 788405 788408 786035 0 -1 1077936192 151 0 0 0 2 0 0 0 20 0 41 0 128813201 6951342080 1397673 809668444160 4194304 16622685 140731530821728 0 0 0 0 0 2 1 0 0 -1 68 0 0 0 0 0 18838560 18947056 38809600 140731530830824 140731530830939 140731530830939 140731530837967 0
[pid=788408/tid=788440] ppid=788405 vsize=6788420 memory=19156 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/788408/task/788440/stat : 788440 (fscip) S 788405 788408 786035 0 -1 1077936192 148 0 0 0 2 0 0 0 20 0 41 0 128813201 6951342080 1397673 809668444160 4194304 16622685 140731530821728 0 0 0 0 0 2 1 0 0 -1 68 0 0 0 0 0 18838560 18947056 38809600 140731530830824 140731530830939 140731530830939 140731530837967 0
[pid=788408/tid=788441] ppid=788405 vsize=6788420 memory=28064 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/788408/task/788441/stat : 788441 (fscip) S 788405 788408 786035 0 -1 1077936192 129 0 0 0 2 0 0 0 20 0 41 0 128813201 6951342080 1397673 809668444160 4194304 16622685 140731530821728 0 0 0 0 0 2 1 0 0 -1 40 0 0 0 0 0 18838560 18947056 38809600 140731530830824 140731530830939 140731530830939 140731530837967 0
[pid=788408/tid=788442] ppid=788405 vsize=6788420 memory=32848 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/788408/task/788442/stat : 788442 (fscip) S 788405 788408 786035 0 -1 1077936192 129 0 0 0 2 0 0 0 20 0 41 0 128813201 6951342080 1397673 809668444160 4194304 16622685 140731530821728 0 0 0 0 0 2 1 0 0 -1 36 0 0 0 0 0 18838560 18947056 38809600 140731530830824 140731530830939 140731530830939 140731530837967 0
[pid=788408/tid=788443] ppid=788405 vsize=6788420 memory=7140 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/788408/task/788443/stat : 788443 (fscip) S 788405 788408 786035 0 -1 1077936192 127 0 0 0 0 2 0 0 20 0 41 0 128813201 6951342080 1397673 809668444160 4194304 16622685 140731530821728 0 0 0 0 0 2 1 0 0 -1 0 0 0 0 0 0 18838560 18947056 38809600 140731530830824 140731530830939 140731530830939 140731530837967 0
[pid=788408/tid=788444] ppid=788405 vsize=6788420 memory=36328 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/788408/task/788444/stat : 788444 (fscip) S 788405 788408 786035 0 -1 1077936192 136 0 0 0 2 0 0 0 20 0 41 0 128813201 6951342080 1397673 809668444160 4194304 16622685 140731530821728 0 0 0 0 0 2 1 0 0 -1 20 0 0 0 0 0 18838560 18947056 38809600 140731530830824 140731530830939 140731530830939 140731530837967 0
[pid=788408/tid=788445] ppid=788405 vsize=6788420 memory=6796 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/788408/task/788445/stat : 788445 (fscip) S 788405 788408 786035 0 -1 1077936192 128 0 0 0 2 0 0 0 20 0 41 0 128813201 6951342080 1397673 809668444160 4194304 16622685 140731530821728 0 0 0 0 0 2 1 0 0 -1 36 0 0 0 0 0 18838560 18947056 38809600 140731530830824 140731530830939 140731530830939 140731530837967 0
[pid=788408/tid=788446] ppid=788405 vsize=6788420 memory=20456 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/788408/task/788446/stat : 788446 (fscip) S 788405 788408 786035 0 -1 1077936192 145 0 0 0 2 0 0 0 20 0 41 0 128813201 6951342080 1397673 809668444160 4194304 16622685 140731530821728 0 0 0 0 0 2 1 0 0 -1 64 0 0 0 0 0 18838560 18947056 38809600 140731530830824 140731530830939 140731530830939 140731530837967 0
[pid=788408/tid=788447] ppid=788405 vsize=6788420 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/788408/task/788447/stat : 788447 (fscip) S 788405 788408 786035 0 -1 1077936192 149 0 0 0 0 2 0 0 20 0 41 0 128813201 6951342080 1397673 809668444160 4194304 16622685 140731530821728 0 0 0 0 0 2 1 0 0 -1 12 0 0 0 0 0 18838560 18947056 38809600 140731530830824 140731530830939 140731530830939 140731530837967 0
[pid=788408/tid=788448] ppid=788405 vsize=6788420 memory=5590692 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/788408/task/788448/stat : 788448 (fscip) S 788405 788408 786035 0 -1 1077936192 136 0 0 0 2 0 0 0 20 0 41 0 128813201 6951342080 1397673 809668444160 4194304 16622685 140731530821728 0 0 0 0 0 2 1 0 0 -1 28 0 0 0 0 0 18838560 18947056 38809600 140731530830824 140731530830939 140731530830939 140731530837967 0
[pid=788408/tid=788449] ppid=788405 vsize=6788420 memory=6720665428576191087 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/788408/task/788449/stat : 788449 (fscip) S 788405 788408 786035 0 -1 1077936192 142 0 0 0 2 0 0 0 20 0 41 0 128813201 6951342080 1397673 809668444160 4194304 16622685 140731530821728 0 0 0 0 0 2 1 0 0 -1 36 0 0 0 0 0 18838560 18947056 38809600 140731530830824 140731530830939 140731530830939 140731530837967 0
Current children cumulated CPU time: 71030.8 s
Current children cumulated vsize: 6788420 KiB
Current children cumulated memory: 5590692 KiB

[startup+3598.2 s]*
/proc/loadavg: 77.36 79.73 79.92 62/983 790450
/proc/meminfo: memFree=699979404/790760804 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): 3598.3
CPU time (s): 71032
CPU user time (s): 70953.4
CPU system time (s): 78.6032
CPU usage (%): 1974.04
Max. virtual memory (cumulated for all children) (KiB): 6788420
Max. memory (cumulated for all children) (KiB): 5598132

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 70953.4
system time used= 78.6032
maximum resident set size= 5598396
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 24155071
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= 186217
involuntary context switches= 336262


# summary of solver processes directly reported to runsolver:
#   pid: 788408
#   total CPU time (s): 71032
#   total CPU user time (s): 70953.4
#   total CPU system time (s): 78.6032

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 27.8848 second user time and 82.9569 second system time

The end

Launcher Data

Begin job on nodeD102 at 2024-08-14 09:58:20
IDJOB=4469037
IDBENCH=158357
IDSOLVER=3099
FILE ID=nodeD102/4469037-1723622300
RUNJOBID= nodeD102-1723618696-786045
SLURM_JOB_ID= 8267909
Free space on /tmp= 8588220 MiB

SOLVER NAME= FiberSCIP 20 cores, 2024-08-12
BENCH NAME= PB24/normalized-PB12/DEC-LIN/sroussel/ShortestPathTate/normalized-TateBritain_K81.opb
COMMAND LINE= fscip settings/racing.prm BENCHNAME -qsol -t 3600 -sth NBCORE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4469037-1723622300/watcher-4469037-1723622300 -o /tmp/evaluation-result-4469037-1723622300/solver-4469037-1723622300 -C 72000 -W 3700 -M 195000 --bin-var /tmp/runsolver-exch-nodeD102-1723618696-786045 --watchdog 3760  fscip settings/racing.prm HOME/instance-4469037-1723622300.opb -qsol -t 3600 -sth 20

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

MD5SUM BENCH= a76247625d06f26dbfcd47fe69513f4b
RANDOM SEED=1524252276

nodeD102.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		: 2175.768
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		: 3199.999
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	: 5005.95
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		: 1000.317
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	: 5005.96
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		: 3200.000
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	: 5005.94
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		: 2152.047
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		: 3200.000
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	: 5005.95
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		: 1001.092
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	: 5005.96
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		: 3199.999
cache size	: 28160 KB
physical id	: 3
siblings	: 20
core id		: 4
cpu cores	: 20
apicid		: 200
initial apicid	: 200
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts 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	: 5005.94
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		: 2649.682
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		: 3200.000
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	: 5005.95
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		: 1000.648
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	: 5005.96
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		: 3200.000
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	: 5005.94
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		: 3302.766
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		: 3199.999
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	: 5005.95
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		: 1000.448
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	: 5005.96
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		: 3199.999
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	: 5005.94
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		: 2657.127
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		: 3199.999
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	: 5005.95
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		: 1000.856
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	: 5005.96
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		: 3199.999
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	: 5005.94
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		: 2784.019
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		: 3200.000
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	: 5005.95
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		: 1000.441
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	: 5005.96
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		: 3199.999
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	: 5005.94
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		: 2650.717
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		: 3200.000
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	: 5005.95
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		: 1000.442
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	: 5005.96
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		: 3200.000
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	: 5005.94
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		: 1484.381
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		: 3199.999
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	: 5005.95
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		: 1001.373
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	: 5005.96
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		: 3200.000
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	: 5005.94
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		: 3353.666
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		: 3199.999
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	: 5005.95
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		: 1000.129
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	: 5005.96
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		: 3199.999
cache size	: 28160 KB
physical id	: 3
siblings	: 20
core id		: 9
cpu cores	: 20
apicid		: 210
initial apicid	: 210
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts 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	: 5005.94
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		: 3598.639
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		: 3199.999
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	: 5005.95
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		: 1000.787
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	: 5005.96
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.000
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	: 5005.94
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		: 3073.699
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		: 3199.999
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	: 5005.95
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		: 1001.511
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	: 5005.96
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		: 3199.999
cache size	: 28160 KB
physical id	: 3
siblings	: 20
core id		: 16
cpu cores	: 20
apicid		: 224
initial apicid	: 224
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts 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	: 5005.94
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		: 3252.415
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		: 3199.999
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	: 5005.95
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		: 1000.323
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	: 5005.96
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		: 3199.999
cache size	: 28160 KB
physical id	: 3
siblings	: 20
core id		: 20
cpu cores	: 20
apicid		: 232
initial apicid	: 232
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts 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	: 5005.94
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		: 3555.127
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		: 3199.999
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	: 5005.95
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		: 1000.192
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	: 5005.96
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		: 3200.000
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	: 5005.94
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		: 2670.183
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		: 3200.000
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	: 5005.95
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		: 1000.389
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	: 5005.96
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.000
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	: 5005.94
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		: 2655.790
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		: 3199.999
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	: 5005.95
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		: 1000.592
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	: 5005.96
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		: 3199.999
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	: 5005.94
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		: 2661.633
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		: 3199.999
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	: 5005.95
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		: 1000.448
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	: 5005.96
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		: 3199.999
cache size	: 28160 KB
physical id	: 3
siblings	: 20
core id		: 28
cpu cores	: 20
apicid		: 248
initial apicid	: 248
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts 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	: 5005.94
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		: 2551.555
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		: 3200.000
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	: 5005.95
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		: 1000.434
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	: 5005.96
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		: 3200.000
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	: 5005.94
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		: 1124.282
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		: 3199.999
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	: 5005.95
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		: 1000.267
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	: 5005.96
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		: 3200.000
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	: 5005.94
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		: 2611.051
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		: 3200.000
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	: 5005.95
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		: 1000.255
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	: 5005.96
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.000
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	: 5005.94
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		: 2193.671
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		: 3200.000
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	: 5005.95
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		: 1290.918
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	: 5005.96
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		: 3200.000
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	: 5005.94
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       790760804 kB
MemFree:        707454112 kB
MemAvailable:   776509668 kB
Buffers:         1276824 kB
Cached:         70536932 kB
SwapCached:            0 kB
Active:          9636004 kB
Inactive:       68998636 kB
Active(anon):       2268 kB
Inactive(anon):  6857020 kB
Active(file):    9633736 kB
Inactive(file): 62141616 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:             87244 kB
Writeback:             0 kB
AnonPages:       6814740 kB
Mapped:           138896 kB
Shmem:             38920 kB
KReclaimable:    1399460 kB
Slab:            1952680 kB
SReclaimable:    1399460 kB
SUnreclaim:       553220 kB
KernelStack:       16320 kB
PageTables:        24020 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    526452396 kB
Committed_AS:    2165176 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:          1145856 kB
HardwareCorrupted:     0 kB
AnonHugePages:    356352 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:     1286144 kB
DirectMap2M:    251918336 kB
DirectMap1G:    552599552 kB

Free space on /tmp at the end= 8588188 MiB
End job on nodeD102 at 2024-08-14 10:58:19