Trace number 4465958

Some explanations

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

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

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

Solver answer on this benchmark

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

General information on the benchmark

NamePB24/normalized-PB24/OPT-LIN/nordstrom/CoreGuidedPB/vertex_cover/
vertexcover_opt_grid_evenrowoddcolsquare/normalized-vertexcover_opt_grid_evenrowoddcolsquare_dim_160.opb
MD5SUMa644b55a2fda92c1d941543f185d4bb9
Bench CategoryOPT-LIN (optimization problem, linear constraints, no OPT/UNSAT certificate)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark12960
Best CPU time to get the best result obtained on this benchmark170.469
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables25760
Total number of constraints51520
Number of constraints which are clauses51520
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint2
Number of terms in the objective function 25760
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 25760
Number of bits of the sum of numbers in the objective function 15
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 25760
Number of bits of the biggest sum of numbers15
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.11/0.17	c Default LC presolving (default).
0.11/0.17	c ** Before presolving: virtualMemUsedAtLc = 179832544, getVmSize() = 136589312, SCIPgetMemUsed() = 106110790, SCIPgetMemTotal() = 109603118, SCIPgetMemExternEstim() = 70229426
0.11/0.17	c ** set memory limit for presolving in LC to 8.79553e+12 for SCIP **
0.78/0.86	c ** Estimated virtualMemUsedAtSolver = 297526688, getVmSize() = 414367744, SCIPgetMemUsed() = 301956951, SCIPgetMemTotal() = 376060607, SCIPgetMemExternEstim() = 70229426
0.78/0.86	c ** set memory limit for solvers to 4.18768e+11 for each SCIP **
0.78/0.86	c Original Problem   :
0.78/0.86	c   Problem name     : instance-4465958-1723661867
0.78/0.86	c   Variables        : 25760 (25760 binary, 0 integer, 0 implicit integer, 0 continuous)
0.78/0.86	c   Constraints      : 51520
0.78/0.86	c   Objective sense  : minimize
0.78/0.86	c Presolved Problem  :
0.78/0.86	c   Variables        : 25760 (25760 binary, 0 integer, 0 implicit integer, 0 continuous)
0.78/0.86	c   Constraints      : 51520
0.78/0.86	c Constraints        : Number
0.78/0.86	c   setppc           : 51520 
0.78/0.86	c ** Instance transfer method used: 0
0.89/0.96	c ** ParaScipInstance copy does not increase the number of variables. **
2.41/2.40	c LC is working with racing ramp-up and with rebuilding tree after racing.
2.41/2.40	c                                Nodes    Active                                            
2.41/2.40	c      Time          Nodes        Left   Solvers     Best Integer        Best Node        Gap     Best Node(S)     Gap(S)
200.53/12.53	c *      13              0           1        20       12960.0000                -          -
200.53/12.53	c        13              0           1        20       12960.0000                -          -
366.93/20.97	c        21              2           1        20       12960.0000           0.0000          -
495.67/27.44	c        27              3           2        20       12960.0000           1.0000          -
598.83/32.68	c        33             22          21        20       12960.0000           1.0000          -
699.95/37.71	c        38             62          61        20       12960.0000           1.0000          -
799.08/42.74	c        43            172         171        20       12960.0000           1.0000          -
908.08/48.20	c        48            202         201        20       12960.0000           1.0000          -
1017.11/53.70	c        54            313         312        20       12960.0000           1.0000          -
1130.06/59.44	c        59            313         312        20       12960.0000           1.0000          -
1233.18/64.67	c        65            422         421        20       12960.0000           1.0000          -
1334.33/69.76	c        70            602         601        20       12960.0000           1.0000          -
1435.54/74.87	c        75            682         681        20       12960.0000           1.0000          -
1544.62/80.37	c        80            977         976        20       12960.0000           1.0000          -
1681.33/87.23	c        87            977         976        20       12960.0000           1.0000          -
1782.41/92.30	c        92           1002        1001        20       12960.0000           1.0000          -
1883.52/97.45	c        97           1231         181        20       12960.0000           1.0000          -
1984.63/102.51	c       103           1432         382        20       12960.0000           1.0000          -
2087.84/107.76	c       108           1668         618        20       12960.0000           1.0000          -
2189.15/112.85	c       113           1891         841        20       12960.0000           1.0000          -
2290.40/118.01	c       118           2131        1081        20       12960.0000           1.0000          -
2392.48/123.12	c       123           2231        1181        20       12960.0000           1.0000          -
2496.85/128.30	c       128           2631        1581        20       12960.0000           1.0000          -
2598.04/133.40	c       133           2951        1901        20       12960.0000           1.0000          -
2701.19/138.64	c       139           3012        1962        20       12960.0000           1.0000          -
2804.35/143.87	c       144           3153        2103        20       12960.0000           1.0000          -
2905.60/149.00	c       149           3611        2561        20       12960.0000           1.0000          -
3009.56/154.14	c       154           3791        2741        20       12960.0000           1.0000          -
3110.02/159.22	c       159           4351        3301        20       12960.0000           1.0000          -
3213.18/164.43	c       164           4311        3261        20       12960.0000           1.0000          -
3312.36/169.48	c       169           5051        4001        20       12960.0000           1.0000          -
3417.53/174.71	c       175           5103        4053        20       12960.0000           1.0000          -
3518.76/179.84	c       180           5907        4121        20       12960.0000           1.0000          -
3625.94/185.20	c       185           6038        4140        20       12960.0000           1.0000          -
3733.12/190.66	c       191           6083        4141        20       12960.0000           1.0000          -
3836.33/195.86	c       196           7125        4119        20       12960.0000           1.0000          -
3937.49/200.92	c       201           7598        4122        20       12960.0000           1.0000          -
4036.64/206.00	c       206           8133        4119        20       12960.0000           1.0000          -
4138.42/211.09	c       211           7178        4176        20       12960.0000           1.0000          -
4239.58/216.17	c       216           8749        4121        20       12960.0000           1.0000          -
4341.91/221.37	c       221           8651        4141        20       12960.0000           1.0000          -
4442.97/226.41	c       226           9754        4120        20       12960.0000           1.0000          -
4542.07/231.47	c       231           8425        4177        20       12960.0000           1.0000          -
4643.13/236.53	c       237           8755        4175        20       12960.0000           1.0000          -
4744.17/241.61	c       242           9110        4174        20       12960.0000           1.0000          -
4845.27/246.79	c       247          11905        4119        20       12960.0000           1.0000          -
4948.33/251.95	c       252          11173        4139        20       12960.0000           1.0000          -
5047.44/257.01	c       257          10243        4175        20       12960.0000           1.0000          -
5149.34/262.09	c       262          13193        4119        20       12960.0000           1.0000          -
5255.65/267.42	c       267          13223        4119        20       12960.0000           1.0000          -
5356.88/272.53	c       273          12958        4142        20       12960.0000           1.0000          -
5458.12/277.60	c       278          13419        4141        20       12960.0000           1.0000          -
5557.39/282.67	c       283          13965        4141        20       12960.0000           1.0000          -
5658.63/287.75	c       288          14447        4141        20       12960.0000           1.0000          -
5759.86/292.85	c       293          13112        4174        20       12960.0000           1.0000          -
5863.73/298.10	c       298          16357        4121        20       12960.0000           1.0000          -
5966.26/303.22	c       303          13523        4173        20       12960.0000           1.0000          -
6065.52/308.29	c       308          14041        4173        20       12960.0000           1.0000          -
6168.73/313.45	c       313          17856        4120        20       12960.0000           1.0000          -
6269.96/318.54	c       319          14913        4175        20       12960.0000           1.0000          -
6369.20/323.55	c       324          15343        4175        20       12960.0000           1.0000          -
6474.34/328.83	c       329          17662        4140        20       12960.0000           1.0000          -
6575.49/333.92	c       334          16039        4175        20       12960.0000           1.0000          -
6679.46/339.16	c       339          16296        4176        20       12960.0000           1.0000          -
6781.75/344.31	c       344          19112        4140        20       12960.0000           1.0000          -
6880.89/349.39	c       349          19545        4141        20       12960.0000           1.0000          -
6981.95/354.46	c       354          20034        4140        20       12960.0000           1.0000          -
7083.09/359.59	c       360          22337        4121        20       12960.0000           1.0000          -
7184.24/364.67	c       365          22875        4119        20       12960.0000           1.0000          -
7285.36/369.72	c       370          22982        4116        20       12960.0000           1.0000          -
7384.49/374.78	c       375          23081        4121        20       12960.0000           1.0000          -
7485.60/379.88	c       380          19326        4178        20       12960.0000           1.0000          -
7586.74/384.94	c       385          19664        4174        20       12960.0000           1.0000          -
7690.67/390.15	c       390          22388        4140        20       12960.0000           1.0000          -
7791.04/395.20	c       395          22905        4141        20       12960.0000           1.0000          -
7890.20/400.29	c       400          23147        4139        20       12960.0000           1.0000          -
7991.40/405.36	c       405          20887        4175        20       12960.0000           1.0000          -
8092.59/410.42	c       410          21341        4173        20       12960.0000           1.0000          -
8191.81/415.47	c       415          21851        4175        20       12960.0000           1.0000          -
8293.00/420.55	c       421          22283        4173        20       12960.0000           1.0000          -
8396.17/425.72	c       426          25692        4142        20       12960.0000           1.0000          -
8499.31/431.03	c       431          28975        4117        20       12960.0000           1.0000          -
8601.13/436.09	c       436          23526        4176        20       12960.0000           1.0000          -
8707.54/441.40	c       441          24050        4174        20       12960.0000           1.0000          -
8806.70/446.48	c       446          24524        4174        20       12960.0000           1.0000          -
8909.84/451.60	c       452          25041        4175        20       12960.0000           1.0000          -
9011.01/456.71	c       457          25459        4173        20       12960.0000           1.0000          -
9110.18/461.76	c       462          25859        4175        20       12960.0000           1.0000          -
9211.34/466.88	c       467          29556        4138        20       12960.0000           1.0000          -
9312.52/471.98	c       472          33069        4123        20       12960.0000           1.0000          -
9414.47/477.09	c       477          30573        4141        20       12960.0000           1.0000          -
9515.52/482.15	c       482          31084        4140        20       12960.0000           1.0000          -
9616.10/487.20	c       487          31549        4143        20       12960.0000           1.0000          -
9715.28/492.26	c       492          32072        4140        20       12960.0000           1.0000          -
9816.50/497.32	c       497          32560        4140        20       12960.0000           1.0000          -
9917.71/502.44	c       502          33078        4140        20       12960.0000           1.0000          -
10018.91/507.51	c       508          33536        4140        20       12960.0000           1.0000          -
10122.05/512.79	c       513          37256        4118        20       12960.0000           1.0000          -
10223.21/517.86	c       518          34465        4141        20       12960.0000           1.0000          -
10324.37/522.92	c       523          38123        4121        20       12960.0000           1.0000          -
10423.55/528.00	c       528          35390        4140        20       12960.0000           1.0000          -
10530.63/533.31	c       533          35791        4137        20       12960.0000           1.0000          -
10629.79/538.37	c       538          39692        4122        20       12960.0000           1.0000          -
10734.89/543.66	c       544          40202        4120        20       12960.0000           1.0000          -
10836.05/548.74	c       549          40757        4121        20       12960.0000           1.0000          -
10937.19/553.88	c       554          37205        4139        20       12960.0000           1.0000          -
11038.33/558.93	c       559          37718        4140        20       12960.0000           1.0000          -
11137.49/564.00	c       564          34396        4174        20       12960.0000           1.0000          -
11239.41/569.05	c       569          38720        4138        20       12960.0000           1.0000          -
11347.70/574.53	c       575          39193        4141        20       12960.0000           1.0000          -
11448.84/579.65	c       580          39722        4140        20       12960.0000           1.0000          -
11551.96/584.82	c       585          43684        4120        20       12960.0000           1.0000          -
11651.11/589.87	c       590          36325        4175        20       12960.0000           1.0000          -
11752.25/594.95	c       595          44460        4124        20       12960.0000           1.0000          -
11853.96/600.05	c       600          41619        4135        20       12960.0000           1.0000          -
11953.35/605.11	c       605          45671        4123        20       12960.0000           1.0000          -
12052.43/610.12	c       610          38259        4175        20       12960.0000           1.0000          -
12154.91/615.21	c       615          46587        4121        20       12960.0000           1.0000          -
12254.13/620.27	c       620          39218        4178        20       12960.0000           1.0000          -
12357.31/625.41	c       625          39757        4173        20       12960.0000           1.0000          -
12456.52/630.47	c       630          44405        4139        20       12960.0000           1.0000          -
12557.73/635.57	c       636          44481        4139        20       12960.0000           1.0000          -
12658.94/640.63	c       641          40973        4175        20       12960.0000           1.0000          -
12760.18/645.73	c       646          41427        4175        20       12960.0000           1.0000          -
12861.37/650.86	c       651          45629        4139        20       12960.0000           1.0000          -
12962.55/655.94	c       656          42387        4175        20       12960.0000           1.0000          -
13064.31/661.05	c       661          51031        4119        20       12960.0000           1.0000          -
13166.80/666.21	c       666          43119        4179        20       12960.0000           1.0000          -
13266.05/671.28	c       671          43285        4175        20       12960.0000           1.0000          -
13371.24/676.54	c       677          52293        4123        20       12960.0000           1.0000          -
13472.48/681.60	c       682          52882        4120        20       12960.0000           1.0000          -
13571.73/686.66	c       687          53406        4122        20       12960.0000           1.0000          -
13672.89/691.72	c       692          53788        4120        20       12960.0000           1.0000          -
13774.01/696.80	c       697          54143        4121        20       12960.0000           1.0000          -
13873.26/701.89	c       702          46111        4175        20       12960.0000           1.0000          -
13977.24/707.14	c       707          55171        4121        20       12960.0000           1.0000          -
14079.70/712.21	c       712          51266        4138        20       12960.0000           1.0000          -
14182.81/717.45	c       717          51339        4141        20       12960.0000           1.0000          -
14283.96/722.51	c       723          56877        4119        20       12960.0000           1.0000          -
14383.13/727.58	c       728          57402        4122        20       12960.0000           1.0000          -
14488.27/732.81	c       733          48694        4174        20       12960.0000           1.0000          -
14587.49/737.89	c       738          48797        4173        20       12960.0000           1.0000          -
14688.69/742.95	c       743          59094        4122        20       12960.0000           1.0000          -
14787.91/748.01	c       748              2           1        20       12960.0000       12881.0000      0.61%
14889.76/753.10	c       753              2           1        20       12960.0000       12881.0000      0.61%
14991.12/758.19	c       758              2           1        20       12960.0000       12881.0000      0.61%
15093.42/763.36	c       763              2           1        20       12960.0000       12881.0000      0.61%
15194.63/768.42	c       768              2           1        20       12960.0000       12881.0000      0.61%
15293.85/773.49	c       774              2           1        20       12960.0000       12881.0000      0.61%
15408.90/779.24	c       779              2           1        20       12960.0000       12881.0000      0.61%
15508.11/784.29	c       784              2           1        20       12960.0000       12881.0000      0.61%
15609.43/789.34	c       789              2           1        20       12960.0000       12881.0000      0.61%
15710.52/794.44	c       794              2           1        20       12960.0000       12881.0000      0.61%
15811.74/799.60	c       800              3           2        20       12960.0000       12881.0000      0.61%
15914.94/804.72	c       805              3           2        20       12960.0000       12881.0000      0.61%
16014.16/809.79	c       810              3           2        20       12960.0000       12881.0000      0.61%
16115.42/814.88	c       815              3           2        20       12960.0000       12881.0000      0.61%
16216.69/820.03	c       820              3           2        20       12960.0000       12881.0000      0.61%
16325.86/825.40	c       825              3           2        20       12960.0000       12881.0000      0.61%
16425.07/830.47	c       830              3           2        20       12960.0000       12881.0000      0.61%
16526.31/835.56	c       836              3           2        20       12960.0000       12881.0000      0.61%
16629.52/840.72	c       841              4           3        20       12960.0000       12881.0000      0.61%
16728.79/845.79	c       846              4           3        20       12960.0000       12881.0000      0.61%
16834.72/851.10	c       851              4           3        20       12960.0000       12881.0000      0.61%
16935.80/856.17	c       856              4           3        20       12960.0000       12881.0000      0.61%
17038.65/861.32	c       861              4           3        20       12960.0000       12881.0000      0.61%
17141.93/866.51	c       867              4           3        20       12960.0000       12881.0000      0.61%
17243.20/871.63	c       872              4           3        20       12960.0000       12881.0000      0.61%
17342.48/876.68	c       877              4           3        20       12960.0000       12881.0000      0.61%
17445.72/881.83	c       882              4           3        20       12960.0000       12881.0000      0.61%
17546.99/886.90	c       887              5           4        20       12960.0000       12881.0000      0.61%
17646.29/891.96	c       892              5           4        20       12960.0000       12881.0000      0.61%
17745.57/897.02	c       897              5           4        20       12960.0000       12881.0000      0.61%
17849.61/902.14	c       902              5           4        20       12960.0000       12881.0000      0.61%
17950.11/907.20	c       907              5           4        20       12960.0000       12881.0000      0.61%
18049.39/912.25	c       912              5           4        20       12960.0000       12881.0000      0.61%
18150.67/917.33	c       917              5           4        20       12960.0000       12881.0000      0.61%
18251.95/922.40	c       922              5           4        20       12960.0000       12881.0000      0.61%
18351.22/927.48	c       927              5           4        20       12960.0000       12881.0000      0.61%
18452.49/932.55	c       933              5           4        20       12960.0000       12881.0000      0.61%
18555.75/937.72	c       938              5           4        20       12960.0000       12881.0000      0.61%
18655.01/942.78	c       943              5           4        20       12960.0000       12881.0000      0.61%
18756.29/947.83	c       948              6           5        20       12960.0000       12881.0000      0.61%
18857.52/953.01	c       953              6           5        20       12960.0000       12881.0000      0.61%
18959.39/958.09	c       958              6           5        20       12960.0000       12881.0000      0.61%
19060.95/963.16	c       963              6           5        20       12960.0000       12881.0000      0.61%
19161.31/968.27	c       968              6           5        20       12960.0000       12881.0000      0.61%
19266.58/973.55	c       974              6           5        20       12960.0000       12881.0000      0.61%
19367.82/978.61	c       979              6           5        20       12960.0000       12881.0000      0.61%
19467.10/983.67	c       984              6           5        20       12960.0000       12881.0000      0.61%
19568.37/988.72	c       989              7           6        20       12960.0000       12881.0000      0.61%
19667.64/993.74	c       994              7           6        20       12960.0000       12881.0000      0.61%
19768.91/998.81	c       999              7           6        20       12960.0000       12881.0000      0.61%
19868.21/1003.88	c      1004              7           6        20       12960.0000       12881.0000      0.61%
19969.51/1008.95	c      1009              7           6        20       12960.0000       12881.0000      0.61%
20068.78/1014.00	c      1014              7           6        20       12960.0000       12881.0000      0.61%
20172.96/1019.17	c      1019              7           6        20       12960.0000       12881.0000      0.61%
20271.81/1024.19	c      1024              7           6        20       12960.0000       12881.0000      0.61%
20372.62/1029.25	c      1029              8           7        20       12960.0000       12881.0000      0.61%
20473.92/1034.32	c      1034              8           7        20       12960.0000       12881.0000      0.61%
20573.21/1039.40	c      1039              8           7        20       12960.0000       12881.0000      0.61%
20674.45/1044.45	c      1044              8           7        20       12960.0000       12881.0000      0.61%
20775.70/1049.50	c      1050              8           7        20       12960.0000       12881.0000      0.61%
20874.96/1054.60	c      1055              9           8        20       12960.0000       12881.0000      0.61%
20976.25/1059.68	c      1060              9           8        20       12960.0000       12881.0000      0.61%
21077.54/1064.75	c      1065              9           8        20       12960.0000       12881.0000      0.61%
21178.84/1069.81	c      1070              9           8        20       12960.0000       12881.0000      0.61%
21278.10/1074.81	c      1075              9           8        20       12960.0000       12881.0000      0.61%
21377.37/1079.89	c      1080              2           1        20       12960.0000       12881.0000      0.61%
21478.61/1084.96	c      1085              2           1        20       12960.0000       12881.0000      0.61%
21585.79/1090.39	c      1090              2           1        20       12960.0000       12881.0000      0.61%
21689.04/1095.50	c      1096              2           1        20       12960.0000       12881.0000      0.61%
21790.30/1100.61	c      1101              2           1        20       12960.0000       12881.0000      0.61%
21889.59/1105.69	c      1106              2           1        20       12960.0000       12881.0000      0.61%
21990.87/1110.78	c      1111              2           1        20       12960.0000       12881.0000      0.61%
22092.12/1115.88	c      1116              2           1        20       12960.0000       12881.0000      0.61%
22196.22/1121.05	c      1121              2           1        20       12960.0000       12881.0000      0.61%
22300.57/1126.32	c      1126              2           1        20       12960.0000       12881.0000      0.61%
22399.85/1131.38	c      1131              2           1        20       12960.0000       12881.0000      0.61%
22503.10/1136.51	c      1137             11          10        20       12960.0000       12881.0000      0.61%
22602.38/1141.59	c      1142             11          10        20       12960.0000       12881.0000      0.61%
22705.61/1146.72	c      1147             11          10        20       12960.0000       12881.0000      0.61%
22804.87/1151.78	c      1152             11          10        20       12960.0000       12881.0000      0.61%
22906.12/1156.89	c      1157             11          10        20       12960.0000       12881.0000      0.61%
23007.35/1162.01	c      1162             11          10        20       12960.0000       12881.0000      0.61%
23109.21/1167.08	c      1167             11          10        20       12960.0000       12881.0000      0.61%
23210.53/1172.17	c      1172             11          10        20       12960.0000       12881.0000      0.61%
23313.08/1177.36	c      1177             11          10        20       12960.0000       12881.0000      0.61%
23414.34/1182.41	c      1182             11          10        20       12960.0000       12881.0000      0.61%
23515.61/1187.50	c      1188             11          10        20       12960.0000       12881.0000      0.61%
23614.88/1192.58	c      1193             11          10        20       12960.0000       12881.0000      0.61%
23716.12/1197.63	c      1198             11          10        20       12960.0000       12881.0000      0.61%
23815.35/1202.69	c      1203             11          10        20       12960.0000       12881.0000      0.61%
23916.60/1207.72	c      1208             11          10        20       12960.0000       12881.0000      0.61%
24015.84/1212.78	c      1213             11          10        20       12960.0000       12881.0000      0.61%
24119.04/1217.92	c      1218             11          10        20       12960.0000       12881.0000      0.61%
24221.03/1223.05	c      1223              2           1        20       12960.0000       12883.0000      0.60%
24320.31/1228.12	c      1228              2           1        20       12960.0000       12883.0000      0.60%
24420.95/1233.20	c      1233              2           1        20       12960.0000       12883.0000      0.60%
24519.62/1238.25	c      1238              2           1        20       12960.0000       12883.0000      0.60%
24619.13/1243.33	c      1243              2           1        20       12960.0000       12883.0000      0.60%
24718.60/1248.42	c      1248              2           1        20       12960.0000       12883.0000      0.60%
24821.99/1253.70	c      1254              2           1        20       12960.0000       12883.0000      0.60%
24919.54/1258.77	c      1259              2           1        20       12960.0000       12883.0000      0.60%
25019.05/1263.88	c      1264              2           1        20       12960.0000       12883.0000      0.60%
25118.64/1268.94	c      1269              2           1        20       12960.0000       12883.0000      0.60%
25216.29/1274.00	c      1274              2           1        20       12960.0000       12883.0000      0.60%
25321.48/1279.36	c      1279              2           1        20       12960.0000       12883.0000      0.60%
25421.00/1284.44	c      1284              2           1        20       12960.0000       12883.0000      0.60%
25520.54/1289.50	c      1290              2           1        20       12960.0000       12883.0000      0.60%
25618.09/1294.56	c      1295              2           1        20       12960.0000       12883.0000      0.60%
25717.60/1299.64	c      1300              2           1        20       12960.0000       12883.0000      0.60%
25817.05/1304.70	c      1305              2           1        20       12960.0000       12883.0000      0.60%
25914.61/1309.76	c      1310              2           1        20       12960.0000       12883.0000      0.60%
26014.03/1314.85	c      1315              2           1        20       12960.0000       12883.0000      0.60%
26113.56/1319.94	c      1320              2           1        20       12960.0000       12883.0000      0.60%
26211.19/1325.01	c      1325              3           2        20       12960.0000       12883.0000      0.60%
26313.17/1330.18	c      1330              3           2        20       12960.0000       12883.0000      0.60%
26413.77/1335.34	c      1335              3           2        20       12960.0000       12883.0000      0.60%
26513.19/1340.40	c      1340              3           2        20       12960.0000       12883.0000      0.60%
26620.45/1345.90	c      1346              3           2        20       12960.0000       12883.0000      0.60%
26717.90/1351.00	c      1351              3           2        20       12960.0000       12883.0000      0.60%
26817.80/1356.05	c      1356              3           2        20       12960.0000       12883.0000      0.60%
26922.43/1361.40	c      1361              3           2        20       12960.0000       12883.0000      0.60%
27021.91/1366.50	c      1367              3           2        20       12960.0000       12883.0000      0.60%
27119.49/1371.58	c      1372              3           2        20       12960.0000       12883.0000      0.60%
27220.98/1376.70	c      1377              3           2        20       12960.0000       12883.0000      0.60%
27318.50/1381.72	c      1382              3           2        20       12960.0000       12883.0000      0.60%
27416.05/1386.78	c      1387              3           2        20       12960.0000       12883.0000      0.60%
27515.53/1391.84	c      1392              3           2        20       12960.0000       12883.0000      0.60%
27615.03/1396.99	c      1397              3           2        20       12960.0000       12883.0000      0.60%
27715.36/1402.07	c      1402              3           2        20       12960.0000       12883.0000      0.60%
27812.62/1407.12	c      1407              3           2        20       12960.0000       12883.0000      0.60%
27913.41/1412.21	c      1412              3           2        20       12960.0000       12883.0000      0.60%
28010.96/1417.29	c      1417              3           2        20       12960.0000       12883.0000      0.60%
28110.52/1422.35	c      1422              3           2        20       12960.0000       12883.0000      0.60%
28209.84/1427.41	c      1427              3           2        20       12960.0000       12883.0000      0.60%
28307.40/1432.48	c      1432              3           2        20       12960.0000       12883.0000      0.60%
28406.80/1437.55	c      1438              3           2        20       12960.0000       12883.0000      0.60%
28504.31/1442.59	c      1443              3           2        20       12960.0000       12883.0000      0.60%
28603.85/1447.68	c      1448              3           2        20       12960.0000       12883.0000      0.60%
28703.31/1452.76	c      1453              4           3        20       12960.0000       12883.0000      0.60%
28804.80/1457.90	c      1458              4           3        20       12960.0000       12883.0000      0.60%
28904.85/1463.08	c      1463              4           3        20       12960.0000       12883.0000      0.60%
29002.76/1468.14	c      1468              4           3        20       12960.0000       12883.0000      0.60%
29103.35/1473.24	c      1473              4           3        20       12960.0000       12883.0000      0.60%
29204.90/1478.47	c      1478              4           3        20       12960.0000       12883.0000      0.60%
29304.36/1483.52	c      1484              4           3        20       12960.0000       12883.0000      0.60%
29401.89/1488.59	c      1489              4           3        20       12960.0000       12883.0000      0.60%
29501.33/1493.69	c      1494              4           3        20       12960.0000       12883.0000      0.60%
29602.70/1498.83	c      1499              4           3        20       12960.0000       12883.0000      0.60%
29700.22/1503.85	c      1504              4           3        20       12960.0000       12883.0000      0.60%
29799.68/1508.97	c      1509              4           3        20       12960.0000       12883.0000      0.60%
29897.26/1513.97	c      1514              4           3        20       12960.0000       12883.0000      0.60%
29997.37/1519.06	c      1519              4           3        20       12960.0000       12883.0000      0.60%
30094.82/1524.12	c      1524              4           3        20       12960.0000       12883.0000      0.60%
30195.60/1529.21	c      1529              5           4        20       12960.0000       12883.0000      0.60%
30293.03/1534.29	c      1534              5           4        20       12960.0000       12883.0000      0.60%
30392.54/1539.37	c      1539              5           4        20       12960.0000       12883.0000      0.60%
30491.94/1544.47	c      1544              5           4        20       12960.0000       12883.0000      0.60%
30591.39/1549.50	c      1550              5           4        20       12960.0000       12883.0000      0.60%
30688.91/1554.56	c      1555              5           4        20       12960.0000       12883.0000      0.60%
30788.32/1559.63	c      1560              5           4        20       12960.0000       12883.0000      0.60%
30885.82/1564.69	c      1565              5           4        20       12960.0000       12883.0000      0.60%
30985.16/1569.74	c      1570              5           4        20       12960.0000       12883.0000      0.60%
31086.55/1574.99	c      1575              5           4        20       12960.0000       12883.0000      0.60%
31186.47/1580.05	c      1580              5           4        20       12960.0000       12883.0000      0.60%
31284.21/1585.11	c      1585              5           4        20       12960.0000       12883.0000      0.60%
31383.45/1590.15	c      1590              6           5        20       12960.0000       12883.0000      0.60%
31482.24/1595.22	c      1595              6           5        20       12960.0000       12883.0000      0.60%
31581.61/1600.30	c      1600              6           5        20       12960.0000       12883.0000      0.60%
31679.12/1605.37	c      1605              6           5        20       12960.0000       12883.0000      0.60%
31778.59/1610.44	c      1610              6           5        20       12960.0000       12883.0000      0.60%
31878.03/1615.53	c      1616              6           5        20       12960.0000       12883.0000      0.60%
31977.44/1620.60	c      1621              6           5        20       12960.0000       12883.0000      0.60%
32076.95/1625.72	c      1626              6           5        20       12960.0000       12883.0000      0.60%
32174.44/1630.79	c      1631              6           5        20       12960.0000       12883.0000      0.60%
32280.13/1636.13	c      1636              6           5        20       12960.0000       12883.0000      0.60%
32377.73/1641.19	c      1641              6           5        20       12960.0000       12883.0000      0.60%
32476.58/1646.26	c      1646              6           5        20       12960.0000       12883.0000      0.60%
32575.99/1651.36	c      1651              6           5        20       12960.0000       12883.0000      0.60%
32675.39/1656.44	c      1656              7           6        20       12960.0000       12883.0000      0.60%
32774.84/1661.53	c      1662              7           6        20       12960.0000       12883.0000      0.60%
32878.15/1666.85	c      1667              7           6        20       12960.0000       12883.0000      0.60%
32977.62/1671.94	c      1672              7           6        20       12960.0000       12883.0000      0.60%
33077.87/1677.06	c      1677              7           6        20       12960.0000       12883.0000      0.60%
33176.89/1682.15	c      1682              7           6        20       12960.0000       12883.0000      0.60%
33275.80/1687.21	c      1687              7           6        20       12960.0000       12883.0000      0.60%
33373.34/1692.29	c      1692              8           7        20       12960.0000       12883.0000      0.60%
33474.63/1697.41	c      1697              8           7        20       12960.0000       12883.0000      0.60%
33572.13/1702.45	c      1702              8           7        20       12960.0000       12883.0000      0.60%
33677.39/1707.87	c      1708              8           7        20       12960.0000       12883.0000      0.60%
33776.80/1712.97	c      1713              8           7        20       12960.0000       12883.0000      0.60%
33876.95/1718.11	c      1718              8           7        20       12960.0000       12883.0000      0.60%
33976.15/1723.17	c      1723              9           8        20       12960.0000       12883.0000      0.60%
34077.15/1728.35	c      1728              9           8        20       12960.0000       12883.0000      0.60%
34176.39/1733.43	c      1733              9           8        20       12960.0000       12883.0000      0.60%
34277.81/1738.63	c      1739              9           8        20       12960.0000       12883.0000      0.60%
34377.26/1743.71	c      1744              9           8        20       12960.0000       12883.0000      0.60%
34478.65/1748.96	c      1749             10           9        20       12960.0000       12883.0000      0.60%
34583.88/1754.33	c      1754             10           9        20       12960.0000       12883.0000      0.60%
34683.33/1759.42	c      1759             10           9        20       12960.0000       12883.0000      0.60%
34782.87/1764.57	c      1765             10           9        20       12960.0000       12883.0000      0.60%
34882.17/1769.64	c      1770             10           9        20       12960.0000       12883.0000      0.60%
34983.57/1774.81	c      1775             10           9        20       12960.0000       12883.0000      0.60%
35081.05/1779.88	c      1780             11          10        20       12960.0000       12883.0000      0.60%
35180.52/1784.91	c      1785             11          10        20       12960.0000       12883.0000      0.60%
35278.03/1789.97	c      1790             11          10        20       12960.0000       12883.0000      0.60%
35381.11/1795.29	c      1795             11          10        20       12960.0000       12883.0000      0.60%
35482.44/1800.47	c      1800             11          10        20       12960.0000       12883.0000      0.60%
35581.79/1805.53	c      1806             11          10        20       12960.0000       12883.0000      0.60%
35679.15/1810.59	c      1811             11          10        20       12960.0000       12883.0000      0.60%
35778.61/1815.66	c      1816             11          10        20       12960.0000       12883.0000      0.60%
35878.21/1820.75	c      1821             11          10        20       12960.0000       12883.0000      0.60%
35977.53/1825.83	c      1826             11          10        20       12960.0000       12883.0000      0.60%
36076.96/1830.91	c      1831             11          10        20       12960.0000       12883.0000      0.60%
36174.45/1835.98	c      1836             11          10        20       12960.0000       12883.0000      0.60%
36274.50/1841.10	c      1841             11          10        20       12960.0000       12883.0000      0.60%
36375.09/1846.23	c      1846             11          10        20       12960.0000       12883.0000      0.60%
36474.54/1851.30	c      1851             11          10        20       12960.0000       12883.0000      0.60%
36572.03/1856.38	c      1856             11          10        20       12960.0000       12883.0000      0.60%
36671.45/1861.44	c      1861             11          10        20       12960.0000       12883.0000      0.60%
36770.93/1866.52	c      1867             11          10        20       12960.0000       12883.0000      0.60%
36870.23/1871.60	c      1872             11          10        20       12960.0000       12883.0000      0.60%
36967.88/1876.66	c      1877             11          10        20       12960.0000       12883.0000      0.60%
37071.09/1881.96	c      1882             11          10        20       12960.0000       12883.0000      0.60%
37171.33/1887.06	c      1887             11          10        20       12960.0000       12883.0000      0.60%
37271.77/1892.25	c      1892             11          10        20       12960.0000       12883.0000      0.60%
37371.15/1897.31	c      1897             11          10        20       12960.0000       12883.0000      0.60%
37470.47/1902.40	c      1902             11          10        20       12960.0000       12883.0000      0.60%
37567.94/1907.46	c      1907             11          10        20       12960.0000       12883.0000      0.60%
37667.35/1912.55	c      1913             11          10        20       12960.0000       12883.0000      0.60%
37766.74/1917.62	c      1918             11          10        20       12960.0000       12883.0000      0.60%
37864.23/1922.67	c      1923             11          10        20       12960.0000       12883.0000      0.60%
37963.77/1927.76	c      1928             11          10        20       12960.0000       12883.0000      0.60%
38063.15/1932.83	c      1933             11          10        20       12960.0000       12883.0000      0.60%
38162.77/1937.95	c      1938             11          10        20       12960.0000       12883.0000      0.60%
38260.26/1943.02	c      1943             11          10        20       12960.0000       12883.0000      0.60%
38360.11/1948.09	c      1948             11          10        20       12960.0000       12883.0000      0.60%
38459.72/1953.15	c      1953             11          10        20       12960.0000       12883.0000      0.60%
38558.40/1958.22	c      1958             11          10        20       12960.0000       12883.0000      0.60%
38657.93/1963.31	c      1963             11          10        20       12960.0000       12883.0000      0.60%
38755.16/1968.33	c      1968             11          10        20       12960.0000       12883.0000      0.60%
38854.52/1973.41	c      1973             11          10        20       12960.0000       12883.0000      0.60%
38951.93/1978.44	c      1978             11          10        20       12960.0000       12883.0000      0.60%
39051.27/1983.51	c      1984             11          10        20       12960.0000       12883.0000      0.60%
39150.67/1988.64	c      1989             11          10        20       12960.0000       12883.0000      0.60%
39250.17/1993.71	c      1994             11          10        20       12960.0000       12883.0000      0.60%
39347.78/1998.78	c      1999             11          10        20       12960.0000       12883.0000      0.60%
39447.05/2003.83	c      2004             11          10        20       12960.0000       12883.0000      0.60%
39544.52/2008.89	c      2009             11          10        20       12960.0000       12883.0000      0.60%
39643.90/2013.97	c      2014             11          10        20       12960.0000       12883.0000      0.60%
39741.30/2019.02	c      2019             11          10        20       12960.0000       12883.0000      0.60%
39843.34/2024.19	c      2024             11          10        20       12960.0000       12883.0000      0.60%
39942.11/2029.28	c      2029             11          10        20       12960.0000       12883.0000      0.60%
40041.50/2034.37	c      2034             11          10        20       12960.0000       12883.0000      0.60%
40140.88/2039.49	c      2040             11          10        20       12960.0000       12883.0000      0.60%
40240.24/2044.59	c      2045             11          10        20       12960.0000       12883.0000      0.60%
40339.66/2049.69	c      2050             11          10        20       12960.0000       12883.0000      0.60%
40439.02/2054.79	c      2055             11          10        20       12960.0000       12883.0000      0.60%
40540.35/2059.95	c      2060             11          10        20       12960.0000       12883.0000      0.60%
40640.36/2065.03	c      2065             11          10        20       12960.0000       12883.0000      0.60%
40745.07/2070.48	c      2070             11          10        20       12960.0000       12883.0000      0.60%
40844.47/2075.54	c      2076             11          10        20       12960.0000       12883.0000      0.60%
40944.05/2080.67	c      2081             11          10        20       12960.0000       12883.0000      0.60%
41045.30/2085.86	c      2086             11          10        20       12960.0000       12883.0000      0.60%
41144.68/2090.95	c      2091             11          10        20       12960.0000       12883.0000      0.60%
41242.22/2096.03	c      2096             11          10        20       12960.0000       12883.0000      0.60%
41342.05/2101.09	c      2101             11          10        20       12960.0000       12883.0000      0.60%
41441.54/2106.18	c      2106             11          10        20       12960.0000       12883.0000      0.60%
41540.56/2111.27	c      2111             11          10        20       12960.0000       12883.0000      0.60%
41639.77/2116.35	c      2116             11          10        20       12960.0000       12883.0000      0.60%
41739.06/2121.41	c      2121             11          10        20       12960.0000       12883.0000      0.60%
41836.48/2126.49	c      2126             11          10        20       12960.0000       12883.0000      0.60%
41937.84/2131.68	c      2132             11          10        20       12960.0000       12883.0000      0.60%
42037.39/2136.74	c      2137             11          10        20       12960.0000       12883.0000      0.60%
42136.73/2141.82	c      2142             11          10        20       12960.0000       12883.0000      0.60%
42234.23/2146.82	c      2147             11          10        20       12960.0000       12883.0000      0.60%
42331.79/2151.88	c      2152             11          10        20       12960.0000       12883.0000      0.60%
42431.23/2156.91	c      2157             11          10        20       12960.0000       12883.0000      0.60%
42528.71/2161.99	c      2162             11          10        20       12960.0000       12883.0000      0.60%
42628.78/2167.10	c      2167             11          10        20       12960.0000       12883.0000      0.60%
42728.25/2172.17	c      2172             11          10        20       12960.0000       12883.0000      0.60%
42825.41/2177.20	c      2177             11          10        20       12960.0000       12883.0000      0.60%
42924.34/2182.27	c      2182             11          10        20       12960.0000       12883.0000      0.60%
43023.78/2187.33	c      2187             11          10        20       12960.0000       12883.0000      0.60%
43121.15/2192.40	c      2192             11          10        20       12960.0000       12883.0000      0.60%
43220.57/2197.45	c      2197             11          10        20       12960.0000       12883.0000      0.60%
43320.02/2202.53	c      2203             11          10        20       12960.0000       12883.0000      0.60%
43417.62/2207.59	c      2208             11          10        20       12960.0000       12883.0000      0.60%
43516.95/2212.65	c      2213             11          10        20       12960.0000       12883.0000      0.60%
43616.40/2217.70	c      2218             11          10        20       12960.0000       12883.0000      0.60%
43713.82/2222.77	c      2223             11          10        20       12960.0000       12883.0000      0.60%
43813.29/2227.83	c      2228              2           1        20       12960.0000       12883.0969      0.60%
43912.72/2232.91	c      2233              2           1        20       12960.0000       12883.0969      0.60%
44010.23/2237.99	c      2238              2           1        20       12960.0000       12883.0969      0.60%
44110.10/2243.03	c      2243              2           1        20       12960.0000       12883.0969      0.60%
44207.61/2248.09	c      2248              2           1        20       12960.0000       12883.0969      0.60%
44308.27/2253.23	c      2253              2           1        20       12960.0000       12883.0969      0.60%
44407.66/2258.35	c      2258              2           1        20       12960.0000       12883.0969      0.60%
44507.10/2263.45	c      2263              2           1        20       12960.0000       12883.0969      0.60%
44608.46/2268.66	c      2269              2           1        20       12960.0000       12883.0969      0.60%
44707.96/2273.78	c      2274              3           2        20       12960.0000       12883.0969      0.60%
44809.19/2278.91	c      2279              3           2        20       12960.0000       12883.0969      0.60%
44906.63/2284.01	c      2284              3           2        20       12960.0000       12883.0969      0.60%
45006.67/2289.07	c      2289              3           2        20       12960.0000       12883.0969      0.60%
45106.44/2294.16	c      2294              3           2        20       12960.0000       12883.0969      0.60%
45204.96/2299.23	c      2299              3           2        20       12960.0000       12883.0969      0.60%
45302.56/2304.25	c      2304              3           2        20       12960.0000       12883.0969      0.60%
45400.04/2309.26	c      2309              3           2        20       12960.0000       12883.0969      0.60%
45499.31/2314.33	c      2314              3           2        20       12960.0000       12883.0969      0.60%
45598.70/2319.40	c      2319              3           2        20       12960.0000       12883.0969      0.60%
45696.18/2324.46	c      2324              3           2        20       12960.0000       12883.0969      0.60%
45795.57/2329.53	c      2330              3           2        20       12960.0000       12883.0969      0.60%
45894.97/2334.61	c      2335              3           2        20       12960.0000       12883.0969      0.60%
45996.27/2339.86	c      2340              4           3        20       12960.0000       12883.0969      0.60%
46095.70/2344.93	c      2345              4           3        20       12960.0000       12883.0969      0.60%
46195.85/2350.04	c      2350              4           3        20       12960.0000       12883.0969      0.60%
46295.33/2355.15	c      2355              4           3        20       12960.0000       12883.0969      0.60%
46394.03/2360.28	c      2360              4           3        20       12960.0000       12883.0969      0.60%
46493.52/2365.34	c      2365              4           3        20       12960.0000       12883.0969      0.60%
46590.91/2370.39	c      2370              4           3        20       12960.0000       12883.0969      0.60%
46690.29/2375.47	c      2375              4           3        20       12960.0000       12883.0969      0.60%
46797.48/2380.92	c      2381              4           3        20       12960.0000       12883.0969      0.60%
46894.93/2385.96	c      2386              4           3        20       12960.0000       12883.0969      0.60%
46992.44/2390.97	c      2391              4           3        20       12960.0000       12883.0969      0.60%
47094.35/2396.16	c      2396              5           4        20       12960.0000       12883.0969      0.60%
47193.10/2401.24	c      2401              5           4        20       12960.0000       12883.0969      0.60%
47292.58/2406.33	c      2406              5           4        20       12960.0000       12883.0969      0.60%
47392.11/2411.47	c      2411              5           4        20       12960.0000       12883.0969      0.60%
47491.42/2416.55	c      2417              5           4        20       12960.0000       12883.0969      0.60%
47596.68/2421.98	c      2422              5           4        20       12960.0000       12883.0969      0.60%
47696.64/2427.04	c      2427              5           4        20       12960.0000       12883.0969      0.60%
47794.07/2432.10	c      2432              5           4        20       12960.0000       12883.0969      0.60%
47894.91/2437.29	c      2437              5           4        20       12960.0000       12883.0969      0.60%
47994.29/2442.35	c      2442              5           4        20       12960.0000       12883.0969      0.60%
48093.60/2447.49	c      2448              6           5        20       12960.0000       12883.0969      0.60%
48193.05/2452.57	c      2453              6           5        20       12960.0000       12883.0969      0.60%
48292.47/2457.63	c      2458              6           5        20       12960.0000       12883.0969      0.60%
48389.97/2462.69	c      2463              6           5        20       12960.0000       12883.0969      0.60%
48489.40/2467.76	c      2468              6           5        20       12960.0000       12883.0969      0.60%
48588.76/2472.81	c      2473              6           5        20       12960.0000       12883.0969      0.60%
48686.14/2477.87	c      2478              6           5        20       12960.0000       12883.0969      0.60%
48785.55/2482.95	c      2483              6           5        20       12960.0000       12883.0969      0.60%
48888.77/2488.26	c      2488              6           5        20       12960.0000       12883.0969      0.60%
48988.10/2493.31	c      2493              6           5        20       12960.0000       12883.0969      0.60%
49091.27/2498.65	c      2499              6           5        20       12960.0000       12883.0969      0.60%
49190.76/2503.71	c      2504              6           5        20       12960.0000       12883.0969      0.60%
49288.10/2508.79	c      2509              6           5        20       12960.0000       12883.0969      0.60%
49389.51/2513.97	c      2514              6           5        20       12960.0000       12883.0969      0.60%
49487.08/2519.03	c      2519              7           6        20       12960.0000       12883.0969      0.60%
49588.81/2524.18	c      2524              7           6        20       12960.0000       12883.0969      0.60%
49687.93/2529.24	c      2529              7           6        20       12960.0000       12883.0969      0.60%
49787.49/2534.32	c      2534              7           6        20       12960.0000       12883.0969      0.60%
49886.89/2539.44	c      2539              7           6        20       12960.0000       12883.0969      0.60%
49992.08/2544.83	c      2545              7           6        20       12960.0000       12883.0969      0.60%
50089.58/2549.88	c      2550              7           6        20       12960.0000       12883.0969      0.60%
50188.97/2554.95	c      2555              7           6        20       12960.0000       12883.0969      0.60%
50288.89/2560.09	c      2560              7           6        20       12960.0000       12883.0969      0.60%
50388.14/2565.14	c      2565              7           6        20       12960.0000       12883.0969      0.60%
50485.91/2570.17	c      2570              8           7        20       12960.0000       12883.0969      0.60%
50583.28/2575.19	c      2575              8           7        20       12960.0000       12883.0969      0.60%
50681.83/2580.28	c      2580              8           7        20       12960.0000       12883.0969      0.60%
50781.21/2585.34	c      2585              8           7        20       12960.0000       12883.0969      0.60%
50880.57/2590.40	c      2590              8           7        20       12960.0000       12883.0969      0.60%
50979.84/2595.52	c      2596              8           7        20       12960.0000       12883.0969      0.60%
51077.20/2600.58	c      2601              8           7        20       12960.0000       12883.0969      0.60%
51176.47/2605.63	c      2606              8           7        20       12960.0000       12883.0969      0.60%
51275.96/2610.73	c      2611              8           7        20       12960.0000       12883.0969      0.60%
51373.30/2615.79	c      2616              9           8        20       12960.0000       12883.0969      0.60%
51474.64/2620.91	c      2621              9           8        20       12960.0000       12883.0969      0.60%
51572.01/2625.98	c      2626              9           8        20       12960.0000       12883.0969      0.60%
51669.44/2631.03	c      2631              9           8        20       12960.0000       12883.0969      0.60%
51769.42/2636.10	c      2636              9           8        20       12960.0000       12883.0969      0.60%
51868.86/2641.14	c      2641             10           9        20       12960.0000       12883.0969      0.60%
51967.52/2646.20	c      2646             10           9        20       12960.0000       12883.0969      0.60%
52066.88/2651.31	c      2651             10           9        20       12960.0000       12883.0969      0.60%
52164.25/2656.37	c      2656             10           9        20       12960.0000       12883.0969      0.60%
52263.78/2661.43	c      2661             10           9        20       12960.0000       12883.0969      0.60%
52363.07/2666.51	c      2667             10           9        20       12960.0000       12883.0969      0.60%
52464.44/2671.73	c      2672             10           9        20       12960.0000       12883.0969      0.60%
52563.82/2676.86	c      2677             10           9        20       12960.0000       12883.0969      0.60%
52663.21/2681.94	c      2682             10           9        20       12960.0000       12883.0969      0.60%
52760.58/2687.00	c      2687             11          10        20       12960.0000       12883.0969      0.60%
52860.65/2692.08	c      2692             11          10        20       12960.0000       12883.0969      0.60%
52960.28/2697.15	c      2697             11          10        20       12960.0000       12883.0969      0.60%
53062.99/2702.42	c      2702             11          10        20       12960.0000       12883.0969      0.60%
53166.26/2707.73	c      2708             11          10        20       12960.0000       12883.0969      0.60%
53267.67/2712.99	c      2713             11          10        20       12960.0000       12883.0969      0.60%
53367.63/2718.05	c      2718             12          11        20       12960.0000       12883.7083      0.59%
53467.00/2723.13	c      2723             12          11        20       12960.0000       12883.7083      0.59%
53569.85/2728.42	c      2728             12          11        20       12960.0000       12883.7083      0.59%
53667.51/2733.48	c      2733             12          11        20       12960.0000       12883.7083      0.59%
53766.74/2738.56	c      2739             12          11        20       12960.0000       12883.7083      0.59%
53866.14/2743.64	c      2744             12          11        20       12960.0000       12883.7083      0.59%
53965.48/2748.70	c      2749             12          11        20       12960.0000       12883.7083      0.59%
54069.37/2754.08	c      2754             12          11        20       12960.0000       12883.7083      0.59%
54170.02/2759.25	c      2759             12          11        20       12960.0000       12883.7083      0.59%
54271.42/2764.45	c      2764             13          12        20       12960.0000       12883.7083      0.59%
54370.76/2769.53	c      2770             13          12        20       12960.0000       12883.7083      0.59%
54470.16/2774.63	c      2775             13          12        20       12960.0000       12883.7083      0.59%
54569.58/2779.77	c      2780             13          12        20       12960.0000       12883.7083      0.59%
54669.02/2784.83	c      2785             13          12        20       12960.0000       12883.7083      0.59%
54768.49/2789.93	c      2790             13          12        20       12960.0000       12883.7083      0.59%
54866.08/2795.00	c      2795             14          13        20       12960.0000       12883.7083      0.59%
54967.77/2800.14	c      2800             14          13        20       12960.0000       12883.7083      0.59%
55066.49/2805.22	c      2805             14          13        20       12960.0000       12883.7083      0.59%
55169.69/2810.55	c      2811             14          13        20       12960.0000       12883.7083      0.59%
55268.99/2815.66	c      2816             14          13        20       12960.0000       12883.7083      0.59%
55368.55/2820.75	c      2821             14          13        20       12960.0000       12883.7083      0.59%
55467.76/2825.83	c      2826             14          13        20       12960.0000       12883.7083      0.59%
55567.09/2830.91	c      2831             14          13        20       12960.0000       12883.7083      0.59%
55664.53/2835.99	c      2836             14          13        20       12960.0000       12883.7083      0.59%
55764.46/2841.06	c      2841             15          14        20       12960.0000       12883.7083      0.59%
55862.06/2846.12	c      2846             15          14        20       12960.0000       12883.7083      0.59%
55961.45/2851.18	c      2851             15          14        20       12960.0000       12883.7083      0.59%
56062.26/2856.36	c      2856             15          14        20       12960.0000       12883.7083      0.59%
56161.67/2861.43	c      2861             15          14        20       12960.0000       12883.7083      0.59%
56261.11/2866.50	c      2867             15          14        20       12960.0000       12883.7083      0.59%
56358.63/2871.55	c      2872             15          14        20       12960.0000       12883.7083      0.59%
56458.05/2876.64	c      2877             15          14        20       12960.0000       12883.7083      0.59%
56557.49/2881.73	c      2882             15          14        20       12960.0000       12883.7083      0.59%
56654.95/2886.77	c      2887             16          15        20       12960.0000       12883.7083      0.59%
56756.34/2891.90	c      2892             16          15        20       12960.0000       12883.7083      0.59%
56858.12/2897.19	c      2897             16          15        20       12960.0000       12883.7083      0.59%
56959.16/2902.32	c      2902             16          15        20       12960.0000       12883.7083      0.59%
57056.29/2907.39	c      2907             16          15        20       12960.0000       12883.7083      0.59%
57159.42/2912.61	c      2913             16          15        20       12960.0000       12883.7083      0.59%
57260.51/2917.85	c      2918             16          15        20       12960.0000       12883.7083      0.59%
57362.40/2923.12	c      2923             16          15        20       12960.0000       12883.7083      0.59%
57462.90/2928.21	c      2928             16          15        20       12960.0000       12883.7083      0.59%
57560.45/2933.28	c      2933             17          16        20       12960.0000       12883.7083      0.59%
57659.64/2938.37	c      2938             17          16        20       12960.0000       12883.7083      0.59%
57759.12/2943.45	c      2943             17          16        20       12960.0000       12883.7083      0.59%
57862.57/2948.72	c      2949             17          16        20       12960.0000       12883.7083      0.59%
57959.95/2953.79	c      2954             17          16        20       12960.0000       12883.7083      0.59%
58059.39/2958.86	c      2959             17          16        20       12960.0000       12883.7083      0.59%
58158.81/2963.93	c      2964             17          16        20       12960.0000       12883.7083      0.59%
58256.33/2969.00	c      2969             17          16        20       12960.0000       12883.7083      0.59%
58356.56/2974.07	c      2974             17          16        20       12960.0000       12883.7083      0.59%
58456.04/2979.15	c      2979             17          16        20       12960.0000       12883.7083      0.59%
58554.66/2984.23	c      2984             17          16        20       12960.0000       12883.7083      0.59%
58651.89/2989.29	c      2989             17          16        20       12960.0000       12883.7083      0.59%
58751.07/2994.35	c      2994             17          16        20       12960.0000       12883.7083      0.59%
58848.43/2999.37	c      2999             17          16        20       12960.0000       12883.7083      0.59%
58947.75/3004.44	c      3004             17          16        20       12960.0000       12883.7083      0.59%
59047.22/3009.56	c      3010             17          16        20       12960.0000       12883.7083      0.59%
59146.45/3014.61	c      3015             17          16        20       12960.0000       12883.7083      0.59%
59243.90/3019.67	c      3020             18          17        20       12960.0000       12883.7083      0.59%
59343.29/3024.74	c      3025             18          17        20       12960.0000       12883.7083      0.59%
59442.73/3029.84	c      3030             18          17        20       12960.0000       12883.7083      0.59%
59542.03/3034.93	c      3035             18          17        20       12960.0000       12883.7083      0.59%
59639.50/3040.00	c      3040             18          17        20       12960.0000       12883.7083      0.59%
59739.35/3045.12	c      3045             18          17        20       12960.0000       12883.7083      0.59%
59840.10/3050.21	c      3050             19          18        20       12960.0000       12883.8056      0.59%
59937.62/3055.26	c      3055             19          18        20       12960.0000       12883.8056      0.59%
60036.95/3060.30	c      3060             19          18        20       12960.0000       12883.8056      0.59%
60136.37/3065.43	c      3065             19          18        20       12960.0000       12883.8056      0.59%
60237.73/3070.60	c      3071             19          18        20       12960.0000       12883.8056      0.59%
60339.03/3075.80	c      3076             19          18        20       12960.0000       12883.8056      0.59%
60436.46/3080.87	c      3081             19          18        20       12960.0000       12883.8056      0.59%
60535.74/3086.03	c      3086             19          18        20       12960.0000       12883.8056      0.59%
60635.42/3091.08	c      3091             19          18        20       12960.0000       12883.8056      0.59%
60738.08/3096.31	c      3096             20          19        20       12960.0000       12883.8056      0.59%
60837.31/3101.41	c      3101             20          19        20       12960.0000       12883.8056      0.59%
60934.78/3106.49	c      3106             20          19        20       12960.0000       12883.8056      0.59%
61036.19/3111.68	c      3112             20          19        20       12960.0000       12883.8056      0.59%
61135.45/3116.76	c      3117             20          19        20       12960.0000       12883.8056      0.59%
61236.81/3121.94	c      3122             20          19        20       12960.0000       12883.8056      0.59%
61336.84/3127.06	c      3127             20          19        20       12960.0000       12883.8056      0.59%
61434.30/3132.10	c      3132             20          19        20       12960.0000       12883.8056      0.59%
61533.53/3137.17	c      3137             20          19        20       12960.0000       12883.8056      0.59%
61632.43/3142.27	c      3142             20          19        20       12960.0000       12883.8056      0.59%
61733.79/3147.49	c      3148             21          20        20       12960.0000       12883.8750      0.59%
61833.26/3152.56	c      3153             21          20        20       12960.0000       12883.8750      0.59%
61932.72/3157.62	c      3158             21          20        20       12960.0000       12883.8750      0.59%
62032.07/3162.75	c      3163             21          20        20       12960.0000       12883.8750      0.59%
62131.51/3167.81	c      3168             21          20        20       12960.0000       12883.8750      0.59%
62228.97/3172.88	c      3173             21          20        20       12960.0000       12883.8750      0.59%
62330.68/3178.05	c      3178             21          20        20       12960.0000       12883.8750      0.59%
62428.25/3183.13	c      3183             21          20        20       12960.0000       12883.8750      0.59%
62527.71/3188.19	c      3188             22          21        20       12960.0000       12883.8750      0.59%
62626.43/3193.27	c      3193             22          21        20       12960.0000       12883.8750      0.59%
62727.89/3198.43	c      3198             22          21        20       12960.0000       12883.8750      0.59%
62831.24/3203.73	c      3204             22          21        20       12960.0000       12883.8750      0.59%
62928.75/3208.75	c      3209             22          21        20       12960.0000       12883.8750      0.59%
63026.35/3213.78	c      3214             22          21        20       12960.0000       12883.8750      0.59%
63125.69/3218.84	c      3219             22          21        20       12960.0000       12883.8750      0.59%
63225.30/3223.97	c      3224             22          21        20       12960.0000       12883.8750      0.59%
63325.13/3229.04	c      3229             23          22        20       12960.0000       12883.8750      0.59%
63422.62/3234.05	c      3234             23          22        20       12960.0000       12883.8750      0.59%
63521.93/3239.18	c      3239             23          22        20       12960.0000       12883.8750      0.59%
63620.67/3244.25	c      3244             23          22        20       12960.0000       12883.8750      0.59%
63720.05/3249.37	c      3249             23          22        20       12960.0000       12883.8750      0.59%
63819.41/3254.43	c      3254             23          22        20       12960.0000       12883.8750      0.59%
63920.53/3259.61	c      3260             23          22        20       12960.0000       12883.8750      0.59%
64018.01/3264.67	c      3265             23          22        20       12960.0000       12883.8750      0.59%
64117.12/3269.73	c      3270             23          22        20       12960.0000       12883.8750      0.59%
64214.56/3274.79	c      3275             24          23        20       12960.0000       12883.8750      0.59%
64318.40/3280.06	c      3280             24          23        20       12960.0000       12883.8750      0.59%
64417.85/3285.13	c      3285             24          23        20       12960.0000       12883.8750      0.59%
64515.34/3290.17	c      3290             24          23        20       12960.0000       12883.8750      0.59%
64614.21/3295.25	c      3295             24          23        20       12960.0000       12883.8750      0.59%
64717.55/3300.56	c      3301             24          23        20       12960.0000       12883.8750      0.59%
64817.05/3305.64	c      3306             24          23        20       12960.0000       12883.8750      0.59%
64916.34/3310.71	c      3311             24          23        20       12960.0000       12883.8750      0.59%
65013.80/3315.79	c      3316             24          23        20       12960.0000       12883.8750      0.59%
65113.10/3320.85	c      3321             25          24        20       12960.0000       12883.8750      0.59%
65212.45/3325.93	c      3326             25          24        20       12960.0000       12883.8750      0.59%
65312.40/3331.08	c      3331             25          24        20       12960.0000       12883.8750      0.59%
65412.95/3336.21	c      3336             25          24        20       12960.0000       12883.8750      0.59%
65510.42/3341.28	c      3341             25          24        20       12960.0000       12883.8750      0.59%
65609.88/3346.39	c      3346             25          24        20       12960.0000       12883.8750      0.59%
65709.22/3351.48	c      3351             25          24        20       12960.0000       12883.8750      0.59%
65808.61/3356.55	c      3357             25          24        20       12960.0000       12883.8750      0.59%
65908.18/3361.62	c      3362             26          25        20       12960.0000       12883.8750      0.59%
66007.27/3366.70	c      3367             32          31        20       12960.0000       12883.9685      0.59%
66104.86/3371.78	c      3372             32          31        20       12960.0000       12883.9685      0.59%
66204.10/3376.86	c      3377             32          31        20       12960.0000       12883.9685      0.59%
66303.46/3381.94	c      3382             32          31        20       12960.0000       12883.9685      0.59%
66400.98/3386.96	c      3387             32          31        20       12960.0000       12883.9685      0.59%
66501.10/3392.04	c      3392             32          31        20       12960.0000       12883.9685      0.59%
66598.41/3397.10	c      3397             32          31        20       12960.0000       12883.9685      0.59%
66697.97/3402.16	c      3402             32          31        20       12960.0000       12883.9685      0.59%
66800.53/3407.45	c      3407             32          31        20       12960.0000       12883.9685      0.59%
66899.79/3412.57	c      3413             32          31        20       12960.0000       12883.9685      0.59%
66999.00/3417.65	c      3418             32          31        20       12960.0000       12883.9685      0.59%
67100.37/3422.85	c      3423             33          32        20       12960.0000       12883.9685      0.59%
67199.95/3427.96	c      3428             33          32        20       12960.0000       12883.9685      0.59%
67299.80/3433.07	c      3433             33          32        20       12960.0000       12883.9685      0.59%
67399.21/3438.17	c      3438             33          32        20       12960.0000       12883.9685      0.59%
67498.09/3443.22	c      3443             33          32        20       12960.0000       12883.9685      0.59%
67597.49/3448.30	c      3448             33          32        20       12960.0000       12883.9685      0.59%
67694.98/3453.34	c      3453             33          32        20       12960.0000       12883.9685      0.59%
67794.34/3458.41	c      3458             33          32        20       12960.0000       12883.9685      0.59%
67891.80/3463.49	c      3464             33          32        20       12960.0000       12883.9685      0.59%
67991.17/3468.55	c      3469             33          32        20       12960.0000       12883.9685      0.59%
68090.52/3473.62	c      3474             33          32        20       12960.0000       12883.9685      0.59%
68191.68/3478.86	c      3479             33          32        20       12960.0000       12883.9685      0.59%
68291.00/3483.92	c      3484             33          32        20       12960.0000       12883.9685      0.59%
68388.38/3489.00	c      3489             33          32        20       12960.0000       12883.9685      0.59%
68488.37/3494.06	c      3494             33          32        20       12960.0000       12883.9685      0.59%
68587.54/3499.14	c      3499             33          32        20       12960.0000       12883.9685      0.59%
68685.05/3504.19	c      3504             33          32        20       12960.0000       12883.9685      0.59%
68785.92/3509.31	c      3509             33          32        20       12960.0000       12883.9685      0.59%
68883.41/3514.37	c      3514             33          32        20       12960.0000       12883.9685      0.59%
68984.75/3519.56	c      3520             33          32        20       12960.0000       12883.9685      0.59%
69084.20/3524.62	c      3525             33          32        20       12960.0000       12883.9685      0.59%
69183.57/3529.72	c      3530             33          32        20       12960.0000       12883.9685      0.59%
69281.14/3534.79	c      3535             33          32        20       12960.0000       12883.9685      0.59%
69380.51/3539.85	c      3540             33          32        20       12960.0000       12883.9685      0.59%
69477.98/3544.91	c      3545             33          32        20       12960.0000       12883.9685      0.59%
69577.34/3549.93	c      3550             33          32        20       12960.0000       12883.9685      0.59%
69684.47/3555.44	c      3555             32          31        20       12960.0000       12884.2083      0.59%
69785.75/3560.63	c      3561             32          31        20       12960.0000       12884.2083      0.59%
69883.16/3565.68	c      3566             32          31        20       12960.0000       12884.2083      0.59%
69982.43/3570.75	c      3571             32          31        20       12960.0000       12884.2083      0.59%
70081.82/3575.86	c      3576             32          31        20       12960.0000       12884.2083      0.59%
70181.17/3580.94	c      3581             33          32        20       12960.0000       12884.2083      0.59%
70278.70/3586.01	c      3586             33          32        20       12960.0000       12884.2083      0.59%
70378.75/3591.08	c      3591             33          32        20       12960.0000       12884.2083      0.59%
70477.97/3596.17	c      3596             33          32        20       12960.0000       12884.2083      0.59%
70576.95/3601.27	c      3601             33          32        20       12960.0000       12884.2083      0.59%
70680.29/3606.59	c      3607             34          33        20       12960.0000       12884.2083      0.59%
70779.75/3611.64	c      3612             34          33        20       12960.0000       12884.2083      0.59%
70877.21/3616.67	c      3617             34          33        20       12960.0000       12884.2083      0.59%
70976.59/3621.73	c      3622             34          33        20       12960.0000       12884.2083      0.59%
71077.83/3626.97	c      3627             34          33        20       12960.0000       12884.2083      0.59%
71177.68/3632.04	c      3632             35          34        20       12960.0000       12884.2083      0.59%
71276.75/3637.18	c      3637             35          34        20       12960.0000       12884.2083      0.59%
71375.58/3642.28	c      3642             35          34        20       12960.0000       12884.2083      0.59%
71477.05/3647.41	c      3647             35          34        20       12960.0000       12884.2083      0.59%
71574.61/3652.48	c      3652             35          34        20       12960.0000       12884.2083      0.59%
71676.25/3657.63	c      3658             35          34        20       12960.0000       12884.2083      0.59%
71773.67/3662.68	c      3663             36          35        20       12960.0000       12884.2083      0.59%
71873.25/3667.74	c      3668             36          35        20       12960.0000       12884.2083      0.59%
71972.79/3672.84	c      3673             36          35        20       12960.0000       12884.2083      0.59%

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 (156754 MiB free)
  memory of node 1: 193494 MiB (191189 MiB free)
  memory of node 2: 193531 MiB (189434 MiB free)
  memory of node 3: 193531 MiB (167577 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-4465958-1723661867/watcher-4465958-1723661867 -o /tmp/evaluation-result-4465958-1723661867/solver-4465958-1723661867 -C 72000 -W 3700 -M 195000 --bin-var /tmp/runsolver-exch-nodeD105-1723654518-779822 --watchdog 3760 ./fscip settings/racing.prm HOME/instance-4465958-1723661867.opb -qsol -t 72000 -sth 20 

running on 20 cores: 1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77

CPU governors:
  performance: 1 5 9 13 17 21 25 29 33 37 41 45 49 53 57 61 65 69 73 77

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


[startup+0.100117 s]*
/proc/loadavg: 80.41 80.54 80.18 43/945 784856
/proc/meminfo: memFree=723320180/790760804 swapFree=131071996/131071996
[pid=784849] ppid=784846 vsize=106556 memory=96116 CPUtime=0.11 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/784849/stat : 784849 (fscip) R 784846 784849 779811 0 -1 4194304 22429 0 0 0 8 3 0 0 20 0 1 0 132769853 109113344 24029 809668444160 4194304 16623229 140724861699312 0 0 0 0 0 2 0 0 0 17 37 0 0 0 0 0 18838560 18947056 38285312 140724861707270 140724861707388 140724861707388 140724861714416 0
/proc/784849/statm: 26639 24029 2555 3035 0 23035 0
Current children cumulated CPU time: 0.11 s
Current children cumulated vsize: 106556 KiB
Current children cumulated memory: 96116 KiB

[startup+0.225302 s]*
/proc/loadavg: 80.41 80.54 80.18 43/946 784857
/proc/meminfo: memFree=729892988/790760804 swapFree=131071996/131071996
[pid=784849] ppid=784846 vsize=146724 memory=133152 CPUtime=0.23 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/784849/stat : 784849 (fscip) R 784846 784849 779811 0 -1 4194304 31629 0 0 0 18 5 0 0 20 0 1 0 132769853 150245376 33288 809668444160 4194304 16623229 140724861699312 0 0 0 0 0 2 0 0 0 17 37 0 0 0 0 0 18838560 18947056 38285312 140724861707270 140724861707388 140724861707388 140724861714416 0
/proc/784849/statm: 36681 33288 2614 3035 0 33077 0
Current children cumulated CPU time: 0.23 s
Current children cumulated vsize: 146724 KiB
Current children cumulated memory: 133152 KiB

[startup+0.320162 s]*
/proc/loadavg: 80.41 80.54 80.18 43/946 784857
/proc/meminfo: memFree=734792052/790760804 swapFree=131071996/131071996
[pid=784849] ppid=784846 vsize=183004 memory=169112 CPUtime=0.32 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/784849/stat : 784849 (fscip) R 784846 784849 779811 0 -1 4194304 42030 0 0 0 25 7 0 0 20 0 1 0 132769853 187396096 42278 809668444160 4194304 16623229 140724861699312 0 0 0 0 0 2 0 0 0 17 37 0 0 0 0 0 18838560 18947056 38285312 140724861707270 140724861707388 140724861707388 140724861714416 0
/proc/784849/statm: 45751 42278 2678 3035 0 42147 0
Current children cumulated CPU time: 0.32 s
Current children cumulated vsize: 183004 KiB
Current children cumulated memory: 169112 KiB

[startup+0.700141 s]
/proc/loadavg: 80.41 80.54 80.18 44/946 784857
/proc/meminfo: memFree=743206776/790760804 swapFree=131071996/131071996
[pid=784849] ppid=784846 vsize=193764 memory=180000 CPUtime=0.69 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/784849/stat : 784849 (fscip) R 784846 784849 779811 0 -1 4194304 53305 0 0 0 59 10 0 0 20 0 1 0 132769853 198414336 45000 809668444160 4194304 16623229 140724861699312 0 0 0 0 0 2 0 0 0 17 37 0 0 0 0 0 18838560 18947056 38285312 140724861707270 140724861707388 140724861707388 140724861714416 0
/proc/784849/statm: 48441 45000 2758 3035 0 44837 0
Current children cumulated CPU time: 0.69 s
Current children cumulated vsize: 193764 KiB
Current children cumulated memory: 180000 KiB

[startup+1.50049 s]
/proc/loadavg: 80.41 80.54 80.18 42/962 784891
/proc/meminfo: memFree=752891744/790760804 swapFree=131071996/131071996
[pid=784849] ppid=784846 vsize=1910024 memory=758744 CPUtime=1.49 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/784849/stat : 784849 (fscip) S 784846 784849 779811 0 -1 1077936128 204939 0 0 0 117 32 0 0 20 0 21 0 132769853 1955864576 189686 809668444160 4194304 16623229 140724861699312 0 0 0 0 0 2 0 0 0 17 37 0 0 0 0 0 18838560 18947056 38285312 140724861707270 140724861707388 140724861707388 140724861714416 0
/proc/784849/statm: 477506 189686 2774 3035 0 254419 0
[pid=784849/tid=784858] ppid=784846 vsize=1910024 memory=11448 CPUtime=0.07 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/784849/task/784858/stat : 784858 (fscip) S 784846 784849 779811 0 -1 1077936192 13645 0 0 0 5 2 0 0 20 0 21 0 132769940 1955864576 189686 809668444160 4194304 16623229 140724861699312 0 0 0 0 0 2 0 0 0 -1 41 0 0 0 0 0 18838560 18947056 38285312 140724861707270 140724861707388 140724861707388 140724861714416 0
[pid=784849/tid=784859] ppid=784846 vsize=1910024 memory=3555594402 CPUtime=0.06 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/784849/task/784859/stat : 784859 (fscip) S 784846 784849 779811 0 -1 1077936192 13645 0 0 0 5 1 0 0 20 0 21 0 132769940 1955864576 189686 809668444160 4194304 16623229 140724861699312 0 0 0 0 0 2 0 0 0 -1 45 0 0 0 0 0 18838560 18947056 38285312 140724861707270 140724861707388 140724861707388 140724861714416 0
[pid=784849/tid=784860] ppid=784846 vsize=1910024 memory=10544 CPUtime=0.06 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/784849/task/784860/stat : 784860 (fscip) S 784846 784849 779811 0 -1 1077936192 13645 0 0 0 5 1 0 0 20 0 21 0 132769940 1955864576 189686 809668444160 4194304 16623229 140724861699312 0 0 0 0 0 2 0 0 0 -1 49 0 0 0 0 0 18838560 18947056 38285312 140724861707270 140724861707388 140724861707388 140724861714416 0
[pid=784849/tid=784861] ppid=784846 vsize=1910024 memory=0 CPUtime=0.07 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/784849/task/784861/stat : 784861 (fscip) S 784846 784849 779811 0 -1 1077936192 13644 0 0 0 5 2 0 0 20 0 21 0 132769940 1955864576 189686 809668444160 4194304 16623229 140724861699312 0 0 0 0 0 2 0 0 0 -1 53 0 0 0 0 0 18838560 18947056 38285312 140724861707270 140724861707388 140724861707388 140724861714416 0
[pid=784849/tid=784862] ppid=784846 vsize=1910024 memory=280358151178592 CPUtime=0.06 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/784849/task/784862/stat : 784862 (fscip) S 784846 784849 779811 0 -1 1077936192 13645 0 0 0 5 1 0 0 20 0 21 0 132769940 1955864576 189686 809668444160 4194304 16623229 140724861699312 0 0 0 0 0 2 0 0 0 -1 57 0 0 0 0 0 18838560 18947056 38285312 140724861707270 140724861707388 140724861707388 140724861714416 0
[pid=784849/tid=784863] ppid=784846 vsize=1910024 memory=5512 CPUtime=0.03 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/784849/task/784863/stat : 784863 (fscip) R 784846 784849 779811 0 -1 4194368 9056 0 0 0 2 1 0 0 20 0 21 0 132769940 1955864576 189686 809668444160 4194304 16623229 140724861699312 0 0 0 0 0 2 0 0 0 -1 61 0 0 0 0 0 18838560 18947056 38285312 140724861707270 140724861707388 140724861707388 140724861714416 0
[pid=784849/tid=784864] ppid=784846 vsize=1910024 memory=7381225432184023919 CPUtime=0.07 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/784849/task/784864/stat : 784864 (fscip) S 784846 784849 779811 0 -1 1077936192 13645 0 0 0 5 2 0 0 20 0 21 0 132769940 1955864576 189686 809668444160 4194304 16623229 140724861699312 0 0 0 0 0 2 0 0 0 -1 65 0 0 0 0 0 18838560 18947056 38285312 140724861707270 140724861707388 140724861707388 140724861714416 0
[pid=784849/tid=784865] ppid=784846 vsize=1910024 memory=1457756 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/784849/task/784865/stat : 784865 (fscip) S 784846 784849 779811 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 132769940 1955864576 189686 809668444160 4194304 16623229 140724861699312 0 0 0 0 0 2 0 0 0 -1 69 0 0 0 0 0 18838560 18947056 38285312 140724861707270 140724861707388 140724861707388 140724861714416 0
[pid=784849/tid=784866] ppid=784846 vsize=1910024 memory=16164 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/784849/task/784866/stat : 784866 (fscip) S 784846 784849 779811 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 132769940 1955864576 189686 809668444160 4194304 16623229 140724861699312 0 0 0 0 0 2 0 0 0 -1 73 0 0 0 0 0 18838560 18947056 38285312 140724861707270 140724861707388 140724861707388 140724861714416 0
[pid=784849/tid=784867] ppid=784846 vsize=1910024 memory=2316 CPUtime=0.06 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/784849/task/784867/stat : 784867 (fscip) S 784846 784849 779811 0 -1 1077936192 13646 0 0 0 5 1 0 0 20 0 21 0 132769940 1955864576 189686 809668444160 4194304 16623229 140724861699312 0 0 0 0 0 2 0 0 0 -1 1 0 0 0 0 0 18838560 18947056 38285312 140724861707270 140724861707388 140724861707388 140724861714416 0
[pid=784849/tid=784868] ppid=784846 vsize=1910024 memory=30399726987509844 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/784849/task/784868/stat : 784868 (fscip) S 784846 784849 779811 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 132769940 1955864576 189686 809668444160 4194304 16623229 140724861699312 0 0 0 0 0 2 0 0 0 -1 1 0 0 0 0 0 18838560 18947056 38285312 140724861707270 140724861707388 140724861707388 140724861714416 0
[pid=784849/tid=784869] ppid=784846 vsize=1910024 memory=0 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/784849/task/784869/stat : 784869 (fscip) S 784846 784849 779811 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 132769940 1955864576 189686 809668444160 4194304 16623229 140724861699312 0 0 0 0 0 2 0 0 0 -1 5 0 0 0 0 0 18838560 18947056 38285312 140724861707270 140724861707388 140724861707388 140724861714416 0
[pid=784849/tid=784870] ppid=784846 vsize=1910024 memory=0 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/784849/task/784870/stat : 784870 (fscip) S 784846 784849 779811 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 132769940 1955864576 189686 809668444160 4194304 16623229 140724861699312 0 0 0 0 0 2 0 0 0 -1 9 0 0 0 0 0 18838560 18947056 38285312 140724861707270 140724861707388 140724861707388 140724861714416 0
[pid=784849/tid=784871] ppid=784846 vsize=1910024 memory=0 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/784849/task/784871/stat : 784871 (fscip) S 784846 784849 779811 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 132769940 1955864576 189686 809668444160 4194304 16623229 140724861699312 0 0 0 0 0 2 0 0 0 -1 13 0 0 0 0 0 18838560 18947056 38285312 140724861707270 140724861707388 140724861707388 140724861714416 0
[pid=784849/tid=784872] ppid=784846 vsize=1910024 memory=280358151163248 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/784849/task/784872/stat : 784872 (fscip) S 784846 784849 779811 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 132769940 1955864576 189686 809668444160 4194304 16623229 140724861699312 0 0 0 0 0 2 0 0 0 -1 17 0 0 0 0 0 18838560 18947056 38285312 140724861707270 140724861707388 140724861707388 140724861714416 0
[pid=784849/tid=784873] ppid=784846 vsize=1910024 memory=8293514741505 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/784849/task/784873/stat : 784873 (fscip) S 784846 784849 779811 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 132769940 1955864576 189686 809668444160 4194304 16623229 140724861699312 0 0 0 0 0 2 0 0 0 -1 21 0 0 0 0 0 18838560 18947056 38285312 140724861707270 140724861707388 140724861707388 140724861714416 0
[pid=784849/tid=784874] ppid=784846 vsize=1910024 memory=8297809708545 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/784849/task/784874/stat : 784874 (fscip) S 784846 784849 779811 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 132769940 1955864576 189686 809668444160 4194304 16623229 140724861699312 0 0 0 0 0 2 0 0 0 -1 25 0 0 0 0 0 18838560 18947056 38285312 140724861707270 140724861707388 140724861707388 140724861714416 0
[pid=784849/tid=784875] ppid=784846 vsize=1910024 memory=8306399643137 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/784849/task/784875/stat : 784875 (fscip) S 784846 784849 779811 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 132769940 1955864576 189686 809668444160 4194304 16623229 140724861699312 0 0 0 0 0 2 0 0 0 -1 29 0 0 0 0 0 18838560 18947056 38285312 140724861707270 140724861707388 140724861707388 140724861714416 0
[pid=784849/tid=784876] ppid=784846 vsize=1910024 memory=2814784127238148 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/784849/task/784876/stat : 784876 (fscip) S 784846 784849 779811 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 132769940 1955864576 189686 809668444160 4194304 16623229 140724861699312 0 0 0 0 0 2 0 0 0 -1 33 0 0 0 0 0 18838560 18947056 38285312 140724861707270 140724861707388 140724861707388 140724861714416 0
[pid=784849/tid=784877] ppid=784846 vsize=1910024 memory=97 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/784849/task/784877/stat : 784877 (fscip) S 784846 784849 779811 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 132769940 1955864576 189686 809668444160 4194304 16623229 140724861699312 0 0 0 0 0 2 0 0 0 -1 49 0 0 0 0 0 18838560 18947056 38285312 140724861707270 140724861707388 140724861707388 140724861714416 0
Current children cumulated CPU time: 1.49 s
Current children cumulated vsize: 1910024 KiB
Current children cumulated memory: 758744 KiB

[startup+3.14541 s]
/proc/loadavg: 77.33 79.90 79.98 63/985 784943
/proc/meminfo: memFree=748942176/790760804 swapFree=131071996/131071996
[pid=784849] ppid=784846 vsize=4695384 memory=3901852 CPUtime=16.31 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/784849/stat : 784849 (fscip) S 784846 784849 779811 0 -1 1077936128 1062115 0 0 0 1407 224 0 0 20 0 41 0 132769853 4808073216 975463 809668444160 4194304 16623229 140724861699312 0 0 0 0 0 2 0 0 0 17 37 0 0 0 0 0 18838560 18947056 38285312 140724861707270 140724861707388 140724861707388 140724861714416 0
/proc/784849/statm: 1173846 975463 2790 3035 0 1098625 0
[pid=784849/tid=784858] ppid=784846 vsize=4695384 memory=280358151178592 CPUtime=0.77 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/784849/task/784858/stat : 784858 (fscip) R 784846 784849 779811 0 -1 4194368 48348 0 0 0 66 11 0 0 20 0 41 0 132769940 4808073216 975529 809668444160 4194304 16623229 140724861699312 0 0 0 0 0 2 0 0 0 -1 45 0 0 0 0 0 18838560 18947056 38285312 140724861707270 140724861707388 140724861707388 140724861714416 0
[pid=784849/tid=784859] ppid=784846 vsize=4695384 memory=97 CPUtime=0.75 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/784849/task/784859/stat : 784859 (fscip) R 784846 784849 779811 0 -1 4194368 47831 0 0 0 66 9 0 0 20 0 41 0 132769940 4808073216 975529 809668444160 4194304 16623229 140724861699312 0 0 0 0 0 2 0 0 0 -1 61 0 0 0 0 0 18838560 18947056 38285312 140724861707270 140724861707388 140724861707388 140724861714416 0
[pid=784849/tid=784860] ppid=784846 vsize=4695384 memory=11448 CPUtime=0.76 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/784849/task/784860/stat : 784860 (fscip) R 784846 784849 779811 0 -1 4194368 48354 0 0 0 66 10 0 0 20 0 41 0 132769940 4808073216 975529 809668444160 4194304 16623229 140724861699312 0 0 0 0 0 2 0 0 0 -1 33 0 0 0 0 0 18838560 18947056 38285312 140724861707270 140724861707388 140724861707388 140724861714416 0
[pid=784849/tid=784861] ppid=784846 vsize=4695384 memory=3555594402 CPUtime=0.77 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/784849/task/784861/stat : 784861 (fscip) R 784846 784849 779811 0 -1 4194368 48211 0 0 0 67 10 0 0 20 0 41 0 132769940 4808073216 975529 809668444160 4194304 16623229 140724861699312 0 0 0 0 0 2 0 0 0 -1 65 0 0 0 0 0 18838560 18947056 38285312 140724861707270 140724861707388 140724861707388 140724861714416 0
[pid=784849/tid=784862] ppid=784846 vsize=4695384 memory=0 CPUtime=0.76 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/784849/task/784862/stat : 784862 (fscip) R 784846 784849 779811 0 -1 4194368 48053 0 0 0 65 11 0 0 20 0 41 0 132769940 4808073216 975529 809668444160 4194304 16623229 140724861699312 0 0 0 0 0 2 0 0 0 -1 57 0 0 0 0 0 18838560 18947056 38285312 140724861707270 140724861707388 140724861707388 140724861714416 0
[pid=784849/tid=784863] ppid=784846 vsize=4695384 memory=1289608 CPUtime=0.76 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/784849/task/784863/stat : 784863 (fscip) R 784846 784849 779811 0 -1 4194368 48307 0 0 0 65 11 0 0 20 0 41 0 132769940 4808073216 975529 809668444160 4194304 16623229 140724861699312 0 0 0 0 0 2 0 0 0 -1 69 0 0 0 0 0 18838560 18947056 38285312 140724861707270 140724861707388 140724861707388 140724861714416 0
[pid=784849/tid=784864] ppid=784846 vsize=4695384 memory=535152 CPUtime=0.76 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/784849/task/784864/stat : 784864 (fscip) R 784846 784849 779811 0 -1 4194368 48213 0 0 0 67 9 0 0 20 0 41 0 132769940 4808073216 975529 809668444160 4194304 16623229 140724861699312 0 0 0 0 0 2 0 0 0 -1 29 0 0 0 0 0 18838560 18947056 38285312 140724861707270 140724861707388 140724861707388 140724861714416 0
[pid=784849/tid=784865] ppid=784846 vsize=4695384 memory=10544 CPUtime=0.76 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/784849/task/784865/stat : 784865 (fscip) R 784846 784849 779811 0 -1 4194368 47605 0 0 0 66 10 0 0 20 0 41 0 132769940 4808073216 975529 809668444160 4194304 16623229 140724861699312 0 0 0 0 0 2 0 0 0 -1 1 0 0 0 0 0 18838560 18947056 38285312 140724861707270 140724861707388 140724861707388 140724861714416 0
[pid=784849/tid=784866] ppid=784846 vsize=4695384 memory=280358151125504 CPUtime=0.76 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/784849/task/784866/stat : 784866 (fscip) R 784846 784849 779811 0 -1 4194368 47732 0 0 0 66 10 0 0 20 0 41 0 132769940 4808073216 975529 809668444160 4194304 16623229 140724861699312 0 0 0 0 0 2 0 0 0 -1 25 0 0 0 0 0 18838560 18947056 38285312 140724861707270 140724861707388 140724861707388 140724861714416 0
[pid=784849/tid=784867] ppid=784846 vsize=4695384 memory=0 CPUtime=0.76 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/784849/task/784867/stat : 784867 (fscip) R 784846 784849 779811 0 -1 4194368 48214 0 0 0 67 9 0 0 20 0 41 0 132769940 4808073216 975529 809668444160 4194304 16623229 140724861699312 0 0 0 0 0 2 0 0 0 -1 49 0 0 0 0 0 18838560 18947056 38285312 140724861707270 140724861707388 140724861707388 140724861714416 0
[pid=784849/tid=784868] ppid=784846 vsize=4695384 memory=0 CPUtime=0.77 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/784849/task/784868/stat : 784868 (fscip) R 784846 784849 779811 0 -1 4194368 48369 0 0 0 67 10 0 0 20 0 41 0 132769940 4808073216 975595 809668444160 4194304 16623229 140724861699312 0 0 0 0 0 2 0 0 0 -1 21 0 0 0 0 0 18838560 18947056 38285312 140724861707270 140724861707388 140724861707388 140724861714416 0
[pid=784849/tid=784869] ppid=784846 vsize=4695384 memory=6625 CPUtime=0.72 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/784849/task/784869/stat : 784869 (fscip) R 784846 784849 779811 0 -1 4194368 47358 0 0 0 62 10 0 0 20 0 41 0 132769940 4808073216 975595 809668444160 4194304 16623229 140724861699312 0 0 0 0 0 2 0 0 0 -1 77 0 0 0 0 0 18838560 18947056 38285312 140724861707270 140724861707388 140724861707388 140724861714416 0
[pid=784849/tid=784870] ppid=784846 vsize=4695384 memory=4420 CPUtime=0.76 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/784849/task/784870/stat : 784870 (fscip) R 784846 784849 779811 0 -1 4194368 48213 0 0 0 67 9 0 0 20 0 41 0 132769940 4808073216 975595 809668444160 4194304 16623229 140724861699312 0 0 0 0 0 2 0 0 0 -1 9 0 0 0 0 0 18838560 18947056 38285312 140724861707270 140724861707388 140724861707388 140724861714416 0
[pid=784849/tid=784871] ppid=784846 vsize=4695384 memory=6628 CPUtime=0.76 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/784849/task/784871/stat : 784871 (fscip) R 784846 784849 779811 0 -1 4194368 48372 0 0 0 65 11 0 0 20 0 41 0 132769940 4808073216 975595 809668444160 4194304 16623229 140724861699312 0 0 0 0 0 2 0 0 0 -1 37 0 0 0 0 0 18838560 18947056 38285312 140724861707270 140724861707388 140724861707388 140724861714416 0
[pid=784849/tid=784872] ppid=784846 vsize=4695384 memory=205924 CPUtime=0.76 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/784849/task/784872/stat : 784872 (fscip) R 784846 784849 779811 0 -1 4194368 48319 0 0 0 66 10 0 0 20 0 41 0 132769940 4808073216 975595 809668444160 4194304 16623229 140724861699312 0 0 0 0 0 2 0 0 0 -1 41 0 0 0 0 0 18838560 18947056 38285312 140724861707270 140724861707388 140724861707388 140724861714416 0
[pid=784849/tid=784873] ppid=784846 vsize=4695384 memory=30399726987509844 CPUtime=0.77 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/784849/task/784873/stat : 784873 (fscip) R 784846 784849 779811 0 -1 4194368 48213 0 0 0 69 8 0 0 20 0 41 0 132769940 4808073216 975595 809668444160 4194304 16623229 140724861699312 0 0 0 0 0 2 0 0 0 -1 73 0 0 0 0 0 18838560 18947056 38285312 140724861707270 140724861707388 140724861707388 140724861714416 0
[pid=784849/tid=784874] ppid=784846 vsize=4695384 memory=0 CPUtime=0.75 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/784849/task/784874/stat : 784874 (fscip) R 784846 784849 779811 0 -1 4194368 47740 0 0 0 64 11 0 0 20 0 41 0 132769940 4808073216 975661 809668444160 4194304 16623229 140724861699312 0 0 0 0 0 2 0 0 0 -1 5 0 0 0 0 0 18838560 18947056 38285312 140724861707270 140724861707388 140724861707388 140724861714416 0
[pid=784849/tid=784875] ppid=784846 vsize=4695384 memory=0 CPUtime=0.76 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/784849/task/784875/stat : 784875 (fscip) R 784846 784849 779811 0 -1 4194368 48429 0 0 0 66 10 0 0 20 0 41 0 132769940 4808073216 975661 809668444160 4194304 16623229 140724861699312 0 0 0 0 0 2 0 0 0 -1 13 0 0 0 0 0 18838560 18947056 38285312 140724861707270 140724861707388 140724861707388 140724861714416 0
[pid=784849/tid=784876] ppid=784846 vsize=4695384 memory=4340 CPUtime=0.77 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/784849/task/784876/stat : 784876 (fscip) R 784846 784849 779811 0 -1 4194368 48200 0 0 0 68 9 0 0 20 0 41 0 132769940 4808073216 975661 809668444160 4194304 16623229 140724861699312 0 0 0 0 0 2 0 0 0 -1 17 0 0 0 0 0 18838560 18947056 38285312 140724861707270 140724861707388 140724861707388 140724861714416 0
[pid=784849/tid=784877] ppid=784846 vsize=4695384 memory=1147852 CPUtime=0.75 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/784849/task/784877/stat : 784877 (fscip) R 784846 784849 779811 0 -1 4194368 47794 0 0 0 65 10 0 0 20 0 41 0 132769940 4808073216 975661 809668444160 4194304 16623229 140724861699312 0 0 0 0 0 2 0 0 0 -1 53 0 0 0 0 0 18838560 18947056 38285312 140724861707270 140724861707388 140724861707388 140724861714416 0
[pid=784849/tid=784914] ppid=784846 vsize=4695384 memory=2692 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/784849/task/784914/stat : 784914 (fscip) S 784846 784849 779811 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 132770093 4808073216 975661 809668444160 4194304 16623229 140724861699312 0 0 0 0 0 2 1 0 0 -1 37 0 0 0 0 0 18838560 18947056 38285312 140724861707270 140724861707388 140724861707388 140724861714416 0
[pid=784849/tid=784915] ppid=784846 vsize=4695384 memory=9868 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/784849/task/784915/stat : 784915 (fscip) S 784846 784849 779811 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 132770093 4808073216 975661 809668444160 4194304 16623229 140724861699312 0 0 0 0 0 2 1 0 0 -1 37 0 0 0 0 0 18838560 18947056 38285312 140724861707270 140724861707388 140724861707388 140724861714416 0
[pid=784849/tid=784916] ppid=784846 vsize=4695384 memory=-9105259647657747132 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/784849/task/784916/stat : 784916 (fscip) S 784846 784849 779811 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 132770093 4808073216 975661 809668444160 4194304 16623229 140724861699312 0 0 0 0 0 2 1 0 0 -1 37 0 0 0 0 0 18838560 18947056 38285312 140724861707270 140724861707388 140724861707388 140724861714416 0
[pid=784849/tid=784917] ppid=784846 vsize=4695384 memory=0 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/784849/task/784917/stat : 784917 (fscip) S 784846 784849 779811 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 132770093 4808073216 975661 809668444160 4194304 16623229 140724861699312 0 0 0 0 0 2 1 0 0 -1 37 0 0 0 0 0 18838560 18947056 38285312 140724861707270 140724861707388 140724861707388 140724861714416 0
[pid=784849/tid=784918] ppid=784846 vsize=4695384 memory=280358151505728 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/784849/task/784918/stat : 784918 (fscip) S 784846 784849 779811 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 132770093 4808073216 975661 809668444160 4194304 16623229 140724861699312 0 0 0 0 0 2 1 0 0 -1 13 0 0 0 0 0 18838560 18947056 38285312 140724861707270 140724861707388 140724861707388 140724861714416 0
[pid=784849/tid=784919] ppid=784846 vsize=4695384 memory=4786094625313374976 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/784849/task/784919/stat : 784919 (fscip) S 784846 784849 779811 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 132770093 4808073216 975661 809668444160 4194304 16623229 140724861699312 0 0 0 0 0 2 1 0 0 -1 25 0 0 0 0 0 18838560 18947056 38285312 140724861707270 140724861707388 140724861707388 140724861714416 0
[pid=784849/tid=784920] ppid=784846 vsize=4695384 memory=0 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/784849/task/784920/stat : 784920 (fscip) S 784846 784849 779811 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 132770093 4808073216 975727 809668444160 4194304 16623229 140724861699312 0 0 0 0 0 2 1 0 0 -1 25 0 0 0 0 0 18838560 18947056 38285312 140724861707270 140724861707388 140724861707388 140724861714416 0
[pid=784849/tid=784921] ppid=784846 vsize=4695384 memory=0 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/784849/task/784921/stat : 784921 (fscip) S 784846 784849 779811 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 132770093 4808073216 975727 809668444160 4194304 16623229 140724861699312 0 0 0 0 0 2 1 0 0 -1 57 0 0 0 0 0 18838560 18947056 38285312 140724861707270 140724861707388 140724861707388 140724861714416 0
[pid=784849/tid=784922] ppid=784846 vsize=4695384 memory=0 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/784849/task/784922/stat : 784922 (fscip) S 784846 784849 779811 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 132770093 4808073216 975727 809668444160 4194304 16623229 140724861699312 0 0 0 0 0 2 1 0 0 -1 5 0 0 0 0 0 18838560 18947056 38285312 140724861707270 140724861707388 140724861707388 140724861714416 0
[pid=784849/tid=784923] ppid=784846 vsize=4695384 memory=0 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/784849/task/784923/stat : 784923 (fscip) S 784846 784849 779811 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 132770093 4808073216 975727 809668444160 4194304 16623229 140724861699312 0 0 0 0 0 2 1 0 0 -1 37 0 0 0 0 0 18838560 18947056 38285312 140724861707270 140724861707388 140724861707388 140724861714416 0
[pid=784849/tid=784924] ppid=784846 vsize=4695384 memory=6943526294502006880 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/784849/task/784924/stat : 784924 (fscip) S 784846 784849 779811 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 132770093 4808073216 975727 809668444160 4194304 16623229 140724861699312 0 0 0 0 0 2 1 0 0 -1 21 0 0 0 0 0 18838560 18947056 38285312 140724861707270 140724861707388 140724861707388 140724861714416 0
[pid=784849/tid=784925] ppid=784846 vsize=4695384 memory=-2970219127290161514 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/784849/task/784925/stat : 784925 (fscip) S 784846 784849 779811 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 132770093 4808073216 975727 809668444160 4194304 16623229 140724861699312 0 0 0 0 0 2 1 0 0 -1 45 0 0 0 0 0 18838560 18947056 38285312 140724861707270 140724861707388 140724861707388 140724861714416 0
[pid=784849/tid=784926] ppid=784846 vsize=4695384 memory=133609083 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/784849/task/784926/stat : 784926 (fscip) S 784846 784849 779811 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 132770093 4808073216 975727 809668444160 4194304 16623229 140724861699312 0 0 0 0 0 2 1 0 0 -1 61 0 0 0 0 0 18838560 18947056 38285312 140724861707270 140724861707388 140724861707388 140724861714416 0

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

[pid=784849/tid=784924] ppid=784846 vsize=136676080 memory=31572 CPUtime=0.02 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/784849/task/784924/stat : 784924 (fscip) S 784846 784849 779811 0 -1 1077936192 64 0 0 0 2 0 0 0 20 0 41 0 132770093 139956305920 9759663 809668444160 4194304 16623229 140724861699312 0 0 0 0 0 2 1 0 0 -1 45 0 0 0 0 0 18838560 18947056 38285312 140724861707270 140724861707388 140724861707388 140724861714416 0
[pid=784849/tid=784925] ppid=784846 vsize=136741616 memory=28568 CPUtime=0.01 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/784849/task/784925/stat : 784925 (fscip) S 784846 784849 779811 0 -1 1077936192 96 0 0 0 1 0 0 0 20 0 41 0 132770093 140023414784 9759663 809668444160 4194304 16623229 140724861699312 0 0 0 0 0 2 1 0 0 -1 77 0 0 0 0 0 18838560 18947056 38285312 140724861707270 140724861707388 140724861707388 140724861714416 0
[pid=784849/tid=784926] ppid=784846 vsize=136676080 memory=38911816 CPUtime=0.02 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/784849/task/784926/stat : 784926 (fscip) S 784846 784849 779811 0 -1 1077936192 65 0 0 0 2 0 0 0 20 0 41 0 132770093 139956305920 9759663 809668444160 4194304 16623229 140724861699312 0 0 0 0 0 2 1 0 0 -1 77 0 0 0 0 0 18838560 18947056 38285312 140724861707270 140724861707388 140724861707388 140724861714416 0
[pid=784849/tid=784927] ppid=784846 vsize=136741616 memory=2660 CPUtime=0.02 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/784849/task/784927/stat : 784927 (fscip) S 784846 784849 779811 0 -1 1077936192 108 0 0 0 2 0 0 0 20 0 41 0 132770093 140023414784 9759663 809668444160 4194304 16623229 140724861699312 0 0 0 0 0 2 1 0 0 -1 77 0 0 0 0 0 18838560 18947056 38285312 140724861707270 140724861707388 140724861707388 140724861714416 0
[pid=784849/tid=784928] ppid=784846 vsize=136676080 memory=29836768444022866 CPUtime=0.02 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/784849/task/784928/stat : 784928 (fscip) S 784846 784849 779811 0 -1 1077936192 67 0 0 0 2 0 0 0 20 0 41 0 132770093 139956305920 9759663 809668444160 4194304 16623229 140724861699312 0 0 0 0 0 2 1 0 0 -1 25 0 0 0 0 0 18838560 18947056 38285312 140724861707270 140724861707388 140724861707388 140724861714416 0
[pid=784849/tid=784929] ppid=784846 vsize=136676080 memory=34340462562508916 CPUtime=0.02 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/784849/task/784929/stat : 784929 (fscip) S 784846 784849 779811 0 -1 1077936192 65 0 0 0 2 0 0 0 20 0 41 0 132770093 139956305920 9759663 809668444160 4194304 16623229 140724861699312 0 0 0 0 0 2 1 0 0 -1 73 0 0 0 0 0 18838560 18947056 38285312 140724861707270 140724861707388 140724861707388 140724861714416 0
[pid=784849/tid=784930] ppid=784846 vsize=136741616 memory=352812 CPUtime=0.01 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/784849/task/784930/stat : 784930 (fscip) S 784846 784849 779811 0 -1 1077936192 96 0 0 0 1 0 0 0 20 0 41 0 132770093 140023414784 9759663 809668444160 4194304 16623229 140724861699312 0 0 0 0 0 2 1 0 0 -1 77 0 0 0 0 0 18838560 18947056 38285312 140724861707270 140724861707388 140724861707388 140724861714416 0
[pid=784849/tid=784931] ppid=784846 vsize=136676080 memory=39015296 CPUtime=0.02 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/784849/task/784931/stat : 784931 (fscip) S 784846 784849 779811 0 -1 1077936192 95 0 0 0 2 0 0 0 20 0 41 0 132770093 139956305920 9759663 809668444160 4194304 16623229 140724861699312 0 0 0 0 0 2 1 0 0 -1 77 0 0 0 0 0 18838560 18947056 38285312 140724861707270 140724861707388 140724861707388 140724861714416 0
[pid=784849/tid=784932] ppid=784846 vsize=136741616 memory=39032612 CPUtime=0.02 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/784849/task/784932/stat : 784932 (fscip) S 784846 784849 779811 0 -1 1077936192 101 0 0 0 2 0 0 0 20 0 41 0 132770093 140023414784 9759663 809668444160 4194304 16623229 140724861699312 0 0 0 0 0 2 1 0 0 -1 5 0 0 0 0 0 18838560 18947056 38285312 140724861707270 140724861707388 140724861707388 140724861714416 0
[pid=784849/tid=784933] ppid=784846 vsize=136676080 memory=29836768444022866 CPUtime=0.02 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/784849/task/784933/stat : 784933 (fscip) S 784846 784849 779811 0 -1 1077936192 95 0 0 0 2 0 0 0 20 0 41 0 132770094 139956305920 9759663 809668444160 4194304 16623229 140724861699312 0 0 0 0 0 2 1 0 0 -1 77 0 0 0 0 0 18838560 18947056 38285312 140724861707270 140724861707388 140724861707388 140724861714416 0
Current children cumulated CPU time: 71377.5 s
Current children cumulated vsize: 136676080 KiB
Current children cumulated memory: 39038652 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3674.2 s]
/proc/loadavg: 31.28 39.23 47.35 22/891 787089
/proc/meminfo: memFree=699839452/790760804 swapFree=131071996/131071996
[pid=784849] ppid=784846 vsize=136676080 memory=39425904 CPUtime=72000.1 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/784849/stat : 784849 (fscip) S 784846 784849 779811 0 -1 1077936128 155405177 0 0 0 7068499 131507 0 0 20 0 41 0 132769853 139956305920 9856476 809668444160 4194304 16623229 140724861699312 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 18838560 18947056 38285312 140724861707270 140724861707388 140724861707388 140724861714416 0
/proc/784849/statm: 34169020 9856476 3014 3035 0 33968214 0
[pid=784849/tid=784858] ppid=784846 vsize=136676080 memory=11568 CPUtime=3603.88 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/784849/task/784858/stat : 784858 (fscip) R 784846 784849 779811 0 -1 4194368 1015568 0 0 0 360243 145 0 0 20 0 41 0 132769940 139956305920 9856476 809668444160 4194304 16623229 140724861699312 0 0 0 0 0 2 0 0 0 -1 21 0 0 0 0 0 18838560 18947056 38285312 140724861707270 140724861707388 140724861707388 140724861714416 0
[pid=784849/tid=784859] ppid=784846 vsize=136676080 memory=13908 CPUtime=3600.78 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/784849/task/784859/stat : 784859 (fscip) R 784846 784849 779811 0 -1 4194368 2854579 0 0 0 359051 1027 0 0 20 0 41 0 132769940 139956305920 9856476 809668444160 4194304 16623229 140724861699312 0 0 0 0 0 2 0 0 0 -1 49 0 0 0 0 0 18838560 18947056 38285312 140724861707270 140724861707388 140724861707388 140724861714416 0
[pid=784849/tid=784860] ppid=784846 vsize=136676080 memory=11744 CPUtime=3606.03 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/784849/task/784860/stat : 784860 (fscip) R 784846 784849 779811 0 -1 4194368 2053353 0 0 0 360114 489 0 0 20 0 41 0 132769940 139956305920 9856476 809668444160 4194304 16623229 140724861699312 0 0 0 0 0 2 0 0 0 -1 13 0 0 0 0 0 18838560 18947056 38285312 140724861707270 140724861707388 140724861707388 140724861714416 0
[pid=784849/tid=784861] ppid=784846 vsize=136676080 memory=11712 CPUtime=3602 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/784849/task/784861/stat : 784861 (fscip) R 784846 784849 779811 0 -1 4194368 1075038 0 0 0 360044 156 0 0 20 0 41 0 132769940 139956305920 9856476 809668444160 4194304 16623229 140724861699312 0 0 0 0 0 2 0 0 0 -1 25 0 0 0 0 0 18838560 18947056 38285312 140724861707270 140724861707388 140724861707388 140724861714416 0
[pid=784849/tid=784862] ppid=784846 vsize=136676080 memory=2696 CPUtime=3598.87 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/784849/task/784862/stat : 784862 (fscip) R 784846 784849 779811 0 -1 4194368 2932171 0 0 0 358867 1020 0 0 20 0 41 0 132769940 139956305920 9856476 809668444160 4194304 16623229 140724861699312 0 0 0 0 0 2 0 0 0 -1 69 0 0 0 0 0 18838560 18947056 38285312 140724861707270 140724861707388 140724861707388 140724861714416 0
[pid=784849/tid=784863] ppid=784846 vsize=136676080 memory=6820 CPUtime=3584.66 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/784849/task/784863/stat : 784863 (fscip) R 784846 784849 779811 0 -1 4194368 2087799 0 0 0 357960 506 0 0 20 0 41 0 132769940 139956305920 9856476 809668444160 4194304 16623229 140724861699312 0 0 0 0 0 2 0 0 0 -1 65 0 0 0 0 0 18838560 18947056 38285312 140724861707270 140724861707388 140724861707388 140724861714416 0
[pid=784849/tid=784864] ppid=784846 vsize=136676080 memory=39217384 CPUtime=3603.47 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/784849/task/784864/stat : 784864 (fscip) R 784846 784849 779811 0 -1 4194368 1051474 0 0 0 360187 160 0 0 20 0 41 0 132769940 139956305920 9856476 809668444160 4194304 16623229 140724861699312 0 0 0 0 0 2 0 0 0 -1 53 0 0 0 0 0 18838560 18947056 38285312 140724861707270 140724861707388 140724861707388 140724861714416 0
[pid=784849/tid=784865] ppid=784846 vsize=136676080 memory=198340509722 CPUtime=3598.04 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/784849/task/784865/stat : 784865 (fscip) R 784846 784849 779811 0 -1 4194368 3109703 0 0 0 358688 1116 0 0 20 0 41 0 132769940 139956305920 9856476 809668444160 4194304 16623229 140724861699312 0 0 0 0 0 2 0 0 0 -1 41 0 0 0 0 0 18838560 18947056 38285312 140724861707270 140724861707388 140724861707388 140724861714416 0
[pid=784849/tid=784866] ppid=784846 vsize=136676080 memory=0 CPUtime=3603.6 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/784849/task/784866/stat : 784866 (fscip) R 784846 784849 779811 0 -1 4194368 2052289 0 0 0 359865 495 0 0 20 0 41 0 132769940 139956305920 9856476 809668444160 4194304 16623229 140724861699312 0 0 0 0 0 2 0 0 0 -1 57 0 0 0 0 0 18838560 18947056 38285312 140724861707270 140724861707388 140724861707388 140724861714416 0
[pid=784849/tid=784867] ppid=784846 vsize=136676080 memory=25369 CPUtime=3589.08 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/784849/task/784867/stat : 784867 (fscip) R 784846 784849 779811 0 -1 4194368 961875 0 0 0 358760 148 0 0 20 0 41 0 132769940 139956305920 9856476 809668444160 4194304 16623229 140724861699312 0 0 0 0 0 2 0 0 0 -1 29 0 0 0 0 0 18838560 18947056 38285312 140724861707270 140724861707388 140724861707388 140724861714416 0
[pid=784849/tid=784868] ppid=784846 vsize=136676080 memory=25699 CPUtime=3601.83 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/784849/task/784868/stat : 784868 (fscip) R 784846 784849 779811 0 -1 4194368 2986066 0 0 0 359098 1085 0 0 20 0 41 0 132769940 139956305920 9856476 809668444160 4194304 16623229 140724861699312 0 0 0 0 0 2 0 0 0 -1 1 0 0 0 0 0 18838560 18947056 38285312 140724861707270 140724861707388 140724861707388 140724861714416 0
[pid=784849/tid=784869] ppid=784846 vsize=136676080 memory=26032 CPUtime=3606.18 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/784849/task/784869/stat : 784869 (fscip) R 784846 784849 779811 0 -1 4194368 2109638 0 0 0 360114 504 0 0 20 0 41 0 132769940 139956305920 9856476 809668444160 4194304 16623229 140724861699312 0 0 0 0 0 2 0 0 0 -1 61 0 0 0 0 0 18838560 18947056 38285312 140724861707270 140724861707388 140724861707388 140724861714416 0
[pid=784849/tid=784870] ppid=784846 vsize=136676080 memory=64250 CPUtime=3605.97 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/784849/task/784870/stat : 784870 (fscip) R 784846 784849 779811 0 -1 4194368 1028696 0 0 0 360446 151 0 0 20 0 41 0 132769940 139956305920 9856476 809668444160 4194304 16623229 140724861699312 0 0 0 0 0 2 0 0 0 -1 33 0 0 0 0 0 18838560 18947056 38285312 140724861707270 140724861707388 140724861707388 140724861714416 0
[pid=784849/tid=784871] ppid=784846 vsize=136676080 memory=83372 CPUtime=3595.45 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/784849/task/784871/stat : 784871 (fscip) R 784846 784849 779811 0 -1 4194368 3006540 0 0 0 358432 1113 0 0 20 0 41 0 132769940 139956305920 9856476 809668444160 4194304 16623229 140724861699312 0 0 0 0 0 2 0 0 0 -1 17 0 0 0 0 0 18838560 18947056 38285312 140724861707270 140724861707388 140724861707388 140724861714416 0
[pid=784849/tid=784872] ppid=784846 vsize=136676080 memory=63702 CPUtime=3604.83 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/784849/task/784872/stat : 784872 (fscip) R 784846 784849 779811 0 -1 4194368 1981930 0 0 0 360049 434 0 0 20 0 41 0 132769940 139956305920 9856476 809668444160 4194304 16623229 140724861699312 0 0 0 0 0 2 0 0 0 -1 45 0 0 0 0 0 18838560 18947056 38285312 140724861707270 140724861707388 140724861707388 140724861714416 0
[pid=784849/tid=784873] ppid=784846 vsize=136676080 memory=280358151116832 CPUtime=3602.84 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/784849/task/784873/stat : 784873 (fscip) R 784846 784849 779811 0 -1 4194368 984370 0 0 0 360140 144 0 0 20 0 41 0 132769940 139956305920 9856476 809668444160 4194304 16623229 140724861699312 0 0 0 0 0 2 0 0 0 -1 9 0 0 0 0 0 18838560 18947056 38285312 140724861707270 140724861707388 140724861707388 140724861714416 0
[pid=784849/tid=784874] ppid=784846 vsize=136676080 memory=8549407197438058433 CPUtime=3598.57 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/784849/task/784874/stat : 784874 (fscip) R 784846 784849 779811 0 -1 4194368 2953186 0 0 0 358763 1094 0 0 20 0 41 0 132769940 139956305920 9856476 809668444160 4194304 16623229 140724861699312 0 0 0 0 0 2 0 0 0 -1 37 0 0 0 0 0 18838560 18947056 38285312 140724861707270 140724861707388 140724861707388 140724861714416 0
[pid=784849/tid=784875] ppid=784846 vsize=136676080 memory=-4504265228978721103 CPUtime=3606.26 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/784849/task/784875/stat : 784875 (fscip) R 784846 784849 779811 0 -1 4194368 2159889 0 0 0 360090 536 0 0 20 0 41 0 132769940 139956305920 9856476 809668444160 4194304 16623229 140724861699312 0 0 0 0 0 2 0 0 0 -1 5 0 0 0 0 0 18838560 18947056 38285312 140724861707270 140724861707388 140724861707388 140724861714416 0
[pid=784849/tid=784876] ppid=784846 vsize=136676080 memory=-7662980745959663145 CPUtime=3604.76 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/784849/task/784876/stat : 784876 (fscip) R 784846 784849 779811 0 -1 4194368 1029838 0 0 0 360326 150 0 0 20 0 41 0 132769940 139956305920 9856476 809668444160 4194304 16623229 140724861699312 0 0 0 0 0 2 0 0 0 -1 73 0 0 0 0 0 18838560 18947056 38285312 140724861707270 140724861707388 140724861707388 140724861714416 0
[pid=784849/tid=784877] ppid=784846 vsize=136676080 memory=8547763363116190868 CPUtime=3580.78 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/784849/task/784877/stat : 784877 (fscip) R 784846 784849 779811 0 -1 4194368 117865950 0 0 0 237237 120841 0 0 20 0 41 0 132769940 139956305920 9856476 809668444160 4194304 16623229 140724861699312 0 0 0 0 0 2 0 0 0 -1 77 0 0 0 0 0 18838560 18947056 38285312 140724861707270 140724861707388 140724861707388 140724861714416 0
[pid=784849/tid=784914] ppid=784846 vsize=136676080 memory=6944656592455097440 CPUtime=0.02 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/784849/task/784914/stat : 784914 (fscip) S 784846 784849 779811 0 -1 1077936192 101 0 0 0 2 0 0 0 20 0 41 0 132770093 139956305920 9856476 809668444160 4194304 16623229 140724861699312 0 0 0 0 0 2 1 0 0 -1 5 0 0 0 0 0 18838560 18947056 38285312 140724861707270 140724861707388 140724861707388 140724861714416 0
[pid=784849/tid=784915] ppid=784846 vsize=136676080 memory=-5302812751526771752 CPUtime=0.01 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/784849/task/784915/stat : 784915 (fscip) S 784846 784849 779811 0 -1 1077936192 98 0 0 0 0 1 0 0 20 0 41 0 132770093 139956305920 9856476 809668444160 4194304 16623229 140724861699312 0 0 0 0 0 2 1 0 0 -1 49 0 0 0 0 0 18838560 18947056 38285312 140724861707270 140724861707388 140724861707388 140724861714416 0
[pid=784849/tid=784916] ppid=784846 vsize=136676080 memory=280358153217088 CPUtime=0.02 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/784849/task/784916/stat : 784916 (fscip) S 784846 784849 779811 0 -1 1077936192 96 0 0 0 2 0 0 0 20 0 41 0 132770093 139956305920 9856476 809668444160 4194304 16623229 140724861699312 0 0 0 0 0 2 1 0 0 -1 77 0 0 0 0 0 18838560 18947056 38285312 140724861707270 140724861707388 140724861707388 140724861714416 0
[pid=784849/tid=784917] ppid=784846 vsize=136676080 memory=6796 CPUtime=0.01 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/784849/task/784917/stat : 784917 (fscip) S 784846 784849 779811 0 -1 1077936192 107 0 0 0 1 0 0 0 20 0 41 0 132770093 139956305920 9856476 809668444160 4194304 16623229 140724861699312 0 0 0 0 0 2 1 0 0 -1 17 0 0 0 0 0 18838560 18947056 38285312 140724861707270 140724861707388 140724861707388 140724861714416 0
[pid=784849/tid=784918] ppid=784846 vsize=136676080 memory=20660 CPUtime=0.02 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/784849/task/784918/stat : 784918 (fscip) S 784846 784849 779811 0 -1 1077936192 67 0 0 0 2 0 0 0 20 0 41 0 132770093 139956305920 9856476 809668444160 4194304 16623229 140724861699312 0 0 0 0 0 2 1 0 0 -1 17 0 0 0 0 0 18838560 18947056 38285312 140724861707270 140724861707388 140724861707388 140724861714416 0
[pid=784849/tid=784919] ppid=784846 vsize=136676080 memory=6952 CPUtime=0.02 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/784849/task/784919/stat : 784919 (fscip) S 784846 784849 779811 0 -1 1077936192 96 0 0 0 2 0 0 0 20 0 41 0 132770093 139956305920 9856476 809668444160 4194304 16623229 140724861699312 0 0 0 0 0 2 1 0 0 -1 5 0 0 0 0 0 18838560 18947056 38285312 140724861707270 140724861707388 140724861707388 140724861714416 0
[pid=784849/tid=784920] ppid=784846 vsize=136676080 memory=7044 CPUtime=0.02 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/784849/task/784920/stat : 784920 (fscip) S 784846 784849 779811 0 -1 1077936192 65 0 0 0 2 0 0 0 20 0 41 0 132770093 139956305920 9856476 809668444160 4194304 16623229 140724861699312 0 0 0 0 0 2 1 0 0 -1 9 0 0 0 0 0 18838560 18947056 38285312 140724861707270 140724861707388 140724861707388 140724861714416 0
[pid=784849/tid=784921] ppid=784846 vsize=136676080 memory=28188 CPUtime=0.02 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/784849/task/784921/stat : 784921 (fscip) S 784846 784849 779811 0 -1 1077936192 114 0 0 0 2 0 0 0 20 0 41 0 132770093 139956305920 9856476 809668444160 4194304 16623229 140724861699312 0 0 0 0 0 2 1 0 0 -1 5 0 0 0 0 0 18838560 18947056 38285312 140724861707270 140724861707388 140724861707388 140724861714416 0
[pid=784849/tid=784922] ppid=784846 vsize=136676080 memory=33864 CPUtime=0.01 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/784849/task/784922/stat : 784922 (fscip) S 784846 784849 779811 0 -1 1077936192 69 0 0 0 0 1 0 0 20 0 41 0 132770093 139956305920 9856476 809668444160 4194304 16623229 140724861699312 0 0 0 0 0 2 1 0 0 -1 69 0 0 0 0 0 18838560 18947056 38285312 140724861707270 140724861707388 140724861707388 140724861714416 0
[pid=784849/tid=784923] ppid=784846 vsize=136676080 memory=66288 CPUtime=0.02 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/784849/task/784923/stat : 784923 (fscip) S 784846 784849 779811 0 -1 1077936192 66 0 0 0 2 0 0 0 20 0 41 0 132770093 139956305920 9856476 809668444160 4194304 16623229 140724861699312 0 0 0 0 0 2 1 0 0 -1 29 0 0 0 0 0 18838560 18947056 38285312 140724861707270 140724861707388 140724861707388 140724861714416 0
[pid=784849/tid=784924] ppid=784846 vsize=136676080 memory=39296364 CPUtime=0.02 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/784849/task/784924/stat : 784924 (fscip) S 784846 784849 779811 0 -1 1077936192 64 0 0 0 2 0 0 0 20 0 41 0 132770093 139956305920 9856476 809668444160 4194304 16623229 140724861699312 0 0 0 0 0 2 1 0 0 -1 57 0 0 0 0 0 18838560 18947056 38285312 140724861707270 140724861707388 140724861707388 140724861714416 0
[pid=784849/tid=784925] ppid=784846 vsize=136676080 memory=11448 CPUtime=0.01 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/784849/task/784925/stat : 784925 (fscip) S 784846 784849 779811 0 -1 1077936192 96 0 0 0 1 0 0 0 20 0 41 0 132770093 139956305920 9856476 809668444160 4194304 16623229 140724861699312 0 0 0 0 0 2 1 0 0 -1 77 0 0 0 0 0 18838560 18947056 38285312 140724861707270 140724861707388 140724861707388 140724861714416 0
[pid=784849/tid=784926] ppid=784846 vsize=136676080 memory=1804 CPUtime=0.02 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/784849/task/784926/stat : 784926 (fscip) S 784846 784849 779811 0 -1 1077936192 65 0 0 0 2 0 0 0 20 0 41 0 132770093 139956305920 9856476 809668444160 4194304 16623229 140724861699312 0 0 0 0 0 2 1 0 0 -1 77 0 0 0 0 0 18838560 18947056 38285312 140724861707270 140724861707388 140724861707388 140724861714416 0
[pid=784849/tid=784927] ppid=784846 vsize=136676080 memory=6048 CPUtime=0.02 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/784849/task/784927/stat : 784927 (fscip) S 784846 784849 779811 0 -1 1077936192 109 0 0 0 2 0 0 0 20 0 41 0 132770093 139956305920 9856476 809668444160 4194304 16623229 140724861699312 0 0 0 0 0 2 1 0 0 -1 77 0 0 0 0 0 18838560 18947056 38285312 140724861707270 140724861707388 140724861707388 140724861714416 0
[pid=784849/tid=784928] ppid=784846 vsize=136676080 memory=51344 CPUtime=0.02 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/784849/task/784928/stat : 784928 (fscip) S 784846 784849 779811 0 -1 1077936192 67 0 0 0 2 0 0 0 20 0 41 0 132770093 139956305920 9856476 809668444160 4194304 16623229 140724861699312 0 0 0 0 0 2 1 0 0 -1 77 0 0 0 0 0 18838560 18947056 38285312 140724861707270 140724861707388 140724861707388 140724861714416 0
[pid=784849/tid=784929] ppid=784846 vsize=136676080 memory=104 CPUtime=0.02 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/784849/task/784929/stat : 784929 (fscip) S 784846 784849 779811 0 -1 1077936192 65 0 0 0 2 0 0 0 20 0 41 0 132770093 139956305920 9856476 809668444160 4194304 16623229 140724861699312 0 0 0 0 0 2 1 0 0 -1 21 0 0 0 0 0 18838560 18947056 38285312 140724861707270 140724861707388 140724861707388 140724861714416 0
[pid=784849/tid=784930] ppid=784846 vsize=136676080 memory=25932 CPUtime=0.01 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/784849/task/784930/stat : 784930 (fscip) S 784846 784849 779811 0 -1 1077936192 96 0 0 0 1 0 0 0 20 0 41 0 132770093 139956305920 9856476 809668444160 4194304 16623229 140724861699312 0 0 0 0 0 2 1 0 0 -1 77 0 0 0 0 0 18838560 18947056 38285312 140724861707270 140724861707388 140724861707388 140724861714416 0
[pid=784849/tid=784931] ppid=784846 vsize=136676080 memory=21392 CPUtime=0.02 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/784849/task/784931/stat : 784931 (fscip) S 784846 784849 779811 0 -1 1077936192 95 0 0 0 2 0 0 0 20 0 41 0 132770093 139956305920 9856476 809668444160 4194304 16623229 140724861699312 0 0 0 0 0 2 1 0 0 -1 77 0 0 0 0 0 18838560 18947056 38285312 140724861707270 140724861707388 140724861707388 140724861714416 0
[pid=784849/tid=784932] ppid=784846 vsize=136676080 memory=25333125866717268 CPUtime=0.02 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/784849/task/784932/stat : 784932 (fscip) S 784846 784849 779811 0 -1 1077936192 101 0 0 0 2 0 0 0 20 0 41 0 132770093 139956305920 9856476 809668444160 4194304 16623229 140724861699312 0 0 0 0 0 2 1 0 0 -1 5 0 0 0 0 0 18838560 18947056 38285312 140724861707270 140724861707388 140724861707388 140724861714416 0
[pid=784849/tid=784933] ppid=784846 vsize=136676080 memory=2264 CPUtime=0.02 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/784849/task/784933/stat : 784933 (fscip) S 784846 784849 779811 0 -1 1077936192 95 0 0 0 2 0 0 0 20 0 41 0 132770094 139956305920 9856476 809668444160 4194304 16623229 140724861699312 0 0 0 0 0 2 1 0 0 -1 77 0 0 0 0 0 18838560 18947056 38285312 140724861707270 140724861707388 140724861707388 140724861714416 0
Current children cumulated CPU time: 72000.1 s
Current children cumulated vsize: 136676080 KiB
Current children cumulated memory: 39425904 KiB

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

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

