Trace number 4467867

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
FiberSCIP 20 cores, 2024-08-09? (TO) 72001.6 3635.76

General information on the benchmark

NamePB24/normalized-PB15eval/DEC-LIN/ProofComplexity-Extracted-Cardinality-Constraints/
ProofComplexity/normalized-tseitin-regular-n236-d3-i2-f.cnf.gz-plain.pb.metafix.opb
MD5SUMb320e8df0d5fbea72b736842c910ba4c
Bench CategoryDEC-LIN (decision problem, linear constraints, no UNSAT certificate)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables354
Total number of constraints944
Number of constraints which are clauses944
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 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 2
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 5
Number of bits of the biggest sum of numbers3
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: 917abe4c5e]
0.00/0.00	c Copyright (c) 2002-2024 Zuse Institute Berlin (ZIB)
0.00/0.00	c External libraries: 
0.00/0.00	c   Soplex 7.1.1         Linear Programming Solver developed at Zuse Institute Berlin (soplex.zib.de) [GitHash: b4905e82]
0.00/0.00	c   CppAD 20180000.0     Algorithmic Differentiation of C++ algorithms developed by B. Bell (github.com/coin-or/CppAD)
0.00/0.00	c   TinyCThread 1.2      small portable implementation of the C11 threads API (tinycthread.github.io)
0.00/0.00	c   AMPL/MP 690e9e7      AMPL .nl file reader library (github.com/ampl/mp)
0.00/0.00	c   PaPILO 2.3.1         parallel presolve for integer and linear optimization (github.com/scipopt/papilo)
0.00/0.00	c   Nauty 2.8.8          Computing Graph Automorphism Groups by Brendan D. McKay (users.cecs.anu.edu.au/~bdm/nauty)
0.00/0.00	c   sassy 1.1            Symmetry preprocessor by Markus Anders (github.com/markusa4/sassy)
0.00/0.00	c Default LC presolving (default).
0.00/0.00	c ** Before presolving: virtualMemUsedAtLc = 24793088, getVmSize() = 24793088, SCIPgetMemUsed() = 2278312, SCIPgetMemTotal() = 3165664, SCIPgetMemExternEstim() = 1227421
0.00/0.00	c ** set memory limit for presolving in LC to 8.79601e+12 for SCIP **
0.00/0.01	c ** Estimated virtualMemUsedAtSolver = 16662137, getVmSize() = 28995584, SCIPgetMemUsed() = 2698719, SCIPgetMemTotal() = 6128199, SCIPgetMemExternEstim() = 1227421
0.00/0.01	c ** set memory limit for solvers to 4.18856e+11 for each SCIP **
0.00/0.01	c Original Problem   :
0.00/0.01	c   Problem name     : instance-4467867-1723251540
0.00/0.01	c   Variables        : 354 (354 binary, 0 integer, 0 implicit integer, 0 continuous)
0.00/0.01	c   Constraints      : 944
0.00/0.01	c   Objective sense  : minimize
0.00/0.01	c Presolved Problem  :
0.00/0.01	c   Variables        : 354 (354 binary, 0 integer, 0 implicit integer, 0 continuous)
0.00/0.01	c   Constraints      : 944
0.00/0.01	c Constraints        : Number
0.00/0.01	c   logicor          : 944 
0.00/0.01	c ** Instance transfer method used: 0
0.00/0.02	c ** ParaScipInstance copy does not increase the number of variables. **
0.00/0.07	c LC is working with racing ramp-up and with rebuilding tree after racing.
0.00/0.07	c                                Nodes    Active                                            
0.00/0.07	c      Time          Nodes        Left   Solvers     Best Integer        Best Node        Gap     Best Node(S)     Gap(S)
94.56/5.01	c         5            452         451        20                -           0.0000          -
193.78/10.02	c        10           1276         226        20                -           0.0000          -
295.34/15.07	c        15           4259        3853        20                -           0.0000          -
396.40/20.14	c        20          64805         110        20                -           0.0000          -
495.41/25.20	c        25          91771         107        20                -           0.0000          -
595.88/30.21	c        30           5519        4469        20                -           0.0000          -
694.95/35.28	c        35          16400       15350        20                -           0.0000          -
796.00/40.34	c        40           8449        7399        20                -           0.0000          -
895.03/45.39	c        45           9894        8834        20                -           0.0000          -
996.09/50.40	c        50          11317       10257        20                -           0.0000          -
1095.14/55.41	c        55          13112       11991        20                -           0.0000          -
1196.20/60.50	c        60          14494       13367        20                -           0.0000          -
1295.29/65.57	c        66          15829       14702        20                -           0.0000          -
1396.15/70.65	c        71          17224       16097        20                -           0.0000          -
1497.15/75.73	c        76          18633       17506        20                -           0.0000          -
1596.25/80.79	c        81          20078       18951        20                -           0.0000          -
1697.03/85.89	c        86          21562       20435        20                -           0.0000          -
1798.13/90.95	c        91          23066       21939        20                -           0.0000          -
1899.82/96.04	c        96          24474       23343        20                -           0.0000          -
1998.94/101.10	c       101          26011       24880        20                -           0.0000          -
2099.89/106.15	c       106         440675         104        20                -           0.0000          -
2198.94/111.20	c       111         466580         103        20                -           0.0000          -
2299.25/116.25	c       116         492512         109        20                -           0.0000          -
2400.15/121.30	c       121         516885         103        20                -           0.0000          -
2499.12/126.35	c       126         539684         106        20                -           0.0000          -
2598.16/131.40	c       131         562672         102        20                -           0.0000          -
2699.17/136.43	c       136         587927         106        20                -           0.0000          -
2798.22/141.50	c       142         615432         109        20                -           0.0000          -
2899.21/146.55	c       147         640061         104        20                -           0.0000          -
2998.05/151.60	c       152         664445         106        20                -           0.0000          -
3099.06/156.65	c       157         689889         103        20                -           0.0000          -
3198.14/161.70	c       162         714466         109        20                -           0.0000          -
3299.20/166.75	c       167         738976         107        20                -           0.0000          -
3398.18/171.76	c       172         763315         103        20                -           0.0000          -
3497.30/176.79	c       177         109034      107364        20                -           0.0000          -
3598.22/181.90	c       182         112411      110614        20                -           0.0000          -
3699.32/186.95	c       187          71120       62749        20                -           0.0000          -
3798.40/192.00	c       192          73857       64959        20                -           0.0000          -
3900.18/197.05	c       197          54263       53182        20                -           0.0000          -
3999.14/202.10	c       202          55858       54777        20                -           0.0000          -
4100.17/207.15	c       207          57325       56242        20                -           0.0000          -
4199.18/212.16	c       212          58789       57420        20                -           0.0000          -
4298.42/217.18	c       217          60308       58902        20                -           0.0000          -
4398.58/222.21	c       222          61491       60408        20                -           0.0000          -
4497.61/227.26	c       227          62923       61840        20                -           0.0000          -
4598.60/232.40	c       232        1042860         104        20                -           0.0000          -
4699.68/237.45	c       237        1065609         108        20                -           0.0000          -
4798.65/242.50	c       242        1088043         103        20                -           0.0000          -
4899.76/247.55	c       248        1110433         103        20                -           0.0000          -
5000.79/252.60	c       253        1131551         105        20                -           0.0000          -
5099.96/257.65	c       258        1151496         103        20                -           0.0000          -
5198.98/262.70	c       263        1175219         107        20                -           0.0000          -
5299.97/267.75	c       268        1198429         109        20                -           0.0000          -
5399.03/272.80	c       273        1222308         102        20                -           0.0000          -
5500.02/277.85	c       278        1245856         104        20                -           0.0000          -
5599.10/282.90	c       283        1269220         107        20                -           0.0000          -
5700.23/287.95	c       288        1291769         105        20                -           0.0000          -
5799.19/293.00	c       293        1317671         110        20                -           0.0000          -
5900.81/298.05	c       298        1340851         106        20                -           0.0000          -
5999.73/303.10	c       303        1361264         105        20                -           0.0000          -
6101.08/308.15	c       308        1385788         102        20                -           0.0000          -
6199.99/313.20	c       313        1408207         104        20                -           0.0000          -
6300.19/318.25	c       318        1430766         108        20                -           0.0000          -
6399.20/323.30	c       323        1455630         111        20                -           0.0000          -
6500.26/328.32	c       328        1481585         100        20                -           0.0000          -
6599.21/333.34	c       333        1505516         107        20                -           0.0000          -
6700.26/338.45	c       338        1528273         106        20                -           0.0000          -
6799.37/343.50	c       344        1553031         105        20                -           0.0000          -
6900.36/348.55	c       349        1577254         104        20                -           0.0000          -
6999.26/353.60	c       354        1597831         105        20                -           0.0000          -
7100.34/358.63	c       359        1617216         103        20                -           0.0000          -
7199.35/363.64	c       364         102417      101229        20                -           0.0000          -
7300.47/368.73	c       369         103873      102682        20                -           0.0000          -
7399.57/373.80	c       374         105298      104107        20                -           0.0000          -
7500.65/378.85	c       379         106753      105562        20                -           0.0000          -
7599.72/383.86	c       384        1723372         106        20                -           0.0000          -
7700.78/388.92	c       389         113764      110782        20                -           0.0000          -
7799.77/393.97	c       394         115905      112631        20                -           0.0000          -
7901.36/399.04	c       399         117668      114318        20                -           0.0000          -
8000.23/404.10	c       404         153123      139132        20                -           0.0000          -
8101.39/409.15	c       409         155171      141093        20                -           0.0000          -
8200.43/414.16	c       414         157543      143260        20                -           0.0000          -
8299.43/419.20	c       419         159662      145179        20                -           0.0000          -
8399.78/424.26	c       424         161677      147050        20                -           0.0000          -
8500.86/429.35	c       429         163376      148749        20                -           0.0000          -
8599.98/434.40	c       434         165036      150401        20                -           0.0000          -
8701.05/439.45	c       439         166733      152080        20                -           0.0000          -
8800.10/444.47	c       444         168346      153693        20                -           0.0000          -
8901.19/449.50	c       450         283993      273687        20                -           0.0000          -
9000.17/454.60	c       455         287129      276594        20                -           0.0000          -
9101.24/459.65	c       460         290218      279529        20                -           0.0000          -
9200.37/464.70	c       465         293265      282277        20                -           0.0000          -
9301.42/469.75	c       470         296326      285011        20                -           0.0000          -
9400.56/474.80	c       475         299553      287934        20                -           0.0000          -
9501.64/479.83	c       480        2143091         107        20                -           0.0000          -
9600.73/484.85	c       485        2164172         108        20                -           0.0000          -
9699.84/489.86	c       490         138873      137562        20                -           0.0000          -
9800.70/494.93	c       495         140410      139070        20                -           0.0000          -
9899.52/500.03	c       500         141871      140529        20                -           0.0000          -
10001.27/505.10	c       505         143336      141985        20                -           0.0000          -
10102.37/510.15	c       510         144767      143404        20                -           0.0000          -
10201.46/515.20	c       515        2305825          99        20                -           0.0000          -
10301.83/520.25	c       520        2328898         106        20                -           0.0000          -
10400.94/525.30	c       525        2354148         108        20                -           0.0000          -
10502.05/530.35	c       530        2376708         100        20                -           0.0000          -
10601.15/535.40	c       535        2396690         106        20                -           0.0000          -
10702.28/540.45	c       540        2414071         100        20                -           0.0000          -
10801.41/545.50	c       546        2434091         103        20                -           0.0000          -
10902.35/550.55	c       551        2455799          99        20                -           0.0000          -
11001.30/555.60	c       556        2477342         106        20                -           0.0000          -
11102.40/560.65	c       561        2500267         106        20                -           0.0000          -
11201.46/565.70	c       566        2524333         102        20                -           0.0000          -
11302.25/570.75	c       571        2544714         103        20                -           0.0000          -
11401.19/575.80	c       576        2563873         104        20                -           0.0000          -
11502.27/580.81	c       581        2585422         105        20                -           0.0000          -
11601.39/585.85	c       586        2609911         101        20                -           0.0000          -
11702.44/590.91	c       591        2636152         105        20                -           0.0000          -
11801.57/595.98	c       596        2658971         103        20                -           0.0000          -
11903.15/601.05	c       601         183704      176994        20                -           0.0000          -
12002.56/606.08	c       606         185173      178449        20                -           0.0000          -
12103.34/611.15	c       611         186786      180003        20                -           0.0000          -
12202.52/616.20	c       616         188281      181498        20                -           0.0000          -
12303.00/621.25	c       621         189937      183117        20                -           0.0000          -
12402.12/626.30	c       626         191458      184601        20                -           0.0000          -
12503.05/631.35	c       631         192913      186027        20                -           0.0000          -
12602.33/636.40	c       636         194491      187550        20                -           0.0000          -
12703.22/641.45	c       641         405157      380337        20                -           0.0000          -
12802.31/646.47	c       646         407923      382971        20                -           0.0000          -
12903.40/651.54	c       652         411018      385898        20                -           0.0000          -
13002.36/656.60	c       657         414180      388911        20                -           0.0000          -
13103.16/661.65	c       662         417327      391568        20                -           0.0000          -
13202.23/666.70	c       667         420360      394265        20                -           0.0000          -
13303.28/671.75	c       672         423466      397033        20                -           0.0000          -
13402.39/676.80	c       677         426653      399832        20                -           0.0000          -
13503.25/681.85	c       682         429926      402346        20                -           0.0000          -
13604.23/686.90	c       687         432823      405162        20                -           0.0000          -
13703.29/691.95	c       692         436181      408418        20                -           0.0000          -
13802.32/697.00	c       697        3070139         109        20                -           0.0000          -
13904.18/702.05	c       702        3092961         110        20                -           0.0000          -
14002.87/707.10	c       707        3115118         102        20                -           0.0000          -
14101.83/712.12	c       712        3137509          99        20                -           0.0000          -
14202.69/717.15	c       717         280770      257531        20                -           0.0000          -
14302.59/722.23	c       722         282426      259172        20                -           0.0000          -
14401.70/727.30	c       727         284006      260752        20                -           0.0000          -
14502.69/732.35	c       732         285750      262491        20                -           0.0000          -
14601.79/737.40	c       737         287353      264094        20                -           0.0000          -
14702.89/742.45	c       742         288952      265693        20                -           0.0000          -
14802.00/747.50	c       748         291112      267637        20                -           0.0000          -
14902.93/752.55	c       753         293252      269586        20                -           0.0000          -
15002.07/757.60	c       758         295160      271411        20                -           0.0000          -
15103.15/762.65	c       763        3358952         101        20                -           0.0000          -
15202.22/767.70	c       768        3381017          99        20                -           0.0000          -
15303.31/772.75	c       773        3401494         102        20                -           0.0000          -
15402.38/777.80	c       778        3420605         101        20                -           0.0000          -
15503.43/782.85	c       783        3437663         102        20                -           0.0000          -
15602.44/787.86	c       788        3455900         106        20                -           0.0000          -
15703.38/792.91	c       793         249445      238636        20                -           0.0000          -
15802.40/797.96	c       798         251321      240297        20                -           0.0000          -
15901.49/803.03	c       803         252848      241796        20                -           0.0000          -
16003.20/808.10	c       808         231952      229701        20                -           0.0000          -
16104.39/813.15	c       813         233634      231309        20                -           0.0000          -
16203.31/818.20	c       818         258541      246934        20                -           0.0000          -
16303.71/823.25	c       823         260399      248615        20                -           0.0000          -
16402.74/828.30	c       828         262427      250426        20                -           0.0000          -
16503.92/833.35	c       833         264341      252132        20                -           0.0000          -
16603.06/838.40	c       838         265566      253357        20                -           0.0000          -
16703.97/843.45	c       843        3690153         105        20                -           0.0000          -
16803.19/848.50	c       848        3714499         104        20                -           0.0000          -
16904.18/853.55	c       854        3733413         100        20                -           0.0000          -
17003.26/858.60	c       859        3755942         105        20                -           0.0000          -
17104.37/863.62	c       864        3780776         103        20                -           0.0000          -
17203.47/868.63	c       869        3805208         103        20                -           0.0000          -
17302.46/873.66	c       874        3828837         106        20                -           0.0000          -
17403.53/878.71	c       879        3848808         103        20                -           0.0000          -
17502.59/883.76	c       884        3870255         102        20                -           0.0000          -
17603.65/888.83	c       889        3889665         103        20                -           0.0000          -
17704.73/893.91	c       894        3909982         101        20                -           0.0000          -
17803.75/898.96	c       899        3929128         101        20                -           0.0000          -
17902.84/904.03	c       904        3951597         109        20                -           0.0000          -
18004.56/909.10	c       909        3972083         103        20                -           0.0000          -
18105.65/914.15	c       914        3990586         105        20                -           0.0000          -
18204.73/919.20	c       919         586111      550512        20                -           0.0000          -
18304.98/924.22	c       924         589569      553561        20                -           0.0000          -
18404.10/929.26	c       929         362299      334565        20                -           0.0000          -
18503.18/934.27	c       934         364003      336269        20                -           0.0000          -
18604.29/939.37	c       939         599364      562526        20                -           0.0000          -
18705.32/944.43	c       944         602706      565572        20                -           0.0000          -
18804.34/949.49	c       949         605818      568163        20                -           0.0000          -
18905.43/954.55	c       955         608904      570984        20                -           0.0000          -
19004.54/959.60	c       960         611955      573706        20                -           0.0000          -
19105.43/964.61	c       965         615381      576730        20                -           0.0000          -
19204.47/969.62	c       970         302461      289801        20                -           0.0000          -
19303.51/974.69	c       975         284347      280736        20                -           0.0000          -
19404.60/979.79	c       980         305213      292543        20                -           0.0000          -
19505.56/984.85	c       985         287533      283769        20                -           0.0000          -
19604.49/989.90	c       990         289012      285242        20                -           0.0000          -
19705.57/994.95	c       995         290613      286736        20                -           0.0000          -
19804.63/1000.00	c      1000         292327      288346        20                -           0.0000          -
19906.31/1005.05	c      1005         293969      289947        20                -           0.0000          -
20005.60/1010.08	c      1010         295498      291460        20                -           0.0000          -
20104.37/1015.11	c      1015         297449      293227        20                -           0.0000          -
20205.61/1020.20	c      1020         299142      294861        20                -           0.0000          -
20305.48/1025.25	c      1025        4457389          97        20                -           0.0000          -
20404.60/1030.30	c      1030        4481381         100        20                -           0.0000          -
20505.69/1035.35	c      1035        4505351         105        20                -           0.0000          -
20604.80/1040.40	c      1040        4529483         104        20                -           0.0000          -
20705.88/1045.45	c      1045        4547899         104        20                -           0.0000          -
20805.01/1050.50	c      1050        4570207         106        20                -           0.0000          -
20906.14/1055.55	c      1056        4594863         100        20                -           0.0000          -
21005.40/1060.60	c      1061        4619322         102        20                -           0.0000          -
21106.33/1065.65	c      1066        4641809         109        20                -           0.0000          -
21205.41/1070.70	c      1071        4664867         103        20                -           0.0000          -
21306.47/1075.72	c      1076        4693971         104        20                -           0.0000          -
21405.56/1080.78	c      1081        4723339         104        20                -           0.0000          -
21506.49/1085.85	c      1086        4747387         107        20                -           0.0000          -
21605.59/1090.90	c      1091        4767208         107        20                -           0.0000          -
21706.69/1095.95	c      1096        4790441         109        20                -           0.0000          -
21805.79/1101.00	c      1101        4810685         105        20                -           0.0000          -
21904.92/1106.01	c      1106        4833000         104        20                -           0.0000          -
22006.84/1111.07	c      1111         710338      666096        20                -           0.0000          -
22107.88/1116.15	c      1116         713599      669229        20                -           0.0000          -
22206.85/1121.20	c      1121         716920      672500        20                -           0.0000          -
22307.17/1126.25	c      1126         720197      675732        20                -           0.0000          -
22406.27/1131.30	c      1131         723369      678671        20                -           0.0000          -
22507.37/1136.31	c      1136         726567      681804        20                -           0.0000          -
22606.49/1141.37	c      1141         729937      684902        20                -           0.0000          -
22705.49/1146.38	c      1146         439819      410413        20                -           0.0000          -
22804.55/1151.39	c      1151         441805      412309        20                -           0.0000          -
22905.60/1156.48	c      1156         443520      414007        20                -           0.0000          -
23006.64/1161.57	c      1162         445200      415661        20                -           0.0000          -
23107.55/1166.62	c      1167         446885      417331        20                -           0.0000          -
23206.30/1171.64	c      1172         448750      419151        20                -           0.0000          -
23307.11/1176.70	c      1177         450300      420701        20                -           0.0000          -
23405.84/1181.78	c      1182         452224      422553        20                -           0.0000          -
23506.77/1186.83	c      1187         453900      424226        20                -           0.0000          -
23605.80/1191.90	c      1192         455521      425847        20                -           0.0000          -
23706.90/1196.95	c      1197         457411      427731        20                -           0.0000          -
23805.94/1202.00	c      1202         460021      430044        20                -           0.0000          -
23907.43/1207.05	c      1207         461750      431752        20                -           0.0000          -
24006.56/1212.10	c      1212         463424      433426        20                -           0.0000          -
24105.28/1217.11	c      1217        5335429         103        20                -           0.0000          -
24204.35/1222.12	c      1222        5353702         101        20                -           0.0000          -
24306.69/1227.22	c      1227        5371568         105        20                -           0.0000          -
24405.69/1232.30	c      1232         370589      361692        20                -           0.0000          -
24506.81/1237.35	c      1237         372154      363241        20                -           0.0000          -
24605.94/1242.40	c      1242         373949      364856        20                -           0.0000          -
24707.05/1247.45	c      1247        5475702         103        20                -           0.0000          -
24806.09/1252.50	c      1252        5498465         105        20                -           0.0000          -
24907.35/1257.55	c      1258        5518938         100        20                -           0.0000          -
25006.26/1262.60	c      1263        5543981         110        20                -           0.0000          -
25107.21/1267.65	c      1268        5568081         103        20                -           0.0000          -
25206.24/1272.70	c      1273        5594338         106        20                -           0.0000          -
25307.30/1277.75	c      1278        5619635         102        20                -           0.0000          -
25406.45/1282.80	c      1283        5640880         105        20                -           0.0000          -
25507.55/1287.85	c      1288        5666579          98        20                -           0.0000          -
25606.65/1292.87	c      1293        5688150          97        20                -           0.0000          -
25707.71/1297.93	c      1298        5708696         103        20                -           0.0000          -
25806.63/1303.00	c      1303        5733640         103        20                -           0.0000          -
25908.26/1308.05	c      1308        5755195         109        20                -           0.0000          -
26007.09/1313.10	c      1313        5774982         101        20                -           0.0000          -
26107.95/1318.15	c      1318        5794154         104        20                -           0.0000          -
26207.09/1323.20	c      1323        5816538         105        20                -           0.0000          -
26307.35/1328.24	c      1328        5835447         105        20                -           0.0000          -
26406.34/1333.26	c      1333        5854874         104        20                -           0.0000          -
26505.44/1338.29	c      1338        5875150         103        20                -           0.0000          -
26606.32/1343.34	c      1343        5888431         102        20                -           0.0000          -
26705.45/1348.39	c      1348        5907026          99        20                -           0.0000          -
26806.53/1353.44	c      1353        5926599         102        20                -           0.0000          -
26905.68/1358.49	c      1358         430919      413806        20                -           0.0000          -
27006.79/1363.57	c      1364         874826      818790        20                -           0.0000          -
27107.88/1368.64	c      1369         877901      821669        20                -           0.0000          -
27206.99/1373.70	c      1374         437020      419677        20                -           0.0000          -
27308.07/1378.75	c      1379         439136      421650        20                -           0.0000          -
27407.14/1383.76	c      1384         440954      423454        20                -           0.0000          -
27508.26/1388.85	c      1389         442831      425325        20                -           0.0000          -
27607.37/1393.90	c      1394         444613      427095        20                -           0.0000          -
27708.38/1398.95	c      1399         446320      428782        20                -           0.0000          -
27807.47/1404.00	c      1404         447975      430426        20                -           0.0000          -
27906.56/1409.03	c      1409         450024      432362        20                -           0.0000          -
28008.13/1414.10	c      1414         426578      416832        20                -           0.0000          -
28109.24/1419.15	c      1419         428130      418384        20                -           0.0000          -
28208.28/1424.16	c      1424         429691      419935        20                -           0.0000          -
28307.29/1429.18	c      1429         545727      513289        20                -           0.0000          -
28407.67/1434.24	c      1434         548585      515852        20                -           0.0000          -
28506.79/1439.26	c      1439         550876      518021        20                -           0.0000          -
28607.78/1444.32	c      1444         553122      520063        20                -           0.0000          -
28706.70/1449.38	c      1449         555004      521895        20                -           0.0000          -
28807.72/1454.44	c      1454        6364828         102        20                -           0.0000          -
28906.86/1459.50	c      1460        6385404         105        20                -           0.0000          -
29007.88/1464.58	c      1465        6407130         104        20                -           0.0000          -
29108.89/1469.65	c      1470        6425963         105        20                -           0.0000          -
29207.77/1474.70	c      1475        6449356         100        20                -           0.0000          -
29308.86/1479.75	c      1480        6467816          99        20                -           0.0000          -
29407.98/1484.80	c      1485        6485751          99        20                -           0.0000          -
29509.10/1489.85	c      1490        6502869         102        20                -           0.0000          -
29608.23/1494.86	c      1495        6526164         107        20                -           0.0000          -
29709.34/1499.91	c      1500        6549706         107        20                -           0.0000          -
29808.30/1504.94	c      1505        6569573         100        20                -           0.0000          -
29907.39/1510.00	c      1510        6594238         106        20                -           0.0000          -
30009.07/1515.09	c      1515        6620276          98        20                -           0.0000          -
30110.35/1520.14	c      1520        6645556         103        20                -           0.0000          -
30209.15/1525.20	c      1525        6663008         100        20                -           0.0000          -
30309.36/1530.23	c      1530        6683243         104        20                -           0.0000          -
30408.02/1535.30	c      1535        6702553         107        20                -           0.0000          -
30509.01/1540.35	c      1540        6723245         105        20                -           0.0000          -
30608.02/1545.36	c      1545        6748819         105        20                -           0.0000          -
30708.99/1550.44	c      1550        6773796         105        20                -           0.0000          -
30807.88/1555.50	c      1556        6794740         106        20                -           0.0000          -
30908.72/1560.55	c      1561        6816557         106        20                -           0.0000          -
31009.16/1565.60	c      1566        6838036         103        20                -           0.0000          -
31108.22/1570.65	c      1571        6860631         101        20                -           0.0000          -
31207.24/1575.70	c      1576        6881074         101        20                -           0.0000          -
31308.35/1580.75	c      1581        6905181         102        20                -           0.0000          -
31407.38/1585.78	c      1586        6927055         106        20                -           0.0000          -
31508.50/1590.82	c      1591        1021997      955289        20                -           0.0000          -
31607.46/1595.83	c      1596        1026269      958383        20                -           0.0000          -
31706.56/1600.86	c      1601         522234      502046        20                -           0.0000          -
31807.67/1605.91	c      1606         524049      503806        20                -           0.0000          -
31906.76/1610.98	c      1611         525686      505441        20                -           0.0000          -
32008.49/1616.04	c      1616         527375      507124        20                -           0.0000          -
32109.32/1621.13	c      1621        1042844      972267        20                -           0.0000          -
32208.54/1626.16	c      1626        1046080      975181        20                -           0.0000          -
32307.43/1631.20	c      1631        1049137      978073        20                -           0.0000          -
32407.65/1636.26	c      1636        1053071      981201        20                -           0.0000          -
32508.76/1641.31	c      1641        1055843      983703        20                -           0.0000          -
32607.80/1646.38	c      1646        1059180      986461        20                -           0.0000          -
32708.89/1651.45	c      1651        1062593      989338        20                -           0.0000          -
32808.09/1656.50	c      1656        1065801      992169        20                -           0.0000          -
32909.16/1661.55	c      1662        7257936         105        20                -           0.0000          -
33008.25/1666.60	c      1667        7277102         108        20                -           0.0000          -
33109.35/1671.61	c      1672        7294413         109        20                -           0.0000          -
33208.50/1676.67	c      1677        7313200         104        20                -           0.0000          -
33309.50/1681.71	c      1682        7331523         102        20                -           0.0000          -
33408.63/1686.77	c      1687        7349272         104        20                -           0.0000          -
33507.73/1691.78	c      1692        7369443         106        20                -           0.0000          -
33608.85/1696.83	c      1697         660925      620814        20                -           0.0000          -
33707.97/1701.85	c      1702         663189      622912        20                -           0.0000          -
33809.10/1706.93	c      1707         666031      625157        20                -           0.0000          -
33908.14/1712.01	c      1712         668306      627260        20                -           0.0000          -
34009.62/1717.08	c      1717         670509      629254        20                -           0.0000          -
34108.72/1722.13	c      1722         673019      631551        20                -           0.0000          -
34209.62/1727.20	c      1727         675806      633870        20                -           0.0000          -
34310.00/1732.25	c      1732         677444      635508        20                -           0.0000          -
34410.87/1737.30	c      1737         679118      637172        20                -           0.0000          -
34509.54/1742.34	c      1742         680970      638992        20                -           0.0000          -
34608.48/1747.38	c      1747        7565743         101        20                -           0.0000          -
34709.54/1752.45	c      1752        7588864         102        20                -           0.0000          -
34810.67/1757.50	c      1758         571810      551376        20                -           0.0000          -
34909.63/1762.55	c      1763         573410      552976        20                -           0.0000          -
35008.76/1767.60	c      1768         575056      554613        20                -           0.0000          -
35109.78/1772.65	c      1773         576819      556362        20                -           0.0000          -
35210.90/1777.70	c      1778         578645      558142        20                -           0.0000          -
35309.98/1782.75	c      1783         580358      559805        20                -           0.0000          -
35409.01/1787.80	c      1788        7728131         105        20                -           0.0000          -
35510.06/1792.86	c      1793        7745219         105        20                -           0.0000          -
35609.07/1797.86	c      1798        7764264         108        20                -           0.0000          -
35709.94/1802.92	c      1803         565486      547335        20                -           0.0000          -
35809.04/1807.99	c      1808         567185      549034        20                -           0.0000          -
35910.74/1813.04	c      1813         568852      550701        20                -           0.0000          -
36010.05/1818.06	c      1818         570455      552304        20                -           0.0000          -
36108.93/1823.10	c      1823         572227      554076        20                -           0.0000          -
36209.94/1828.18	c      1828         573856      555705        20                -           0.0000          -
36310.26/1833.25	c      1833         575501      557350        20                -           0.0000          -
36409.40/1838.27	c      1838         577231      559080        20                -           0.0000          -
36510.46/1843.35	c      1843        7979822         102        20                -           0.0000          -
36609.58/1848.40	c      1848        8000450         108        20                -           0.0000          -
36710.54/1853.45	c      1853        8019371         105        20                -           0.0000          -
36809.66/1858.50	c      1858        8038774         107        20                -           0.0000          -
36910.50/1863.51	c      1864        8056547         106        20                -           0.0000          -
37009.59/1868.59	c      1869        8075859         101        20                -           0.0000          -
37110.61/1873.65	c      1874        1205322     1117860        20                -           0.0000          -
37209.76/1878.70	c      1879        1208601     1120991        20                -           0.0000          -
37310.87/1883.75	c      1884        1211825     1123957        20                -           0.0000          -
37409.92/1888.80	c      1889        1215018     1126930        20                -           0.0000          -
37510.94/1893.82	c      1894        1218044     1129532        20                -           0.0000          -
37609.83/1898.89	c      1899        1221169     1132332        20                -           0.0000          -
37710.73/1903.94	c      1904        1224197     1134969        20                -           0.0000          -
37809.86/1909.00	c      1909        1227414     1137805        20                -           0.0000          -
37911.58/1914.05	c      1914        1230766     1140557        20                -           0.0000          -
38010.68/1919.10	c      1919        1233980     1143370        20                -           0.0000          -
38109.50/1924.11	c      1924        8320125         101        20                -           0.0000          -
38210.63/1929.17	c      1929        8339138         103        20                -           0.0000          -
38309.73/1934.18	c      1934        8356930         100        20                -           0.0000          -
38408.73/1939.19	c      1939         632736      611489        20                -           0.0000          -
38508.97/1944.23	c      1944         634504      613241        20                -           0.0000          -
38607.82/1949.26	c      1949         767211      718570        20                -           0.0000          -
38708.75/1954.31	c      1954         769360      720552        20                -           0.0000          -
38809.80/1959.41	c      1959         771207      722360        20                -           0.0000          -
38908.80/1964.49	c      1964         773102      724205        20                -           0.0000          -
39009.90/1969.55	c      1970         775531      726500        20                -           0.0000          -
39110.95/1974.65	c      1975         777855      728710        20                -           0.0000          -
39210.07/1979.70	c      1980         780640      731188        20                -           0.0000          -
39311.04/1984.74	c      1985         783622      733777        20                -           0.0000          -
39410.14/1989.80	c      1990         787017      736554        20                -           0.0000          -
39511.22/1994.81	c      1995         789985      739125        20                -           0.0000          -
39610.31/1999.85	c      2000         792321      741303        20                -           0.0000          -
39711.21/2004.91	c      2005         795374      743897        20                -           0.0000          -
39810.29/2010.00	c      2010         798174      746342        20                -           0.0000          -
39912.11/2015.05	c      2015         800548      748586        20                -           0.0000          -
40010.87/2020.10	c      2020         803294      750976        20                -           0.0000          -
40111.99/2025.15	c      2025         806262      753541        20                -           0.0000          -
40211.16/2030.20	c      2030         810235      756475        20                -           0.0000          -
40311.49/2035.25	c      2035         812683      758730        20                -           0.0000          -
40410.53/2040.30	c      2040        8798148         102        20                -           0.0000          -
40511.51/2045.35	c      2045        8818372         101        20                -           0.0000          -
40610.32/2050.40	c      2050        8837347         103        20                -           0.0000          -
40711.37/2055.45	c      2055        8856977         100        20                -           0.0000          -
40810.46/2060.50	c      2060        8875096         100        20                -           0.0000          -
40911.54/2065.55	c      2066        8894970         103        20                -           0.0000          -
41010.62/2070.60	c      2071        8915497         104        20                -           0.0000          -
41111.68/2075.65	c      2076        8937846         102        20                -           0.0000          -
41210.76/2080.70	c      2081        8961437          98        20                -           0.0000          -
41311.58/2085.75	c      2086        8986632          98        20                -           0.0000          -
41410.24/2090.80	c      2091         679733      658123        20                -           0.0000          -
41511.16/2095.85	c      2096         681313      659679        20                -           0.0000          -
41610.23/2100.90	c      2101         682879      661224        20                -           0.0000          -
41711.00/2105.91	c      2106         684423      662768        20                -           0.0000          -
41810.09/2110.94	c      2111        9097439         101        20                -           0.0000          -
41909.10/2115.96	c      2116         665256      646686        20                -           0.0000          -
42007.94/2121.01	c      2121         666862      648270        20                -           0.0000          -
42107.05/2126.03	c      2126         668356      649764        20                -           0.0000          -
42208.85/2131.04	c      2131         670003      651411        20                -           0.0000          -
42308.02/2136.07	c      2136        9223029         106        20                -           0.0000          -
42408.99/2141.14	c      2141        9246471         110        20                -           0.0000          -
42507.90/2146.18	c      2146        9273541         103        20                -           0.0000          -
42608.25/2151.27	c      2151        9299594          99        20                -           0.0000          -
42709.22/2156.33	c      2156        9325981         104        20                -           0.0000          -
42810.23/2161.41	c      2161        1391084     1286199        20                -           0.0000          -
42911.17/2166.51	c      2167        1394185     1289106        20                -           0.0000          -
43010.22/2171.59	c      2172        1397451     1292256        20                -           0.0000          -
43111.21/2176.65	c      2177        1400828     1295298        20                -           0.0000          -
43210.34/2181.70	c      2182        1403869     1298243        20                -           0.0000          -
43311.25/2186.75	c      2187        1407125     1301231        20                -           0.0000          -
43410.12/2191.80	c      2192        1410411     1304377        20                -           0.0000          -
43511.15/2196.85	c      2197        1413598     1307410        20                -           0.0000          -
43609.91/2201.90	c      2202        1416782     1310487        20                -           0.0000          -
43710.86/2206.95	c      2207        1420093     1313620        20                -           0.0000          -
43809.88/2211.97	c      2212        9606942         103        20                -           0.0000          -
43911.46/2217.04	c      2217        9629255         100        20                -           0.0000          -
44010.09/2222.06	c      2222         720322      698478        20                -           0.0000          -
44109.10/2227.11	c      2227         721771      699927        20                -           0.0000          -
44210.33/2232.17	c      2232        9701056         102        20                -           0.0000          -
44310.42/2237.24	c      2237        9725434         105        20                -           0.0000          -
44409.46/2242.29	c      2242        9748543         103        20                -           0.0000          -
44510.31/2247.30	c      2247        9772760         105        20                -           0.0000          -
44609.38/2252.37	c      2252        9795289         104        20                -           0.0000          -
44710.23/2257.45	c      2257        9815124         105        20                -           0.0000          -
44809.30/2262.50	c      2262        9837448         101        20                -           0.0000          -
44910.28/2267.55	c      2268        9858653         105        20                -           0.0000          -
45009.29/2272.56	c      2273        9881844         108        20                -           0.0000          -
45110.33/2277.61	c      2278         716341      697386        20                -           0.0000          -
45209.11/2282.66	c      2283         718011      699017        20                -           0.0000          -
45310.14/2287.73	c      2288         719613      700610        20                -           0.0000          -
45409.22/2292.80	c      2293         922324      861570        20                -           0.0000          -
45510.31/2297.85	c      2298         924772      863792        20                -           0.0000          -
45609.40/2302.87	c      2303         927456      866131        20                -           0.0000          -
45710.53/2307.92	c      2308         929855      868340        20                -           0.0000          -
45809.62/2312.97	c      2313         932402      870604        20                -           0.0000          -
45908.77/2318.00	c      2318         934912      872875        20                -           0.0000          -
46007.89/2323.01	c      2323         750565      728672        20                -           0.0000          -
46109.70/2328.06	c      2328         752074      730181        20                -           0.0000          -
46208.85/2333.10	c      2333         753499      731606        20                -           0.0000          -
46307.90/2338.11	c      2338         754913      733020        20                -           0.0000          -
46409.19/2343.18	c      2343         756371      734478        20                -           0.0000          -
46509.35/2348.28	c      2348       10253606         103        20                -           0.0000          -
46610.33/2353.33	c      2353       10283072         102        20                -           0.0000          -
46711.50/2358.41	c      2358       10308410         101        20                -           0.0000          -
46810.47/2363.47	c      2363       10335179         107        20                -           0.0000          -
46911.64/2368.55	c      2369       10362703         102        20                -           0.0000          -
47010.52/2373.60	c      2374       10388492         100        20                -           0.0000          -
47111.64/2378.65	c      2379       10414395         103        20                -           0.0000          -
47212.42/2383.71	c      2384       10442479         103        20                -           0.0000          -
47311.50/2388.75	c      2389       10471124         102        20                -           0.0000          -
47410.56/2393.77	c      2394       10499869         104        20                -           0.0000          -
47509.67/2398.79	c      2399        1541593     1424879        20                -           0.0000          -
47609.94/2403.86	c      2404        1544544     1427657        20                -           0.0000          -
47709.10/2408.87	c      2409        1547887     1430521        20                -           0.0000          -
47810.23/2413.94	c      2414        1551156     1433759        20                -           0.0000          -
47909.39/2418.99	c      2419        1554686     1436780        20                -           0.0000          -
48011.18/2424.08	c      2424        1557662     1439754        20                -           0.0000          -
48112.37/2429.14	c      2429        1560958     1442730        20                -           0.0000          -
48211.51/2434.20	c      2434         767860      748457        20                -           0.0000          -
48311.90/2439.25	c      2439         769409      749991        20                -           0.0000          -
48411.00/2444.27	c      2444       10741570         109        20                -           0.0000          -
48510.10/2449.28	c      2449         789202      767075        20                -           0.0000          -
48611.17/2454.35	c      2454       10792054          99        20                -           0.0000          -
48712.30/2459.43	c      2459       10819383         104        20                -           0.0000          -
48811.38/2464.49	c      2464       10841487         102        20                -           0.0000          -
48912.46/2469.55	c      2470         796436      774125        20                -           0.0000          -
49011.53/2474.60	c      2475         798143      775832        20                -           0.0000          -
49112.69/2479.65	c      2480         800293      777850        20                -           0.0000          -
49211.82/2484.70	c      2485         802121      779650        20                -           0.0000          -
49312.96/2489.75	c      2490         804223      781618        20                -           0.0000          -
49412.10/2494.80	c      2495         806717      783798        20                -           0.0000          -
49513.06/2499.85	c      2500         808748      785721        20                -           0.0000          -
49612.10/2504.90	c      2505       11038072         101        20                -           0.0000          -
49712.93/2509.94	c      2510       11063533          98        20                -           0.0000          -
49811.92/2514.96	c      2515       11088096         108        20                -           0.0000          -
49911.00/2519.99	c      2520       11116820         108        20                -           0.0000          -
50012.49/2525.06	c      2525       11144280         105        20                -           0.0000          -
50111.79/2530.11	c      2530       11170825         110        20                -           0.0000          -
50212.80/2535.20	c      2535       11196208         106        20                -           0.0000          -
50313.18/2540.22	c      2540       11220104         104        20                -           0.0000          -
50412.31/2545.24	c      2545         804439      784789        20                -           0.0000          -
50513.36/2550.34	c      2550         805986      786336        20                -           0.0000          -
50612.45/2555.40	c      2555         807406      787756        20                -           0.0000          -
50713.30/2560.45	c      2560       11328921         102        20                -           0.0000          -
50812.35/2565.50	c      2566       11357655         105        20                -           0.0000          -
50913.48/2570.55	c      2571       11383604         101        20                -           0.0000          -
51012.52/2575.60	c      2576       11411954          97        20                -           0.0000          -
51113.55/2580.65	c      2581       11437934         100        20                -           0.0000          -
51212.69/2585.66	c      2586       11469564         108        20                -           0.0000          -
51313.85/2590.71	c      2591       11496532         105        20                -           0.0000          -
51412.94/2595.78	c      2596       11522351         104        20                -           0.0000          -
51513.89/2600.85	c      2601        1056121      984995        20                -           0.0000          -
51612.80/2605.90	c      2606        1058213      986982        20                -           0.0000          -
51713.63/2610.95	c      2611        1060002      988743        20                -           0.0000          -
51812.37/2615.96	c      2616        1062542      990824        20                -           0.0000          -
51911.33/2621.02	c      2621        1064192      992468        20                -           0.0000          -
52013.14/2626.07	c      2626        1065877      994139        20                -           0.0000          -
52112.44/2631.12	c      2631        1067537      995793        20                -           0.0000          -
52213.32/2636.20	c      2636        1069244      997467        20                -           0.0000          -
52313.43/2641.25	c      2641        1070882      999101        20                -           0.0000          -
52412.51/2646.30	c      2646        1072548     1000758        20                -           0.0000          -
52513.60/2651.34	c      2651        1074274     1002467        20                -           0.0000          -
52612.70/2656.36	c      2656        1075956     1004141        20                -           0.0000          -
52711.86/2661.39	c      2661        1709640     1578022        20                -           0.0000          -
52812.88/2666.44	c      2666        1712778     1580854        20                -           0.0000          -
52911.73/2671.47	c      2671        1715955     1583776        20                -           0.0000          -
53012.67/2676.52	c      2677         851317      830243        20                -           0.0000          -
53111.70/2681.58	c      2682         853085      832011        20                -           0.0000          -
53212.74/2686.68	c      2687        1725674     1592680        20                -           0.0000          -
53313.66/2691.75	c      2692        1729200     1596034        20                -           0.0000          -
53412.78/2696.80	c      2697        1732538     1599045        20                -           0.0000          -
53513.78/2701.85	c      2702        1735823     1602178        20                -           0.0000          -
53612.87/2706.90	c      2707        1739145     1605469        20                -           0.0000          -
53713.95/2711.95	c      2712        1742472     1608683        20                -           0.0000          -
53813.04/2717.00	c      2717        1745764     1611901        20                -           0.0000          -
53914.72/2722.05	c      2722       12114581         106        20                -           0.0000          -
54013.95/2727.06	c      2727       12136587         100        20                -           0.0000          -
54112.80/2732.12	c      2732         909811      876502        20                -           0.0000          -
54213.91/2737.19	c      2737         911571      878237        20                -           0.0000          -
54314.26/2742.25	c      2742         913424      880081        20                -           0.0000          -
54413.39/2747.30	c      2747         915173      881830        20                -           0.0000          -
54514.45/2752.35	c      2752       12248561         107        20                -           0.0000          -
54613.53/2757.40	c      2757       12275293         106        20                -           0.0000          -
54714.45/2762.44	c      2762       12300381         100        20                -           0.0000          -
54815.56/2767.50	c      2768       12324507         100        20                -           0.0000          -
54914.63/2772.55	c      2773       12350672         103        20                -           0.0000          -
55013.73/2777.60	c      2778       12376215         101        20                -           0.0000          -
55114.79/2782.64	c      2783       12402918         107        20                -           0.0000          -
55215.89/2787.70	c      2788       12428458         104        20                -           0.0000          -
55314.98/2792.75	c      2793       12452267          99        20                -           0.0000          -
55414.05/2797.76	c      2798       12475834          99        20                -           0.0000          -
55514.80/2802.81	c      2803       12498619         107        20                -           0.0000          -
55613.77/2807.87	c      2808       12526660          98        20                -           0.0000          -
55714.86/2812.90	c      2813       12552996         105        20                -           0.0000          -
55813.95/2817.92	c      2818       12574074         103        20                -           0.0000          -
55913.08/2822.98	c      2823         900407      879006        20                -           0.0000          -
56014.48/2828.04	c      2828         902275      880832        20                -           0.0000          -
56113.41/2833.11	c      2833         903911      882468        20                -           0.0000          -
56214.65/2838.18	c      2838         905799      884288        20                -           0.0000          -
56315.06/2843.25	c      2843         907621      886073        20                -           0.0000          -
56414.06/2848.30	c      2848         909382      887794        20                -           0.0000          -
56514.88/2853.35	c      2853         910963      889357        20                -           0.0000          -
56613.94/2858.40	c      2858         912608      890983        20                -           0.0000          -
56714.93/2863.41	c      2863         914228      892603        20                -           0.0000          -
56814.06/2868.47	c      2868         915775      894150        20                -           0.0000          -
56915.09/2873.53	c      2874         917491      895839        20                -           0.0000          -
57014.14/2878.60	c      2879       12869252         107        20                -           0.0000          -
57115.22/2883.65	c      2884       12895969         104        20                -           0.0000          -
57214.35/2888.70	c      2889       12921675          99        20                -           0.0000          -
57315.39/2893.75	c      2894       12948163         106        20                -           0.0000          -
57414.54/2898.80	c      2899       12973461          97        20                -           0.0000          -
57515.65/2903.81	c      2904       12999581         100        20                -           0.0000          -
57614.70/2908.87	c      2909        1867708     1727230        20                -           0.0000          -
57715.71/2913.93	c      2914        1870909     1730286        20                -           0.0000          -
57814.78/2918.97	c      2919        1874235     1733389        20                -           0.0000          -
57913.78/2924.01	c      2924        1877573     1736569        20                -           0.0000          -
58015.49/2929.05	c      2929        1880539     1739518        20                -           0.0000          -
58114.46/2934.08	c      2934        1187953     1109744        20                -           0.0000          -
58215.53/2939.17	c      2939         985773      950793        20                -           0.0000          -
58315.85/2944.25	c      2944         987381      952401        20                -           0.0000          -
58414.94/2949.30	c      2949         989017      954037        20                -           0.0000          -
58515.87/2954.32	c      2954         990609      955629        20                -           0.0000          -
58614.86/2959.37	c      2959         992315      957335        20                -           0.0000          -
58715.93/2964.45	c      2964         993921      958937        20                -           0.0000          -
58815.14/2969.50	c      2970        1203558     1124849        20                -           0.0000          -
58916.04/2974.55	c      2975        1205368     1126619        20                -           0.0000          -
59015.16/2979.60	c      2980        1207420     1128597        20                -           0.0000          -
59116.25/2984.65	c      2985        1209904     1130988        20                -           0.0000          -
59215.28/2989.70	c      2990        1212399     1133370        20                -           0.0000          -
59316.18/2994.73	c      2995        1214178     1135124        20                -           0.0000          -
59414.92/2999.79	c      3000       13456181         104        20                -           0.0000          -
59515.74/3004.85	c      3005       13476378         103        20                -           0.0000          -
59616.62/3009.90	c      3010         962843      940602        20                -           0.0000          -
59715.66/3014.95	c      3015         964492      942249        20                -           0.0000          -
59814.58/3020.00	c      3020       13553156         106        20                -           0.0000          -
59913.84/3025.02	c      3025       13574154         102        20                -           0.0000          -
60012.69/3030.03	c      3030       13596699         101        20                -           0.0000          -
60111.74/3035.04	c      3035       13615728         107        20                -           0.0000          -
60213.53/3040.08	c      3040       13637213         103        20                -           0.0000          -
60312.56/3045.14	c      3045       13661317         104        20                -           0.0000          -
60414.98/3050.20	c      3050       13684458         105        20                -           0.0000          -
60514.02/3055.27	c      3055       13706687          98        20                -           0.0000          -
60615.09/3060.36	c      3060       13729704         103        20                -           0.0000          -
60716.15/3065.43	c      3065       13752480         102        20                -           0.0000          -
60815.26/3070.49	c      3070       13772215         103        20                -           0.0000          -
60916.26/3075.55	c      3076       13791827         101        20                -           0.0000          -
61015.36/3080.60	c      3081       13812937         102        20                -           0.0000          -
61116.41/3085.65	c      3086       13836089          96        20                -           0.0000          -
61215.56/3090.70	c      3091       13856832         102        20                -           0.0000          -
61316.68/3095.75	c      3096       13877392         101        20                -           0.0000          -
61415.86/3100.80	c      3101       13896180          99        20                -           0.0000          -
61516.93/3105.85	c      3106       13914078         100        20                -           0.0000          -
61616.05/3110.90	c      3111       13933838         109        20                -           0.0000          -
61717.17/3115.91	c      3116       13955056         100        20                -           0.0000          -
61816.27/3120.94	c      3121        2002451     1854267        20                -           0.0000          -
61915.29/3126.00	c      3126        2005527     1857082        20                -           0.0000          -
62017.06/3131.06	c      3131        2008737     1860065        20                -           0.0000          -
62116.04/3136.07	c      3136        2011999     1863275        20                -           0.0000          -
62216.84/3141.13	c      3141        2015244     1866183        20                -           0.0000          -
62317.46/3146.25	c      3146        2018580     1869365        20                -           0.0000          -
62416.56/3151.30	c      3151       14113841         103        20                -           0.0000          -
62517.33/3156.35	c      3156       14135530         101        20                -           0.0000          -
62616.32/3161.36	c      3161       14159052          99        20                -           0.0000          -
62715.23/3166.38	c      3166       14187194         108        20                -           0.0000          -
62816.34/3171.49	c      3171       14218779          98        20                -           0.0000          -
62917.22/3176.55	c      3177        1019577      996442        20                -           0.0000          -
63016.28/3181.60	c      3182        1021541      998385        20                -           0.0000          -
63117.33/3186.65	c      3187        1023467     1000271        20                -           0.0000          -
63216.50/3191.70	c      3192        1025361     1002147        20                -           0.0000          -
63317.59/3196.72	c      3197        1027205     1003973        20                -           0.0000          -
63416.66/3201.79	c      3202        1028983     1005704        20                -           0.0000          -
63517.70/3206.84	c      3207        1030585     1007306        20                -           0.0000          -
63616.79/3211.90	c      3212        1090602     1050196        20                -           0.0000          -
63717.73/3216.95	c      3217        1092993     1052400        20                -           0.0000          -
63816.47/3222.01	c      3222        1094826     1054204        20                -           0.0000          -
63918.28/3227.05	c      3227        1096674     1055994        20                -           0.0000          -
64017.35/3232.06	c      3232        1098451     1057769        20                -           0.0000          -
64118.73/3237.15	c      3237        1100285     1059551        20                -           0.0000          -
64217.59/3242.20	c      3242        1101961     1061227        20                -           0.0000          -
64317.86/3247.25	c      3247        1103708     1062941        20                -           0.0000          -
64416.94/3252.30	c      3252       14590463         102        20                -           0.0000          -
64518.06/3257.33	c      3257       14617397         104        20                -           0.0000          -
64617.21/3262.35	c      3262       14642042         105        20                -           0.0000          -
64716.28/3267.40	c      3267       14660719         102        20                -           0.0000          -
64817.30/3272.50	c      3272       14685593         103        20                -           0.0000          -
64918.31/3277.55	c      3278        1340962     1254739        20                -           0.0000          -
65017.44/3282.57	c      3283        1343393     1256762        20                -           0.0000          -
65116.52/3287.59	c      3288        1346364     1259069        20                -           0.0000          -
65217.41/3292.64	c      3293        1348239     1260862        20                -           0.0000          -
65318.68/3297.72	c      3298        1350326     1262784        20                -           0.0000          -
65419.43/3302.80	c      3303        1352364     1264686        20                -           0.0000          -
65518.54/3307.85	c      3308        1354315     1266631        20                -           0.0000          -
65617.42/3312.86	c      3313       14863417         105        20                -           0.0000          -
65716.52/3317.89	c      3318       14883254         103        20                -           0.0000          -
65817.54/3322.96	c      3323        1360272     1272372        20                -           0.0000          -
65916.62/3328.02	c      3328        1071808     1047679        20                -           0.0000          -
66018.06/3333.07	c      3333        1073201     1049072        20                -           0.0000          -
66119.31/3338.15	c      3338        1074776     1050647        20                -           0.0000          -
66218.65/3343.20	c      3343       14976270          99        20                -           0.0000          -
66318.89/3348.25	c      3348       14995208         109        20                -           0.0000          -
66418.10/3353.26	c      3353       15016732         105        20                -           0.0000          -
66519.12/3358.32	c      3358       15043034         103        20                -           0.0000          -
66617.86/3363.37	c      3363       15064501         101        20                -           0.0000          -
66716.96/3368.38	c      3368       15085999         105        20                -           0.0000          -
66818.05/3373.41	c      3373        2162453     2002329        20                -           0.0000          -
66917.13/3378.46	c      3378        2165892     2005324        20                -           0.0000          -
67018.19/3383.59	c      3384        2168652     2007917        20                -           0.0000          -
67119.16/3388.64	c      3389        2171485     2010671        20                -           0.0000          -
67218.19/3393.70	c      3394        2174586     2013576        20                -           0.0000          -
67319.20/3398.75	c      3399        2177527     2016453        20                -           0.0000          -
67420.28/3403.80	c      3404       15237637         105        20                -           0.0000          -
67519.37/3408.83	c      3409        2184020     2022458        20                -           0.0000          -
67618.44/3413.84	c      3414        1162976     1120678        20                -           0.0000          -
67719.65/3418.93	c      3419        1165146     1122669        20                -           0.0000          -
67818.48/3424.00	c      3424        1167715     1124725        20                -           0.0000          -
67920.05/3429.05	c      3429        1169633     1126543        20                -           0.0000          -
68019.38/3434.10	c      3434        1171956     1128611        20                -           0.0000          -
68118.19/3439.13	c      3439        1173654     1130282        20                -           0.0000          -
68219.14/3444.20	c      3444        1175658     1132068        20                -           0.0000          -
68319.47/3449.22	c      3449        1177756     1134052        20                -           0.0000          -
68418.59/3454.25	c      3454        1179836     1136006        20                -           0.0000          -
68519.74/3459.34	c      3459        1182047     1138042        20                -           0.0000          -
68618.79/3464.40	c      3464        1114494     1089988        20                -           0.0000          -
68719.90/3469.45	c      3469        1116467     1091854        20                -           0.0000          -
68818.93/3474.50	c      3474        1119071     1094066        20                -           0.0000          -
68919.99/3479.55	c      3480        1120893     1095802        20                -           0.0000          -
69018.88/3484.60	c      3485        1122932     1097670        20                -           0.0000          -
69119.88/3489.65	c      3490        1124863     1099504        20                -           0.0000          -
69218.70/3494.70	c      3495        1126709     1101326        20                -           0.0000          -
69319.66/3499.75	c      3500       15666769         103        20                -           0.0000          -
69418.78/3504.80	c      3505       15687118         105        20                -           0.0000          -
69519.88/3509.85	c      3510       15703362         109        20                -           0.0000          -
69619.02/3514.90	c      3515       15720370         104        20                -           0.0000          -
69719.98/3519.94	c      3520       15738510         108        20                -           0.0000          -
69818.98/3525.00	c      3525       15757120         107        20                -           0.0000          -
69920.96/3530.05	c      3530       15773359         105        20                -           0.0000          -
70019.90/3535.06	c      3535       15794402         104        20                -           0.0000          -
70118.96/3540.08	c      3540       15814021         102        20                -           0.0000          -
70219.47/3545.17	c      3545       15834105         104        20                -           0.0000          -
70320.18/3550.23	c      3550       15855466         105        20                -           0.0000          -
70418.97/3555.28	c      3555       15879246         103        20                -           0.0000          -
70519.93/3560.35	c      3560       15899005         105        20                -           0.0000          -
70619.02/3565.40	c      3565       15915512         108        20                -           0.0000          -
70720.12/3570.45	c      3570       15933991         108        20                -           0.0000          -
70819.18/3575.50	c      3576       15951968         102        20                -           0.0000          -
70920.13/3580.55	c      3581       15971308         109        20                -           0.0000          -
71019.15/3585.58	c      3586        1484907     1381981        20                -           0.0000          -
71120.18/3590.63	c      3591        1487155     1383995        20                -           0.0000          -
71219.12/3595.69	c      3596        1489584     1386138        20                -           0.0000          -
71320.04/3600.75	c      3601        1491498     1387908        20                -           0.0000          -
71419.02/3605.80	c      3606        1493552     1389861        20                -           0.0000          -
71520.09/3610.85	c      3611        1495377     1391650        20                -           0.0000          -
71621.23/3615.90	c      3616        1497070     1393311        20                -           0.0000          -
71720.37/3620.95	c      3621        1500118     1395770        20                -           0.0000          -
71819.51/3626.00	c      3626        1502612     1397959        20                -           0.0000          -
71921.34/3631.05	c      3631        1504524     1399777        20                -           0.0000          -

