Trace number 4465184

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
FiberSCIP 20 cores, 2024-07-30? (TO) 72002.7 3637.72

General information on the benchmark

NamePB24/normalized-PB06/OPT-LIN/submitted-PB05/
sorensson/garden/normalized-g100x100.opb
MD5SUM908a9c4c32d975b4e5850834449958a7
Bench CategoryOPT-LIN (optimization problem, linear constraints, no OPT/UNSAT certificate)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark2076
Best CPU time to get the best result obtained on this benchmark3558.01
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables10000
Total number of constraints10000
Number of constraints which are clauses10000
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint3
Maximum length of a constraint5
Number of terms in the objective function 10000
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 10000
Number of bits of the sum of numbers in the objective function 14
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 10000
Number of bits of the biggest sum of numbers14
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.00	c The following solver is parallelized by UG version 1.0.0 [GitHash: e6e2b6ff-dirty]
0.00/0.00	c SCIP version 10.0.0 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: Soplex 7.1.1] [GitHash: 020d91813d]
0.00/0.00	c Copyright (c) 2002-2024 Zuse Institute Berlin (ZIB)
0.00/0.00	c External libraries: 
0.00/0.00	c   Soplex 7.1.1         Linear Programming Solver developed at Zuse Institute Berlin (soplex.zib.de) [GitHash: b4905e82]
0.00/0.00	c   CppAD 20180000.0     Algorithmic Differentiation of C++ algorithms developed by B. Bell (github.com/coin-or/CppAD)
0.00/0.00	c   AMPL/MP 690e9e7      AMPL .nl file reader library (github.com/ampl/mp)
0.00/0.00	c   PaPILO 2.4.0         parallel presolve for integer and linear optimization (github.com/scipopt/papilo)
0.00/0.00	c   Nauty 2.8.8          Computing Graph Automorphism Groups by Brendan D. McKay (users.cecs.anu.edu.au/~bdm/nauty)
0.00/0.00	c   sassy 1.1            Symmetry preprocessor by Markus Anders (github.com/markusa4/sassy)
0.00/0.05	c Default LC presolving (default).
0.00/0.05	c ** Before presolving: virtualMemUsedAtLc = 61202432, getVmSize() = 61202432, SCIPgetMemUsed() = 34862061, SCIPgetMemTotal() = 38410701, SCIPgetMemExternEstim() = 18702401
0.00/0.05	c ** set memory limit for presolving in LC to 8.7959e+12 for SCIP **
0.10/0.20	c ** Estimated virtualMemUsedAtSolver = 102640142, getVmSize() = 162308096, SCIPgetMemUsed() = 99542092, SCIPgetMemTotal() = 135257812, SCIPgetMemExternEstim() = 18702401
0.10/0.20	c ** set memory limit for solvers to 4.18829e+11 for each SCIP **
0.10/0.20	c Original Problem   :
0.10/0.20	c   Problem name     : instance-4465184-1722446193
0.10/0.20	c   Variables        : 10000 (10000 binary, 0 integer, 0 implicit integer, 0 continuous)
0.10/0.20	c   Constraints      : 10000
0.10/0.20	c   Objective sense  : minimize
0.10/0.20	c Presolved Problem  :
0.10/0.20	c   Variables        : 10000 (10000 binary, 0 integer, 0 implicit integer, 0 continuous)
0.10/0.20	c   Constraints      : 10000
0.10/0.20	c Constraints        : Number
0.10/0.20	c   logicor          : 10000 
0.10/0.20	c ** Instance transfer method used: 0
0.10/0.22	c ** ParaScipInstance copy does not increase the number of variables. **
0.61/0.63	c LC is working with racing ramp-up and with rebuilding tree after racing.
0.61/0.63	c                                Nodes    Active                                            
0.61/0.63	c      Time          Nodes        Left   Solvers     Best Integer        Best Node        Gap     Best Node(S)     Gap(S)
5.40/0.98	c *       1              0           1        20        2535.0000                -          -
88.19/5.16	c         5             41          42        20        2535.0000           1.0000          -
190.16/10.36	c        10            203         202        20        2535.0000           1.0000          -
296.67/15.72	c        16           1050           0        20        2535.0000           1.0000          -
397.41/20.85	c        21           1811         761        20        2535.0000           1.0000          -
500.88/26.05	c        26           4431        3381        20        2535.0000           1.0000          -
599.89/31.11	c        31           7452        6402        20        2535.0000           1.0000          -
700.55/36.18	c        36           8100        6838        20        2535.0000           1.0000          -
802.74/41.35	c        41           9188         879        20        2535.0000           1.0000          -
901.72/46.38	c        46          10330        2021        20        2535.0000           1.0000          -
1002.63/51.45	c        51          11880        3571        20        2535.0000           1.0000          -
1103.57/56.54	c        57          11176        2921        20        2535.0000           1.0000          -
1204.51/61.62	c        62          13736        5481        20        2535.0000           1.0000          -
1309.34/66.95	c        67          14934        6285        20        2535.0000           1.0000          -
1410.83/72.03	c        72          15637         621        20        2535.0000           1.0000          -
1509.67/77.11	c        77          16477        1461        20        2535.0000           1.0000          -
1610.60/82.18	c        82          17710        2694        20        2535.0000           1.0000          -
1710.81/87.23	c        87          19757        4741        20        2535.0000           1.0000          -
1817.62/92.62	c        93          21303        6041        20        2535.0000           1.0000          -
1920.53/97.88	c        98          21906        6038        20        2535.0000           1.0000          -
2021.28/102.99	c       103          23770        1861        20        2535.0000           1.0000          -
2124.78/108.13	c       108          25170        3261        20        2535.0000           1.0000          -
2225.11/113.25	c       113          27854        5812        20        2535.0000           1.0000          -
2325.92/118.31	c       118          28393        5795        20        2535.0000           1.0000          -
2426.92/123.42	c       123          28909        5791        20        2535.0000           1.0000          -
2525.88/128.49	c       128          29152        5791        20        2535.0000           1.0000          -
2637.31/134.10	c       134          29152        5791        20        2535.0000           1.0000          -
2739.35/139.22	c       139          29303        5888        20        2535.0000           1.0000          -
2838.20/144.27	c       144          29357        5906        20        2535.0000           1.0000          -
2937.16/149.27	c       149          30121         741        20        2535.0000           1.0000          -
3038.12/154.33	c       154          31021        1641        20        2535.0000           1.0000          -
3138.96/159.42	c       159          32368        2988        20        2535.0000           1.0000          -
3239.95/164.53	c       165          35221        5741        20        2535.0000           1.0000          -
3340.83/169.63	c       170          35758        5738        20        2535.0000           1.0000          -
3441.82/174.71	c       175          36316        5736        20        2535.0000           1.0000          -
3540.87/179.79	c       180          36873        5732        20        2535.0000           1.0000          -
3643.83/184.94	c       185          37390        5730        20        2535.0000           1.0000          -
3748.57/190.27	c       190          37999        5646        20        2535.0000           1.0000          -
3859.48/195.85	c       196          37999        5646        20        2535.0000           1.0000          -
4087.21/207.38	c       207          37999        5646        20        2535.0000           1.0000          -
4192.16/212.62	c       213          37999        5646        20        2535.0000           1.0000          -
4293.17/217.77	c       218          37999        5646        20        2535.0000           1.0000          -
4393.99/222.82	c       223          38350        5765        20        2535.0000           1.0000          -
4494.96/227.95	c       228          38911         901        20        2535.0000           1.0000          -
4593.93/233.01	c       233          39908        1898        20        2535.0000           1.0000          -
4695.50/238.08	c       238          40110        1730        20        2535.0000           1.0000          -
4796.59/243.14	c       243          43568        5368        20        2535.0000           1.0000          -
4896.71/248.24	c       248          44369        5499        20        2535.0000           1.0000          -
4997.78/253.35	c       253          44891        5495        20        2535.0000           1.0000          -
5098.82/258.40	c       258          45431        5486        20        2535.0000           1.0000          -
5199.89/263.54	c       264          45968        5481        20        2535.0000           1.0000          -
5300.93/268.62	c       269          46493        5478        20        2535.0000           1.0000          -
5403.92/273.82	c       274          46957        5474        20        2535.0000           1.0000          -
5502.85/278.89	c       279          47437        5471        20        2535.0000           1.0000          -
5603.92/283.99	c       284          48066        5689        20        2535.0000           1.0000          -
5707.51/289.15	c       289          48576        5689        20        2535.0000           1.0000          -
5807.76/294.26	c       294          49051        5687        20        2535.0000           1.0000          -
5908.72/299.35	c       299          49535        5689        20        2535.0000           1.0000          -
6025.37/305.20	c       305          49862        5463        20        2535.0000           1.0000          -
6126.03/310.31	c       310          49862        5463        20        2535.0000           1.0000          -
6227.06/315.50	c       316          49862        5463        20        2535.0000           1.0000          -
6330.04/320.60	c       321          49862        5463        20        2535.0000           1.0000          -
7786.77/394.19	c       394          49862        5463        20        2535.0000           1.0000          -
7893.10/399.56	c       400          49862        5463        20        2535.0000           1.0000          -
7994.19/404.67	c       405          49862        5463        20        2535.0000           1.0000          -
8095.27/409.76	c       410          49862        5463        20        2535.0000           1.0000          -
8196.35/414.84	c       415          49862        5463        20        2535.0000           1.0000          -
8295.39/419.85	c       420          49862        5463        20        2535.0000           1.0000          -
8396.51/425.00	c       425          50322        5711        20        2535.0000           1.0000          -
8498.42/430.07	c       430          50796         881        20        2535.0000           1.0000          -
8599.20/435.14	c       435          51693        1778        20        2535.0000           1.0000          -
8699.48/440.23	c       440          53235        3320        20        2535.0000           1.0000          -
8800.47/445.35	c       445          55396        5218        20        2535.0000           1.0000          -
8901.45/450.45	c       450          55858        5216        20        2535.0000           1.0000          -
9002.63/455.55	c       456          56362        5211        20        2535.0000           1.0000          -
9103.32/460.64	c       461          56860        5212        20        2535.0000           1.0000          -
9204.43/465.77	c       466          57331        5209        20        2535.0000           1.0000          -
9305.29/470.84	c       471          57813        5212        20        2535.0000           1.0000          -
9409.07/476.04	c       476          58292        5209        20        2535.0000           1.0000          -
9509.81/481.15	c       481          58785        5211        20        2535.0000           1.0000          -
9610.36/486.24	c       486          59265        5211        20        2535.0000           1.0000          -
9711.23/491.31	c       491          59745        5210        20        2535.0000           1.0000          -
9812.28/496.44	c       496          60241        5210        20        2535.0000           1.0000          -
9913.23/501.53	c       502          60712        5208        20        2535.0000           1.0000          -
10014.28/506.67	c       507          61183        5210        20        2535.0000           1.0000          -
10115.29/511.79	c       512          61656        5210        20        2535.0000           1.0000          -
10216.32/516.88	c       517          62112        5209        20        2535.0000           1.0000          -
10319.36/522.04	c       522          64335        5651        20        2535.0000           1.0000          -
10418.47/527.13	c       527          64926        5648        20        2535.0000           1.0000          -
10520.85/532.25	c       532          63387        5209        20        2535.0000           1.0000          -
10621.90/537.36	c       537          63857        5206        20        2535.0000           1.0000          -
10722.88/542.44	c       542          64336        5209        20        2535.0000           1.0000          -
10821.96/547.49	c       548          64818        5208        20        2535.0000           1.0000          -
10923.00/552.55	c       553          65340        5210        20        2535.0000           1.0000          -
11024.05/557.64	c       558          65804        5208        20        2535.0000           1.0000          -
11131.54/563.10	c       563          68184        5648        20        2535.0000           1.0000          -
11232.76/568.20	c       568          68184        5648        20        2535.0000           1.0000          -
11335.03/573.33	c       573          68184        5648        20        2535.0000           1.0000          -
11443.66/578.83	c       579          68184        5648        20        2535.0000           1.0000          -
11544.68/584.01	c       584          68184        5648        20        2535.0000           1.0000          -
11648.36/589.19	c       589          68184        5648        20        2535.0000           1.0000          -
11750.60/594.33	c       594          68184        5648        20        2535.0000           1.0000          -
11851.68/599.47	c       599          68184        5648        20        2535.0000           1.0000          -
11952.34/604.56	c       605          68184        5648        20        2535.0000           1.0000          -
12055.34/609.70	c       610          68184        5648        20        2535.0000           1.0000          -
12156.37/614.85	c       615          68184        5648        20        2535.0000           1.0000          -
14213.35/718.76	c       719          67370        5209        20        2535.0000           1.0000          -
14316.32/724.01	c       724          67370        5209        20        2535.0000           1.0000          -
14421.05/729.29	c       729          67370        5209        20        2535.0000           1.0000          -
14524.04/734.47	c       734          67370        5209        20        2535.0000           1.0000          -
14624.90/739.55	c       740          67370        5209        20        2535.0000           1.0000          -
14725.90/744.67	c       745          67370        5209        20        2535.0000           1.0000          -
14827.04/749.79	c       750          67370        5209        20        2535.0000           1.0000          -
14927.84/754.87	c       755          67370        5209        20        2535.0000           1.0000          -
15028.49/759.95	c       760          67663         230        20        2535.0000           1.0000          -
15130.06/765.06	c       765          68419         986        20        2535.0000           1.0000          -
15229.15/770.13	c       770          69489        2056        20        2535.0000           1.0000          -
15331.30/775.22	c       775          71034        3601        20        2535.0000           1.0000          -
15432.27/780.34	c       780          72838        5115        20        2535.0000           1.0000          -
15533.33/785.46	c       785          73214        5111        20        2535.0000           1.0000          -
15634.38/790.59	c       791          73619        5112        20        2535.0000           1.0000          -
15737.42/795.74	c       796          74044        5110        20        2535.0000           1.0000          -
15838.42/800.85	c       801          74457        5111        20        2535.0000           1.0000          -
15939.49/805.94	c       806          74862        5108        20        2535.0000           1.0000          -
16038.41/811.02	c       811          75293        5110        20        2535.0000           1.0000          -
16140.08/816.09	c       816          75680        5111        20        2535.0000           1.0000          -
16242.10/821.20	c       821          76121        5109        20        2535.0000           1.0000          -
16343.13/826.31	c       826          76541        5109        20        2535.0000           1.0000          -
16444.17/831.41	c       831          77008        5109        20        2535.0000           1.0000          -
16545.22/836.54	c       837          77424        5109        20        2535.0000           1.0000          -
16646.21/841.62	c       842          77842        5106        20        2535.0000           1.0000          -
16747.20/846.74	c       847          78257        5110        20        2535.0000           1.0000          -
16848.24/851.82	c       852          78672        5108        20        2535.0000           1.0000          -
16947.32/856.84	c       857          84314        5488        20        2535.0000           1.0000          -
17046.38/861.86	c       862          84803        5491        20        2535.0000           1.0000          -
17147.44/866.94	c       867          85287        5490        20        2535.0000           1.0000          -
17248.95/872.06	c       872          85781        5480        20        2535.0000           1.0000          -
17350.30/877.17	c       877          86267        5481        20        2535.0000           1.0000          -
17450.47/882.23	c       882          86735        5477        20        2535.0000           1.0000          -
17551.54/887.34	c       887          81558        5106        20        2535.0000           1.0000          -
17652.51/892.46	c       892          81970        5106        20        2535.0000           1.0000          -
17753.56/897.58	c       898          82384        5106        20        2535.0000           1.0000          -
17854.55/902.68	c       903          82796        5106        20        2535.0000           1.0000          -
17955.68/907.74	c       908          88952        5475        20        2535.0000           1.0000          -
18056.63/912.86	c       913          89156        5478        20        2535.0000           1.0000          -
18157.70/917.96	c       918          85179        5281        20        2535.0000           1.0000          -
18256.76/923.02	c       923          85593        5282        20        2535.0000           1.0000          -
18358.19/928.12	c       928          84797        5108        20        2535.0000           1.0000          -
18460.51/933.20	c       933          85219        5108        20        2535.0000           1.0000          -
18559.57/938.27	c       938          85614        5106        20        2535.0000           1.0000          -
18660.59/943.33	c       943          86021        5109        20        2535.0000           1.0000          -
18761.62/948.45	c       948          86416        5109        20        2535.0000           1.0000          -
18862.65/953.57	c       954          87975        5284        20        2535.0000           1.0000          -
18963.56/958.69	c       959          88362        5283        20        2535.0000           1.0000          -
19063.71/963.77	c       964          88752        5282        20        2535.0000           1.0000          -
19164.11/968.89	c       969          89144        5280        20        2535.0000           1.0000          -
19265.16/974.01	c       974          89545        5279        20        2535.0000           1.0000          -
19368.73/979.17	c       979          89975        5283        20        2535.0000           1.0000          -
19469.27/984.27	c       984          90393        5282        20        2535.0000           1.0000          -
19570.14/989.33	c       989          96208        5469        20        2535.0000           1.0000          -
19669.22/994.36	c       994          91094        5281        20        2535.0000           1.0000          -
19770.19/999.40	c       999          91511        5279        20        2535.0000           1.0000          -
19870.58/1004.50	c      1005          90885        5110        20        2535.0000           1.0000          -
19970.78/1009.63	c      1010          97942        5470        20        2535.0000           1.0000          -
20071.64/1014.73	c      1015          97942        5470        20        2535.0000           1.0000          -
20174.62/1020.03	c      1020          97942        5470        20        2535.0000           1.0000          -
20276.42/1025.13	c      1025          97942        5470        20        2535.0000           1.0000          -
20380.34/1030.39	c      1030          97942        5470        20        2535.0000           1.0000          -
20483.27/1035.50	c      1036          97942        5470        20        2535.0000           1.0000          -
20582.23/1040.58	c      1041          97942        5470        20        2535.0000           1.0000          -
20685.23/1045.72	c      1046          97942        5470        20        2535.0000           1.0000          -
20786.47/1050.85	c      1051          97942        5470        20        2535.0000           1.0000          -
20887.32/1055.95	c      1056          97942        5470        20        2535.0000           1.0000          -
20986.32/1061.02	c      1061          97942        5470        20        2535.0000           1.0000          -
21087.84/1066.12	c      1066          97942        5470        20        2535.0000           1.0000          -
21190.24/1071.25	c      1071          97942        5470        20        2535.0000           1.0000          -
21291.21/1076.40	c      1076          97942        5470        20        2535.0000           1.0000          -
21394.38/1081.57	c      1082          97942        5470        20        2535.0000           1.0000          -
21495.16/1086.67	c      1087          97942        5470        20        2535.0000           1.0000          -
21598.17/1091.89	c      1092          97942        5470        20        2535.0000           1.0000          -
21705.07/1097.27	c      1097          97942        5470        20        2535.0000           1.0000          -
21806.05/1102.36	c      1102          97942        5470        20        2535.0000           1.0000          -
21907.03/1107.47	c      1107          97942        5470        20        2535.0000           1.0000          -
22015.98/1112.92	c      1113          97942        5470        20        2535.0000           1.0000          -
22117.59/1118.13	c      1118          97942        5470        20        2535.0000           1.0000          -
22219.87/1123.22	c      1123          97942        5470        20        2535.0000           1.0000          -
22320.84/1128.35	c      1128          97942        5470        20        2535.0000           1.0000          -
22423.52/1133.52	c      1134          97942        5470        20        2535.0000           1.0000          -
22524.52/1138.68	c      1139          97942        5470        20        2535.0000           1.0000          -
22627.53/1143.81	c      1144          97942        5470        20        2535.0000           1.0000          -
22728.52/1148.95	c      1149          97942        5470        20        2535.0000           1.0000          -
22830.08/1154.09	c      1154          97942        5470        20        2535.0000           1.0000          -
22932.47/1159.20	c      1159          97942        5470        20        2535.0000           1.0000          -
23033.46/1164.33	c      1164          97996        5278        20        2535.0000           1.0000          -
23140.38/1169.78	c      1170          97996        5278        20        2535.0000           1.0000          -
23243.33/1174.97	c      1175          97996        5278        20        2535.0000           1.0000          -
23345.01/1180.10	c      1180          97996        5278        20        2535.0000           1.0000          -
23445.84/1185.16	c      1185          97996        5278        20        2535.0000           1.0000          -
23546.27/1190.26	c      1190          97996        5278        20        2535.0000           1.0000          -
23647.38/1195.33	c      1195          97996        5278        20        2535.0000           1.0000          -
23746.50/1200.38	c      1200          97996        5278        20        2535.0000           1.0000          -
23849.52/1205.50	c      1206          97996        5278        20        2535.0000           1.0000          -
23950.53/1210.64	c      1211          97996        5278        20        2535.0000           1.0000          -
24051.52/1215.75	c      1216          97996        5278        20        2535.0000           1.0000          -
24152.45/1220.89	c      1221          97996        5278        20        2535.0000           1.0000          -
24253.48/1225.99	c      1226          97996        5278        20        2535.0000           1.0000          -
24355.04/1231.09	c      1231          97996        5278        20        2535.0000           1.0000          -
24457.38/1236.22	c      1236          97996        5278        20        2535.0000           1.0000          -
24558.31/1241.33	c      1241          97226        5104        20        2535.0000           1.0000          -
24659.53/1246.43	c      1246          97226        5104        20        2535.0000           1.0000          -
24760.31/1251.53	c      1252          97226        5104        20        2535.0000           1.0000          -
24861.30/1256.62	c      1257          97226        5104        20        2535.0000           1.0000          -
24960.30/1261.68	c      1262          97226        5104        20        2535.0000           1.0000          -
25061.31/1266.78	c      1267          97226        5104        20        2535.0000           1.0000          -
25162.34/1271.81	c      1272          97226        5104        20        2535.0000           1.0000          -
25263.37/1276.96	c      1277         112895        5516        20        2535.0000           1.0000          -
25362.38/1282.04	c      1282         113339        5513        20        2535.0000           1.0000          -
25464.02/1287.10	c      1287         113814        5515        20        2535.0000           1.0000          -
25566.33/1292.22	c      1292         114236        5512        20        2535.0000           1.0000          -
25667.49/1297.31	c      1297         114740        5514        20        2535.0000           1.0000          -
25768.24/1302.46	c      1302         115386        5513        20        2535.0000           1.0000          -
25869.28/1307.57	c      1308         115827        5510        20        2535.0000           1.0000          -
25970.31/1312.66	c      1313         116312        5514        20        2535.0000           1.0000          -
26071.32/1317.75	c      1318         104070        5082        20        2535.0000           1.0000          -
26172.35/1322.84	c      1323         104469        5084        20        2535.0000           1.0000          -
26273.40/1327.94	c      1328         104865        5083        20        2535.0000           1.0000          -
26375.05/1333.05	c      1333         105260        5082        20        2535.0000           1.0000          -
26474.26/1338.15	c      1338         105659        5081        20        2535.0000           1.0000          -
26576.24/1343.24	c      1343         106056        5082        20        2535.0000           1.0000          -
26677.24/1348.35	c      1348         106457        5080        20        2535.0000           1.0000          -
26778.26/1353.49	c      1353         106867        5081        20        2535.0000           1.0000          -
26879.18/1358.57	c      1359         107270        5079        20        2535.0000           1.0000          -
26981.53/1363.76	c      1364         107678        5081        20        2535.0000           1.0000          -
27081.95/1368.86	c      1369         108081        5079        20        2535.0000           1.0000          -
27182.97/1373.96	c      1374         108482        5078        20        2535.0000           1.0000          -
27284.81/1379.07	c      1379         108890        5080        20        2535.0000           1.0000          -
27385.59/1384.18	c      1384         109297        5078        20        2535.0000           1.0000          -
27485.99/1389.28	c      1389         109703        5082        20        2535.0000           1.0000          -
27587.08/1394.37	c      1394         110110        5079        20        2535.0000           1.0000          -
27688.16/1399.47	c      1399         110511        5075        20        2535.0000           1.0000          -
27789.09/1404.57	c      1405         110916        5079        20        2535.0000           1.0000          -
27890.10/1409.64	c      1410         111323        5078        20        2535.0000           1.0000          -
27989.15/1414.69	c      1415         126335        5513        20        2535.0000           1.0000          -
28090.07/1419.70	c      1420         126824        5508        20        2535.0000           1.0000          -
28191.13/1424.82	c      1425         116186        5078        20        2535.0000           1.0000          -
28292.16/1429.93	c      1430         116575        5078        20        2535.0000           1.0000          -
28393.84/1435.06	c      1435         128468        5510        20        2535.0000           1.0000          -
28494.98/1440.14	c      1440         129122        5510        20        2535.0000           1.0000          -
28595.20/1445.26	c      1445         129592        5512        20        2535.0000           1.0000          -
28696.24/1450.34	c      1450         130098        5509        20        2535.0000           1.0000          -
28797.28/1455.48	c      1455         130589        5511        20        2535.0000           1.0000          -
28898.31/1460.59	c      1461         131091        5509        20        2535.0000           1.0000          -
29001.41/1465.73	c      1466         131601        5509        20        2535.0000           1.0000          -
29102.14/1470.89	c      1471         132092        5507        20        2535.0000           1.0000          -
29203.19/1476.00	c      1476         120086        5076        20        2535.0000           1.0000          -
29304.95/1481.10	c      1481         120490        5080        20        2535.0000           1.0000          -
29407.15/1486.24	c      1486         120886        5079        20        2535.0000           1.0000          -
29508.37/1491.38	c      1491         134232        5508        20        2535.0000           1.0000          -
29609.16/1496.48	c      1496         134728        5512        20        2535.0000           1.0000          -
29710.16/1501.58	c      1502              2           1        20        2535.0000        2023.1930     25.30%
29811.21/1506.64	c      1507              2           1        20        2535.0000        2023.1930     25.30%
29912.22/1511.72	c      1512              2           1        20        2535.0000        2023.1930     25.30%
30013.30/1516.86	c      1517              2           1        20        2535.0000        2023.1930     25.30%
30114.40/1521.99	c      1522              2           1        20        2535.0000        2023.1930     25.30%
30216.16/1527.05	c      1527              2           1        20        2535.0000        2023.1930     25.30%
30316.96/1532.17	c      1532              2           1        20        2535.0000        2023.1930     25.30%
30417.64/1537.28	c      1537              2           1        20        2535.0000        2023.1930     25.30%
30518.51/1542.40	c      1542              2           1        20        2535.0000        2023.1930     25.30%
30619.60/1547.49	c      1548              2           1        20        2535.0000        2023.1930     25.30%
30720.69/1552.56	c      1553              2           1        20        2535.0000        2023.1930     25.30%
30821.50/1557.69	c      1558              2           1        20        2535.0000        2023.1930     25.30%
30926.58/1562.92	c      1563              2           1        20        2535.0000        2023.1930     25.30%
31025.64/1568.00	c      1568              2           1        20        2535.0000        2023.1930     25.30%
31127.47/1573.10	c      1573              2           1        20        2535.0000        2023.1930     25.30%
31229.66/1578.25	c      1578              2           1        20        2535.0000        2023.1930     25.30%
31330.61/1583.35	c      1583              2           1        20        2535.0000        2023.1930     25.30%
31431.47/1588.42	c      1588              2           1        20        2535.0000        2023.1930     25.30%
31532.28/1593.52	c      1594              2           1        20        2535.0000        2023.1930     25.30%
31633.13/1598.64	c      1599              2           1        20        2535.0000        2023.1930     25.30%
31734.15/1603.72	c      1604              2           1        20        2535.0000        2023.1930     25.30%
31835.01/1608.84	c      1609              2           1        20        2535.0000        2023.1930     25.30%
31936.04/1613.92	c      1614              2           1        20        2535.0000        2023.1930     25.30%
32035.06/1619.01	c      1619              2           1        20        2535.0000        2023.1930     25.30%
32136.87/1624.05	c      1624              2           1        20        2535.0000        2023.1930     25.30%
32237.67/1629.13	c      1629              2           1        20        2535.0000        2023.1930     25.30%
32336.71/1634.15	c      1634              2           1        20        2535.0000        2023.1930     25.30%
32437.11/1639.29	c      1639              2           1        20        2535.0000        2023.1930     25.30%
32540.13/1644.42	c      1644              2           1        20        2535.0000        2023.1930     25.30%
32641.33/1649.54	c      1650              2           1        20        2535.0000        2023.1930     25.30%
32742.30/1654.65	c      1655              2           1        20        2535.0000        2023.1930     25.30%
32843.05/1659.77	c      1660              2           1        20        2535.0000        2023.1930     25.30%
32944.09/1664.86	c      1665              2           1        20        2535.0000        2023.1930     25.30%
33045.05/1670.01	c      1670              2           1        20        2535.0000        2023.1930     25.30%
33146.71/1675.08	c      1675              2           1        20        2535.0000        2023.1930     25.30%
33249.09/1680.21	c      1680              2           1        20        2535.0000        2023.1930     25.30%
33350.08/1685.34	c      1685              2           1        20        2535.0000        2023.1930     25.30%
33451.06/1690.44	c      1690              2           1        20        2535.0000        2023.1930     25.30%
33552.04/1695.54	c      1696              2           1        20        2535.0000        2023.1930     25.30%
33650.99/1700.56	c      1701              2           1        20        2535.0000        2023.1930     25.30%
33752.04/1705.64	c      1706              2           1        20        2535.0000        2023.1930     25.30%
33853.07/1710.77	c      1711              2           1        20        2535.0000        2023.1930     25.30%
33954.11/1715.88	c      1716              2           1        20        2535.0000        2023.1930     25.30%
34054.91/1720.93	c      1721              2           1        20        2535.0000        2023.1930     25.30%
34153.95/1726.03	c      1726              2           1        20        2535.0000        2023.1930     25.30%
34257.77/1731.14	c      1731              2           1        20        2535.0000        2023.1930     25.30%
34357.99/1736.27	c      1736              2           1        20        2535.0000        2023.1930     25.30%
34458.95/1741.39	c      1741              2           1        20        2535.0000        2023.1930     25.30%
34559.98/1746.49	c      1746              2           1        20        2535.0000        2023.1930     25.30%
34662.82/1751.61	c      1752              2           1        20        2535.0000        2023.1930     25.30%
34763.73/1756.78	c      1757              2           1        20        2535.0000        2023.1930     25.30%
34864.74/1761.89	c      1762              2           1        20        2535.0000        2023.1930     25.30%
34968.43/1767.09	c      1767              2           1        20        2535.0000        2023.1930     25.30%
35069.36/1772.16	c      1772              2           1        20        2535.0000        2023.1930     25.30%
35169.56/1777.25	c      1777              2           1        20        2535.0000        2023.1930     25.30%
35270.55/1782.37	c      1782              2           1        20        2535.0000        2023.1930     25.30%
35371.52/1787.46	c      1787              2           1        20        2535.0000        2023.1930     25.30%
35472.52/1792.58	c      1793              2           1        20        2535.0000        2023.1930     25.30%
35575.51/1797.72	c      1798              2           1        20        2535.0000        2023.1930     25.30%
35674.41/1802.77	c      1803              2           1        20        2535.0000        2023.1930     25.30%
35777.30/1807.96	c      1808              2           1        20        2535.0000        2023.1930     25.30%
35878.79/1813.07	c      1813              2           1        20        2535.0000        2023.1930     25.30%
35981.21/1818.21	c      1818              2           1        20        2535.0000        2023.1930     25.30%
36082.22/1823.30	c      1823              2           1        20        2535.0000        2023.1930     25.30%
36181.26/1828.39	c      1828              2           1        20        2535.0000        2023.1930     25.30%
36286.25/1833.60	c      1834              2           1        20        2535.0000        2023.1930     25.30%
36385.26/1838.67	c      1839              2           1        20        2535.0000        2023.1930     25.30%
36486.17/1843.76	c      1844              2           1        20        2535.0000        2023.1930     25.30%
36587.17/1848.87	c      1849              2           1        20        2535.0000        2023.1930     25.30%
36688.18/1853.99	c      1854              2           1        20        2535.0000        2023.1930     25.30%
36789.81/1859.10	c      1859              2           1        20        2535.0000        2023.1930     25.30%
36892.19/1864.22	c      1864              2           1        20        2535.0000        2023.1930     25.30%
36993.20/1869.35	c      1869              2           1        20        2535.0000        2023.1930     25.30%
37094.22/1874.44	c      1874              2           1        20        2535.0000        2023.1930     25.30%
37195.24/1879.58	c      1880              2           1        20        2535.0000        2023.1930     25.30%
37296.25/1884.65	c      1885              2           1        20        2535.0000        2023.1930     25.30%
37397.23/1889.76	c      1890              2           1        20        2535.0000        2023.1930     25.30%
37500.23/1894.90	c      1895              2           1        20        2535.0000        2023.1930     25.30%
37599.18/1900.03	c      1900              2           1        20        2535.0000        2023.1930     25.30%
37702.69/1905.14	c      1905              2           1        20        2535.0000        2023.1930     25.30%
37802.99/1910.25	c      1910              2           1        20        2535.0000        2023.1930     25.30%
37904.02/1915.38	c      1915              2           1        20        2535.0000        2023.1930     25.30%
38006.84/1920.52	c      1921              2           1        20        2535.0000        2023.1930     25.30%
38107.64/1925.65	c      1926              2           1        20        2535.0000        2023.1930     25.30%
38208.63/1930.74	c      1931              2           1        20        2535.0000        2023.1930     25.30%
38309.63/1935.84	c      1936              2           1        20        2535.0000        2023.1930     25.30%
38410.58/1940.95	c      1941              2           1        20        2535.0000        2023.1930     25.30%
38512.15/1946.05	c      1946              2           1        20        2535.0000        2023.1930     25.30%
38613.11/1951.18	c      1951              2           1        20        2535.0000        2023.3815     25.29%
38715.43/1956.36	c      1956              2           1        20        2535.0000        2023.3815     25.29%
38816.42/1961.47	c      1961              2           1        20        2535.0000        2023.3815     25.29%
38919.41/1966.65	c      1967              2           1        20        2535.0000        2023.3815     25.29%
39020.40/1971.75	c      1972              2           1        20        2535.0000        2023.3815     25.29%
39121.16/1976.85	c      1977              2           1        20        2535.0000        2023.3815     25.29%
39222.09/1981.92	c      1982              2           1        20        2535.0000        2023.3815     25.29%
39321.13/1987.02	c      1987              2           1        20        2535.0000        2026.0442     25.12%
39424.81/1992.19	c      1992              2           1        20        2535.0000        2026.0442     25.12%
39525.07/1997.23	c      1997              2           1        20        2535.0000        2026.0442     25.12%
39627.99/2002.40	c      2002              2           1        20        2535.0000        2026.0442     25.12%
39728.99/2007.52	c      2008              2           1        20        2535.0000        2026.0442     25.12%
39829.97/2012.60	c      2013              2           1        20        2535.0000        2026.0442     25.12%
39930.99/2017.72	c      2018              2           1        20        2535.0000        2026.0442     25.12%
40031.86/2022.85	c      2023              2           1        20        2535.0000        2026.0442     25.12%
40132.87/2027.95	c      2028              2           1        20        2535.0000        2026.0442     25.12%
40234.68/2033.05	c      2033              2           1        20        2535.0000        2026.0442     25.12%
40333.98/2038.15	c      2038              2           1        20        2535.0000        2026.0442     25.12%
40435.83/2043.26	c      2043              2           1        20        2535.0000        2026.0442     25.12%
40538.80/2048.41	c      2048              2           1        20        2535.0000        2026.0442     25.12%
40639.81/2053.56	c      2054              2           1        20        2535.0000        2026.0442     25.12%
40740.56/2058.67	c      2059              2           1        20        2535.0000        2026.0442     25.12%
40841.56/2063.77	c      2064              2           1        20        2535.0000        2026.0442     25.12%
40942.56/2068.89	c      2069              2           1        20        2535.0000        2026.0442     25.12%
41043.59/2073.98	c      2074              2           1        20        2535.0000        2026.0442     25.12%
41145.07/2079.07	c      2079              2           1        20        2535.0000        2026.0442     25.12%
41246.26/2084.20	c      2084              2           1        20        2535.0000        2026.0442     25.12%
41348.54/2089.33	c      2089              2           1        20        2535.0000        2026.0442     25.12%
41449.53/2094.42	c      2094              2           1        20        2535.0000        2026.0442     25.12%
41550.54/2099.51	c      2100              2           1        20        2535.0000        2026.0442     25.12%
41651.47/2104.60	c      2105              2           1        20        2535.0000        2026.0442     25.12%
41750.29/2109.68	c      2110              2           1        20        2535.0000        2026.0442     25.12%
41851.29/2114.75	c      2115              2           1        20        2535.0000        2026.0442     25.12%
41954.26/2119.90	c      2120              2           1        20        2535.0000        2026.0442     25.12%
42053.29/2125.01	c      2125              2           1        20        2535.0000        2026.0442     25.12%
42152.33/2130.01	c      2130              2           1        20        2535.0000        2026.0442     25.12%
42254.17/2135.11	c      2135              2           1        20        2535.0000        2026.0442     25.12%
42356.29/2140.24	c      2140              2           1        20        2535.0000        2026.0442     25.12%
42457.32/2145.36	c      2145              2           1        20        2535.0000        2026.0442     25.12%
42560.32/2150.51	c      2151              2           1        20        2535.0000        2026.0442     25.12%
42659.37/2155.58	c      2156              2           1        20        2535.0000        2026.0442     25.12%
42762.36/2160.73	c      2161              2           1        20        2535.0000        2026.0442     25.12%
42863.40/2165.82	c      2166              2           1        20        2535.0000        2026.0442     25.12%
42964.41/2170.93	c      2171              2           1        20        2535.0000        2026.0442     25.12%
43063.47/2175.96	c      2176              2           1        20        2535.0000        2026.0442     25.12%
43162.51/2180.97	c      2181              2           1        20        2535.0000        2026.2171     25.11%
43266.33/2186.14	c      2186              2           1        20        2535.0000        2026.2171     25.11%
43366.54/2191.30	c      2191              2           1        20        2535.0000        2026.2171     25.11%
43469.56/2196.42	c      2196              2           1        20        2535.0000        2026.2171     25.11%
43570.46/2201.56	c      2202              2           1        20        2535.0000        2026.2171     25.11%
43671.49/2206.67	c      2207              2           1        20        2535.0000        2026.2171     25.11%
43774.48/2211.83	c      2212              2           1        20        2535.0000        2026.2171     25.11%
43875.52/2216.91	c      2217              2           1        20        2535.0000        2026.2171     25.11%
43974.56/2222.01	c      2222              2           1        20        2535.0000        2026.2171     25.11%
44076.40/2227.10	c      2227              2           1        20        2535.0000        2026.2171     25.11%
44178.60/2232.25	c      2232              2           1        20        2535.0000        2026.2171     25.11%
44279.63/2237.40	c      2237              2           1        20        2535.0000        2026.2171     25.11%
44382.75/2242.51	c      2243              2           1        20        2535.0000        2026.2171     25.11%
44483.66/2247.62	c      2248              2           1        20        2535.0000        2026.2171     25.11%
44584.67/2252.75	c      2253              2           1        20        2535.0000        2026.2171     25.11%
44685.58/2257.84	c      2258              2           1        20        2535.0000        2026.2171     25.11%
44786.31/2263.01	c      2263              2           1        20        2535.0000        2026.2171     25.11%
44888.07/2268.12	c      2268              2           1        20        2535.0000        2026.2171     25.11%
44989.02/2273.18	c      2273              2           1        20        2535.0000        2026.2171     25.11%
45089.39/2278.29	c      2278              2           1        20        2535.0000        2026.2171     25.11%
45190.16/2283.39	c      2283              2           1        20        2535.0000        2026.2171     25.11%
45293.15/2288.53	c      2289              2           1        20        2535.0000        2026.2171     25.11%
45394.18/2293.64	c      2294              2           1        20        2535.0000        2026.2171     25.11%
45495.14/2298.71	c      2299              2           1        20        2535.0000        2026.2171     25.11%
45596.17/2303.81	c      2304              2           1        20        2535.0000        2026.2171     25.11%
45697.13/2308.92	c      2309              2           1        20        2535.0000        2026.2171     25.11%
45796.18/2314.00	c      2314              2           1        20        2535.0000        2026.2171     25.11%
45897.56/2319.11	c      2319              2           1        20        2535.0000        2026.2171     25.11%
45997.44/2324.22	c      2324              2           1        20        2535.0000        2026.2171     25.11%
46098.36/2329.32	c      2329              2           1        20        2535.0000        2026.2171     25.11%
46199.39/2334.45	c      2334              2           1        20        2535.0000        2026.2171     25.11%
46300.40/2339.59	c      2340              2           1        20        2535.0000        2026.2171     25.11%
46401.33/2344.67	c      2345              2           1        20        2535.0000        2026.2171     25.11%
46502.36/2349.79	c      2350              2           1        20        2535.0000        2026.2171     25.11%
46603.39/2354.89	c      2355              2           1        20        2535.0000        2026.2171     25.11%
46704.40/2359.96	c      2360              2           1        20        2535.0000        2026.2171     25.11%
46806.27/2365.06	c      2365              2           1        20        2535.0000        2026.2171     25.11%
46905.10/2370.08	c      2370              2           1        20        2535.0000        2026.2171     25.11%
47004.13/2375.11	c      2375              2           1        20        2535.0000        2026.2171     25.11%
47106.46/2380.23	c      2380              2           1        20        2535.0000        2026.2171     25.11%
47184.21/2384.20	c *    2384              2           1        20        2534.0000        2026.2171     25.06%
47207.22/2385.38	c      2385              2           1        20        2534.0000        2026.2171     25.06%
47307.91/2390.43	c      2390              2           1        20        2534.0000        2026.2171     25.06%
47412.69/2395.75	c      2396              2           1        20        2534.0000        2026.2171     25.06%
47523.54/2401.32	c      2401              2           1        20        2534.0000        2026.2171     25.06%
47624.32/2406.44	c      2406              2           1        20        2534.0000        2026.2171     25.06%
47725.27/2411.55	c      2412              2           1        20        2534.0000        2026.2171     25.06%
47824.30/2416.59	c      2417              2           1        20        2534.0000        2026.2171     25.06%
47929.20/2421.80	c      2422              2           1        20        2534.0000        2026.5037     25.04%
48030.20/2426.90	c      2427              2           1        20        2534.0000        2026.5037     25.04%
48129.19/2432.01	c      2432              2           1        20        2534.0000        2026.5037     25.04%
48230.81/2437.13	c      2437              2           1        20        2534.0000        2026.5037     25.04%
48333.08/2442.23	c      2442              2           1        20        2534.0000        2026.5037     25.04%
48434.07/2447.35	c      2447              2           1        20        2534.0000        2026.5037     25.04%
48534.95/2452.47	c      2452              2           1        20        2534.0000        2026.5037     25.04%
48637.96/2457.61	c      2458              2           1        20        2534.0000        2026.5037     25.04%
48738.79/2462.70	c      2463              2           1        20        2534.0000        2026.5037     25.04%
48839.78/2467.86	c      2468              2           1        20        2534.0000        2026.5037     25.04%
48884.02/2470.08	c *    2470              2           1        20        2533.0000        2026.5037     24.99%
48946.43/2473.27	c      2473              2           1        20        2533.0000        2026.5037     24.99%
49049.16/2478.41	c      2478              2           1        20        2533.0000        2026.5037     24.99%
49153.99/2483.76	c      2484              2           1        20        2533.0000        2026.5037     24.99%
49254.93/2488.88	c      2489              2           1        20        2533.0000        2026.5037     24.99%
49355.96/2493.99	c      2494              2           1        20        2533.0000        2026.5037     24.99%
49459.39/2499.14	c      2499              2           1        20        2533.0000        2026.5037     24.99%
49559.80/2504.23	c      2504              2           1        20        2533.0000        2026.5037     24.99%
49660.85/2509.31	c      2509              2           1        20        2533.0000        2026.5037     24.99%
49761.88/2514.44	c      2514              2           1        20        2533.0000        2026.5037     24.99%
49862.85/2519.54	c      2520              2           1        20        2533.0000        2026.5037     24.99%
49963.77/2524.63	c      2525              2           1        20        2533.0000        2026.5037     24.99%
50064.77/2529.75	c      2530              2           1        20        2533.0000        2026.5037     24.99%
50165.81/2534.84	c      2535              2           1        20        2533.0000        2026.5037     24.99%
50241.00/2538.62	c *    2539              2           1        20        2532.0000        2026.5037     24.94%
50269.56/2540.10	c      2540              2           1        20        2532.0000        2026.5037     24.94%
50371.67/2545.24	c      2545              2           1        20        2532.0000        2026.5037     24.94%
50478.60/2550.63	c      2551              2           1        20        2532.0000        2026.5037     24.94%
50579.66/2555.80	c      2556              2           1        20        2532.0000        2026.5037     24.94%
50682.64/2560.93	c      2561              2           1        20        2532.0000        2026.5037     24.94%
50784.47/2566.10	c      2566              2           1        20        2532.0000        2026.5037     24.94%
50886.62/2571.21	c      2571              2           1        20        2532.0000        2026.5037     24.94%
50987.67/2576.30	c      2576              2           1        20        2532.0000        2026.5037     24.94%
51088.68/2581.43	c      2581              2           1        20        2532.0000        2026.5037     24.94%
51189.72/2586.57	c      2587              2           1        20        2532.0000        2026.5037     24.94%
51290.70/2591.68	c      2592              2           1        20        2532.0000        2026.5037     24.94%
51391.78/2596.78	c      2597              2           1        20        2532.0000        2026.5037     24.94%
51492.80/2601.89	c      2602              2           1        20        2532.0000        2026.5037     24.94%
51593.85/2607.00	c      2607              2           1        20        2532.0000        2026.5037     24.94%
51695.68/2612.10	c      2612              2           1        20        2532.0000        2026.5037     24.94%
51796.95/2617.18	c      2617              2           1        20        2532.0000        2026.5037     24.94%
51898.89/2622.34	c      2622              2           1        20        2532.0000        2026.5037     24.94%
51999.99/2627.43	c      2627              2           1        20        2532.0000        2026.5037     24.94%
52100.94/2632.56	c      2633              2           1        20        2532.0000        2026.5037     24.94%
52201.87/2637.65	c      2638              2           1        20        2532.0000        2026.5037     24.94%
52304.86/2642.85	c      2643              2           1        20        2532.0000        2026.5037     24.94%
52405.95/2647.92	c      2648              2           1        20        2532.0000        2026.5037     24.94%
52507.66/2653.03	c      2653              2           1        20        2532.0000        2026.5037     24.94%
52610.08/2658.27	c      2658              2           1        20        2532.0000        2026.5037     24.94%
52711.05/2663.38	c      2663              2           1        20        2532.0000        2026.5037     24.94%
52814.08/2668.53	c      2669              2           1        20        2532.0000        2026.5037     24.94%
52913.19/2673.59	c      2674              2           1        20        2532.0000        2026.5037     24.94%
53018.18/2678.81	c      2679              2           1        20        2532.0000        2026.5037     24.94%
53121.95/2684.11	c      2684              2           1        20        2532.0000        2026.5037     24.94%
53224.28/2689.23	c      2689              2           1        20        2532.0000        2026.5037     24.94%
53325.39/2694.35	c      2694              2           1        20        2532.0000        2026.5037     24.94%
53426.47/2699.43	c      2699              2           1        20        2532.0000        2026.5037     24.94%
53527.53/2704.55	c      2705              2           1        20        2532.0000        2026.5037     24.94%
53630.57/2709.71	c      2710              2           1        20        2532.0000        2026.5037     24.94%
53731.70/2714.82	c      2715              2           1        20        2532.0000        2026.5037     24.94%
53832.81/2719.96	c      2720              2           1        20        2532.0000        2026.5037     24.94%
53936.49/2725.17	c      2725              2           1        20        2532.0000        2026.5037     24.94%
54036.94/2730.26	c      2730              2           1        20        2532.0000        2026.5037     24.94%
54137.77/2735.35	c      2735              2           1        20        2532.0000        2026.5037     24.94%
54238.74/2740.46	c      2740              2           1        20        2532.0000        2026.5037     24.94%
54339.93/2745.56	c      2746              2           1        20        2532.0000        2026.5037     24.94%
54440.96/2750.68	c      2751              2           1        20        2532.0000        2026.5037     24.94%
54542.06/2755.78	c      2756              2           1        20        2532.0000        2026.5037     24.94%
54642.96/2760.88	c      2761              2           1        20        2532.0000        2026.5037     24.94%
54743.99/2765.98	c      2766              2           1        20        2532.0000        2026.5037     24.94%
54843.08/2771.02	c      2771              2           1        20        2532.0000        2026.5037     24.94%
54944.76/2776.06	c      2776              2           1        20        2532.0000        2026.5037     24.94%
55043.78/2781.14	c      2781              3           2        20        2532.0000        2026.5533     24.94%
55148.36/2786.30	c      2786              3           2        20        2532.0000        2026.5533     24.94%
55249.44/2791.41	c      2791              3           2        20        2532.0000        2026.5533     24.94%
55350.55/2796.56	c      2797              3           2        20        2532.0000        2026.5533     24.94%
55451.53/2801.67	c      2802              3           2        20        2532.0000        2026.5533     24.94%
55552.47/2806.79	c      2807              3           2        20        2532.0000        2026.5533     24.94%
55653.52/2811.82	c      2812              3           2        20        2532.0000        2026.5533     24.94%
55754.63/2816.96	c      2817              3           2        20        2532.0000        2026.5533     24.94%
55856.36/2822.08	c      2822              3           2        20        2532.0000        2026.5533     24.94%
55957.50/2827.17	c      2827              3           2        20        2532.0000        2026.5533     24.94%
56059.94/2832.33	c      2832              3           2        20        2532.0000        2026.5533     24.94%
56161.10/2837.42	c      2837              3           2        20        2532.0000        2026.5533     24.94%
56262.22/2842.51	c      2843              3           2        20        2532.0000        2026.5533     24.94%
56361.38/2847.58	c      2848              3           2        20        2532.0000        2026.5533     24.94%
56464.38/2852.75	c      2853              3           2        20        2532.0000        2026.5533     24.94%
56565.42/2857.84	c      2858              3           2        20        2532.0000        2026.5533     24.94%
56666.33/2862.91	c      2863              3           2        20        2532.0000        2026.5533     24.94%
56767.97/2868.11	c      2868              3           2        20        2532.0000        2026.5533     24.94%
56870.33/2873.24	c      2873              3           2        20        2532.0000        2026.5533     24.94%
56971.37/2878.36	c      2878              3           2        20        2532.0000        2026.5533     24.94%
57074.44/2883.50	c      2884              3           2        20        2532.0000        2026.5533     24.94%
57173.57/2888.57	c      2889              3           2        20        2532.0000        2026.5533     24.94%
57274.71/2893.64	c      2894              3           2        20        2532.0000        2026.5533     24.94%
57375.69/2898.78	c      2899              3           2        20        2532.0000        2026.5533     24.94%
57478.77/2903.91	c      2904              3           2        20        2532.0000        2026.5533     24.94%
57580.44/2909.08	c      2909              3           2        20        2532.0000        2026.5533     24.94%
57684.86/2914.30	c      2914              3           2        20        2532.0000        2026.5533     24.94%
57785.77/2919.44	c      2919              3           2        20        2532.0000        2026.5533     24.94%
57886.81/2924.58	c      2925              3           2        20        2532.0000        2026.5533     24.94%
57987.82/2929.69	c      2930              3           2        20        2532.0000        2026.5533     24.94%
58088.97/2934.78	c      2935              3           2        20        2532.0000        2026.5533     24.94%
58189.77/2939.88	c      2940              3           2        20        2532.0000        2026.5533     24.94%
58290.63/2944.97	c      2945              3           2        20        2532.0000        2026.5533     24.94%
58392.17/2950.09	c      2950              3           2        20        2532.0000        2026.5533     24.94%
58493.54/2955.20	c      2955              3           2        20        2532.0000        2026.5533     24.94%
58593.73/2960.27	c      2960              3           2        20        2532.0000        2026.5533     24.94%
58694.84/2965.37	c      2965              3           2        20        2532.0000        2026.5533     24.94%
58795.90/2970.42	c      2970              3           2        20        2532.0000        2026.5533     24.94%
58897.02/2975.55	c      2976              3           2        20        2532.0000        2026.5533     24.94%
58997.99/2980.65	c      2981              3           2        20        2532.0000        2026.5533     24.94%
59099.13/2985.75	c      2986              3           2        20        2532.0000        2026.5533     24.94%
59200.19/2990.85	c      2991              3           2        20        2532.0000        2026.5533     24.94%
59300.97/2995.96	c      2996              3           2        20        2532.0000        2026.5533     24.94%
59404.59/3001.15	c      3001              3           2        20        2532.0000        2026.5533     24.94%
59504.91/3006.24	c      3006              3           2        20        2532.0000        2026.5533     24.94%
59605.95/3011.31	c      3011              3           2        20        2532.0000        2026.5533     24.94%
59707.03/3016.41	c      3016              3           2        20        2532.0000        2026.5533     24.94%
59808.11/3021.52	c      3022              3           2        20        2532.0000        2026.5533     24.94%
59907.19/3026.59	c      3027              3           2        20        2532.0000        2026.5533     24.94%
60008.25/3031.68	c      3032              3           2        20        2532.0000        2026.5533     24.94%
60041.94/3033.32	c *    3033              3           2        20        2531.0000        2026.5533     24.89%
60109.17/3036.72	c      3037              3           2        20        2531.0000        2026.5533     24.89%
60209.99/3041.86	c      3042              3           2        20        2531.0000        2026.5533     24.89%
60310.75/3046.96	c      3047              3           2        20        2531.0000        2026.5533     24.89%
60409.52/3051.97	c      3052              3           2        20        2531.0000        2026.5533     24.89%
60513.07/3057.17	c      3057              3           2        20        2531.0000        2026.5533     24.89%
60617.46/3062.49	c      3062              3           2        20        2531.0000        2026.5533     24.89%
60720.51/3067.63	c      3068              3           2        20        2531.0000        2026.5533     24.89%
60821.44/3072.71	c      3073              3           2        20        2531.0000        2026.5533     24.89%
60922.43/3077.88	c      3078              3           2        20        2531.0000        2026.5533     24.89%
61023.46/3082.98	c      3083              3           2        20        2531.0000        2026.5533     24.89%
61125.03/3088.09	c      3088              3           2        20        2531.0000        2026.5533     24.89%
61226.03/3093.19	c      3093              3           2        20        2531.0000        2026.5533     24.89%
61326.37/3098.25	c      3098              3           2        20        2531.0000        2026.5533     24.89%
61429.43/3103.48	c      3103              3           2        20        2531.0000        2026.5533     24.89%
61530.45/3108.58	c      3109              3           2        20        2531.0000        2026.5533     24.89%
61633.49/3113.71	c      3114              4           3        20        2531.0000        2026.5974     24.89%
61734.45/3118.81	c      3119              4           3        20        2531.0000        2026.5974     24.89%
61835.36/3123.90	c      3124              4           3        20        2531.0000        2026.5974     24.89%
61934.36/3129.00	c      3129              4           3        20        2531.0000        2026.5974     24.89%
62036.22/3134.14	c      3134              4           3        20        2531.0000        2026.5974     24.89%
62138.41/3139.25	c      3139              4           3        20        2531.0000        2026.5974     24.89%
62239.48/3144.35	c      3144              4           3        20        2531.0000        2026.5974     24.89%
62340.56/3149.43	c      3149              4           3        20        2531.0000        2026.5974     24.89%
62441.64/3154.59	c      3155              4           3        20        2531.0000        2026.5974     24.89%
62544.55/3159.74	c      3160              4           3        20        2531.0000        2026.5974     24.89%
62645.62/3164.89	c      3165              4           3        20        2531.0000        2026.5974     24.89%
62749.21/3170.04	c      3170              4           3        20        2531.0000        2026.5974     24.89%
62850.33/3175.15	c      3175              4           3        20        2531.0000        2026.5974     24.89%
62950.68/3180.24	c      3180              4           3        20        2531.0000        2026.5974     24.89%
63051.76/3185.31	c      3185              4           3        20        2531.0000        2026.5974     24.89%
63152.76/3190.41	c      3190              4           3        20        2531.0000        2026.5974     24.89%
63253.72/3195.55	c      3196              4           3        20        2531.0000        2026.5974     24.89%
63354.79/3200.64	c      3201              4           3        20        2531.0000        2026.5974     24.89%
63453.87/3205.68	c      3206              4           3        20        2531.0000        2026.5974     24.89%
63556.88/3210.80	c      3211              4           3        20        2531.0000        2026.5974     24.89%
63657.93/3215.95	c      3216              4           3        20        2531.0000        2026.5974     24.89%
63759.65/3221.04	c      3221              4           3        20        2531.0000        2026.5974     24.89%
63860.50/3226.13	c      3226              4           3        20        2531.0000        2026.5974     24.89%
63960.44/3231.27	c      3231              4           3        20        2531.0000        2026.5974     24.89%
64062.75/3236.41	c      3236              4           3        20        2531.0000        2026.5974     24.89%
64163.68/3241.50	c      3242              4           3        20        2531.0000        2026.5974     24.89%
64264.77/3246.63	c      3247              4           3        20        2531.0000        2026.5974     24.89%
64365.83/3251.74	c      3252              4           3        20        2531.0000        2026.5974     24.89%
64466.85/3256.83	c      3257              4           3        20        2531.0000        2026.5974     24.89%
64567.85/3261.95	c      3262              4           3        20        2531.0000        2026.5974     24.89%
64669.56/3267.09	c      3267              4           3        20        2531.0000        2026.5974     24.89%
64771.97/3272.24	c      3272              4           3        20        2531.0000        2026.5974     24.89%
64873.00/3277.37	c      3277              4           3        20        2531.0000        2026.5974     24.89%
64976.04/3282.55	c      3283              4           3        20        2531.0000        2026.5974     24.89%
65077.11/3287.69	c      3288              4           3        20        2531.0000        2026.5974     24.89%
65178.16/3292.76	c      3293              4           3        20        2531.0000        2026.5974     24.89%
65279.32/3297.88	c      3298              4           3        20        2531.0000        2026.5974     24.89%
65380.35/3302.98	c      3303              4           3        20        2531.0000        2026.5974     24.89%
65481.91/3308.09	c      3308              4           3        20        2531.0000        2026.5974     24.89%
65588.38/3313.44	c      3313              4           3        20        2531.0000        2026.5974     24.89%
65689.50/3318.58	c      3319              4           3        20        2531.0000        2026.5974     24.89%
65792.62/3323.75	c      3324              4           3        20        2531.0000        2026.5974     24.89%
65893.73/3328.88	c      3329              4           3        20        2531.0000        2026.5974     24.89%
65994.86/3334.03	c      3334              4           3        20        2531.0000        2026.5974     24.89%
66098.60/3339.16	c      3339              4           3        20        2531.0000        2026.5974     24.89%
66198.91/3344.29	c      3344              4           3        20        2531.0000        2026.5974     24.89%
66301.95/3349.42	c      3349              4           3        20        2531.0000        2026.5974     24.89%
66403.10/3354.57	c      3355              4           3        20        2531.0000        2026.5974     24.89%
66504.12/3359.67	c      3360              4           3        20        2531.0000        2026.5974     24.89%
66605.15/3364.75	c      3365              4           3        20        2531.0000        2026.5974     24.89%
66706.06/3369.86	c      3370              4           3        20        2531.0000        2026.5974     24.89%
66807.02/3374.97	c      3375              4           3        20        2531.0000        2026.5974     24.89%
66908.62/3380.09	c      3380              4           3        20        2531.0000        2026.5974     24.89%
67011.00/3385.21	c      3385              4           3        20        2531.0000        2026.5974     24.89%
67112.10/3390.34	c      3390              4           3        20        2531.0000        2026.5974     24.89%
67215.05/3395.51	c      3396              4           3        20        2531.0000        2026.5974     24.89%
67316.03/3400.63	c      3401              4           3        20        2531.0000        2026.5974     24.89%
67419.07/3405.83	c      3406              4           3        20        2531.0000        2026.5974     24.89%
67519.90/3410.96	c      3411              4           3        20        2531.0000        2026.5974     24.89%
67621.55/3416.08	c      3416              4           3        20        2531.0000        2026.5974     24.89%
67722.46/3421.18	c      3421              4           3        20        2531.0000        2026.5974     24.89%
67822.85/3426.28	c      3426              4           3        20        2531.0000        2026.5974     24.89%
67923.89/3431.38	c      3431              4           3        20        2531.0000        2026.5974     24.89%
68024.93/3436.47	c      3436              4           3        20        2531.0000        2026.5974     24.89%
68126.00/3441.57	c      3442              4           3        20        2531.0000        2026.5974     24.89%
68229.05/3446.71	c      3447              5           4        20        2531.0000        2026.5974     24.89%
68328.11/3451.78	c      3452              5           4        20        2531.0000        2026.5974     24.89%
68429.11/3456.86	c      3457              5           4        20        2531.0000        2026.5974     24.89%
68529.96/3461.97	c      3462              5           4        20        2531.0000        2026.5974     24.89%
68631.78/3467.07	c      3467              5           4        20        2531.0000        2026.5974     24.89%
68732.71/3472.17	c      3472              5           4        20        2531.0000        2026.5974     24.89%
68833.15/3477.24	c      3477              5           4        20        2531.0000        2026.5974     24.89%
68936.16/3482.44	c      3482              5           4        20        2531.0000        2026.5974     24.89%
69037.22/3487.52	c      3488              5           4        20        2531.0000        2026.5974     24.89%
69138.31/3492.65	c      3493              5           4        20        2531.0000        2026.5974     24.89%
69239.41/3497.77	c      3498              5           4        20        2531.0000        2026.5974     24.89%
69342.48/3502.92	c      3503              5           4        20        2531.0000        2026.5974     24.89%
69441.59/3508.03	c      3508              5           4        20        2531.0000        2026.5974     24.89%
69543.20/3513.12	c      3513              5           4        20        2531.0000        2026.5974     24.89%
69645.71/3518.26	c      3518              5           4        20        2531.0000        2026.5974     24.89%
69746.77/3523.37	c      3523              5           4        20        2531.0000        2026.5974     24.89%
69847.82/3528.47	c      3528              5           4        20        2531.0000        2026.5974     24.89%
69948.87/3533.53	c      3534              5           4        20        2531.0000        2026.5974     24.89%
70049.95/3538.65	c      3539              5           4        20        2531.0000        2026.5974     24.89%
70151.04/3543.75	c      3544              5           4        20        2531.0000        2026.5974     24.89%
70251.93/3548.89	c      3549              5           4        20        2531.0000        2026.5974     24.89%
70352.94/3554.00	c      3554              5           4        20        2531.0000        2026.5974     24.89%
70454.66/3559.09	c      3559              5           4        20        2531.0000        2026.5974     24.89%
70557.03/3564.21	c      3564              5           4        20        2531.0000        2026.5974     24.89%
70656.10/3569.29	c      3569              5           4        20        2531.0000        2026.5974     24.89%
70757.21/3574.31	c      3574              5           4        20        2531.0000        2026.5974     24.89%
70856.27/3579.35	c      3579              5           4        20        2531.0000        2026.5974     24.89%
70887.99/3580.94	c *    3581              5           4        20        2522.0000        2026.5974     24.45%
70899.88/3581.58	c *    3582              5           4        20        2521.0000        2026.5974     24.40%
70955.33/3584.36	c      3584              5           4        20        2521.0000        2026.5974     24.40%
71068.82/3590.04	c      3590              5           4        20        2521.0000        2026.5974     24.40%
71167.82/3595.08	c      3595              5           4        20        2521.0000        2026.5974     24.40%
71272.02/3600.36	c      3600              5           4        20        2521.0000        2026.5974     24.40%
71374.92/3605.52	c      3606              5           4        20        2521.0000        2026.5974     24.40%
71475.90/3610.67	c      3611              5           4        20        2521.0000        2026.5974     24.40%
71576.98/3615.77	c      3616              5           4        20        2521.0000        2026.5974     24.40%
71678.07/3620.83	c      3621              5           4        20        2521.0000        2026.5974     24.40%
71779.17/3625.97	c      3626              5           4        20        2521.0000        2026.5974     24.40%
71880.76/3631.08	c      3631              5           4        20        2521.0000        2026.5974     24.40%
71983.19/3636.21	c      3636              5           4        20        2521.0000        2026.5974     24.40%

