Trace number 4465965

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.7 3638.25

General information on the benchmark

NamePB24/normalized-PB24/OPT-LIN/nordstrom/CoreGuidedPB/maxcut/maxcut_opt_complete_6-partite_inlv/
normalized-maxcut_opt_complete_6-partite_inlv_nvert_66.opb
MD5SUM7cbab653d296f81eb095bf1f983193d8
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 benchmark-1089
Best CPU time to get the best result obtained on this benchmark2062.74
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables2145
Total number of constraints183040
Number of constraints which are clauses183040
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint3
Maximum length of a constraint3
Number of terms in the objective function 1815
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 1815
Number of bits of the sum of numbers in the objective function 11
Biggest number in a constraint 2
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 1815
Number of bits of the biggest sum of numbers11
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.00	c The following solver is parallelized by UG version 1.0.0 [GitHash: e6e2b6ff-dirty]
0.00/0.00	c SCIP version 10.0.0 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: Soplex 7.1.1] [GitHash: 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.43/0.47	c Default LC presolving (default).
0.43/0.47	c ** Before presolving: virtualMemUsedAtLc = 423044926, getVmSize() = 273584128, SCIPgetMemUsed() = 206787434, SCIPgetMemTotal() = 238041098, SCIPgetMemExternEstim() = 185003828
0.43/0.47	c ** set memory limit for presolving in LC to 8.79476e+12 for SCIP **
5.57/5.62	c ** Estimated virtualMemUsedAtSolver = 639255538, getVmSize() = 860209152, SCIPgetMemUsed() = 434395824, SCIPgetMemTotal() = 773879480, SCIPgetMemExternEstim() = 185003828
5.57/5.62	c ** set memory limit for solvers to 4.1866e+11 for each SCIP **
5.57/5.62	c Original Problem   :
5.57/5.62	c   Problem name     : instance-4465965-1723661387
5.57/5.62	c   Variables        : 2145 (2145 binary, 0 integer, 0 implicit integer, 0 continuous)
5.57/5.62	c   Constraints      : 183040
5.57/5.62	c   Objective sense  : minimize
5.57/5.62	c Presolved Problem  :
5.57/5.62	c   Variables        : 2145 (2145 binary, 0 integer, 0 implicit integer, 0 continuous)
5.57/5.62	c   Constraints      : 183040
5.57/5.62	c Constraints        : Number
5.57/5.62	c   logicor          : 183040 
5.57/5.62	c ** Instance transfer method used: 0
5.77/5.87	c ** ParaScipInstance copy does not increase the number of variables. **
9.76/9.84	c LC is working with racing ramp-up and with rebuilding tree after racing.
9.76/9.84	c                                Nodes    Active                                            
9.76/9.84	c      Time          Nodes        Left   Solvers     Best Integer        Best Node        Gap     Best Node(S)     Gap(S)
106.56/14.94	c *      15              0           1        20        -997.0000                -          -
106.56/14.94	c        15              0           1        20        -997.0000                -          -
120.21/15.69	c *      16              0           1        20       -1033.0000                -          -
121.96/15.71	c *      16              0           1        20       -1067.0000                -          -
219.36/20.73	c        21              2           1        20       -1067.0000       -1815.0000     70.10%
325.09/26.05	c        26              2           3        20       -1067.0000       -1815.0000     70.10%
362.13/27.92	c *      28              2           1        20       -1078.0000       -1815.0000     68.37%
427.53/31.26	c        31              2           3        20       -1078.0000       -1815.0000     68.37%
526.68/36.27	c        36             22          21        20       -1078.0000       -1815.0000     68.37%
642.23/42.09	c        42             43          42        20       -1078.0000       -1815.0000     68.37%
750.82/47.52	c        48            122          59        20       -1078.0000       -1815.0000     68.37%
862.58/53.18	c        53             22          21        20       -1078.0000       -1815.0000     68.37%
965.05/58.36	c        58            145          58        20       -1078.0000       -1815.0000     68.37%
1074.15/63.83	c        64            103          59        20       -1078.0000       -1815.0000     68.37%
1173.34/68.89	c        69            222          58        20       -1078.0000       -1815.0000     68.37%
1277.18/74.10	c        74            222          57        20       -1078.0000       -1815.0000     68.37%
1387.56/79.64	c        80            202          59        20       -1078.0000       -1815.0000     68.37%
1490.71/84.87	c        85            204          59        20       -1078.0000       -1815.0000     68.37%
1594.34/90.04	c        90            232          59        20       -1078.0000       -1815.0000     68.37%
1693.72/95.11	c        95           1346          52        20       -1078.0000       -1815.0000     68.37%
1794.87/100.18	c       100           2240          52        20       -1078.0000       -1815.0000     68.37%
1895.26/105.27	c       105           2599          53        20       -1078.0000       -1815.0000     68.37%
1996.43/110.40	c       110           1201          56        20       -1078.0000       -1815.0000     68.37%
2097.60/115.46	c       115           3432          56        20       -1078.0000       -1815.0000     68.37%
2200.77/120.66	c       121           4030          55        20       -1078.0000       -1815.0000     68.37%
2301.95/125.73	c       126           3896          58        20       -1078.0000       -1815.0000     68.37%
2403.14/130.80	c       131           4257          56        20       -1078.0000       -1815.0000     68.37%
2502.34/135.84	c       136           4808          56        20       -1078.0000       -1815.0000     68.37%
2603.54/140.93	c       141           6290          57        20       -1078.0000       -1815.0000     68.37%
2702.73/146.00	c       146           5764          55        20       -1078.0000       -1815.0000     68.37%
2804.64/151.09	c       151           6154          56        20       -1078.0000       -1815.0000     68.37%
2905.81/156.14	c       156           6625          53        20       -1078.0000       -1815.0000     68.37%
3006.26/161.23	c       161           7130          54        20       -1078.0000       -1815.0000     68.37%
3105.42/166.28	c       166           7744          54        20       -1078.0000       -1815.0000     68.37%
3210.54/171.51	c       172           9429          54        20       -1078.0000       -1815.0000     68.37%
3309.69/176.55	c       177           8858          53        20       -1078.0000       -1815.0000     68.37%
3410.84/181.66	c       182           5660          54        20       -1078.0000       -1815.0000     68.37%
3511.96/186.70	c       187           6142          53        20       -1078.0000       -1815.0000     68.37%
3611.10/191.77	c       192           6316          53        20       -1078.0000       -1815.0000     68.37%
3712.22/196.85	c       197          10130          55        20       -1078.0000       -1815.0000     68.37%
3813.34/201.90	c       202          12645          45        20       -1078.0000       -1815.0000     68.37%
3912.49/206.96	c       207          13486          45        20       -1078.0000       -1815.0000     68.37%
4011.63/212.03	c       212          11947          44        20       -1078.0000       -1815.0000     68.37%
4113.60/217.12	c       217          14852          42        20       -1078.0000       -1815.0000     68.37%
4212.74/222.13	c       222           9524          53        20       -1078.0000       -1815.0000     68.37%
4314.98/227.25	c       227          16148          44        20       -1078.0000       -1815.0000     68.37%
4416.12/232.35	c       232          14835          41        20       -1078.0000       -1815.0000     68.37%
4517.25/237.43	c       237          11367          54        20       -1078.0000       -1815.0000     68.37%
4618.39/242.51	c       243          16187          44        20       -1078.0000       -1815.0000     68.37%
4717.55/247.54	c       248          18775          47        20       -1078.0000       -1815.0000     68.37%
4822.64/252.84	c       253          12229          57        20       -1078.0000       -1815.0000     68.37%
4923.77/257.93	c       258          12691          57        20       -1078.0000       -1815.0000     68.37%
5025.61/263.05	c       263          18806          40        20       -1078.0000       -1815.0000     68.37%
5129.99/268.33	c       268          19084          47        20       -1078.0000       -1815.0000     68.37%
5231.14/273.44	c       273          19983          42        20       -1078.0000       -1815.0000     68.37%
5332.28/278.54	c       279          21127          46        20       -1078.0000       -1815.0000     68.37%
5433.41/283.61	c       284          15684          44        20       -1078.0000       -1815.0000     68.37%
5534.55/288.73	c       289          16592          39        20       -1078.0000       -1815.0000     68.37%
5633.71/293.78	c       294          27028          43        20       -1078.0000       -1815.0000     68.37%
5734.85/298.88	c       299          27757          43        20       -1078.0000       -1815.0000     68.37%
5835.98/303.98	c       304          26082          47        20       -1078.0000       -1815.0000     68.37%
5937.77/309.08	c       309          29371          45        20       -1078.0000       -1815.0000     68.37%
6038.79/314.13	c       314          30237          45        20       -1078.0000       -1815.0000     68.37%
6139.06/319.21	c       319          28139          50        20       -1078.0000       -1815.0000     68.37%
6238.21/324.26	c       324          28840          45        20       -1078.0000       -1815.0000     68.37%
6339.34/329.36	c       329          29663          51        20       -1078.0000       -1815.0000     68.37%
6442.48/334.51	c       335          30416          46        20       -1078.0000       -1815.0000     68.37%
6541.63/339.59	c       340          31059          50        20       -1078.0000       -1815.0000     68.37%
6644.76/344.73	c       345          35219          42        20       -1078.0000       -1815.0000     68.37%
6745.89/349.81	c       350          36200          45        20       -1078.0000       -1815.0000     68.37%
6845.01/354.87	c       355          36919          41        20       -1078.0000       -1815.0000     68.37%
6946.14/359.98	c       360          37029          40        20       -1078.0000       -1815.0000     68.37%
7048.16/365.10	c       365          37178          44        20       -1078.0000       -1815.0000     68.37%
7148.91/370.17	c       370          35193          45        20       -1078.0000       -1815.0000     68.37%
7249.55/375.26	c       375          36067          46        20       -1078.0000       -1815.0000     68.37%
7352.67/380.46	c       380          36547          44        20       -1078.0000       -1815.0000     68.37%
7453.78/385.51	c       386          36953          47        20       -1078.0000       -1815.0000     68.37%
7552.94/390.56	c       391          37492          51        20       -1078.0000       -1815.0000     68.37%
7654.07/395.65	c       396          33306          46        20       -1078.0000       -1815.0000     68.37%
7755.20/400.71	c       401          34294          48        20       -1078.0000       -1815.0000     68.37%
7854.35/405.77	c       406          43393          46        20       -1078.0000       -1815.0000     68.37%
7955.48/410.85	c       411          35916          44        20       -1078.0000       -1815.0000     68.37%
8056.53/415.94	c       416          36813          48        20       -1078.0000       -1815.0000     68.37%
8155.62/421.01	c       421          37625          47        20       -1078.0000       -1815.0000     68.37%
8257.21/426.07	c       426          46918          43        20       -1078.0000       -1815.0000     68.37%
8356.56/431.11	c       431          47595          43        20       -1078.0000       -1815.0000     68.37%
8457.64/436.18	c       436          39674          45        20       -1078.0000       -1815.0000     68.37%
8567.97/441.76	c       442          40440          46        20       -1078.0000       -1815.0000     68.37%
8669.10/446.87	c       447          46718          45        20       -1078.0000       -1815.0000     68.37%
8770.24/451.96	c       452          47675          47        20       -1078.0000       -1815.0000     68.37%
8869.30/457.02	c       457          48506          42        20       -1078.0000       -1815.0000     68.37%
8971.08/462.09	c       462          49266          52        20       -1078.0000       -1815.0000     68.37%
9072.12/467.15	c       467          43773          44        20       -1078.0000       -1815.0000     68.37%
9176.39/472.45	c       472          53899          44        20       -1078.0000       -1815.0000     68.37%
9277.44/477.55	c       478          54756          41        20       -1078.0000       -1815.0000     68.37%
9378.49/482.60	c       483          55498          42        20       -1078.0000       -1815.0000     68.37%
9477.55/487.69	c       488          56360          37        20       -1078.0000       -1815.0000     68.37%
9578.58/492.74	c       493          57140          41        20       -1078.0000       -1815.0000     68.37%
9679.55/497.80	c       498          57905          46        20       -1078.0000       -1815.0000     68.37%
9689.40/498.32	c *     498          55302          47        20       -1089.0000       -1815.0000     66.67%
9778.33/502.88	c       503          49618          47        20       -1089.0000       -1815.0000     66.67%
9879.31/507.95	c       508          50176          44        20       -1089.0000       -1815.0000     66.67%
9991.81/513.65	c       514          59147          38        20       -1089.0000       -1815.0000     66.67%
10096.37/518.92	c       519          51000          41        20       -1089.0000       -1815.0000     66.67%
10195.06/524.03	c       524          51000          41        20       -1089.0000       -1815.0000     66.67%
10298.66/529.15	c       529          59147          38        20       -1089.0000       -1815.0000     66.67%
10398.48/534.22	c       534          59147          38        20       -1089.0000       -1815.0000     66.67%
10505.09/539.70	c       540          59147          38        20       -1089.0000       -1815.0000     66.67%
10607.74/544.81	c       545          59853          39        20       -1089.0000       -1815.0000     66.67%
10706.16/549.88	c       550          53507          46        20       -1089.0000       -1815.0000     66.67%
10804.86/554.89	c       555          63227          45        20       -1089.0000       -1815.0000     66.67%
10908.12/560.07	c       560          61530          43        20       -1089.0000       -1815.0000     66.67%
11006.72/565.12	c       565          64360          52        20       -1089.0000       -1815.0000     66.67%
11107.50/570.19	c       570          62499          40        20       -1089.0000       -1815.0000     66.67%
11207.43/575.24	c       575          62892          42        20       -1089.0000       -1815.0000     66.67%
11307.99/580.33	c       580          59418          42        20       -1089.0000       -1815.0000     66.67%
11406.69/585.39	c       585          64410          45        20       -1089.0000       -1815.0000     66.67%
11507.37/590.48	c       590          60968          41        20       -1089.0000       -1815.0000     66.67%
11608.06/595.52	c       596          61012          41        20       -1089.0000       -1815.0000     66.67%
11708.73/600.64	c       601          61796          52        20       -1089.0000       -1815.0000     66.67%
11811.39/605.82	c       606          66924          43        20       -1089.0000       -1815.0000     66.67%
11910.10/610.89	c       611          70640          46        20       -1089.0000       -1815.0000     66.67%
12010.77/615.94	c       616          68266          45        20       -1089.0000       -1815.0000     66.67%
12109.48/620.98	c       621              2           1        20       -1089.0000       -1209.9855     11.11%
12208.20/626.03	c       626              2           1        20       -1089.0000       -1209.9855     11.11%
12314.76/631.31	c       631              2           1        20       -1089.0000       -1209.9855     11.11%
12415.43/636.46	c       636              2           1        20       -1089.0000       -1209.9827     11.11%
12520.06/641.72	c       642              2           1        20       -1089.0000       -1209.9827     11.11%
12620.74/646.81	c       647              2           1        20       -1089.0000       -1209.9827     11.11%
12719.50/651.85	c       652              2           1        20       -1089.0000       -1209.9827     11.11%
12820.30/656.91	c       657              2           1        20       -1089.0000       -1209.9827     11.11%
12919.11/662.01	c       662              2           1        20       -1089.0000       -1209.9827     11.11%
13020.53/667.09	c       667              2           1        20       -1089.0000       -1209.9827     11.11%
13121.43/672.14	c       672              2           1        20       -1089.0000       -1209.9827     11.11%
13221.49/677.24	c       677              2           1        20       -1089.0000       -1209.9827     11.11%
13322.33/682.34	c       682              2           1        20       -1089.0000       -1209.9827     11.11%
13421.40/687.40	c       687              2           1        20       -1089.0000       -1209.9827     11.11%
13522.48/692.44	c       692              2           1        20       -1089.0000       -1209.9827     11.11%
13623.55/697.53	c       698              2           1        20       -1089.0000       -1209.9827     11.11%
13722.64/702.58	c       703              2           1        20       -1089.0000       -1209.9827     11.11%
13823.71/707.64	c       708              2           1        20       -1089.0000       -1209.9827     11.11%
13924.82/712.71	c       713              2           1        20       -1089.0000       -1209.9827     11.11%
14024.04/717.76	c       718              2           1        20       -1089.0000       -1209.9827     11.11%
14123.25/722.78	c       723              2           1        20       -1089.0000       -1209.9827     11.11%
14224.45/727.84	c       728              2           1        20       -1089.0000       -1209.9827     11.11%
14325.59/732.95	c       733              2           1        20       -1089.0000       -1209.9827     11.11%
14427.49/738.06	c       738              2           1        20       -1089.0000       -1209.9827     11.11%
14528.67/743.14	c       743              3           2        20       -1089.0000       -1209.9651     11.11%
14629.17/748.22	c       748              3           2        20       -1089.0000       -1209.9651     11.11%
14730.32/753.30	c       753              3           2        20       -1089.0000       -1209.9651     11.11%
14829.55/758.35	c       758              3           2        20       -1089.0000       -1209.9651     11.11%
14928.70/763.39	c       763              3           2        20       -1089.0000       -1209.9651     11.11%
15031.74/768.50	c       768              3           2        20       -1089.0000       -1209.9651     11.11%
15132.83/773.64	c       774              3           2        20       -1089.0000       -1209.9651     11.11%
15233.91/778.78	c       779              3           2        20       -1089.0000       -1209.9651     11.11%
15341.81/784.14	c       784              3           2        20       -1089.0000       -1209.9651     11.11%
15441.99/789.21	c       789              3           2        20       -1089.0000       -1209.9651     11.11%
15541.09/794.26	c       794              3           2        20       -1089.0000       -1209.9651     11.11%
15640.08/799.28	c       799              3           2        20       -1089.0000       -1209.9651     11.11%
15741.03/804.33	c       804              3           2        20       -1089.0000       -1209.9635     11.11%
15841.92/809.41	c       809              3           2        20       -1089.0000       -1209.9635     11.11%
15946.44/814.77	c       815              3           2        20       -1089.0000       -1209.9635     11.11%
16047.35/819.83	c       820              3           2        20       -1089.0000       -1209.9635     11.11%
16148.25/824.94	c       825              3           2        20       -1089.0000       -1209.9635     11.11%
16247.17/830.01	c       830              3           2        20       -1089.0000       -1209.9635     11.11%
16350.80/835.14	c       835              3           2        20       -1089.0000       -1209.9635     11.11%
16449.75/840.20	c       840              3           2        20       -1089.0000       -1209.9635     11.11%
16550.04/845.26	c       845              3           2        20       -1089.0000       -1209.9635     11.11%
16651.01/850.32	c       850              3           2        20       -1089.0000       -1209.9635     11.11%
16751.92/855.41	c       855              3           2        20       -1089.0000       -1209.9635     11.11%
16850.83/860.46	c       860              3           2        20       -1089.0000       -1209.9635     11.11%
16949.77/865.48	c       865              3           2        20       -1089.0000       -1209.9635     11.11%
17052.69/870.61	c       871              3           2        20       -1089.0000       -1209.9384     11.11%
17153.63/875.80	c       876              3           2        20       -1089.0000       -1209.9384     11.11%
17254.58/880.88	c       881              3           2        20       -1089.0000       -1209.9384     11.11%
17355.53/886.00	c       886              3           2        20       -1089.0000       -1209.9384     11.11%
17454.42/891.03	c       891              3           2        20       -1089.0000       -1209.9384     11.11%
17556.09/896.11	c       896              3           2        20       -1089.0000       -1209.9384     11.11%
17657.99/901.23	c       901              3           2        20       -1089.0000       -1209.9384     11.11%
17758.77/906.35	c       906              3           2        20       -1089.0000       -1209.9384     11.11%
17859.56/911.43	c       911              3           2        20       -1089.0000       -1209.9384     11.11%
17958.36/916.49	c       916              3           2        20       -1089.0000       -1209.9384     11.11%
18059.16/921.53	c       922              3           2        20       -1089.0000       -1209.9384     11.11%
18159.96/926.68	c       927              3           2        20       -1089.0000       -1209.9384     11.11%
18260.75/931.72	c       932              3           2        20       -1089.0000       -1209.9384     11.11%
18361.54/936.86	c       937              3           2        20       -1089.0000       -1209.9384     11.11%
18462.34/941.91	c       942              3           2        20       -1089.0000       -1209.9384     11.11%
18561.17/946.94	c       947              3           2        20       -1089.0000       -1209.9384     11.11%
18662.64/952.11	c       952              3           2        20       -1089.0000       -1209.9384     11.11%
18763.79/957.19	c       957              3           2        20       -1089.0000       -1209.9384     11.11%
18863.82/962.20	c       962              3           2        20       -1089.0000       -1209.9384     11.11%
18964.77/967.31	c       967              3           2        20       -1089.0000       -1209.9384     11.11%
19065.73/972.41	c       972              3           2        20       -1089.0000       -1209.9384     11.11%
19166.64/977.50	c       978              3           2        20       -1089.0000       -1209.9384     11.11%
19267.56/982.60	c       983              3           2        20       -1089.0000       -1209.9384     11.11%
19370.46/987.82	c       988              3           2        20       -1089.0000       -1209.9384     11.11%
19469.39/992.88	c       993              2           1        20       -1089.0000       -1209.7310     11.09%
19570.35/998.03	c       998              2           1        20       -1089.0000       -1209.7310     11.09%
19673.99/1003.16	c      1003              2           1        20       -1089.0000       -1209.7310     11.09%
19774.50/1008.26	c      1008              2           1        20       -1089.0000       -1209.7310     11.09%
19875.63/1013.33	c      1013              2           1        20       -1089.0000       -1209.7310     11.09%
19980.73/1018.62	c      1019              2           1        20       -1089.0000       -1209.6878     11.08%
20081.85/1023.78	c      1024              2           1        20       -1089.0000       -1209.6878     11.08%
20192.88/1029.32	c      1029              2           1        20       -1089.0000       -1209.6878     11.08%
20296.01/1034.57	c      1035              2           1        20       -1089.0000       -1209.6878     11.08%
20395.17/1039.59	c      1040              2           1        20       -1089.0000       -1209.6878     11.08%
20496.30/1044.65	c      1045              2           1        20       -1089.0000       -1209.6878     11.08%
20597.53/1049.78	c      1050              2           1        20       -1089.0000       -1209.6878     11.08%
20696.83/1054.79	c      1055              2           1        20       -1089.0000       -1209.6878     11.08%
20798.12/1059.80	c      1060              2           1        20       -1089.0000       -1209.6878     11.08%
20897.43/1064.82	c      1065              2           1        20       -1089.0000       -1209.6878     11.08%
21003.28/1070.16	c      1070              2           1        20       -1089.0000       -1209.6878     11.08%
21107.95/1075.43	c      1075              2           1        20       -1089.0000       -1209.6878     11.08%
21209.18/1080.56	c      1081              2           1        20       -1089.0000       -1209.6878     11.08%
21308.44/1085.58	c      1086              2           1        20       -1089.0000       -1209.6878     11.08%
21407.69/1090.59	c      1091              2           1        20       -1089.0000       -1209.6878     11.08%
21510.92/1095.70	c      1096              2           1        20       -1089.0000       -1209.6878     11.08%
21610.15/1100.79	c      1101              2           1        20       -1089.0000       -1209.6878     11.08%
21711.38/1105.86	c      1106              2           1        20       -1089.0000       -1209.6878     11.08%
21812.62/1111.03	c      1111              2           1        20       -1089.0000       -1209.6878     11.08%
21914.46/1116.09	c      1116              2           1        20       -1089.0000       -1209.6878     11.08%
22015.66/1121.15	c      1121              2           1        20       -1089.0000       -1209.6878     11.08%
22116.29/1126.29	c      1126              2           1        20       -1089.0000       -1209.6878     11.08%
22217.59/1131.37	c      1131              2           1        20       -1089.0000       -1209.6878     11.08%
22318.87/1136.40	c      1136              2           1        20       -1089.0000       -1209.6878     11.08%
22418.18/1141.48	c      1141              2           1        20       -1089.0000       -1209.6878     11.08%
22519.44/1146.54	c      1147              2           1        20       -1089.0000       -1209.6878     11.08%
22620.71/1151.60	c      1152              2           1        20       -1089.0000       -1209.6878     11.08%
22720.01/1156.66	c      1157              2           1        20       -1089.0000       -1209.6878     11.08%
22821.30/1161.71	c      1162              2           1        20       -1089.0000       -1209.6878     11.08%
22920.59/1166.77	c      1167              2           1        20       -1089.0000       -1209.6878     11.08%
23021.87/1171.84	c      1172              2           1        20       -1089.0000       -1209.6878     11.08%
23123.15/1176.90	c      1177              3           2        20       -1089.0000       -1209.6819     11.08%
23222.43/1181.95	c      1182              3           2        20       -1089.0000       -1209.6819     11.08%
23321.72/1186.98	c      1187              3           2        20       -1089.0000       -1209.6819     11.08%
23423.66/1192.06	c      1192              3           2        20       -1089.0000       -1209.6819     11.08%
23522.83/1197.11	c      1197              3           2        20       -1089.0000       -1209.6819     11.08%
23624.21/1202.19	c      1202              3           2        20       -1089.0000       -1209.6819     11.08%
23724.82/1207.24	c      1207              3           2        20       -1089.0000       -1209.6819     11.08%
23826.10/1212.35	c      1212              3           2        20       -1089.0000       -1209.6819     11.08%
23927.34/1217.45	c      1217              3           2        20       -1089.0000       -1209.6819     11.08%
24028.58/1222.50	c      1222              3           2        20       -1089.0000       -1209.6819     11.08%
24127.83/1227.56	c      1228              3           2        20       -1089.0000       -1209.6819     11.08%
24229.06/1232.62	c      1233              3           2        20       -1089.0000       -1209.6819     11.08%
24328.30/1237.67	c      1238              3           2        20       -1089.0000       -1209.6819     11.08%
24429.54/1242.77	c      1243              3           2        20       -1089.0000       -1209.6819     11.08%
24530.77/1247.82	c      1248              3           2        20       -1089.0000       -1209.6819     11.08%
24632.02/1252.91	c      1253              3           2        20       -1089.0000       -1209.6819     11.08%
24731.28/1257.95	c      1258              3           2        20       -1089.0000       -1209.6819     11.08%
24830.51/1263.00	c      1263              3           2        20       -1089.0000       -1209.6819     11.08%
24932.29/1268.07	c      1268              3           2        20       -1089.0000       -1209.6819     11.08%
25033.52/1273.17	c      1273              3           2        20       -1089.0000       -1209.6819     11.08%
25132.78/1278.19	c      1278              3           2        20       -1089.0000       -1209.6819     11.08%
25233.44/1283.29	c      1283              3           2        20       -1089.0000       -1209.6819     11.08%
25334.68/1288.34	c      1288              3           2        20       -1089.0000       -1209.6819     11.08%
25435.92/1293.45	c      1293              3           2        20       -1089.0000       -1209.6819     11.08%
25535.16/1298.49	c      1298              3           2        20       -1089.0000       -1209.6819     11.08%
25636.42/1303.55	c      1304              3           2        20       -1089.0000       -1209.6819     11.08%
25737.71/1308.62	c      1309              3           2        20       -1089.0000       -1209.6819     11.08%
25837.01/1313.67	c      1314              3           2        20       -1089.0000       -1209.6819     11.08%
25938.32/1318.72	c      1319              3           2        20       -1089.0000       -1209.6819     11.08%
26037.62/1323.78	c      1324              3           2        20       -1089.0000       -1209.6819     11.08%
26138.92/1328.84	c      1329              3           2        20       -1089.0000       -1209.6819     11.08%
26240.22/1333.92	c      1334              3           2        20       -1089.0000       -1209.6819     11.08%
26339.54/1338.98	c      1339              3           2        20       -1089.0000       -1209.6819     11.08%
26438.84/1344.02	c      1344              3           2        20       -1089.0000       -1209.6819     11.08%
26540.63/1349.12	c      1349              3           2        20       -1089.0000       -1209.6819     11.08%
26642.18/1354.19	c      1354              3           2        20       -1089.0000       -1209.6819     11.08%
26742.85/1359.25	c      1359              3           2        20       -1089.0000       -1209.6819     11.08%
26844.21/1364.36	c      1364              3           2        20       -1089.0000       -1209.6819     11.08%
26945.57/1369.45	c      1369              3           2        20       -1089.0000       -1209.6819     11.08%
27046.93/1374.55	c      1375              3           2        20       -1089.0000       -1209.6819     11.08%
27148.29/1379.62	c      1380              3           2        20       -1089.0000       -1209.6819     11.08%
27247.66/1384.67	c      1385              3           2        20       -1089.0000       -1209.6819     11.08%
27349.01/1389.74	c      1390              3           2        20       -1089.0000       -1209.6819     11.08%
27450.37/1394.80	c      1395              3           2        20       -1089.0000       -1209.6819     11.08%
27549.74/1399.81	c      1400              3           2        20       -1089.0000       -1209.6819     11.08%
27649.11/1404.89	c      1405              3           2        20       -1089.0000       -1209.6819     11.08%
27750.47/1409.94	c      1410              3           2        20       -1089.0000       -1209.6819     11.08%
27852.48/1415.08	c      1415              3           2        20       -1089.0000       -1209.6819     11.08%
27951.82/1420.13	c      1420              3           2        20       -1089.0000       -1209.6819     11.08%
28054.53/1425.25	c      1425              3           2        20       -1089.0000       -1209.6819     11.08%
28155.88/1430.35	c      1430              3           2        20       -1089.0000       -1209.6819     11.08%
28257.34/1435.42	c      1435              3           4        20       -1089.0000       -1209.6819     11.08%
28356.81/1440.48	c      1440              3           4        20       -1089.0000       -1209.6819     11.08%
28457.99/1445.54	c      1446              3           4        20       -1089.0000       -1209.6819     11.08%
28557.37/1450.58	c      1451              3           4        20       -1089.0000       -1209.6819     11.08%
28658.74/1455.69	c      1456              3           4        20       -1089.0000       -1209.6819     11.08%
28760.11/1460.77	c      1461              3           4        20       -1089.0000       -1209.6819     11.08%
28861.48/1465.83	c      1466              3           4        20       -1089.0000       -1209.6819     11.08%
28960.86/1470.87	c      1471              3           4        20       -1089.0000       -1209.6819     11.08%
29062.23/1476.00	c      1476              3           4        20       -1089.0000       -1209.6819     11.08%
29164.21/1481.13	c      1481              2           1        20       -1089.0000       -1209.6802     11.08%
29266.93/1486.20	c      1486              3           2        20       -1089.0000       -1209.5946     11.07%
29366.30/1491.26	c      1491              3           2        20       -1089.0000       -1209.5946     11.07%
29467.66/1496.36	c      1496              3           2        20       -1089.0000       -1209.5946     11.07%
29569.02/1501.44	c      1501              3           2        20       -1089.0000       -1209.5946     11.07%
29670.38/1506.51	c      1507              3           2        20       -1089.0000       -1209.5946     11.07%
29769.76/1511.57	c      1512              3           2        20       -1089.0000       -1209.5946     11.07%
29871.13/1516.63	c      1517              3           2        20       -1089.0000       -1209.5946     11.07%
29972.51/1521.74	c      1522              3           2        20       -1089.0000       -1209.5946     11.07%
30071.83/1526.79	c      1527              3           2        20       -1089.0000       -1209.5946     11.07%
30175.19/1531.91	c      1532              3           2        20       -1089.0000       -1209.5946     11.07%
30274.57/1536.98	c      1537              3           2        20       -1089.0000       -1209.5946     11.07%
30376.43/1542.07	c      1542              3           2        20       -1089.0000       -1209.5946     11.07%
30478.07/1547.15	c      1547              3           2        20       -1089.0000       -1209.5946     11.07%
30578.69/1552.21	c      1552              3           2        20       -1089.0000       -1209.5946     11.07%
30680.07/1557.30	c      1557              3           2        20       -1089.0000       -1209.5946     11.07%
30781.45/1562.47	c      1562              3           2        20       -1089.0000       -1209.5946     11.07%
30882.83/1567.53	c      1568              3           2        20       -1089.0000       -1209.5946     11.07%
30984.21/1572.60	c      1573              3           2        20       -1089.0000       -1209.5946     11.07%
31083.60/1577.64	c      1578              3           2        20       -1089.0000       -1209.5946     11.07%
31184.99/1582.70	c      1583              3           2        20       -1089.0000       -1209.5946     11.07%
31284.39/1587.76	c      1588              3           2        20       -1089.0000       -1209.5946     11.07%
31385.76/1592.84	c      1593              3           2        20       -1089.0000       -1209.5946     11.07%
31485.15/1597.89	c      1598              3           2        20       -1089.0000       -1209.5946     11.07%
31586.51/1602.95	c      1603              3           2        20       -1089.0000       -1209.5946     11.07%
31685.90/1608.02	c      1608              3           2        20       -1089.0000       -1209.5946     11.07%
31787.75/1613.09	c      1613              3           2        20       -1089.0000       -1209.5946     11.07%
31889.24/1618.17	c      1618              3           2        20       -1089.0000       -1209.5946     11.07%
31990.01/1623.23	c      1623              3           2        20       -1089.0000       -1209.5946     11.07%
32091.39/1628.31	c      1628              3           2        20       -1089.0000       -1209.5946     11.07%
32192.76/1633.44	c      1633              3           2        20       -1089.0000       -1209.5946     11.07%
32294.15/1638.52	c      1639              3           2        20       -1089.0000       -1209.5739     11.07%
32393.54/1643.58	c      1644              3           2        20       -1089.0000       -1209.5739     11.07%
32494.93/1648.68	c      1649              3           2        20       -1089.0000       -1209.5739     11.07%
32596.31/1653.75	c      1654              3           2        20       -1089.0000       -1209.5739     11.07%
32697.69/1658.83	c      1659              3           2        20       -1089.0000       -1209.5739     11.07%
32799.06/1663.91	c      1664              3           2        20       -1089.0000       -1209.5739     11.07%
32898.46/1668.98	c      1669              3           2        20       -1089.0000       -1209.5739     11.07%
32997.85/1674.02	c      1674              3           2        20       -1089.0000       -1209.5739     11.07%
33099.85/1679.07	c      1679              3           2        20       -1089.0000       -1209.5739     11.07%
33199.31/1684.08	c      1684              3           2        20       -1089.0000       -1209.5739     11.07%
33303.97/1689.34	c      1689              2           1        20       -1089.0000       -1209.5422     11.07%
33403.34/1694.40	c      1694              2           1        20       -1089.0000       -1209.5422     11.07%
33506.70/1699.52	c      1700              2           1        20       -1089.0000       -1209.5422     11.07%
33606.08/1704.54	c      1705              2           1        20       -1089.0000       -1209.5422     11.07%
33705.47/1709.59	c      1710              2           1        20       -1089.0000       -1209.5422     11.07%
33806.82/1714.68	c      1715              2           1        20       -1089.0000       -1209.5422     11.07%
33908.19/1719.74	c      1720              2           1        20       -1089.0000       -1209.5422     11.07%
34009.56/1724.85	c      1725              2           1        20       -1089.0000       -1209.5422     11.07%
34110.93/1729.92	c      1730              2           1        20       -1089.0000       -1209.5422     11.07%
34210.31/1734.99	c      1735              2           1        20       -1089.0000       -1209.5422     11.07%
34312.29/1740.07	c      1740              2           1        20       -1089.0000       -1209.5422     11.07%
34411.57/1745.12	c      1745              2           1        20       -1089.0000       -1209.5422     11.07%
34513.04/1750.18	c      1750              2           1        20       -1089.0000       -1209.5422     11.07%
34613.76/1755.23	c      1755              2           1        20       -1089.0000       -1209.5422     11.07%
34715.11/1760.33	c      1760              2           1        20       -1089.0000       -1209.5422     11.07%
34814.49/1765.38	c      1765              2           1        20       -1089.0000       -1209.5422     11.07%
34915.85/1770.47	c      1770              2           1        20       -1089.0000       -1209.5422     11.07%
35017.20/1775.53	c      1776              2           1        20       -1089.0000       -1209.5422     11.07%
35116.56/1780.59	c      1781              2           1        20       -1089.0000       -1209.5422     11.07%
35219.92/1785.71	c      1786              2           1        20       -1089.0000       -1209.5422     11.07%
35321.29/1790.81	c      1791              2           1        20       -1089.0000       -1209.5422     11.07%
35420.67/1795.87	c      1796              2           1        20       -1089.0000       -1209.5422     11.07%
35522.02/1800.93	c      1801              2           1        20       -1089.0000       -1209.5422     11.07%
35621.38/1805.98	c      1806              2           1        20       -1089.0000       -1209.5422     11.07%
35723.38/1811.06	c      1811              2           1        20       -1089.0000       -1209.5422     11.07%
35822.52/1816.11	c      1816              2           1        20       -1089.0000       -1209.5422     11.07%
35923.92/1821.16	c      1821              2           1        20       -1089.0000       -1209.5422     11.07%
36024.73/1826.20	c      1826              2           1        20       -1089.0000       -1209.5422     11.07%
36124.10/1831.28	c      1831              2           1        20       -1089.0000       -1209.5422     11.07%
36225.44/1836.37	c      1836              2           1        20       -1089.0000       -1209.5422     11.07%
36326.78/1841.46	c      1841              2           1        20       -1089.0000       -1209.5422     11.07%
36428.12/1846.51	c      1847              2           1        20       -1089.0000       -1209.5422     11.07%
36527.64/1851.58	c      1852              3           2        20       -1089.0000       -1209.5130     11.07%
36628.84/1856.62	c      1857              3           2        20       -1089.0000       -1209.5130     11.07%
36728.21/1861.67	c      1862              3           2        20       -1089.0000       -1209.5130     11.07%
36831.53/1866.86	c      1867              3           2        20       -1089.0000       -1209.5130     11.07%
36932.89/1871.95	c      1872              3           2        20       -1089.0000       -1209.5130     11.07%
37032.25/1877.01	c      1877              3           2        20       -1089.0000       -1209.5130     11.07%
37134.27/1882.10	c      1882              3           2        20       -1089.0000       -1209.5130     11.07%
37235.58/1887.17	c      1887              3           2        20       -1089.0000       -1209.5130     11.07%
37336.27/1892.24	c      1892              3           2        20       -1089.0000       -1209.5130     11.07%
37437.61/1897.30	c      1897              3           2        20       -1089.0000       -1209.5130     11.07%
37538.94/1902.40	c      1902              3           2        20       -1089.0000       -1209.5130     11.07%
37638.30/1907.47	c      1907              3           2        20       -1089.0000       -1209.5130     11.07%
37737.66/1912.50	c      1912              3           2        20       -1089.0000       -1209.5130     11.07%
37840.99/1917.64	c      1918              3           2        20       -1089.0000       -1209.5130     11.07%
37944.33/1922.80	c      1923              3           2        20       -1089.0000       -1209.5130     11.07%
38043.68/1927.88	c      1928              3           2        20       -1089.0000       -1209.5130     11.07%
38145.01/1932.98	c      1933              3           2        20       -1089.0000       -1209.5130     11.07%
38244.36/1938.00	c      1938              3           2        20       -1089.0000       -1209.5130     11.07%
38346.32/1943.09	c      1943              3           2        20       -1089.0000       -1209.5130     11.07%
38449.02/1948.23	c      1948              3           2        20       -1089.0000       -1209.5130     11.07%
38550.37/1953.31	c      1953              3           2        20       -1089.0000       -1209.5130     11.07%
38651.72/1958.46	c      1958              3           2        20       -1089.0000       -1209.5130     11.07%
38753.08/1963.60	c      1964              3           2        20       -1089.0000       -1209.5130     11.07%
38856.44/1968.72	c      1969              3           2        20       -1089.0000       -1209.5130     11.07%
38955.80/1973.78	c      1974              3           2        20       -1089.0000       -1209.5130     11.07%
39057.16/1978.86	c      1979              3           2        20       -1089.0000       -1209.5130     11.07%
39158.51/1983.97	c      1984              3           2        20       -1089.0000       -1209.5130     11.07%
39257.86/1988.97	c      1989              3           2        20       -1089.0000       -1209.5130     11.07%
39359.82/1994.12	c      1994             12          11        20       -1089.0000       -1209.2030     11.04%
39462.45/1999.23	c      1999             12          11        20       -1089.0000       -1209.2030     11.04%
39563.76/2004.32	c      2004             12          11        20       -1089.0000       -1209.2030     11.04%
39663.10/2009.40	c      2009             12          11        20       -1089.0000       -1209.2030     11.04%
39764.44/2014.45	c      2014             12          11        20       -1089.0000       -1209.2030     11.04%
39863.79/2019.49	c      2020             12          11        20       -1089.0000       -1209.2030     11.04%
39967.13/2024.62	c      2025             12          11        20       -1089.0000       -1209.2030     11.04%
40066.49/2029.67	c      2030             12          11        20       -1089.0000       -1209.2030     11.04%
40167.84/2034.78	c      2035             12          11        20       -1089.0000       -1209.2030     11.04%
40269.18/2039.81	c      2040             12          11        20       -1089.0000       -1209.2030     11.04%
40368.52/2044.90	c      2045             12          11        20       -1089.0000       -1209.2030     11.04%
40469.85/2049.98	c      2050             12          11        20       -1089.0000       -1209.2030     11.04%
40571.72/2055.07	c      2055             12          11        20       -1089.0000       -1209.2030     11.04%
40671.11/2060.11	c      2060             12          11        20       -1089.0000       -1209.2030     11.04%
40772.44/2065.18	c      2065             12          11        20       -1089.0000       -1209.1662     11.03%
40873.21/2070.25	c      2070             12          11        20       -1089.0000       -1209.1662     11.03%
40974.54/2075.31	c      2075             12          11        20       -1089.0000       -1209.1662     11.03%
41073.91/2080.36	c      2080             12          11        20       -1089.0000       -1209.1662     11.03%
41175.26/2085.46	c      2085             12          11        20       -1089.0000       -1209.1662     11.03%
41276.61/2090.56	c      2091             12          11        20       -1089.0000       -1209.1662     11.03%
41377.96/2095.65	c      2096             12          11        20       -1089.0000       -1209.1662     11.03%
41479.29/2100.70	c      2101             12          11        20       -1089.0000       -1209.1662     11.03%
41578.63/2105.79	c      2106             12          11        20       -1089.0000       -1209.1662     11.03%
41679.98/2110.85	c      2111             12          11        20       -1089.0000       -1209.1662     11.03%
41781.31/2116.00	c      2116             12          11        20       -1089.0000       -1209.1662     11.03%
41883.19/2121.07	c      2121             12          11        20       -1089.0000       -1209.1662     11.03%
41984.65/2126.14	c      2126             12          11        20       -1089.0000       -1209.1662     11.03%
42085.34/2131.21	c      2131             12          11        20       -1089.0000       -1209.1662     11.03%
42184.69/2136.24	c      2136             12          11        20       -1089.0000       -1209.1662     11.03%
42286.03/2141.35	c      2141             12          11        20       -1089.0000       -1209.1662     11.03%
42385.39/2146.37	c      2146             12          11        20       -1089.0000       -1209.1662     11.03%
42486.74/2151.44	c      2151             12          11        20       -1089.0000       -1209.1662     11.03%
42586.10/2156.50	c      2156             12          11        20       -1089.0000       -1209.1662     11.03%
42691.44/2161.74	c      2162             12          11        20       -1089.0000       -1209.1662     11.03%
42790.79/2166.79	c      2167             12          11        20       -1089.0000       -1209.1662     11.03%
42894.13/2172.02	c      2172             12          11        20       -1089.0000       -1209.1662     11.03%
43001.42/2177.35	c      2177             12          11        20       -1089.0000       -1209.1662     11.03%
43102.78/2182.49	c      2182             12          11        20       -1089.0000       -1209.1662     11.03%
43206.12/2187.61	c      2188             12          11        20       -1089.0000       -1209.1662     11.03%
43305.50/2192.63	c      2193             12          11        20       -1089.0000       -1209.1662     11.03%
43408.84/2197.80	c      2198             12          11        20       -1089.0000       -1209.1662     11.03%
43508.22/2202.85	c      2203             12          11        20       -1089.0000       -1209.1662     11.03%
43607.58/2207.90	c      2208             12          11        20       -1089.0000       -1209.1662     11.03%
43708.94/2212.96	c      2213             12          11        20       -1089.0000       -1209.1662     11.03%
43810.71/2218.03	c      2218             12          11        20       -1089.0000       -1209.1662     11.03%
43910.44/2223.10	c      2223             12          11        20       -1089.0000       -1209.1662     11.03%
44009.62/2228.11	c      2228             12          11        20       -1089.0000       -1209.1662     11.03%
44114.35/2233.36	c      2233             12          11        20       -1089.0000       -1209.1662     11.03%
44215.71/2238.43	c      2238             12          11        20       -1089.0000       -1209.1662     11.03%
44317.07/2243.50	c      2244             12          11        20       -1089.0000       -1209.1662     11.03%
44416.46/2248.51	c      2249             12          11        20       -1089.0000       -1209.1662     11.03%
44519.81/2253.72	c      2254             12          11        20       -1089.0000       -1209.1662     11.03%
44619.18/2258.77	c      2259             12          11        20       -1089.0000       -1209.1662     11.03%
44720.54/2263.87	c      2264             12          11        20       -1089.0000       -1209.1662     11.03%
44821.88/2268.92	c      2269             12          11        20       -1089.0000       -1209.1662     11.03%
44921.23/2273.99	c      2274             12          11        20       -1089.0000       -1209.1662     11.03%
45020.57/2279.00	c      2279             12          11        20       -1089.0000       -1209.1662     11.03%
45122.37/2284.02	c      2284             12          11        20       -1089.0000       -1209.1662     11.03%
45227.17/2289.31	c      2289             12          11        20       -1089.0000       -1209.1662     11.03%
45326.51/2294.38	c      2294             12          11        20       -1089.0000       -1209.1662     11.03%
45425.85/2299.39	c      2299             12          11        20       -1089.0000       -1209.1662     11.03%
45529.17/2304.55	c      2305             12          11        20       -1089.0000       -1209.1662     11.03%
45630.50/2309.60	c      2310             12          11        20       -1089.0000       -1209.1662     11.03%
45731.83/2314.70	c      2315             12          11        20       -1089.0000       -1209.1662     11.03%
45831.16/2319.73	c      2320             12          11        20       -1089.0000       -1209.1662     11.03%
45932.49/2324.80	c      2325             12          11        20       -1089.0000       -1209.1662     11.03%
46033.81/2329.96	c      2330             12          11        20       -1089.0000       -1209.1662     11.03%
46133.14/2335.02	c      2335             12          11        20       -1089.0000       -1209.1662     11.03%
46235.02/2340.08	c      2340             12          11        20       -1089.0000       -1209.1662     11.03%
46334.46/2345.13	c      2345             12          11        20       -1089.0000       -1209.1662     11.03%
46437.10/2350.22	c      2350             12          11        20       -1089.0000       -1209.1662     11.03%
46536.41/2355.27	c      2355             12          11        20       -1089.0000       -1209.1662     11.03%
46639.70/2360.40	c      2360             12          11        20       -1089.0000       -1209.1662     11.03%
46739.02/2365.48	c      2365             12          11        20       -1089.0000       -1209.1662     11.03%
46840.33/2370.54	c      2371             12          11        20       -1089.0000       -1209.1662     11.03%
46939.67/2375.57	c      2376             12          11        20       -1089.0000       -1209.1662     11.03%
47040.99/2380.65	c      2381             12          11        20       -1089.0000       -1209.1662     11.03%
47142.31/2385.72	c      2386             12          11        20       -1089.0000       -1209.1662     11.03%
47243.62/2390.82	c      2391             12          11        20       -1089.0000       -1209.1662     11.03%
47342.96/2395.88	c      2396             12          11        20       -1089.0000       -1209.1662     11.03%
47444.28/2400.99	c      2401             12          11        20       -1089.0000       -1209.1662     11.03%
47546.19/2406.04	c      2406             12          11        20       -1089.0000       -1207.6657     10.90%
47645.60/2411.12	c      2411             12          11        20       -1089.0000       -1207.6657     10.90%
47746.88/2416.18	c      2416             12          11        20       -1089.0000       -1207.6657     10.90%
47846.08/2421.19	c      2421             12          11        20       -1089.0000       -1207.6657     10.90%
47946.88/2426.28	c      2426             12          11        20       -1089.0000       -1207.6657     10.90%
48050.21/2431.42	c      2431             12          11        20       -1089.0000       -1207.6657     10.90%
48149.56/2436.48	c      2436             12          11        20       -1089.0000       -1207.6657     10.90%
48252.89/2441.62	c      2442             12          11        20       -1089.0000       -1207.6657     10.90%
48352.24/2446.69	c      2447             12          11        20       -1089.0000       -1207.6657     10.90%
48453.56/2451.78	c      2452             12          11        20       -1089.0000       -1207.6657     10.90%
48554.89/2456.83	c      2457             12          11        20       -1089.0000       -1207.6657     10.90%
48654.23/2461.87	c      2462             12          11        20       -1089.0000       -1207.6657     10.90%
48755.57/2466.94	c      2467             13          12        20       -1089.0000       -1207.6657     10.90%
48857.54/2472.04	c      2472             13          12        20       -1089.0000       -1207.6657     10.90%
48958.79/2477.13	c      2477             13          12        20       -1089.0000       -1207.6657     10.90%
49058.29/2482.18	c      2482             13          12        20       -1089.0000       -1207.6657     10.90%
49158.94/2487.23	c      2487             13          12        20       -1089.0000       -1207.6657     10.90%
49260.28/2492.30	c      2492             13          12        20       -1089.0000       -1207.6657     10.90%
49359.64/2497.36	c      2497             13          12        20       -1089.0000       -1207.6657     10.90%
49460.98/2502.40	c      2502             13          12        20       -1089.0000       -1207.6657     10.90%
49560.33/2507.46	c      2507             13          12        20       -1089.0000       -1207.6657     10.90%
49661.67/2512.52	c      2513             13          12        20       -1089.0000       -1207.6657     10.90%
49763.00/2517.60	c      2518             13          12        20       -1089.0000       -1207.6657     10.90%
49862.34/2522.68	c      2523             13          12        20       -1089.0000       -1207.6657     10.90%
49963.68/2527.76	c      2528             13          12        20       -1089.0000       -1207.6657     10.90%
50065.02/2532.81	c      2533             13          12        20       -1089.0000       -1207.6657     10.90%
50164.37/2537.85	c      2538             13          12        20       -1089.0000       -1207.6657     10.90%
50265.70/2542.96	c      2543             13          12        20       -1089.0000       -1207.6657     10.90%
50365.05/2547.98	c      2548             13          12        20       -1089.0000       -1207.6657     10.90%
50466.86/2553.05	c      2553             13          12        20       -1089.0000       -1207.6657     10.90%
50568.31/2558.14	c      2558             13          12        20       -1089.0000       -1207.6657     10.90%
50668.99/2563.23	c      2563             13          12        20       -1089.0000       -1207.6657     10.90%
50770.29/2568.32	c      2568             13          12        20       -1089.0000       -1207.6657     10.90%
50871.61/2573.41	c      2573             13          12        20       -1089.0000       -1207.6657     10.90%
50970.93/2578.46	c      2578             13          12        20       -1089.0000       -1207.6657     10.90%
51072.26/2583.52	c      2584             13          12        20       -1089.0000       -1207.6657     10.90%
51171.60/2588.57	c      2589             13          12        20       -1089.0000       -1207.6657     10.90%
51272.93/2593.63	c      2594             13          12        20       -1089.0000       -1207.6657     10.90%
51372.27/2598.69	c      2599             13          12        20       -1089.0000       -1207.6657     10.90%
51473.60/2603.76	c      2604             13          12        20       -1089.0000       -1207.6657     10.90%
51574.92/2608.81	c      2609             13          12        20       -1089.0000       -1207.6657     10.90%
51674.27/2613.88	c      2614             13          12        20       -1089.0000       -1207.6657     10.90%
51775.59/2618.93	c      2619             13          12        20       -1089.0000       -1207.6657     10.90%
51874.93/2623.99	c      2624             13          12        20       -1089.0000       -1207.6657     10.90%
51976.94/2629.09	c      2629             14          13        20       -1089.0000       -1207.6657     10.90%
52076.34/2634.11	c      2634             14          13        20       -1089.0000       -1207.6657     10.90%
52177.54/2639.20	c      2639             14          13        20       -1089.0000       -1207.6657     10.90%
52278.26/2644.27	c      2644             14          13        20       -1089.0000       -1207.6657     10.90%
52379.61/2649.32	c      2649             14          13        20       -1089.0000       -1207.6657     10.90%
52478.97/2654.37	c      2654             14          13        20       -1089.0000       -1207.6657     10.90%
52580.30/2659.48	c      2659             14          13        20       -1089.0000       -1207.6657     10.90%
52681.64/2664.53	c      2665             14          13        20       -1089.0000       -1207.6657     10.90%
52782.98/2669.61	c      2670             14          13        20       -1089.0000       -1207.6657     10.90%
52882.33/2674.62	c      2675             14          13        20       -1089.0000       -1207.6657     10.90%
52981.68/2679.69	c      2680             14          13        20       -1089.0000       -1207.6657     10.90%
53085.02/2684.80	c      2685             14          13        20       -1089.0000       -1207.6657     10.90%
53184.37/2689.85	c      2690             14          13        20       -1089.0000       -1207.6657     10.90%
53285.71/2694.91	c      2695             14          13        20       -1089.0000       -1207.6657     10.90%
53385.05/2699.94	c      2700             14          13        20       -1089.0000       -1207.6657     10.90%
53486.87/2705.05	c      2705             14          13        20       -1089.0000       -1207.6657     10.90%
53586.36/2710.11	c      2710             14          13        20       -1089.0000       -1207.6657     10.90%
53687.80/2715.19	c      2715             14          13        20       -1089.0000       -1207.6657     10.90%
53788.41/2720.23	c      2720             14          13        20       -1089.0000       -1207.6657     10.90%
53887.78/2725.29	c      2725             14          13        20       -1089.0000       -1207.6657     10.90%
53989.13/2730.34	c      2730             14          13        20       -1089.0000       -1207.6657     10.90%
54090.47/2735.45	c      2735             14          13        20       -1089.0000       -1207.6657     10.90%
54189.82/2740.50	c      2740             14          13        20       -1089.0000       -1207.6657     10.90%
54291.18/2745.53	c      2746             14          13        20       -1089.0000       -1207.6657     10.90%
54392.53/2750.62	c      2751             14          13        20       -1089.0000       -1207.6657     10.90%
54491.90/2755.68	c      2756             14          13        20       -1089.0000       -1207.6657     10.90%
54593.25/2760.76	c      2761             14          13        20       -1089.0000       -1207.6657     10.90%
54694.60/2765.83	c      2766             14          13        20       -1089.0000       -1207.6657     10.90%
54793.95/2770.84	c      2771             14          13        20       -1089.0000       -1207.6657     10.90%
54893.30/2775.89	c      2776             14          13        20       -1089.0000       -1207.6657     10.90%
54994.64/2781.01	c      2781             14          13        20       -1089.0000       -1207.6657     10.90%
55096.64/2786.10	c      2786             14          13        20       -1089.0000       -1207.6657     10.90%
55197.94/2791.15	c      2791             14          13        20       -1089.0000       -1207.6657     10.90%
55298.65/2796.22	c      2796             15          14        20       -1089.0000       -1207.6657     10.90%
55398.00/2801.27	c      2801             15          14        20       -1089.0000       -1207.6657     10.90%
55499.34/2806.35	c      2806             15          14        20       -1089.0000       -1207.6657     10.90%
55600.68/2811.44	c      2811             15          14        20       -1089.0000       -1207.6657     10.90%
55702.03/2816.51	c      2817             15          14        20       -1089.0000       -1207.6657     10.90%
55801.37/2821.56	c      2822             15          14        20       -1089.0000       -1207.6657     10.90%
55902.70/2826.60	c      2827             15          14        20       -1089.0000       -1207.6657     10.90%
56002.04/2831.66	c      2832             15          14        20       -1089.0000       -1207.6657     10.90%
56103.36/2836.75	c      2837             15          14        20       -1089.0000       -1207.6657     10.90%
56204.69/2841.80	c      2842             15          14        20       -1089.0000       -1207.6657     10.90%
56306.04/2846.91	c      2847             15          14        20       -1089.0000       -1207.6657     10.90%
56405.39/2851.99	c      2852             15          14        20       -1089.0000       -1207.6657     10.90%
56507.38/2857.06	c      2857             15          14        20       -1089.0000       -1207.6657     10.90%
56606.62/2862.11	c      2862             15          14        20       -1089.0000       -1207.6657     10.90%
56708.08/2867.19	c      2867             15          14        20       -1089.0000       -1207.6657     10.90%
56808.77/2872.27	c      2872             15          14        20       -1089.0000       -1207.6657     10.90%
56910.12/2877.37	c      2877             15          14        20       -1089.0000       -1207.6657     10.90%
57011.46/2882.42	c      2882             15          14        20       -1089.0000       -1207.6657     10.90%
57110.82/2887.47	c      2887             15          14        20       -1089.0000       -1207.6657     10.90%
57212.15/2892.57	c      2893             15          14        20       -1089.0000       -1207.6657     10.90%
57313.49/2897.62	c      2898             15          14        20       -1089.0000       -1207.6657     10.90%
57412.83/2902.69	c      2903             15          14        20       -1089.0000       -1207.6657     10.90%
57514.17/2907.76	c      2908             15          14        20       -1089.0000       -1207.6657     10.90%
57615.51/2912.81	c      2913             15          14        20       -1089.0000       -1207.6657     10.90%
57716.84/2917.97	c      2918             15          14        20       -1089.0000       -1207.6657     10.90%
57818.72/2923.05	c      2923             15          14        20       -1089.0000       -1207.6657     10.90%
57920.05/2928.14	c      2928             15          14        20       -1089.0000       -1207.6657     10.90%
58020.82/2933.21	c      2933             15          14        20       -1089.0000       -1207.6657     10.90%
58120.16/2938.27	c      2938             15          14        20       -1089.0000       -1207.6657     10.90%
58221.49/2943.32	c      2943             16          15        20       -1089.0000       -1207.6657     10.90%
58320.83/2948.39	c      2948             16          15        20       -1089.0000       -1207.6657     10.90%
58422.17/2953.45	c      2953             16          15        20       -1089.0000       -1207.6657     10.90%
58523.51/2958.51	c      2959             16          15        20       -1089.0000       -1207.6657     10.90%
58624.85/2963.61	c      2964             16          15        20       -1089.0000       -1207.6657     10.90%
58724.13/2968.66	c      2969             16          15        20       -1089.0000       -1207.6657     10.90%
58825.48/2973.71	c      2974             16          15        20       -1089.0000       -1207.6657     10.90%
58924.82/2978.77	c      2979             16          15        20       -1089.0000       -1207.6657     10.90%
59026.17/2983.81	c      2984             16          15        20       -1089.0000       -1207.6657     10.90%
59127.51/2988.91	c      2989             16          15        20       -1089.0000       -1207.6657     10.90%
59226.87/2994.00	c      2994             16          15        20       -1089.0000       -1207.6657     10.90%
59328.85/2999.06	c      2999             16          15        20       -1089.0000       -1207.6657     10.90%
59428.06/3004.11	c      3004             16          15        20       -1089.0000       -1207.6657     10.90%
59530.87/3009.23	c      3009             16          15        20       -1089.0000       -1207.6657     10.90%
59630.22/3014.28	c      3014             16          15        20       -1089.0000       -1207.6657     10.90%
59731.56/3019.34	c      3019             16          15        20       -1089.0000       -1207.6657     10.90%
59830.93/3024.39	c      3024             16          15        20       -1089.0000       -1207.6657     10.90%
59932.28/3029.46	c      3029             16          15        20       -1089.0000       -1207.6657     10.90%
60033.61/3034.51	c      3035             16          15        20       -1089.0000       -1207.6657     10.90%
60132.97/3039.55	c      3040             16          15        20       -1089.0000       -1207.6657     10.90%
60234.32/3044.62	c      3045             16          15        20       -1089.0000       -1207.6657     10.90%
60335.66/3049.72	c      3050             16          15        20       -1089.0000       -1207.6657     10.90%
60435.02/3054.79	c      3055             16          15        20       -1089.0000       -1207.6657     10.90%
60536.38/3059.89	c      3060             16          15        20       -1089.0000       -1207.6657     10.90%
60637.72/3064.99	c      3065             16          15        20       -1089.0000       -1207.6657     10.90%
60739.65/3070.04	c      3070             16          15        20       -1089.0000       -1207.6657     10.90%
60838.91/3075.10	c      3075             16          15        20       -1089.0000       -1207.6657     10.90%
60940.29/3080.17	c      3080             16          15        20       -1089.0000       -1207.6657     10.90%
61041.07/3085.21	c      3085             16          15        20       -1089.0000       -1207.6657     10.90%
61140.42/3090.28	c      3090             16          15        20       -1089.0000       -1207.6657     10.90%
61241.77/3095.36	c      3095             16          15        20       -1089.0000       -1207.6657     10.90%
61343.11/3100.42	c      3100             16          15        20       -1089.0000       -1207.6657     10.90%
61442.46/3105.48	c      3105             16          15        20       -1089.0000       -1207.6657     10.90%
61543.80/3110.53	c      3111             16          15        20       -1089.0000       -1207.6657     10.90%
61643.16/3115.56	c      3116             16          15        20       -1089.0000       -1207.6657     10.90%
61744.51/3120.65	c      3121             16          15        20       -1089.0000       -1207.6657     10.90%
61843.87/3125.69	c      3126             16          15        20       -1089.0000       -1207.6657     10.90%
61945.20/3130.75	c      3131             16          15        20       -1089.0000       -1207.6657     10.90%
62046.54/3135.83	c      3136             16          15        20       -1089.0000       -1207.6657     10.90%
62145.90/3140.87	c      3141             16          15        20       -1089.0000       -1207.6657     10.90%
62247.24/3145.92	c      3146             16          15        20       -1089.0000       -1207.6657     10.90%
62349.12/3151.05	c      3151             16          15        20       -1089.0000       -1207.6657     10.90%
62448.37/3156.11	c      3156             16          15        20       -1089.0000       -1207.6657     10.90%
62550.00/3161.17	c      3161             16          15        20       -1089.0000       -1207.6657     10.90%
62650.61/3166.23	c      3166             16          15        20       -1089.0000       -1207.6657     10.90%
62749.96/3171.29	c      3171             16          15        20       -1089.0000       -1207.6657     10.90%
62851.32/3176.35	c      3176             16          15        20       -1089.0000       -1207.6657     10.90%
62952.66/3181.41	c      3181             17          16        20       -1089.0000       -1207.6657     10.90%
63054.01/3186.52	c      3187             17          16        20       -1089.0000       -1207.6657     10.90%
63153.36/3191.59	c      3192             17          16        20       -1089.0000       -1207.6657     10.90%
63254.71/3196.67	c      3197             17          16        20       -1089.0000       -1207.6657     10.90%
63356.06/3201.72	c      3202             17          16        20       -1089.0000       -1207.6657     10.90%
63455.41/3206.78	c      3207             17          16        20       -1089.0000       -1207.6657     10.90%
63556.76/3211.84	c      3212             17          16        20       -1089.0000       -1207.6657     10.90%
63656.11/3216.88	c      3217             17          16        20       -1089.0000       -1207.6657     10.90%
63757.46/3221.94	c      3222             17          16        20       -1089.0000       -1207.6657     10.90%
63856.82/3227.01	c      3227             17          16        20       -1089.0000       -1207.6657     10.90%
63958.76/3232.05	c      3232             17          16        20       -1089.0000       -1207.6657     10.90%
64058.14/3237.11	c      3237             17          16        20       -1089.0000       -1207.6657     10.90%
64166.80/3242.54	c      3243             17          16        20       -1089.0000       -1207.6657     10.90%
64268.14/3247.65	c      3248             17          16        20       -1089.0000       -1207.6657     10.90%
64369.47/3252.70	c      3253             17          16        20       -1089.0000       -1207.6657     10.90%
64468.82/3257.77	c      3258             17          16        20       -1089.0000       -1207.6657     10.90%
64570.16/3262.83	c      3263             17          16        20       -1089.0000       -1207.6657     10.90%
64669.49/3267.90	c      3268             17          16        20       -1089.0000       -1207.6657     10.90%
64770.81/3272.95	c      3273             17          16        20       -1089.0000       -1207.6657     10.90%
64872.59/3278.03	c      3278             17          16        20       -1089.0000       -1207.6657     10.90%
64971.94/3283.05	c      3283             17          16        20       -1089.0000       -1207.6657     10.90%
65073.47/3288.15	c      3288             17          16        20       -1089.0000       -1207.6657     10.90%
65174.15/3293.27	c      3293             17          16        20       -1089.0000       -1207.6657     10.90%
65275.50/3298.32	c      3298             17          16        20       -1089.0000       -1207.6657     10.90%
65376.84/3303.40	c      3303             17          16        20       -1089.0000       -1207.6657     10.90%
65478.19/3308.53	c      3309             17          16        20       -1089.0000       -1207.6657     10.90%
65577.53/3313.59	c      3314             17          16        20       -1089.0000       -1207.6657     10.90%
65678.88/3318.66	c      3319             17          16        20       -1089.0000       -1207.6657     10.90%
65780.23/3323.79	c      3324             17          16        20       -1089.0000       -1207.6657     10.90%
65883.52/3328.95	c      3329             17          16        20       -1089.0000       -1207.6657     10.90%
65982.89/3334.02	c      3334             17          16        20       -1089.0000       -1207.6657     10.90%
66084.83/3339.13	c      3339             17          16        20       -1089.0000       -1207.6657     10.90%
66186.25/3344.17	c      3344             17          16        20       -1089.0000       -1207.6657     10.90%
66286.90/3349.24	c      3349             17          16        20       -1089.0000       -1207.6657     10.90%
66388.34/3354.31	c      3354             17          16        20       -1089.0000       -1207.6657     10.90%
66487.80/3359.38	c      3359             17          16        20       -1089.0000       -1207.6657     10.90%
66588.93/3364.48	c      3364             17          16        20       -1089.0000       -1207.6657     10.90%
66690.28/3369.54	c      3370             17          16        20       -1089.0000       -1207.6657     10.90%
66791.61/3374.62	c      3375             17          16        20       -1089.0000       -1207.6657     10.90%
66890.95/3379.67	c      3380             17          16        20       -1089.0000       -1207.6657     10.90%
66992.29/3384.73	c      3385             17          16        20       -1089.0000       -1207.6657     10.90%
67091.65/3389.78	c      3390             17          16        20       -1089.0000       -1207.6657     10.90%
67192.98/3394.84	c      3395             17          16        20       -1089.0000       -1207.6657     10.90%
67294.33/3399.90	c      3400             17          16        20       -1089.0000       -1207.6657     10.90%
67393.68/3404.95	c      3405             17          16        20       -1089.0000       -1207.6657     10.90%
67493.02/3409.97	c      3410             17          16        20       -1089.0000       -1207.6657     10.90%
67594.98/3415.10	c      3415             17          16        20       -1089.0000       -1207.6657     10.90%
67696.35/3420.17	c      3420             17          16        20       -1089.0000       -1207.6657     10.90%
67797.04/3425.23	c      3425             17          16        20       -1089.0000       -1207.6657     10.90%
67896.40/3430.28	c      3430             17          16        20       -1089.0000       -1207.6657     10.90%
67997.75/3435.34	c      3435             17          16        20       -1089.0000       -1207.6657     10.90%
68099.09/3440.41	c      3440             17          16        20       -1089.0000       -1207.6657     10.90%
68198.55/3445.47	c      3445             17          16        20       -1089.0000       -1207.6657     10.90%
68299.79/3450.55	c      3451             17          16        20       -1089.0000       -1207.6657     10.90%
68405.00/3455.81	c      3456             17          16        20       -1089.0000       -1207.6657     10.90%
68504.26/3460.83	c      3461             17          16        20       -1089.0000       -1207.6657     10.90%
68605.50/3465.97	c      3466             18          17        20       -1089.0000       -1207.6657     10.90%
68704.73/3471.03	c      3471             18          17        20       -1089.0000       -1207.6657     10.90%
68806.43/3476.08	c      3476             18          17        20       -1089.0000       -1207.6657     10.90%
68907.85/3481.13	c      3481             18          17        20       -1089.0000       -1207.6657     10.90%
69007.15/3486.19	c      3486             18          17        20       -1089.0000       -1207.6657     10.90%
69107.70/3491.25	c      3491             18          17        20       -1089.0000       -1207.6657     10.90%
69208.93/3496.31	c      3496             18          17        20       -1089.0000       -1207.6657     10.90%
69308.18/3501.36	c      3501             18          17        20       -1089.0000       -1207.6657     10.90%
69409.43/3506.47	c      3506             18          17        20       -1089.0000       -1207.6657     10.90%
69510.66/3511.53	c      3512             18          17        20       -1089.0000       -1207.6657     10.90%
69609.92/3516.59	c      3517             18          17        20       -1089.0000       -1207.6657     10.90%
69711.05/3521.67	c      3522             18          17        20       -1089.0000       -1207.6657     10.90%
69812.18/3526.71	c      3527             18          17        20       -1089.0000       -1207.6657     10.90%
69911.34/3531.77	c      3532             18          17        20       -1089.0000       -1207.6657     10.90%
70012.50/3536.82	c      3537             18          17        20       -1089.0000       -1207.6657     10.90%
70111.66/3541.87	c      3542             18          17        20       -1089.0000       -1207.6657     10.90%
70210.83/3546.90	c      3547             18          17        20       -1089.0000       -1207.6657     10.90%
70311.98/3552.01	c      3552             18          17        20       -1089.0000       -1207.6657     10.90%
70413.66/3557.08	c      3557             18          17        20       -1089.0000       -1207.6657     10.90%
70512.91/3562.13	c      3562             18          17        20       -1089.0000       -1207.6657     10.90%
70613.96/3567.18	c      3567             18          17        20       -1089.0000       -1207.6657     10.90%
70714.53/3572.23	c      3572             18          17        20       -1089.0000       -1207.6657     10.90%
70815.66/3577.31	c      3577             18          17        20       -1089.0000       -1207.6657     10.90%
70914.78/3582.36	c      3582             18          17        20       -1089.0000       -1207.6657     10.90%
71015.90/3587.40	c      3587             18          17        20       -1089.0000       -1207.6657     10.90%
71115.03/3592.46	c      3592             18          17        20       -1089.0000       -1207.6657     10.90%
71216.14/3597.52	c      3598             18          17        20       -1089.0000       -1207.6657     10.90%
71315.27/3602.59	c      3603             18          17        20       -1089.0000       -1207.6657     10.90%
71416.43/3607.64	c      3608             18          17        20       -1089.0000       -1207.6657     10.90%
71517.58/3612.71	c      3613             18          17        20       -1089.0000       -1207.6657     10.90%
71616.88/3617.76	c      3618             18          17        20       -1089.0000       -1207.6657     10.90%
71718.16/3622.85	c      3623             18          17        20       -1089.0000       -1207.6657     10.90%
71819.38/3627.92	c      3628             19          18        20       -1089.0000       -1207.6657     10.90%
71918.55/3632.98	c      3633             19          18        20       -1089.0000       -1207.6657     10.90%

Verifier Data

ERROR: no interpretation found !

Watcher Data

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

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

NUMA information:
  number of nodes: 4
  memory of node 0: 191633 MiB (148281 MiB free)
  memory of node 1: 193531 MiB (146835 MiB free)
  memory of node 2: 193531 MiB (186870 MiB free)
  memory of node 3: 193531 MiB (149822 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-4465965-1723661387/watcher-4465965-1723661387 -o /tmp/evaluation-result-4465965-1723661387/solver-4465965-1723661387 -C 72000 -W 3700 -M 195000 --bin-var /tmp/runsolver-exch-nodeD101-1723651688-748319 --watchdog 3760 ./fscip settings/racing.prm HOME/instance-4465965-1723661387.opb -qsol -t 72000 -sth 20 

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

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

Enforcing FSIZE limit: 104857600 KiB
Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 72000 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 72030 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 3700 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 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=754397, runsolver pid=754394
Current StackSize limit: 8192 KiB


[startup+0.100105 s]*
/proc/loadavg: 81.51 80.90 78.26 64/981 754398
/proc/meminfo: memFree=646929880/790760800 swapFree=131071996/131071996
[pid=754397] ppid=754394 vsize=69820 memory=57452 CPUtime=0.11 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/754397/stat : 754397 (fscip) R 754394 754397 748307 0 -1 4194304 12257 0 0 0 11 0 0 0 20 0 1 0 132725446 71495680 14363 809668444160 4194304 16623229 140725626887040 0 0 0 0 0 2 0 0 0 17 30 0 0 0 0 0 18838560 18947056 54136832 140725626893318 140725626893436 140725626893436 140725626900464 0
/proc/754397/statm: 17455 14363 2347 3035 0 13851 0
Current children cumulated CPU time: 0.11 s
Current children cumulated vsize: 69820 KiB
Current children cumulated memory: 57452 KiB

[startup+0.222453 s]*
/proc/loadavg: 81.51 80.90 78.26 63/981 754398
/proc/meminfo: memFree=646887056/790760800 swapFree=131071996/131071996
[pid=754397] ppid=754394 vsize=111676 memory=99208 CPUtime=0.23 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/754397/stat : 754397 (fscip) R 754394 754397 748307 0 -1 4194304 22690 0 0 0 22 1 0 0 20 0 1 0 132725446 114356224 24802 809668444160 4194304 16623229 140725626887040 0 0 0 0 0 2 0 0 0 17 30 0 0 0 0 0 18838560 18947056 54136832 140725626893318 140725626893436 140725626893436 140725626900464 0
/proc/754397/statm: 27919 24802 2347 3035 0 24315 0
Current children cumulated CPU time: 0.23 s
Current children cumulated vsize: 111676 KiB
Current children cumulated memory: 99208 KiB

[startup+0.320469 s]*
/proc/loadavg: 81.51 80.90 78.26 63/981 754398
/proc/meminfo: memFree=646832644/790760800 swapFree=131071996/131071996
[pid=754397] ppid=754394 vsize=174004 memory=162460 CPUtime=0.33 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/754397/stat : 754397 (fscip) R 754394 754397 748307 0 -1 4194304 39112 0 0 0 29 4 0 0 20 0 1 0 132725446 178180096 40615 809668444160 4194304 16623229 140725626887040 0 0 0 0 0 2 0 0 0 17 30 0 0 0 0 0 18838560 18947056 54136832 140725626893318 140725626893436 140725626893436 140725626900464 0
/proc/754397/statm: 43501 40615 2555 3035 0 39897 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 174004 KiB
Current children cumulated memory: 162460 KiB

[startup+0.700208 s]
/proc/loadavg: 81.51 80.90 78.26 63/981 754398
/proc/meminfo: memFree=646723596/790760800 swapFree=131071996/131071996
[pid=754397] ppid=754394 vsize=324872 memory=290168 CPUtime=0.69 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/754397/stat : 754397 (fscip) R 754394 754397 748307 0 -1 4194304 68413 0 0 0 61 8 0 0 20 0 1 0 132725446 332668928 72542 809668444160 4194304 16623229 140725626887040 0 0 0 0 0 2 0 0 0 17 30 0 0 0 0 0 18838560 18947056 54136832 140725626893318 140725626893436 140725626893436 140725626900464 0
/proc/754397/statm: 81218 72542 2630 3035 0 77614 0
Current children cumulated CPU time: 0.69 s
Current children cumulated vsize: 324872 KiB
Current children cumulated memory: 290168 KiB

[startup+1.50033 s]
/proc/loadavg: 79.94 80.58 78.17 62/981 754398
/proc/meminfo: memFree=646602352/790760800 swapFree=131071996/131071996
[pid=754397] ppid=754394 vsize=409624 memory=394068 CPUtime=1.49 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/754397/stat : 754397 (fscip) R 754394 754397 748307 0 -1 4194304 104651 0 0 0 134 15 0 0 20 0 1 0 132725446 419454976 98517 809668444160 4194304 16623229 140725626887040 0 0 0 0 0 2 0 0 0 17 30 0 0 0 0 0 18838560 18947056 54136832 140725626893318 140725626893436 140725626893436 140725626900464 0
/proc/754397/statm: 102406 98517 2710 3035 0 98802 0
Current children cumulated CPU time: 1.49 s
Current children cumulated vsize: 409624 KiB
Current children cumulated memory: 394068 KiB

[startup+3.12071 s]
/proc/loadavg: 79.94 80.58 78.17 62/982 754400
/proc/meminfo: memFree=646337916/790760800 swapFree=131071996/131071996
[pid=754397] ppid=754394 vsize=767448 memory=721964 CPUtime=3.1 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/754397/stat : 754397 (fscip) R 754394 754397 748307 0 -1 4194304 111003 0 0 0 288 22 0 0 20 0 1 0 132725446 785866752 180491 809668444160 4194304 16623229 140725626887040 0 0 0 0 0 2 0 0 0 17 30 0 0 0 0 0 18838560 18947056 54136832 140725626893318 140725626893436 140725626893436 140725626900464 0
/proc/754397/statm: 191862 180491 2758 3035 0 188258 0
Current children cumulated CPU time: 3.1 s
Current children cumulated vsize: 767448 KiB
Current children cumulated memory: 721964 KiB

[startup+6.30053 s]
/proc/loadavg: 78.51 80.27 78.08 63/1002 754422
/proc/meminfo: memFree=646074804/790760800 swapFree=131071996/131071996
[pid=754397] ppid=754394 vsize=2456640 memory=1035868 CPUtime=6.27 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/754397/stat : 754397 (fscip) S 754394 754397 748307 0 -1 1077936128 205260 0 0 0 589 38 0 0 20 0 21 0 132725446 2515599360 258967 809668444160 4194304 16623229 140725626887040 0 0 0 0 0 2 0 0 0 17 30 0 0 0 0 0 18838560 18947056 54136832 140725626893318 140725626893436 140725626893436 140725626900464 0
/proc/754397/statm: 614160 258967 2774 3035 0 308362 0
[pid=754397/tid=754403] ppid=754394 vsize=2456640 memory=857852 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/754397/task/754403/stat : 754403 (fscip) S 754394 754397 748307 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 132726008 2515599360 258967 809668444160 4194304 16623229 140725626887040 0 0 0 0 0 2 0 0 0 -1 34 0 0 0 0 0 18838560 18947056 54136832 140725626893318 140725626893436 140725626893436 140725626900464 0
[pid=754397/tid=754404] ppid=754394 vsize=2456640 memory=820936 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/754397/task/754404/stat : 754404 (fscip) S 754394 754397 748307 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 132726008 2515599360 258967 809668444160 4194304 16623229 140725626887040 0 0 0 0 0 2 0 0 0 -1 38 0 0 0 0 0 18838560 18947056 54136832 140725626893318 140725626893436 140725626893436 140725626900464 0
[pid=754397/tid=754405] ppid=754394 vsize=2456640 memory=11424 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/754397/task/754405/stat : 754405 (fscip) S 754394 754397 748307 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 132726008 2515599360 258967 809668444160 4194304 16623229 140725626887040 0 0 0 0 0 2 0 0 0 -1 42 0 0 0 0 0 18838560 18947056 54136832 140725626893318 140725626893436 140725626893436 140725626900464 0
[pid=754397/tid=754406] ppid=754394 vsize=2456640 memory=10392 CPUtime=0.19 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/754397/task/754406/stat : 754406 (fscip) S 754394 754397 748307 0 -1 1077936192 25036 0 0 0 15 4 0 0 20 0 21 0 132726008 2515599360 258967 809668444160 4194304 16623229 140725626887040 0 0 0 0 0 2 0 0 0 -1 50 0 0 0 0 0 18838560 18947056 54136832 140725626893318 140725626893436 140725626893436 140725626900464 0
[pid=754397/tid=754407] ppid=754394 vsize=2456640 memory=5432 CPUtime=0.02 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/754397/task/754407/stat : 754407 (fscip) R 754394 754397 748307 0 -1 4194368 5530 0 0 0 2 0 0 0 20 0 21 0 132726008 2515599360 258967 809668444160 4194304 16623229 140725626887040 0 0 0 0 0 2 0 0 0 -1 54 0 0 0 0 0 18838560 18947056 54136832 140725626893318 140725626893436 140725626893436 140725626900464 0
[pid=754397/tid=754408] ppid=754394 vsize=2456640 memory=16240 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/754397/task/754408/stat : 754408 (fscip) S 754394 754397 748307 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 132726008 2515599360 258967 809668444160 4194304 16623229 140725626887040 0 0 0 0 0 2 0 0 0 -1 58 0 0 0 0 0 18838560 18947056 54136832 140725626893318 140725626893436 140725626893436 140725626900464 0
[pid=754397/tid=754409] ppid=754394 vsize=2456640 memory=2268 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/754397/task/754409/stat : 754409 (fscip) S 754394 754397 748307 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 132726008 2515599360 258967 809668444160 4194304 16623229 140725626887040 0 0 0 0 0 2 0 0 0 -1 62 0 0 0 0 0 18838560 18947056 54136832 140725626893318 140725626893436 140725626893436 140725626900464 0
[pid=754397/tid=754410] ppid=754394 vsize=2456640 memory=25333125866717268 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/754397/task/754410/stat : 754410 (fscip) S 754394 754397 748307 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 132726008 2515599360 258967 809668444160 4194304 16623229 140725626887040 0 0 0 0 0 2 0 0 0 -1 66 0 0 0 0 0 18838560 18947056 54136832 140725626893318 140725626893436 140725626893436 140725626900464 0
[pid=754397/tid=754411] ppid=754394 vsize=2456640 memory=6441643220929701992 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/754397/task/754411/stat : 754411 (fscip) S 754394 754397 748307 0 -1 1077936192 2 0 0 0 0 0 0 0 20 0 21 0 132726008 2515599360 258967 809668444160 4194304 16623229 140725626887040 0 0 0 0 0 2 0 0 0 -1 70 0 0 0 0 0 18838560 18947056 54136832 140725626893318 140725626893436 140725626893436 140725626900464 0
[pid=754397/tid=754412] ppid=754394 vsize=2456640 memory=1996 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/754397/task/754412/stat : 754412 (fscip) S 754394 754397 748307 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 132726008 2515599360 258967 809668444160 4194304 16623229 140725626887040 0 0 0 0 0 2 0 0 0 -1 74 0 0 0 0 0 18838560 18947056 54136832 140725626893318 140725626893436 140725626893436 140725626900464 0
[pid=754397/tid=754413] ppid=754394 vsize=2456640 memory=1836 CPUtime=0.19 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/754397/task/754413/stat : 754413 (fscip) S 754394 754397 748307 0 -1 1077936192 25037 0 0 0 16 3 0 0 20 0 21 0 132726008 2515599360 258967 809668444160 4194304 16623229 140725626887040 0 0 0 0 0 2 0 0 0 -1 2 0 0 0 0 0 18838560 18947056 54136832 140725626893318 140725626893436 140725626893436 140725626900464 0
[pid=754397/tid=754414] ppid=754394 vsize=2456640 memory=38468 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/754397/task/754414/stat : 754414 (fscip) S 754394 754397 748307 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 132726008 2515599360 258967 809668444160 4194304 16623229 140725626887040 0 0 0 0 0 2 0 0 0 -1 6 0 0 0 0 0 18838560 18947056 54136832 140725626893318 140725626893436 140725626893436 140725626900464 0
[pid=754397/tid=754415] ppid=754394 vsize=2456640 memory=19600 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/754397/task/754415/stat : 754415 (fscip) S 754394 754397 748307 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 132726008 2515599360 258967 809668444160 4194304 16623229 140725626887040 0 0 0 0 0 2 0 0 0 -1 10 0 0 0 0 0 18838560 18947056 54136832 140725626893318 140725626893436 140725626893436 140725626900464 0
[pid=754397/tid=754416] ppid=754394 vsize=2456640 memory=54680 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/754397/task/754416/stat : 754416 (fscip) S 754394 754397 748307 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 132726008 2515599360 258967 809668444160 4194304 16623229 140725626887040 0 0 0 0 0 2 0 0 0 -1 14 0 0 0 0 0 18838560 18947056 54136832 140725626893318 140725626893436 140725626893436 140725626900464 0
[pid=754397/tid=754417] ppid=754394 vsize=2456640 memory=28496 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/754397/task/754417/stat : 754417 (fscip) S 754394 754397 748307 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 132726008 2515599360 258967 809668444160 4194304 16623229 140725626887040 0 0 0 0 0 2 0 0 0 -1 18 0 0 0 0 0 18838560 18947056 54136832 140725626893318 140725626893436 140725626893436 140725626900464 0
[pid=754397/tid=754418] ppid=754394 vsize=2456640 memory=7644 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/754397/task/754418/stat : 754418 (fscip) S 754394 754397 748307 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 132726008 2515599360 258967 809668444160 4194304 16623229 140725626887040 0 0 0 0 0 2 0 0 0 -1 22 0 0 0 0 0 18838560 18947056 54136832 140725626893318 140725626893436 140725626893436 140725626900464 0
[pid=754397/tid=754419] ppid=754394 vsize=2456640 memory=26960 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/754397/task/754419/stat : 754419 (fscip) S 754394 754397 748307 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 132726008 2515599360 258967 809668444160 4194304 16623229 140725626887040 0 0 0 0 0 2 0 0 0 -1 46 0 0 0 0 0 18838560 18947056 54136832 140725626893318 140725626893436 140725626893436 140725626900464 0
[pid=754397/tid=754420] ppid=754394 vsize=2456640 memory=280878647489632 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/754397/task/754420/stat : 754420 (fscip) S 754394 754397 748307 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 132726008 2515599360 258967 809668444160 4194304 16623229 140725626887040 0 0 0 0 0 2 0 0 0 -1 26 0 0 0 0 0 18838560 18947056 54136832 140725626893318 140725626893436 140725626893436 140725626900464 0
[pid=754397/tid=754421] ppid=754394 vsize=2456640 memory=8231640368897 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/754397/task/754421/stat : 754421 (fscip) S 754394 754397 748307 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 132726008 2515599360 258967 809668444160 4194304 16623229 140725626887040 0 0 0 0 0 2 0 0 0 -1 78 0 0 0 0 0 18838560 18947056 54136832 140725626893318 140725626893436 140725626893436 140725626900464 0
[pid=754397/tid=754422] ppid=754394 vsize=2456640 memory=8274590041601 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/754397/task/754422/stat : 754422 (fscip) S 754394 754397 748307 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 132726008 2515599360 258967 809668444160 4194304 16623229 140725626887040 0 0 0 0 0 2 0 0 0 -1 34 0 0 0 0 0 18838560 18947056 54136832 140725626893318 140725626893436 140725626893436 140725626900464 0
Current children cumulated CPU time: 6.27 s
Current children cumulated vsize: 2456640 KiB
Current children cumulated memory: 1035868 KiB

[startup+12.7014 s]
/proc/loadavg: 78.71 80.29 78.10 82/1022 754442
/proc/meminfo: memFree=638106308/790760800 swapFree=131071996/131071996
[pid=754397] ppid=754394 vsize=9895056 memory=8822248 CPUtime=64.79 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/754397/stat : 754397 (fscip) S 754394 754397 748307 0 -1 1077936128 1867646 0 0 0 6065 414 0 0 20 0 41 0 132725446 10132537344 2205562 809668444160 4194304 16623229 140725626887040 0 0 0 0 0 2 0 0 0 17 30 0 0 0 0 0 18838560 18947056 54136832 140725626893318 140725626893436 140725626893436 140725626900464 0
/proc/754397/statm: 2473764 2205562 2790 3035 0 2320318 0
[pid=754397/tid=754403] ppid=754394 vsize=9895056 memory=16240 CPUtime=2.97 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/754397/task/754403/stat : 754403 (fscip) R 754394 754397 748307 0 -1 4194368 77860 0 0 0 280 17 0 0 20 0 41 0 132726008 10132537344 2205562 809668444160 4194304 16623229 140725626887040 0 0 0 0 0 2 0 0 0 -1 42 0 0 0 0 0 18838560 18947056 54136832 140725626893318 140725626893436 140725626893436 140725626900464 0
[pid=754397/tid=754404] ppid=754394 vsize=9895056 memory=1996 CPUtime=2.86 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/754397/task/754404/stat : 754404 (fscip) R 754394 754397 748307 0 -1 4194368 99910 0 0 0 265 21 0 0 20 0 41 0 132726008 10132537344 2205562 809668444160 4194304 16623229 140725626887040 0 0 0 0 0 2 0 0 0 -1 30 0 0 0 0 0 18838560 18947056 54136832 140725626893318 140725626893436 140725626893436 140725626900464 0
[pid=754397/tid=754405] ppid=754394 vsize=9895056 memory=2268 CPUtime=2.96 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/754397/task/754405/stat : 754405 (fscip) R 754394 754397 748307 0 -1 4194368 85069 0 0 0 278 18 0 0 20 0 41 0 132726008 10132537344 2205562 809668444160 4194304 16623229 140725626887040 0 0 0 0 0 2 0 0 0 -1 50 0 0 0 0 0 18838560 18947056 54136832 140725626893318 140725626893436 140725626893436 140725626900464 0
[pid=754397/tid=754406] ppid=754394 vsize=9895056 memory=11424 CPUtime=2.97 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/754397/task/754406/stat : 754406 (fscip) R 754394 754397 748307 0 -1 4194368 78135 0 0 0 281 16 0 0 20 0 41 0 132726008 10132537344 2205562 809668444160 4194304 16623229 140725626887040 0 0 0 0 0 2 0 0 0 -1 70 0 0 0 0 0 18838560 18947056 54136832 140725626893318 140725626893436 140725626893436 140725626900464 0
[pid=754397/tid=754407] ppid=754394 vsize=9895056 memory=857852 CPUtime=2.93 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/754397/task/754407/stat : 754407 (fscip) R 754394 754397 748307 0 -1 4194368 85047 0 0 0 273 20 0 0 20 0 41 0 132726008 10132537344 2205562 809668444160 4194304 16623229 140725626887040 0 0 0 0 0 2 0 0 0 -1 6 0 0 0 0 0 18838560 18947056 54136832 140725626893318 140725626893436 140725626893436 140725626900464 0
[pid=754397/tid=754408] ppid=754394 vsize=9895056 memory=2320948 CPUtime=2.93 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/754397/task/754408/stat : 754408 (fscip) R 754394 754397 748307 0 -1 4194368 85544 0 0 0 274 19 0 0 20 0 41 0 132726008 10132537344 2205562 809668444160 4194304 16623229 140725626887040 0 0 0 0 0 2 0 0 0 -1 10 0 0 0 0 0 18838560 18947056 54136832 140725626893318 140725626893436 140725626893436 140725626900464 0
[pid=754397/tid=754409] ppid=754394 vsize=9895056 memory=0 CPUtime=2.96 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/754397/task/754409/stat : 754409 (fscip) R 754394 754397 748307 0 -1 4194368 78135 0 0 0 278 18 0 0 20 0 41 0 132726008 10132537344 2205562 809668444160 4194304 16623229 140725626887040 0 0 0 0 0 2 0 0 0 -1 62 0 0 0 0 0 18838560 18947056 54136832 140725626893318 140725626893436 140725626893436 140725626900464 0
[pid=754397/tid=754410] ppid=754394 vsize=9895056 memory=11424 CPUtime=2.92 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/754397/task/754410/stat : 754410 (fscip) R 754394 754397 748307 0 -1 4194368 87453 0 0 0 274 18 0 0 20 0 41 0 132726008 10132537344 2205562 809668444160 4194304 16623229 140725626887040 0 0 0 0 0 2 0 0 0 -1 34 0 0 0 0 0 18838560 18947056 54136832 140725626893318 140725626893436 140725626893436 140725626900464 0
[pid=754397/tid=754411] ppid=754394 vsize=9895056 memory=1704 CPUtime=2.93 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/754397/task/754411/stat : 754411 (fscip) R 754394 754397 748307 0 -1 4194368 87622 0 0 0 274 19 0 0 20 0 41 0 132726008 10132537344 2205562 809668444160 4194304 16623229 140725626887040 0 0 0 0 0 2 0 0 0 -1 38 0 0 0 0 0 18838560 18947056 54136832 140725626893318 140725626893436 140725626893436 140725626900464 0
[pid=754397/tid=754412] ppid=754394 vsize=9895056 memory=820936 CPUtime=2.96 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/754397/task/754412/stat : 754412 (fscip) R 754394 754397 748307 0 -1 4194368 77860 0 0 0 279 17 0 0 20 0 41 0 132726008 10132537344 2205562 809668444160 4194304 16623229 140725626887040 0 0 0 0 0 2 0 0 0 -1 26 0 0 0 0 0 18838560 18947056 54136832 140725626893318 140725626893436 140725626893436 140725626900464 0
[pid=754397/tid=754413] ppid=754394 vsize=9895056 memory=983140 CPUtime=2.91 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/754397/task/754413/stat : 754413 (fscip) R 754394 754397 748307 0 -1 4194368 100816 0 0 0 270 21 0 0 20 0 41 0 132726008 10132537344 2205562 809668444160 4194304 16623229 140725626887040 0 0 0 0 0 2 0 0 0 -1 14 0 0 0 0 0 18838560 18947056 54136832 140725626893318 140725626893436 140725626893436 140725626900464 0
[pid=754397/tid=754414] ppid=754394 vsize=9895056 memory=7587720 CPUtime=2.89 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/754397/task/754414/stat : 754414 (fscip) R 754394 754397 748307 0 -1 4194368 100261 0 0 0 269 20 0 0 20 0 41 0 132726008 10132537344 2205562 809668444160 4194304 16623229 140725626887040 0 0 0 0 0 2 0 0 0 -1 78 0 0 0 0 0 18838560 18947056 54136832 140725626893318 140725626893436 140725626893436 140725626900464 0
[pid=754397/tid=754415] ppid=754394 vsize=9895056 memory=207047958714 CPUtime=2.96 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/754397/task/754415/stat : 754415 (fscip) R 754394 754397 748307 0 -1 4194368 78135 0 0 0 278 18 0 0 20 0 41 0 132726008 10132537344 2205562 809668444160 4194304 16623229 140725626887040 0 0 0 0 0 2 0 0 0 -1 58 0 0 0 0 0 18838560 18947056 54136832 140725626893318 140725626893436 140725626893436 140725626900464 0
[pid=754397/tid=754416] ppid=754394 vsize=9895056 memory=8773124 CPUtime=2.93 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/754397/task/754416/stat : 754416 (fscip) R 754394 754397 748307 0 -1 4194368 86540 0 0 0 273 20 0 0 20 0 41 0 132726008 10132537344 2205562 809668444160 4194304 16623229 140725626887040 0 0 0 0 0 2 0 0 0 -1 18 0 0 0 0 0 18838560 18947056 54136832 140725626893318 140725626893436 140725626893436 140725626900464 0
[pid=754397/tid=754417] ppid=754394 vsize=9895056 memory=0 CPUtime=2.97 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/754397/task/754417/stat : 754417 (fscip) R 754394 754397 748307 0 -1 4194368 84746 0 0 0 280 17 0 0 20 0 41 0 132726008 10132537344 2205562 809668444160 4194304 16623229 140725626887040 0 0 0 0 0 2 0 0 0 -1 54 0 0 0 0 0 18838560 18947056 54136832 140725626893318 140725626893436 140725626893436 140725626900464 0
[pid=754397/tid=754418] ppid=754394 vsize=9895056 memory=0 CPUtime=2.98 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/754397/task/754418/stat : 754418 (fscip) R 754394 754397 748307 0 -1 4194368 77240 0 0 0 281 17 0 0 20 0 41 0 132726008 10132537344 2205562 809668444160 4194304 16623229 140725626887040 0 0 0 0 0 2 0 0 0 -1 74 0 0 0 0 0 18838560 18947056 54136832 140725626893318 140725626893436 140725626893436 140725626900464 0
[pid=754397/tid=754419] ppid=754394 vsize=9895056 memory=0 CPUtime=2.93 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/754397/task/754419/stat : 754419 (fscip) R 754394 754397 748307 0 -1 4194368 84742 0 0 0 275 18 0 0 20 0 41 0 132726008 10132537344 2205562 809668444160 4194304 16623229 140725626887040 0 0 0 0 0 2 0 0 0 -1 22 0 0 0 0 0 18838560 18947056 54136832 140725626893318 140725626893436 140725626893436 140725626900464 0
[pid=754397/tid=754420] ppid=754394 vsize=9895056 memory=65 CPUtime=2.94 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/754397/task/754420/stat : 754420 (fscip) R 754394 754397 748307 0 -1 4194368 84301 0 0 0 276 18 0 0 20 0 41 0 132726008 10132537344 2205562 809668444160 4194304 16623229 140725626887040 0 0 0 0 0 2 0 0 0 -1 66 0 0 0 0 0 18838560 18947056 54136832 140725626893318 140725626893436 140725626893436 140725626900464 0
[pid=754397/tid=754421] ppid=754394 vsize=9895056 memory=7089336938131184994 CPUtime=2.96 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/754397/task/754421/stat : 754421 (fscip) R 754394 754397 748307 0 -1 4194368 77858 0 0 0 277 19 0 0 20 0 41 0 132726008 10132537344 2205562 809668444160 4194304 16623229 140725626887040 0 0 0 0 0 2 0 0 0 -1 2 0 0 0 0 0 18838560 18947056 54136832 140725626893318 140725626893436 140725626893436 140725626900464 0
[pid=754397/tid=754422] ppid=754394 vsize=9895056 memory=791460 CPUtime=2.89 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/754397/task/754422/stat : 754422 (fscip) R 754394 754397 748307 0 -1 4194368 100729 0 0 0 266 23 0 0 20 0 41 0 132726008 10132537344 2205562 809668444160 4194304 16623229 140725626887040 0 0 0 0 0 2 0 0 0 -1 46 0 0 0 0 0 18838560 18947056 54136832 140725626893318 140725626893436 140725626893436 140725626900464 0
[pid=754397/tid=754423] ppid=754394 vsize=9895056 memory=0 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/754397/task/754423/stat : 754423 (fscip) S 754394 754397 748307 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 132726431 10132537344 2205562 809668444160 4194304 16623229 140725626887040 0 0 0 0 0 2 1 0 0 -1 14 0 0 0 0 0 18838560 18947056 54136832 140725626893318 140725626893436 140725626893436 140725626900464 0
[pid=754397/tid=754424] ppid=754394 vsize=9895056 memory=20829457518821444 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/754397/task/754424/stat : 754424 (fscip) S 754394 754397 748307 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 132726431 10132537344 2205562 809668444160 4194304 16623229 140725626887040 0 0 0 0 0 2 1 0 0 -1 62 0 0 0 0 0 18838560 18947056 54136832 140725626893318 140725626893436 140725626893436 140725626900464 0
[pid=754397/tid=754425] ppid=754394 vsize=9895056 memory=0 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/754397/task/754425/stat : 754425 (fscip) S 754394 754397 748307 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 132726431 10132537344 2205562 809668444160 4194304 16623229 140725626887040 0 0 0 0 0 2 1 0 0 -1 26 0 0 0 0 0 18838560 18947056 54136832 140725626893318 140725626893436 140725626893436 140725626900464 0

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

/proc/754397/task/754429/stat : 754429 (fscip) S 754394 754397 748307 0 -1 1077936192 172 0 0 0 2 0 0 0 20 0 41 0 132726431 69381746688 11308807 809668444160 4194304 16623229 140725626887040 0 0 0 0 0 2 1 0 0 -1 6 0 0 0 0 0 18838560 18947056 54136832 140725626893318 140725626893436 140725626893436 140725626900464 0
[pid=754397/tid=754430] ppid=754394 vsize=67755612 memory=44589024 CPUtime=0.03 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/754397/task/754430/stat : 754430 (fscip) S 754394 754397 748307 0 -1 1077936192 260 0 0 0 3 0 0 0 20 0 41 0 132726431 69381746688 11308807 809668444160 4194304 16623229 140725626887040 0 0 0 0 0 2 1 0 0 -1 10 0 0 0 0 0 18838560 18947056 54136832 140725626893318 140725626893436 140725626893436 140725626900464 0
[pid=754397/tid=754431] ppid=754394 vsize=67755612 memory=6720664367702228846 CPUtime=0.02 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/754397/task/754431/stat : 754431 (fscip) S 754394 754397 748307 0 -1 1077936192 263 0 0 0 2 0 0 0 20 0 41 0 132726431 69381746688 11308807 809668444160 4194304 16623229 140725626887040 0 0 0 0 0 2 1 0 0 -1 14 0 0 0 0 0 18838560 18947056 54136832 140725626893318 140725626893436 140725626893436 140725626900464 0
[pid=754397/tid=754432] ppid=754394 vsize=67755612 memory=66508 CPUtime=0.03 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/754397/task/754432/stat : 754432 (fscip) S 754394 754397 748307 0 -1 1077936192 257 0 0 0 3 0 0 0 20 0 41 0 132726431 69381746688 11308807 809668444160 4194304 16623229 140725626887040 0 0 0 0 0 2 1 0 0 -1 62 0 0 0 0 0 18838560 18947056 54136832 140725626893318 140725626893436 140725626893436 140725626900464 0
[pid=754397/tid=754433] ppid=754394 vsize=67755612 memory=0 CPUtime=0.02 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/754397/task/754433/stat : 754433 (fscip) S 754394 754397 748307 0 -1 1077936192 263 0 0 0 2 0 0 0 20 0 41 0 132726431 69381746688 11308807 809668444160 4194304 16623229 140725626887040 0 0 0 0 0 2 1 0 0 -1 30 0 0 0 0 0 18838560 18947056 54136832 140725626893318 140725626893436 140725626893436 140725626900464 0
[pid=754397/tid=754434] ppid=754394 vsize=67755612 memory=43771360 CPUtime=0.02 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/754397/task/754434/stat : 754434 (fscip) S 754394 754397 748307 0 -1 1077936192 178 0 0 0 2 0 0 0 20 0 41 0 132726431 69381746688 11308807 809668444160 4194304 16623229 140725626887040 0 0 0 0 0 2 1 0 0 -1 2 0 0 0 0 0 18838560 18947056 54136832 140725626893318 140725626893436 140725626893436 140725626900464 0
[pid=754397/tid=754435] ppid=754394 vsize=67755612 memory=44996716 CPUtime=0.02 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/754397/task/754435/stat : 754435 (fscip) S 754394 754397 748307 0 -1 1077936192 307 0 0 0 2 0 0 0 20 0 41 0 132726431 69381746688 11308807 809668444160 4194304 16623229 140725626887040 0 0 0 0 0 2 1 0 0 -1 14 0 0 0 0 0 18838560 18947056 54136832 140725626893318 140725626893436 140725626893436 140725626900464 0
[pid=754397/tid=754436] ppid=754394 vsize=67755612 memory=43586888 CPUtime=0.02 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/754397/task/754436/stat : 754436 (fscip) S 754394 754397 748307 0 -1 1077936192 176 0 0 0 2 0 0 0 20 0 41 0 132726431 69381746688 11308807 809668444160 4194304 16623229 140725626887040 0 0 0 0 0 2 1 0 0 -1 70 0 0 0 0 0 18838560 18947056 54136832 140725626893318 140725626893436 140725626893436 140725626900464 0
[pid=754397/tid=754437] ppid=754394 vsize=67755612 memory=45047016 CPUtime=0.02 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/754397/task/754437/stat : 754437 (fscip) S 754394 754397 748307 0 -1 1077936192 265 0 0 0 2 0 0 0 20 0 41 0 132726431 69381746688 11308807 809668444160 4194304 16623229 140725626887040 0 0 0 0 0 2 1 0 0 -1 78 0 0 0 0 0 18838560 18947056 54136832 140725626893318 140725626893436 140725626893436 140725626900464 0
[pid=754397/tid=754438] ppid=754394 vsize=67755612 memory=45176588 CPUtime=0.02 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/754397/task/754438/stat : 754438 (fscip) S 754394 754397 748307 0 -1 1077936192 269 0 0 0 2 0 0 0 20 0 41 0 132726431 69381746688 11308807 809668444160 4194304 16623229 140725626887040 0 0 0 0 0 2 1 0 0 -1 10 0 0 0 0 0 18838560 18947056 54136832 140725626893318 140725626893436 140725626893436 140725626900464 0
[pid=754397/tid=754439] ppid=754394 vsize=67755612 memory=44959780 CPUtime=0.02 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/754397/task/754439/stat : 754439 (fscip) S 754394 754397 748307 0 -1 1077936192 257 0 0 0 2 0 0 0 20 0 41 0 132726431 69381746688 11308807 809668444160 4194304 16623229 140725626887040 0 0 0 0 0 2 1 0 0 -1 66 0 0 0 0 0 18838560 18947056 54136832 140725626893318 140725626893436 140725626893436 140725626900464 0
[pid=754397/tid=754440] ppid=754394 vsize=67755612 memory=45110652 CPUtime=0.02 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/754397/task/754440/stat : 754440 (fscip) S 754394 754397 748307 0 -1 1077936192 305 0 0 0 2 0 0 0 20 0 41 0 132726431 69381746688 11308807 809668444160 4194304 16623229 140725626887040 0 0 0 0 0 2 1 0 0 -1 34 0 0 0 0 0 18838560 18947056 54136832 140725626893318 140725626893436 140725626893436 140725626900464 0
[pid=754397/tid=754441] ppid=754394 vsize=67755612 memory=36052 CPUtime=0.02 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/754397/task/754441/stat : 754441 (fscip) S 754394 754397 748307 0 -1 1077936192 255 0 0 0 2 0 0 0 20 0 41 0 132726431 69381746688 11308807 809668444160 4194304 16623229 140725626887040 0 0 0 0 0 2 1 0 0 -1 78 0 0 0 0 0 18838560 18947056 54136832 140725626893318 140725626893436 140725626893436 140725626900464 0
[pid=754397/tid=754442] ppid=754394 vsize=67755612 memory=11424 CPUtime=0.03 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/754397/task/754442/stat : 754442 (fscip) S 754394 754397 748307 0 -1 1077936192 259 0 0 0 3 0 0 0 20 0 41 0 132726431 69381746688 11308807 809668444160 4194304 16623229 140725626887040 0 0 0 0 0 2 1 0 0 -1 22 0 0 0 0 0 18838560 18947056 54136832 140725626893318 140725626893436 140725626893436 140725626900464 0
Current children cumulated CPU time: 70914.8 s
Current children cumulated vsize: 67755612 KiB
Current children cumulated memory: 45235228 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3637 s]*
/proc/loadavg: 20.18 20.07 24.47 21/884 756463
/proc/meminfo: memFree=678832416/790760800 swapFree=131071996/131071996
[pid=754397] ppid=754394 vsize=72279788 memory=46606552 CPUtime=72000.4 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/754397/stat : 754397 (fscip) S 754394 754397 748307 0 -1 1077936128 72600777 0 0 0 7186657 13382 0 0 20 0 41 0 132725446 74014502912 11651638 809668444160 4194304 16623229 140725626887040 0 0 0 0 0 2 0 0 0 17 2 0 0 0 0 0 18838560 18947056 54136832 140725626893318 140725626893436 140725626893436 140725626900464 0
/proc/754397/statm: 18069947 11651638 3334 3035 0 17843195 0
[pid=754397/tid=754403] ppid=754394 vsize=72279788 memory=6720664367702228846 CPUtime=3603.49 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/754397/task/754403/stat : 754403 (fscip) R 754394 754397 748307 0 -1 4194368 1625537 0 0 0 360116 233 0 0 20 0 41 0 132726008 74014502912 11651638 809668444160 4194304 16623229 140725626887040 0 0 0 0 0 2 0 0 0 -1 78 0 0 0 0 0 18838560 18947056 54136832 140725626893318 140725626893436 140725626893436 140725626900464 0
[pid=754397/tid=754404] ppid=754394 vsize=72279788 memory=6432436173406233920 CPUtime=3604.54 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/754397/task/754404/stat : 754404 (fscip) R 754394 754397 748307 0 -1 4194368 3916951 0 0 0 359679 775 0 0 20 0 41 0 132726008 74014502912 11651638 809668444160 4194304 16623229 140725626887040 0 0 0 0 0 2 0 0 0 -1 22 0 0 0 0 0 18838560 18947056 54136832 140725626893318 140725626893436 140725626893436 140725626900464 0
[pid=754397/tid=754405] ppid=754394 vsize=72279788 memory=16240 CPUtime=3565.59 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/754397/task/754405/stat : 754405 (fscip) R 754394 754397 748307 0 -1 4194368 4800621 0 0 0 355686 873 0 0 20 0 41 0 132726008 74014502912 11651638 809668444160 4194304 16623229 140725626887040 0 0 0 0 0 2 0 0 0 -1 2 0 0 0 0 0 18838560 18947056 54136832 140725626893318 140725626893436 140725626893436 140725626900464 0
[pid=754397/tid=754406] ppid=754394 vsize=72279788 memory=2268 CPUtime=3604.19 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/754397/task/754406/stat : 754406 (fscip) R 754394 754397 748307 0 -1 4194368 1662422 0 0 0 360190 229 0 0 20 0 41 0 132726008 74014502912 11651638 809668444160 4194304 16623229 140725626887040 0 0 0 0 0 2 0 0 0 -1 70 0 0 0 0 0 18838560 18947056 54136832 140725626893318 140725626893436 140725626893436 140725626900464 0
[pid=754397/tid=754407] ppid=754394 vsize=72279788 memory=1996 CPUtime=3604.6 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/754397/task/754407/stat : 754407 (fscip) R 754394 754397 748307 0 -1 4194368 5481779 0 0 0 359256 1204 0 0 20 0 41 0 132726008 74014502912 11651638 809668444160 4194304 16623229 140725626887040 0 0 0 0 0 2 0 0 0 -1 66 0 0 0 0 0 18838560 18947056 54136832 140725626893318 140725626893436 140725626893436 140725626900464 0
[pid=754397/tid=754408] ppid=754394 vsize=72279788 memory=1836 CPUtime=3603.63 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/754397/task/754408/stat : 754408 (fscip) R 754394 754397 748307 0 -1 4194368 4524040 0 0 0 359513 850 0 0 20 0 41 0 132726008 74014502912 11651638 809668444160 4194304 16623229 140725626887040 0 0 0 0 0 2 0 0 0 -1 62 0 0 0 0 0 18838560 18947056 54136832 140725626893318 140725626893436 140725626893436 140725626900464 0
[pid=754397/tid=754409] ppid=754394 vsize=72279788 memory=38468 CPUtime=3605.11 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/754397/task/754409/stat : 754409 (fscip) R 754394 754397 748307 0 -1 4194368 1667215 0 0 0 360267 244 0 0 20 0 41 0 132726008 74014502912 11651638 809668444160 4194304 16623229 140725626887040 0 0 0 0 0 2 0 0 0 -1 34 0 0 0 0 0 18838560 18947056 54136832 140725626893318 140725626893436 140725626893436 140725626900464 0
[pid=754397/tid=754410] ppid=754394 vsize=72279788 memory=2152 CPUtime=3603.89 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/754397/task/754410/stat : 754410 (fscip) R 754394 754397 748307 0 -1 4194368 5670693 0 0 0 359094 1295 0 0 20 0 41 0 132726008 74014502912 11651638 809668444160 4194304 16623229 140725626887040 0 0 0 0 0 2 0 0 0 -1 18 0 0 0 0 0 18838560 18947056 54136832 140725626893318 140725626893436 140725626893436 140725626900464 0
[pid=754397/tid=754411] ppid=754394 vsize=72279788 memory=6056 CPUtime=3605.94 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/754397/task/754411/stat : 754411 (fscip) R 754394 754397 748307 0 -1 4194368 4894661 0 0 0 359691 903 0 0 20 0 41 0 132726008 74014502912 11651638 809668444160 4194304 16623229 140725626887040 0 0 0 0 0 2 0 0 0 -1 46 0 0 0 0 0 18838560 18947056 54136832 140725626893318 140725626893436 140725626893436 140725626900464 0
[pid=754397/tid=754412] ppid=754394 vsize=72279788 memory=104 CPUtime=3604.15 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/754397/task/754412/stat : 754412 (fscip) R 754394 754397 748307 0 -1 4194368 1658459 0 0 0 360171 244 0 0 20 0 41 0 132726008 74014502912 11651638 809668444160 4194304 16623229 140725626887040 0 0 0 0 0 2 0 0 0 -1 26 0 0 0 0 0 18838560 18947056 54136832 140725626893318 140725626893436 140725626893436 140725626900464 0
[pid=754397/tid=754413] ppid=754394 vsize=72279788 memory=33100 CPUtime=3605.13 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/754397/task/754413/stat : 754413 (fscip) R 754394 754397 748307 0 -1 4194368 3933135 0 0 0 359741 772 0 0 20 0 41 0 132726008 74014502912 11651638 809668444160 4194304 16623229 140725626887040 0 0 0 0 0 2 0 0 0 -1 38 0 0 0 0 0 18838560 18947056 54136832 140725626893318 140725626893436 140725626893436 140725626900464 0
[pid=754397/tid=754414] ppid=754394 vsize=72279788 memory=19600 CPUtime=3606.03 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/754397/task/754414/stat : 754414 (fscip) R 754394 754397 748307 0 -1 4194368 4984969 0 0 0 359767 836 0 0 20 0 41 0 132726008 74014502912 11651638 809668444160 4194304 16623229 140725626887040 0 0 0 0 0 2 0 0 0 -1 10 0 0 0 0 0 18838560 18947056 54136832 140725626893318 140725626893436 140725626893436 140725626900464 0
[pid=754397/tid=754415] ppid=754394 vsize=72279788 memory=54680 CPUtime=3600.38 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/754397/task/754415/stat : 754415 (fscip) R 754394 754397 748307 0 -1 4194368 1562728 0 0 0 359803 235 0 0 20 0 41 0 132726008 74014502912 11651638 809668444160 4194304 16623229 140725626887040 0 0 0 0 0 2 0 0 0 -1 54 0 0 0 0 0 18838560 18947056 54136832 140725626893318 140725626893436 140725626893436 140725626900464 0
[pid=754397/tid=754416] ppid=754394 vsize=72279788 memory=28496 CPUtime=3595.64 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/754397/task/754416/stat : 754416 (fscip) R 754394 754397 748307 0 -1 4194368 3962193 0 0 0 358797 767 0 0 20 0 41 0 132726008 74014502912 11651638 809668444160 4194304 16623229 140725626887040 0 0 0 0 0 2 0 0 0 -1 42 0 0 0 0 0 18838560 18947056 54136832 140725626893318 140725626893436 140725626893436 140725626900464 0
[pid=754397/tid=754417] ppid=754394 vsize=72279788 memory=7644 CPUtime=3605.45 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/754397/task/754417/stat : 754417 (fscip) R 754394 754397 748307 0 -1 4194368 5836412 0 0 0 359611 934 0 0 20 0 41 0 132726008 74014502912 11651638 809668444160 4194304 16623229 140725626887040 0 0 0 0 0 2 0 0 0 -1 58 0 0 0 0 0 18838560 18947056 54136832 140725626893318 140725626893436 140725626893436 140725626900464 0
[pid=754397/tid=754418] ppid=754394 vsize=72279788 memory=26960 CPUtime=3604.57 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/754397/task/754418/stat : 754418 (fscip) R 754394 754397 748307 0 -1 4194368 1612093 0 0 0 360220 237 0 0 20 0 41 0 132726008 74014502912 11651638 809668444160 4194304 16623229 140725626887040 0 0 0 0 0 2 0 0 0 -1 50 0 0 0 0 0 18838560 18947056 54136832 140725626893318 140725626893436 140725626893436 140725626900464 0
[pid=754397/tid=754419] ppid=754394 vsize=72279788 memory=31860 CPUtime=3604.02 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/754397/task/754419/stat : 754419 (fscip) R 754394 754397 748307 0 -1 4194368 3948203 0 0 0 359651 751 0 0 20 0 41 0 132726008 74014502912 11651638 809668444160 4194304 16623229 140725626887040 0 0 0 0 0 2 0 0 0 -1 14 0 0 0 0 0 18838560 18947056 54136832 140725626893318 140725626893436 140725626893436 140725626900464 0
[pid=754397/tid=754420] ppid=754394 vsize=72279788 memory=7176 CPUtime=3587.62 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/754397/task/754420/stat : 754420 (fscip) R 754394 754397 748307 0 -1 4194368 5161191 0 0 0 357866 896 0 0 20 0 41 0 132726008 74014502912 11651638 809668444160 4194304 16623229 140725626887040 0 0 0 0 0 2 0 0 0 -1 30 0 0 0 0 0 18838560 18947056 54136832 140725626893318 140725626893436 140725626893436 140725626900464 0
[pid=754397/tid=754421] ppid=754394 vsize=72279788 memory=25333125866717268 CPUtime=3604.86 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/754397/task/754421/stat : 754421 (fscip) R 754394 754397 748307 0 -1 4194368 1314283 0 0 0 360259 227 0 0 20 0 41 0 132726008 74014502912 11651638 809668444160 4194304 16623229 140725626887040 0 0 0 0 0 2 0 0 0 -1 74 0 0 0 0 0 18838560 18947056 54136832 140725626893318 140725626893436 140725626893436 140725626900464 0
[pid=754397/tid=754422] ppid=754394 vsize=72279788 memory=2268 CPUtime=3574.37 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/754397/task/754422/stat : 754422 (fscip) R 754394 754397 748307 0 -1 4194368 4225944 0 0 0 356627 810 0 0 20 0 41 0 132726008 74014502912 11651638 809668444160 4194304 16623229 140725626887040 0 0 0 0 0 2 0 0 0 -1 6 0 0 0 0 0 18838560 18947056 54136832 140725626893318 140725626893436 140725626893436 140725626900464 0
[pid=754397/tid=754423] ppid=754394 vsize=72279788 memory=1996 CPUtime=0.03 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/754397/task/754423/stat : 754423 (fscip) S 754394 754397 748307 0 -1 1077936192 285 0 0 0 3 0 0 0 20 0 41 0 132726431 74014502912 11651638 809668444160 4194304 16623229 140725626887040 0 0 0 0 0 2 1 0 0 -1 34 0 0 0 0 0 18838560 18947056 54136832 140725626893318 140725626893436 140725626893436 140725626900464 0
[pid=754397/tid=754424] ppid=754394 vsize=72279788 memory=1836 CPUtime=0.02 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/754397/task/754424/stat : 754424 (fscip) S 754394 754397 748307 0 -1 1077936192 92 0 0 0 2 0 0 0 20 0 41 0 132726431 74014502912 11651638 809668444160 4194304 16623229 140725626887040 0 0 0 0 0 2 1 0 0 -1 22 0 0 0 0 0 18838560 18947056 54136832 140725626893318 140725626893436 140725626893436 140725626900464 0
[pid=754397/tid=754425] ppid=754394 vsize=72279788 memory=-1807685287724411743 CPUtime=0.02 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/754397/task/754425/stat : 754425 (fscip) S 754394 754397 748307 0 -1 1077936192 178 0 0 0 2 0 0 0 20 0 41 0 132726431 74014502912 11651638 809668444160 4194304 16623229 140725626887040 0 0 0 0 0 2 1 0 0 -1 42 0 0 0 0 0 18838560 18947056 54136832 140725626893318 140725626893436 140725626893436 140725626900464 0
[pid=754397/tid=754426] ppid=754394 vsize=72279788 memory=2152 CPUtime=0.03 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/754397/task/754426/stat : 754426 (fscip) S 754394 754397 748307 0 -1 1077936192 261 0 0 0 3 0 0 0 20 0 41 0 132726431 74014502912 11651638 809668444160 4194304 16623229 140725626887040 0 0 0 0 0 2 1 0 0 -1 66 0 0 0 0 0 18838560 18947056 54136832 140725626893318 140725626893436 140725626893436 140725626900464 0
[pid=754397/tid=754427] ppid=754394 vsize=72279788 memory=11424 CPUtime=0.02 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/754397/task/754427/stat : 754427 (fscip) S 754394 754397 748307 0 -1 1077936192 263 0 0 0 2 0 0 0 20 0 41 0 132726431 74014502912 11651638 809668444160 4194304 16623229 140725626887040 0 0 0 0 0 2 1 0 0 -1 70 0 0 0 0 0 18838560 18947056 54136832 140725626893318 140725626893436 140725626893436 140725626900464 0
[pid=754397/tid=754428] ppid=754394 vsize=72279788 memory=36052 CPUtime=0.02 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/754397/task/754428/stat : 754428 (fscip) S 754394 754397 748307 0 -1 1077936192 180 0 0 0 2 0 0 0 20 0 41 0 132726431 74014502912 11651638 809668444160 4194304 16623229 140725626887040 0 0 0 0 0 2 1 0 0 -1 62 0 0 0 0 0 18838560 18947056 54136832 140725626893318 140725626893436 140725626893436 140725626900464 0
[pid=754397/tid=754429] ppid=754394 vsize=72279788 memory=0 CPUtime=0.02 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/754397/task/754429/stat : 754429 (fscip) S 754394 754397 748307 0 -1 1077936192 174 0 0 0 2 0 0 0 20 0 41 0 132726431 74014502912 11651638 809668444160 4194304 16623229 140725626887040 0 0 0 0 0 2 1 0 0 -1 6 0 0 0 0 0 18838560 18947056 54136832 140725626893318 140725626893436 140725626893436 140725626900464 0
[pid=754397/tid=754430] ppid=754394 vsize=72279788 memory=-1624779614416096797 CPUtime=0.03 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/754397/task/754430/stat : 754430 (fscip) S 754394 754397 748307 0 -1 1077936192 264 0 0 0 3 0 0 0 20 0 41 0 132726431 74014502912 11651638 809668444160 4194304 16623229 140725626887040 0 0 0 0 0 2 1 0 0 -1 10 0 0 0 0 0 18838560 18947056 54136832 140725626893318 140725626893436 140725626893436 140725626900464 0
[pid=754397/tid=754431] ppid=754394 vsize=72279788 memory=2891367251489076535 CPUtime=0.02 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/754397/task/754431/stat : 754431 (fscip) S 754394 754397 748307 0 -1 1077936192 266 0 0 0 2 0 0 0 20 0 41 0 132726431 74014502912 11651638 809668444160 4194304 16623229 140725626887040 0 0 0 0 0 2 1 0 0 -1 14 0 0 0 0 0 18838560 18947056 54136832 140725626893318 140725626893436 140725626893436 140725626900464 0
[pid=754397/tid=754432] ppid=754394 vsize=72279788 memory=4689 CPUtime=0.03 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/754397/task/754432/stat : 754432 (fscip) S 754394 754397 748307 0 -1 1077936192 260 0 0 0 3 0 0 0 20 0 41 0 132726431 74014502912 11651638 809668444160 4194304 16623229 140725626887040 0 0 0 0 0 2 1 0 0 -1 62 0 0 0 0 0 18838560 18947056 54136832 140725626893318 140725626893436 140725626893436 140725626900464 0
[pid=754397/tid=754433] ppid=754394 vsize=72279788 memory=280878650151808 CPUtime=0.03 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/754397/task/754433/stat : 754433 (fscip) S 754394 754397 748307 0 -1 1077936192 266 0 0 0 3 0 0 0 20 0 41 0 132726431 74014502912 11651638 809668444160 4194304 16623229 140725626887040 0 0 0 0 0 2 1 0 0 -1 30 0 0 0 0 0 18838560 18947056 54136832 140725626893318 140725626893436 140725626893436 140725626900464 0
[pid=754397/tid=754434] ppid=754394 vsize=72279788 memory=6944656575208382560 CPUtime=0.03 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/754397/task/754434/stat : 754434 (fscip) S 754394 754397 748307 0 -1 1077936192 180 0 0 0 3 0 0 0 20 0 41 0 132726431 74014502912 11651638 809668444160 4194304 16623229 140725626887040 0 0 0 0 0 2 1 0 0 -1 2 0 0 0 0 0 18838560 18947056 54136832 140725626893318 140725626893436 140725626893436 140725626900464 0
[pid=754397/tid=754435] ppid=754394 vsize=72279788 memory=6944656592455359580 CPUtime=0.02 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/754397/task/754435/stat : 754435 (fscip) S 754394 754397 748307 0 -1 1077936192 310 0 0 0 2 0 0 0 20 0 41 0 132726431 74014502912 11651638 809668444160 4194304 16623229 140725626887040 0 0 0 0 0 2 1 0 0 -1 14 0 0 0 0 0 18838560 18947056 54136832 140725626893318 140725626893436 140725626893436 140725626900464 0
[pid=754397/tid=754436] ppid=754394 vsize=72279788 memory=6628 CPUtime=0.02 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/754397/task/754436/stat : 754436 (fscip) S 754394 754397 748307 0 -1 1077936192 178 0 0 0 2 0 0 0 20 0 41 0 132726431 74014502912 11651638 809668444160 4194304 16623229 140725626887040 0 0 0 0 0 2 1 0 0 -1 70 0 0 0 0 0 18838560 18947056 54136832 140725626893318 140725626893436 140725626893436 140725626900464 0
[pid=754397/tid=754437] ppid=754394 vsize=72279788 memory=6440824037824090467 CPUtime=0.02 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/754397/task/754437/stat : 754437 (fscip) S 754394 754397 748307 0 -1 1077936192 268 0 0 0 2 0 0 0 20 0 41 0 132726431 74014502912 11651638 809668444160 4194304 16623229 140725626887040 0 0 0 0 0 2 1 0 0 -1 78 0 0 0 0 0 18838560 18947056 54136832 140725626893318 140725626893436 140725626893436 140725626900464 0
[pid=754397/tid=754438] ppid=754394 vsize=72279788 memory=5787215887993946208 CPUtime=0.02 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/754397/task/754438/stat : 754438 (fscip) S 754394 754397 748307 0 -1 1077936192 272 0 0 0 2 0 0 0 20 0 41 0 132726431 74014502912 11651638 809668444160 4194304 16623229 140725626887040 0 0 0 0 0 2 1 0 0 -1 10 0 0 0 0 0 18838560 18947056 54136832 140725626893318 140725626893436 140725626893436 140725626900464 0
[pid=754397/tid=754439] ppid=754394 vsize=72279788 memory=7640 CPUtime=0.02 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/754397/task/754439/stat : 754439 (fscip) S 754394 754397 748307 0 -1 1077936192 260 0 0 0 2 0 0 0 20 0 41 0 132726431 74014502912 11651638 809668444160 4194304 16623229 140725626887040 0 0 0 0 0 2 1 0 0 -1 66 0 0 0 0 0 18838560 18947056 54136832 140725626893318 140725626893436 140725626893436 140725626900464 0
[pid=754397/tid=754440] ppid=754394 vsize=72279788 memory=18472 CPUtime=0.02 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/754397/task/754440/stat : 754440 (fscip) S 754394 754397 748307 0 -1 1077936192 308 0 0 0 2 0 0 0 20 0 41 0 132726431 74014502912 11651638 809668444160 4194304 16623229 140725626887040 0 0 0 0 0 2 1 0 0 -1 34 0 0 0 0 0 18838560 18947056 54136832 140725626893318 140725626893436 140725626893436 140725626900464 0
[pid=754397/tid=754441] ppid=754394 vsize=72279788 memory=20284 CPUtime=0.02 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/754397/task/754441/stat : 754441 (fscip) S 754394 754397 748307 0 -1 1077936192 258 0 0 0 2 0 0 0 20 0 41 0 132726431 74014502912 11651638 809668444160 4194304 16623229 140725626887040 0 0 0 0 0 2 1 0 0 -1 78 0 0 0 0 0 18838560 18947056 54136832 140725626893318 140725626893436 140725626893436 140725626900464 0
[pid=754397/tid=754442] ppid=754394 vsize=72279788 memory=5544 CPUtime=0.03 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/754397/task/754442/stat : 754442 (fscip) S 754394 754397 748307 0 -1 1077936192 262 0 0 0 3 0 0 0 20 0 41 0 132726431 74014502912 11651638 809668444160 4194304 16623229 140725626887040 0 0 0 0 0 2 1 0 0 -1 22 0 0 0 0 0 18838560 18947056 54136832 140725626893318 140725626893436 140725626893436 140725626900464 0
Current children cumulated CPU time: 72000.4 s
Current children cumulated vsize: 72279788 KiB
Current children cumulated memory: 46606552 KiB

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

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

# cumulated CPU time of all completed processes:  user=71866.7 s, system=135.029 s

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

[startup+3637.6 s]
/proc/loadavg: 20.18 20.07 24.47 2/845 756463
/proc/meminfo: memFree=682352948/790760800 swapFree=131071996/131071996
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

[startup+3638 s]*
/proc/loadavg: 20.18 20.07 24.47 2/845 756463
/proc/meminfo: memFree=718110008/790760800 swapFree=131071996/131071996
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

[startup+3638.2 s]
/proc/loadavg: 20.18 20.07 24.47 2/845 756463
/proc/meminfo: memFree=718110008/790760800 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): 3638.25
CPU time (s): 72001.7
CPU user time (s): 71866.7
CPU system time (s): 135.029
CPU usage (%): 1979.02
Max. virtual memory (cumulated for all children) (KiB): 72279788
Max. memory (cumulated for all children) (KiB): 46606552

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 71866.7
system time used= 135.029
maximum resident set size= 46607984
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 72601154
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= 1781881
involuntary context switches= 155155