Verifier Data

ERROR: no interpretation found !

Watcher Data

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

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

NUMA information:
  number of nodes: 4
  memory of node 0: 191670 MiB (170905 MiB free)
  memory of node 1: 193531 MiB (183266 MiB free)
  memory of node 2: 193531 MiB (174973 MiB free)
  memory of node 3: 193493 MiB (176535 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-4467867-1723251540/watcher-4467867-1723251540 -o /tmp/evaluation-result-4467867-1723251540/solver-4467867-1723251540 -C 72000 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeD104-1723251528-552465 --watchdog 3760 fscip settings/racing.prm HOME/instance-4467867-1723251540.opb -qsol -t 72000 -sth 20 

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

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

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

solver pid=552907, runsolver pid=552904

[startup+0.102487 s]*
/proc/loadavg: 33.85 32.43 44.78 76/1024 552948
/proc/meminfo: memFree=722486448/790760800 swapFree=131071996/131071996
[pid=552907] ppid=552904 vsize=1669024 memory=150960 CPUtime=0.48 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/552907/stat : 552907 (fscip) S 552904 552907 552454 0 -1 1077936128 34809 0 0 0 37 11 0 0 20 0 41 0 91733442 1709080576 37740 809668444160 4194304 16622877 140722938311792 0 0 0 0 0 2 0 0 0 17 65 0 0 0 0 0 18838560 18947056 34201600 140722938319849 140722938319965 140722938319965 140722938326991 0
/proc/552907/statm: 417256 37740 2854 3035 0 123699 0
[pid=552907/tid=552909] ppid=552904 vsize=1669024 memory=4026532269 CPUtime=0.01 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/552907/task/552909/stat : 552909 (fscip) R 552904 552907 552454 0 -1 4194368 1581 0 0 0 1 0 0 0 20 0 41 0 91733443 1709080576 37872 809668444160 4194304 16622877 140722938311792 0 0 0 0 0 2 0 0 0 -1 37 0 0 0 0 0 18838560 18947056 34201600 140722938319849 140722938319965 140722938319965 140722938326991 0
[pid=552907/tid=552910] ppid=552904 vsize=1669024 memory=224244531548 CPUtime=0.01 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/552907/task/552910/stat : 552910 (fscip) R 552904 552907 552454 0 -1 4194368 1582 0 0 0 1 0 0 0 20 0 41 0 91733443 1709080576 37872 809668444160 4194304 16622877 140722938311792 0 0 0 0 0 2 0 0 0 -1 41 0 0 0 0 0 18838560 18947056 34201600 140722938319849 140722938319965 140722938319965 140722938326991 0
[pid=552907/tid=552911] ppid=552904 vsize=1669024 memory=56316433563133 CPUtime=0.02 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/552907/task/552911/stat : 552911 (fscip) R 552904 552907 552454 0 -1 4194368 1583 0 0 0 2 0 0 0 20 0 41 0 91733444 1709080576 37872 809668444160 4194304 16622877 140722938311792 0 0 0 0 0 2 0 0 0 -1 25 0 0 0 0 0 18838560 18947056 34201600 140722938319849 140722938319965 140722938319965 140722938326991 0
[pid=552907/tid=552912] ppid=552904 vsize=1669024 memory=54083084123881 CPUtime=0.01 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/552907/task/552912/stat : 552912 (fscip) R 552904 552907 552454 0 -1 4194368 1583 0 0 0 1 0 0 0 20 0 41 0 91733444 1709080576 37872 809668444160 4194304 16622877 140722938311792 0 0 0 0 0 2 0 0 0 -1 69 0 0 0 0 0 18838560 18947056 34201600 140722938319849 140722938319965 140722938319965 140722938326991 0
[pid=552907/tid=552913] ppid=552904 vsize=1669024 memory=61783977263061 CPUtime=0.01 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/552907/task/552913/stat : 552913 (fscip) R 552904 552907 552454 0 -1 4194368 1582 0 0 0 1 0 0 0 20 0 41 0 91733444 1709080576 37872 809668444160 4194304 16622877 140722938311792 0 0 0 0 0 2 0 0 0 -1 17 0 0 0 0 0 18838560 18947056 34201600 140722938319849 140722938319965 140722938319965 140722938326991 0
[pid=552907/tid=552914] ppid=552904 vsize=1669024 memory=56282191318509 CPUtime=0.01 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/552907/task/552914/stat : 552914 (fscip) R 552904 552907 552454 0 -1 4194368 1583 0 0 0 1 0 0 0 20 0 41 0 91733444 1709080576 37872 809668444160 4194304 16622877 140722938311792 0 0 0 0 0 2 0 0 0 -1 21 0 0 0 0 0 18838560 18947056 34201600 140722938319849 140722938319965 140722938319965 140722938326991 0
[pid=552907/tid=552915] ppid=552904 vsize=1669024 memory=15258142724372962 CPUtime=0.01 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/552907/task/552915/stat : 552915 (fscip) S 552904 552907 552454 0 -1 1077936192 1583 0 0 0 1 0 0 0 20 0 41 0 91733444 1709080576 37938 809668444160 4194304 16622877 140722938311792 0 0 0 0 0 2 0 0 0 -1 57 0 0 0 0 0 18838560 18947056 34201600 140722938319849 140722938319965 140722938319965 140722938326991 0
[pid=552907/tid=552916] ppid=552904 vsize=1669024 memory=4049357508992217113 CPUtime=0.01 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/552907/task/552916/stat : 552916 (fscip) R 552904 552907 552454 0 -1 4194368 1589 0 0 0 1 0 0 0 20 0 41 0 91733444 1709080576 37938 809668444160 4194304 16622877 140722938311792 0 0 0 0 0 2 0 0 0 -1 53 0 0 0 0 0 18838560 18947056 34201600 140722938319849 140722938319965 140722938319965 140722938326991 0
[pid=552907/tid=552917] ppid=552904 vsize=1669024 memory=984139 CPUtime=0.02 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/552907/task/552917/stat : 552917 (fscip) R 552904 552907 552454 0 -1 4194368 1613 0 0 0 2 0 0 0 20 0 41 0 91733444 1709080576 37938 809668444160 4194304 16622877 140722938311792 0 0 0 0 0 2 0 0 0 -1 45 0 0 0 0 0 18838560 18947056 34201600 140722938319849 140722938319965 140722938319965 140722938326991 0
[pid=552907/tid=552918] ppid=552904 vsize=1669024 memory=1036058 CPUtime=0.01 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/552907/task/552918/stat : 552918 (fscip) R 552904 552907 552454 0 -1 1077936192 1541 0 0 0 1 0 0 0 20 0 41 0 91733444 1709080576 38004 809668444160 4194304 16622877 140722938311792 0 0 0 0 0 2 0 0 0 -1 29 0 0 0 0 0 18838560 18947056 34201600 140722938319849 140722938319965 140722938319965 140722938326991 0
[pid=552907/tid=552919] ppid=552904 vsize=1669024 memory=0 CPUtime=0.01 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/552907/task/552919/stat : 552919 (fscip) R 552904 552907 552454 0 -1 4194368 1584 0 0 0 1 0 0 0 20 0 41 0 91733444 1709080576 38004 809668444160 4194304 16622877 140722938311792 0 0 0 0 0 2 0 0 0 -1 1 0 0 0 0 0 18838560 18947056 34201600 140722938319849 140722938319965 140722938319965 140722938326991 0
[pid=552907/tid=552920] ppid=552904 vsize=1669024 memory=0 CPUtime=0.01 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/552907/task/552920/stat : 552920 (fscip) R 552904 552907 552454 0 -1 4194368 1582 0 0 0 1 0 0 0 20 0 41 0 91733444 1709080576 38004 809668444160 4194304 16622877 140722938311792 0 0 0 0 0 2 0 0 0 -1 61 0 0 0 0 0 18838560 18947056 34201600 140722938319849 140722938319965 140722938319965 140722938326991 0
[pid=552907/tid=552921] ppid=552904 vsize=1669024 memory=0 CPUtime=0.02 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/552907/task/552921/stat : 552921 (fscip) R 552904 552907 552454 0 -1 4194368 1904 0 0 0 2 0 0 0 20 0 41 0 91733444 1709080576 38004 809668444160 4194304 16622877 140722938311792 0 0 0 0 0 2 0 0 0 -1 33 0 0 0 0 0 18838560 18947056 34201600 140722938319849 140722938319965 140722938319965 140722938326991 0
[pid=552907/tid=552922] ppid=552904 vsize=1669024 memory=0 CPUtime=0.01 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/552907/task/552922/stat : 552922 (fscip) R 552904 552907 552454 0 -1 4194368 1582 0 0 0 1 0 0 0 20 0 41 0 91733444 1709080576 38004 809668444160 4194304 16622877 140722938311792 0 0 0 0 0 2 0 0 0 -1 49 0 0 0 0 0 18838560 18947056 34201600 140722938319849 140722938319965 140722938319965 140722938326991 0
[pid=552907/tid=552923] ppid=552904 vsize=1669024 memory=0 CPUtime=0.01 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/552907/task/552923/stat : 552923 (fscip) R 552904 552907 552454 0 -1 4194368 1582 0 0 0 1 0 0 0 20 0 41 0 91733444 1709080576 38070 809668444160 4194304 16622877 140722938311792 0 0 0 0 0 2 0 0 0 -1 65 0 0 0 0 0 18838560 18947056 34201600 140722938319849 140722938319965 140722938319965 140722938326991 0
[pid=552907/tid=552924] ppid=552904 vsize=1669024 memory=0 CPUtime=0.01 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/552907/task/552924/stat : 552924 (fscip) R 552904 552907 552454 0 -1 4194368 1691 0 0 0 1 0 0 0 20 0 41 0 91733444 1709080576 38070 809668444160 4194304 16622877 140722938311792 0 0 0 0 0 2 0 0 0 -1 9 0 0 0 0 0 18838560 18947056 34201600 140722938319849 140722938319965 140722938319965 140722938326991 0
[pid=552907/tid=552925] ppid=552904 vsize=1669024 memory=0 CPUtime=0.01 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/552907/task/552925/stat : 552925 (fscip) R 552904 552907 552454 0 -1 4194368 1582 0 0 0 1 0 0 0 20 0 41 0 91733444 1709080576 38070 809668444160 4194304 16622877 140722938311792 0 0 0 0 0 2 0 0 0 -1 13 0 0 0 0 0 18838560 18947056 34201600 140722938319849 140722938319965 140722938319965 140722938326991 0
[pid=552907/tid=552926] ppid=552904 vsize=1669024 memory=0 CPUtime=0.01 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/552907/task/552926/stat : 552926 (fscip) R 552904 552907 552454 0 -1 1077936192 1612 0 0 0 1 0 0 0 20 0 41 0 91733444 1709080576 38070 809668444160 4194304 16622877 140722938311792 0 0 0 0 0 2 0 0 0 -1 5 0 0 0 0 0 18838560 18947056 34201600 140722938319849 140722938319965 140722938319965 140722938326991 0
[pid=552907/tid=552927] ppid=552904 vsize=1669024 memory=0 CPUtime=0.01 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/552907/task/552927/stat : 552927 (fscip) R 552904 552907 552454 0 -1 4194368 1865 0 0 0 1 0 0 0 20 0 41 0 91733444 1709080576 38136 809668444160 4194304 16622877 140722938311792 0 0 0 0 0 2 0 0 0 -1 29 0 0 0 0 0 18838560 18947056 34201600 140722938319849 140722938319965 140722938319965 140722938326991 0
[pid=552907/tid=552928] ppid=552904 vsize=1669024 memory=0 CPUtime=0.01 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/552907/task/552928/stat : 552928 (fscip) R 552904 552907 552454 0 -1 4194368 1581 0 0 0 1 0 0 0 20 0 41 0 91733444 1709080576 38136 809668444160 4194304 16622877 140722938311792 0 0 0 0 0 2 0 0 0 -1 73 0 0 0 0 0 18838560 18947056 34201600 140722938319849 140722938319965 140722938319965 140722938326991 0
[pid=552907/tid=552929] ppid=552904 vsize=1669024 memory=0 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/552907/task/552929/stat : 552929 (fscip) S 552904 552907 552454 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 91733449 1709080576 38136 809668444160 4194304 16622877 140722938311792 0 0 0 0 0 2 1 0 0 -1 41 0 0 0 0 0 18838560 18947056 34201600 140722938319849 140722938319965 140722938319965 140722938326991 0
[pid=552907/tid=552930] ppid=552904 vsize=1669024 memory=0 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/552907/task/552930/stat : 552930 (fscip) S 552904 552907 552454 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 91733449 1709080576 38136 809668444160 4194304 16622877 140722938311792 0 0 0 0 0 2 1 0 0 -1 45 0 0 0 0 0 18838560 18947056 34201600 140722938319849 140722938319965 140722938319965 140722938326991 0
[pid=552907/tid=552931] ppid=552904 vsize=1669024 memory=0 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/552907/task/552931/stat : 552931 (fscip) S 552904 552907 552454 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 91733449 1709080576 38136 809668444160 4194304 16622877 140722938311792 0 0 0 0 0 2 1 0 0 -1 73 0 0 0 0 0 18838560 18947056 34201600 140722938319849 140722938319965 140722938319965 140722938326991 0
[pid=552907/tid=552932] ppid=552904 vsize=1669024 memory=0 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/552907/task/552932/stat : 552932 (fscip) S 552904 552907 552454 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 91733449 1709080576 38136 809668444160 4194304 16622877 140722938311792 0 0 0 0 0 2 1 0 0 -1 29 0 0 0 0 0 18838560 18947056 34201600 140722938319849 140722938319965 140722938319965 140722938326991 0
[pid=552907/tid=552933] ppid=552904 vsize=1669024 memory=0 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/552907/task/552933/stat : 552933 (fscip) S 552904 552907 552454 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 91733449 1709080576 38136 809668444160 4194304 16622877 140722938311792 0 0 0 0 0 2 1 0 0 -1 25 0 0 0 0 0 18838560 18947056 34201600 140722938319849 140722938319965 140722938319965 140722938326991 0
[pid=552907/tid=552934] ppid=552904 vsize=1669024 memory=0 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/552907/task/552934/stat : 552934 (fscip) S 552904 552907 552454 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 91733449 1709080576 38202 809668444160 4194304 16622877 140722938311792 0 0 0 0 0 2 1 0 0 -1 25 0 0 0 0 0 18838560 18947056 34201600 140722938319849 140722938319965 140722938319965 140722938326991 0
[pid=552907/tid=552935] ppid=552904 vsize=1669024 memory=0 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/552907/task/552935/stat : 552935 (fscip) S 552904 552907 552454 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 91733449 1709080576 38268 809668444160 4194304 16622877 140722938311792 0 0 0 0 0 2 1 0 0 -1 21 0 0 0 0 0 18838560 18947056 34201600 140722938319849 140722938319965 140722938319965 140722938326991 0
[pid=552907/tid=552936] ppid=552904 vsize=1669024 memory=0 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/552907/task/552936/stat : 552936 (fscip) S 552904 552907 552454 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 91733449 1709080576 38268 809668444160 4194304 16622877 140722938311792 0 0 0 0 0 2 1 0 0 -1 17 0 0 0 0 0 18838560 18947056 34201600 140722938319849 140722938319965 140722938319965 140722938326991 0
[pid=552907/tid=552937] ppid=552904 vsize=1669024 memory=0 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/552907/task/552937/stat : 552937 (fscip) S 552904 552907 552454 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 91733449 1709080576 38334 809668444160 4194304 16622877 140722938311792 0 0 0 0 0 2 1 0 0 -1 13 0 0 0 0 0 18838560 18947056 34201600 140722938319849 140722938319965 140722938319965 140722938326991 0
[pid=552907/tid=552938] ppid=552904 vsize=1669024 memory=0 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/552907/task/552938/stat : 552938 (fscip) S 552904 552907 552454 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 91733449 1709080576 38334 809668444160 4194304 16622877 140722938311792 0 0 0 0 0 2 1 0 0 -1 37 0 0 0 0 0 18838560 18947056 34201600 140722938319849 140722938319965 140722938319965 140722938326991 0
[pid=552907/tid=552939] ppid=552904 vsize=1669024 memory=0 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/552907/task/552939/stat : 552939 (fscip) S 552904 552907 552454 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 91733449 1709080576 38334 809668444160 4194304 16622877 140722938311792 0 0 0 0 0 2 1 0 0 -1 61 0 0 0 0 0 18838560 18947056 34201600 140722938319849 140722938319965 140722938319965 140722938326991 0
[pid=552907/tid=552940] ppid=552904 vsize=1669024 memory=0 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/552907/task/552940/stat : 552940 (fscip) S 552904 552907 552454 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 91733449 1709080576 38334 809668444160 4194304 16622877 140722938311792 0 0 0 0 0 2 1 0 0 -1 69 0 0 0 0 0 18838560 18947056 34201600 140722938319849 140722938319965 140722938319965 140722938326991 0
[pid=552907/tid=552941] ppid=552904 vsize=1669024 memory=0 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/552907/task/552941/stat : 552941 (fscip) S 552904 552907 552454 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 91733449 1709080576 38334 809668444160 4194304 16622877 140722938311792 0 0 0 0 0 2 1 0 0 -1 69 0 0 0 0 0 18838560 18947056 34201600 140722938319849 140722938319965 140722938319965 140722938326991 0
[pid=552907/tid=552942] ppid=552904 vsize=1669024 memory=0 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/552907/task/552942/stat : 552942 (fscip) S 552904 552907 552454 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 91733449 1709080576 38400 809668444160 4194304 16622877 140722938311792 0 0 0 0 0 2 1 0 0 -1 9 0 0 0 0 0 18838560 18947056 34201600 140722938319849 140722938319965 140722938319965 140722938326991 0
[pid=552907/tid=552943] ppid=552904 vsize=1669024 memory=0 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/552907/task/552943/stat : 552943 (fscip) S 552904 552907 552454 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 91733449 1709080576 38400 809668444160 4194304 16622877 140722938311792 0 0 0 0 0 2 1 0 0 -1 9 0 0 0 0 0 18838560 18947056 34201600 140722938319849 140722938319965 140722938319965 140722938326991 0
[pid=552907/tid=552944] ppid=552904 vsize=1669024 memory=0 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/552907/task/552944/stat : 552944 (fscip) S 552904 552907 552454 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 91733449 1709080576 38400 809668444160 4194304 16622877 140722938311792 0 0 0 0 0 2 1 0 0 -1 21 0 0 0 0 0 18838560 18947056 34201600 140722938319849 140722938319965 140722938319965 140722938326991 0
[pid=552907/tid=552945] ppid=552904 vsize=1669024 memory=0 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/552907/task/552945/stat : 552945 (fscip) S 552904 552907 552454 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 91733449 1709080576 38400 809668444160 4194304 16622877 140722938311792 0 0 0 0 0 2 1 0 0 -1 73 0 0 0 0 0 18838560 18947056 34201600 140722938319849 140722938319965 140722938319965 140722938326991 0
[pid=552907/tid=552946] ppid=552904 vsize=1669024 memory=0 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/552907/task/552946/stat : 552946 (fscip) S 552904 552907 552454 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 91733449 1709080576 38400 809668444160 4194304 16622877 140722938311792 0 0 0 0 0 2 1 0 0 -1 73 0 0 0 0 0 18838560 18947056 34201600 140722938319849 140722938319965 140722938319965 140722938326991 0
[pid=552907/tid=552947] ppid=552904 vsize=1669024 memory=0 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/552907/task/552947/stat : 552947 (fscip) S 552904 552907 552454 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 91733449 1709080576 38400 809668444160 4194304 16622877 140722938311792 0 0 0 0 0 2 1 0 0 -1 77 0 0 0 0 0 18838560 18947056 34201600 140722938319849 140722938319965 140722938319965 140722938326991 0
[pid=552907/tid=552948] ppid=552904 vsize=1669024 memory=0 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/552907/task/552948/stat : 552948 (fscip) S 552904 552907 552454 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 91733449 1709080576 38532 809668444160 4194304 16622877 140722938311792 0 0 0 0 0 2 1 0 0 -1 29 0 0 0 0 0 18838560 18947056 34201600 140722938319849 140722938319965 140722938319965 140722938326991 0
Current children cumulated CPU time: 0.48 s
Current children cumulated vsize: 1669024 KiB
Current children cumulated memory: 150960 KiB

[startup+0.221721 s]*
/proc/loadavg: 33.85 32.43 44.78 81/1024 552948
/proc/meminfo: memFree=722323036/790760800 swapFree=131071996/131071996
[pid=552907] ppid=552904 vsize=1669024 memory=305240 CPUtime=2.59 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/552907/stat : 552907 (fscip) S 552904 552907 552454 0 -1 1077936128 74782 0 0 0 197 62 0 0 20 0 41 0 91733442 1709080576 76310 809668444160 4194304 16622877 140722938311792 0 0 0 0 0 2 0 0 0 17 65 0 0 0 0 0 18838560 18947056 34201600 140722938319849 140722938319965 140722938319965 140722938326991 0
/proc/552907/statm: 417256 76310 2950 3035 0 171478 0
[pid=552907/tid=552909] ppid=552904 vsize=1669024 memory=4026531959 CPUtime=0.12 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/552907/task/552909/stat : 552909 (fscip) R 552904 552907 552454 0 -1 4194368 3526 0 0 0 9 3 0 0 20 0 41 0 91733443 1709080576 76310 809668444160 4194304 16622877 140722938311792 0 0 0 0 0 2 0 0 0 -1 45 0 0 0 0 0 18838560 18947056 34201600 140722938319849 140722938319965 140722938319965 140722938326991 0
[pid=552907/tid=552910] ppid=552904 vsize=1669024 memory=32309 CPUtime=0.12 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/552907/task/552910/stat : 552910 (fscip) R 552904 552907 552454 0 -1 4194368 3679 0 0 0 9 3 0 0 20 0 41 0 91733443 1709080576 76310 809668444160 4194304 16622877 140722938311792 0 0 0 0 0 2 0 0 0 -1 9 0 0 0 0 0 18838560 18947056 34201600 140722938319849 140722938319965 140722938319965 140722938326991 0
[pid=552907/tid=552911] ppid=552904 vsize=1669024 memory=55216921903569 CPUtime=0.12 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/552907/task/552911/stat : 552911 (fscip) R 552904 552907 552454 0 -1 4194368 3668 0 0 0 9 3 0 0 20 0 41 0 91733444 1709080576 76310 809668444160 4194304 16622877 140722938311792 0 0 0 0 0 2 0 0 0 -1 41 0 0 0 0 0 18838560 18947056 34201600 140722938319849 140722938319965 140722938319965 140722938326991 0
[pid=552907/tid=552912] ppid=552904 vsize=1669024 memory=52983572464199 CPUtime=0.1 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/552907/task/552912/stat : 552912 (fscip) R 552904 552907 552454 0 -1 4194368 3526 0 0 0 7 3 0 0 20 0 41 0 91733444 1709080576 76310 809668444160 4194304 16622877 140722938311792 0 0 0 0 0 2 0 0 0 -1 77 0 0 0 0 0 18838560 18947056 34201600 140722938319849 140722938319965 140722938319965 140722938326991 0
[pid=552907/tid=552913] ppid=552904 vsize=1669024 memory=60684465603260 CPUtime=0.12 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/552907/task/552913/stat : 552913 (fscip) R 552904 552907 552454 0 -1 4194368 3660 0 0 0 9 3 0 0 20 0 41 0 91733444 1709080576 76310 809668444160 4194304 16622877 140722938311792 0 0 0 0 0 2 0 0 0 -1 49 0 0 0 0 0 18838560 18947056 34201600 140722938319849 140722938319965 140722938319965 140722938326991 0
[pid=552907/tid=552914] ppid=552904 vsize=1669024 memory=55182679606333 CPUtime=0.12 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/552907/task/552914/stat : 552914 (fscip) R 552904 552907 552454 0 -1 4194368 3624 0 0 0 9 3 0 0 20 0 41 0 91733444 1709080576 76310 809668444160 4194304 16622877 140722938311792 0 0 0 0 0 2 0 0 0 -1 5 0 0 0 0 0 18838560 18947056 34201600 140722938319849 140722938319965 140722938319965 140722938326991 0
[pid=552907/tid=552915] ppid=552904 vsize=1669024 memory=14976667747616358 CPUtime=0.12 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/552907/task/552915/stat : 552915 (fscip) R 552904 552907 552454 0 -1 4194368 3525 0 0 0 9 3 0 0 20 0 41 0 91733444 1709080576 76310 809668444160 4194304 16622877 140722938311792 0 0 0 0 0 2 0 0 0 -1 29 0 0 0 0 0 18838560 18947056 34201600 140722938319849 140722938319965 140722938319965 140722938326991 0
[pid=552907/tid=552916] ppid=552904 vsize=1669024 memory=3978703987007989111 CPUtime=0.12 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/552907/task/552916/stat : 552916 (fscip) R 552904 552907 552454 0 -1 4194368 3706 0 0 0 9 3 0 0 20 0 41 0 91733444 1709080576 76310 809668444160 4194304 16622877 140722938311792 0 0 0 0 0 2 0 0 0 -1 53 0 0 0 0 0 18838560 18947056 34201600 140722938319849 140722938319965 140722938319965 140722938326991 0
[pid=552907/tid=552917] ppid=552904 vsize=1669024 memory=978645 CPUtime=0.12 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/552907/task/552917/stat : 552917 (fscip) R 552904 552907 552454 0 -1 4194368 3633 0 0 0 9 3 0 0 20 0 41 0 91733444 1709080576 76310 809668444160 4194304 16622877 140722938311792 0 0 0 0 0 2 0 0 0 -1 61 0 0 0 0 0 18838560 18947056 34201600 140722938319849 140722938319965 140722938319965 140722938326991 0
[pid=552907/tid=552918] ppid=552904 vsize=1669024 memory=1038767 CPUtime=0.11 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/552907/task/552918/stat : 552918 (fscip) R 552904 552907 552454 0 -1 4194368 3524 0 0 0 8 3 0 0 20 0 41 0 91733444 1709080576 76310 809668444160 4194304 16622877 140722938311792 0 0 0 0 0 2 0 0 0 -1 21 0 0 0 0 0 18838560 18947056 34201600 140722938319849 140722938319965 140722938319965 140722938326991 0
[pid=552907/tid=552919] ppid=552904 vsize=1669024 memory=0 CPUtime=0.12 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/552907/task/552919/stat : 552919 (fscip) R 552904 552907 552454 0 -1 4194368 3676 0 0 0 9 3 0 0 20 0 41 0 91733444 1709080576 76310 809668444160 4194304 16622877 140722938311792 0 0 0 0 0 2 0 0 0 -1 25 0 0 0 0 0 18838560 18947056 34201600 140722938319849 140722938319965 140722938319965 140722938326991 0
[pid=552907/tid=552920] ppid=552904 vsize=1669024 memory=0 CPUtime=0.12 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/552907/task/552920/stat : 552920 (fscip) R 552904 552907 552454 0 -1 4194368 3650 0 0 0 9 3 0 0 20 0 41 0 91733444 1709080576 76310 809668444160 4194304 16622877 140722938311792 0 0 0 0 0 2 0 0 0 -1 1 0 0 0 0 0 18838560 18947056 34201600 140722938319849 140722938319965 140722938319965 140722938326991 0
[pid=552907/tid=552921] ppid=552904 vsize=1669024 memory=0 CPUtime=0.14 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/552907/task/552921/stat : 552921 (fscip) R 552904 552907 552454 0 -1 4194368 3542 0 0 0 14 0 0 0 20 0 41 0 91733444 1709080576 76310 809668444160 4194304 16622877 140722938311792 0 0 0 0 0 2 0 0 0 -1 33 0 0 0 0 0 18838560 18947056 34201600 140722938319849 140722938319965 140722938319965 140722938326991 0
[pid=552907/tid=552922] ppid=552904 vsize=1669024 memory=0 CPUtime=0.12 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/552907/task/552922/stat : 552922 (fscip) R 552904 552907 552454 0 -1 4194368 3671 0 0 0 9 3 0 0 20 0 41 0 91733444 1709080576 76310 809668444160 4194304 16622877 140722938311792 0 0 0 0 0 2 0 0 0 -1 69 0 0 0 0 0 18838560 18947056 34201600 140722938319849 140722938319965 140722938319965 140722938326991 0
[pid=552907/tid=552923] ppid=552904 vsize=1669024 memory=0 CPUtime=0.12 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/552907/task/552923/stat : 552923 (fscip) R 552904 552907 552454 0 -1 4194368 3639 0 0 0 9 3 0 0 20 0 41 0 91733444 1709080576 76310 809668444160 4194304 16622877 140722938311792 0 0 0 0 0 2 0 0 0 -1 73 0 0 0 0 0 18838560 18947056 34201600 140722938319849 140722938319965 140722938319965 140722938326991 0
[pid=552907/tid=552924] ppid=552904 vsize=1669024 memory=0 CPUtime=0.13 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/552907/task/552924/stat : 552924 (fscip) R 552904 552907 552454 0 -1 4194368 3528 0 0 0 11 2 0 0 20 0 41 0 91733444 1709080576 76310 809668444160 4194304 16622877 140722938311792 0 0 0 0 0 2 0 0 0 -1 17 0 0 0 0 0 18838560 18947056 34201600 140722938319849 140722938319965 140722938319965 140722938326991 0
[pid=552907/tid=552925] ppid=552904 vsize=1669024 memory=0 CPUtime=0.11 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/552907/task/552925/stat : 552925 (fscip) R 552904 552907 552454 0 -1 4194368 3676 0 0 0 8 3 0 0 20 0 41 0 91733444 1709080576 76310 809668444160 4194304 16622877 140722938311792 0 0 0 0 0 2 0 0 0 -1 13 0 0 0 0 0 18838560 18947056 34201600 140722938319849 140722938319965 140722938319965 140722938326991 0
[pid=552907/tid=552926] ppid=552904 vsize=1669024 memory=0 CPUtime=0.11 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/552907/task/552926/stat : 552926 (fscip) R 552904 552907 552454 0 -1 4194368 3606 0 0 0 8 3 0 0 20 0 41 0 91733444 1709080576 76310 809668444160 4194304 16622877 140722938311792 0 0 0 0 0 2 0 0 0 -1 65 0 0 0 0 0 18838560 18947056 34201600 140722938319849 140722938319965 140722938319965 140722938326991 0
[pid=552907/tid=552927] ppid=552904 vsize=1669024 memory=0 CPUtime=0.13 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/552907/task/552927/stat : 552927 (fscip) R 552904 552907 552454 0 -1 4194368 3523 0 0 0 13 0 0 0 20 0 41 0 91733444 1709080576 76310 809668444160 4194304 16622877 140722938311792 0 0 0 0 0 2 0 0 0 -1 57 0 0 0 0 0 18838560 18947056 34201600 140722938319849 140722938319965 140722938319965 140722938326991 0
[pid=552907/tid=552928] ppid=552904 vsize=1669024 memory=0 CPUtime=0.12 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/552907/task/552928/stat : 552928 (fscip) R 552904 552907 552454 0 -1 4194368 3683 0 0 0 9 3 0 0 20 0 41 0 91733444 1709080576 76310 809668444160 4194304 16622877 140722938311792 0 0 0 0 0 2 0 0 0 -1 37 0 0 0 0 0 18838560 18947056 34201600 140722938319849 140722938319965 140722938319965 140722938326991 0
[pid=552907/tid=552929] ppid=552904 vsize=1669024 memory=0 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/552907/task/552929/stat : 552929 (fscip) S 552904 552907 552454 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 91733449 1709080576 76310 809668444160 4194304 16622877 140722938311792 0 0 0 0 0 2 1 0 0 -1 41 0 0 0 0 0 18838560 18947056 34201600 140722938319849 140722938319965 140722938319965 140722938326991 0
[pid=552907/tid=552930] ppid=552904 vsize=1669024 memory=0 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/552907/task/552930/stat : 552930 (fscip) S 552904 552907 552454 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 91733449 1709080576 76310 809668444160 4194304 16622877 140722938311792 0 0 0 0 0 2 1 0 0 -1 45 0 0 0 0 0 18838560 18947056 34201600 140722938319849 140722938319965 140722938319965 140722938326991 0
[pid=552907/tid=552931] ppid=552904 vsize=1669024 memory=0 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/552907/task/552931/stat : 552931 (fscip) S 552904 552907 552454 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 91733449 1709080576 76310 809668444160 4194304 16622877 140722938311792 0 0 0 0 0 2 1 0 0 -1 73 0 0 0 0 0 18838560 18947056 34201600 140722938319849 140722938319965 140722938319965 140722938326991 0
[pid=552907/tid=552932] ppid=552904 vsize=1669024 memory=0 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/552907/task/552932/stat : 552932 (fscip) S 552904 552907 552454 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 91733449 1709080576 76310 809668444160 4194304 16622877 140722938311792 0 0 0 0 0 2 1 0 0 -1 29 0 0 0 0 0 18838560 18947056 34201600 140722938319849 140722938319965 140722938319965 140722938326991 0
[pid=552907/tid=552933] ppid=552904 vsize=1669024 memory=0 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/552907/task/552933/stat : 552933 (fscip) S 552904 552907 552454 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 91733449 1709080576 76310 809668444160 4194304 16622877 140722938311792 0 0 0 0 0 2 1 0 0 -1 25 0 0 0 0 0 18838560 18947056 34201600 140722938319849 140722938319965 140722938319965 140722938326991 0
[pid=552907/tid=552934] ppid=552904 vsize=1669024 memory=0 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/552907/task/552934/stat : 552934 (fscip) S 552904 552907 552454 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 91733449 1709080576 76310 809668444160 4194304 16622877 140722938311792 0 0 0 0 0 2 1 0 0 -1 25 0 0 0 0 0 18838560 18947056 34201600 140722938319849 140722938319965 140722938319965 140722938326991 0
[pid=552907/tid=552935] ppid=552904 vsize=1669024 memory=0 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/552907/task/552935/stat : 552935 (fscip) S 552904 552907 552454 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 91733449 1709080576 76310 809668444160 4194304 16622877 140722938311792 0 0 0 0 0 2 1 0 0 -1 21 0 0 0 0 0 18838560 18947056 34201600 140722938319849 140722938319965 140722938319965 140722938326991 0
[pid=552907/tid=552936] ppid=552904 vsize=1669024 memory=0 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/552907/task/552936/stat : 552936 (fscip) S 552904 552907 552454 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 91733449 1709080576 76310 809668444160 4194304 16622877 140722938311792 0 0 0 0 0 2 1 0 0 -1 17 0 0 0 0 0 18838560 18947056 34201600 140722938319849 140722938319965 140722938319965 140722938326991 0
[pid=552907/tid=552937] ppid=552904 vsize=1669024 memory=0 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/552907/task/552937/stat : 552937 (fscip) S 552904 552907 552454 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 91733449 1709080576 76310 809668444160 4194304 16622877 140722938311792 0 0 0 0 0 2 1 0 0 -1 13 0 0 0 0 0 18838560 18947056 34201600 140722938319849 140722938319965 140722938319965 140722938326991 0
[pid=552907/tid=552938] ppid=552904 vsize=1669024 memory=0 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/552907/task/552938/stat : 552938 (fscip) S 552904 552907 552454 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 91733449 1709080576 76310 809668444160 4194304 16622877 140722938311792 0 0 0 0 0 2 1 0 0 -1 37 0 0 0 0 0 18838560 18947056 34201600 140722938319849 140722938319965 140722938319965 140722938326991 0
[pid=552907/tid=552939] ppid=552904 vsize=1669024 memory=0 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/552907/task/552939/stat : 552939 (fscip) S 552904 552907 552454 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 91733449 1709080576 76310 809668444160 4194304 16622877 140722938311792 0 0 0 0 0 2 1 0 0 -1 61 0 0 0 0 0 18838560 18947056 34201600 140722938319849 140722938319965 140722938319965 140722938326991 0
[pid=552907/tid=552940] ppid=552904 vsize=1669024 memory=0 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/552907/task/552940/stat : 552940 (fscip) S 552904 552907 552454 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 91733449 1709080576 76310 809668444160 4194304 16622877 140722938311792 0 0 0 0 0 2 1 0 0 -1 69 0 0 0 0 0 18838560 18947056 34201600 140722938319849 140722938319965 140722938319965 140722938326991 0
[pid=552907/tid=552941] ppid=552904 vsize=1669024 memory=0 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/552907/task/552941/stat : 552941 (fscip) S 552904 552907 552454 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 91733449 1709080576 76310 809668444160 4194304 16622877 140722938311792 0 0 0 0 0 2 1 0 0 -1 69 0 0 0 0 0 18838560 18947056 34201600 140722938319849 140722938319965 140722938319965 140722938326991 0

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

/proc/552907/task/552935/stat : 552935 (fscip) S 552904 552907 552454 0 -1 1077936192 127 0 0 0 2 1 0 0 20 0 41 0 91733449 22458023936 5164989 809668444160 4194304 16622877 140722938311792 0 0 0 0 0 2 1 0 0 -1 17 0 0 0 0 0 18838560 18947056 34201600 140722938319849 140722938319965 140722938319965 140722938326991 0
[pid=552907/tid=552936] ppid=552904 vsize=21931664 memory=11572 CPUtime=0.02 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/552907/task/552936/stat : 552936 (fscip) S 552904 552907 552454 0 -1 1077936192 132 0 0 0 2 0 0 0 20 0 41 0 91733449 22458023936 5164989 809668444160 4194304 16622877 140722938311792 0 0 0 0 0 2 1 0 0 -1 33 0 0 0 0 0 18838560 18947056 34201600 140722938319849 140722938319965 140722938319965 140722938326991 0
[pid=552907/tid=552937] ppid=552904 vsize=21931664 memory=32048 CPUtime=0.02 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/552907/task/552937/stat : 552937 (fscip) S 552904 552907 552454 0 -1 1077936192 63 0 0 0 2 0 0 0 20 0 41 0 91733449 22458023936 5164989 809668444160 4194304 16622877 140722938311792 0 0 0 0 0 2 1 0 0 -1 1 0 0 0 0 0 18838560 18947056 34201600 140722938319849 140722938319965 140722938319965 140722938326991 0
[pid=552907/tid=552938] ppid=552904 vsize=21931664 memory=10824 CPUtime=0.02 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/552907/task/552938/stat : 552938 (fscip) S 552904 552907 552454 0 -1 1077936192 132 0 0 0 2 0 0 0 20 0 41 0 91733449 22458023936 5164989 809668444160 4194304 16622877 140722938311792 0 0 0 0 0 2 1 0 0 -1 61 0 0 0 0 0 18838560 18947056 34201600 140722938319849 140722938319965 140722938319965 140722938326991 0
[pid=552907/tid=552939] ppid=552904 vsize=21931664 memory=19975952 CPUtime=0.03 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/552907/task/552939/stat : 552939 (fscip) S 552904 552907 552454 0 -1 1077936192 124 0 0 0 2 1 0 0 20 0 41 0 91733449 22458023936 5164989 809668444160 4194304 16622877 140722938311792 0 0 0 0 0 2 1 0 0 -1 69 0 0 0 0 0 18838560 18947056 34201600 140722938319849 140722938319965 140722938319965 140722938326991 0
[pid=552907/tid=552940] ppid=552904 vsize=21931664 memory=20002896 CPUtime=0.03 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/552907/task/552940/stat : 552940 (fscip) S 552904 552907 552454 0 -1 1077936192 124 0 0 0 3 0 0 0 20 0 41 0 91733449 22458023936 5164989 809668444160 4194304 16622877 140722938311792 0 0 0 0 0 2 1 0 0 -1 37 0 0 0 0 0 18838560 18947056 34201600 140722938319849 140722938319965 140722938319965 140722938326991 0
[pid=552907/tid=552941] ppid=552904 vsize=21931664 memory=20587004 CPUtime=0.02 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/552907/task/552941/stat : 552941 (fscip) S 552904 552907 552454 0 -1 1077936192 130 0 0 0 1 1 0 0 20 0 41 0 91733449 22458023936 5164989 809668444160 4194304 16622877 140722938311792 0 0 0 0 0 2 1 0 0 -1 77 0 0 0 0 0 18838560 18947056 34201600 140722938319849 140722938319965 140722938319965 140722938326991 0
[pid=552907/tid=552942] ppid=552904 vsize=21931664 memory=20572312 CPUtime=0.02 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/552907/task/552942/stat : 552942 (fscip) S 552904 552907 552454 0 -1 1077936192 125 0 0 0 1 1 0 0 20 0 41 0 91733449 22458023936 5164989 809668444160 4194304 16622877 140722938311792 0 0 0 0 0 2 1 0 0 -1 65 0 0 0 0 0 18838560 18947056 34201600 140722938319849 140722938319965 140722938319965 140722938326991 0
[pid=552907/tid=552943] ppid=552904 vsize=21931664 memory=10824 CPUtime=0.02 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/552907/task/552943/stat : 552943 (fscip) S 552904 552907 552454 0 -1 1077936192 126 0 0 0 2 0 0 0 20 0 41 0 91733449 22458023936 5164989 809668444160 4194304 16622877 140722938311792 0 0 0 0 0 2 1 0 0 -1 13 0 0 0 0 0 18838560 18947056 34201600 140722938319849 140722938319965 140722938319965 140722938326991 0
[pid=552907/tid=552944] ppid=552904 vsize=21931664 memory=5556 CPUtime=0.03 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/552907/task/552944/stat : 552944 (fscip) S 552904 552907 552454 0 -1 1077936192 126 0 0 0 3 0 0 0 20 0 41 0 91733449 22458023936 5164989 809668444160 4194304 16622877 140722938311792 0 0 0 0 0 2 1 0 0 -1 77 0 0 0 0 0 18838560 18947056 34201600 140722938319849 140722938319965 140722938319965 140722938326991 0
[pid=552907/tid=552945] ppid=552904 vsize=21931664 memory=32048 CPUtime=0.03 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/552907/task/552945/stat : 552945 (fscip) S 552904 552907 552454 0 -1 1077936192 124 0 0 0 3 0 0 0 20 0 41 0 91733449 22458023936 5164989 809668444160 4194304 16622877 140722938311792 0 0 0 0 0 2 1 0 0 -1 77 0 0 0 0 0 18838560 18947056 34201600 140722938319849 140722938319965 140722938319965 140722938326991 0
[pid=552907/tid=552946] ppid=552904 vsize=21931664 memory=10824 CPUtime=0.02 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/552907/task/552946/stat : 552946 (fscip) S 552904 552907 552454 0 -1 1077936192 124 0 0 0 2 0 0 0 20 0 41 0 91733449 22458023936 5164989 809668444160 4194304 16622877 140722938311792 0 0 0 0 0 2 1 0 0 -1 41 0 0 0 0 0 18838560 18947056 34201600 140722938319849 140722938319965 140722938319965 140722938326991 0
[pid=552907/tid=552947] ppid=552904 vsize=21931664 memory=5556 CPUtime=0.02 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/552907/task/552947/stat : 552947 (fscip) S 552904 552907 552454 0 -1 1077936192 125 0 0 0 2 0 0 0 20 0 41 0 91733449 22458023936 5164989 809668444160 4194304 16622877 140722938311792 0 0 0 0 0 2 1 0 0 -1 29 0 0 0 0 0 18838560 18947056 34201600 140722938319849 140722938319965 140722938319965 140722938326991 0
[pid=552907/tid=552948] ppid=552904 vsize=21931664 memory=16088 CPUtime=0.03 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/552907/task/552948/stat : 552948 (fscip) S 552904 552907 552454 0 -1 1077936192 126 0 0 0 3 0 0 0 20 0 41 0 91733449 22458023936 5164989 809668444160 4194304 16622877 140722938311792 0 0 0 0 0 2 1 0 0 -1 1 0 0 0 0 0 18838560 18947056 34201600 140722938319849 140722938319965 140722938319965 140722938326991 0
Current children cumulated CPU time: 70955.7 s
Current children cumulated vsize: 21931664 KiB
Current children cumulated memory: 20659956 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3635 s]*
/proc/loadavg: 77.43 79.72 79.53 82/1026 555754
/proc/meminfo: memFree=700023304/790760800 swapFree=131071996/131071996
[pid=552907] ppid=552904 vsize=22151144 memory=20947664 CPUtime=72000.6 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/552907/stat : 552907 (fscip) S 552904 552907 552454 0 -1 1077936128 22370984 0 0 0 7168430 31629 0 0 20 0 41 0 91733442 22682771456 5236916 809668444160 4194304 16622877 140722938311792 0 0 0 0 0 2 0 0 0 17 69 0 0 0 0 0 18838560 18947056 34201600 140722938319849 140722938319965 140722938319965 140722938326991 0
/proc/552907/statm: 5537786 5236916 3030 3035 0 5395980 0
[pid=552907/tid=552909] ppid=552904 vsize=22151144 memory=-6657278376340011884 CPUtime=3604.25 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/552907/task/552909/stat : 552909 (fscip) R 552904 552907 552454 0 -1 4194368 1624384 0 0 0 359161 1264 0 0 20 0 41 0 91733443 22682771456 5236916 809668444160 4194304 16622877 140722938311792 0 0 0 0 0 2 0 0 0 -1 29 0 0 0 0 0 18838560 18947056 34201600 140722938319849 140722938319965 140722938319965 140722938326991 0
[pid=552907/tid=552910] ppid=552904 vsize=22151144 memory=20073856 CPUtime=3601.54 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/552907/task/552910/stat : 552910 (fscip) R 552904 552907 552454 0 -1 4194368 1127477 0 0 0 359453 701 0 0 20 0 41 0 91733443 22682771456 5236916 809668444160 4194304 16622877 140722938311792 0 0 0 0 0 2 0 0 0 -1 17 0 0 0 0 0 18838560 18947056 34201600 140722938319849 140722938319965 140722938319965 140722938326991 0
[pid=552907/tid=552911] ppid=552904 vsize=22151144 memory=6655300316396806240 CPUtime=3596.3 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/552907/task/552911/stat : 552911 (fscip) R 552904 552907 552454 0 -1 4194368 294280 0 0 0 356938 2692 0 0 20 0 41 0 91733444 22682771456 5236916 809668444160 4194304 16622877 140722938311792 0 0 0 0 0 2 0 0 0 -1 53 0 0 0 0 0 18838560 18947056 34201600 140722938319849 140722938319965 140722938319965 140722938326991 0
[pid=552907/tid=552912] ppid=552904 vsize=22151144 memory=2376894896933354 CPUtime=3596.23 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/552907/task/552912/stat : 552912 (fscip) R 552904 552907 552454 0 -1 4194368 1660615 0 0 0 358387 1236 0 0 20 0 41 0 91733444 22682771456 5236916 809668444160 4194304 16622877 140722938311792 0 0 0 0 0 2 0 0 0 -1 1 0 0 0 0 0 18838560 18947056 34201600 140722938319849 140722938319965 140722938319965 140722938326991 0
[pid=552907/tid=552913] ppid=552904 vsize=22151144 memory=280246350255280 CPUtime=3601.85 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/552907/task/552913/stat : 552913 (fscip) R 552904 552907 552454 0 -1 4194368 1315916 0 0 0 359413 772 0 0 20 0 41 0 91733444 22682771456 5236916 809668444160 4194304 16622877 140722938311792 0 0 0 0 0 2 0 0 0 -1 13 0 0 0 0 0 18838560 18947056 34201600 140722938319849 140722938319965 140722938319965 140722938326991 0
[pid=552907/tid=552914] ppid=552904 vsize=22151144 memory=8323350987516068516 CPUtime=3600.91 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/552907/task/552914/stat : 552914 (fscip) R 552904 552907 552454 0 -1 4194368 287889 0 0 0 357048 3043 0 0 20 0 41 0 91733444 22682771456 5236916 809668444160 4194304 16622877 140722938311792 0 0 0 0 0 2 0 0 0 -1 49 0 0 0 0 0 18838560 18947056 34201600 140722938319849 140722938319965 140722938319965 140722938326991 0
[pid=552907/tid=552915] ppid=552904 vsize=22151144 memory=2212 CPUtime=3604.02 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/552907/task/552915/stat : 552915 (fscip) R 552904 552907 552454 0 -1 4194368 1849526 0 0 0 359087 1315 0 0 20 0 41 0 91733444 22682771456 5236916 809668444160 4194304 16622877 140722938311792 0 0 0 0 0 2 0 0 0 -1 33 0 0 0 0 0 18838560 18947056 34201600 140722938319849 140722938319965 140722938319965 140722938326991 0
[pid=552907/tid=552916] ppid=552904 vsize=22151144 memory=198340509722 CPUtime=3600.67 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/552907/task/552916/stat : 552916 (fscip) R 552904 552907 552454 0 -1 4194368 1024937 0 0 0 359430 637 0 0 20 0 41 0 91733444 22682771456 5236916 809668444160 4194304 16622877 140722938311792 0 0 0 0 0 2 0 0 0 -1 57 0 0 0 0 0 18838560 18947056 34201600 140722938319849 140722938319965 140722938319965 140722938326991 0
[pid=552907/tid=552917] ppid=552904 vsize=22151144 memory=32195 CPUtime=3599.15 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/552907/task/552917/stat : 552917 (fscip) R 552904 552907 552454 0 -1 4194368 315257 0 0 0 357211 2704 0 0 20 0 41 0 91733444 22682771456 5236916 809668444160 4194304 16622877 140722938311792 0 0 0 0 0 2 0 0 0 -1 9 0 0 0 0 0 18838560 18947056 34201600 140722938319849 140722938319965 140722938319965 140722938326991 0
[pid=552907/tid=552918] ppid=552904 vsize=22151144 memory=32534 CPUtime=3588.14 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/552907/task/552918/stat : 552918 (fscip) R 552904 552907 552454 0 -1 4194368 1492165 0 0 0 357513 1301 0 0 20 0 41 0 91733444 22682771456 5236916 809668444160 4194304 16622877 140722938311792 0 0 0 0 0 2 0 0 0 -1 37 0 0 0 0 0 18838560 18947056 34201600 140722938319849 140722938319965 140722938319965 140722938326991 0
[pid=552907/tid=552919] ppid=552904 vsize=22151144 memory=32864 CPUtime=3605.22 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/552907/task/552919/stat : 552919 (fscip) R 552904 552907 552454 0 -1 4194368 1355471 0 0 0 359708 814 0 0 20 0 41 0 91733444 22682771456 5236916 809668444160 4194304 16622877 140722938311792 0 0 0 0 0 2 0 0 0 -1 65 0 0 0 0 0 18838560 18947056 34201600 140722938319849 140722938319965 140722938319965 140722938326991 0
[pid=552907/tid=552920] ppid=552904 vsize=22151144 memory=33195 CPUtime=3601.2 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/552907/task/552920/stat : 552920 (fscip) R 552904 552907 552454 0 -1 4194368 285434 0 0 0 357251 2869 0 0 20 0 41 0 91733444 22682771456 5236916 809668444160 4194304 16622877 140722938311792 0 0 0 0 0 2 0 0 0 -1 5 0 0 0 0 0 18838560 18947056 34201600 140722938319849 140722938319965 140722938319965 140722938326991 0
[pid=552907/tid=552921] ppid=552904 vsize=22151144 memory=280246349121280 CPUtime=3603.71 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/552907/task/552921/stat : 552921 (fscip) R 552904 552907 552454 0 -1 4194368 2062541 0 0 0 359097 1274 0 0 20 0 41 0 91733444 22682771456 5236916 809668444160 4194304 16622877 140722938311792 0 0 0 0 0 2 0 0 0 -1 45 0 0 0 0 0 18838560 18947056 34201600 140722938319849 140722938319965 140722938319965 140722938326991 0
[pid=552907/tid=552922] ppid=552904 vsize=22151144 memory=48784 CPUtime=3602.42 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/552907/task/552922/stat : 552922 (fscip) R 552904 552907 552454 0 -1 4194368 1164175 0 0 0 359480 762 0 0 20 0 41 0 91733444 22682771456 5236916 809668444160 4194304 16622877 140722938311792 0 0 0 0 0 2 0 0 0 -1 69 0 0 0 0 0 18838560 18947056 34201600 140722938319849 140722938319965 140722938319965 140722938326991 0
[pid=552907/tid=552923] ppid=552904 vsize=22151144 memory=280246347935552 CPUtime=3595.92 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/552907/task/552923/stat : 552923 (fscip) R 552904 552907 552454 0 -1 4194368 290814 0 0 0 356706 2886 0 0 20 0 41 0 91733444 22682771456 5236916 809668444160 4194304 16622877 140722938311792 0 0 0 0 0 2 0 0 0 -1 73 0 0 0 0 0 18838560 18947056 34201600 140722938319849 140722938319965 140722938319965 140722938326991 0
[pid=552907/tid=552924] ppid=552904 vsize=22151144 memory=4123103965775342704 CPUtime=3599.36 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/552907/task/552924/stat : 552924 (fscip) R 552904 552907 552454 0 -1 4194368 1903823 0 0 0 358608 1328 0 0 20 0 41 0 91733444 22682771456 5236916 809668444160 4194304 16622877 140722938311792 0 0 0 0 0 2 0 0 0 -1 61 0 0 0 0 0 18838560 18947056 34201600 140722938319849 140722938319965 140722938319965 140722938326991 0
[pid=552907/tid=552925] ppid=552904 vsize=22151144 memory=4122823573147224860 CPUtime=3592.02 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/552907/task/552925/stat : 552925 (fscip) R 552904 552907 552454 0 -1 4194368 1107143 0 0 0 358344 858 0 0 20 0 41 0 91733444 22682771456 5236916 809668444160 4194304 16622877 140722938311792 0 0 0 0 0 2 0 0 0 -1 21 0 0 0 0 0 18838560 18947056 34201600 140722938319849 140722938319965 140722938319965 140722938326991 0
[pid=552907/tid=552926] ppid=552904 vsize=22151144 memory=3473737891690868575 CPUtime=3601.28 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/552907/task/552926/stat : 552926 (fscip) R 552904 552907 552454 0 -1 4194368 311137 0 0 0 356950 3178 0 0 20 0 41 0 91733444 22682771456 5236916 809668444160 4194304 16622877 140722938311792 0 0 0 0 0 2 0 0 0 -1 25 0 0 0 0 0 18838560 18947056 34201600 140722938319849 140722938319965 140722938319965 140722938326991 0
[pid=552907/tid=552927] ppid=552904 vsize=22151144 memory=6147509580221278058 CPUtime=3604.04 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/552907/task/552927/stat : 552927 (fscip) R 552904 552907 552454 0 -1 4194368 1857026 0 0 0 359107 1297 0 0 20 0 41 0 91733444 22682771456 5236916 809668444160 4194304 16622877 140722938311792 0 0 0 0 0 2 0 0 0 -1 41 0 0 0 0 0 18838560 18947056 34201600 140722938319849 140722938319965 140722938319965 140722938326991 0
[pid=552907/tid=552928] ppid=552904 vsize=22151144 memory=6719476473663738193 CPUtime=3600.01 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/552907/task/552928/stat : 552928 (fscip) R 552904 552907 552454 0 -1 4194368 1035024 0 0 0 359353 648 0 0 20 0 41 0 91733444 22682771456 5236916 809668444160 4194304 16622877 140722938311792 0 0 0 0 0 2 0 0 0 -1 77 0 0 0 0 0 18838560 18947056 34201600 140722938319849 140722938319965 140722938319965 140722938326991 0
[pid=552907/tid=552929] ppid=552904 vsize=22151144 memory=6010452088344046181 CPUtime=0.02 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/552907/task/552929/stat : 552929 (fscip) S 552904 552907 552454 0 -1 1077936192 128 0 0 0 2 0 0 0 20 0 41 0 91733449 22682771456 5236916 809668444160 4194304 16622877 140722938311792 0 0 0 0 0 2 1 0 0 -1 21 0 0 0 0 0 18838560 18947056 34201600 140722938319849 140722938319965 140722938319965 140722938326991 0
[pid=552907/tid=552930] ppid=552904 vsize=22151144 memory=-2102210588194144083 CPUtime=0.03 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/552907/task/552930/stat : 552930 (fscip) S 552904 552907 552454 0 -1 1077936192 126 0 0 0 1 2 0 0 20 0 41 0 91733449 22682771456 5236916 809668444160 4194304 16622877 140722938311792 0 0 0 0 0 2 1 0 0 -1 65 0 0 0 0 0 18838560 18947056 34201600 140722938319849 140722938319965 140722938319965 140722938326991 0
[pid=552907/tid=552931] ppid=552904 vsize=22151144 memory=6944656592455359580 CPUtime=0.03 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/552907/task/552931/stat : 552931 (fscip) S 552904 552907 552454 0 -1 1077936192 126 0 0 0 3 0 0 0 20 0 41 0 91733449 22682771456 5236916 809668444160 4194304 16622877 140722938311792 0 0 0 0 0 2 1 0 0 -1 41 0 0 0 0 0 18838560 18947056 34201600 140722938319849 140722938319965 140722938319965 140722938326991 0
[pid=552907/tid=552932] ppid=552904 vsize=22151144 memory=5866057628609702253 CPUtime=0.03 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/552907/task/552932/stat : 552932 (fscip) S 552904 552907 552454 0 -1 1077936192 131 0 0 0 3 0 0 0 20 0 41 0 91733449 22682771456 5236916 809668444160 4194304 16622877 140722938311792 0 0 0 0 0 2 1 0 0 -1 17 0 0 0 0 0 18838560 18947056 34201600 140722938319849 140722938319965 140722938319965 140722938326991 0
[pid=552907/tid=552933] ppid=552904 vsize=22151144 memory=-7449908513637093934 CPUtime=0.03 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/552907/task/552933/stat : 552933 (fscip) S 552904 552907 552454 0 -1 1077936192 135 0 0 0 3 0 0 0 20 0 41 0 91733449 22682771456 5236916 809668444160 4194304 16622877 140722938311792 0 0 0 0 0 2 1 0 0 -1 29 0 0 0 0 0 18838560 18947056 34201600 140722938319849 140722938319965 140722938319965 140722938326991 0
[pid=552907/tid=552934] ppid=552904 vsize=22151144 memory=6080798897873114977 CPUtime=0.03 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/552907/task/552934/stat : 552934 (fscip) S 552904 552907 552454 0 -1 1077936192 126 0 0 0 3 0 0 0 20 0 41 0 91733449 22682771456 5236916 809668444160 4194304 16622877 140722938311792 0 0 0 0 0 2 1 0 0 -1 65 0 0 0 0 0 18838560 18947056 34201600 140722938319849 140722938319965 140722938319965 140722938326991 0
[pid=552907/tid=552935] ppid=552904 vsize=22151144 memory=280246350697136 CPUtime=0.03 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/552907/task/552935/stat : 552935 (fscip) S 552904 552907 552454 0 -1 1077936192 129 0 0 0 2 1 0 0 20 0 41 0 91733449 22682771456 5236916 809668444160 4194304 16622877 140722938311792 0 0 0 0 0 2 1 0 0 -1 17 0 0 0 0 0 18838560 18947056 34201600 140722938319849 140722938319965 140722938319965 140722938326991 0
[pid=552907/tid=552936] ppid=552904 vsize=22151144 memory=43347799258300564 CPUtime=0.02 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/552907/task/552936/stat : 552936 (fscip) S 552904 552907 552454 0 -1 1077936192 134 0 0 0 2 0 0 0 20 0 41 0 91733449 22682771456 5236916 809668444160 4194304 16622877 140722938311792 0 0 0 0 0 2 1 0 0 -1 29 0 0 0 0 0 18838560 18947056 34201600 140722938319849 140722938319965 140722938319965 140722938326991 0
[pid=552907/tid=552937] ppid=552904 vsize=22151144 memory=3619119102849501760 CPUtime=0.03 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/552907/task/552937/stat : 552937 (fscip) S 552904 552907 552454 0 -1 1077936192 64 0 0 0 3 0 0 0 20 0 41 0 91733449 22682771456 5236916 809668444160 4194304 16622877 140722938311792 0 0 0 0 0 2 1 0 0 -1 1 0 0 0 0 0 18838560 18947056 34201600 140722938319849 140722938319965 140722938319965 140722938326991 0
[pid=552907/tid=552938] ppid=552904 vsize=22151144 memory=31356350842107080 CPUtime=0.02 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/552907/task/552938/stat : 552938 (fscip) S 552904 552907 552454 0 -1 1077936192 134 0 0 0 2 0 0 0 20 0 41 0 91733449 22682771456 5236916 809668444160 4194304 16622877 140722938311792 0 0 0 0 0 2 1 0 0 -1 61 0 0 0 0 0 18838560 18947056 34201600 140722938319849 140722938319965 140722938319965 140722938326991 0
[pid=552907/tid=552939] ppid=552904 vsize=22151144 memory=59584903675255 CPUtime=0.03 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/552907/task/552939/stat : 552939 (fscip) S 552904 552907 552454 0 -1 1077936192 126 0 0 0 2 1 0 0 20 0 41 0 91733449 22682771456 5236916 809668444160 4194304 16622877 140722938311792 0 0 0 0 0 2 1 0 0 -1 69 0 0 0 0 0 18838560 18947056 34201600 140722938319849 140722938319965 140722938319965 140722938326991 0
[pid=552907/tid=552940] ppid=552904 vsize=22151144 memory=57394487131747 CPUtime=0.03 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/552907/task/552940/stat : 552940 (fscip) S 552904 552907 552454 0 -1 1077936192 126 0 0 0 3 0 0 0 20 0 41 0 91733449 22682771456 5236916 809668444160 4194304 16622877 140722938311792 0 0 0 0 0 2 1 0 0 -1 37 0 0 0 0 0 18838560 18947056 34201600 140722938319849 140722938319965 140722938319965 140722938326991 0
[pid=552907/tid=552941] ppid=552904 vsize=22151144 memory=54104558960461 CPUtime=0.02 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/552907/task/552941/stat : 552941 (fscip) S 552904 552907 552454 0 -1 1077936192 133 0 0 0 1 1 0 0 20 0 41 0 91733449 22682771456 5236916 809668444160 4194304 16622877 140722938311792 0 0 0 0 0 2 1 0 0 -1 77 0 0 0 0 0 18838560 18947056 34201600 140722938319849 140722938319965 140722938319965 140722938326991 0
[pid=552907/tid=552942] ppid=552904 vsize=22151144 memory=0 CPUtime=0.02 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/552907/task/552942/stat : 552942 (fscip) S 552904 552907 552454 0 -1 1077936192 127 0 0 0 1 1 0 0 20 0 41 0 91733449 22682771456 5236916 809668444160 4194304 16622877 140722938311792 0 0 0 0 0 2 1 0 0 -1 69 0 0 0 0 0 18838560 18947056 34201600 140722938319849 140722938319965 140722938319965 140722938326991 0
[pid=552907/tid=552943] ppid=552904 vsize=22151144 memory=0 CPUtime=0.03 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/552907/task/552943/stat : 552943 (fscip) S 552904 552907 552454 0 -1 1077936192 128 0 0 0 2 1 0 0 20 0 41 0 91733449 22682771456 5236916 809668444160 4194304 16622877 140722938311792 0 0 0 0 0 2 1 0 0 -1 13 0 0 0 0 0 18838560 18947056 34201600 140722938319849 140722938319965 140722938319965 140722938326991 0
[pid=552907/tid=552944] ppid=552904 vsize=22151144 memory=280246351664644 CPUtime=0.03 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/552907/task/552944/stat : 552944 (fscip) S 552904 552907 552454 0 -1 1077936192 128 0 0 0 3 0 0 0 20 0 41 0 91733449 22682771456 5236916 809668444160 4194304 16622877 140722938311792 0 0 0 0 0 2 1 0 0 -1 77 0 0 0 0 0 18838560 18947056 34201600 140722938319849 140722938319965 140722938319965 140722938326991 0
[pid=552907/tid=552945] ppid=552904 vsize=22151144 memory=7518311348268655442 CPUtime=0.03 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/552907/task/552945/stat : 552945 (fscip) S 552904 552907 552454 0 -1 1077936192 126 0 0 0 3 0 0 0 20 0 41 0 91733449 22682771456 5236916 809668444160 4194304 16622877 140722938311792 0 0 0 0 0 2 1 0 0 -1 77 0 0 0 0 0 18838560 18947056 34201600 140722938319849 140722938319965 140722938319965 140722938326991 0
[pid=552907/tid=552946] ppid=552904 vsize=22151144 memory=7518313551519508564 CPUtime=0.03 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/552907/task/552946/stat : 552946 (fscip) S 552904 552907 552454 0 -1 1077936192 126 0 0 0 3 0 0 0 20 0 41 0 91733449 22682771456 5236916 809668444160 4194304 16622877 140722938311792 0 0 0 0 0 2 1 0 0 -1 41 0 0 0 0 0 18838560 18947056 34201600 140722938319849 140722938319965 140722938319965 140722938326991 0
[pid=552907/tid=552947] ppid=552904 vsize=22151144 memory=5859271421085237344 CPUtime=0.02 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/552907/task/552947/stat : 552947 (fscip) S 552904 552907 552454 0 -1 1077936192 127 0 0 0 2 0 0 0 20 0 41 0 91733449 22682771456 5236916 809668444160 4194304 16622877 140722938311792 0 0 0 0 0 2 1 0 0 -1 29 0 0 0 0 0 18838560 18947056 34201600 140722938319849 140722938319965 140722938319965 140722938326991 0
[pid=552907/tid=552948] ppid=552904 vsize=22151144 memory=6291625863077320033 CPUtime=0.03 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/552907/task/552948/stat : 552948 (fscip) S 552904 552907 552454 0 -1 1077936192 128 0 0 0 3 0 0 0 20 0 41 0 91733449 22682771456 5236916 809668444160 4194304 16622877 140722938311792 0 0 0 0 0 2 1 0 0 -1 1 0 0 0 0 0 18838560 18947056 34201600 140722938319849 140722938319965 140722938319965 140722938326991 0
Current children cumulated CPU time: 72000.6 s
Current children cumulated vsize: 22151144 KiB
Current children cumulated memory: 20947664 KiB

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

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