Verifier Data

ERROR: no interpretation found !

Watcher Data

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

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

NUMA information:
  number of nodes: 4
  memory of node 0: 191670 MiB (182810 MiB free)
  memory of node 1: 193531 MiB (191765 MiB free)
  memory of node 2: 193531 MiB (193060 MiB free)
  memory of node 3: 193493 MiB (190066 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-4465184-1722446193/watcher-4465184-1722446193 -o /tmp/evaluation-result-4465184-1722446193/solver-4465184-1722446193 -C 72000 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeD103-1722441596-58670 --watchdog 3760 ./fscip settings/racing.prm HOME/instance-4465184-1722446193.opb -qsol -t 72000 -sth 20 

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

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

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


[startup+0.100121 s]*
/proc/loadavg: 63.11 63.26 63.09 63/962 63935
/proc/meminfo: memFree=775840460/790760804 swapFree=131071996/131071996
[pid=63934] ppid=63931 vsize=72984 memory=61608 CPUtime=0.1 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/63934/stat : 63934 (fscip) R 63931 63934 58658 0 -1 4194304 16087 0 0 0 8 2 0 0 20 0 1 0 11201993 74735616 15402 809668444160 4194304 16623229 140720560562672 0 0 0 0 0 2 0 0 0 17 46 0 0 0 0 0 18838560 18947056 45305856 140720560571402 140720560571520 140720560571520 140720560578544 0
/proc/63934/statm: 18246 15402 2710 3035 0 14642 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 72984 KiB
Current children cumulated memory: 61608 KiB

[startup+0.218915 s]*
/proc/loadavg: 63.11 63.26 63.09 62/982 63955
/proc/meminfo: memFree=775761636/790760804 swapFree=131071996/131071996
[pid=63934] ppid=63931 vsize=1637084 memory=140460 CPUtime=0.23 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/63934/stat : 63934 (fscip) S 63931 63934 58658 0 -1 1077936128 37977 0 0 0 17 6 0 0 20 0 21 0 11201993 1676374016 35115 809668444160 4194304 16623229 140720560562672 0 0 0 0 0 2 0 0 0 17 46 0 0 0 0 0 18838560 18947056 45305856 140720560571402 140720560571520 140720560571520 140720560578544 0
/proc/63934/statm: 409271 35115 2774 3035 0 82915 0
[pid=63934/tid=63936] ppid=63931 vsize=1637084 memory=8318255677412212789 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/63934/task/63936/stat : 63936 (fscip) S 63931 63934 58658 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 11202014 1676374016 35181 809668444160 4194304 16623229 140720560562672 0 0 0 0 0 2 0 0 0 -1 50 0 0 0 0 0 18838560 18947056 45305856 140720560571402 140720560571520 140720560571520 140720560578544 0
[pid=63934/tid=63937] ppid=63931 vsize=1637084 memory=237112656212 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/63934/task/63937/stat : 63937 (fscip) S 63931 63934 58658 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 11202014 1676374016 35181 809668444160 4194304 16623229 140720560562672 0 0 0 0 0 2 0 0 0 -1 54 0 0 0 0 0 18838560 18947056 45305856 140720560571402 140720560571520 140720560571520 140720560578544 0
[pid=63934/tid=63938] ppid=63931 vsize=1637084 memory=59610673504748 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/63934/task/63938/stat : 63938 (fscip) S 63931 63934 58658 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 11202014 1676374016 35181 809668444160 4194304 16623229 140720560562672 0 0 0 0 0 2 0 0 0 -1 58 0 0 0 0 0 18838560 18947056 45305856 140720560571402 140720560571520 140720560571520 140720560578544 0
[pid=63934/tid=63939] ppid=63931 vsize=1637084 memory=53022210450128 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/63934/task/63939/stat : 63939 (fscip) S 63931 63934 58658 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 11202014 1676374016 35181 809668444160 4194304 16623229 140720560562672 0 0 0 0 0 2 0 0 0 -1 62 0 0 0 0 0 18838560 18947056 45305856 140720560571402 140720560571520 140720560571520 140720560578544 0
[pid=63934/tid=63940] ppid=63931 vsize=1637084 memory=59580659065786 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/63934/task/63940/stat : 63940 (fscip) S 63931 63934 58658 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 11202014 1676374016 35247 809668444160 4194304 16623229 140720560562672 0 0 0 0 0 2 0 0 0 -1 66 0 0 0 0 0 18838560 18947056 45305856 140720560571402 140720560571520 140720560571520 140720560578544 0
[pid=63934/tid=63941] ppid=63931 vsize=1637084 memory=54083134500164 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/63934/task/63941/stat : 63941 (fscip) S 63931 63934 58658 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 11202014 1676374016 35247 809668444160 4194304 16623229 140720560562672 0 0 0 0 0 2 0 0 0 -1 70 0 0 0 0 0 18838560 18947056 45305856 140720560571402 140720560571520 140720560571520 140720560578544 0
[pid=63934/tid=63942] ppid=63931 vsize=1637084 memory=13852958274094214 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/63934/task/63942/stat : 63942 (fscip) S 63931 63934 58658 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 11202014 1676374016 35247 809668444160 4194304 16623229 140720560562672 0 0 0 0 0 2 0 0 0 -1 74 0 0 0 0 0 18838560 18947056 45305856 140720560571402 140720560571520 140720560571520 140720560578544 0
[pid=63934/tid=63943] ppid=63931 vsize=1637084 memory=15535245424388363 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/63934/task/63943/stat : 63943 (fscip) S 63931 63934 58658 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 11202014 1676374016 35247 809668444160 4194304 16623229 140720560562672 0 0 0 0 0 2 0 0 0 -1 2 0 0 0 0 0 18838560 18947056 45305856 140720560571402 140720560571520 140720560571520 140720560578544 0
[pid=63934/tid=63944] ppid=63931 vsize=1637084 memory=155902 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/63934/task/63944/stat : 63944 (fscip) R 63931 63934 58658 0 -1 4194368 4115 0 0 0 0 0 0 0 20 0 21 0 11202014 1676374016 35247 809668444160 4194304 16623229 140720560562672 0 0 0 0 0 2 0 0 0 -1 6 0 0 0 0 0 18838560 18947056 45305856 140720560571402 140720560571520 140720560571520 140720560578544 0
[pid=63934/tid=63945] ppid=63931 vsize=1637084 memory=245942 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/63934/task/63945/stat : 63945 (fscip) S 63931 63934 58658 0 -1 1077936192 2 0 0 0 0 0 0 0 20 0 21 0 11202014 1676374016 35247 809668444160 4194304 16623229 140720560562672 0 0 0 0 0 2 0 0 0 -1 14 0 0 0 0 0 18838560 18947056 45305856 140720560571402 140720560571520 140720560571520 140720560578544 0
[pid=63934/tid=63946] ppid=63931 vsize=1637084 memory=0 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/63934/task/63946/stat : 63946 (fscip) S 63931 63934 58658 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 11202014 1676374016 35247 809668444160 4194304 16623229 140720560562672 0 0 0 0 0 2 0 0 0 -1 22 0 0 0 0 0 18838560 18947056 45305856 140720560571402 140720560571520 140720560571520 140720560578544 0
[pid=63934/tid=63947] ppid=63931 vsize=1637084 memory=0 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/63934/task/63947/stat : 63947 (fscip) S 63931 63934 58658 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 11202014 1676374016 35247 809668444160 4194304 16623229 140720560562672 0 0 0 0 0 2 0 0 0 -1 30 0 0 0 0 0 18838560 18947056 45305856 140720560571402 140720560571520 140720560571520 140720560578544 0
[pid=63934/tid=63948] ppid=63931 vsize=1637084 memory=0 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/63934/task/63948/stat : 63948 (fscip) S 63931 63934 58658 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 11202014 1676374016 35247 809668444160 4194304 16623229 140720560562672 0 0 0 0 0 2 0 0 0 -1 34 0 0 0 0 0 18838560 18947056 45305856 140720560571402 140720560571520 140720560571520 140720560578544 0
[pid=63934/tid=63949] ppid=63931 vsize=1637084 memory=0 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/63934/task/63949/stat : 63949 (fscip) S 63931 63934 58658 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 11202014 1676374016 35247 809668444160 4194304 16623229 140720560562672 0 0 0 0 0 2 0 0 0 -1 18 0 0 0 0 0 18838560 18947056 45305856 140720560571402 140720560571520 140720560571520 140720560578544 0
[pid=63934/tid=63950] ppid=63931 vsize=1637084 memory=0 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/63934/task/63950/stat : 63950 (fscip) S 63931 63934 58658 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 11202014 1676374016 35247 809668444160 4194304 16623229 140720560562672 0 0 0 0 0 2 0 0 0 -1 10 0 0 0 0 0 18838560 18947056 45305856 140720560571402 140720560571520 140720560571520 140720560578544 0
[pid=63934/tid=63951] ppid=63931 vsize=1637084 memory=0 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/63934/task/63951/stat : 63951 (fscip) S 63931 63934 58658 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 11202014 1676374016 35313 809668444160 4194304 16623229 140720560562672 0 0 0 0 0 2 0 0 0 -1 26 0 0 0 0 0 18838560 18947056 45305856 140720560571402 140720560571520 140720560571520 140720560578544 0
[pid=63934/tid=63952] ppid=63931 vsize=1637084 memory=0 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/63934/task/63952/stat : 63952 (fscip) S 63931 63934 58658 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 11202014 1676374016 35313 809668444160 4194304 16623229 140720560562672 0 0 0 0 0 2 0 0 0 -1 38 0 0 0 0 0 18838560 18947056 45305856 140720560571402 140720560571520 140720560571520 140720560578544 0
[pid=63934/tid=63953] ppid=63931 vsize=1637084 memory=0 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/63934/task/63953/stat : 63953 (fscip) S 63931 63934 58658 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 11202014 1676374016 35313 809668444160 4194304 16623229 140720560562672 0 0 0 0 0 2 0 0 0 -1 42 0 0 0 0 0 18838560 18947056 45305856 140720560571402 140720560571520 140720560571520 140720560578544 0
[pid=63934/tid=63954] ppid=63931 vsize=1637084 memory=0 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/63934/task/63954/stat : 63954 (fscip) S 63931 63934 58658 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 11202014 1676374016 35313 809668444160 4194304 16623229 140720560562672 0 0 0 0 0 2 0 0 0 -1 42 0 0 0 0 0 18838560 18947056 45305856 140720560571402 140720560571520 140720560571520 140720560578544 0
[pid=63934/tid=63955] ppid=63931 vsize=1637084 memory=0 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/63934/task/63955/stat : 63955 (fscip) S 63931 63934 58658 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 11202014 1676374016 35313 809668444160 4194304 16623229 140720560562672 0 0 0 0 0 2 0 0 0 -1 14 0 0 0 0 0 18838560 18947056 45305856 140720560571402 140720560571520 140720560571520 140720560578544 0
Current children cumulated CPU time: 0.23 s
Current children cumulated vsize: 1637084 KiB
Current children cumulated memory: 140460 KiB

[startup+0.32339 s]*
/proc/loadavg: 63.11 63.26 63.09 62/982 63955
/proc/meminfo: memFree=775678224/790760804 swapFree=131071996/131071996
[pid=63934] ppid=63931 vsize=1637084 memory=236536 CPUtime=0.33 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/63934/stat : 63934 (fscip) S 63931 63934 58658 0 -1 1077936128 62246 0 0 0 24 9 0 0 20 0 21 0 11201993 1676374016 59134 809668444160 4194304 16623229 140720560562672 0 0 0 0 0 2 0 0 0 17 46 0 0 0 0 0 18838560 18947056 45305856 140720560571402 140720560571520 140720560571520 140720560578544 0
/proc/63934/statm: 409271 59134 2774 3035 0 107567 0
[pid=63934/tid=63936] ppid=63931 vsize=1637084 memory=-5155634600078829701 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/63934/task/63936/stat : 63936 (fscip) S 63931 63934 58658 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 11202014 1676374016 59134 809668444160 4194304 16623229 140720560562672 0 0 0 0 0 2 0 0 0 -1 50 0 0 0 0 0 18838560 18947056 45305856 140720560571402 140720560571520 140720560571520 140720560578544 0
[pid=63934/tid=63937] ppid=63931 vsize=1637084 memory=0 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/63934/task/63937/stat : 63937 (fscip) S 63931 63934 58658 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 11202014 1676374016 59134 809668444160 4194304 16623229 140720560562672 0 0 0 0 0 2 0 0 0 -1 54 0 0 0 0 0 18838560 18947056 45305856 140720560571402 140720560571520 140720560571520 140720560578544 0
[pid=63934/tid=63938] ppid=63931 vsize=1637084 memory=0 CPUtime=0.01 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/63934/task/63938/stat : 63938 (fscip) S 63931 63934 58658 0 -1 1077936192 4870 0 0 0 1 0 0 0 20 0 21 0 11202014 1676374016 59134 809668444160 4194304 16623229 140720560562672 0 0 0 0 0 2 0 0 0 -1 58 0 0 0 0 0 18838560 18947056 45305856 140720560571402 140720560571520 140720560571520 140720560578544 0
[pid=63934/tid=63939] ppid=63931 vsize=1637084 memory=0 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/63934/task/63939/stat : 63939 (fscip) S 63931 63934 58658 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 11202014 1676374016 59134 809668444160 4194304 16623229 140720560562672 0 0 0 0 0 2 0 0 0 -1 62 0 0 0 0 0 18838560 18947056 45305856 140720560571402 140720560571520 140720560571520 140720560578544 0
[pid=63934/tid=63940] ppid=63931 vsize=1637084 memory=0 CPUtime=0.01 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/63934/task/63940/stat : 63940 (fscip) S 63931 63934 58658 0 -1 1077936192 4870 0 0 0 1 0 0 0 20 0 21 0 11202014 1676374016 59134 809668444160 4194304 16623229 140720560562672 0 0 0 0 0 2 0 0 0 -1 66 0 0 0 0 0 18838560 18947056 45305856 140720560571402 140720560571520 140720560571520 140720560578544 0
[pid=63934/tid=63941] ppid=63931 vsize=1637084 memory=0 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/63934/task/63941/stat : 63941 (fscip) R 63931 63934 58658 0 -1 4194368 3934 0 0 0 0 0 0 0 20 0 21 0 11202014 1676374016 59134 809668444160 4194304 16623229 140720560562672 0 0 0 0 0 2 0 0 0 -1 70 0 0 0 0 0 18838560 18947056 45305856 140720560571402 140720560571520 140720560571520 140720560578544 0
[pid=63934/tid=63942] ppid=63931 vsize=1637084 memory=0 CPUtime=0.01 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/63934/task/63942/stat : 63942 (fscip) S 63931 63934 58658 0 -1 1077936192 4870 0 0 0 1 0 0 0 20 0 21 0 11202014 1676374016 59134 809668444160 4194304 16623229 140720560562672 0 0 0 0 0 2 0 0 0 -1 74 0 0 0 0 0 18838560 18947056 45305856 140720560571402 140720560571520 140720560571520 140720560578544 0
[pid=63934/tid=63943] ppid=63931 vsize=1637084 memory=0 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/63934/task/63943/stat : 63943 (fscip) S 63931 63934 58658 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 11202014 1676374016 59134 809668444160 4194304 16623229 140720560562672 0 0 0 0 0 2 0 0 0 -1 2 0 0 0 0 0 18838560 18947056 45305856 140720560571402 140720560571520 140720560571520 140720560578544 0
[pid=63934/tid=63944] ppid=63931 vsize=1637084 memory=0 CPUtime=0.01 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/63934/task/63944/stat : 63944 (fscip) S 63931 63934 58658 0 -1 1077936192 4871 0 0 0 1 0 0 0 20 0 21 0 11202014 1676374016 59134 809668444160 4194304 16623229 140720560562672 0 0 0 0 0 2 0 0 0 -1 6 0 0 0 0 0 18838560 18947056 45305856 140720560571402 140720560571520 140720560571520 140720560578544 0
[pid=63934/tid=63945] ppid=63931 vsize=1637084 memory=0 CPUtime=0.01 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/63934/task/63945/stat : 63945 (fscip) S 63931 63934 58658 0 -1 1077936192 4870 0 0 0 1 0 0 0 20 0 21 0 11202014 1676374016 59134 809668444160 4194304 16623229 140720560562672 0 0 0 0 0 2 0 0 0 -1 14 0 0 0 0 0 18838560 18947056 45305856 140720560571402 140720560571520 140720560571520 140720560578544 0
[pid=63934/tid=63946] ppid=63931 vsize=1637084 memory=0 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/63934/task/63946/stat : 63946 (fscip) S 63931 63934 58658 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 11202014 1676374016 59134 809668444160 4194304 16623229 140720560562672 0 0 0 0 0 2 0 0 0 -1 22 0 0 0 0 0 18838560 18947056 45305856 140720560571402 140720560571520 140720560571520 140720560578544 0
[pid=63934/tid=63947] ppid=63931 vsize=1637084 memory=0 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/63934/task/63947/stat : 63947 (fscip) S 63931 63934 58658 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 11202014 1676374016 59134 809668444160 4194304 16623229 140720560562672 0 0 0 0 0 2 0 0 0 -1 30 0 0 0 0 0 18838560 18947056 45305856 140720560571402 140720560571520 140720560571520 140720560578544 0
[pid=63934/tid=63948] ppid=63931 vsize=1637084 memory=0 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/63934/task/63948/stat : 63948 (fscip) S 63931 63934 58658 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 11202014 1676374016 59134 809668444160 4194304 16623229 140720560562672 0 0 0 0 0 2 0 0 0 -1 34 0 0 0 0 0 18838560 18947056 45305856 140720560571402 140720560571520 140720560571520 140720560578544 0
[pid=63934/tid=63949] ppid=63931 vsize=1637084 memory=0 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/63934/task/63949/stat : 63949 (fscip) S 63931 63934 58658 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 11202014 1676374016 59134 809668444160 4194304 16623229 140720560562672 0 0 0 0 0 2 0 0 0 -1 18 0 0 0 0 0 18838560 18947056 45305856 140720560571402 140720560571520 140720560571520 140720560578544 0
[pid=63934/tid=63950] ppid=63931 vsize=1637084 memory=0 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/63934/task/63950/stat : 63950 (fscip) S 63931 63934 58658 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 11202014 1676374016 59134 809668444160 4194304 16623229 140720560562672 0 0 0 0 0 2 0 0 0 -1 10 0 0 0 0 0 18838560 18947056 45305856 140720560571402 140720560571520 140720560571520 140720560578544 0
[pid=63934/tid=63951] ppid=63931 vsize=1637084 memory=0 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/63934/task/63951/stat : 63951 (fscip) S 63931 63934 58658 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 11202014 1676374016 59134 809668444160 4194304 16623229 140720560562672 0 0 0 0 0 2 0 0 0 -1 26 0 0 0 0 0 18838560 18947056 45305856 140720560571402 140720560571520 140720560571520 140720560578544 0
[pid=63934/tid=63952] ppid=63931 vsize=1637084 memory=0 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/63934/task/63952/stat : 63952 (fscip) S 63931 63934 58658 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 11202014 1676374016 59134 809668444160 4194304 16623229 140720560562672 0 0 0 0 0 2 0 0 0 -1 38 0 0 0 0 0 18838560 18947056 45305856 140720560571402 140720560571520 140720560571520 140720560578544 0
[pid=63934/tid=63953] ppid=63931 vsize=1637084 memory=0 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/63934/task/63953/stat : 63953 (fscip) S 63931 63934 58658 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 11202014 1676374016 59134 809668444160 4194304 16623229 140720560562672 0 0 0 0 0 2 0 0 0 -1 42 0 0 0 0 0 18838560 18947056 45305856 140720560571402 140720560571520 140720560571520 140720560578544 0
[pid=63934/tid=63954] ppid=63931 vsize=1637084 memory=0 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/63934/task/63954/stat : 63954 (fscip) S 63931 63934 58658 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 11202014 1676374016 59134 809668444160 4194304 16623229 140720560562672 0 0 0 0 0 2 0 0 0 -1 42 0 0 0 0 0 18838560 18947056 45305856 140720560571402 140720560571520 140720560571520 140720560578544 0
[pid=63934/tid=63955] ppid=63931 vsize=1637084 memory=0 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/63934/task/63955/stat : 63955 (fscip) S 63931 63934 58658 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 11202014 1676374016 59134 809668444160 4194304 16623229 140720560562672 0 0 0 0 0 2 0 0 0 -1 14 0 0 0 0 0 18838560 18947056 45305856 140720560571402 140720560571520 140720560571520 140720560578544 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 1637084 KiB
Current children cumulated memory: 236536 KiB

[startup+0.711114 s]
/proc/loadavg: 63.11 63.26 63.09 62/982 63955
/proc/meminfo: memFree=775484016/790760804 swapFree=131071996/131071996
[pid=63934] ppid=63931 vsize=1801004 memory=949764 CPUtime=1.95 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/63934/stat : 63934 (fscip) S 63931 63934 58658 0 -1 1077936128 240768 0 0 0 144 51 0 0 20 0 41 0 11201993 1844228096 237375 809668444160 4194304 16623229 140720560562672 0 0 0 0 0 2 0 0 0 17 46 0 0 0 0 0 18838560 18947056 45305856 140720560571402 140720560571520 140720560571520 140720560578544 0
/proc/63934/statm: 450251 237441 2790 3035 0 340322 0
[pid=63934/tid=63936] ppid=63931 vsize=1801004 memory=3473718091877790772 CPUtime=0.08 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/63934/task/63936/stat : 63936 (fscip) R 63931 63934 58658 0 -1 4194368 10302 0 0 0 6 2 0 0 20 0 41 0 11202014 1844228096 237441 809668444160 4194304 16623229 140720560562672 0 0 0 0 0 2 0 0 0 -1 50 0 0 0 0 0 18838560 18947056 45305856 140720560571402 140720560571520 140720560571520 140720560578544 0
[pid=63934/tid=63937] ppid=63931 vsize=1801004 memory=0 CPUtime=0.07 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/63934/task/63937/stat : 63937 (fscip) R 63931 63934 58658 0 -1 4194368 10293 0 0 0 6 1 0 0 20 0 41 0 11202014 1844228096 237441 809668444160 4194304 16623229 140720560562672 0 0 0 0 0 2 0 0 0 -1 62 0 0 0 0 0 18838560 18947056 45305856 140720560571402 140720560571520 140720560571520 140720560578544 0
[pid=63934/tid=63938] ppid=63931 vsize=1801004 memory=11624 CPUtime=0.08 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/63934/task/63938/stat : 63938 (fscip) R 63931 63934 58658 0 -1 4194368 10294 0 0 0 6 2 0 0 20 0 41 0 11202014 1844228096 237441 809668444160 4194304 16623229 140720560562672 0 0 0 0 0 2 0 0 0 -1 58 0 0 0 0 0 18838560 18947056 45305856 140720560571402 140720560571520 140720560571520 140720560578544 0
[pid=63934/tid=63939] ppid=63931 vsize=1801004 memory=2420 CPUtime=0.07 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/63934/task/63939/stat : 63939 (fscip) R 63931 63934 58658 0 -1 4194368 10290 0 0 0 5 2 0 0 20 0 41 0 11202014 1844228096 237441 809668444160 4194304 16623229 140720560562672 0 0 0 0 0 2 0 0 0 -1 66 0 0 0 0 0 18838560 18947056 45305856 140720560571402 140720560571520 140720560571520 140720560578544 0
[pid=63934/tid=63940] ppid=63931 vsize=1801004 memory=5440 CPUtime=0.08 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/63934/task/63940/stat : 63940 (fscip) R 63931 63934 58658 0 -1 4194368 10294 0 0 0 6 2 0 0 20 0 41 0 11202014 1844228096 237441 809668444160 4194304 16623229 140720560562672 0 0 0 0 0 2 0 0 0 -1 78 0 0 0 0 0 18838560 18947056 45305856 140720560571402 140720560571520 140720560571520 140720560578544 0
[pid=63934/tid=63941] ppid=63931 vsize=1801004 memory=0 CPUtime=0.08 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/63934/task/63941/stat : 63941 (fscip) R 63931 63934 58658 0 -1 4194368 10293 0 0 0 6 2 0 0 20 0 41 0 11202014 1844228096 237441 809668444160 4194304 16623229 140720560562672 0 0 0 0 0 2 0 0 0 -1 70 0 0 0 0 0 18838560 18947056 45305856 140720560571402 140720560571520 140720560571520 140720560578544 0
[pid=63934/tid=63942] ppid=63931 vsize=1801004 memory=13552 CPUtime=0.08 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/63934/task/63942/stat : 63942 (fscip) R 63931 63934 58658 0 -1 4194368 10564 0 0 0 6 2 0 0 20 0 41 0 11202014 1844228096 237441 809668444160 4194304 16623229 140720560562672 0 0 0 0 0 2 0 0 0 -1 74 0 0 0 0 0 18838560 18947056 45305856 140720560571402 140720560571520 140720560571520 140720560578544 0
[pid=63934/tid=63943] ppid=63931 vsize=1801004 memory=0 CPUtime=0.07 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/63934/task/63943/stat : 63943 (fscip) R 63931 63934 58658 0 -1 4194368 10294 0 0 0 5 2 0 0 20 0 41 0 11202014 1844228096 237507 809668444160 4194304 16623229 140720560562672 0 0 0 0 0 2 0 0 0 -1 2 0 0 0 0 0 18838560 18947056 45305856 140720560571402 140720560571520 140720560571520 140720560578544 0
[pid=63934/tid=63944] ppid=63931 vsize=1801004 memory=0 CPUtime=0.08 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/63934/task/63944/stat : 63944 (fscip) R 63931 63934 58658 0 -1 4194368 10294 0 0 0 6 2 0 0 20 0 41 0 11202014 1844228096 237507 809668444160 4194304 16623229 140720560562672 0 0 0 0 0 2 0 0 0 -1 6 0 0 0 0 0 18838560 18947056 45305856 140720560571402 140720560571520 140720560571520 140720560578544 0
[pid=63934/tid=63945] ppid=63931 vsize=1801004 memory=227265 CPUtime=0.08 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/63934/task/63945/stat : 63945 (fscip) R 63931 63934 58658 0 -1 4194368 10558 0 0 0 6 2 0 0 20 0 41 0 11202014 1844228096 237507 809668444160 4194304 16623229 140720560562672 0 0 0 0 0 2 0 0 0 -1 10 0 0 0 0 0 18838560 18947056 45305856 140720560571402 140720560571520 140720560571520 140720560578544 0
[pid=63934/tid=63946] ppid=63931 vsize=1801004 memory=4051330058571481120 CPUtime=0.08 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/63934/task/63946/stat : 63946 (fscip) R 63931 63934 58658 0 -1 4194368 10293 0 0 0 6 2 0 0 20 0 41 0 11202014 1844228096 237507 809668444160 4194304 16623229 140720560562672 0 0 0 0 0 2 0 0 0 -1 54 0 0 0 0 0 18838560 18947056 45305856 140720560571402 140720560571520 140720560571520 140720560578544 0
[pid=63934/tid=63947] ppid=63931 vsize=1801004 memory=0 CPUtime=0.08 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/63934/task/63947/stat : 63947 (fscip) R 63931 63934 58658 0 -1 4194368 10287 0 0 0 6 2 0 0 20 0 41 0 11202014 1844228096 237507 809668444160 4194304 16623229 140720560562672 0 0 0 0 0 2 0 0 0 -1 30 0 0 0 0 0 18838560 18947056 45305856 140720560571402 140720560571520 140720560571520 140720560578544 0
[pid=63934/tid=63948] ppid=63931 vsize=1801004 memory=2521 CPUtime=0.08 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/63934/task/63948/stat : 63948 (fscip) R 63931 63934 58658 0 -1 4194368 10289 0 0 0 6 2 0 0 20 0 41 0 11202014 1844228096 237573 809668444160 4194304 16623229 140720560562672 0 0 0 0 0 2 0 0 0 -1 46 0 0 0 0 0 18838560 18947056 45305856 140720560571402 140720560571520 140720560571520 140720560578544 0
[pid=63934/tid=63949] ppid=63931 vsize=1801004 memory=0 CPUtime=0.08 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/63934/task/63949/stat : 63949 (fscip) R 63931 63934 58658 0 -1 4194368 10294 0 0 0 6 2 0 0 20 0 41 0 11202014 1844228096 237573 809668444160 4194304 16623229 140720560562672 0 0 0 0 0 2 0 0 0 -1 14 0 0 0 0 0 18838560 18947056 45305856 140720560571402 140720560571520 140720560571520 140720560578544 0
[pid=63934/tid=63950] ppid=63931 vsize=1801004 memory=2212 CPUtime=0.08 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/63934/task/63950/stat : 63950 (fscip) R 63931 63934 58658 0 -1 4194368 10299 0 0 0 6 2 0 0 20 0 41 0 11202014 1844228096 237573 809668444160 4194304 16623229 140720560562672 0 0 0 0 0 2 0 0 0 -1 18 0 0 0 0 0 18838560 18947056 45305856 140720560571402 140720560571520 140720560571520 140720560578544 0
[pid=63934/tid=63951] ppid=63931 vsize=1801004 memory=52808 CPUtime=0.08 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/63934/task/63951/stat : 63951 (fscip) R 63931 63934 58658 0 -1 4194368 10782 0 0 0 6 2 0 0 20 0 41 0 11202014 1844228096 237573 809668444160 4194304 16623229 140720560562672 0 0 0 0 0 2 0 0 0 -1 34 0 0 0 0 0 18838560 18947056 45305856 140720560571402 140720560571520 140720560571520 140720560578544 0
[pid=63934/tid=63952] ppid=63931 vsize=1801004 memory=1952 CPUtime=0.08 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/63934/task/63952/stat : 63952 (fscip) R 63931 63934 58658 0 -1 4194368 10295 0 0 0 6 2 0 0 20 0 41 0 11202014 1844228096 237573 809668444160 4194304 16623229 140720560562672 0 0 0 0 0 2 0 0 0 -1 38 0 0 0 0 0 18838560 18947056 45305856 140720560571402 140720560571520 140720560571520 140720560578544 0
[pid=63934/tid=63953] ppid=63931 vsize=1801004 memory=1852 CPUtime=0.07 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/63934/task/63953/stat : 63953 (fscip) R 63931 63934 58658 0 -1 4194368 10293 0 0 0 6 1 0 0 20 0 41 0 11202014 1844228096 237573 809668444160 4194304 16623229 140720560562672 0 0 0 0 0 2 0 0 0 -1 26 0 0 0 0 0 18838560 18947056 45305856 140720560571402 140720560571520 140720560571520 140720560578544 0
[pid=63934/tid=63954] ppid=63931 vsize=1801004 memory=33108 CPUtime=0.08 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/63934/task/63954/stat : 63954 (fscip) R 63931 63934 58658 0 -1 4194368 10299 0 0 0 6 2 0 0 20 0 41 0 11202014 1844228096 237573 809668444160 4194304 16623229 140720560562672 0 0 0 0 0 2 0 0 0 -1 42 0 0 0 0 0 18838560 18947056 45305856 140720560571402 140720560571520 140720560571520 140720560578544 0
[pid=63934/tid=63955] ppid=63931 vsize=1801004 memory=2208 CPUtime=0.08 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/63934/task/63955/stat : 63955 (fscip) R 63931 63934 58658 0 -1 4194368 10290 0 0 0 6 2 0 0 20 0 41 0 11202014 1844228096 237573 809668444160 4194304 16623229 140720560562672 0 0 0 0 0 2 0 0 0 -1 22 0 0 0 0 0 18838560 18947056 45305856 140720560571402 140720560571520 140720560571520 140720560578544 0
Current children cumulated CPU time: 1.95 s
Current children cumulated vsize: 1801004 KiB
Current children cumulated memory: 949764 KiB

[startup+1.50111 s]
/proc/loadavg: 63.11 63.26 63.09 81/1002 63975

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

/proc/63934/task/63962/stat : 63962 (fscip) S 63931 63934 58658 0 -1 1077936192 135 0 0 0 1 1 0 0 20 0 41 0 11202057 23655661568 4969685 809668444160 4194304 16623229 140720560562672 0 0 0 0 0 2 1 0 0 -1 70 0 0 0 0 0 18838560 18947056 45305856 140720560571402 140720560571520 140720560571520 140720560578544 0
[pid=63934/tid=63963] ppid=63931 vsize=23101232 memory=19847244 CPUtime=0.02 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/63934/task/63963/stat : 63963 (fscip) S 63931 63934 58658 0 -1 1077936192 183 0 0 0 2 0 0 0 20 0 41 0 11202057 23655661568 4969685 809668444160 4194304 16623229 140720560562672 0 0 0 0 0 2 1 0 0 -1 26 0 0 0 0 0 18838560 18947056 45305856 140720560571402 140720560571520 140720560571520 140720560578544 0
[pid=63934/tid=63964] ppid=63931 vsize=23101232 memory=19847244 CPUtime=0.01 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/63934/task/63964/stat : 63964 (fscip) S 63931 63934 58658 0 -1 1077936192 137 0 0 0 1 0 0 0 20 0 41 0 11202057 23655661568 4969685 809668444160 4194304 16623229 140720560562672 0 0 0 0 0 2 1 0 0 -1 6 0 0 0 0 0 18838560 18947056 45305856 140720560571402 140720560571520 140720560571520 140720560578544 0
[pid=63934/tid=63965] ppid=63931 vsize=23101232 memory=0 CPUtime=0.02 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/63934/task/63965/stat : 63965 (fscip) S 63931 63934 58658 0 -1 1077936192 194 0 0 0 2 0 0 0 20 0 41 0 11202057 23655661568 4969685 809668444160 4194304 16623229 140720560562672 0 0 0 0 0 2 1 0 0 -1 62 0 0 0 0 0 18838560 18947056 45305856 140720560571402 140720560571520 140720560571520 140720560578544 0
[pid=63934/tid=63966] ppid=63931 vsize=23101232 memory=19849628 CPUtime=0.02 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/63934/task/63966/stat : 63966 (fscip) S 63931 63934 58658 0 -1 1077936192 182 0 0 0 1 1 0 0 20 0 41 0 11202057 23655661568 4969685 809668444160 4194304 16623229 140720560562672 0 0 0 0 0 2 1 0 0 -1 62 0 0 0 0 0 18838560 18947056 45305856 140720560571402 140720560571520 140720560571520 140720560578544 0
[pid=63934/tid=63967] ppid=63931 vsize=23101232 memory=19849776 CPUtime=0.01 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/63934/task/63967/stat : 63967 (fscip) S 63931 63934 58658 0 -1 1077936192 131 0 0 0 0 1 0 0 20 0 41 0 11202057 23655661568 4969685 809668444160 4194304 16623229 140720560562672 0 0 0 0 0 2 1 0 0 -1 38 0 0 0 0 0 18838560 18947056 45305856 140720560571402 140720560571520 140720560571520 140720560578544 0
[pid=63934/tid=63968] ppid=63931 vsize=23101232 memory=19872008 CPUtime=0.02 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/63934/task/63968/stat : 63968 (fscip) S 63931 63934 58658 0 -1 1077936192 183 0 0 0 2 0 0 0 20 0 41 0 11202057 23655661568 4969685 809668444160 4194304 16623229 140720560562672 0 0 0 0 0 2 1 0 0 -1 2 0 0 0 0 0 18838560 18947056 45305856 140720560571402 140720560571520 140720560571520 140720560578544 0
[pid=63934/tid=63969] ppid=63931 vsize=23101232 memory=19843844 CPUtime=0.02 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/63934/task/63969/stat : 63969 (fscip) S 63931 63934 58658 0 -1 1077936192 195 0 0 0 2 0 0 0 20 0 41 0 11202057 23655661568 4969685 809668444160 4194304 16623229 140720560562672 0 0 0 0 0 2 1 0 0 -1 2 0 0 0 0 0 18838560 18947056 45305856 140720560571402 140720560571520 140720560571520 140720560578544 0
[pid=63934/tid=63970] ppid=63931 vsize=23101232 memory=19841856 CPUtime=0.02 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/63934/task/63970/stat : 63970 (fscip) S 63931 63934 58658 0 -1 1077936192 138 0 0 0 2 0 0 0 20 0 41 0 11202057 23655661568 4969685 809668444160 4194304 16623229 140720560562672 0 0 0 0 0 2 1 0 0 -1 14 0 0 0 0 0 18838560 18947056 45305856 140720560571402 140720560571520 140720560571520 140720560578544 0
[pid=63934/tid=63971] ppid=63931 vsize=23101232 memory=5440 CPUtime=0.02 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/63934/task/63971/stat : 63971 (fscip) S 63931 63934 58658 0 -1 1077936192 183 0 0 0 2 0 0 0 20 0 41 0 11202057 23655661568 4969685 809668444160 4194304 16623229 140720560562672 0 0 0 0 0 2 1 0 0 -1 2 0 0 0 0 0 18838560 18947056 45305856 140720560571402 140720560571520 140720560571520 140720560578544 0
[pid=63934/tid=63972] ppid=63931 vsize=23101232 memory=2420 CPUtime=0.02 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/63934/task/63972/stat : 63972 (fscip) S 63931 63934 58658 0 -1 1077936192 183 0 0 0 2 0 0 0 20 0 41 0 11202057 23655661568 4969685 809668444160 4194304 16623229 140720560562672 0 0 0 0 0 2 1 0 0 -1 22 0 0 0 0 0 18838560 18947056 45305856 140720560571402 140720560571520 140720560571520 140720560578544 0
[pid=63934/tid=63973] ppid=63931 vsize=23101232 memory=2212 CPUtime=0.02 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/63934/task/63973/stat : 63973 (fscip) S 63931 63934 58658 0 -1 1077936192 186 0 0 0 2 0 0 0 20 0 41 0 11202057 23655661568 4969685 809668444160 4194304 16623229 140720560562672 0 0 0 0 0 2 1 0 0 -1 62 0 0 0 0 0 18838560 18947056 45305856 140720560571402 140720560571520 140720560571520 140720560578544 0
[pid=63934/tid=63974] ppid=63931 vsize=23101232 memory=11624 CPUtime=0.02 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/63934/task/63974/stat : 63974 (fscip) S 63931 63934 58658 0 -1 1077936192 183 0 0 0 2 0 0 0 20 0 41 0 11202057 23655661568 4969685 809668444160 4194304 16623229 140720560562672 0 0 0 0 0 2 1 0 0 -1 62 0 0 0 0 0 18838560 18947056 45305856 140720560571402 140720560571520 140720560571520 140720560578544 0
[pid=63934/tid=63975] ppid=63931 vsize=23101232 memory=13552 CPUtime=0.02 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/63934/task/63975/stat : 63975 (fscip) S 63931 63934 58658 0 -1 1077936192 136 0 0 0 2 0 0 0 20 0 41 0 11202057 23655661568 4969685 809668444160 4194304 16623229 140720560562672 0 0 0 0 0 2 1 0 0 -1 14 0 0 0 0 0 18838560 18947056 45305856 140720560571402 140720560571520 140720560571520 140720560578544 0
Current children cumulated CPU time: 70915.7 s
Current children cumulated vsize: 23101232 KiB
Current children cumulated memory: 19878532 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3637.15 s]
/proc/loadavg: 80.58 80.52 80.24 81/1021 66084
/proc/meminfo: memFree=750657964/790760804 swapFree=131071996/131071996
[pid=63934] ppid=63931 vsize=23101232 memory=19931844 CPUtime=72001.9 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/63934/stat : 63934 (fscip) S 63931 63934 58658 0 -1 1077936128 36080410 0 0 0 7193686 6506 0 0 20 0 41 0 11201993 23655661568 4982961 809668444160 4194304 16623229 140720560562672 0 0 0 0 0 2 0 0 0 17 50 0 0 0 0 0 18838560 18947056 45305856 140720560571402 140720560571520 140720560571520 140720560578544 0
/proc/63934/statm: 5775308 4982961 3014 3035 0 5668456 0
[pid=63934/tid=63936] ppid=63931 vsize=23101232 memory=11465 CPUtime=3600.48 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/63934/task/63936/stat : 63936 (fscip) R 63931 63934 58658 0 -1 4194368 1153574 0 0 0 359923 125 0 0 20 0 41 0 11202014 23655661568 4982961 809668444160 4194304 16623229 140720560562672 0 0 0 0 0 2 0 0 0 -1 6 0 0 0 0 0 18838560 18947056 45305856 140720560571402 140720560571520 140720560571520 140720560578544 0
[pid=63934/tid=63937] ppid=63931 vsize=23101232 memory=0 CPUtime=3601.18 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/63934/task/63937/stat : 63937 (fscip) R 63931 63934 58658 0 -1 4194368 1472198 0 0 0 359859 259 0 0 20 0 41 0 11202014 23655661568 4982961 809668444160 4194304 16623229 140720560562672 0 0 0 0 0 2 0 0 0 -1 42 0 0 0 0 0 18838560 18947056 45305856 140720560571402 140720560571520 140720560571520 140720560578544 0
[pid=63934/tid=63938] ppid=63931 vsize=23101232 memory=0 CPUtime=3592.78 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/63934/task/63938/stat : 63938 (fscip) R 63931 63934 58658 0 -1 4194368 3604208 0 0 0 358546 732 0 0 20 0 41 0 11202014 23655661568 4982961 809668444160 4194304 16623229 140720560562672 0 0 0 0 0 2 0 0 0 -1 18 0 0 0 0 0 18838560 18947056 45305856 140720560571402 140720560571520 140720560571520 140720560578544 0
[pid=63934/tid=63939] ppid=63931 vsize=23101232 memory=280024085318816 CPUtime=3601.23 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/63934/task/63939/stat : 63939 (fscip) R 63931 63934 58658 0 -1 4194368 1089123 0 0 0 360004 119 0 0 20 0 41 0 11202014 23655661568 4982961 809668444160 4194304 16623229 140720560562672 0 0 0 0 0 2 0 0 0 -1 34 0 0 0 0 0 18838560 18947056 45305856 140720560571402 140720560571520 140720560571520 140720560578544 0
[pid=63934/tid=63940] ppid=63931 vsize=23101232 memory=52808 CPUtime=3604.36 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/63934/task/63940/stat : 63940 (fscip) R 63931 63934 58658 0 -1 4194368 402370 0 0 0 360391 45 0 0 20 0 41 0 11202014 23655661568 4982961 809668444160 4194304 16623229 140720560562672 0 0 0 0 0 2 0 0 0 -1 38 0 0 0 0 0 18838560 18947056 45305856 140720560571402 140720560571520 140720560571520 140720560578544 0
[pid=63934/tid=63941] ppid=63931 vsize=23101232 memory=19931688 CPUtime=3594.91 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/63934/task/63941/stat : 63941 (fscip) R 63931 63934 58658 0 -1 4194368 3643234 0 0 0 358753 738 0 0 20 0 41 0 11202014 23655661568 4982961 809668444160 4194304 16623229 140720560562672 0 0 0 0 0 2 0 0 0 -1 10 0 0 0 0 0 18838560 18947056 45305856 140720560571402 140720560571520 140720560571520 140720560578544 0
[pid=63934/tid=63942] ppid=63931 vsize=23101232 memory=28024 CPUtime=3605.23 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/63934/task/63942/stat : 63942 (fscip) R 63931 63934 58658 0 -1 4194368 384226 0 0 0 360474 49 0 0 20 0 41 0 11202014 23655661568 4982961 809668444160 4194304 16623229 140720560562672 0 0 0 0 0 2 0 0 0 -1 26 0 0 0 0 0 18838560 18947056 45305856 140720560571402 140720560571520 140720560571520 140720560578544 0
[pid=63934/tid=63943] ppid=63931 vsize=23101232 memory=0 CPUtime=3598.98 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/63934/task/63943/stat : 63943 (fscip) R 63931 63934 58658 0 -1 4194368 427584 0 0 0 359851 47 0 0 20 0 41 0 11202014 23655661568 4982961 809668444160 4194304 16623229 140720560562672 0 0 0 0 0 2 0 0 0 -1 22 0 0 0 0 0 18838560 18947056 45305856 140720560571402 140720560571520 140720560571520 140720560578544 0
[pid=63934/tid=63944] ppid=63931 vsize=23101232 memory=13552 CPUtime=3597.39 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/63934/task/63944/stat : 63944 (fscip) R 63931 63934 58658 0 -1 4194368 3628755 0 0 0 359035 704 0 0 20 0 41 0 11202014 23655661568 4982961 809668444160 4194304 16623229 140720560562672 0 0 0 0 0 2 0 0 0 -1 50 0 0 0 0 0 18838560 18947056 45305856 140720560571402 140720560571520 140720560571520 140720560578544 0
[pid=63934/tid=63945] ppid=63931 vsize=23101232 memory=5440 CPUtime=3601.91 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/63934/task/63945/stat : 63945 (fscip) R 63931 63934 58658 0 -1 4194368 921647 0 0 0 360090 101 0 0 20 0 41 0 11202014 23655661568 4982961 809668444160 4194304 16623229 140720560562672 0 0 0 0 0 2 0 0 0 -1 58 0 0 0 0 0 18838560 18947056 45305856 140720560571402 140720560571520 140720560571520 140720560578544 0
[pid=63934/tid=63946] ppid=63931 vsize=23101232 memory=2420 CPUtime=3596.72 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/63934/task/63946/stat : 63946 (fscip) R 63931 63934 58658 0 -1 4194368 1227976 0 0 0 359420 252 0 0 20 0 41 0 11202014 23655661568 4982961 809668444160 4194304 16623229 140720560562672 0 0 0 0 0 2 0 0 0 -1 70 0 0 0 0 0 18838560 18947056 45305856 140720560571402 140720560571520 140720560571520 140720560578544 0
[pid=63934/tid=63947] ppid=63931 vsize=23101232 memory=19846908 CPUtime=3603.4 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/63934/task/63947/stat : 63947 (fscip) R 63931 63934 58658 0 -1 4194368 3694157 0 0 0 359596 744 0 0 20 0 41 0 11202014 23655661568 4982961 809668444160 4194304 16623229 140720560562672 0 0 0 0 0 2 0 0 0 -1 2 0 0 0 0 0 18838560 18947056 45305856 140720560571402 140720560571520 140720560571520 140720560578544 0
[pid=63934/tid=63948] ppid=63931 vsize=23101232 memory=13552 CPUtime=3597.74 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/63934/task/63948/stat : 63948 (fscip) R 63931 63934 58658 0 -1 4194368 784326 0 0 0 359685 89 0 0 20 0 41 0 11202014 23655661568 4982961 809668444160 4194304 16623229 140720560562672 0 0 0 0 0 2 0 0 0 -1 66 0 0 0 0 0 18838560 18947056 45305856 140720560571402 140720560571520 140720560571520 140720560578544 0
[pid=63934/tid=63949] ppid=63931 vsize=23101232 memory=11624 CPUtime=3598.81 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/63934/task/63949/stat : 63949 (fscip) R 63931 63934 58658 0 -1 4194368 1727674 0 0 0 359602 279 0 0 20 0 41 0 11202014 23655661568 4982961 809668444160 4194304 16623229 140720560562672 0 0 0 0 0 2 0 0 0 -1 74 0 0 0 0 0 18838560 18947056 45305856 140720560571402 140720560571520 140720560571520 140720560578544 0
[pid=63934/tid=63950] ppid=63931 vsize=23101232 memory=280024084239072 CPUtime=3595.25 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/63934/task/63950/stat : 63950 (fscip) R 63931 63934 58658 0 -1 4194368 4378045 0 0 0 358650 875 0 0 20 0 41 0 11202014 23655661568 4982961 809668444160 4194304 16623229 140720560562672 0 0 0 0 0 2 0 0 0 -1 14 0 0 0 0 0 18838560 18947056 45305856 140720560571402 140720560571520 140720560571520 140720560578544 0
[pid=63934/tid=63951] ppid=63931 vsize=23101232 memory=280024083443744 CPUtime=3602.53 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/63934/task/63951/stat : 63951 (fscip) R 63931 63934 58658 0 -1 4194368 669039 0 0 0 360178 75 0 0 20 0 41 0 11202014 23655661568 4982961 809668444160 4194304 16623229 140720560562672 0 0 0 0 0 2 0 0 0 -1 62 0 0 0 0 0 18838560 18947056 45305856 140720560571402 140720560571520 140720560571520 140720560578544 0
[pid=63934/tid=63952] ppid=63931 vsize=23101232 memory=25333125866717268 CPUtime=3602.06 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/63934/task/63952/stat : 63952 (fscip) R 63931 63934 58658 0 -1 4194368 431277 0 0 0 360151 55 0 0 20 0 41 0 11202014 23655661568 4982961 809668444160 4194304 16623229 140720560562672 0 0 0 0 0 2 0 0 0 -1 78 0 0 0 0 0 18838560 18947056 45305856 140720560571402 140720560571520 140720560571520 140720560578544 0
[pid=63934/tid=63953] ppid=63931 vsize=23101232 memory=0 CPUtime=3598.27 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/63934/task/63953/stat : 63953 (fscip) R 63931 63934 58658 0 -1 4194368 4413931 0 0 0 358975 852 0 0 20 0 41 0 11202014 23655661568 4982961 809668444160 4194304 16623229 140720560562672 0 0 0 0 0 2 0 0 0 -1 54 0 0 0 0 0 18838560 18947056 45305856 140720560571402 140720560571520 140720560571520 140720560578544 0
[pid=63934/tid=63954] ppid=63931 vsize=23101232 memory=280024084966480 CPUtime=3602.69 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/63934/task/63954/stat : 63954 (fscip) R 63931 63934 58658 0 -1 4194368 358905 0 0 0 360221 48 0 0 20 0 41 0 11202014 23655661568 4982961 809668444160 4194304 16623229 140720560562672 0 0 0 0 0 2 0 0 0 -1 46 0 0 0 0 0 18838560 18947056 45305856 140720560571402 140720560571520 140720560571520 140720560578544 0
[pid=63934/tid=63955] ppid=63931 vsize=23101232 memory=132 CPUtime=3604.59 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/63934/task/63955/stat : 63955 (fscip) R 63931 63934 58658 0 -1 4194368 1622727 0 0 0 360181 278 0 0 20 0 41 0 11202014 23655661568 4982961 809668444160 4194304 16623229 140720560562672 0 0 0 0 0 2 0 0 0 -1 30 0 0 0 0 0 18838560 18947056 45305856 140720560571402 140720560571520 140720560571520 140720560578544 0
[pid=63934/tid=63956] ppid=63931 vsize=23101232 memory=7306922644393252453 CPUtime=0.02 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/63934/task/63956/stat : 63956 (fscip) S 63931 63934 58658 0 -1 1077936192 183 0 0 0 2 0 0 0 20 0 41 0 11202057 23655661568 4982961 809668444160 4194304 16623229 140720560562672 0 0 0 0 0 2 1 0 0 -1 78 0 0 0 0 0 18838560 18947056 45305856 140720560571402 140720560571520 140720560571520 140720560578544 0
[pid=63934/tid=63957] ppid=63931 vsize=23101232 memory=280024085303600 CPUtime=0.02 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/63934/task/63957/stat : 63957 (fscip) S 63931 63934 58658 0 -1 1077936192 127 0 0 0 2 0 0 0 20 0 41 0 11202057 23655661568 4982961 809668444160 4194304 16623229 140720560562672 0 0 0 0 0 2 1 0 0 -1 2 0 0 0 0 0 18838560 18947056 45305856 140720560571402 140720560571520 140720560571520 140720560578544 0
[pid=63934/tid=63958] ppid=63931 vsize=23101232 memory=19935628 CPUtime=0.02 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/63934/task/63958/stat : 63958 (fscip) S 63931 63934 58658 0 -1 1077936192 136 0 0 0 2 0 0 0 20 0 41 0 11202057 23655661568 4982961 809668444160 4194304 16623229 140720560562672 0 0 0 0 0 2 1 0 0 -1 10 0 0 0 0 0 18838560 18947056 45305856 140720560571402 140720560571520 140720560571520 140720560578544 0
[pid=63934/tid=63959] ppid=63931 vsize=23101232 memory=10528 CPUtime=0.02 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/63934/task/63959/stat : 63959 (fscip) S 63931 63934 58658 0 -1 1077936192 186 0 0 0 2 0 0 0 20 0 41 0 11202057 23655661568 4982961 809668444160 4194304 16623229 140720560562672 0 0 0 0 0 2 1 0 0 -1 2 0 0 0 0 0 18838560 18947056 45305856 140720560571402 140720560571520 140720560571520 140720560578544 0
[pid=63934/tid=63960] ppid=63931 vsize=23101232 memory=5440 CPUtime=0.02 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/63934/task/63960/stat : 63960 (fscip) S 63931 63934 58658 0 -1 1077936192 187 0 0 0 2 0 0 0 20 0 41 0 11202057 23655661568 4982961 809668444160 4194304 16623229 140720560562672 0 0 0 0 0 2 1 0 0 -1 6 0 0 0 0 0 18838560 18947056 45305856 140720560571402 140720560571520 140720560571520 140720560578544 0
[pid=63934/tid=63961] ppid=63931 vsize=23101232 memory=549395036763050 CPUtime=0.02 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/63934/task/63961/stat : 63961 (fscip) S 63931 63934 58658 0 -1 1077936192 184 0 0 0 2 0 0 0 20 0 41 0 11202057 23655661568 4982961 809668444160 4194304 16623229 140720560562672 0 0 0 0 0 2 1 0 0 -1 2 0 0 0 0 0 18838560 18947056 45305856 140720560571402 140720560571520 140720560571520 140720560578544 0
[pid=63934/tid=63962] ppid=63931 vsize=23101232 memory=280024083253712 CPUtime=0.02 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/63934/task/63962/stat : 63962 (fscip) S 63931 63934 58658 0 -1 1077936192 135 0 0 0 1 1 0 0 20 0 41 0 11202057 23655661568 4982961 809668444160 4194304 16623229 140720560562672 0 0 0 0 0 2 1 0 0 -1 70 0 0 0 0 0 18838560 18947056 45305856 140720560571402 140720560571520 140720560571520 140720560578544 0
[pid=63934/tid=63963] ppid=63931 vsize=23101232 memory=13552 CPUtime=0.02 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/63934/task/63963/stat : 63963 (fscip) S 63931 63934 58658 0 -1 1077936192 183 0 0 0 2 0 0 0 20 0 41 0 11202057 23655661568 4982961 809668444160 4194304 16623229 140720560562672 0 0 0 0 0 2 1 0 0 -1 26 0 0 0 0 0 18838560 18947056 45305856 140720560571402 140720560571520 140720560571520 140720560578544 0
[pid=63934/tid=63964] ppid=63931 vsize=23101232 memory=19930252 CPUtime=0.01 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/63934/task/63964/stat : 63964 (fscip) S 63931 63934 58658 0 -1 1077936192 137 0 0 0 1 0 0 0 20 0 41 0 11202057 23655661568 4982961 809668444160 4194304 16623229 140720560562672 0 0 0 0 0 2 1 0 0 -1 6 0 0 0 0 0 18838560 18947056 45305856 140720560571402 140720560571520 140720560571520 140720560578544 0
[pid=63934/tid=63965] ppid=63931 vsize=23101232 memory=-7019256412283954557 CPUtime=0.02 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/63934/task/63965/stat : 63965 (fscip) S 63931 63934 58658 0 -1 1077936192 194 0 0 0 2 0 0 0 20 0 41 0 11202057 23655661568 4982961 809668444160 4194304 16623229 140720560562672 0 0 0 0 0 2 1 0 0 -1 46 0 0 0 0 0 18838560 18947056 45305856 140720560571402 140720560571520 140720560571520 140720560578544 0
[pid=63934/tid=63966] ppid=63931 vsize=23101232 memory=7404 CPUtime=0.02 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/63934/task/63966/stat : 63966 (fscip) S 63931 63934 58658 0 -1 1077936192 182 0 0 0 1 1 0 0 20 0 41 0 11202057 23655661568 4982961 809668444160 4194304 16623229 140720560562672 0 0 0 0 0 2 1 0 0 -1 62 0 0 0 0 0 18838560 18947056 45305856 140720560571402 140720560571520 140720560571520 140720560578544 0
[pid=63934/tid=63967] ppid=63931 vsize=23101232 memory=19843844 CPUtime=0.01 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/63934/task/63967/stat : 63967 (fscip) S 63931 63934 58658 0 -1 1077936192 131 0 0 0 0 1 0 0 20 0 41 0 11202057 23655661568 4982961 809668444160 4194304 16623229 140720560562672 0 0 0 0 0 2 1 0 0 -1 38 0 0 0 0 0 18838560 18947056 45305856 140720560571402 140720560571520 140720560571520 140720560578544 0
[pid=63934/tid=63968] ppid=63931 vsize=23101232 memory=11624 CPUtime=0.02 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/63934/task/63968/stat : 63968 (fscip) S 63931 63934 58658 0 -1 1077936192 183 0 0 0 2 0 0 0 20 0 41 0 11202057 23655661568 4982961 809668444160 4194304 16623229 140720560562672 0 0 0 0 0 2 1 0 0 -1 2 0 0 0 0 0 18838560 18947056 45305856 140720560571402 140720560571520 140720560571520 140720560578544 0
[pid=63934/tid=63969] ppid=63931 vsize=23101232 memory=177617 CPUtime=0.02 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/63934/task/63969/stat : 63969 (fscip) S 63931 63934 58658 0 -1 1077936192 195 0 0 0 2 0 0 0 20 0 41 0 11202057 23655661568 4982961 809668444160 4194304 16623229 140720560562672 0 0 0 0 0 2 1 0 0 -1 2 0 0 0 0 0 18838560 18947056 45305856 140720560571402 140720560571520 140720560571520 140720560578544 0
[pid=63934/tid=63970] ppid=63931 vsize=23101232 memory=7361169020981687094 CPUtime=0.02 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/63934/task/63970/stat : 63970 (fscip) S 63931 63934 58658 0 -1 1077936192 138 0 0 0 2 0 0 0 20 0 41 0 11202057 23655661568 4982961 809668444160 4194304 16623229 140720560562672 0 0 0 0 0 2 1 0 0 -1 14 0 0 0 0 0 18838560 18947056 45305856 140720560571402 140720560571520 140720560571520 140720560578544 0
[pid=63934/tid=63971] ppid=63931 vsize=23101232 memory=280024083086272 CPUtime=0.02 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/63934/task/63971/stat : 63971 (fscip) S 63931 63934 58658 0 -1 1077936192 183 0 0 0 2 0 0 0 20 0 41 0 11202057 23655661568 4982961 809668444160 4194304 16623229 140720560562672 0 0 0 0 0 2 1 0 0 -1 2 0 0 0 0 0 18838560 18947056 45305856 140720560571402 140720560571520 140720560571520 140720560578544 0
[pid=63934/tid=63972] ppid=63931 vsize=23101232 memory=280024086345552 CPUtime=0.02 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/63934/task/63972/stat : 63972 (fscip) S 63931 63934 58658 0 -1 1077936192 183 0 0 0 2 0 0 0 20 0 41 0 11202057 23655661568 4982961 809668444160 4194304 16623229 140720560562672 0 0 0 0 0 2 1 0 0 -1 22 0 0 0 0 0 18838560 18947056 45305856 140720560571402 140720560571520 140720560571520 140720560578544 0
[pid=63934/tid=63973] ppid=63931 vsize=23101232 memory=-7019256412283954557 CPUtime=0.02 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/63934/task/63973/stat : 63973 (fscip) S 63931 63934 58658 0 -1 1077936192 186 0 0 0 2 0 0 0 20 0 41 0 11202057 23655661568 4982961 809668444160 4194304 16623229 140720560562672 0 0 0 0 0 2 1 0 0 -1 70 0 0 0 0 0 18838560 18947056 45305856 140720560571402 140720560571520 140720560571520 140720560578544 0
[pid=63934/tid=63974] ppid=63931 vsize=23101232 memory=7404 CPUtime=0.02 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/63934/task/63974/stat : 63974 (fscip) S 63931 63934 58658 0 -1 1077936192 183 0 0 0 2 0 0 0 20 0 41 0 11202057 23655661568 4982961 809668444160 4194304 16623229 140720560562672 0 0 0 0 0 2 1 0 0 -1 62 0 0 0 0 0 18838560 18947056 45305856 140720560571402 140720560571520 140720560571520 140720560578544 0
[pid=63934/tid=63975] ppid=63931 vsize=23101232 memory=19931844 CPUtime=0.02 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/63934/task/63975/stat : 63975 (fscip) S 63931 63934 58658 0 -1 1077936192 136 0 0 0 2 0 0 0 20 0 41 0 11202057 23655661568 4982961 809668444160 4194304 16623229 140720560562672 0 0 0 0 0 2 1 0 0 -1 14 0 0 0 0 0 18838560 18947056 45305856 140720560571402 140720560571520 140720560571520 140720560578544 0
Current children cumulated CPU time: 72001.9 s
Current children cumulated vsize: 23101232 KiB
Current children cumulated memory: 19931844 KiB

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

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