# summary of solver processes directly reported to runsolver:
#   pid: 754397
#   total CPU time (s): 72001.7
#   total CPU user time (s): 71866.7
#   total CPU system time (s): 135.029

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 25.8006 second user time and 77.8149 second system time

The end

Launcher Data

Begin job on nodeD101 at 2024-08-14 20:49:47
IDJOB=4465965
IDBENCH=178226
IDSOLVER=3094
FILE ID=nodeD101/4465965-1723661387
RUNJOBID= nodeD101-1723651688-748319
SLURM_JOB_ID= 8267922
Free space on /tmp= 8622828 MiB

SOLVER NAME= FiberSCIP 20 cores, 2024-07-30
BENCH NAME= PB24/normalized-PB24/OPT-LIN/nordstrom/CoreGuidedPB/maxcut/maxcut_opt_complete_6-partite_inlv/normalized-maxcut_opt_complete_6-partite_inlv_nvert_66.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-4465965-1723661387/watcher-4465965-1723661387 -o /tmp/evaluation-result-4465965-1723661387/solver-4465965-1723661387 -C 72000 -W 3700 -M 195000 --bin-var /tmp/runsolver-exch-nodeD101-1723651688-748319 --watchdog 3760  ./fscip settings/racing.prm HOME/instance-4465965-1723661387.opb -qsol -t 72000 -sth 20

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