# cumulated CPU time of all completed processes:  user=71684.6 s, system=316.984 s

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

[startup+3635.24 s]
/proc/loadavg: 77.43 79.72 79.53 63/987 555754
/proc/meminfo: memFree=703108444/790760800 swapFree=131071996/131071996
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

[startup+3635.6 s]
/proc/loadavg: 77.43 79.72 79.53 63/987 555754
/proc/meminfo: memFree=703108444/790760800 swapFree=131071996/131071996
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

[startup+3635.7 s]
/proc/loadavg: 77.43 79.72 79.53 63/987 555754
/proc/meminfo: memFree=703108444/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): 3635.76
CPU time (s): 72001.6
CPU user time (s): 71684.6
CPU system time (s): 316.984
CPU usage (%): 1980.37
Max. virtual memory (cumulated for all children) (KiB): 22151144
Max. memory (cumulated for all children) (KiB): 20947664

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 71684.6
system time used= 316.984
maximum resident set size= 20948276
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 22371007
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= 487540
involuntary context switches= 327753


# summary of solver processes directly reported to runsolver:
#   pid: 552907
#   total CPU time (s): 72001.6
#   total CPU user time (s): 71684.6
#   total CPU system time (s): 316.984

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 27.4775 second user time and 83.1136 second system time