# cumulated CPU time of all completed processes:  user=71937.1 s, system=65.6069 s

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

[startup+3637.21 s]*
/proc/loadavg: 80.58 80.52 80.24 62/982 66084
/proc/meminfo: memFree=752728972/790760804 swapFree=131071996/131071996
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

[startup+3637.6 s]
/proc/loadavg: 80.58 80.52 80.24 62/982 66084
/proc/meminfo: memFree=752728972/790760804 swapFree=131071996/131071996
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

[startup+3637.7 s]
/proc/loadavg: 80.58 80.52 80.24 62/982 66084
/proc/meminfo: memFree=752728972/790760804 swapFree=131071996/131071996
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

Child ended because it received signal 15 (SIGTERM)

Real time (s): 3637.72
CPU time (s): 72002.7
CPU user time (s): 71937.1
CPU system time (s): 65.6069
CPU usage (%): 1979.34
Max. virtual memory (cumulated for all children) (KiB): 23428912
Max. memory (cumulated for all children) (KiB): 20065756

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 71937.1
system time used= 65.6069
maximum resident set size= 20065756
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 36080410
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= 223443
involuntary context switches= 257686


# summary of solver processes directly reported to runsolver:
#   pid: 63934
#   total CPU time (s): 72002.7
#   total CPU user time (s): 71937.1
#   total CPU system time (s): 65.6069

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 28.0142 second user time and 79.7264 second system time