# cumulated CPU time of all completed processes:  user=70685.2 s, system=1316.22 s

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

[startup+3674.42 s]
/proc/loadavg: 31.28 39.23 47.35 3/852 787089
/proc/meminfo: memFree=703011684/790760804 swapFree=131071996/131071996
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

[startup+3674.8 s]
/proc/loadavg: 31.28 39.23 47.35 3/852 787089
/proc/meminfo: memFree=703011684/790760804 swapFree=131071996/131071996
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

[startup+3675.2 s]
/proc/loadavg: 31.28 39.23 47.35 3/852 787089
/proc/meminfo: memFree=727182872/790760804 swapFree=131071996/131071996
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

[startup+3675.3 s]
/proc/loadavg: 31.28 39.23 47.35 3/852 787089
/proc/meminfo: memFree=727182872/790760804 swapFree=131071996/131071996
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

Child ended because it received signal 15 (SIGTERM)

Real time (s): 3675.39
CPU time (s): 72001.4
CPU user time (s): 70685.2
CPU system time (s): 1316.22
CPU usage (%): 1959.02
Max. virtual memory (cumulated for all children) (KiB): 136807152
Max. memory (cumulated for all children) (KiB): 39425904

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 70685.2
system time used= 1316.22
maximum resident set size= 39425904
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 155405676
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= 9158757
involuntary context switches= 167136