MD5SUM BENCH= 7cbab653d296f81eb095bf1f983193d8
RANDOM SEED=292751508

nodeD101.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	: 0x5003102
cpu MHz		: 3057.248
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 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	: 0x5003102
cpu MHz		: 3139.332
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.32
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	: 0x5003102
cpu MHz		: 3475.566
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.68
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	: 0x5003102
cpu MHz		: 3199.999
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5006.48
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	: 0x5003102
cpu MHz		: 3143.070
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 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	: 0x5003102
cpu MHz		: 3146.691
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.32
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	: 0x5003102
cpu MHz		: 2952.732
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.68
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	: 0x5003102
cpu MHz		: 3200.000
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5006.48
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	: 0x5003102
cpu MHz		: 3105.805
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 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	: 0x5003102
cpu MHz		: 2940.616
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.32
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	: 0x5003102
cpu MHz		: 2976.520
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.68
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	: 0x5003102
cpu MHz		: 3200.000
cache size	: 28160 KB
physical id	: 3
siblings	: 20
core id		: 1
cpu cores	: 20
apicid		: 194
initial apicid	: 194
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5006.48
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	: 0x5003102
cpu MHz		: 3186.772
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 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	: 0x5003102
cpu MHz		: 3020.786
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.32
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	: 0x5003102
cpu MHz		: 3726.291
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.68
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	: 0x5003102
cpu MHz		: 3199.999
cache size	: 28160 KB
physical id	: 3
siblings	: 20
core id		: 3
cpu cores	: 20
apicid		: 198
initial apicid	: 198
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5006.48
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	: 0x5003102
cpu MHz		: 3186.768
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 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	: 0x5003102
cpu MHz		: 3026.233
cache size	: 28160 KB
physical id	: 1
siblings	: 20
core id		: 2
cpu cores	: 20
apicid		: 68
initial apicid	: 68
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.32
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	: 0x5003102
cpu MHz		: 2266.197
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.68
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	: 0x5003102
cpu MHz		: 3200.000
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5006.48
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	: 0x5003102
cpu MHz		: 3186.765
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 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	: 0x5003102
cpu MHz		: 3085.689
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.32
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	: 0x5003102
cpu MHz		: 2660.768
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.68
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	: 0x5003102
cpu MHz		: 3199.999
cache size	: 28160 KB
physical id	: 3
siblings	: 20
core id		: 12
cpu cores	: 20
apicid		: 216
initial apicid	: 216
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5006.48
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	: 0x5003102
cpu MHz		: 2932.002
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 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	: 0x5003102
cpu MHz		: 3146.870
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.32
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	: 0x5003102
cpu MHz		: 2653.089
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.68
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	: 0x5003102
cpu MHz		: 3199.999
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5006.48
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	: 0x5003102
cpu MHz		: 3055.209
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 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	: 0x5003102
cpu MHz		: 3072.619
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.32
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	: 0x5003102
cpu MHz		: 2667.847
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.68
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	: 0x5003102
cpu MHz		: 3199.999
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5006.48
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	: 0x5003102
cpu MHz		: 3186.750
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 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	: 0x5003102
cpu MHz		: 3132.087
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.32
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	: 0x5003102
cpu MHz		: 2655.481
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.68
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	: 0x5003102
cpu MHz		: 3200.000
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5006.48
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	: 0x5003102
cpu MHz		: 3083.357
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 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	: 0x5003102
cpu MHz		: 3029.690
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.32
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	: 0x5003102
cpu MHz		: 2167.873
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.68
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	: 0x5003102
cpu MHz		: 3199.999
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5006.48
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	: 0x5003102
cpu MHz		: 2932.113
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 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	: 0x5003102
cpu MHz		: 3147.016
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.32
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	: 0x5003102
cpu MHz		: 2640.389
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.68
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	: 0x5003102
cpu MHz		: 3199.999
cache size	: 28160 KB
physical id	: 3
siblings	: 20
core id		: 16
cpu cores	: 20
apicid		: 224
initial apicid	: 224
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5006.48
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	: 0x5003102
cpu MHz		: 2917.862
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 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	: 0x5003102
cpu MHz		: 3064.282
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.32
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	: 0x5003102
cpu MHz		: 2659.714
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.68
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	: 0x5003102
cpu MHz		: 3199.999
cache size	: 28160 KB
physical id	: 3
siblings	: 20
core id		: 20
cpu cores	: 20
apicid		: 232
initial apicid	: 232
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5006.48
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	: 0x5003102
cpu MHz		: 2921.409
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 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	: 0x5003102
cpu MHz		: 3107.938
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.32
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	: 0x5003102
cpu MHz		: 2652.856
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.68
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	: 0x5003102
cpu MHz		: 3199.999
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5006.48
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	: 0x5003102
cpu MHz		: 2858.672
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 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	: 0x5003102
cpu MHz		: 3147.148
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.32
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	: 0x5003102
cpu MHz		: 2663.853
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.68
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	: 0x5003102
cpu MHz		: 3200.000
cache size	: 28160 KB
physical id	: 3
siblings	: 20
core id		: 19
cpu cores	: 20
apicid		: 230
initial apicid	: 230
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5006.48
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	: 0x5003102
cpu MHz		: 2939.748
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 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	: 0x5003102
cpu MHz		: 3147.192
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.32
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	: 0x5003102
cpu MHz		: 2662.221
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.68
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	: 0x5003102
cpu MHz		: 3200.000
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5006.48
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	: 0x5003102
cpu MHz		: 3186.717
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 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	: 0x5003102
cpu MHz		: 3147.212
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.32
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	: 0x5003102
cpu MHz		: 2661.124
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.68
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	: 0x5003102
cpu MHz		: 3200.000
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5006.48
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	: 0x5003102
cpu MHz		: 3186.711
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 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	: 0x5003102
cpu MHz		: 3011.657
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.32
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	: 0x5003102
cpu MHz		: 2649.263
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.68
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	: 0x5003102
cpu MHz		: 3199.999
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5006.48
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	: 0x5003102
cpu MHz		: 3029.525
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 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	: 0x5003102
cpu MHz		: 2937.708
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.32
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	: 0x5003102
cpu MHz		: 2661.455
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.68
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	: 0x5003102
cpu MHz		: 3199.999
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5006.48
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	: 0x5003102
cpu MHz		: 3062.521
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 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	: 0x5003102
cpu MHz		: 2948.751
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.32
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	: 0x5003102
cpu MHz		: 2659.818
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.68
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	: 0x5003102
cpu MHz		: 3199.999
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5006.48
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	: 0x5003102
cpu MHz		: 3134.775
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 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	: 0x5003102
cpu MHz		: 3126.664
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.32
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	: 0x5003102
cpu MHz		: 3720.579
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.68
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	: 0x5003102
cpu MHz		: 3199.999
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5006.48
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       790760800 kB
MemFree:        646975652 kB
MemAvailable:   705053816 kB
Buffers:         1199660 kB
Cached:         60128932 kB
SwapCached:            0 kB
Active:         18867936 kB
Inactive:       121193424 kB
Active(anon):       2128 kB
Inactive(anon): 78769528 kB
Active(file):   18865808 kB
Inactive(file): 42423896 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:             34168 kB
Writeback:             4 kB
AnonPages:      78718784 kB
Mapped:           138976 kB
Shmem:             38920 kB
KReclaimable:     415976 kB
Slab:             833400 kB
SReclaimable:     415976 kB
SUnreclaim:       417424 kB
KernelStack:       16848 kB
PageTables:       187708 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    526452396 kB
Committed_AS:   23856220 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:          1165056 kB
HardwareCorrupted:     0 kB
AnonHugePages:   7886848 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:      890880 kB
DirectMap2M:    143261696 kB
DirectMap1G:    661651456 kB

Free space on /tmp at the end= 8622888 MiB
End job on nodeD101 at 2024-08-14 21:50:25