The end

Launcher Data

Begin job on nodeD103 at 2024-07-31 19:16:33
IDJOB=4465184
IDBENCH=147222
IDSOLVER=3094
FILE ID=nodeD103/4465184-1722446193
RUNJOBID= nodeD103-1722441596-58670
SLURM_JOB_ID= 8254233
Free space on /tmp= 8622832 MiB

SOLVER NAME= FiberSCIP 20 cores, 2024-07-30
BENCH NAME= PB24/normalized-PB06/OPT-LIN/submitted-PB05/sorensson/garden/normalized-g100x100.opb
COMMAND LINE= ./fscip settings/racing.prm BENCHNAME -qsol -t TIMEOUT -sth NBCORE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4465184-1722446193/watcher-4465184-1722446193 -o /tmp/evaluation-result-4465184-1722446193/solver-4465184-1722446193 -C 72000 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeD103-1722441596-58670 --watchdog 3760  ./fscip settings/racing.prm HOME/instance-4465184-1722446193.opb -qsol -t 72000 -sth 20

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

MD5SUM BENCH= 908a9c4c32d975b4e5850834449958a7
RANDOM SEED=1757730412

nodeD103.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		: 2997.961
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		: 2897.243
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	: 5007.12
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		: 2647.157
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	: 5012.87
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		: 3164.915
cache size	: 28160 KB
physical id	: 3
siblings	: 20
core id		: 0
cpu cores	: 20
apicid		: 192
initial apicid	: 192
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5010.67
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		: 2997.957
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		: 2897.239
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	: 5007.12
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		: 2664.960
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	: 5012.87
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		: 3173.446
cache size	: 28160 KB
physical id	: 3
siblings	: 20
core id		: 4
cpu cores	: 20
apicid		: 200
initial apicid	: 200
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5010.67
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		: 2970.161
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		: 2897.236
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	: 5007.12
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		: 3607.864
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	: 5012.87
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		: 3198.181
cache size	: 28160 KB
physical id	: 3
siblings	: 20
core id		: 1
cpu cores	: 20
apicid		: 194
initial apicid	: 194
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5010.67
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		: 2990.909
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		: 2897.235
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	: 5007.12
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		: 3458.907
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	: 5012.87
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		: 3157.394
cache size	: 28160 KB
physical id	: 3
siblings	: 20
core id		: 3
cpu cores	: 20
apicid		: 198
initial apicid	: 198
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5010.67
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		: 2985.558
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		: 2897.233
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	: 5007.12
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		: 2247.134
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	: 5012.87
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		: 3072.541
cache size	: 28160 KB
physical id	: 3
siblings	: 20
core id		: 2
cpu cores	: 20
apicid		: 196
initial apicid	: 196
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5010.67
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		: 2952.254
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		: 2897.232
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	: 5007.12
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		: 3339.213
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	: 5012.87
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		: 3171.394
cache size	: 28160 KB
physical id	: 3
siblings	: 20
core id		: 12
cpu cores	: 20
apicid		: 216
initial apicid	: 216
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5010.67
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		: 2982.001
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		: 2897.230
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	: 5007.12
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		: 3454.112
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	: 5012.87
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		: 3173.641
cache size	: 28160 KB
physical id	: 3
siblings	: 20
core id		: 8
cpu cores	: 20
apicid		: 208
initial apicid	: 208
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5010.67
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		: 2972.056
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		: 2897.230
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	: 5007.12
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		: 3412.874
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	: 5012.87
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		: 3147.634
cache size	: 28160 KB
physical id	: 3
siblings	: 20
core id		: 11
cpu cores	: 20
apicid		: 214
initial apicid	: 214
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5010.67
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		: 2976.552
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		: 2897.226
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	: 5007.12
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		: 1726.404
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	: 5012.87
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		: 3156.276
cache size	: 28160 KB
physical id	: 3
siblings	: 20
core id		: 9
cpu cores	: 20
apicid		: 210
initial apicid	: 210
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5010.67
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		: 2997.947
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		: 2897.225
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	: 5007.12
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		: 1688.838
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	: 5012.87
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		: 3198.175
cache size	: 28160 KB
physical id	: 3
siblings	: 20
core id		: 10
cpu cores	: 20
apicid		: 212
initial apicid	: 212
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5010.67
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		: 2983.328
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		: 2897.224
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	: 5007.12
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		: 2625.435
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	: 5012.87
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		: 3170.010
cache size	: 28160 KB
physical id	: 3
siblings	: 20
core id		: 16
cpu cores	: 20
apicid		: 224
initial apicid	: 224
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5010.67
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		: 2995.606
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		: 2897.223
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	: 5007.12
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		: 2638.053
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	: 5012.87
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		: 3079.158
cache size	: 28160 KB
physical id	: 3
siblings	: 20
core id		: 20
cpu cores	: 20
apicid		: 232
initial apicid	: 232
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5010.67
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		: 2997.943
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		: 2897.220
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	: 5007.12
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		: 2627.969
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	: 5012.87
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		: 3198.171
cache size	: 28160 KB
physical id	: 3
siblings	: 20
core id		: 17
cpu cores	: 20
apicid		: 226
initial apicid	: 226
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5010.67
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		: 2997.943
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		: 2897.219
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	: 5007.12
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		: 2638.484
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	: 5012.87
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		: 3198.171
cache size	: 28160 KB
physical id	: 3
siblings	: 20
core id		: 19
cpu cores	: 20
apicid		: 230
initial apicid	: 230
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5010.67
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		: 2966.934
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		: 2897.218
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	: 5007.12
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		: 2633.225
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	: 5012.87
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		: 3198.169
cache size	: 28160 KB
physical id	: 3
siblings	: 20
core id		: 18
cpu cores	: 20
apicid		: 228
initial apicid	: 228
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5010.67
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		: 2985.589
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		: 2897.215
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	: 5007.12
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		: 2667.788
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	: 5012.87
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		: 3177.015
cache size	: 28160 KB
physical id	: 3
siblings	: 20
core id		: 28
cpu cores	: 20
apicid		: 248
initial apicid	: 248
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5010.67
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		: 2975.601
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		: 2897.212
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	: 5007.12
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		: 2649.442
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	: 5012.87
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		: 3181.850
cache size	: 28160 KB
physical id	: 3
siblings	: 20
core id		: 24
cpu cores	: 20
apicid		: 240
initial apicid	: 240
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5010.67
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		: 2997.938
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		: 2897.211
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	: 5007.12
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		: 2669.793
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	: 5012.87
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		: 3198.165
cache size	: 28160 KB
physical id	: 3
siblings	: 20
core id		: 27
cpu cores	: 20
apicid		: 246
initial apicid	: 246
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5010.67
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		: 2975.013
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		: 2897.208
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	: 5007.12
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		: 2660.086
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	: 5012.87
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		: 3151.330
cache size	: 28160 KB
physical id	: 3
siblings	: 20
core id		: 25
cpu cores	: 20
apicid		: 242
initial apicid	: 242
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5010.67
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		: 2973.709
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		: 2897.207
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	: 5007.12
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		: 1568.109
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	: 5012.87
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		: 3124.621
cache size	: 28160 KB
physical id	: 3
siblings	: 20
core id		: 26
cpu cores	: 20
apicid		: 244
initial apicid	: 244
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5010.67
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       790760804 kB
MemFree:        775889432 kB
MemAvailable:   773822416 kB
Buffers:          135744 kB
Cached:           620384 kB
SwapCached:            0 kB
Active:           290740 kB
Inactive:       12249752 kB
Active(anon):       2132 kB
Inactive(anon): 11804764 kB
Active(file):     288608 kB
Inactive(file):   444988 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:             28888 kB
Writeback:            64 kB
AnonPages:      11782648 kB
Mapped:           125020 kB
Shmem:             22536 kB
KReclaimable:     120056 kB
Slab:             448432 kB
SReclaimable:     120056 kB
SUnreclaim:       328376 kB
KernelStack:       16512 kB
PageTables:        33228 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    526452396 kB
Committed_AS:    1620148 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:           183936 kB
HardwareCorrupted:     0 kB
AnonHugePages:    348160 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:      458752 kB
DirectMap2M:    49321984 kB
DirectMap1G:    756023296 kB

Free space on /tmp at the end= 8622808 MiB
End job on nodeD103 at 2024-07-31 20:17:11