The end

Launcher Data

Begin job on nodeD104 at 2024-08-10 02:59:00
IDJOB=4467867
IDBENCH=160323
IDSOLVER=3097
FILE ID=nodeD104/4467867-1723251540
RUNJOBID= nodeD104-1723251528-552465
SLURM_JOB_ID= 8266912
Free space on /tmp= 8587900 MiB

SOLVER NAME= FiberSCIP 20 cores, 024-08-09
BENCH NAME= PB24/normalized-PB15eval/DEC-LIN/ProofComplexity-Extracted-Cardinality-Constraints/ProofComplexity/normalized-tseitin-regular-n236-d3-i2-f.cnf.gz-plain.pb.metafix.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-4467867-1723251540/watcher-4467867-1723251540 -o /tmp/evaluation-result-4467867-1723251540/solver-4467867-1723251540 -C 72000 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeD104-1723251528-552465 --watchdog 3760  fscip settings/racing.prm HOME/instance-4467867-1723251540.opb -qsol -t 72000 -sth 20

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

MD5SUM BENCH= b320e8df0d5fbea72b736842c910ba4c
RANDOM SEED=1724509307

nodeD104.alineos.net Linux 4.18.0-301.1.el8.x86_64 #1 SMP Tue Apr 13 16:24:22 UTC 2021

/sys/devices/system/cpu/cpu0/cpufreq/scaling_governor:
performance

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       790760800 kB
MemFree:        722619408 kB
MemAvailable:   781098988 kB
Buffers:          997992 kB
Cached:         60264896 kB
SwapCached:            0 kB
Active:          2463120 kB
Inactive:       61373084 kB
Active(anon):       2220 kB
Inactive(anon):  2610032 kB
Active(file):    2460900 kB
Inactive(file): 58763052 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:            114560 kB
Writeback:            52 kB
AnonPages:       2573864 kB
Mapped:           134408 kB
Shmem:             38920 kB
KReclaimable:    1350688 kB
Slab:            1881656 kB
SReclaimable:    1350688 kB
SUnreclaim:       530968 kB
KernelStack:       17136 kB
PageTables:        15276 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    526452396 kB
Committed_AS:    1242412 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:           829056 kB
HardwareCorrupted:     0 kB
AnonHugePages:    292864 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:     1079296 kB
DirectMap2M:    172433408 kB
DirectMap1G:    632291328 kB

Free space on /tmp at the end= 8587872 MiB
End job on nodeD104 at 2024-08-10 03:59:36