# summary of solver processes directly reported to runsolver:
#   pid: 784849
#   total CPU time (s): 72001.4
#   total CPU user time (s): 70685.2
#   total CPU system time (s): 1316.22

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 27.1758 second user time and 85.5069 second system time

The end

Launcher Data

Begin job on nodeD105 at 2024-08-14 20:57:47
IDJOB=4465958
IDBENCH=178476
IDSOLVER=3094
FILE ID=nodeD105/4465958-1723661867
RUNJOBID= nodeD105-1723654518-779822
SLURM_JOB_ID= 8267924
Free space on /tmp= 8622828 MiB

SOLVER NAME= FiberSCIP 20 cores, 2024-07-30
BENCH NAME= PB24/normalized-PB24/OPT-LIN/nordstrom/CoreGuidedPB/vertex_cover/vertexcover_opt_grid_evenrowoddcolsquare/normalized-vertexcover_opt_grid_evenrowoddcolsquare_dim_160.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-4465958-1723661867/watcher-4465958-1723661867 -o /tmp/evaluation-result-4465958-1723661867/solver-4465958-1723661867 -C 72000 -W 3700 -M 195000 --bin-var /tmp/runsolver-exch-nodeD105-1723654518-779822 --watchdog 3760  ./fscip settings/racing.prm HOME/instance-4465958-1723661867.opb -qsol -t 72000 -sth 20

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

