Trace number 4465693

Some explanations

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

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

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

Solver answer on this benchmark

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

General information on the benchmark

NamePB24/normalized-PB12/DEC-LIN/sroussel/
ShortestPathTate/normalized-TateBritain_K81.opb
MD5SUMa76247625d06f26dbfcd47fe69513f4b
Bench CategoryDEC-LIN (decision problem, linear constraints, no UNSAT certificate)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables5508
Total number of constraints5672
Number of constraints which are clauses5591
Number of constraints which are cardinality constraints (but not clauses)81
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint81
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 82
Number of bits of the biggest sum of numbers7
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.00	c The following solver is parallelized by UG version 1.0.0 [GitHash: e6e2b6ff-dirty]
0.00/0.00	c SCIP version 10.0.0 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: Soplex 7.1.1] [GitHash: 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.03	c Default LC presolving (default).
0.00/0.03	c ** Before presolving: virtualMemUsedAtLc = 47013888, getVmSize() = 47013888, SCIPgetMemUsed() = 20007544, SCIPgetMemTotal() = 24954736, SCIPgetMemExternEstim() = 10741287
0.00/0.03	c ** set memory limit for presolving in LC to 8.79594e+12 for SCIP **
5.17/5.26	c ** Estimated virtualMemUsedAtSolver = 72873836, getVmSize() = 123170816, SCIPgetMemUsed() = 69408179, SCIPgetMemTotal() = 98569467, SCIPgetMemExternEstim() = 10741287
5.17/5.26	c ** set memory limit for solvers to 4.18839e+11 for each SCIP **
5.17/5.26	c Original Problem   :
5.17/5.26	c   Problem name     : instance-4465693-1722541940
5.17/5.26	c   Variables        : 5508 (5508 binary, 0 integer, 0 implicit integer, 0 continuous)
5.17/5.26	c   Constraints      : 5672
5.17/5.26	c   Objective sense  : minimize
5.17/5.26	c Presolved Problem  :
5.17/5.26	c   Variables        : 4773 (4773 binary, 0 integer, 0 implicit integer, 0 continuous)
5.17/5.26	c   Constraints      : 4920
5.17/5.26	c Constraints        : Number
5.17/5.26	c   knapsack         : 1 
5.17/5.26	c   setppc           : 1052 
5.17/5.26	c   orbitope         : 3 
5.17/5.26	c   logicor          : 3864 
5.17/5.26	c ** Instance transfer method used: 0
5.17/5.28	c ** ParaScipInstance copy increased the number of variables. **
5.38/5.48	c LC is working with racing ramp-up and with rebuilding tree after racing.
5.38/5.49	c                                Nodes    Active                                            
5.38/5.49	c      Time          Nodes        Left   Solvers     Best Integer        Best Node        Gap     Best Node(S)     Gap(S)
57.57/8.18	c         8              2           1        20                -           0.0000          -
157.94/13.23	c        13           2927         192        20                -           0.0000          -
257.06/18.28	c        18           6891         283        20                -           0.0000          -
358.19/23.33	c        23          10321         378        20                -           0.0000          -
457.38/28.39	c        28          14300         347        20                -           0.0000          -
558.42/33.43	c        33          18077         354        20                -           0.0000          -
657.58/38.48	c        38          21079         337        20                -           0.0000          -
758.60/43.53	c        44          24302         329        20                -           0.0000          -
859.66/48.60	c        49          26978         362        20                -           0.0000          -
958.62/53.66	c        54          30919         334        20                -           0.0000          -
1059.68/58.71	c        59          34018         353        20                -           0.0000          -
1158.81/63.76	c        64          36284         321        20                -           0.0000          -
1259.84/68.81	c        69          39605         320        20                -           0.0000          -
1359.09/73.87	c        74          43090         318        20                -           0.0000          -
1460.12/78.95	c        79          47163         314        20                -           0.0000          -
1559.07/83.99	c        84          50626         312        20                -           0.0000          -
1660.66/89.06	c        89          54148         310        20                -           0.0000          -
1759.88/94.12	c        94          57845         318        20                -           0.0000          -
1860.99/99.18	c        99          61094         317        20                -           0.0000          -
1961.36/104.24	c       104          64218         354        20                -           0.0000          -
2060.53/109.29	c       109              4           3        20                -           0.0000          -
2161.50/114.36	c       114              8           7        20                -           0.0000          -
2262.69/119.45	c       119             12          11        20                -           0.0000          -
2361.86/124.49	c       124             16          15        20                -           0.0000          -
2463.00/129.57	c       130              2           1        20                -           0.0000          -
2564.01/134.61	c       135             26          21        20                -           0.0000          -
2663.02/139.67	c       140              5           4        20                -           0.0000          -
2764.01/144.72	c       145             27          22        20                -           0.0000          -
2862.99/149.77	c       150             27          22        20                -           0.0000          -
2963.95/154.82	c       155             27          22        20                -           0.0000          -
3063.00/159.88	c       160             27          22        20                -           0.0000          -
3164.12/164.93	c       165             27          22        20                -           0.0000          -
3263.25/169.98	c       170             27          22        20                -           0.0000          -
3361.91/175.02	c       175             27          22        20                -           0.0000          -
3463.42/180.06	c       180             27          22        20                -           0.0000          -
3564.68/185.18	c       185             27          22        20                -           0.0000          -
3664.93/190.26	c       190             27          22        20                -           0.0000          -
3765.81/195.32	c       195             27          22        20                -           0.0000          -
3864.98/200.37	c       200             27          22        20                -           0.0000          -
3966.07/205.40	c       205             27          22        20                -           0.0000          -
4065.21/210.47	c       210             27          22        20                -           0.0000          -
4166.32/215.53	c       216             27          22        20                -           0.0000          -
4265.36/220.59	c       221             73          20        20                -           0.0000          -
4366.35/225.66	c       226             77          22        20                -           0.0000          -
4467.37/230.71	c       231             41          18        20                -           0.0000          -
4566.42/235.77	c       236             80          21        20                -           0.0000          -
4667.53/240.83	c       241         140965         381        20                -           0.0000          -
4766.65/245.89	c       246             89          26        20                -           0.0000          -
4867.76/250.95	c       251             57          18        20                -           0.0000          -
4966.88/255.99	c       256             95          28        20                -           0.0000          -
5065.78/261.01	c       261             63          18        20                -           0.0000          -
5167.43/266.09	c       266             63          20        20                -           0.0000          -
5268.65/271.17	c       271             63          20        20                -           0.0000          -
5369.05/276.22	c       276             63          20        20                -           0.0000          -
5468.12/281.29	c       281             63          20        20                -           0.0000          -
5569.24/286.35	c       286             63          20        20                -           0.0000          -
5670.35/291.41	c       291             63          20        20                -           0.0000          -
5769.50/296.46	c       296             63          20        20                -           0.0000          -
5870.71/301.51	c       302             63          20        20                -           0.0000          -
5969.95/306.56	c       307             63          20        20                -           0.0000          -
6071.08/311.61	c       312             63          20        20                -           0.0000          -
6170.32/316.66	c       317             63          20        20                -           0.0000          -
6271.41/321.71	c       322             63          20        20                -           0.0000          -
6370.66/326.76	c       327             63          20        20                -           0.0000          -
6471.84/331.83	c       332             63          20        20                -           0.0000          -
6571.03/336.90	c       337             63          20        20                -           0.0000          -
6672.23/341.96	c       342             63          20        20                -           0.0000          -
6771.43/347.00	c       347            109          40        20                -           0.0000          -
6873.09/352.05	c       352            109          40        20                -           0.0000          -
6972.12/357.11	c       357            109          40        20                -           0.0000          -
7073.37/362.15	c       362            109          40        20                -           0.0000          -
7173.85/367.20	c       367            109          40        20                -           0.0000          -
7273.00/372.26	c       372            109          40        20                -           0.0000          -
7374.13/377.31	c       377             83          20        20                -           0.0000          -
7473.26/382.36	c       382             83          20        20                -           0.0000          -
7574.45/387.40	c       387             83          20        20                -           0.0000          -
7673.68/392.46	c       392             83          20        20                -           0.0000          -
7774.90/397.51	c       398            115          46        20                -           0.0000          -
7874.14/402.58	c       403            117          48        20                -           0.0000          -
7975.34/407.62	c       408             93          24        20                -           0.0000          -
8074.56/412.67	c       413             93          24        20                -           0.0000          -
8175.67/417.73	c       418             93          24        20                -           0.0000          -
8274.91/422.78	c       423             93          24        20                -           0.0000          -
8376.16/427.84	c       428             93          24        20                -           0.0000          -
8475.39/432.86	c       433             93          24        20                -           0.0000          -
8576.64/437.97	c       438             93          24        20                -           0.0000          -
8675.87/443.01	c       443             93          24        20                -           0.0000          -
8777.80/448.06	c       448             93          24        20                -           0.0000          -
8876.84/453.11	c       453            133          64        20                -           0.0000          -
8977.98/458.17	c       458            136          67        20                -           0.0000          -
9080.61/463.35	c       463            136          67        20                -           0.0000          -
9181.77/468.44	c       468            136          67        20                -           0.0000          -
9282.97/473.51	c       474            110          23        20                -           0.0000          -
9382.14/478.57	c       479            110          23        20                -           0.0000          -
9483.22/483.63	c       484            110          23        20                -           0.0000          -
9584.39/488.74	c       489            110          23        20                -           0.0000          -
9685.56/493.80	c       494            110          23        20                -           0.0000          -
9784.75/498.84	c       499            141          72        20                -           0.0000          -
9883.89/503.90	c       504            143          74        20                -           0.0000          -
9984.97/508.94	c       509         327522         451        20                -           0.0000          -
10084.01/513.99	c       514            146          75        20                -           0.0000          -
10183.17/519.03	c       519         334842         436        20                -           0.0000          -
10284.50/524.10	c       524            149          78        20                -           0.0000          -
10385.42/529.16	c       529            146          23        20                -           0.0000          -
10485.66/534.20	c       534            146          23        20                -           0.0000          -
10584.63/539.25	c       539            153          82        20                -           0.0000          -
10683.71/544.27	c       544            153          82        20                -           0.0000          -
10784.68/549.31	c       549            153          82        20                -           0.0000          -
10883.75/554.34	c       554            153          82        20                -           0.0000          -
10982.70/559.34	c       559            153          82        20                -           0.0000          -
11083.71/564.40	c       564            154          83        20                -           0.0000          -
11182.74/569.45	c       569            155          84        20                -           0.0000          -
11283.69/574.50	c       575            156          85        20                -           0.0000          -
11382.74/579.55	c       580            156          85        20                -           0.0000          -
11483.82/584.60	c       585            156          85        20                -           0.0000          -
11582.97/589.65	c       590            159          88        20                -           0.0000          -
11681.78/594.68	c       595         320396         390        20                -           0.0000          -
11782.82/599.77	c       600            161          90        20                -           0.0000          -
11883.89/604.82	c       605            161          90        20                -           0.0000          -
11984.98/609.90	c       610            162          91        20                -           0.0000          -
12084.03/614.95	c       615            251          24        20                -           0.0000          -
12183.00/620.01	c       620            165          94        20                -           0.0000          -
12282.07/625.02	c       625            166          95        20                -           0.0000          -
12383.93/630.11	c       630            168          97        20                -           0.0000          -
12484.82/635.13	c       635            285          28        20                -           0.0000          -
12585.19/640.21	c       640            169          98        20                -           0.0000          -
12684.24/645.26	c       645            169          98        20                -           0.0000          -
12785.41/650.32	c       650            169          98        20                -           0.0000          -
12884.36/655.37	c       655            306          29        20                -           0.0000          -
12983.49/660.39	c       660            181          94        20                -           0.0000          -
13084.64/665.46	c       665            312          31        20                -           0.0000          -
13185.87/670.55	c       671            198          97        20                -           0.0000          -
13285.00/675.59	c       676            318          37        20                -           0.0000          -
13386.08/680.67	c       681            199          98        20                -           0.0000          -
13487.15/685.73	c       686            199          98        20                -           0.0000          -
13586.21/690.79	c       691            199          98        20                -           0.0000          -
13687.31/695.87	c       696            199          98        20                -           0.0000          -
13788.51/700.92	c       701            199          98        20                -           0.0000          -
13887.71/705.99	c       706            199          98        20                -           0.0000          -
13989.55/711.05	c       711            325          42        20                -           0.0000          -
14088.24/716.13	c       716            325          42        20                -           0.0000          -
14189.42/721.19	c       721            325          42        20                -           0.0000          -
14289.83/726.24	c       726            325          42        20                -           0.0000          -
14388.99/731.29	c       731            325          42        20                -           0.0000          -
14490.22/736.35	c       736            325          42        20                -           0.0000          -
14591.30/741.41	c       741            325          42        20                -           0.0000          -
14690.46/746.46	c       746            325          42        20                -           0.0000          -
14791.67/751.52	c       752            325          42        20                -           0.0000          -
14890.89/756.58	c       757            325          42        20                -           0.0000          -
14992.02/761.66	c       762            325          42        20                -           0.0000          -
15093.24/766.74	c       767            325          42        20                -           0.0000          -
15194.09/771.82	c       772            325          42        20                -           0.0000          -
15295.22/776.90	c       777            271         110        20                -           0.0000          -
15394.23/781.93	c       782            271         110        20                -           0.0000          -
15493.40/787.02	c       787            271         110        20                -           0.0000          -
15595.18/792.07	c       792            271         110        20                -           0.0000          -
15694.30/797.12	c       797            332          45        20                -           0.0000          -
15795.55/802.18	c       802            334          45        20                -           0.0000          -
15895.93/807.24	c       807            282         112        20                -           0.0000          -
15994.97/812.29	c       812         428735         325        20                -           0.0000          -
16096.02/817.36	c       817            339          50        20                -           0.0000          -
16197.12/822.40	c       822            339          50        20                -           0.0000          -
16296.22/827.49	c       828            287         113        20                -           0.0000          -
16397.15/832.54	c       833         513084         442        20                -           0.0000          -
16498.16/837.61	c       838            345          54        20                -           0.0000          -
16597.19/842.66	c       843            346          55        20                -           0.0000          -
16698.26/847.72	c       848            300         122        20                -           0.0000          -
16797.29/852.78	c       853            302         124        20                -           0.0000          -
16898.32/857.83	c       858            351          58        20                -           0.0000          -
16997.41/862.87	c       863            351          58        20                -           0.0000          -
17098.58/867.97	c       868            313         133        20                -           0.0000          -
17197.60/873.00	c       873            354          61        20                -           0.0000          -
17299.32/878.10	c       878            354          61        20                -           0.0000          -
17400.23/883.16	c       883            356          63        20                -           0.0000          -
17500.67/888.22	c       888            356          63        20                -           0.0000          -
17599.77/893.27	c       893            361          66        20                -           0.0000          -
17700.88/898.33	c       898            361          66        20                -           0.0000          -
17799.88/903.35	c       903         470620         338        20                -           0.0000          -
17900.98/908.41	c       908            335         143        20                -           0.0000          -
18000.08/913.44	c       913            338         144        20                -           0.0000          -
18101.23/918.56	c       919            367          72        20                -           0.0000          -
18202.24/923.61	c       924         563774         433        20                -           0.0000          -
18301.33/928.67	c       929            343         145        20                -           0.0000          -
18402.42/933.71	c       934            344         146        20                -           0.0000          -
18501.54/938.77	c       939            348         146        20                -           0.0000          -
18602.60/943.82	c       944            374          79        20                -           0.0000          -
18701.76/948.85	c       949            374          79        20                -           0.0000          -
18802.74/953.93	c       954            374          79        20                -           0.0000          -
18901.92/958.94	c       959            374          79        20                -           0.0000          -
19000.83/964.04	c       964            377          82        20                -           0.0000          -
19102.55/969.11	c       969            377          82        20                -           0.0000          -
19203.63/974.17	c       974            366         160        20                -           0.0000          -
19303.90/979.21	c       979            380          85        20                -           0.0000          -
19402.92/984.26	c       984            380          85        20                -           0.0000          -
19504.07/989.31	c       989            380          85        20                -           0.0000          -
19603.18/994.37	c       994            380          85        20                -           0.0000          -
19704.27/999.41	c       999            375         169        20                -           0.0000          -
19803.45/1004.46	c      1004            375         169        20                -           0.0000          -
19904.60/1009.51	c      1010         610663         500        20                -           0.0000          -
20003.64/1014.57	c      1015            387          92        20                -           0.0000          -
20104.73/1019.62	c      1020            387          92        20                -           0.0000          -
20203.86/1024.68	c      1025            388          93        20                -           0.0000          -
20304.87/1029.73	c      1030            385         175        20                -           0.0000          -
20404.01/1034.80	c      1035            391          96        20                -           0.0000          -
20505.11/1039.82	c      1040            391          96        20                -           0.0000          -
20604.29/1044.89	c      1045            391          96        20                -           0.0000          -
20705.48/1049.95	c      1050            391          96        20                -           0.0000          -
20804.77/1055.03	c      1055            391          96        20                -           0.0000          -
20906.40/1060.08	c      1060            391          96        20                -           0.0000          -
21007.63/1065.14	c      1065            391          96        20                -           0.0000          -
21106.81/1070.19	c      1070            391          96        20                -           0.0000          -
21207.12/1075.21	c      1075            391          96        20                -           0.0000          -
21306.34/1080.26	c      1080            391          96        20                -           0.0000          -
21405.42/1085.27	c      1085            391          96        20                -           0.0000          -
21508.47/1090.42	c      1090            391          96        20                -           0.0000          -
21607.59/1095.47	c      1095            391          96        20                -           0.0000          -
21708.72/1100.54	c      1101            391          96        20                -           0.0000          -
21807.98/1105.59	c      1106            391          96        20                -           0.0000          -
21908.97/1110.65	c      1111         677059         473        20                -           0.0000          -
22008.01/1115.66	c      1116            401          96        20                -           0.0000          -
22107.05/1120.68	c      1121            446         188        20                -           0.0000          -
22208.12/1125.79	c      1126         687583         483        20                -           0.0000          -
22309.22/1130.87	c      1131         690568         434        20                -           0.0000          -
22410.20/1135.94	c      1136            422          97        20                -           0.0000          -
22509.26/1140.99	c      1141            463         195        20                -           0.0000          -
22610.99/1146.04	c      1146            432          99        20                -           0.0000          -
22710.03/1151.10	c      1151            437         100        20                -           0.0000          -
22811.09/1156.15	c      1156            470         196        20                -           0.0000          -
22911.54/1161.23	c      1161            471         197        20                -           0.0000          -
23010.71/1166.27	c      1166            471         197        20                -           0.0000          -
23111.74/1171.32	c      1171            471         197        20                -           0.0000          -
23210.59/1176.38	c      1176            456         115        20                -           0.0000          -
23311.66/1181.43	c      1181         719234         474        20                -           0.0000          -
23410.69/1186.49	c      1186            461         118        20                -           0.0000          -
23511.68/1191.54	c      1192            462         119        20                -           0.0000          -
23610.75/1196.60	c      1197            465         122        20                -           0.0000          -
23711.67/1201.62	c      1202            503         193        20                -           0.0000          -
23810.79/1206.70	c      1207            473         128        20                -           0.0000          -
23911.84/1211.75	c      1212            473         128        20                -           0.0000          -
24012.96/1216.80	c      1217            477         132        20                -           0.0000          -
24112.08/1221.85	c      1222            510         200        20                -           0.0000          -
24211.23/1226.87	c      1227            512         202        20                -           0.0000          -
24310.26/1231.88	c      1232            481         132        20                -           0.0000          -
24411.32/1236.94	c      1237            481         132        20                -           0.0000          -
24510.41/1241.95	c      1242            485         136        20                -           0.0000          -
24609.66/1246.96	c      1247            489         137        20                -           0.0000          -
24711.18/1252.05	c      1252            489         137        20                -           0.0000          -
24812.49/1257.15	c      1257            490         138        20                -           0.0000          -
24912.52/1262.25	c      1262            490         138        20                -           0.0000          -
25013.65/1267.36	c      1267            538         208        20                -           0.0000          -
25114.71/1272.43	c      1272            538         208        20                -           0.0000          -
25213.81/1277.48	c      1277            498         144        20                -           0.0000          -
25314.74/1282.57	c      1283            543         211        20                -           0.0000          -
25415.75/1287.62	c      1288            504         146        20                -           0.0000          -
25514.69/1292.67	c      1293         795189         440        20                -           0.0000          -
25615.83/1297.72	c      1298            551         215        20                -           0.0000          -
25714.94/1302.77	c      1303            551         215        20                -           0.0000          -
25814.05/1307.78	c      1308            551         215        20                -           0.0000          -
25914.99/1312.84	c      1313            551         215        20                -           0.0000          -
26016.10/1317.93	c      1318            551         215        20                -           0.0000          -
26115.10/1322.98	c      1323            551         215        20                -           0.0000          -
26214.25/1328.00	c      1328         818660         440        20                -           0.0000          -
26315.79/1333.09	c      1333            527         157        20                -           0.0000          -
26417.28/1338.16	c      1338            564         220        20                -           0.0000          -
26517.69/1343.23	c      1343            565         221        20                -           0.0000          -
26616.90/1348.29	c      1348            533         161        20                -           0.0000          -
26718.10/1353.34	c      1353            533         161        20                -           0.0000          -
26817.25/1358.39	c      1358            536         164        20                -           0.0000          -
26918.33/1363.44	c      1363            578         226        20                -           0.0000          -
27019.53/1368.50	c      1369            540         168        20                -           0.0000          -
27118.42/1373.57	c      1374            585         225        20                -           0.0000          -
27219.58/1378.63	c      1379            587         225        20                -           0.0000          -
27318.70/1383.68	c      1384            588         226        20                -           0.0000          -
27419.84/1388.73	c      1389            555         173        20                -           0.0000          -
27518.89/1393.79	c      1394            557         175        20                -           0.0000          -
27620.00/1398.84	c      1399            600         232        20                -           0.0000          -
27721.05/1403.91	c      1404            561         177        20                -           0.0000          -
27820.10/1408.96	c      1409            601         233        20                -           0.0000          -
27919.18/1414.02	c      1414            601         233        20                -           0.0000          -
28020.90/1419.07	c      1419            601         233        20                -           0.0000          -
28119.98/1424.10	c      1424            601         233        20                -           0.0000          -
28221.35/1429.17	c      1429            585         177        20                -           0.0000          -
28321.39/1434.22	c      1434            588         178        20                -           0.0000          -
28420.59/1439.27	c      1439            588         178        20                -           0.0000          -
28521.73/1444.32	c      1444            592         180        20                -           0.0000          -
28620.88/1449.33	c      1449         897529         488        20                -           0.0000          -
28720.02/1454.37	c      1454            615         237        20                -           0.0000          -
28821.18/1459.48	c      1459            607         181        20                -           0.0000          -
28922.10/1464.53	c      1465         908064         474        20                -           0.0000          -
29021.17/1469.54	c      1470         911707         470        20                -           0.0000          -
29122.24/1474.67	c      1475            628         242        20                -           0.0000          -
29223.36/1479.72	c      1480            624         180        20                -           0.0000          -
29322.48/1484.77	c      1485            624         180        20                -           0.0000          -
29423.35/1489.87	c      1490            635         247        20                -           0.0000          -
29524.21/1494.92	c      1495            631         185        20                -           0.0000          -
29623.21/1499.97	c      1500         934139         432        20                -           0.0000          -
29722.29/1505.02	c      1505            652         252        20                -           0.0000          -
29824.03/1510.07	c      1510            652         252        20                -           0.0000          -
29925.24/1515.14	c      1515            652         252        20                -           0.0000          -
30024.36/1520.19	c      1520            652         252        20                -           0.0000          -
30124.83/1525.24	c      1525            652         252        20                -           0.0000          -
30224.00/1530.27	c      1530            652         252        20                -           0.0000          -
30325.13/1535.35	c      1535            652         252        20                -           0.0000          -
30426.27/1540.41	c      1540            652         252        20                -           0.0000          -
30525.40/1545.48	c      1545            652         252        20                -           0.0000          -
30626.54/1550.54	c      1551            652         252        20                -           0.0000          -
30725.59/1555.59	c      1556            652         252        20                -           0.0000          -
30826.69/1560.65	c      1561            652         252        20                -           0.0000          -
30927.69/1565.72	c      1566            652         252        20                -           0.0000          -
31026.83/1570.77	c      1571            652         252        20                -           0.0000          -
31125.99/1575.80	c      1576            652         252        20                -           0.0000          -
31227.13/1580.88	c      1581            652         252        20                -           0.0000          -
31328.26/1585.93	c      1586            652         252        20                -           0.0000          -
31427.34/1590.99	c      1591            652         252        20                -           0.0000          -
31528.94/1596.05	c      1596            652         252        20                -           0.0000          -
31628.12/1601.12	c      1601            652         252        20                -           0.0000          -
31729.29/1606.17	c      1606            652         252        20                -           0.0000          -
31829.71/1611.23	c      1611            654         254        20                -           0.0000          -
31928.71/1616.30	c      1616        1013008         458        20                -           0.0000          -
32029.83/1621.34	c      1621            690         212        20                -           0.0000          -
32128.94/1626.39	c      1626            690         212        20                -           0.0000          -
32230.01/1631.45	c      1631            690         212        20                -           0.0000          -
32331.07/1636.52	c      1637            676         258        20                -           0.0000          -
32430.08/1641.58	c      1642            694         216        20                -           0.0000          -
32531.05/1646.64	c      1647        1032265         426        20                -           0.0000          -
32630.15/1651.69	c      1652            681         263        20                -           0.0000          -
32731.22/1656.75	c      1657            681         263        20                -           0.0000          -
32832.17/1661.80	c      1662            701         219        20                -           0.0000          -
32931.19/1666.87	c      1667         898301         353        20                -           0.0000          -
33032.04/1671.91	c      1672            708         222        20                -           0.0000          -
33131.11/1676.96	c      1677            708         222        20                -           0.0000          -
33230.13/1682.03	c      1682            708         222        20                -           0.0000          -
33331.85/1687.08	c      1687            708         222        20                -           0.0000          -
33432.62/1692.13	c      1692            693         269        20                -           0.0000          -
33531.64/1697.18	c      1697            723         223        20                -           0.0000          -
33632.22/1702.23	c      1702         919229         409        20                -           0.0000          -
33731.29/1707.24	c      1707            727         225        20                -           0.0000          -
33832.36/1712.34	c      1712            727         225        20                -           0.0000          -
33931.51/1717.39	c      1717            727         225        20                -           0.0000          -
34032.63/1722.45	c      1722            727         225        20                -           0.0000          -
34133.77/1727.51	c      1728            734         228        20                -           0.0000          -
34232.73/1732.56	c      1733            734         228        20                -           0.0000          -
34333.91/1737.61	c      1738            728         276        20                -           0.0000          -
34433.08/1742.66	c      1743            729         277        20                -           0.0000          -
34534.26/1747.73	c      1748            737         231        20                -           0.0000          -
34633.30/1752.78	c      1753            739         231        20                -           0.0000          -
34734.34/1757.83	c      1758            741         233        20                -           0.0000          -
34833.52/1762.85	c      1763            741         233        20                -           0.0000          -
34934.70/1767.93	c      1768            741         233        20                -           0.0000          -
35036.38/1773.03	c      1773            741         233        20                -           0.0000          -
35135.63/1778.09	c      1778        1021789         333        20                -           0.0000          -
35236.76/1783.13	c      1783            744         234        20                -           0.0000          -
35335.92/1788.18	c      1788        1028091         343        20                -           0.0000          -
35436.46/1793.23	c      1793         978639         418        20                -           0.0000          -
35535.66/1798.28	c      1798         981362         405        20                -           0.0000          -
35636.84/1803.30	c      1803        1127101         427        20                -           0.0000          -
35736.04/1808.38	c      1808            779         243        20                -           0.0000          -
35837.18/1813.43	c      1813        1044886         330        20                -           0.0000          -
35936.38/1818.48	c      1818            791         245        20                -           0.0000          -
36037.52/1823.53	c      1824            796         246        20                -           0.0000          -
36136.73/1828.58	c      1829            827         287        20                -           0.0000          -
36237.91/1833.63	c      1834            814         244        20                -           0.0000          -
36337.10/1838.68	c      1839            839         291        20                -           0.0000          -
36438.23/1843.71	c      1844            823         247        20                -           0.0000          -
36537.47/1848.78	c      1849            846         290        20                -           0.0000          -
36638.52/1853.83	c      1854            852         294        20                -           0.0000          -
36737.67/1858.88	c      1859            856         292        20                -           0.0000          -
36838.84/1863.93	c      1864        1075974         315        20                -           0.0000          -
36937.99/1868.98	c      1869            845         251        20                -           0.0000          -
37036.91/1874.03	c      1874            849         253        20                -           0.0000          -
37138.66/1879.09	c      1879            883         295        20                -           0.0000          -
37239.83/1884.14	c      1884        1087308         312        20                -           0.0000          -
37339.19/1889.19	c      1889            892         294        20                -           0.0000          -
37439.65/1894.24	c      1894            867         258        20                -           0.0000          -
37538.88/1899.29	c      1899            867         258        20                -           0.0000          -
37640.00/1904.34	c      1904            903         295        20                -           0.0000          -
37739.22/1909.39	c      1909            903         295        20                -           0.0000          -
37840.23/1914.44	c      1914            911         297        20                -           0.0000          -
37939.46/1919.49	c      1920            894         255        20                -           0.0000          -
38040.64/1924.57	c      1925            894         255        20                -           0.0000          -
38141.86/1929.62	c      1930            894         255        20                -           0.0000          -
38241.00/1934.68	c      1935            894         255        20                -           0.0000          -
38342.24/1939.73	c      1940            894         255        20                -           0.0000          -
38441.46/1944.78	c      1945            894         255        20                -           0.0000          -
38542.71/1949.85	c      1950            894         255        20                -           0.0000          -
38643.80/1954.91	c      1955            894         255        20                -           0.0000          -
38743.02/1959.96	c      1960            894         255        20                -           0.0000          -
38842.17/1964.98	c      1965            894         255        20                -           0.0000          -
38943.91/1970.08	c      1970            894         255        20                -           0.0000          -
39042.72/1975.09	c      1975            894         255        20                -           0.0000          -
39143.80/1980.17	c      1980            894         255        20                -           0.0000          -
39244.26/1985.22	c      1985            894         255        20                -           0.0000          -
39343.45/1990.27	c      1990            894         255        20                -           0.0000          -
39444.39/1995.32	c      1995            894         255        20                -           0.0000          -
39543.52/2000.38	c      2000            894         255        20                -           0.0000          -
39644.46/2005.43	c      2005            894         255        20                -           0.0000          -
39745.57/2010.50	c      2011            894         255        20                -           0.0000          -
39844.68/2015.55	c      2016            894         255        20                -           0.0000          -
39945.78/2020.60	c      2021           1044         298        20                -           0.0000          -
40044.87/2025.63	c      2026            898         257        20                -           0.0000          -
40144.05/2030.67	c      2031            898         257        20                -           0.0000          -
40245.07/2035.77	c      2036            898         257        20                -           0.0000          -
40344.24/2040.80	c      2041            898         257        20                -           0.0000          -
40445.33/2045.88	c      2046            898         257        20                -           0.0000          -
40546.49/2050.94	c      2051            898         257        20                -           0.0000          -
40645.67/2055.99	c      2056            898         257        20                -           0.0000          -
40747.60/2061.06	c      2061           1071         309        20                -           0.0000          -
40848.62/2066.16	c      2066           1076         310        20                -           0.0000          -
40949.03/2071.23	c      2071            900         259        20                -           0.0000          -
41048.23/2076.28	c      2076           1087         309        20                -           0.0000          -
41149.38/2081.35	c      2081            908         265        20                -           0.0000          -
41250.55/2086.41	c      2086            908         265        20                -           0.0000          -
41349.58/2091.44	c      2091            908         265        20                -           0.0000          -
41450.80/2096.51	c      2097            911         266        20                -           0.0000          -
41549.91/2101.57	c      2102            911         266        20                -           0.0000          -
41651.11/2106.62	c      2107           1120         310        20                -           0.0000          -
41750.13/2111.68	c      2112            915         268        20                -           0.0000          -
41851.22/2116.72	c      2117        1342748         435        20                -           0.0000          -
41952.28/2121.81	c      2122            922         269        20                -           0.0000          -
42051.35/2126.86	c      2127            927         268        20                -           0.0000          -
42152.44/2131.93	c      2132           1140           0        20                -           0.0000          -
42251.57/2136.98	c      2137           1140           0        20                -           0.0000          -
42350.64/2142.03	c      2142           1140           0        20                -           0.0000          -
42452.65/2147.08	c      2147           1140           0        20                -           0.0000          -
42553.43/2152.13	c      2152           1140           0        20                -           0.0000          -
42652.68/2157.18	c      2157           1140           0        20                -           0.0000          -
42752.76/2162.23	c      2162           1140           0        20                -           0.0000          -
42851.68/2167.28	c      2167           1140           0        20                -           0.0000          -
42952.60/2172.33	c      2172           1140           0        20                -           0.0000          -
43051.39/2177.35	c      2177           1140           0        20                -           0.0000          -
43152.37/2182.43	c      2182           1140           0        20                -           0.0000          -
43251.37/2187.48	c      2187           1140           0        20                -           0.0000          -
43352.28/2192.55	c      2193            966         275        20                -           0.0000          -
43451.35/2197.58	c      2198           1140           0        20                -           0.0000          -
43552.35/2202.67	c      2203           1140           0        20                -           0.0000          -
43653.39/2207.72	c      2208           1140           0        20                -           0.0000          -
43752.38/2212.77	c      2213           1140           0        20                -           0.0000          -
43853.49/2217.82	c      2218           1140           0        20                -           0.0000          -
43952.64/2222.87	c      2223           1140           0        20                -           0.0000          -
44053.80/2227.92	c      2228           1140           0        20                -           0.0000          -
44152.92/2232.96	c      2233           1140           0        20                -           0.0000          -
44252.06/2238.02	c      2238           1141           1        20                -           0.0000          -
44353.73/2243.07	c      2243           1143           3        20                -           0.0000          -
44452.82/2248.13	c      2248           1020         279        20                -           0.0000          -
44554.14/2253.18	c      2253           1149           9        20                -           0.0000          -
44654.27/2258.24	c      2258           1151          11        20                -           0.0000          -
44753.39/2263.28	c      2263           1154          14        20                -           0.0000          -
44854.55/2268.34	c      2268           1155          15        20                -           0.0000          -
44953.43/2273.37	c      2273           1155          15        20                -           0.0000          -
45054.57/2278.45	c      2278           1155          15        20                -           0.0000          -
45155.64/2283.50	c      2284           1056         279        20                -           0.0000          -
45254.77/2288.55	c      2289           1061         280        20                -           0.0000          -
45355.84/2293.61	c      2294           1069         280        20                -           0.0000          -
45454.98/2298.62	c      2299           1169          21        20                -           0.0000          -
45556.05/2303.71	c      2304           1074         281        20                -           0.0000          -
45655.11/2308.76	c      2309           1074         281        20                -           0.0000          -
45756.03/2313.81	c      2314           1074         281        20                -           0.0000          -
45855.11/2318.82	c      2319           1074         281        20                -           0.0000          -
45956.20/2323.93	c      2324           1172          22        20                -           0.0000          -
46055.32/2328.99	c      2329           1172          22        20                -           0.0000          -
46156.87/2334.04	c      2334        1362188         356        20                -           0.0000          -
46256.14/2339.07	c      2339           1178          24        20                -           0.0000          -
46355.18/2344.09	c      2344           1098           0        20                -           0.0000          -
46457.43/2349.21	c      2349           1098           0        20                -           0.0000          -
46558.50/2354.30	c      2354           1098           0        20                -           0.0000          -
46657.52/2359.36	c      2359           1098           0        20                -           0.0000          -
46756.63/2364.39	c      2364           1098           0        20                -           0.0000          -
46857.63/2369.42	c      2369           1098           0        20                -           0.0000          -
46958.68/2374.51	c      2375           1098           0        20                -           0.0000          -
47057.81/2379.58	c      2380           1098           0        20                -           0.0000          -
47158.95/2384.63	c      2385           1098           0        20                -           0.0000          -
47258.11/2389.68	c      2390           1098           0        20                -           0.0000          -
47358.97/2394.74	c      2395           1098           0        20                -           0.0000          -
47458.13/2399.76	c      2400        1516561         444        20                -           0.0000          -
47557.25/2404.79	c      2405           1099           1        20                -           0.0000          -
47658.34/2409.89	c      2410           1250          30        20                -           0.0000          -
47759.56/2414.95	c      2415           1106           8        20                -           0.0000          -
47858.57/2420.01	c      2420           1106           8        20                -           0.0000          -
47960.37/2425.07	c      2425           1109          11        20                -           0.0000          -
48059.48/2430.12	c      2430           1109          11        20                -           0.0000          -
48160.60/2435.17	c      2435           1109          11        20                -           0.0000          -
48261.06/2440.22	c      2440           1109          11        20                -           0.0000          -
48360.15/2445.26	c      2445           1110          12        20                -           0.0000          -
48461.27/2450.33	c      2450           1110          12        20                -           0.0000          -
48560.44/2455.38	c      2455           1111          13        20                -           0.0000          -
48661.50/2460.44	c      2460           1112          14        20                -           0.0000          -
48762.58/2465.50	c      2466           1112          14        20                -           0.0000          -
48861.71/2470.55	c      2471           1113          15        20                -           0.0000          -
48960.82/2475.58	c      2476           1114          16        20                -           0.0000          -
49061.94/2480.66	c      2481           1115          17        20                -           0.0000          -
49160.84/2485.69	c      2486           1115          17        20                -           0.0000          -
49261.72/2490.78	c      2491           1115          17        20                -           0.0000          -
49362.62/2495.83	c      2496           1116          18        20                -           0.0000          -
49461.57/2500.86	c      2501           1116          18        20                -           0.0000          -
49560.51/2505.87	c      2506           1116          18        20                -           0.0000          -
49661.58/2510.98	c      2511           1335          29        20                -           0.0000          -
49763.07/2516.04	c      2516           1117          19        20                -           0.0000          -
49861.84/2521.09	c      2521           1117          19        20                -           0.0000          -
49960.82/2526.12	c      2526           1117          19        20                -           0.0000          -
50061.97/2531.17	c      2531           1117          19        20                -           0.0000          -
50162.27/2536.25	c      2536           1117          19        20                -           0.0000          -
50261.17/2541.29	c      2541           1117          19        20                -           0.0000          -
50362.14/2546.35	c      2546           1119          19        20                -           0.0000          -
50463.22/2551.40	c      2551           1119          21        20                -           0.0000          -
50562.29/2556.44	c      2556           1119          21        20                -           0.0000          -
50661.29/2561.48	c      2561           1119          21        20                -           0.0000          -
50762.34/2566.52	c      2567           1381          27        20                -           0.0000          -
50863.16/2571.60	c      2572           1386          28        20                -           0.0000          -
50962.25/2576.65	c      2577           1392          28        20                -           0.0000          -
51061.32/2581.67	c      2582           1398          28        20                -           0.0000          -
51162.41/2586.72	c      2587        1642418         421        20                -           0.0000          -
51263.04/2591.82	c      2592           1406          28        20                -           0.0000          -
51361.88/2596.86	c      2597           1166          26        20                -           0.0000          -
51462.85/2601.92	c      2602           1416          28        20                -           0.0000          -
51561.97/2606.96	c      2607           1175          25        20                -           0.0000          -
51660.90/2612.00	c      2612           1425          29        20                -           0.0000          -
51762.80/2617.04	c      2617           1183          27        20                -           0.0000          -
51861.61/2622.08	c      2622           1436          28        20                -           0.0000          -
51962.67/2627.16	c      2627           1444          26        20                -           0.0000          -
52062.96/2632.20	c      2632           1201          24        20                -           0.0000          -
52162.08/2637.26	c      2637        1678661         448        20                -           0.0000          -
52263.07/2642.31	c      2642           1211          24        20                -           0.0000          -
52362.07/2647.35	c      2647           1211          24        20                -           0.0000          -
52463.00/2652.40	c      2652           1211          24        20                -           0.0000          -
52562.01/2657.47	c      2657           1215          26        20                -           0.0000          -
52662.90/2662.53	c      2663           1219          26        20                -           0.0000          -
52761.97/2667.59	c      2668           1491          29        20                -           0.0000          -
52863.03/2672.64	c      2673           1498          26        20                -           0.0000          -
52962.11/2677.69	c      2678           1503          27        20                -           0.0000          -
53063.17/2682.73	c      2683           1261          24        20                -           0.0000          -
53162.26/2687.80	c      2688           1269          24        20                -           0.0000          -
53263.29/2692.84	c      2693           1277          26        20                -           0.0000          -
53362.36/2697.89	c      2698           1280          27        20                -           0.0000          -
53463.54/2702.94	c      2703        1720239         431        20                -           0.0000          -
53562.54/2708.00	c      2708           1552          28        20                -           0.0000          -
53664.51/2713.05	c      2713           1557          27        20                -           0.0000          -
53763.70/2718.07	c      2718           1563          29        20                -           0.0000          -
53864.56/2723.15	c      2723        1733392         423        20                -           0.0000          -
53964.97/2728.20	c      2728        1620711         353        20                -           0.0000          -
54064.04/2733.22	c      2733           1351          26        20                -           0.0000          -
54163.13/2738.28	c      2738           1587          29        20                -           0.0000          -
54264.24/2743.38	c      2743           1593          29        20                -           0.0000          -
54365.35/2748.43	c      2748           1601          29        20                -           0.0000          -
54464.24/2753.50	c      2754        1751983         424        20                -           0.0000          -
54565.12/2758.55	c      2759        1755407         458        20                -           0.0000          -
54666.12/2763.60	c      2764           1619          31        20                -           0.0000          -
54765.05/2768.61	c      2769        1761963         413        20                -           0.0000          -
54864.10/2773.63	c      2774           1631          31        20                -           0.0000          -
54965.11/2778.70	c      2779        1769066         426        20                -           0.0000          -
55064.14/2783.75	c      2784           1432          29        20                -           0.0000          -
55163.11/2788.77	c      2789        1775770         431        20                -           0.0000          -
55264.11/2793.88	c      2794           1467          32        20                -           0.0000          -
55365.07/2798.93	c      2799           1480          33        20                -           0.0000          -
55463.92/2803.98	c      2804        1786382         417        20                -           0.0000          -
55562.89/2809.01	c      2809           1691          31        20                -           0.0000          -
55664.45/2814.09	c      2814           1698          32        20                -           0.0000          -
55765.50/2819.14	c      2819        1795026         440        20                -           0.0000          -
55864.33/2824.19	c      2824           1712          32        20                -           0.0000          -
55964.77/2829.24	c      2829           1716          32        20                -           0.0000          -
56063.77/2834.26	c      2834           1558          29        20                -           0.0000          -
56164.84/2839.33	c      2839        1806989         445        20                -           0.0000          -
56265.83/2844.41	c      2844           1738          32        20                -           0.0000          -
56364.87/2849.43	c      2849           1579          32        20                -           0.0000          -
56463.94/2854.47	c      2854        1816632         449        20                -           0.0000          -
56563.03/2859.48	c      2859           1758          30        20                -           0.0000          -
56666.11/2864.65	c      2865        1823013         451        20                -           0.0000          -
56767.11/2869.70	c      2870        1827089         431        20                -           0.0000          -
56865.98/2874.75	c      2875           1784          30        20                -           0.0000          -
56967.05/2879.80	c      2880           1669          30        20                -           0.0000          -
57066.22/2884.83	c      2885           1676          31        20                -           0.0000          -
57165.45/2889.87	c      2890           1805          31        20                -           0.0000          -
57266.33/2894.97	c      2895           1698          31        20                -           0.0000          -
57365.48/2900.04	c      2900        1844458         457        20                -           0.0000          -
57466.98/2905.10	c      2905           1715          30        20                -           0.0000          -
57568.09/2910.15	c      2910        1850912         440        20                -           0.0000          -
57668.28/2915.22	c      2915        1854128         457        20                -           0.0000          -
57767.40/2920.28	c      2920           1740          35        20                -           0.0000          -
57866.41/2925.29	c      2925        1860334         450        20                -           0.0000          -
57967.22/2930.30	c      2930           1763          36        20                -           0.0000          -
58066.29/2935.39	c      2935        1865888         495        20                -           0.0000          -
58167.35/2940.46	c      2940        1868679         452        20                -           0.0000          -
58268.42/2945.50	c      2946           1900          34        20                -           0.0000          -
58367.53/2950.57	c      2951           1805          34        20                -           0.0000          -
58466.64/2955.58	c      2956           1815          36        20                -           0.0000          -
58567.64/2960.66	c      2961           1827          34        20                -           0.0000          -
58668.67/2965.71	c      2966        1883659         440        20                -           0.0000          -
58767.72/2970.76	c      2971           1937          31        20                -           0.0000          -
58866.76/2975.78	c      2976           1943          31        20                -           0.0000          -
58969.87/2980.92	c      2981        1892808         443        20                -           0.0000          -
59068.82/2986.00	c      2986           1959          31        20                -           0.0000          -
59170.44/2991.04	c      2991        1898600         437        20                -           0.0000          -
59269.67/2996.10	c      2996           1882          33        20                -           0.0000          -
59368.53/3001.13	c      3001        1904553         444        20                -           0.0000          -
59470.75/3006.22	c      3006           1899          34        20                -           0.0000          -
59569.75/3011.27	c      3011           2007          33        20                -           0.0000          -
59668.86/3016.29	c      3016           1916          33        20                -           0.0000          -
59769.94/3021.37	c      3021           2026          30        20                -           0.0000          -
59869.06/3026.38	c      3026        1920831         480        20                -           0.0000          -
59970.14/3031.45	c      3031           1948          31        20                -           0.0000          -
60071.30/3036.52	c      3037           2051          33        20                -           0.0000          -
60172.41/3041.61	c      3042           1971          32        20                -           0.0000          -
60271.60/3046.65	c      3047           2070          32        20                -           0.0000          -
60372.69/3051.70	c      3052           1991          32        20                -           0.0000          -
60471.81/3056.76	c      3057           2084          34        20                -           0.0000          -
60570.93/3061.78	c      3062           2009          30        20                -           0.0000          -
60672.05/3066.86	c      3067           2097          31        20                -           0.0000          -
60771.18/3071.90	c      3072           2025          30        20                -           0.0000          -
60872.31/3076.93	c      3077           2032          31        20                -           0.0000          -
60971.33/3082.02	c      3082           2122          30        20                -           0.0000          -
61073.26/3087.08	c      3087           2130          30        20                -           0.0000          -
61174.36/3092.15	c      3092        1846213         348        20                -           0.0000          -
61274.66/3097.22	c      3097           2075          30        20                -           0.0000          -
61373.73/3102.27	c      3102           2087          28        20                -           0.0000          -
61474.79/3107.32	c      3107           2094          31        20                -           0.0000          -
61573.83/3112.37	c      3112           2166          32        20                -           0.0000          -
61674.86/3117.43	c      3117           2174          30        20                -           0.0000          -
61774.00/3122.48	c      3122           2182          30        20                -           0.0000          -
61873.18/3127.49	c      3128        1980185         446        20                -           0.0000          -
61974.31/3132.53	c      3133        1982916         452        20                -           0.0000          -
62073.55/3137.55	c      3138        1985980         444        20                -           0.0000          -
62174.65/3142.62	c      3143           2161          32        20                -           0.0000          -
62273.81/3147.64	c      3148           2174          31        20                -           0.0000          -
62372.88/3152.67	c      3153           2183          30        20                -           0.0000          -
62474.02/3157.71	c      3158        1997098         449        20                -           0.0000          -
62573.04/3162.75	c      3163           2237          31        20                -           0.0000          -
62672.16/3167.76	c      3168        1867866         334        20                -           0.0000          -
62773.26/3172.82	c      3173        1871261         321        20                -           0.0000          -
62872.39/3177.87	c      3178           2253          32        20                -           0.0000          -
62973.56/3182.92	c      3183           2270          30        20                -           0.0000          -
63072.55/3187.99	c      3188        1879742         311        20                -           0.0000          -
63171.62/3193.03	c      3193           2296          31        20                -           0.0000          -
63273.37/3198.06	c      3198           2292          32        20                -           0.0000          -
63374.36/3203.13	c      3203           2322          35        20                -           0.0000          -
63474.81/3208.23	c      3208           2302          34        20                -           0.0000          -
63573.77/3213.24	c      3213           2307          31        20                -           0.0000          -
63672.92/3218.29	c      3218        1896644         325        20                -           0.0000          -
63773.98/3223.31	c      3223           2317          31        20                -           0.0000          -
63873.14/3228.34	c      3228           2322          32        20                -           0.0000          -
63974.16/3233.44	c      3233           2325          31        20                -           0.0000          -
64075.26/3238.55	c      3239        1908089         355        20                -           0.0000          -
64174.32/3243.55	c      3244        1910744         334        20                -           0.0000          -
64275.37/3248.65	c      3249        2051727         435        20                -           0.0000          -
64376.40/3253.70	c      3254           2344          30        20                -           0.0000          -
64475.49/3258.71	c      3259        1919115         310        20                -           0.0000          -
64574.41/3263.72	c      3264           2353          31        20                -           0.0000          -
64675.44/3268.84	c      3269           2360          30        20                -           0.0000          -
64776.46/3273.91	c      3274        2066616         449        20                -           0.0000          -
64875.69/3278.94	c      3279        1929893         336        20                -           0.0000          -
64974.71/3284.01	c      3284           2503          34        20                -           0.0000          -
65076.50/3289.06	c      3289           2390          30        20                -           0.0000          -
65175.65/3294.11	c      3294           2390          30        20                -           0.0000          -
65278.13/3299.20	c      3299           2392          30        20                -           0.0000          -
65377.25/3304.25	c      3304           2392          30        20                -           0.0000          -
65478.44/3309.31	c      3309           2392          30        20                -           0.0000          -
65577.59/3314.36	c      3314           2392          30        20                -           0.0000          -
65678.74/3319.41	c      3319           2392          30        20                -           0.0000          -
65777.87/3324.46	c      3324        1957465         379        20                -           0.0000          -
65879.10/3329.52	c      3330           2400          30        20                -           0.0000          -
65978.07/3334.57	c      3335           2646          32        20                -           0.0000          -
66079.08/3339.62	c      3340           2668          32        20                -           0.0000          -
66178.10/3344.67	c      3345           2678          32        20                -           0.0000          -
66279.10/3349.73	c      3350           2688          32        20                -           0.0000          -
66378.07/3354.78	c      3355           2694          32        20                -           0.0000          -
66479.17/3359.83	c      3360        1976457         344        20                -           0.0000          -
66578.25/3364.84	c      3365        1980023         352        20                -           0.0000          -
66679.33/3369.95	c      3370           2723          33        20                -           0.0000          -
66778.50/3375.02	c      3375           2730          32        20                -           0.0000          -
66880.20/3380.07	c      3380           2738          32        20                -           0.0000          -
66979.39/3385.10	c      3385           2474          28        20                -           0.0000          -
67080.38/3390.17	c      3390        1995877         355        20                -           0.0000          -
67180.74/3395.24	c      3395           2485          29        20                -           0.0000          -
67279.84/3400.30	c      3400           2491          29        20                -           0.0000          -
67380.98/3405.32	c      3405           2498          32        20                -           0.0000          -
67482.03/3410.40	c      3410           2802          30        20                -           0.0000          -
67581.24/3415.45	c      3415           2517          31        20                -           0.0000          -
67682.25/3420.50	c      3421           2828          30        20                -           0.0000          -
67781.26/3425.52	c      3426           2529          31        20                -           0.0000          -
67880.40/3430.58	c      3431        2021484         358        20                -           0.0000          -
67981.51/3435.66	c      3436           2548          32        20                -           0.0000          -
68082.58/3440.71	c      3441           2872          34        20                -           0.0000          -
68181.62/3445.72	c      3446           2564          30        20                -           0.0000          -
68280.59/3450.78	c      3451        2033979         361        20                -           0.0000          -
68381.66/3455.86	c      3456           2912          32        20                -           0.0000          -
68482.57/3460.90	c      3461           2919          33        20                -           0.0000          -
68581.66/3465.96	c      3466        2184118         426        20                -           0.0000          -
68680.75/3471.02	c      3471        2186733         417        20                -           0.0000          -
68782.36/3476.07	c      3476           2611          31        20                -           0.0000          -
68881.49/3481.11	c      3481           2617          31        20                -           0.0000          -
68982.52/3486.17	c      3486        2055307         342        20                -           0.0000          -
69082.61/3491.26	c      3491        2196874         427        20                -           0.0000          -
69183.64/3496.31	c      3496           2643          33        20                -           0.0000          -
69282.66/3501.36	c      3501        2201430         430        20                -           0.0000          -
69383.74/3506.40	c      3506           3011          35        20                -           0.0000          -
69482.82/3511.42	c      3511        2070626         332        20                -           0.0000          -
69583.91/3516.54	c      3517           2676          32        20                -           0.0000          -
69682.98/3521.60	c      3522           2683          31        20                -           0.0000          -
69784.05/3526.64	c      3527        2080179         377        20                -           0.0000          -
69883.12/3531.65	c      3532           3057          33        20                -           0.0000          -
69984.13/3536.74	c      3537        2085426         339        20                -           0.0000          -
70085.15/3541.80	c      3542           3081          33        20                -           0.0000          -
70184.27/3546.87	c      3547           3088          32        20                -           0.0000          -
70285.22/3551.93	c      3552        2230566         460        20                -           0.0000          -
70384.31/3556.99	c      3557        2233614         455        20                -           0.0000          -
70485.95/3562.05	c      3562           3121          31        20                -           0.0000          -
70584.88/3567.06	c      3567        2103721         349        20                -           0.0000          -
70683.98/3572.08	c      3572        2106685         342        20                -           0.0000          -
70786.32/3577.20	c      3577           2771          31        20                -           0.0000          -
70885.44/3582.25	c      3582        2250156         451        20                -           0.0000          -
70984.59/3587.27	c      3587        2115562         345        20                -           0.0000          -
71085.67/3592.35	c      3592        2118721         347        20                -           0.0000          -
71186.77/3597.41	c      3597        2121847         336        20                -           0.0000          -
71285.88/3602.46	c      3602           2803          33        20                -           0.0000          -
71387.00/3607.55	c      3608           2808          30        20                -           0.0000          -
71486.08/3612.56	c      3613           3236          30        20                -           0.0000          -
71587.20/3617.65	c      3618           2821          31        20                -           0.0000          -
71688.28/3622.70	c      3623           3262          32        20                -           0.0000          -
71787.38/3627.74	c      3628        2139439         292        20                -           0.0000          -
71886.47/3632.80	c      3633           2847          31        20                -           0.0000          -
71987.57/3637.88	c      3638        2287958         440        20                -           0.0000          -

Verifier Data

ERROR: no interpretation found !

Watcher Data

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

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

NUMA information:
  number of nodes: 4
  memory of node 0: 191670 MiB (186630 MiB free)
  memory of node 1: 193531 MiB (188761 MiB free)
  memory of node 2: 193531 MiB (193003 MiB free)
  memory of node 3: 193493 MiB (189824 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-4465693-1722541940/watcher-4465693-1722541940 -o /tmp/evaluation-result-4465693-1722541940/solver-4465693-1722541940 -C 72000 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeD103-1722541827-123866 --watchdog 3760 ./fscip settings/racing.prm HOME/instance-4465693-1722541940.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=124150, runsolver pid=124147
Current StackSize limit: 8192 KiB


[startup+0.100101 s]*
/proc/loadavg: 73.92 77.05 81.05 62/986 124151
/proc/meminfo: memFree=776383116/790760804 swapFree=131071996/131071996
[pid=124150] ppid=124147 vsize=57872 memory=47088 CPUtime=0.11 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/124150/stat : 124150 (fscip) R 124147 124150 123854 0 -1 4194304 10631 0 0 0 10 1 0 0 20 0 1 0 20776760 59260928 11772 809668444160 4194304 16623229 140722494083008 0 0 0 0 0 2 0 0 0 17 30 0 0 0 0 0 18838560 18947056 54218752 140722494092297 140722494092415 140722494092415 140722494099440 0
/proc/124150/statm: 14468 11772 2710 3035 0 10864 0
Current children cumulated CPU time: 0.11 s
Current children cumulated vsize: 57872 KiB
Current children cumulated memory: 47088 KiB

[startup+0.219076 s]*
/proc/loadavg: 73.92 77.05 81.05 65/986 124151
/proc/meminfo: memFree=776363712/790760804 swapFree=131071996/131071996
[pid=124150] ppid=124147 vsize=77812 memory=64140 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/124150/stat : 124150 (fscip) R 124147 124150 123854 0 -1 4194304 14903 0 0 0 21 2 0 0 20 0 1 0 20776760 79679488 16035 809668444160 4194304 16623229 140722494083008 0 0 0 0 0 2 0 0 0 17 30 0 0 0 0 0 18838560 18947056 54218752 140722494092297 140722494092415 140722494092415 140722494099440 0
/proc/124150/statm: 19453 16035 2774 3035 0 15849 0
Current children cumulated CPU time: 0.23 s
Current children cumulated vsize: 77812 KiB
Current children cumulated memory: 64140 KiB

[startup+0.319251 s]*
/proc/loadavg: 73.92 77.05 81.05 62/986 124151
/proc/meminfo: memFree=776359168/790760804 swapFree=131071996/131071996
[pid=124150] ppid=124147 vsize=79712 memory=65984 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/124150/stat : 124150 (fscip) R 124147 124150 123854 0 -1 4194304 15367 0 0 0 31 2 0 0 20 0 1 0 20776760 81625088 16496 809668444160 4194304 16623229 140722494083008 0 0 0 0 0 2 0 0 0 17 30 0 0 0 0 0 18838560 18947056 54218752 140722494092297 140722494092415 140722494092415 140722494099440 0
/proc/124150/statm: 19928 16496 2774 3035 0 16324 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 79712 KiB
Current children cumulated memory: 65984 KiB

[startup+0.700217 s]
/proc/loadavg: 73.92 77.05 81.05 62/986 124151
/proc/meminfo: memFree=776358064/790760804 swapFree=131071996/131071996
[pid=124150] ppid=124147 vsize=79712 memory=65984 CPUtime=0.69 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/124150/stat : 124150 (fscip) R 124147 124150 123854 0 -1 4194304 15367 0 0 0 67 2 0 0 20 0 1 0 20776760 81625088 16496 809668444160 4194304 16623229 140722494083008 0 0 0 0 0 2 0 0 0 17 30 0 0 0 0 0 18838560 18947056 54218752 140722494092297 140722494092415 140722494092415 140722494099440 0
/proc/124150/statm: 19928 16496 2774 3035 0 16324 0
Current children cumulated CPU time: 0.69 s
Current children cumulated vsize: 79712 KiB
Current children cumulated memory: 65984 KiB

[startup+1.5002 s]
/proc/loadavg: 73.92 77.05 81.05 62/986 124151
/proc/meminfo: memFree=776354748/790760804 swapFree=131071996/131071996
[pid=124150] ppid=124147 vsize=79712 memory=66776 CPUtime=1.48 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/124150/stat : 124150 (fscip) R 124147 124150 123854 0 -1 4194304 15566 0 0 0 146 2 0 0 20 0 1 0 20776760 81625088 16694 809668444160 4194304 16623229 140722494083008 0 0 0 0 0 2 0 0 0 17 30 0 0 0 0 0 18838560 18947056 54218752 140722494092297 140722494092415 140722494092415 140722494099440 0
/proc/124150/statm: 19928 16694 2774 3035 0 16324 0
Current children cumulated CPU time: 1.48 s
Current children cumulated vsize: 79712 KiB
Current children cumulated memory: 66776 KiB

[startup+3.11867 s]
/proc/loadavg: 73.92 77.05 81.05 62/986 124152
/proc/meminfo: memFree=776324772/790760804 swapFree=131071996/131071996
[pid=124150] ppid=124147 vsize=80768 memory=67832 CPUtime=3.09 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/124150/stat : 124150 (fscip) R 124147 124150 123854 0 -1 4194304 15819 0 0 0 307 2 0 0 20 0 1 0 20776760 82706432 16958 809668444160 4194304 16623229 140722494083008 0 0 0 0 0 2 0 0 0 17 30 0 0 0 0 0 18838560 18947056 54218752 140722494092297 140722494092415 140722494092415 140722494099440 0
/proc/124150/statm: 20192 16958 2774 3035 0 16588 0
Current children cumulated CPU time: 3.09 s
Current children cumulated vsize: 80768 KiB
Current children cumulated memory: 67832 KiB

[startup+6.30105 s]
/proc/loadavg: 72.89 76.78 80.94 81/1026 124192
/proc/meminfo: memFree=775392604/790760804 swapFree=131071996/131071996
[pid=124150] ppid=124147 vsize=1769948 memory=887384 CPUtime=21.19 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/124150/stat : 124150 (fscip) S 124147 124150 123854 0 -1 1077936128 219933 0 0 0 2068 51 0 0 20 0 41 0 20776760 1812426752 221846 809668444160 4194304 16623229 140722494083008 0 0 0 0 0 2 0 0 0 17 74 0 0 0 0 0 18838560 18947056 54218752 140722494092297 140722494092415 140722494092415 140722494099440 0
/proc/124150/statm: 442487 221846 2806 3035 0 316222 0
[pid=124150/tid=124153] ppid=124147 vsize=1769948 memory=0 CPUtime=0.78 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/124150/task/124153/stat : 124153 (fscip) R 124147 124150 123854 0 -1 4194368 9762 0 0 0 77 1 0 0 20 0 41 0 20777286 1812426752 221846 809668444160 4194304 16623229 140722494083008 0 0 0 0 0 2 0 0 0 -1 70 0 0 0 0 0 18838560 18947056 54218752 140722494092297 140722494092415 140722494092415 140722494099440 0
[pid=124150/tid=124154] ppid=124147 vsize=1769948 memory=0 CPUtime=0.79 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/124150/task/124154/stat : 124154 (fscip) R 124147 124150 123854 0 -1 4194368 9795 0 0 0 77 2 0 0 20 0 41 0 20777286 1812426752 221846 809668444160 4194304 16623229 140722494083008 0 0 0 0 0 2 0 0 0 -1 46 0 0 0 0 0 18838560 18947056 54218752 140722494092297 140722494092415 140722494092415 140722494099440 0
[pid=124150/tid=124155] ppid=124147 vsize=1769948 memory=0 CPUtime=0.78 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/124150/task/124155/stat : 124155 (fscip) R 124147 124150 123854 0 -1 4194368 9742 0 0 0 77 1 0 0 20 0 41 0 20777286 1812426752 221846 809668444160 4194304 16623229 140722494083008 0 0 0 0 0 2 0 0 0 -1 50 0 0 0 0 0 18838560 18947056 54218752 140722494092297 140722494092415 140722494092415 140722494099440 0
[pid=124150/tid=124156] ppid=124147 vsize=1769948 memory=0 CPUtime=0.79 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/124150/task/124156/stat : 124156 (fscip) R 124147 124150 123854 0 -1 4194368 9766 0 0 0 77 2 0 0 20 0 41 0 20777286 1812426752 221846 809668444160 4194304 16623229 140722494083008 0 0 0 0 0 2 0 0 0 -1 58 0 0 0 0 0 18838560 18947056 54218752 140722494092297 140722494092415 140722494092415 140722494099440 0
[pid=124150/tid=124157] ppid=124147 vsize=1769948 memory=0 CPUtime=0.79 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/124150/task/124157/stat : 124157 (fscip) R 124147 124150 123854 0 -1 4194368 9789 0 0 0 77 2 0 0 20 0 41 0 20777286 1812426752 221846 809668444160 4194304 16623229 140722494083008 0 0 0 0 0 2 0 0 0 -1 18 0 0 0 0 0 18838560 18947056 54218752 140722494092297 140722494092415 140722494092415 140722494099440 0
[pid=124150/tid=124158] ppid=124147 vsize=1769948 memory=0 CPUtime=0.79 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/124150/task/124158/stat : 124158 (fscip) R 124147 124150 123854 0 -1 4194368 9764 0 0 0 77 2 0 0 20 0 41 0 20777286 1812426752 221846 809668444160 4194304 16623229 140722494083008 0 0 0 0 0 2 0 0 0 -1 54 0 0 0 0 0 18838560 18947056 54218752 140722494092297 140722494092415 140722494092415 140722494099440 0
[pid=124150/tid=124159] ppid=124147 vsize=1769948 memory=886860 CPUtime=0.79 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/124150/task/124159/stat : 124159 (fscip) R 124147 124150 123854 0 -1 4194368 9793 0 0 0 77 2 0 0 20 0 41 0 20777286 1812426752 221846 809668444160 4194304 16623229 140722494083008 0 0 0 0 0 2 0 0 0 -1 38 0 0 0 0 0 18838560 18947056 54218752 140722494092297 140722494092415 140722494092415 140722494099440 0
[pid=124150/tid=124160] ppid=124147 vsize=1769948 memory=67832 CPUtime=0.79 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/124150/task/124160/stat : 124160 (fscip) R 124147 124150 123854 0 -1 4194368 9781 0 0 0 77 2 0 0 20 0 41 0 20777286 1812426752 221846 809668444160 4194304 16623229 140722494083008 0 0 0 0 0 2 0 0 0 -1 66 0 0 0 0 0 18838560 18947056 54218752 140722494092297 140722494092415 140722494092415 140722494099440 0
[pid=124150/tid=124161] ppid=124147 vsize=1769948 memory=29273809900535888 CPUtime=0.79 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/124150/task/124161/stat : 124161 (fscip) R 124147 124150 123854 0 -1 4194368 9764 0 0 0 77 2 0 0 20 0 41 0 20777286 1812426752 221846 809668444160 4194304 16623229 140722494083008 0 0 0 0 0 2 0 0 0 -1 2 0 0 0 0 0 18838560 18947056 54218752 140722494092297 140722494092415 140722494092415 140722494099440 0
[pid=124150/tid=124162] ppid=124147 vsize=1769948 memory=16108 CPUtime=0.79 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/124150/task/124162/stat : 124162 (fscip) R 124147 124150 123854 0 -1 4194368 9774 0 0 0 77 2 0 0 20 0 41 0 20777286 1812426752 221846 809668444160 4194304 16623229 140722494083008 0 0 0 0 0 2 0 0 0 -1 42 0 0 0 0 0 18838560 18947056 54218752 140722494092297 140722494092415 140722494092415 140722494099440 0
[pid=124150/tid=124163] ppid=124147 vsize=1769948 memory=25333125866717268 CPUtime=0.79 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/124150/task/124163/stat : 124163 (fscip) R 124147 124150 123854 0 -1 4194368 9754 0 0 0 77 2 0 0 20 0 41 0 20777286 1812426752 221846 809668444160 4194304 16623229 140722494083008 0 0 0 0 0 2 0 0 0 -1 26 0 0 0 0 0 18838560 18947056 54218752 140722494092297 140722494092415 140722494092415 140722494099440 0
[pid=124150/tid=124164] ppid=124147 vsize=1769948 memory=281232176944400 CPUtime=0.79 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/124150/task/124164/stat : 124164 (fscip) R 124147 124150 123854 0 -1 4194368 9760 0 0 0 77 2 0 0 20 0 41 0 20777286 1812426752 221846 809668444160 4194304 16623229 140722494083008 0 0 0 0 0 2 0 0 0 -1 6 0 0 0 0 0 18838560 18947056 54218752 140722494092297 140722494092415 140722494092415 140722494099440 0
[pid=124150/tid=124165] ppid=124147 vsize=1769948 memory=11632 CPUtime=0.79 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/124150/task/124165/stat : 124165 (fscip) R 124147 124150 123854 0 -1 4194368 9732 0 0 0 77 2 0 0 20 0 41 0 20777286 1812426752 221846 809668444160 4194304 16623229 140722494083008 0 0 0 0 0 2 0 0 0 -1 10 0 0 0 0 0 18838560 18947056 54218752 140722494092297 140722494092415 140722494092415 140722494099440 0
[pid=124150/tid=124166] ppid=124147 vsize=1769948 memory=0 CPUtime=0.79 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/124150/task/124166/stat : 124166 (fscip) R 124147 124150 123854 0 -1 4194368 9738 0 0 0 77 2 0 0 20 0 41 0 20777286 1812426752 221846 809668444160 4194304 16623229 140722494083008 0 0 0 0 0 2 0 0 0 -1 62 0 0 0 0 0 18838560 18947056 54218752 140722494092297 140722494092415 140722494092415 140722494099440 0
[pid=124150/tid=124167] ppid=124147 vsize=1769948 memory=29273809900535888 CPUtime=0.79 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/124150/task/124167/stat : 124167 (fscip) R 124147 124150 123854 0 -1 4194368 9725 0 0 0 77 2 0 0 20 0 41 0 20777286 1812426752 221846 809668444160 4194304 16623229 140722494083008 0 0 0 0 0 2 0 0 0 -1 30 0 0 0 0 0 18838560 18947056 54218752 140722494092297 140722494092415 140722494092415 140722494099440 0
[pid=124150/tid=124168] ppid=124147 vsize=1769948 memory=57398782067216 CPUtime=0.79 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/124150/task/124168/stat : 124168 (fscip) R 124147 124150 123854 0 -1 4194368 9754 0 0 0 77 2 0 0 20 0 41 0 20777286 1812426752 221846 809668444160 4194304 16623229 140722494083008 0 0 0 0 0 2 0 0 0 -1 14 0 0 0 0 0 18838560 18947056 54218752 140722494092297 140722494092415 140722494092415 140722494099440 0
[pid=124150/tid=124169] ppid=124147 vsize=1769948 memory=281232176850208 CPUtime=0.76 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/124150/task/124169/stat : 124169 (fscip) R 124147 124150 123854 0 -1 4194368 9766 0 0 0 74 2 0 0 20 0 41 0 20777286 1812426752 221846 809668444160 4194304 16623229 140722494083008 0 0 0 0 0 2 0 0 0 -1 78 0 0 0 0 0 18838560 18947056 54218752 140722494092297 140722494092415 140722494092415 140722494099440 0
[pid=124150/tid=124170] ppid=124147 vsize=1769948 memory=8477124593409 CPUtime=0.79 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/124150/task/124170/stat : 124170 (fscip) R 124147 124150 123854 0 -1 4194368 9723 0 0 0 77 2 0 0 20 0 41 0 20777286 1812426752 221846 809668444160 4194304 16623229 140722494083008 0 0 0 0 0 2 0 0 0 -1 74 0 0 0 0 0 18838560 18947056 54218752 140722494092297 140722494092415 140722494092415 140722494099440 0
[pid=124150/tid=124171] ppid=124147 vsize=1769948 memory=8520074266113 CPUtime=0.79 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/124150/task/124171/stat : 124171 (fscip) R 124147 124150 123854 0 -1 4194368 9728 0 0 0 78 1 0 0 20 0 41 0 20777286 1812426752 221846 809668444160 4194304 16623229 140722494083008 0 0 0 0 0 2 0 0 0 -1 22 0 0 0 0 0 18838560 18947056 54218752 140722494092297 140722494092415 140722494092415 140722494099440 0
[pid=124150/tid=124172] ppid=124147 vsize=1769948 memory=8541549102593 CPUtime=0.79 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/124150/task/124172/stat : 124172 (fscip) R 124147 124150 123854 0 -1 4194368 9775 0 0 0 77 2 0 0 20 0 41 0 20777287 1812426752 221846 809668444160 4194304 16623229 140722494083008 0 0 0 0 0 2 0 0 0 -1 34 0 0 0 0 0 18838560 18947056 54218752 140722494092297 140722494092415 140722494092415 140722494099440 0
[pid=124150/tid=124173] ppid=124147 vsize=1769948 memory=8563023938817 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/124150/task/124173/stat : 124173 (fscip) S 124147 124150 123854 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 20777309 1812426752 221846 809668444160 4194304 16623229 140722494083008 0 0 0 0 0 2 1 0 0 -1 30 0 0 0 0 0 18838560 18947056 54218752 140722494092297 140722494092415 140722494092415 140722494099440 0
[pid=124150/tid=124174] ppid=124147 vsize=1769948 memory=25992 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/124150/task/124174/stat : 124174 (fscip) S 124147 124150 123854 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 20777309 1812426752 221846 809668444160 4194304 16623229 140722494083008 0 0 0 0 0 2 1 0 0 -1 22 0 0 0 0 0 18838560 18947056 54218752 140722494092297 140722494092415 140722494092415 140722494099440 0
[pid=124150/tid=124175] ppid=124147 vsize=1769948 memory=104 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/124150/task/124175/stat : 124175 (fscip) S 124147 124150 123854 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 20777309 1812426752 221846 809668444160 4194304 16623229 140722494083008 0 0 0 0 0 2 1 0 0 -1 22 0 0 0 0 0 18838560 18947056 54218752 140722494092297 140722494092415 140722494092415 140722494099440 0
[pid=124150/tid=124176] ppid=124147 vsize=1769948 memory=6232 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/124150/task/124176/stat : 124176 (fscip) S 124147 124150 123854 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 20777309 1812426752 221846 809668444160 4194304 16623229 140722494083008 0 0 0 0 0 2 1 0 0 -1 26 0 0 0 0 0 18838560 18947056 54218752 140722494092297 140722494092415 140722494092415 140722494099440 0
[pid=124150/tid=124177] ppid=124147 vsize=1769948 memory=19852 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/124150/task/124177/stat : 124177 (fscip) S 124147 124150 123854 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 20777309 1812426752 221846 809668444160 4194304 16623229 140722494083008 0 0 0 0 0 2 1 0 0 -1 14 0 0 0 0 0 18838560 18947056 54218752 140722494092297 140722494092415 140722494092415 140722494099440 0
[pid=124150/tid=124178] ppid=124147 vsize=1769948 memory=25333125866717268 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/124150/task/124178/stat : 124178 (fscip) S 124147 124150 123854 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 20777309 1812426752 221846 809668444160 4194304 16623229 140722494083008 0 0 0 0 0 2 1 0 0 -1 14 0 0 0 0 0 18838560 18947056 54218752 140722494092297 140722494092415 140722494092415 140722494099440 0
[pid=124150/tid=124179] ppid=124147 vsize=1769948 memory=6352 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/124150/task/124179/stat : 124179 (fscip) S 124147 124150 123854 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 20777309 1812426752 221846 809668444160 4194304 16623229 140722494083008 0 0 0 0 0 2 1 0 0 -1 58 0 0 0 0 0 18838560 18947056 54218752 140722494092297 140722494092415 140722494092415 140722494099440 0
[pid=124150/tid=124180] ppid=124147 vsize=1769948 memory=3174472 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/124150/task/124180/stat : 124180 (fscip) S 124147 124150 123854 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 20777309 1812426752 221846 809668444160 4194304 16623229 140722494083008 0 0 0 0 0 2 1 0 0 -1 10 0 0 0 0 0 18838560 18947056 54218752 140722494092297 140722494092415 140722494092415 140722494099440 0
[pid=124150/tid=124181] ppid=124147 vsize=1769948 memory=2999060 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/124150/task/124181/stat : 124181 (fscip) S 124147 124150 123854 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 20777309 1812426752 221846 809668444160 4194304 16623229 140722494083008 0 0 0 0 0 2 1 0 0 -1 2 0 0 0 0 0 18838560 18947056 54218752 140722494092297 140722494092415 140722494092415 140722494099440 0
[pid=124150/tid=124182] ppid=124147 vsize=1769948 memory=2933028 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/124150/task/124182/stat : 124182 (fscip) S 124147 124150 123854 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 20777309 1812426752 221846 809668444160 4194304 16623229 140722494083008 0 0 0 0 0 2 1 0 0 -1 46 0 0 0 0 0 18838560 18947056 54218752 140722494092297 140722494092415 140722494092415 140722494099440 0
[pid=124150/tid=124183] ppid=124147 vsize=1769948 memory=2764 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/124150/task/124183/stat : 124183 (fscip) S 124147 124150 123854 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 20777309 1812426752 221846 809668444160 4194304 16623229 140722494083008 0 0 0 0 0 2 1 0 0 -1 46 0 0 0 0 0 18838560 18947056 54218752 140722494092297 140722494092415 140722494092415 140722494099440 0
[pid=124150/tid=124184] ppid=124147 vsize=1769948 memory=4400 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/124150/task/124184/stat : 124184 (fscip) S 124147 124150 123854 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 20777309 1812426752 221846 809668444160 4194304 16623229 140722494083008 0 0 0 0 0 2 1 0 0 -1 70 0 0 0 0 0 18838560 18947056 54218752 140722494092297 140722494092415 140722494092415 140722494099440 0
[pid=124150/tid=124185] ppid=124147 vsize=1769948 memory=67832 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/124150/task/124185/stat : 124185 (fscip) S 124147 124150 123854 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 20777309 1812426752 221846 809668444160 4194304 16623229 140722494083008 0 0 0 0 0 2 1 0 0 -1 34 0 0 0 0 0 18838560 18947056 54218752 140722494092297 140722494092415 140722494092415 140722494099440 0
[pid=124150/tid=124186] ppid=124147 vsize=1769948 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/124150/task/124186/stat : 124186 (fscip) S 124147 124150 123854 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 20777309 1812426752 221846 809668444160 4194304 16623229 140722494083008 0 0 0 0 0 2 1 0 0 -1 42 0 0 0 0 0 18838560 18947056 54218752 140722494092297 140722494092415 140722494092415 140722494099440 0
[pid=124150/tid=124187] ppid=124147 vsize=1769948 memory=140617229273669 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/124150/task/124187/stat : 124187 (fscip) S 124147 124150 123854 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 20777309 1812426752 221846 809668444160 4194304 16623229 140722494083008 0 0 0 0 0 2 1 0 0 -1 34 0 0 0 0 0 18838560 18947056 54218752 140722494092297 140722494092415 140722494092415 140722494099440 0
[pid=124150/tid=124188] ppid=124147 vsize=1769948 memory=151904403327557 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/124150/task/124188/stat : 124188 (fscip) S 124147 124150 123854 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 20777309 1812426752 221846 809668444160 4194304 16623229 140722494083008 0 0 0 0 0 2 1 0 0 -1 6 0 0 0 0 0 18838560 18947056 54218752 140722494092297 140722494092415 140722494092415 140722494099440 0
[pid=124150/tid=124189] ppid=124147 vsize=1769948 memory=7318452475133972 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/124150/task/124189/stat : 124189 (fscip) S 124147 124150 123854 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 20777309 1812426752 221846 809668444160 4194304 16623229 140722494083008 0 0 0 0 0 2 1 0 0 -1 50 0 0 0 0 0 18838560 18947056 54218752 140722494092297 140722494092415 140722494092415 140722494099440 0
[pid=124150/tid=124190] ppid=124147 vsize=1769948 memory=140616259554545 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/124150/task/124190/stat : 124190 (fscip) S 124147 124150 123854 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 20777309 1812426752 221846 809668444160 4194304 16623229 140722494083008 0 0 0 0 0 2 1 0 0 -1 78 0 0 0 0 0 18838560 18947056 54218752 140722494092297 140722494092415 140722494092415 140722494099440 0
[pid=124150/tid=124191] ppid=124147 vsize=1769948 memory=6943526294502006880 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/124150/task/124191/stat : 124191 (fscip) S 124147 124150 123854 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 20777309 1812426752 221846 809668444160 4194304 16623229 140722494083008 0 0 0 0 0 2 1 0 0 -1 18 0 0 0 0 0 18838560 18947056 54218752 140722494092297 140722494092415 140722494092415 140722494099440 0
[pid=124150/tid=124192] ppid=124147 vsize=1769948 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/124150/task/124192/stat : 124192 (fscip) S 124147 124150 123854 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 20777309 1812426752 221846 809668444160 4194304 16623229 140722494083008 0 0 0 0 0 2 1 0 0 -1 62 0 0 0 0 0 18838560 18947056 54218752 140722494092297 140722494092415 140722494092415 140722494099440 0
Current children cumulated CPU time: 21.19 s
Current children cumulated vsize: 1769948 KiB
Current children cumulated memory: 887384 KiB

[startup+12.701 s]
/proc/loadavg: 73.46 76.84 80.93 81/1026 124194
/proc/meminfo: memFree=774839300/790760804 swapFree=131071996/131071996
[pid=124150] ppid=124147 vsize=1778924 memory=1253792 CPUtime=148.04 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/124150/stat : 124150 (fscip) S 124147 124150 123854 0 -1 1077936128 443451 0 0 0 14711 93 0 0 20 0 41 0 20776760 1821618176 313448 809668444160 4194304 16623229 140722494083008 0 0 0 0 0 2 0 0 0 17 2 0 0 0 0 0 18838560 18947056 54218752 140722494092297 140722494092415 140722494092415 140722494099440 0
/proc/124150/statm: 444731 313448 2982 3035 0 414058 0
[pid=124150/tid=124153] ppid=124147 vsize=1778924 memory=67832 CPUtime=7.14 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/124150/task/124153/stat : 124153 (fscip) R 124147 124150 123854 0 -1 4194368 15509 0 0 0 711 3 0 0 20 0 41 0 20777286 1821618176 313448 809668444160 4194304 16623229 140722494083008 0 0 0 0 0 2 0 0 0 -1 70 0 0 0 0 0 18838560 18947056 54218752 140722494092297 140722494092415 140722494092415 140722494099440 0
[pid=124150/tid=124154] ppid=124147 vsize=1778924 memory=281232176944400 CPUtime=7.14 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/124150/task/124154/stat : 124154 (fscip) R 124147 124150 123854 0 -1 4194368 20856 0 0 0 711 3 0 0 20 0 41 0 20777286 1821618176 313448 809668444160 4194304 16623229 140722494083008 0 0 0 0 0 2 0 0 0 -1 46 0 0 0 0 0 18838560 18947056 54218752 140722494092297 140722494092415 140722494092415 140722494099440 0
[pid=124150/tid=124155] ppid=124147 vsize=1778924 memory=0 CPUtime=7.13 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/124150/task/124155/stat : 124155 (fscip) R 124147 124150 123854 0 -1 4194368 22757 0 0 0 708 5 0 0 20 0 41 0 20777286 1821618176 313448 809668444160 4194304 16623229 140722494083008 0 0 0 0 0 2 0 0 0 -1 50 0 0 0 0 0 18838560 18947056 54218752 140722494092297 140722494092415 140722494092415 140722494099440 0

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

/proc/124150/task/124160/stat : 124160 (fscip) D 124147 124150 123854 0 -1 1077937220 1442663 0 0 0 360235 161 0 0 20 0 41 0 20777286 6603333632 1333156 809668444160 4194304 16623229 140722494083008 0 0 0 0 0 2 0 0 0 -1 38 0 0 0 0 0 18838560 18947056 54218752 140722494092297 140722494092415 140722494092415 140722494099440 24
[pid=124150/tid=124161] ppid=124147 vsize=6448568 memory=40232 CPUtime=3592.09 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/124150/task/124161/stat : 124161 (fscip) D 124147 124150 123854 0 -1 1077937220 1531928 0 0 0 358054 1155 0 0 20 0 41 0 20777286 6603333632 1333156 809668444160 4194304 16623229 140722494083008 0 0 0 0 0 2 0 0 0 -1 78 0 0 0 0 0 18838560 18947056 54218752 140722494092297 140722494092415 140722494092415 140722494099440 24
[pid=124150/tid=124162] ppid=124147 vsize=6448568 memory=8072 CPUtime=3597.37 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/124150/task/124162/stat : 124162 (fscip) D 124147 124150 123854 0 -1 1077937220 1193865 0 0 0 359597 140 0 0 20 0 41 0 20777286 6603333632 1333156 809668444160 4194304 16623229 140722494083008 0 0 0 0 0 2 0 0 0 -1 34 0 0 0 0 0 18838560 18947056 54218752 140722494092297 140722494092415 140722494092415 140722494099440 24
[pid=124150/tid=124163] ppid=124147 vsize=6448568 memory=3516 CPUtime=3604.43 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/124150/task/124163/stat : 124163 (fscip) D 124147 124150 123854 0 -1 1077937220 1414322 0 0 0 360285 158 0 0 20 0 41 0 20777286 6603333632 1333156 809668444160 4194304 16623229 140722494083008 0 0 0 0 0 2 0 0 0 -1 2 0 0 0 0 0 18838560 18947056 54218752 140722494092297 140722494092415 140722494092415 140722494099440 24
[pid=124150/tid=124164] ppid=124147 vsize=6448568 memory=2300 CPUtime=3594.61 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/124150/task/124164/stat : 124164 (fscip) D 124147 124150 123854 0 -1 1077937220 1655109 0 0 0 358383 1078 0 0 20 0 41 0 20777286 6603333632 1333156 809668444160 4194304 16623229 140722494083008 0 0 0 0 0 2 0 0 0 -1 54 0 0 0 0 0 18838560 18947056 54218752 140722494092297 140722494092415 140722494092415 140722494099440 24
[pid=124150/tid=124165] ppid=124147 vsize=6448568 memory=1692 CPUtime=3600.76 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/124150/task/124165/stat : 124165 (fscip) D 124147 124150 123854 0 -1 1077937220 1095500 0 0 0 359940 136 0 0 20 0 41 0 20777286 6603333632 1333156 809668444160 4194304 16623229 140722494083008 0 0 0 0 0 2 0 0 0 -1 14 0 0 0 0 0 18838560 18947056 54218752 140722494092297 140722494092415 140722494092415 140722494099440 24
[pid=124150/tid=124166] ppid=124147 vsize=6448568 memory=8596 CPUtime=3604.27 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/124150/task/124166/stat : 124166 (fscip) D 124147 124150 123854 0 -1 1077937220 1391069 0 0 0 360273 154 0 0 20 0 41 0 20777286 6603333632 1333156 809668444160 4194304 16623229 140722494083008 0 0 0 0 0 2 0 0 0 -1 58 0 0 0 0 0 18838560 18947056 54218752 140722494092297 140722494092415 140722494092415 140722494099440 24
[pid=124150/tid=124167] ppid=124147 vsize=6448568 memory=11640 CPUtime=3597.23 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/124150/task/124167/stat : 124167 (fscip) D 124147 124150 123854 0 -1 1077937220 1504668 0 0 0 358602 1121 0 0 20 0 41 0 20777286 6603333632 1333156 809668444160 4194304 16623229 140722494083008 0 0 0 0 0 2 0 0 0 -1 62 0 0 0 0 0 18838560 18947056 54218752 140722494092297 140722494092415 140722494092415 140722494099440 24
[pid=124150/tid=124168] ppid=124147 vsize=6448568 memory=11664 CPUtime=3599.48 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/124150/task/124168/stat : 124168 (fscip) D 124147 124150 123854 0 -1 1077937220 1169952 0 0 0 359821 127 0 0 20 0 41 0 20777286 6603333632 1333156 809668444160 4194304 16623229 140722494083008 0 0 0 0 0 2 0 0 0 -1 42 0 0 0 0 0 18838560 18947056 54218752 140722494092297 140722494092415 140722494092415 140722494099440 24
[pid=124150/tid=124169] ppid=124147 vsize=6448568 memory=11628 CPUtime=3602.6 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/124150/task/124169/stat : 124169 (fscip) D 124147 124150 123854 0 -1 1077937220 1385120 0 0 0 360112 148 0 0 20 0 41 0 20777286 6603333632 1333156 809668444160 4194304 16623229 140722494083008 0 0 0 0 0 2 0 0 0 -1 6 0 0 0 0 0 18838560 18947056 54218752 140722494092297 140722494092415 140722494092415 140722494099440 24
[pid=124150/tid=124170] ppid=124147 vsize=6448568 memory=2764 CPUtime=3591.3 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/124150/task/124170/stat : 124170 (fscip) D 124147 124150 123854 0 -1 1077937220 1557999 0 0 0 357955 1175 0 0 20 0 41 0 20777286 6603333632 1333156 809668444160 4194304 16623229 140722494083008 0 0 0 0 0 2 0 0 0 -1 46 0 0 0 0 0 18838560 18947056 54218752 140722494092297 140722494092415 140722494092415 140722494099440 24
[pid=124150/tid=124171] ppid=124147 vsize=6448568 memory=6520 CPUtime=3603.14 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/124150/task/124171/stat : 124171 (fscip) D 124147 124150 123854 0 -1 1077937220 1175257 0 0 0 360167 147 0 0 20 0 41 0 20777286 6603333632 1333156 809668444160 4194304 16623229 140722494083008 0 0 0 0 0 2 0 0 0 -1 30 0 0 0 0 0 18838560 18947056 54218752 140722494092297 140722494092415 140722494092415 140722494099440 24
[pid=124150/tid=124172] ppid=124147 vsize=6448568 memory=5332624 CPUtime=3603.46 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/124150/task/124172/stat : 124172 (fscip) R 124147 124150 123854 0 -1 4195904 1468900 0 0 0 359995 351 0 0 20 0 41 0 20777287 6603333632 1333156 809668444160 4194304 16623229 140722494083008 140400132086728 9925208 0 0 0 2 0 0 0 -1 66 0 0 0 0 0 18838560 18947056 54218752 140722494092297 140722494092415 140722494092415 140722494099440 0
[pid=124150/tid=124173] ppid=124147 vsize=6448568 memory=2736 CPUtime=0.03 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/124150/task/124173/stat : 124173 (fscip) D 124147 124150 123854 0 -1 1077937220 157 0 0 0 3 0 0 0 20 0 41 0 20777309 6603333632 1333156 809668444160 4194304 16623229 140722494083008 0 0 0 0 0 2 0 0 0 -1 62 0 0 0 0 0 18838560 18947056 54218752 140722494092297 140722494092415 140722494092415 140722494099440 24
[pid=124150/tid=124174] ppid=124147 vsize=6448568 memory=6280 CPUtime=0.03 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/124150/task/124174/stat : 124174 (fscip) D 124147 124150 123854 0 -1 1077937220 118 0 0 0 3 0 0 0 20 0 41 0 20777309 6603333632 1333156 809668444160 4194304 16623229 140722494083008 0 0 0 0 0 2 0 0 0 -1 58 0 0 0 0 0 18838560 18947056 54218752 140722494092297 140722494092415 140722494092415 140722494099440 24
[pid=124150/tid=124175] ppid=124147 vsize=6448568 memory=3365440 CPUtime=0.03 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/124150/task/124175/stat : 124175 (fscip) D 124147 124150 123854 0 -1 1077937220 160 0 0 0 3 0 0 0 20 0 41 0 20777309 6603333632 1333156 809668444160 4194304 16623229 140722494083008 0 0 0 0 0 2 0 0 0 -1 6 0 0 0 0 0 18838560 18947056 54218752 140722494092297 140722494092415 140722494092415 140722494099440 24
[pid=124150/tid=124176] ppid=124147 vsize=6448568 memory=65436 CPUtime=0.03 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/124150/task/124176/stat : 124176 (fscip) D 124147 124150 123854 0 -1 1077937220 88 0 0 0 3 0 0 0 20 0 41 0 20777309 6603333632 1333156 809668444160 4194304 16623229 140722494083008 0 0 0 0 0 2 0 0 0 -1 2 0 0 0 0 0 18838560 18947056 54218752 140722494092297 140722494092415 140722494092415 140722494099440 24
[pid=124150/tid=124177] ppid=124147 vsize=6448568 memory=7760 CPUtime=0.03 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/124150/task/124177/stat : 124177 (fscip) D 124147 124150 123854 0 -1 1077937220 152 0 0 0 3 0 0 0 20 0 41 0 20777309 6603333632 1333156 809668444160 4194304 16623229 140722494083008 0 0 0 0 0 2 0 0 0 -1 26 0 0 0 0 0 18838560 18947056 54218752 140722494092297 140722494092415 140722494092415 140722494099440 24
[pid=124150/tid=124178] ppid=124147 vsize=6448568 memory=18104 CPUtime=0.03 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/124150/task/124178/stat : 124178 (fscip) D 124147 124150 123854 0 -1 1077937220 149 0 0 0 3 0 0 0 20 0 41 0 20777309 6603333632 1333156 809668444160 4194304 16623229 140722494083008 0 0 0 0 0 2 0 0 0 -1 34 0 0 0 0 0 18838560 18947056 54218752 140722494092297 140722494092415 140722494092415 140722494099440 24
[pid=124150/tid=124179] ppid=124147 vsize=6448568 memory=20140 CPUtime=0.03 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/124150/task/124179/stat : 124179 (fscip) D 124147 124150 123854 0 -1 1077937220 158 0 0 0 3 0 0 0 20 0 41 0 20777309 6603333632 1333156 809668444160 4194304 16623229 140722494083008 0 0 0 0 0 2 0 0 0 -1 30 0 0 0 0 0 18838560 18947056 54218752 140722494092297 140722494092415 140722494092415 140722494099440 24
[pid=124150/tid=124180] ppid=124147 vsize=6448568 memory=5720 CPUtime=0.03 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/124150/task/124180/stat : 124180 (fscip) D 124147 124150 123854 0 -1 1077937220 152 0 0 0 3 0 0 0 20 0 41 0 20777309 6603333632 1333156 809668444160 4194304 16623229 140722494083008 0 0 0 0 0 2 0 0 0 -1 22 0 0 0 0 0 18838560 18947056 54218752 140722494092297 140722494092415 140722494092415 140722494099440 24
[pid=124150/tid=124181] ppid=124147 vsize=6448568 memory=11384 CPUtime=0.03 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/124150/task/124181/stat : 124181 (fscip) D 124147 124150 123854 0 -1 1077937220 155 0 0 0 3 0 0 0 20 0 41 0 20777309 6603333632 1333156 809668444160 4194304 16623229 140722494083008 0 0 0 0 0 2 0 0 0 -1 54 0 0 0 0 0 18838560 18947056 54218752 140722494092297 140722494092415 140722494092415 140722494099440 24
[pid=124150/tid=124182] ppid=124147 vsize=6448568 memory=13920 CPUtime=0.03 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/124150/task/124182/stat : 124182 (fscip) D 124147 124150 123854 0 -1 1077937220 160 0 0 0 2 1 0 0 20 0 41 0 20777309 6603333632 1333156 809668444160 4194304 16623229 140722494083008 0 0 0 0 0 2 0 0 0 -1 46 0 0 0 0 0 18838560 18947056 54218752 140722494092297 140722494092415 140722494092415 140722494099440 24
[pid=124150/tid=124183] ppid=124147 vsize=6448568 memory=11640 CPUtime=0.03 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/124150/task/124183/stat : 124183 (fscip) D 124147 124150 123854 0 -1 1077937220 119 0 0 0 3 0 0 0 20 0 41 0 20777309 6603333632 1333156 809668444160 4194304 16623229 140722494083008 0 0 0 0 0 2 0 0 0 -1 18 0 0 0 0 0 18838560 18947056 54218752 140722494092297 140722494092415 140722494092415 140722494099440 24
[pid=124150/tid=124184] ppid=124147 vsize=6448568 memory=11640 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/124150/task/124184/stat : 124184 (fscip) D 124147 124150 123854 0 -1 1077937220 122 0 0 0 1 1 0 0 20 0 41 0 20777309 6603333632 1333156 809668444160 4194304 16623229 140722494083008 0 0 0 0 0 2 0 0 0 -1 22 0 0 0 0 0 18838560 18947056 54218752 140722494092297 140722494092415 140722494092415 140722494099440 24
[pid=124150/tid=124185] ppid=124147 vsize=6448568 memory=11664 CPUtime=0.03 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/124150/task/124185/stat : 124185 (fscip) D 124147 124150 123854 0 -1 1077937220 122 0 0 0 3 0 0 0 20 0 41 0 20777309 6603333632 1333156 809668444160 4194304 16623229 140722494083008 0 0 0 0 0 2 0 0 0 -1 14 0 0 0 0 0 18838560 18947056 54218752 140722494092297 140722494092415 140722494092415 140722494099440 24
[pid=124150/tid=124186] ppid=124147 vsize=6448568 memory=2740 CPUtime=0.03 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/124150/task/124186/stat : 124186 (fscip) D 124147 124150 123854 0 -1 1077937220 154 0 0 0 3 0 0 0 20 0 41 0 20777309 6603333632 1333156 809668444160 4194304 16623229 140722494083008 0 0 0 0 0 2 0 0 0 -1 50 0 0 0 0 0 18838560 18947056 54218752 140722494092297 140722494092415 140722494092415 140722494099440 24
[pid=124150/tid=124187] ppid=124147 vsize=6448568 memory=6188 CPUtime=0.03 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/124150/task/124187/stat : 124187 (fscip) D 124147 124150 123854 0 -1 1077937220 163 0 0 0 3 0 0 0 20 0 41 0 20777309 6603333632 1333156 809668444160 4194304 16623229 140722494083008 0 0 0 0 0 2 0 0 0 -1 18 0 0 0 0 0 18838560 18947056 54218752 140722494092297 140722494092415 140722494092415 140722494099440 24
[pid=124150/tid=124188] ppid=124147 vsize=6448568 memory=4537692 CPUtime=0.03 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/124150/task/124188/stat : 124188 (fscip) D 124147 124150 123854 0 -1 1077937220 158 0 0 0 3 0 0 0 20 0 41 0 20777309 6603333632 1333156 809668444160 4194304 16623229 140722494083008 0 0 0 0 0 2 0 0 0 -1 10 0 0 0 0 0 18838560 18947056 54218752 140722494092297 140722494092415 140722494092415 140722494099440 24
[pid=124150/tid=124189] ppid=124147 vsize=6448568 memory=2760 CPUtime=0.03 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/124150/task/124189/stat : 124189 (fscip) D 124147 124150 123854 0 -1 1077937220 160 0 0 0 3 0 0 0 20 0 41 0 20777309 6603333632 1333156 809668444160 4194304 16623229 140722494083008 0 0 0 0 0 2 0 0 0 -1 14 0 0 0 0 0 18838560 18947056 54218752 140722494092297 140722494092415 140722494092415 140722494099440 24
[pid=124150/tid=124190] ppid=124147 vsize=6448568 memory=6280 CPUtime=0.03 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/124150/task/124190/stat : 124190 (fscip) D 124147 124150 123854 0 -1 1077937220 121 0 0 0 3 0 0 0 20 0 41 0 20777309 6603333632 1333156 809668444160 4194304 16623229 140722494083008 0 0 0 0 0 2 0 0 0 -1 38 0 0 0 0 0 18838560 18947056 54218752 140722494092297 140722494092415 140722494092415 140722494099440 24
[pid=124150/tid=124191] ppid=124147 vsize=6448568 memory=4169592 CPUtime=0.03 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/124150/task/124191/stat : 124191 (fscip) D 124147 124150 123854 0 -1 1077937220 121 0 0 0 3 0 0 0 20 0 41 0 20777309 6603333632 1333156 809668444160 4194304 16623229 140722494083008 0 0 0 0 0 2 0 0 0 -1 78 0 0 0 0 0 18838560 18947056 54218752 140722494092297 140722494092415 140722494092415 140722494099440 24
[pid=124150/tid=124192] ppid=124147 vsize=6448568 memory=10040 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/124150/task/124192/stat : 124192 (fscip) D 124147 124150 123854 0 -1 1077937220 156 0 0 0 0 2 0 0 20 0 41 0 20777309 6603333632 1333156 809668444160 4194304 16623229 140722494083008 0 0 0 0 0 2 0 0 0 -1 42 0 0 0 0 0 18838560 18947056 54218752 140722494092297 140722494092415 140722494092415 140722494099440 24
Current children cumulated CPU time: 72003.4 s
Current children cumulated vsize: 6448568 KiB
Current children cumulated memory: 5332624 KiB

[startup+3640.5 s]
/proc/loadavg: 81.59 80.21 80.31 63/1025 126309
/proc/meminfo: memFree=766397336/790760804 swapFree=131071996/131071996
[pid=124150] ppid=124147 vsize=6448568 memory=5332624 CPUtime=72003.5 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/124150/stat : 124150 (fscip) D 124147 124150 123854 0 -1 1077937156 27827654 0 0 0 7191236 9112 0 0 20 0 41 0 20776760 6603333632 1333156 809668444160 4194304 16623229 140722494083008 0 0 0 0 0 2 0 0 0 17 66 0 0 0 0 0 18838560 18947056 54218752 140722494092297 140722494092415 140722494092415 140722494099440 24
/proc/124150/statm: 1612142 1333156 3334 3035 0 1469724 0
[pid=124150/tid=124153] ppid=124147 vsize=6448568 memory=22095982106422754 CPUtime=3602.04 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/124150/task/124153/stat : 124153 (fscip) D 124147 124150 123854 0 -1 1077937220 1163851 0 0 0 360065 139 0 0 20 0 41 0 20777286 6603333632 1333156 809668444160 4194304 16623229 140722494083008 0 0 0 0 0 2 0 0 0 -1 18 0 0 0 0 0 18838560 18947056 54218752 140722494092297 140722494092415 140722494092415 140722494099440 24
[pid=124150/tid=124154] ppid=124147 vsize=6448568 memory=6720665454295530601 CPUtime=3602.95 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/124150/task/124154/stat : 124154 (fscip) D 124147 124150 123854 0 -1 1077937220 1482214 0 0 0 360118 177 0 0 20 0 41 0 20777286 6603333632 1333156 809668444160 4194304 16623229 140722494083008 0 0 0 0 0 2 0 0 0 -1 70 0 0 0 0 0 18838560 18947056 54218752 140722494092297 140722494092415 140722494092415 140722494099440 24
[pid=124150/tid=124155] ppid=124147 vsize=6448568 memory=31988 CPUtime=3593.4 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/124150/task/124155/stat : 124155 (fscip) D 124147 124150 123854 0 -1 1077937220 1709378 0 0 0 358214 1126 0 0 20 0 41 0 20777286 6603333632 1333156 809668444160 4194304 16623229 140722494083008 0 0 0 0 0 2 0 0 0 -1 74 0 0 0 0 0 18838560 18947056 54218752 140722494092297 140722494092415 140722494092415 140722494099440 24
[pid=124150/tid=124156] ppid=124147 vsize=6448568 memory=0 CPUtime=3603.3 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/124150/task/124156/stat : 124156 (fscip) D 124147 124150 123854 0 -1 1077937220 1073389 0 0 0 360209 121 0 0 20 0 41 0 20777286 6603333632 1333156 809668444160 4194304 16623229 140722494083008 0 0 0 0 0 2 0 0 0 -1 22 0 0 0 0 0 18838560 18947056 54218752 140722494092297 140722494092415 140722494092415 140722494099440 24
[pid=124150/tid=124157] ppid=124147 vsize=6448568 memory=2300 CPUtime=3603.66 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/124150/task/124157/stat : 124157 (fscip) D 124147 124150 123854 0 -1 1077937220 1522129 0 0 0 360203 163 0 0 20 0 41 0 20777286 6603333632 1333156 809668444160 4194304 16623229 140722494083008 0 0 0 0 0 2 0 0 0 -1 50 0 0 0 0 0 18838560 18947056 54218752 140722494092297 140722494092415 140722494092415 140722494099440 24
[pid=124150/tid=124158] ppid=124147 vsize=6448568 memory=164 CPUtime=3593.89 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/124150/task/124158/stat : 124158 (fscip) D 124147 124150 123854 0 -1 1077937220 1744357 0 0 0 358261 1128 0 0 20 0 41 0 20777286 6603333632 1333156 809668444160 4194304 16623229 140722494083008 0 0 0 0 0 2 0 0 0 -1 10 0 0 0 0 0 18838560 18947056 54218752 140722494092297 140722494092415 140722494092415 140722494099440 24
[pid=124150/tid=124159] ppid=124147 vsize=6448568 memory=25333125866717268 CPUtime=3602.34 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/124150/task/124159/stat : 124159 (fscip) D 124147 124150 123854 0 -1 1077937220 1117446 0 0 0 360104 130 0 0 20 0 41 0 20777286 6603333632 1333156 809668444160 4194304 16623229 140722494083008 0 0 0 0 0 2 0 0 0 -1 26 0 0 0 0 0 18838560 18947056 54218752 140722494092297 140722494092415 140722494092415 140722494099440 24
[pid=124150/tid=124160] ppid=124147 vsize=6448568 memory=0 CPUtime=3603.96 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/124150/task/124160/stat : 124160 (fscip) D 124147 124150 123854 0 -1 1077937220 1442663 0 0 0 360235 161 0 0 20 0 41 0 20777286 6603333632 1333156 809668444160 4194304 16623229 140722494083008 0 0 0 0 0 2 0 0 0 -1 38 0 0 0 0 0 18838560 18947056 54218752 140722494092297 140722494092415 140722494092415 140722494099440 24
[pid=124150/tid=124161] ppid=124147 vsize=6448568 memory=6836 CPUtime=3592.09 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/124150/task/124161/stat : 124161 (fscip) D 124147 124150 123854 0 -1 1077937220 1531928 0 0 0 358054 1155 0 0 20 0 41 0 20777286 6603333632 1333156 809668444160 4194304 16623229 140722494083008 0 0 0 0 0 2 0 0 0 -1 78 0 0 0 0 0 18838560 18947056 54218752 140722494092297 140722494092415 140722494092415 140722494099440 24
[pid=124150/tid=124162] ppid=124147 vsize=6448568 memory=0 CPUtime=3597.37 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/124150/task/124162/stat : 124162 (fscip) D 124147 124150 123854 0 -1 1077937220 1193865 0 0 0 359597 140 0 0 20 0 41 0 20777286 6603333632 1333156 809668444160 4194304 16623229 140722494083008 0 0 0 0 0 2 0 0 0 -1 34 0 0 0 0 0 18838560 18947056 54218752 140722494092297 140722494092415 140722494092415 140722494099440 24
[pid=124150/tid=124163] ppid=124147 vsize=6448568 memory=5332572 CPUtime=3604.43 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/124150/task/124163/stat : 124163 (fscip) D 124147 124150 123854 0 -1 1077937220 1414322 0 0 0 360285 158 0 0 20 0 41 0 20777286 6603333632 1333156 809668444160 4194304 16623229 140722494083008 0 0 0 0 0 2 0 0 0 -1 2 0 0 0 0 0 18838560 18947056 54218752 140722494092297 140722494092415 140722494092415 140722494099440 24
[pid=124150/tid=124164] ppid=124147 vsize=6448568 memory=5331240 CPUtime=3594.61 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/124150/task/124164/stat : 124164 (fscip) D 124147 124150 123854 0 -1 1077937220 1655109 0 0 0 358383 1078 0 0 20 0 41 0 20777286 6603333632 1333156 809668444160 4194304 16623229 140722494083008 0 0 0 0 0 2 0 0 0 -1 54 0 0 0 0 0 18838560 18947056 54218752 140722494092297 140722494092415 140722494092415 140722494099440 24
[pid=124150/tid=124165] ppid=124147 vsize=6448568 memory=25333125866717268 CPUtime=3600.76 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/124150/task/124165/stat : 124165 (fscip) D 124147 124150 123854 0 -1 1077937220 1095500 0 0 0 359940 136 0 0 20 0 41 0 20777286 6603333632 1333156 809668444160 4194304 16623229 140722494083008 0 0 0 0 0 2 0 0 0 -1 14 0 0 0 0 0 18838560 18947056 54218752 140722494092297 140722494092415 140722494092415 140722494099440 24
[pid=124150/tid=124166] ppid=124147 vsize=6448568 memory=32820 CPUtime=3604.27 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/124150/task/124166/stat : 124166 (fscip) D 124147 124150 123854 0 -1 1077937220 1391069 0 0 0 360273 154 0 0 20 0 41 0 20777286 6603333632 1333156 809668444160 4194304 16623229 140722494083008 0 0 0 0 0 2 0 0 0 -1 58 0 0 0 0 0 18838560 18947056 54218752 140722494092297 140722494092415 140722494092415 140722494099440 24
[pid=124150/tid=124167] ppid=124147 vsize=6448568 memory=16108 CPUtime=3597.23 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/124150/task/124167/stat : 124167 (fscip) D 124147 124150 123854 0 -1 1077937220 1504668 0 0 0 358602 1121 0 0 20 0 41 0 20777286 6603333632 1333156 809668444160 4194304 16623229 140722494083008 0 0 0 0 0 2 0 0 0 -1 62 0 0 0 0 0 18838560 18947056 54218752 140722494092297 140722494092415 140722494092415 140722494099440 24
[pid=124150/tid=124168] ppid=124147 vsize=6448568 memory=2212 CPUtime=3599.48 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/124150/task/124168/stat : 124168 (fscip) D 124147 124150 123854 0 -1 1077937220 1169952 0 0 0 359821 127 0 0 20 0 41 0 20777286 6603333632 1333156 809668444160 4194304 16623229 140722494083008 0 0 0 0 0 2 0 0 0 -1 42 0 0 0 0 0 18838560 18947056 54218752 140722494092297 140722494092415 140722494092415 140722494099440 24
[pid=124150/tid=124169] ppid=124147 vsize=6448568 memory=7809358381220653586 CPUtime=3602.6 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/124150/task/124169/stat : 124169 (fscip) D 124147 124150 123854 0 -1 1077937220 1385120 0 0 0 360112 148 0 0 20 0 41 0 20777286 6603333632 1333156 809668444160 4194304 16623229 140722494083008 0 0 0 0 0 2 0 0 0 -1 6 0 0 0 0 0 18838560 18947056 54218752 140722494092297 140722494092415 140722494092415 140722494099440 24
[pid=124150/tid=124170] ppid=124147 vsize=6448568 memory=27608 CPUtime=3591.3 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/124150/task/124170/stat : 124170 (fscip) D 124147 124150 123854 0 -1 1077937220 1557999 0 0 0 357955 1175 0 0 20 0 41 0 20777286 6603333632 1333156 809668444160 4194304 16623229 140722494083008 0 0 0 0 0 2 0 0 0 -1 46 0 0 0 0 0 18838560 18947056 54218752 140722494092297 140722494092415 140722494092415 140722494099440 24
[pid=124150/tid=124171] ppid=124147 vsize=6448568 memory=6720667644728720481 CPUtime=3603.14 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/124150/task/124171/stat : 124171 (fscip) D 124147 124150 123854 0 -1 1077937220 1175257 0 0 0 360167 147 0 0 20 0 41 0 20777286 6603333632 1333156 809668444160 4194304 16623229 140722494083008 0 0 0 0 0 2 0 0 0 -1 30 0 0 0 0 0 18838560 18947056 54218752 140722494092297 140722494092415 140722494092415 140722494099440 24
[pid=124150/tid=124172] ppid=124147 vsize=6448568 memory=5332624 CPUtime=3603.56 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/124150/task/124172/stat : 124172 (fscip) R 124147 124150 123854 0 -1 4195904 1468900 0 0 0 359995 361 0 0 20 0 41 0 20777287 6603333632 1333156 809668444160 4194304 16623229 140722494083008 140400132086728 9925208 0 0 0 2 0 0 0 -1 66 0 0 0 0 0 18838560 18947056 54218752 140722494092297 140722494092415 140722494092415 140722494099440 0
[pid=124150/tid=124173] ppid=124147 vsize=6448568 memory=5330116 CPUtime=0.03 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/124150/task/124173/stat : 124173 (fscip) D 124147 124150 123854 0 -1 1077937220 157 0 0 0 3 0 0 0 20 0 41 0 20777309 6603333632 1333156 809668444160 4194304 16623229 140722494083008 0 0 0 0 0 2 0 0 0 -1 62 0 0 0 0 0 18838560 18947056 54218752 140722494092297 140722494092415 140722494092415 140722494099440 24
[pid=124150/tid=124174] ppid=124147 vsize=6448568 memory=5331348 CPUtime=0.03 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/124150/task/124174/stat : 124174 (fscip) D 124147 124150 123854 0 -1 1077937220 118 0 0 0 3 0 0 0 20 0 41 0 20777309 6603333632 1333156 809668444160 4194304 16623229 140722494083008 0 0 0 0 0 2 0 0 0 -1 58 0 0 0 0 0 18838560 18947056 54218752 140722494092297 140722494092415 140722494092415 140722494099440 24
[pid=124150/tid=124175] ppid=124147 vsize=6448568 memory=5332420 CPUtime=0.03 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/124150/task/124175/stat : 124175 (fscip) D 124147 124150 123854 0 -1 1077937220 160 0 0 0 3 0 0 0 20 0 41 0 20777309 6603333632 1333156 809668444160 4194304 16623229 140722494083008 0 0 0 0 0 2 0 0 0 -1 6 0 0 0 0 0 18838560 18947056 54218752 140722494092297 140722494092415 140722494092415 140722494099440 24
[pid=124150/tid=124176] ppid=124147 vsize=6448568 memory=2212 CPUtime=0.03 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/124150/task/124176/stat : 124176 (fscip) D 124147 124150 123854 0 -1 1077937220 88 0 0 0 3 0 0 0 20 0 41 0 20777309 6603333632 1333156 809668444160 4194304 16623229 140722494083008 0 0 0 0 0 2 0 0 0 -1 2 0 0 0 0 0 18838560 18947056 54218752 140722494092297 140722494092415 140722494092415 140722494099440 24
[pid=124150/tid=124177] ppid=124147 vsize=6448568 memory=5323944 CPUtime=0.03 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/124150/task/124177/stat : 124177 (fscip) D 124147 124150 123854 0 -1 1077937220 152 0 0 0 3 0 0 0 20 0 41 0 20777309 6603333632 1333156 809668444160 4194304 16623229 140722494083008 0 0 0 0 0 2 0 0 0 -1 26 0 0 0 0 0 18838560 18947056 54218752 140722494092297 140722494092415 140722494092415 140722494099440 24
[pid=124150/tid=124178] ppid=124147 vsize=6448568 memory=5331240 CPUtime=0.03 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/124150/task/124178/stat : 124178 (fscip) D 124147 124150 123854 0 -1 1077937220 149 0 0 0 3 0 0 0 20 0 41 0 20777309 6603333632 1333156 809668444160 4194304 16623229 140722494083008 0 0 0 0 0 2 0 0 0 -1 34 0 0 0 0 0 18838560 18947056 54218752 140722494092297 140722494092415 140722494092415 140722494099440 24
[pid=124150/tid=124179] ppid=124147 vsize=6448568 memory=281232177656368 CPUtime=0.03 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/124150/task/124179/stat : 124179 (fscip) D 124147 124150 123854 0 -1 1077937220 158 0 0 0 3 0 0 0 20 0 41 0 20777309 6603333632 1333156 809668444160 4194304 16623229 140722494083008 0 0 0 0 0 2 0 0 0 -1 30 0 0 0 0 0 18838560 18947056 54218752 140722494092297 140722494092415 140722494092415 140722494099440 24
[pid=124150/tid=124180] ppid=124147 vsize=6448568 memory=5332624 CPUtime=0.03 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/124150/task/124180/stat : 124180 (fscip) D 124147 124150 123854 0 -1 1077937220 152 0 0 0 3 0 0 0 20 0 41 0 20777309 6603333632 1333156 809668444160 4194304 16623229 140722494083008 0 0 0 0 0 2 0 0 0 -1 22 0 0 0 0 0 18838560 18947056 54218752 140722494092297 140722494092415 140722494092415 140722494099440 24
[pid=124150/tid=124181] ppid=124147 vsize=6448568 memory=30399726987509844 CPUtime=0.03 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/124150/task/124181/stat : 124181 (fscip) D 124147 124150 123854 0 -1 1077937220 155 0 0 0 3 0 0 0 20 0 41 0 20777309 6603333632 1333156 809668444160 4194304 16623229 140722494083008 0 0 0 0 0 2 0 0 0 -1 54 0 0 0 0 0 18838560 18947056 54218752 140722494092297 140722494092415 140722494092415 140722494099440 24
[pid=124150/tid=124182] ppid=124147 vsize=6448568 memory=5332624 CPUtime=0.03 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/124150/task/124182/stat : 124182 (fscip) D 124147 124150 123854 0 -1 1077937220 160 0 0 0 2 1 0 0 20 0 41 0 20777309 6603333632 1333156 809668444160 4194304 16623229 140722494083008 0 0 0 0 0 2 0 0 0 -1 46 0 0 0 0 0 18838560 18947056 54218752 140722494092297 140722494092415 140722494092415 140722494099440 24
[pid=124150/tid=124183] ppid=124147 vsize=6448568 memory=1952 CPUtime=0.03 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/124150/task/124183/stat : 124183 (fscip) D 124147 124150 123854 0 -1 1077937220 119 0 0 0 3 0 0 0 20 0 41 0 20777309 6603333632 1333156 809668444160 4194304 16623229 140722494083008 0 0 0 0 0 2 0 0 0 -1 18 0 0 0 0 0 18838560 18947056 54218752 140722494092297 140722494092415 140722494092415 140722494099440 24
[pid=124150/tid=124184] ppid=124147 vsize=6448568 memory=1852 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/124150/task/124184/stat : 124184 (fscip) D 124147 124150 123854 0 -1 1077937220 122 0 0 0 1 1 0 0 20 0 41 0 20777309 6603333632 1333156 809668444160 4194304 16623229 140722494083008 0 0 0 0 0 2 0 0 0 -1 22 0 0 0 0 0 18838560 18947056 54218752 140722494092297 140722494092415 140722494092415 140722494099440 24
[pid=124150/tid=124185] ppid=124147 vsize=6448568 memory=104 CPUtime=0.03 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/124150/task/124185/stat : 124185 (fscip) D 124147 124150 123854 0 -1 1077937220 122 0 0 0 3 0 0 0 20 0 41 0 20777309 6603333632 1333156 809668444160 4194304 16623229 140722494083008 0 0 0 0 0 2 0 0 0 -1 14 0 0 0 0 0 18838560 18947056 54218752 140722494092297 140722494092415 140722494092415 140722494099440 24
[pid=124150/tid=124186] ppid=124147 vsize=6448568 memory=6232 CPUtime=0.03 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/124150/task/124186/stat : 124186 (fscip) D 124147 124150 123854 0 -1 1077937220 154 0 0 0 3 0 0 0 20 0 41 0 20777309 6603333632 1333156 809668444160 4194304 16623229 140722494083008 0 0 0 0 0 2 0 0 0 -1 50 0 0 0 0 0 18838560 18947056 54218752 140722494092297 140722494092415 140722494092415 140722494099440 24
[pid=124150/tid=124187] ppid=124147 vsize=6448568 memory=33752 CPUtime=0.03 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/124150/task/124187/stat : 124187 (fscip) D 124147 124150 123854 0 -1 1077937220 163 0 0 0 3 0 0 0 20 0 41 0 20777309 6603333632 1333156 809668444160 4194304 16623229 140722494083008 0 0 0 0 0 2 0 0 0 -1 18 0 0 0 0 0 18838560 18947056 54218752 140722494092297 140722494092415 140722494092415 140722494099440 24
[pid=124150/tid=124188] ppid=124147 vsize=6448568 memory=65436 CPUtime=0.03 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/124150/task/124188/stat : 124188 (fscip) D 124147 124150 123854 0 -1 1077937220 158 0 0 0 3 0 0 0 20 0 41 0 20777309 6603333632 1333156 809668444160 4194304 16623229 140722494083008 0 0 0 0 0 2 0 0 0 -1 10 0 0 0 0 0 18838560 18947056 54218752 140722494092297 140722494092415 140722494092415 140722494099440 24
[pid=124150/tid=124189] ppid=124147 vsize=6448568 memory=15008 CPUtime=0.03 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/124150/task/124189/stat : 124189 (fscip) D 124147 124150 123854 0 -1 1077937220 160 0 0 0 3 0 0 0 20 0 41 0 20777309 6603333632 1333156 809668444160 4194304 16623229 140722494083008 0 0 0 0 0 2 0 0 0 -1 14 0 0 0 0 0 18838560 18947056 54218752 140722494092297 140722494092415 140722494092415 140722494099440 24
[pid=124150/tid=124190] ppid=124147 vsize=6448568 memory=10528 CPUtime=0.03 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/124150/task/124190/stat : 124190 (fscip) D 124147 124150 123854 0 -1 1077937220 121 0 0 0 3 0 0 0 20 0 41 0 20777309 6603333632 1333156 809668444160 4194304 16623229 140722494083008 0 0 0 0 0 2 0 0 0 -1 38 0 0 0 0 0 18838560 18947056 54218752 140722494092297 140722494092415 140722494092415 140722494099440 24
[pid=124150/tid=124191] ppid=124147 vsize=6448568 memory=281232178421632 CPUtime=0.03 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/124150/task/124191/stat : 124191 (fscip) D 124147 124150 123854 0 -1 1077937220 121 0 0 0 3 0 0 0 20 0 41 0 20777309 6603333632 1333156 809668444160 4194304 16623229 140722494083008 0 0 0 0 0 2 0 0 0 -1 78 0 0 0 0 0 18838560 18947056 54218752 140722494092297 140722494092415 140722494092415 140722494099440 24
[pid=124150/tid=124192] ppid=124147 vsize=6448568 memory=5332456 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/124150/task/124192/stat : 124192 (fscip) D 124147 124150 123854 0 -1 1077937220 156 0 0 0 0 2 0 0 20 0 41 0 20777309 6603333632 1333156 809668444160 4194304 16623229 140722494083008 0 0 0 0 0 2 0 0 0 -1 42 0 0 0 0 0 18838560 18947056 54218752 140722494092297 140722494092415 140722494092415 140722494099440 24
Current children cumulated CPU time: 72003.5 s
Current children cumulated vsize: 6448568 KiB
Current children cumulated memory: 5332624 KiB

Child ended because it received signal 9 (SIGKILL)

Real time (s): 3640.66
CPU time (s): 72003.6
CPU user time (s): 71912.4
CPU system time (s): 91.2837
CPU usage (%): 1977.76
Max. virtual memory (cumulated for all children) (KiB): 6455616
Max. memory (cumulated for all children) (KiB): 5332624

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 71912.4
system time used= 91.2837
maximum resident set size= 5332632
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 27827654
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= 176235
involuntary context switches= 350554


# summary of solver processes directly reported to runsolver:
#   pid: 124150
#   total CPU time (s): 72003.6
#   total CPU user time (s): 71912.4
#   total CPU system time (s): 91.2837

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 27.7477 second user time and 82.1325 second system time

The end

Launcher Data

Begin job on nodeD103 at 2024-08-01 21:52:20
IDJOB=4465693
IDBENCH=158357
IDSOLVER=3094
FILE ID=nodeD103/4465693-1722541940
RUNJOBID= nodeD103-1722541827-123866
SLURM_JOB_ID= 8254276
Free space on /tmp= 8622836 MiB

SOLVER NAME= FiberSCIP 20 cores, 2024-07-30
BENCH NAME= PB24/normalized-PB12/DEC-LIN/sroussel/ShortestPathTate/normalized-TateBritain_K81.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-4465693-1722541940/watcher-4465693-1722541940 -o /tmp/evaluation-result-4465693-1722541940/solver-4465693-1722541940 -C 72000 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeD103-1722541827-123866 --watchdog 3760  ./fscip settings/racing.prm HOME/instance-4465693-1722541940.opb -qsol -t 72000 -sth 20

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

MD5SUM BENCH= a76247625d06f26dbfcd47fe69513f4b
RANDOM SEED=572696803

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		: 3018.187
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		: 2946.872
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		: 3003.995
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		: 3167.944
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		: 2995.326
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		: 2960.094
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		: 3233.592
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		: 3159.713
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		: 3015.946
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		: 2960.222
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		: 3284.656
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		: 3168.227
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		: 3018.271
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		: 2956.825
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		: 3247.228
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		: 3168.274
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		: 3009.837
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		: 2956.582
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		: 3342.443
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		: 3166.602
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		: 3018.287
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		: 2959.464
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		: 2439.671
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		: 3168.344
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		: 3018.294
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		: 2960.531
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		: 2595.822
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		: 2816.561
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		: 3016.769
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		: 2960.626
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		: 2640.097
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		: 3168.442
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		: 3018.326
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		: 2960.657
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		: 1747.207
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		: 3151.158
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		: 3018.332
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		: 2959.452
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		: 1187.004
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		: 3168.486
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		: 3018.330
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		: 2960.630
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		: 3069.088
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		: 3168.518
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		: 3018.340
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		: 2952.933
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		: 2610.515
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		: 3168.570
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		: 3018.356
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		: 2960.000
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		: 2623.774
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		: 3168.626
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		: 3018.372
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		: 2960.546
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		: 2636.925
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		: 3166.972
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		: 3017.271
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		: 2958.822
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		: 2629.135
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		: 3147.632
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		: 3018.396
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		: 2956.471
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		: 2635.269
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		: 3153.079
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		: 3015.509
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		: 2960.460
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		: 2646.717
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		: 3168.820
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		: 3018.421
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		: 2959.854
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		: 1933.651
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		: 3168.916
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		: 3012.267
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		: 2958.487
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		: 2655.415
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		: 3168.846
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		: 3017.304
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		: 2960.336
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		: 3594.081
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		: 3168.813
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:        776418808 kB
MemAvailable:   775512156 kB
Buffers:          282756 kB
Cached:          2166116 kB
SwapCached:            0 kB
Active:           448900 kB
Inactive:       11422092 kB
Active(anon):       2148 kB
Inactive(anon):  9442532 kB
Active(file):     446752 kB
Inactive(file):  1979560 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:             28644 kB
Writeback:            44 kB
AnonPages:       9421572 kB
Mapped:           126600 kB
Shmem:             22536 kB
KReclaimable:     173500 kB
Slab:             521140 kB
SReclaimable:     173500 kB
SUnreclaim:       347640 kB
KernelStack:       17024 kB
PageTables:        30184 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    526452396 kB
Committed_AS:    1797620 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:           262272 kB
HardwareCorrupted:     0 kB
AnonHugePages:    374784 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:      509952 kB
DirectMap2M:    58707968 kB
DirectMap1G:    746586112 kB

Free space on /tmp at the end= 8622808 MiB
End job on nodeD103 at 2024-08-01 22:53:01