MD5SUM BENCH= a644b55a2fda92c1d941543f185d4bb9
RANDOM SEED=2007981994

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

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003006
cpu MHz		: 3532.560
cache size	: 28160 KB
physical id	: 1
siblings	: 20
core id		: 4
cpu cores	: 20
apicid		: 72
initial apicid	: 72
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.78
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		: 3200.000
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	: 5011.74
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		: 3061.186
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	: 5011.78
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		: 3764.738
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		: 3346.791
cache size	: 28160 KB
physical id	: 1
siblings	: 20
core id		: 1
cpu cores	: 20
apicid		: 66
initial apicid	: 66
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.78
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		: 3200.000
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	: 5011.74
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		: 3060.135
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	: 5011.78
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		: 2656.641
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		: 3260.747
cache size	: 28160 KB
physical id	: 1
siblings	: 20
core id		: 3
cpu cores	: 20
apicid		: 70
initial apicid	: 70
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.78
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		: 3200.000
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	: 5011.74
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		: 3061.127
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	: 5011.78
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		: 2656.909
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		: 3554.458
cache size	: 28160 KB
physical id	: 1
siblings	: 20
core id		: 2
cpu cores	: 20
apicid		: 68
initial apicid	: 68
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.78
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		: 3199.999
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	: 5011.74
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		: 3061.100
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	: 5011.78
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		: 2658.376
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		: 3337.476
cache size	: 28160 KB
physical id	: 1
siblings	: 20
core id		: 12
cpu cores	: 20
apicid		: 88
initial apicid	: 88
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.78
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		: 3199.999
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	: 5011.74
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		: 3061.061
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	: 5011.78
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		: 2648.745
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		: 1874.194
cache size	: 28160 KB
physical id	: 1
siblings	: 20
core id		: 8
cpu cores	: 20
apicid		: 80
initial apicid	: 80
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.78
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		: 3200.000
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	: 5011.74
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		: 3061.038
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	: 5011.78
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		: 2656.907
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		: 2651.250
cache size	: 28160 KB
physical id	: 1
siblings	: 20
core id		: 11
cpu cores	: 20
apicid		: 86
initial apicid	: 86
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.78
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		: 3199.999
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	: 5011.74
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		: 3061.018
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	: 5011.78
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		: 2651.640
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		: 2652.893
cache size	: 28160 KB
physical id	: 1
siblings	: 20
core id		: 9
cpu cores	: 20
apicid		: 82
initial apicid	: 82
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.78
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		: 3199.999
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	: 5011.74
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		: 3061.002
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	: 5011.78
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		: 3040.870
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		: 2654.193
cache size	: 28160 KB
physical id	: 1
siblings	: 20
core id		: 10
cpu cores	: 20
apicid		: 84
initial apicid	: 84
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.78
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		: 3199.999
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	: 5011.74
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		: 3060.970
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	: 5011.78
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		: 2768.939
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		: 2647.551
cache size	: 28160 KB
physical id	: 1
siblings	: 20
core id		: 16
cpu cores	: 20
apicid		: 96
initial apicid	: 96
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.78
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		: 3200.000
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	: 5011.74
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		: 3060.942
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	: 5011.78
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		: 2682.238
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		: 2656.159
cache size	: 28160 KB
physical id	: 1
siblings	: 20
core id		: 20
cpu cores	: 20
apicid		: 104
initial apicid	: 104
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.78
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		: 3199.999
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	: 5011.74
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		: 3060.921
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	: 5011.78
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		: 2613.378
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		: 2649.209
cache size	: 28160 KB
physical id	: 1
siblings	: 20
core id		: 17
cpu cores	: 20
apicid		: 98
initial apicid	: 98
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.78
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		: 3199.999
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	: 5011.74
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		: 3060.905
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	: 5011.78
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		: 3773.169
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		: 2658.580
cache size	: 28160 KB
physical id	: 1
siblings	: 20
core id		: 19
cpu cores	: 20
apicid		: 102
initial apicid	: 102
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.78
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		: 3199.999
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	: 5011.74
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		: 3060.880
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	: 5011.78
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		: 3582.153
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		: 2652.541
cache size	: 28160 KB
physical id	: 1
siblings	: 20
core id		: 18
cpu cores	: 20
apicid		: 100
initial apicid	: 100
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.78
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		: 3199.999
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	: 5011.74
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		: 3060.863
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	: 5011.78
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		: 2865.052
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		: 2659.674
cache size	: 28160 KB
physical id	: 1
siblings	: 20
core id		: 28
cpu cores	: 20
apicid		: 120
initial apicid	: 120
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.78
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		: 3199.999
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	: 5011.74
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		: 3060.827
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	: 5011.78
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		: 2639.222
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		: 2620.776
cache size	: 28160 KB
physical id	: 1
siblings	: 20
core id		: 24
cpu cores	: 20
apicid		: 112
initial apicid	: 112
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.78
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		: 3200.000
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	: 5011.74
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		: 3060.811
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	: 5011.78
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		: 2679.004
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		: 2659.505
cache size	: 28160 KB
physical id	: 1
siblings	: 20
core id		: 27
cpu cores	: 20
apicid		: 118
initial apicid	: 118
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.78
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		: 3200.000
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	: 5011.74
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		: 3060.787
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	: 5011.78
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		: 2965.013
cache size	: 28160 KB
physical id	: 0
siblings	: 20
core id		: 25
cpu cores	: 20
apicid		: 50
initial apicid	: 50
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5000.00
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

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


/proc/meminfo:
MemTotal:       790760804 kB
MemFree:        721574988 kB
MemAvailable:   726973508 kB
Buffers:         1258228 kB
Cached:          7417192 kB
SwapCached:            0 kB
Active:          1710524 kB
Inactive:       63785100 kB
Active(anon):       2172 kB
Inactive(anon): 56855992 kB
Active(file):    1708352 kB
Inactive(file):  6929108 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:            910124 kB
Writeback:           484 kB
AnonPages:      56816920 kB
Mapped:           139980 kB
Shmem:             38924 kB
KReclaimable:     361528 kB
Slab:             803876 kB
SReclaimable:     361528 kB
SUnreclaim:       442348 kB
KernelStack:       16896 kB
PageTables:       170940 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    526452396 kB
Committed_AS:   28088404 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:          1174272 kB
HardwareCorrupted:     0 kB
AnonHugePages:   8292352 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:     1370112 kB
DirectMap2M:    194162688 kB
DirectMap1G:    610271232 kB

Free space on /tmp at the end= 8622784 MiB
End job on nodeD105 at 2024-08-14 21:59:03