Trace number 4465801

Some explanations

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

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

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

Solver answer on this benchmark

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

General information on the benchmark

NamePB24/normalized-PB16/DEC-LIN/elffers/
EC_ODD_GRIDS/normalized-ECgrid5x130split.opb
MD5SUMd15c8502de0d235fb9400ddf00f66b48
Bench CategoryDEC-LIN (decision problem, linear constraints, no UNSAT certificate)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark45.8334
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables1301
Total number of constraints651
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)651
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint4
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 6
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: 020d91813d]
0.00/0.00	c Copyright (c) 2002-2024 Zuse Institute Berlin (ZIB)
0.00/0.00	c External libraries: 
0.00/0.00	c   Soplex 7.1.1         Linear Programming Solver developed at Zuse Institute Berlin (soplex.zib.de) [GitHash: b4905e82]
0.00/0.00	c   CppAD 20180000.0     Algorithmic Differentiation of C++ algorithms developed by B. Bell (github.com/coin-or/CppAD)
0.00/0.00	c   AMPL/MP 690e9e7      AMPL .nl file reader library (github.com/ampl/mp)
0.00/0.00	c   PaPILO 2.4.0         parallel presolve for integer and linear optimization (github.com/scipopt/papilo)
0.00/0.00	c   Nauty 2.8.8          Computing Graph Automorphism Groups by Brendan D. McKay (users.cecs.anu.edu.au/~bdm/nauty)
0.00/0.00	c   sassy 1.1            Symmetry preprocessor by Markus Anders (github.com/markusa4/sassy)
0.00/0.00	c Default LC presolving (default).
0.00/0.00	c ** Before presolving: virtualMemUsedAtLc = 27672576, getVmSize() = 27672576, SCIPgetMemUsed() = 4070700, SCIPgetMemTotal() = 6110804, SCIPgetMemExternEstim() = 1712513
0.00/0.00	c ** set memory limit for presolving in LC to 8.79601e+12 for SCIP **
0.00/0.02	c ** Estimated virtualMemUsedAtSolver = 18905445, getVmSize() = 42070016, SCIPgetMemUsed() = 12531043, SCIPgetMemTotal() = 19260467, SCIPgetMemExternEstim() = 1712513
0.00/0.02	c ** set memory limit for solvers to 4.18856e+11 for each SCIP **
0.00/0.02	c Original Problem   :
0.00/0.02	c   Problem name     : instance-4465801-1722587343
0.00/0.02	c   Variables        : 1301 (1301 binary, 0 integer, 0 implicit integer, 0 continuous)
0.00/0.02	c   Constraints      : 651
0.00/0.02	c   Objective sense  : minimize
0.00/0.02	c Presolved Problem  :
0.00/0.02	c   Variables        : 1300 (1300 binary, 0 integer, 0 implicit integer, 0 continuous)
0.00/0.02	c   Constraints      : 650
0.00/0.02	c Constraints        : Number
0.00/0.02	c   linear           : 650 
0.00/0.02	c ** Instance transfer method used: 0
0.00/0.02	c ** ParaScipInstance copy does not increase the number of variables. **
0.00/0.09	c LC is working with racing ramp-up and with rebuilding tree after racing.
0.00/0.09	c                                Nodes    Active                                            
0.00/0.09	c      Time          Nodes        Left   Solvers     Best Integer        Best Node        Gap     Best Node(S)     Gap(S)
94.19/5.03	c         5          55620         286        20                -           0.0000          -
195.79/10.14	c        10         119246         187        20                -           0.0000          -
297.60/15.22	c        15         169818         182        20                -           0.0000          -
396.10/20.30	c        20         231379         181        20                -           0.0000          -
496.81/25.33	c        25         294068         190        20                -           0.0000          -
597.45/30.40	c        30         355662         182        20                -           0.0000          -
696.29/35.43	c        35         416931         186        20                -           0.0000          -
794.99/40.50	c        41           9299        8986        20                -           0.0000          -
895.82/45.55	c        46         541138         181        20                -           0.0000          -
994.50/50.57	c        51         606384         181        20                -           0.0000          -
1095.25/55.65	c        56         665893         186        20                -           0.0000          -
1193.79/60.70	c        61         719157         181        20                -           0.0000          -
1294.63/65.74	c        66          16410       12875        20                -           0.0000          -
1393.36/70.79	c        71         836942         182        20                -           0.0000          -
1494.10/75.84	c        76         897762         185        20                -           0.0000          -
1592.80/80.89	c        81         952485         184        20                -           0.0000          -
1693.71/85.91	c        86        1011842         187        20                -           0.0000          -
1792.22/90.99	c        91        1075689         182        20                -           0.0000          -
1890.98/96.04	c        96        1131447         188        20                -           0.0000          -
1992.45/101.09	c       101        1186631         186        20                -           0.0000          -
2091.37/106.10	c       106        1242651         180        20                -           0.0000          -
2190.23/111.14	c       111        1307577         182        20                -           0.0000          -
2291.82/116.24	c       116        1364930         186        20                -           0.0000          -
2390.47/121.29	c       121        1427917         187        20                -           0.0000          -
2491.20/126.34	c       126        1491768         185        20                -           0.0000          -
2590.05/131.38	c       131        1554482         183        20                -           0.0000          -
2690.62/136.41	c       136          41092       39541        20                -           0.0000          -
2789.36/141.47	c       141        1736566         241        20                -           0.0000          -
2890.07/146.53	c       147        1814881         242        20                -           0.0000          -
2988.89/151.58	c       152        1894246         221        20                -           0.0000          -
3089.54/156.63	c       157        1967086         219        20                -           0.0000          -
3188.20/161.68	c       162        2040344         208        20                -           0.0000          -
3288.99/166.73	c       167        2159521         216        20                -           0.0000          -
3387.82/171.74	c       172        2265317         216        20                -           0.0000          -
3486.40/176.79	c       177          54518       47037        20                -           0.0000          -
3587.12/181.85	c       182        2424298         159        20                -           0.0000          -
3685.81/186.90	c       187        2529447         160        20                -           0.0000          -
3786.51/191.96	c       192        2601015         233        20                -           0.0000          -
3885.30/197.01	c       197        2663896         323        20                -           0.0000          -
3986.87/202.07	c       202        2724794         318        20                -           0.0000          -
4085.35/207.12	c       207        2817354         322        20                -           0.0000          -
4186.24/212.18	c       212        2910514         316        20                -           0.0000          -
4286.04/217.20	c       217        2985287         321        20                -           0.0000          -
4384.86/222.21	c       222         154432      138318        20                -           0.0000          -
4483.51/227.26	c       227         158468      142071        20                -           0.0000          -
4584.30/232.32	c       232         162723      145740        20                -           0.0000          -
4682.98/237.36	c       237         166639      149296        20                -           0.0000          -
4783.63/242.43	c       242         170355      152749        20                -           0.0000          -
4884.65/247.51	c       248         174220      156042        20                -           0.0000          -
4983.39/252.55	c       253        3486639         318        20                -           0.0000          -
5082.27/257.57	c       258         181528      162542        20                -           0.0000          -
5181.13/262.59	c       263         185225      166044        20                -           0.0000          -
5281.86/267.62	c       268         189168      169669        20                -           0.0000          -
5380.61/272.66	c       273        3761178         317        20                -           0.0000          -
5481.30/277.73	c       278        3831563         317        20                -           0.0000          -
5580.18/282.75	c       283        3900679         317        20                -           0.0000          -
5678.97/287.79	c       288        3970727         315        20                -           0.0000          -
5779.79/292.84	c       293        4050605         314        20                -           0.0000          -
5878.70/297.85	c       298          95956       82820        20                -           0.0000          -
5977.13/302.86	c       303          96755       92666        20                -           0.0000          -
6076.02/307.88	c       308          98534       94347        20                -           0.0000          -
6176.55/312.93	c       313         100271       95942        20                -           0.0000          -
6275.31/317.98	c       318         101909       97493        20                -           0.0000          -
6374.08/323.03	c       323         103628       99060        20                -           0.0000          -
6475.57/328.08	c       328        4552981         314        20                -           0.0000          -
6574.55/333.14	c       333        4617377         321        20                -           0.0000          -
6676.29/338.21	c       338        4688202         317        20                -           0.0000          -
6775.04/343.26	c       343        4773107         315        20                -           0.0000          -
6873.69/348.29	c       348        4837058         314        20                -           0.0000          -
6974.31/353.35	c       353        4918922         317        20                -           0.0000          -
7075.17/358.44	c       358        4983584         315        20                -           0.0000          -
7175.91/363.52	c       364        5045546         319        20                -           0.0000          -
7274.69/368.53	c       369        5109274         320        20                -           0.0000          -
7373.42/373.57	c       374        5176828         320        20                -           0.0000          -
7474.12/378.62	c       379        5245327         313        20                -           0.0000          -
7574.84/383.73	c       384        5314817         317        20                -           0.0000          -
7675.52/388.80	c       389        5369100         319        20                -           0.0000          -
7774.30/393.86	c       394        5433798         317        20                -           0.0000          -
7875.06/398.95	c       399        5507628         313        20                -           0.0000          -
7973.97/404.00	c       404        5584377         316        20                -           0.0000          -
8075.54/409.05	c       409        5661476         312        20                -           0.0000          -
8174.52/414.08	c       414         133344      114850        20                -           0.0000          -
8273.09/419.09	c       419         135777      129850        20                -           0.0000          -
8373.70/424.18	c       424         297245      266329        20                -           0.0000          -
8473.65/429.26	c       429         300413      269153        20                -           0.0000          -
8574.48/434.32	c       434         140626      134431        20                -           0.0000          -
8673.26/439.36	c       439         307020      274973        20                -           0.0000          -
8772.10/444.38	c       444         310315      277898        20                -           0.0000          -
8872.83/449.45	c       449         313583      280716        20                -           0.0000          -
8973.69/454.52	c       455         317248      284099        20                -           0.0000          -
9072.51/459.59	c       460        6218964         238        20                -           0.0000          -
9173.24/464.68	c       465        6292670         238        20                -           0.0000          -
9274.10/469.73	c       470        6368289         237        20                -           0.0000          -
9372.90/474.78	c       475        6438958         242        20                -           0.0000          -
9473.74/479.83	c       480        6510931         241        20                -           0.0000          -
9572.52/484.88	c       485        6578139         240        20                -           0.0000          -
9673.28/489.93	c       490        6650599         244        20                -           0.0000          -
9771.80/494.98	c       495         157993      136553        20                -           0.0000          -
9870.74/500.01	c       500         159520      137849        20                -           0.0000          -
9972.55/505.07	c       505         160983      139206        20                -           0.0000          -
10073.09/510.13	c       510        6940213         238        20                -           0.0000          -
10171.86/515.16	c       515        7020710         243        20                -           0.0000          -
10270.85/520.18	c       520        7099636         239        20                -           0.0000          -
10369.57/525.19	c       525         170123      162723        20                -           0.0000          -
10469.51/530.28	c       530         171902      164464        20                -           0.0000          -
10570.34/535.33	c       535         173639      166163        20                -           0.0000          -
10669.09/540.37	c       540         175294      167770        20                -           0.0000          -
10769.85/545.45	c       545        7482002         235        20                -           0.0000          -
10870.45/550.50	c       551        7560669         236        20                -           0.0000          -
10969.26/555.57	c       556        7642202         234        20                -           0.0000          -
11067.99/560.57	c       561        7725501         235        20                -           0.0000          -
11168.73/565.65	c       566         178644      154396        20                -           0.0000          -
11269.55/570.73	c       571         180247      155629        20                -           0.0000          -
11368.38/575.79	c       576        7978509         238        20                -           0.0000          -
11469.13/580.83	c       581        8057475         238        20                -           0.0000          -
11567.95/585.88	c       586        8143826         241        20                -           0.0000          -
11668.76/590.93	c       591        8227112         239        20                -           0.0000          -
11767.73/595.95	c       596        8307805         240        20                -           0.0000          -
11866.52/601.03	c       601         410041      365841        20                -           0.0000          -
11968.45/606.09	c       606        8457332         241        20                -           0.0000          -
12067.05/611.13	c       611        8533266         240        20                -           0.0000          -
12167.71/616.18	c       616        8602105         233        20                -           0.0000          -
12266.38/621.19	c       621        8677927         241        20                -           0.0000          -
12366.50/626.20	c       626         196083      169618        20                -           0.0000          -
12465.35/631.22	c       631         204158      195696        20                -           0.0000          -
12563.95/636.28	c       636         205781      197269        20                -           0.0000          -
12664.52/641.39	c       641         207371      198776        20                -           0.0000          -
12765.37/646.44	c       646        9085382         242        20                -           0.0000          -
12866.30/651.54	c       652        9158362         240        20                -           0.0000          -
12965.01/656.58	c       657        9260140         240        20                -           0.0000          -
13065.71/661.63	c       662        9335937         237        20                -           0.0000          -
13164.45/666.68	c       667        9429903         239        20                -           0.0000          -
13265.24/671.72	c       672        9521027         237        20                -           0.0000          -
13364.17/676.78	c       677        9611557         241        20                -           0.0000          -
13465.15/681.83	c       682        9710473         237        20                -           0.0000          -
13564.11/686.88	c       687        9817727         239        20                -           0.0000          -
13662.89/691.89	c       692        9908881         239        20                -           0.0000          -
13763.75/696.94	c       697         215951      186961        20                -           0.0000          -
13862.60/701.98	c       702         217207      188187        20                -           0.0000          -
13964.19/707.04	c       707       10170991         241        20                -           0.0000          -
14062.96/712.09	c       712       10253962         236        20                -           0.0000          -
14161.80/717.11	c       717         477998      426070        20                -           0.0000          -
14262.53/722.18	c       722       10409636         236        20                -           0.0000          -
14362.73/727.22	c       727       10494585         235        20                -           0.0000          -
14461.43/732.24	c       732         486873      434002        20                -           0.0000          -
14560.36/737.28	c       737         237029      227380        20                -           0.0000          -
14661.23/742.33	c       742         238607      228905        20                -           0.0000          -
14760.08/747.34	c       747       10841141         241        20                -           0.0000          -
14858.83/752.39	c       752       10938307         241        20                -           0.0000          -
14959.77/757.45	c       757         232495      201475        20                -           0.0000          -
15058.54/762.49	c       762         233783      202630        20                -           0.0000          -
15159.43/767.55	c       768         235138      203848        20                -           0.0000          -
15260.28/772.60	c       773       11260425         239        20                -           0.0000          -
15359.04/777.66	c       778       11351713         233        20                -           0.0000          -
15459.65/782.76	c       783       11451165         243        20                -           0.0000          -
15558.58/787.79	c       788       11527454         240        20                -           0.0000          -
15659.56/792.80	c       793       11615196         240        20                -           0.0000          -
15758.45/797.82	c       798       11726775         236        20                -           0.0000          -
15859.27/802.91	c       803       11829027         236        20                -           0.0000          -
15958.31/808.02	c       808       11924531         242        20                -           0.0000          -
16059.79/813.06	c       813       12005690         241        20                -           0.0000          -
16158.82/818.09	c       818       12107264         239        20                -           0.0000          -
16259.56/823.15	c       823       12209200         237        20                -           0.0000          -
16359.70/828.21	c       828         264338      253567        20                -           0.0000          -
16458.56/833.26	c       833         252733      219681        20                -           0.0000          -
16557.40/838.28	c       838         253900      220830        20                -           0.0000          -
16660.11/843.40	c       843       12566853         238        20                -           0.0000          -
16759.07/848.48	c       848       12669675         238        20                -           0.0000          -
16859.95/853.53	c       854       12764799         236        20                -           0.0000          -
16958.97/858.58	c       859       12868129         238        20                -           0.0000          -
17059.92/863.60	c       864       12965204         239        20                -           0.0000          -
17158.81/868.67	c       869         562313      499566        20                -           0.0000          -
17259.77/873.73	c       874         564714      501612        20                -           0.0000          -
17358.70/878.78	c       879       13230824         235        20                -           0.0000          -
17459.67/883.83	c       884       13337023         236        20                -           0.0000          -
17558.54/888.88	c       889       13441775         238        20                -           0.0000          -
17659.38/893.90	c       894       13553013         236        20                -           0.0000          -
17758.38/898.93	c       899         285660      274079        20                -           0.0000          -
17857.19/903.98	c       904         271131      235817        20                -           0.0000          -
17958.79/909.05	c       909         272236      236890        20                -           0.0000          -
18057.81/914.08	c       914       13939879         238        20                -           0.0000          -
18156.60/919.13	c       919       14039358         237        20                -           0.0000          -
18258.83/924.21	c       924       14129201         240        20                -           0.0000          -
18357.83/929.26	c       929       14205872         237        20                -           0.0000          -
18458.79/934.32	c       934       14303773         238        20                -           0.0000          -
18557.91/939.37	c       939       14412484         237        20                -           0.0000          -
18658.63/944.42	c       944       14506168         241        20                -           0.0000          -
18757.55/949.48	c       949       14597804         239        20                -           0.0000          -
18858.03/954.53	c       955       14705717         232        20                -           0.0000          -
18956.91/959.55	c       960       14807624         237        20                -           0.0000          -
19057.75/964.63	c       965       14921062         239        20                -           0.0000          -
19156.62/969.64	c       970       15016271         236        20                -           0.0000          -
19257.56/974.73	c       975         289289      251285        20                -           0.0000          -
19356.38/979.78	c       980       15203370         241        20                -           0.0000          -
19457.37/984.81	c       985         311062      298590        20                -           0.0000          -
19556.00/989.88	c       990         312555      300031        20                -           0.0000          -
19656.86/994.93	c       995       15464243         234        20                -           0.0000          -
19755.79/999.94	c      1000       15550146         241        20                -           0.0000          -
19854.63/1004.96	c      1005         629455      558554        20                -           0.0000          -
19953.62/1010.05	c      1010       15742316         235        20                -           0.0000          -
20055.53/1015.13	c      1015         634390      562924        20                -           0.0000          -
20156.03/1020.18	c      1020         636975      565196        20                -           0.0000          -
20256.51/1025.23	c      1025         639132      567073        20                -           0.0000          -
20355.32/1030.28	c      1030       16087474         243        20                -           0.0000          -
20454.03/1035.29	c      1035         305130      264782        20                -           0.0000          -
20555.13/1040.38	c      1040         306313      265769        20                -           0.0000          -
20653.79/1045.40	c      1045       16311848         237        20                -           0.0000          -
20754.65/1050.41	c      1050       16407307         236        20                -           0.0000          -
20853.64/1055.46	c      1055       16504058         243        20                -           0.0000          -
20954.73/1060.51	c      1061       16576902         239        20                -           0.0000          -
21053.64/1065.52	c      1066         334787      321450        20                -           0.0000          -
21152.38/1070.53	c      1071         660475      586139        20                -           0.0000          -
21251.25/1075.55	c      1076       16848530         241        20                -           0.0000          -
21352.13/1080.65	c      1081       16959006         239        20                -           0.0000          -
21452.96/1085.75	c      1086         317186      275409        20                -           0.0000          -
21553.91/1090.81	c      1091       17187419         240        20                -           0.0000          -
21652.70/1095.85	c      1096       17308321         238        20                -           0.0000          -
21753.47/1100.92	c      1101       17405436         239        20                -           0.0000          -
21852.38/1106.03	c      1106       17524049         240        20                -           0.0000          -
21954.11/1111.08	c      1111       17643409         236        20                -           0.0000          -
22053.10/1116.13	c      1116       17764159         236        20                -           0.0000          -
22154.03/1121.18	c      1121       17886562         235        20                -           0.0000          -
22254.01/1126.23	c      1126       18008831         238        20                -           0.0000          -
22352.86/1131.28	c      1131       18131874         237        20                -           0.0000          -
22453.79/1136.33	c      1136         354943      340846        20                -           0.0000          -
22552.68/1141.38	c      1141       18372229         240        20                -           0.0000          -
22653.70/1146.43	c      1146       18489789         232        20                -           0.0000          -
22752.62/1151.44	c      1151         333302      289764        20                -           0.0000          -
22851.52/1156.46	c      1156       18736155         240        20                -           0.0000          -
22952.55/1161.54	c      1162       18858353         240        20                -           0.0000          -
23051.49/1166.59	c      1167       18978811         242        20                -           0.0000          -
23152.33/1171.64	c      1172       19102440         237        20                -           0.0000          -
23253.29/1176.71	c      1177       19223408         239        20                -           0.0000          -
23352.10/1181.73	c      1182       19342155         236        20                -           0.0000          -
23450.95/1186.74	c      1187       19464675         236        20                -           0.0000          -
23551.60/1191.80	c      1192       19587287         236        20                -           0.0000          -
23650.52/1196.85	c      1197       19708534         241        20                -           0.0000          -
23749.54/1201.87	c      1202       19832212         235        20                -           0.0000          -
23850.47/1206.92	c      1207         345862      301381        20                -           0.0000          -
23949.40/1211.95	c      1212         376191      361338        20                -           0.0000          -
24051.18/1217.04	c      1217       20194805         238        20                -           0.0000          -
24150.30/1222.12	c      1222       20315166         233        20                -           0.0000          -
24251.26/1227.15	c      1227       20437912         235        20                -           0.0000          -
24350.14/1232.16	c      1232       20560851         236        20                -           0.0000          -
24450.14/1237.20	c      1237       20683731         236        20                -           0.0000          -
24550.97/1242.37	c      1242       20807336         237        20                -           0.0000          -
24651.69/1247.43	c      1247       20928459         236        20                -           0.0000          -
24750.60/1252.48	c      1252       21051442         233        20                -           0.0000          -
24851.54/1257.53	c      1258       21173524         237        20                -           0.0000          -
24950.52/1262.54	c      1263         359201      313200        20                -           0.0000          -
25051.35/1267.63	c      1268       21417049         234        20                -           0.0000          -
25150.39/1272.68	c      1273       21540919         238        20                -           0.0000          -
25249.43/1277.70	c      1278       21664604         237        20                -           0.0000          -
25350.34/1282.73	c      1283         395636      380088        20                -           0.0000          -
25451.10/1287.82	c      1288       21909695         234        20                -           0.0000          -
25550.04/1292.84	c      1293         398428      382828        20                -           0.0000          -
25650.97/1297.91	c      1298       22154849         236        20                -           0.0000          -
25749.92/1302.93	c      1303       22276742         233        20                -           0.0000          -
25848.67/1307.93	c      1308         370073      322510        20                -           0.0000          -
25947.71/1312.96	c      1313       22523743         234        20                -           0.0000          -
26046.63/1318.00	c      1318       22647482         233        20                -           0.0000          -
26148.14/1323.05	c      1323       22766079         234        20                -           0.0000          -
26247.11/1328.12	c      1328       22887456         235        20                -           0.0000          -
26347.88/1333.17	c      1333       23010587         232        20                -           0.0000          -
26446.86/1338.20	c      1338         779675      691101        20                -           0.0000          -
26549.01/1343.30	c      1343         781979      693249        20                -           0.0000          -
26649.83/1348.43	c      1348       23380203         233        20                -           0.0000          -
26748.80/1353.48	c      1353         380529      331720        20                -           0.0000          -
26849.82/1358.53	c      1359       23624746         236        20                -           0.0000          -
26948.82/1363.58	c      1364       23748152         232        20                -           0.0000          -
27049.72/1368.64	c      1369       23870349         231        20                -           0.0000          -
27148.51/1373.69	c      1374         794135      703919        20                -           0.0000          -
27249.52/1378.73	c      1379         421678      405424        20                -           0.0000          -
27348.43/1383.78	c      1384       24235274         232        20                -           0.0000          -
27449.30/1388.83	c      1389       24338495         237        20                -           0.0000          -
27548.22/1393.86	c      1394       24462973         233        20                -           0.0000          -
27647.20/1398.87	c      1399       24585944         234        20                -           0.0000          -
27747.96/1403.90	c      1404         391738      341393        20                -           0.0000          -
27846.89/1408.96	c      1409         392590      342153        20                -           0.0000          -
27945.95/1414.04	c      1414       24946054         234        20                -           0.0000          -
28047.65/1419.13	c      1419       25064300         238        20                -           0.0000          -
28148.55/1424.18	c      1424       25172280         236        20                -           0.0000          -
28248.80/1429.23	c      1429       25283880         238        20                -           0.0000          -
28347.77/1434.28	c      1434       25396377         233        20                -           0.0000          -
28448.69/1439.33	c      1439         819355      725890        20                -           0.0000          -
28547.56/1444.38	c      1444         821197      727489        20                -           0.0000          -
28646.49/1449.40	c      1449         440420      423686        20                -           0.0000          -
28747.35/1454.43	c      1454       25844203         237        20                -           0.0000          -
28848.04/1459.54	c      1460       25956709         235        20                -           0.0000          -
28947.06/1464.58	c      1465       26069037         235        20                -           0.0000          -
29048.12/1469.63	c      1470       26181371         241        20                -           0.0000          -
29147.12/1474.68	c      1475       26294070         236        20                -           0.0000          -
29248.12/1479.73	c      1480       26406709         237        20                -           0.0000          -
29347.08/1484.78	c      1485       26518642         236        20                -           0.0000          -
29447.99/1489.83	c      1490       26631686         236        20                -           0.0000          -
29546.95/1494.88	c      1495       26744436         232        20                -           0.0000          -
29647.75/1499.91	c      1500       26857104         232        20                -           0.0000          -
29746.78/1504.95	c      1505         412656      359439        20                -           0.0000          -
29845.82/1509.97	c      1510       27082289         241        20                -           0.0000          -
29944.85/1515.02	c      1515         458126      440696        20                -           0.0000          -
30046.54/1520.04	c      1520         459480      442025        20                -           0.0000          -
30145.57/1525.08	c      1525         460877      443358        20                -           0.0000          -
30246.64/1530.16	c      1530       27532704         232        20                -           0.0000          -
30346.88/1535.26	c      1535       27644864         232        20                -           0.0000          -
30447.62/1540.31	c      1540       27756749         233        20                -           0.0000          -
30546.64/1545.33	c      1545       27869153         231        20                -           0.0000          -
30645.51/1550.38	c      1550       27980712         236        20                -           0.0000          -
30746.67/1555.48	c      1555       28093626         236        20                -           0.0000          -
30847.07/1560.51	c      1561       28205253         235        20                -           0.0000          -
30945.84/1565.58	c      1566       28317371         233        20                -           0.0000          -
31046.77/1570.63	c      1571       28430390         240        20                -           0.0000          -
31145.63/1575.68	c      1576       28543057         237        20                -           0.0000          -
31246.70/1580.72	c      1581       28654756         236        20                -           0.0000          -
31345.63/1585.78	c      1586       28764059         229        20                -           0.0000          -
31444.53/1590.79	c      1591         478084      460097        20                -           0.0000          -
31545.59/1595.84	c      1596         479370      461367        20                -           0.0000          -
31644.61/1600.86	c      1601       29096509         231        20                -           0.0000          -
31745.45/1605.94	c      1606       29207448         236        20                -           0.0000          -
31844.34/1610.97	c      1611       29318698         238        20                -           0.0000          -
31945.98/1616.06	c      1616       29425965         231        20                -           0.0000          -
32044.67/1621.13	c      1621       29535631         235        20                -           0.0000          -
32145.75/1626.18	c      1626         437948      380979        20                -           0.0000          -
32245.67/1631.23	c      1631       29757180         234        20                -           0.0000          -
32344.57/1636.28	c      1636       29867184         234        20                -           0.0000          -
32445.50/1641.33	c      1641       29978476         232        20                -           0.0000          -
32544.49/1646.38	c      1646       30090544         228        20                -           0.0000          -
32645.51/1651.43	c      1651       30203138         232        20                -           0.0000          -
32744.56/1656.48	c      1656       30316100         232        20                -           0.0000          -
32845.54/1661.54	c      1662         445389      387317        20                -           0.0000          -
32944.60/1666.58	c      1667         497773      479306        20                -           0.0000          -
33045.56/1671.63	c      1672         499207      480702        20                -           0.0000          -
33144.49/1676.68	c      1677       30766887         233        20                -           0.0000          -
33245.35/1681.71	c      1682       30879354         234        20                -           0.0000          -
33344.26/1686.73	c      1687       30991492         230        20                -           0.0000          -
33443.08/1691.79	c      1692       31101995         233        20                -           0.0000          -
33543.84/1696.88	c      1697         917916      813389        20                -           0.0000          -
33644.68/1701.93	c      1702       31325265         231        20                -           0.0000          -
33743.77/1706.98	c      1707       31435949         233        20                -           0.0000          -
33842.59/1712.03	c      1712       31547359         233        20                -           0.0000          -
33944.31/1717.08	c      1717       31658591         235        20                -           0.0000          -
34043.30/1722.13	c      1722       31769714         234        20                -           0.0000          -
34144.39/1727.16	c      1727       31881318         232        20                -           0.0000          -
34243.37/1732.16	c      1732         515506      496307        20                -           0.0000          -
34342.29/1737.19	c      1737         516902      497617        20                -           0.0000          -
34444.22/1742.33	c      1742       32216739         233        20                -           0.0000          -
34543.27/1747.38	c      1747       32329379         235        20                -           0.0000          -
34642.25/1752.40	c      1752       32442277         229        20                -           0.0000          -
34743.23/1757.44	c      1757       32553522         230        20                -           0.0000          -
34844.18/1762.51	c      1763         463869      403607        20                -           0.0000          -
34943.25/1767.53	c      1768       32779103         235        20                -           0.0000          -
35042.16/1772.54	c      1773       32892061         229        20                -           0.0000          -
35143.16/1777.62	c      1778       33005101         233        20                -           0.0000          -
35242.05/1782.65	c      1783       33118152         234        20                -           0.0000          -
35343.09/1787.72	c      1788       33230528         230        20                -           0.0000          -
35442.05/1792.74	c      1793         468978      408292        20                -           0.0000          -
35541.07/1797.76	c      1798       33451087         241        20                -           0.0000          -
35641.85/1802.81	c      1803       33561125         235        20                -           0.0000          -
35742.78/1807.94	c      1808       33672625         231        20                -           0.0000          -
35841.65/1813.02	c      1813       33784635         235        20                -           0.0000          -
35943.41/1818.08	c      1818         538829      518214        20                -           0.0000          -
36042.18/1823.11	c      1823       34007884         234        20                -           0.0000          -
36143.19/1828.18	c      1828       34120668         232        20                -           0.0000          -
36243.41/1833.23	c      1833       34232958         232        20                -           0.0000          -
36342.50/1838.25	c      1838       34345580         232        20                -           0.0000          -
36443.61/1843.33	c      1843       34457493         235        20                -           0.0000          -
36542.50/1848.38	c      1848       34570339         235        20                -           0.0000          -
36643.56/1853.43	c      1853       34682587         235        20                -           0.0000          -
36742.45/1858.48	c      1858       34794615         235        20                -           0.0000          -
36843.22/1863.50	c      1864         551274      529924        20                -           0.0000          -
36942.19/1868.52	c      1869         552630      531244        20                -           0.0000          -
37041.18/1873.58	c      1874       35129912         236        20                -           0.0000          -
37140.22/1878.59	c      1879       35242294         236        20                -           0.0000          -
37241.26/1883.65	c      1884       35354675         235        20                -           0.0000          -
37342.29/1888.72	c      1889         487086      423918        20                -           0.0000          -
37441.33/1893.79	c      1894       35579135         235        20                -           0.0000          -
37542.30/1898.83	c      1899       35691731         231        20                -           0.0000          -
37641.30/1903.84	c      1904       35803448         234        20                -           0.0000          -
37742.36/1908.97	c      1909       35915635         235        20                -           0.0000          -
37841.39/1914.03	c      1914       36027758         232        20                -           0.0000          -
37943.03/1919.04	c      1919         492771      428675        20                -           0.0000          -
38042.19/1924.11	c      1924         992409      877771        20                -           0.0000          -
38143.10/1929.15	c      1929       36364648         234        20                -           0.0000          -
38243.32/1934.23	c      1934         569775      547630        20                -           0.0000          -
38342.31/1939.25	c      1939       36587913         231        20                -           0.0000          -
38443.36/1944.33	c      1944       36699726         238        20                -           0.0000          -
38542.22/1949.35	c      1949         498072      433134        20                -           0.0000          -
38641.11/1954.38	c      1954       36923703         235        20                -           0.0000          -
38740.34/1959.40	c      1959       37035415         237        20                -           0.0000          -
38841.22/1964.43	c      1964       37147912         234        20                -           0.0000          -
38940.27/1969.49	c      1970       37260177         233        20                -           0.0000          -
39041.25/1974.57	c      1975       37373038         228        20                -           0.0000          -
39142.29/1979.61	c      1980       37484805         235        20                -           0.0000          -
39243.36/1984.73	c      1985       37597250         232        20                -           0.0000          -
39342.07/1989.78	c      1990       37709115         231        20                -           0.0000          -
39443.12/1994.83	c      1995       37822121         233        20                -           0.0000          -
39542.20/1999.88	c      2000         586992      563710        20                -           0.0000          -
39643.18/2004.93	c      2005       38045652         234        20                -           0.0000          -
39742.15/2009.98	c      2010       38157878         232        20                -           0.0000          -
39841.14/2015.01	c      2015       38270138         232        20                -           0.0000          -
39940.24/2020.02	c      2020         510071      443502        20                -           0.0000          -
40039.13/2025.03	c      2025       38492310         232        20                -           0.0000          -
40140.93/2030.08	c      2030       38601379         229        20                -           0.0000          -
40243.02/2035.23	c      2035       38713988         230        20                -           0.0000          -
40341.88/2040.29	c      2040       38825980         224        20                -           0.0000          -
40442.95/2045.33	c      2045       38938028         232        20                -           0.0000          -
40541.97/2050.37	c      2050       39050048         228        20                -           0.0000          -
40643.01/2055.42	c      2055         516869      448770        20                -           0.0000          -
40742.10/2060.45	c      2060         602166      577956        20                -           0.0000          -
40841.14/2065.49	c      2066         603348      579054        20                -           0.0000          -
40942.19/2070.52	c      2071       39500301         233        20                -           0.0000          -
41041.31/2075.55	c      2076       39612623         231        20                -           0.0000          -
41142.41/2080.63	c      2081       39725851         231        20                -           0.0000          -
41243.38/2085.70	c      2086       39838291         233        20                -           0.0000          -
41342.47/2090.77	c      2091       39951319         237        20                -           0.0000          -
41441.30/2095.79	c      2096       40063873         237        20                -           0.0000          -
41542.18/2100.81	c      2101         525404      455992        20                -           0.0000          -
41643.14/2105.93	c      2106       40288953         229        20                -           0.0000          -
41742.00/2110.94	c      2111       40398986         234        20                -           0.0000          -
41841.07/2116.02	c      2116         615900      590693        20                -           0.0000          -
41942.80/2121.07	c      2121       40623988         230        20                -           0.0000          -
42041.85/2126.13	c      2126       40736993         231        20                -           0.0000          -
42142.57/2131.17	c      2131       40849378         232        20                -           0.0000          -
42242.84/2136.22	c      2136       40962147         229        20                -           0.0000          -
42342.03/2141.27	c      2141       41073095         233        20                -           0.0000          -
42442.94/2146.31	c      2146        1062436      937710        20                -           0.0000          -
42542.02/2151.37	c      2151       41297703         231        20                -           0.0000          -
42642.88/2156.40	c      2156       41407983         229        20                -           0.0000          -
42741.94/2161.47	c      2161       41520258         238        20                -           0.0000          -
42842.87/2166.52	c      2167       41630171         235        20                -           0.0000          -
42942.04/2171.56	c      2172         629694      603602        20                -           0.0000          -
43041.00/2176.58	c      2177       41853455         231        20                -           0.0000          -
43142.04/2181.67	c      2182       41965963         233        20                -           0.0000          -
43242.94/2186.72	c      2187        1074413      947910        20                -           0.0000          -
43341.96/2191.76	c      2192         540319      469429        20                -           0.0000          -
43442.87/2196.82	c      2197       42303103         235        20                -           0.0000          -
43541.89/2201.86	c      2202       42415235         233        20                -           0.0000          -
43642.86/2206.91	c      2207       42523696         230        20                -           0.0000          -
43741.67/2211.93	c      2212       42633170         232        20                -           0.0000          -
43840.77/2217.01	c      2217       42745928         230        20                -           0.0000          -
43942.59/2222.05	c      2222         545313      474022        20                -           0.0000          -
44041.72/2227.09	c      2227       42968612         230        20                -           0.0000          -
44142.74/2232.17	c      2232         644171      617208        20                -           0.0000          -
44241.98/2237.20	c      2237         645440      618419        20                -           0.0000          -
44342.14/2242.27	c      2242       43302340         232        20                -           0.0000          -
44443.16/2247.32	c      2247       43414140         234        20                -           0.0000          -
44542.12/2252.34	c      2252         550117      478473        20                -           0.0000          -
44641.23/2257.39	c      2257         550880      479217        20                -           0.0000          -
44742.21/2262.41	c      2262       43749790         232        20                -           0.0000          -
44843.24/2267.52	c      2268       43862722         232        20                -           0.0000          -
44942.35/2272.57	c      2273       43973875         233        20                -           0.0000          -
45041.45/2277.59	c      2278       44086526         232        20                -           0.0000          -
45142.52/2282.61	c      2283        1103581      972895        20                -           0.0000          -
45241.43/2287.65	c      2288         657571      629536        20                -           0.0000          -
45342.65/2292.75	c      2293       44423143         231        20                -           0.0000          -
45443.38/2297.82	c      2298       44535778         230        20                -           0.0000          -
45542.47/2302.87	c      2303       44647606         234        20                -           0.0000          -
45643.16/2307.92	c      2308       44759252         236        20                -           0.0000          -
45742.17/2312.95	c      2313       44871459         229        20                -           0.0000          -
45840.97/2318.02	c      2318         560181      487553        20                -           0.0000          -
45942.87/2323.05	c      2323       45093689         233        20                -           0.0000          -
46042.00/2328.12	c      2328       45204724         228        20                -           0.0000          -
46143.00/2333.17	c      2333       45316409         235        20                -           0.0000          -
46242.16/2338.19	c      2338         669256      640409        20                -           0.0000          -
46342.26/2343.25	c      2343       45540603         233        20                -           0.0000          -
46443.23/2348.30	c      2348       45651716         228        20                -           0.0000          -
46542.32/2353.33	c      2353        1124594      990923        20                -           0.0000          -
46641.24/2358.33	c      2358         566441      493164        20                -           0.0000          -
46742.24/2363.44	c      2363         567250      493824        20                -           0.0000          -
46841.34/2368.47	c      2368       46098882         232        20                -           0.0000          -
46942.39/2373.56	c      2374       46209615         235        20                -           0.0000          -
47043.47/2378.62	c      2379         678518      648914        20                -           0.0000          -
47142.45/2383.67	c      2384         679749      650110        20                -           0.0000          -
47243.35/2388.70	c      2389       46543034         234        20                -           0.0000          -
47342.32/2393.77	c      2394        1134990      999856        20                -           0.0000          -
47441.46/2398.79	c      2399       46766238         230        20                -           0.0000          -
47542.28/2403.85	c      2404       46878718         230        20                -           0.0000          -
47641.43/2408.89	c      2409       46990962         228        20                -           0.0000          -
47742.43/2413.97	c      2414       47101886         228        20                -           0.0000          -
47841.53/2419.02	c      2419       47213927         233        20                -           0.0000          -
47940.69/2424.03	c      2424       47324845         231        20                -           0.0000          -
48042.58/2429.11	c      2429         689983      659525        20                -           0.0000          -
48143.51/2434.15	c      2434       47548332         230        20                -           0.0000          -
48242.76/2439.17	c      2439        1146404     1009464        20                -           0.0000          -
48343.01/2444.27	c      2444       47772632         228        20                -           0.0000          -
48444.27/2449.31	c      2449       47884672         232        20                -           0.0000          -
48543.20/2454.37	c      2454       47996566         230        20                -           0.0000          -
48644.06/2459.42	c      2459       48109046         230        20                -           0.0000          -
48743.01/2464.44	c      2464       48220874         230        20                -           0.0000          -
48844.08/2469.51	c      2470         698617      667619        20                -           0.0000          -
48943.05/2474.56	c      2475         699734      668634        20                -           0.0000          -
49044.06/2479.62	c      2480       48557119         229        20                -           0.0000          -
49143.10/2484.66	c      2485       48669025         229        20                -           0.0000          -
49242.12/2489.67	c      2490       48781368         228        20                -           0.0000          -
49341.15/2494.68	c      2495       48894381         231        20                -           0.0000          -
49440.26/2499.70	c      2500       49007229         225        20                -           0.0000          -
49543.21/2504.86	c      2505       49119137         229        20                -           0.0000          -
49644.16/2509.92	c      2510       49231750         232        20                -           0.0000          -
49743.17/2514.97	c      2515         590139      513986        20                -           0.0000          -
49842.01/2520.01	c      2520        1169180     1029194        20                -           0.0000          -
49943.74/2525.04	c      2525        1170676     1030435        20                -           0.0000          -
50042.91/2530.12	c      2530        1172248     1031815        20                -           0.0000          -
50143.78/2535.16	c      2535       49790345         235        20                -           0.0000          -
50244.06/2540.20	c      2540         593788      517347        20                -           0.0000          -
50343.20/2545.26	c      2545       50012681         235        20                -           0.0000          -
50444.36/2550.32	c      2550       50121968         234        20                -           0.0000          -
50543.32/2555.33	c      2555       50234071         231        20                -           0.0000          -
50644.31/2560.42	c      2560         596416      519928        20                -           0.0000          -
50743.26/2565.47	c      2565         719571      686781        20                -           0.0000          -
50844.35/2570.53	c      2571       50567015         231        20                -           0.0000          -
50943.14/2575.53	c      2576       50677473         229        20                -           0.0000          -
51043.99/2580.62	c      2581       50788097         233        20                -           0.0000          -
51143.07/2585.67	c      2586         600238      523385        20                -           0.0000          -
51244.16/2590.72	c      2591       51011038         226        20                -           0.0000          -
51343.26/2595.77	c      2596        1190377     1047497        20                -           0.0000          -
51444.22/2600.82	c      2601       51231186         236        20                -           0.0000          -
51543.29/2605.84	c      2606         727957      694431        20                -           0.0000          -
51642.05/2610.89	c      2611       51449482         232        20                -           0.0000          -
51743.02/2615.91	c      2616       51559049         233        20                -           0.0000          -
51842.04/2621.03	c      2621       51669120         230        20                -           0.0000          -
51944.18/2626.07	c      2626       51781064         230        20                -           0.0000          -
52043.10/2631.12	c      2631       51890619         229        20                -           0.0000          -
52144.15/2636.17	c      2636       52003026         232        20                -           0.0000          -
52243.22/2641.19	c      2641       52112437         233        20                -           0.0000          -
52343.26/2646.24	c      2646         736588      702432        20                -           0.0000          -
52444.27/2651.32	c      2651       52335521         235        20                -           0.0000          -
52543.36/2656.33	c      2656       52446708         230        20                -           0.0000          -
52644.31/2661.40	c      2661         611497      533331        20                -           0.0000          -
52743.30/2666.45	c      2666       52668684         232        20                -           0.0000          -
52844.27/2671.52	c      2672       52780901         231        20                -           0.0000          -
52943.37/2676.57	c      2677       52891076         232        20                -           0.0000          -
53042.51/2681.59	c      2682       53001382         230        20                -           0.0000          -
53143.65/2686.67	c      2687         745138      710082        20                -           0.0000          -
53244.63/2691.72	c      2692         615890      537066        20                -           0.0000          -
53343.72/2696.77	c      2697       53329896         226        20                -           0.0000          -
53444.65/2701.81	c      2702       53436860         232        20                -           0.0000          -
53543.79/2706.84	c      2707       53547626         228        20                -           0.0000          -
53642.71/2711.85	c      2712         618560      539592        20                -           0.0000          -
53741.68/2716.86	c      2717        1222836     1075422        20                -           0.0000          -
53840.67/2721.88	c      2722        1224239     1076691        20                -           0.0000          -
53941.71/2727.04	c      2727       53986636         232        20                -           0.0000          -
54043.38/2732.08	c      2732         754380      718519        20                -           0.0000          -
54144.76/2737.17	c      2737       54205428         230        20                -           0.0000          -
54244.79/2742.22	c      2742         623112      543723        20                -           0.0000          -
54343.78/2747.24	c      2747       54423960         226        20                -           0.0000          -
54442.82/2752.25	c      2752       54534796         230        20                -           0.0000          -
54543.70/2757.37	c      2757       54645951         231        20                -           0.0000          -
54644.59/2762.41	c      2762       54755803         229        20                -           0.0000          -
54743.75/2767.47	c      2767       54867317         231        20                -           0.0000          -
54842.78/2772.49	c      2772         627657      547461        20                -           0.0000          -
54943.77/2777.57	c      2778       55086897         231        20                -           0.0000          -
55044.90/2782.62	c      2783       55196501         229        20                -           0.0000          -
55143.75/2787.67	c      2788       55305510         230        20                -           0.0000          -
55244.88/2792.72	c      2793        1243294     1093448        20                -           0.0000          -
55343.94/2797.77	c      2798         631126      550573        20                -           0.0000          -
55445.06/2802.82	c      2803       55634253         229        20                -           0.0000          -
55544.23/2807.85	c      2808        1248318     1097969        20                -           0.0000          -
55643.23/2812.88	c      2813       55856612         230        20                -           0.0000          -
55744.24/2817.91	c      2818         771204      733893        20                -           0.0000          -
55843.07/2822.99	c      2823       56078209         229        20                -           0.0000          -
55942.06/2828.01	c      2828       56189705         231        20                -           0.0000          -
56043.91/2833.12	c      2833       56301113         229        20                -           0.0000          -
56145.00/2838.17	c      2838       56411747         233        20                -           0.0000          -
56245.18/2843.22	c      2843       56522825         233        20                -           0.0000          -
56344.25/2848.25	c      2848         777000      739314        20                -           0.0000          -
56443.20/2853.28	c      2853         639864      558798        20                -           0.0000          -
56544.33/2858.33	c      2858       56855684         224        20                -           0.0000          -
56643.47/2863.38	c      2863       56966532         230        20                -           0.0000          -
56744.43/2868.42	c      2868        1263778     1111007        20                -           0.0000          -
56845.61/2873.52	c      2874       57190861         229        20                -           0.0000          -
56944.54/2878.57	c      2879         643391      562175        20                -           0.0000          -
57045.51/2883.61	c      2884       57412892         234        20                -           0.0000          -
57144.47/2888.62	c      2889         784810      746584        20                -           0.0000          -
57243.33/2893.68	c      2894       57634832         226        20                -           0.0000          -
57344.46/2898.77	c      2899       57743808         232        20                -           0.0000          -
57445.23/2903.82	c      2904         647491      566129        20                -           0.0000          -
57544.25/2908.87	c      2909       57958580         232        20                -           0.0000          -
57645.42/2913.92	c      2914       58066993         229        20                -           0.0000          -
57744.32/2918.97	c      2919       58175285         231        20                -           0.0000          -
57843.29/2924.02	c      2924         791712      753006        20                -           0.0000          -
57942.33/2929.05	c      2929       58387702         232        20                -           0.0000          -
58044.09/2934.12	c      2934        1279542     1124537        20                -           0.0000          -
58144.73/2939.17	c      2939       58601273         235        20                -           0.0000          -
58243.94/2944.21	c      2944       58711001         231        20                -           0.0000          -
58344.23/2949.27	c      2949       58816151         229        20                -           0.0000          -
58445.16/2954.32	c      2954       58921111         235        20                -           0.0000          -
58544.18/2959.37	c      2959         655314      573235        20                -           0.0000          -
58643.27/2964.39	c      2964       59133521         233        20                -           0.0000          -
58744.28/2969.47	c      2969        1288501     1132022        20                -           0.0000          -
58845.34/2974.50	c      2975       59346595         235        20                -           0.0000          -
58944.34/2979.52	c      2980       59455739         231        20                -           0.0000          -
59043.33/2984.54	c      2985         658362      575950        20                -           0.0000          -
59144.28/2989.67	c      2990       59666642         234        20                -           0.0000          -
59245.31/2994.72	c      2995       59775656         232        20                -           0.0000          -
59344.27/2999.74	c      3000         806658      766649        20                -           0.0000          -
59443.39/3004.76	c      3005         661149      578440        20                -           0.0000          -
59544.41/3009.82	c      3010        1298897     1140951        20                -           0.0000          -
59643.40/3014.87	c      3015        1300438     1142384        20                -           0.0000          -
59742.43/3019.88	c      3020        1301863     1143593        20                -           0.0000          -
59843.57/3025.02	c      3025         663629      580670        20                -           0.0000          -
59945.35/3030.08	c      3030         812351      771782        20                -           0.0000          -
60044.45/3035.11	c      3035         813329      772650        20                -           0.0000          -
60143.53/3040.14	c      3040       60711932         234        20                -           0.0000          -
60244.46/3045.19	c      3045       60820488         230        20                -           0.0000          -
60344.35/3050.20	c      3050       60922638         226        20                -           0.0000          -
60443.48/3055.22	c      3055       61022930         228        20                -           0.0000          -
60542.39/3060.29	c      3060        1312079     1152473        20                -           0.0000          -
60643.49/3065.36	c      3065         818749      777645        20                -           0.0000          -
60744.66/3070.47	c      3070       61344877         235        20                -           0.0000          -
60845.62/3075.53	c      3076       61452468         228        20                -           0.0000          -
60944.70/3080.57	c      3081         670727      587087        20                -           0.0000          -
61045.83/3085.62	c      3086       61670012         232        20                -           0.0000          -
61144.86/3090.66	c      3091        1320317     1159009        20                -           0.0000          -
61245.96/3095.70	c      3096        1321282     1159928        20                -           0.0000          -
61344.95/3100.78	c      3101         673141      589320        20                -           0.0000          -
61445.94/3105.81	c      3106       62092820         234        20                -           0.0000          -
61544.97/3110.85	c      3111       62204743         231        20                -           0.0000          -
61646.08/3115.94	c      3116       62311246         234        20                -           0.0000          -
61744.92/3120.98	c      3121       62417648         228        20                -           0.0000          -
61844.06/3126.03	c      3126       62528570         226        20                -           0.0000          -
61945.82/3131.04	c      3131        1329732     1167054        20                -           0.0000          -
62044.70/3136.10	c      3136        1330960     1168091        20                -           0.0000          -
62145.98/3141.18	c      3141         677745      593717        20                -           0.0000          -
62246.18/3146.23	c      3146        1332814     1169613        20                -           0.0000          -
62345.04/3151.28	c      3151       63066556         228        20                -           0.0000          -
62445.98/3156.33	c      3156       63177223         227        20                -           0.0000          -
62545.02/3161.34	c      3161         836161      793257        20                -           0.0000          -
62646.07/3166.42	c      3166         680725      596444        20                -           0.0000          -
62745.09/3171.48	c      3171         681376      597054        20                -           0.0000          -
62846.08/3176.51	c      3177       63607121         229        20                -           0.0000          -
62945.07/3181.58	c      3182       63714029         231        20                -           0.0000          -
63046.11/3186.63	c      3187       63816305         225        20                -           0.0000          -
63145.29/3191.68	c      3192       63915146         230        20                -           0.0000          -
63246.27/3196.72	c      3197         842331      798985        20                -           0.0000          -
63345.38/3201.78	c      3202       64116285         227        20                -           0.0000          -
63444.56/3206.80	c      3207       64221505         229        20                -           0.0000          -
63545.62/3211.85	c      3212       64325289         225        20                -           0.0000          -
63646.69/3216.93	c      3217       64426006         232        20                -           0.0000          -
63745.82/3221.99	c      3222        1352146     1186722        20                -           0.0000          -
63845.00/3227.01	c      3227         847873      804032        20                -           0.0000          -
63946.95/3232.09	c      3232       64745460         228        20                -           0.0000          -
64047.81/3237.14	c      3237       64852897         227        20                -           0.0000          -
64146.65/3242.19	c      3242       64960473         231        20                -           0.0000          -
64247.02/3247.21	c      3247         692294      606153        20                -           0.0000          -
64346.10/3252.21	c      3252       65155732         234        20                -           0.0000          -
64445.24/3257.28	c      3257       65261301         223        20                -           0.0000          -
64546.16/3262.31	c      3262        1361997     1195380        20                -           0.0000          -
64645.08/3267.33	c      3267         854938      810468        20                -           0.0000          -
64746.22/3272.47	c      3272       65581049         227        20                -           0.0000          -
64847.48/3277.54	c      3278       65687634         230        20                -           0.0000          -
64946.34/3282.59	c      3283       65790305         227        20                -           0.0000          -
65047.38/3287.61	c      3288         698155      610992        20                -           0.0000          -
65146.04/3292.62	c      3293        1369274     1201552        20                -           0.0000          -
65245.16/3297.64	c      3298       66113146         226        20                -           0.0000          -
65345.89/3302.74	c      3303       66216408         228        20                -           0.0000          -
65445.11/3307.78	c      3308         861761      816553        20                -           0.0000          -
65546.21/3312.89	c      3313       66421083         229        20                -           0.0000          -
65647.10/3317.94	c      3318       66524907         229        20                -           0.0000          -
65746.08/3322.99	c      3323       66633708         226        20                -           0.0000          -
65847.70/3328.04	c      3328       66739838         226        20                -           0.0000          -
65946.95/3333.06	c      3333       66845158         228        20                -           0.0000          -
66047.83/3338.14	c      3338         866944      821240        20                -           0.0000          -
66147.24/3343.16	c      3343       67064795         227        20                -           0.0000          -
66246.43/3348.18	c      3348       67171182         230        20                -           0.0000          -
66346.46/3353.20	c      3353         705946      618041        20                -           0.0000          -
66445.53/3358.25	c      3358        1384333     1213965        20                -           0.0000          -
66544.62/3363.29	c      3363        1385204     1214642        20                -           0.0000          -
66647.64/3368.44	c      3368       67606357         229        20                -           0.0000          -
66746.77/3373.48	c      3373         873094      826902        20                -           0.0000          -
66847.89/3378.54	c      3379       67818743         229        20                -           0.0000          -
66946.95/3383.59	c      3384       67930394         224        20                -           0.0000          -
67047.91/3388.61	c      3389        1390920     1219065        20                -           0.0000          -
67147.04/3393.61	c      3394         710904      622540        20                -           0.0000          -
67248.15/3398.72	c      3399       68244425         229        20                -           0.0000          -
67347.23/3403.79	c      3404         878194      831456        20                -           0.0000          -
67448.32/3408.84	c      3409       68439609         225        20                -           0.0000          -
67547.41/3413.89	c      3414         713132      624616        20                -           0.0000          -
67648.47/3418.95	c      3419        1397324     1224361        20                -           0.0000          -
67747.48/3423.98	c      3424       68725331         229        20                -           0.0000          -
67846.71/3428.99	c      3429       68828631         229        20                -           0.0000          -
67945.66/3434.05	c      3434       68937533         227        20                -           0.0000          -
68047.31/3439.13	c      3439         883829      836551        20                -           0.0000          -
68148.41/3444.16	c      3444       69147107         235        20                -           0.0000          -
68248.84/3449.24	c      3449       69256027         231        20                -           0.0000          -
68347.84/3454.29	c      3454       69366358         228        20                -           0.0000          -
68448.88/3459.34	c      3459       69477663         231        20                -           0.0000          -
68548.11/3464.39	c      3464        1407451     1232757        20                -           0.0000          -
68649.00/3469.44	c      3469       69687414         226        20                -           0.0000          -
68747.95/3474.49	c      3474         720332      630877        20                -           0.0000          -
68848.94/3479.53	c      3480       69903239         229        20                -           0.0000          -
68947.93/3484.59	c      3485       70013377         231        20                -           0.0000          -
69048.80/3489.64	c      3490         721830      632262        20                -           0.0000          -
69147.93/3494.69	c      3495       70226697         227        20                -           0.0000          -
69249.05/3499.74	c      3500       70327974         230        20                -           0.0000          -
69347.94/3504.79	c      3505       70435101         229        20                -           0.0000          -
69448.85/3509.84	c      3510         723845      634214        20                -           0.0000          -
69547.95/3514.89	c      3515       70642777         233        20                -           0.0000          -
69649.04/3519.94	c      3520       70746635         233        20                -           0.0000          -
69748.02/3524.99	c      3525         725367      635640        20                -           0.0000          -
69847.26/3530.04	c      3530       70963735         227        20                -           0.0000          -
69948.79/3535.05	c      3535       71066845         231        20                -           0.0000          -
70047.62/3540.09	c      3540       71175475         229        20                -           0.0000          -
70146.83/3545.09	c      3545         900433      851487        20                -           0.0000          -
70247.55/3550.15	c      3550         728260      638411        20                -           0.0000          -
70348.00/3555.20	c      3555        1428691     1250431        20                -           0.0000          -
70447.04/3560.29	c      3560       71584277         225        20                -           0.0000          -
70548.04/3565.39	c      3565       71680886         232        20                -           0.0000          -
70649.04/3570.44	c      3570         904319      855163        20                -           0.0000          -
70748.15/3575.49	c      3576         731652      641505        20                -           0.0000          -
70849.27/3580.54	c      3581       71996598         232        20                -           0.0000          -
70948.38/3585.58	c      3586       72105091         231        20                -           0.0000          -
71049.46/3590.61	c      3591       72211820         226        20                -           0.0000          -
71148.55/3595.69	c      3596       72312244         228        20                -           0.0000          -
71249.41/3600.74	c      3601        1439161     1259314        20                -           0.0000          -
71348.48/3605.78	c      3606       72515240         228        20                -           0.0000          -
71449.49/3610.83	c      3611       72619787         225        20                -           0.0000          -
71548.59/3615.89	c      3616       72726650         228        20                -           0.0000          -
71649.64/3620.91	c      3621         737948      647204        20                -           0.0000          -
71748.69/3625.99	c      3626       72932333         223        20                -           0.0000          -
71850.17/3631.04	c      3631       73024620         226        20                -           0.0000          -
71949.35/3636.09	c      3636       73129378         228        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: 191633 MiB (189994 MiB free)
  memory of node 1: 193531 MiB (191737 MiB free)
  memory of node 2: 193531 MiB (191949 MiB free)
  memory of node 3: 193531 MiB (192242 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-4465801-1722587343/watcher-4465801-1722587343 -o /tmp/evaluation-result-4465801-1722587343/solver-4465801-1722587343 -C 72000 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeD101-1722587343-157283 --watchdog 3760 ./fscip settings/racing.prm HOME/instance-4465801-1722587343.opb -qsol -t 72000 -sth 20 

running on 20 cores: 0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76

CPU governors:
  performance: 0 4 8 12 16 20 24 28 32 36 40 44 48 52 56 60 64 68 72 76

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


[startup+0.100071 s]*
/proc/loadavg: 64.31 79.14 82.34 16/968 157449
/proc/meminfo: memFree=783957228/790760800 swapFree=131071996/131071996
[pid=157328] ppid=157323 vsize=1719312 memory=199872 CPUtime=0.45 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/157328/stat : 157328 (fscip) R 157323 157328 157273 0 -1 4194304 46270 0 0 0 32 13 0 0 20 0 41 0 25321045 1760575488 49968 809668444160 4194304 16623229 140721420122880 0 0 0 0 0 2 0 0 0 17 16 0 0 0 0 0 18838560 18947056 41984000 140721420129289 140721420129407 140721420129407 140721420136432 0
/proc/157328/statm: 429828 49968 2790 3035 0 137168 0
[pid=157328/tid=157341] ppid=157323 vsize=1719312 memory=4026531959 CPUtime=0.01 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/157328/task/157341/stat : 157341 (fscip) D 157323 157328 157273 0 -1 4194368 2053 0 0 0 1 0 0 0 20 0 41 0 25321047 1760575488 49968 809668444160 4194304 16623229 140721420122880 0 0 0 0 0 2 1 0 0 -1 56 0 0 0 0 0 18838560 18947056 41984000 140721420129289 140721420129407 140721420129407 140721420136432 0
[pid=157328/tid=157342] ppid=157323 vsize=1719312 memory=74236 CPUtime=0.01 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/157328/task/157342/stat : 157342 (fscip) R 157323 157328 157273 0 -1 4194368 2054 0 0 0 1 0 0 0 20 0 41 0 25321047 1760575488 49968 809668444160 4194304 16623229 140721420122880 0 0 0 0 0 2 0 0 0 -1 64 0 0 0 0 0 18838560 18947056 41984000 140721420129289 140721420129407 140721420129407 140721420136432 0
[pid=157328/tid=157343] ppid=157323 vsize=1719312 memory=55216921903569 CPUtime=0.01 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/157328/task/157343/stat : 157343 (fscip) D 157323 157328 157273 0 -1 4194368 2061 0 0 0 1 0 0 0 20 0 41 0 25321047 1760575488 49968 809668444160 4194304 16623229 140721420122880 0 0 0 0 0 2 0 0 0 -1 0 0 0 0 0 0 18838560 18947056 41984000 140721420129289 140721420129407 140721420129407 140721420136432 0
[pid=157328/tid=157344] ppid=157323 vsize=1719312 memory=52983572464199 CPUtime=0.01 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/157328/task/157344/stat : 157344 (fscip) D 157323 157328 157273 0 -1 4194368 2080 0 0 0 1 0 0 0 20 0 41 0 25321047 1760575488 49968 809668444160 4194304 16623229 140721420122880 0 0 0 0 0 2 1 0 0 -1 36 0 0 0 0 0 18838560 18947056 41984000 140721420129289 140721420129407 140721420129407 140721420136432 0
[pid=157328/tid=157345] ppid=157323 vsize=1719312 memory=59584953975483 CPUtime=0.01 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/157328/task/157345/stat : 157345 (fscip) R 157323 157328 157273 0 -1 4194368 2104 0 0 0 1 0 0 0 20 0 41 0 25321047 1760575488 49968 809668444160 4194304 16623229 140721420122880 0 0 0 0 0 2 0 0 0 -1 52 0 0 0 0 0 18838560 18947056 41984000 140721420129289 140721420129407 140721420129407 140721420136432 0
[pid=157328/tid=157346] ppid=157323 vsize=1719312 memory=56299354326018 CPUtime=0.01 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/157328/task/157346/stat : 157346 (fscip) R 157323 157328 157273 0 -1 4194368 1970 0 0 0 1 0 0 0 20 0 41 0 25321047 1760575488 49968 809668444160 4194304 16623229 140721420122880 0 0 0 0 0 2 0 0 0 -1 44 0 0 0 0 0 18838560 18947056 41984000 140721420129289 140721420129407 140721420129407 140721420136432 0
[pid=157328/tid=157347] ppid=157323 vsize=1719312 memory=14692989452682733 CPUtime=0.01 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/157328/task/157347/stat : 157347 (fscip) R 157323 157328 157273 0 -1 4194368 2091 0 0 0 1 0 0 0 20 0 41 0 25321047 1760575488 49968 809668444160 4194304 16623229 140721420122880 0 0 0 0 0 2 1 0 0 -1 48 0 0 0 0 0 18838560 18947056 41984000 140721420129289 140721420129407 140721420129407 140721420136432 0
[pid=157328/tid=157348] ppid=157323 vsize=1719312 memory=3905524891058980652 CPUtime=0.01 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/157328/task/157348/stat : 157348 (fscip) R 157323 157328 157273 0 -1 4194368 2057 0 0 0 1 0 0 0 20 0 41 0 25321047 1760575488 49968 809668444160 4194304 16623229 140721420122880 0 0 0 0 0 2 0 0 0 -1 16 0 0 0 0 0 18838560 18947056 41984000 140721420129289 140721420129407 140721420129407 140721420136432 0
[pid=157328/tid=157349] ppid=157323 vsize=1719312 memory=315603 CPUtime=0.01 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/157328/task/157349/stat : 157349 (fscip) R 157323 157328 157273 0 -1 4194368 2091 0 0 0 1 0 0 0 20 0 41 0 25321047 1760575488 50034 809668444160 4194304 16623229 140721420122880 0 0 0 0 0 2 0 0 0 -1 12 0 0 0 0 0 18838560 18947056 41984000 140721420129289 140721420129407 140721420129407 140721420136432 0
[pid=157328/tid=157350] ppid=157323 vsize=1719312 memory=371867 CPUtime=0.01 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/157328/task/157350/stat : 157350 (fscip) R 157323 157328 157273 0 -1 4194368 2140 0 0 0 1 0 0 0 20 0 41 0 25321047 1760575488 50034 809668444160 4194304 16623229 140721420122880 0 0 0 0 0 2 0 0 0 -1 40 0 0 0 0 0 18838560 18947056 41984000 140721420129289 140721420129407 140721420129407 140721420136432 0
[pid=157328/tid=157351] ppid=157323 vsize=1719312 memory=0 CPUtime=0.01 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/157328/task/157351/stat : 157351 (fscip) R 157323 157328 157273 0 -1 4194368 2136 0 0 0 1 0 0 0 20 0 41 0 25321047 1760575488 50034 809668444160 4194304 16623229 140721420122880 0 0 0 0 0 2 1 0 0 -1 72 0 0 0 0 0 18838560 18947056 41984000 140721420129289 140721420129407 140721420129407 140721420136432 0
[pid=157328/tid=157352] ppid=157323 vsize=1719312 memory=0 CPUtime=0.01 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/157328/task/157352/stat : 157352 (fscip) R 157323 157328 157273 0 -1 4194368 2060 0 0 0 1 0 0 0 20 0 41 0 25321047 1760575488 50166 809668444160 4194304 16623229 140721420122880 0 0 0 0 0 2 0 0 0 -1 28 0 0 0 0 0 18838560 18947056 41984000 140721420129289 140721420129407 140721420129407 140721420136432 0
[pid=157328/tid=157353] ppid=157323 vsize=1719312 memory=0 CPUtime=0.01 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/157328/task/157353/stat : 157353 (fscip) R 157323 157328 157273 0 -1 4194368 2087 0 0 0 1 0 0 0 20 0 41 0 25321047 1760575488 50298 809668444160 4194304 16623229 140721420122880 0 0 0 0 0 2 0 0 0 -1 56 0 0 0 0 0 18838560 18947056 41984000 140721420129289 140721420129407 140721420129407 140721420136432 0
[pid=157328/tid=157354] ppid=157323 vsize=1719312 memory=0 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/157328/task/157354/stat : 157354 (fscip) R 157323 157328 157273 0 -1 4194368 2115 0 0 0 1 1 0 0 20 0 41 0 25321047 1760575488 50364 809668444160 4194304 16623229 140721420122880 0 0 0 0 0 2 0 0 0 -1 68 0 0 0 0 0 18838560 18947056 41984000 140721420129289 140721420129407 140721420129407 140721420136432 0
[pid=157328/tid=157355] ppid=157323 vsize=1719312 memory=0 CPUtime=0.01 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/157328/task/157355/stat : 157355 (fscip) R 157323 157328 157273 0 -1 4194368 2090 0 0 0 1 0 0 0 20 0 41 0 25321047 1760575488 50364 809668444160 4194304 16623229 140721420122880 0 0 0 0 0 2 0 0 0 -1 60 0 0 0 0 0 18838560 18947056 41984000 140721420129289 140721420129407 140721420129407 140721420136432 0
[pid=157328/tid=157356] ppid=157323 vsize=1719312 memory=0 CPUtime=0.01 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/157328/task/157356/stat : 157356 (fscip) D 157323 157328 157273 0 -1 4194368 2122 0 0 0 1 0 0 0 20 0 41 0 25321047 1760575488 50364 809668444160 4194304 16623229 140721420122880 0 0 0 0 0 2 1 0 0 -1 32 0 0 0 0 0 18838560 18947056 41984000 140721420129289 140721420129407 140721420129407 140721420136432 0
[pid=157328/tid=157357] ppid=157323 vsize=1719312 memory=0 CPUtime=0.01 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/157328/task/157357/stat : 157357 (fscip) D 157323 157328 157273 0 -1 4194368 2154 0 0 0 1 0 0 0 20 0 41 0 25321047 1760575488 50364 809668444160 4194304 16623229 140721420122880 0 0 0 0 0 2 1 0 0 -1 4 0 0 0 0 0 18838560 18947056 41984000 140721420129289 140721420129407 140721420129407 140721420136432 0
[pid=157328/tid=157358] ppid=157323 vsize=1719312 memory=0 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/157328/task/157358/stat : 157358 (fscip) R 157323 157328 157273 0 -1 4194368 1968 0 0 0 0 0 0 0 20 0 41 0 25321047 1760575488 50364 809668444160 4194304 16623229 140721420122880 0 0 0 0 0 2 0 0 0 -1 8 0 0 0 0 0 18838560 18947056 41984000 140721420129289 140721420129407 140721420129407 140721420136432 0
[pid=157328/tid=157359] ppid=157323 vsize=1719312 memory=0 CPUtime=0.01 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/157328/task/157359/stat : 157359 (fscip) R 157323 157328 157273 0 -1 4194368 2115 0 0 0 1 0 0 0 20 0 41 0 25321047 1760575488 50496 809668444160 4194304 16623229 140721420122880 0 0 0 0 0 2 0 0 0 -1 20 0 0 0 0 0 18838560 18947056 41984000 140721420129289 140721420129407 140721420129407 140721420136432 0
[pid=157328/tid=157360] ppid=157323 vsize=1719312 memory=0 CPUtime=0.01 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/157328/task/157360/stat : 157360 (fscip) R 157323 157328 157273 0 -1 4194368 2139 0 0 0 1 0 0 0 20 0 41 0 25321047 1760575488 50496 809668444160 4194304 16623229 140721420122880 0 0 0 0 0 2 0 0 0 -1 24 0 0 0 0 0 18838560 18947056 41984000 140721420129289 140721420129407 140721420129407 140721420136432 0
[pid=157328/tid=157407] ppid=157323 vsize=1719312 memory=0 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/157328/task/157407/stat : 157407 (fscip) S 157323 157328 157273 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 25321054 1760575488 50496 809668444160 4194304 16623229 140721420122880 0 0 0 0 0 2 1 0 0 -1 72 0 0 0 0 0 18838560 18947056 41984000 140721420129289 140721420129407 140721420129407 140721420136432 0
[pid=157328/tid=157408] ppid=157323 vsize=1719312 memory=0 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/157328/task/157408/stat : 157408 (fscip) S 157323 157328 157273 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 25321054 1760575488 50496 809668444160 4194304 16623229 140721420122880 0 0 0 0 0 2 1 0 0 -1 32 0 0 0 0 0 18838560 18947056 41984000 140721420129289 140721420129407 140721420129407 140721420136432 0
[pid=157328/tid=157409] ppid=157323 vsize=1719312 memory=0 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/157328/task/157409/stat : 157409 (fscip) S 157323 157328 157273 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 25321054 1760575488 50496 809668444160 4194304 16623229 140721420122880 0 0 0 0 0 2 1 0 0 -1 24 0 0 0 0 0 18838560 18947056 41984000 140721420129289 140721420129407 140721420129407 140721420136432 0
[pid=157328/tid=157410] ppid=157323 vsize=1719312 memory=0 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/157328/task/157410/stat : 157410 (fscip) S 157323 157328 157273 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 25321054 1760575488 50562 809668444160 4194304 16623229 140721420122880 0 0 0 0 0 2 1 0 0 -1 64 0 0 0 0 0 18838560 18947056 41984000 140721420129289 140721420129407 140721420129407 140721420136432 0
[pid=157328/tid=157411] ppid=157323 vsize=1719312 memory=0 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/157328/task/157411/stat : 157411 (fscip) S 157323 157328 157273 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 25321054 1760575488 50562 809668444160 4194304 16623229 140721420122880 0 0 0 0 0 2 1 0 0 -1 60 0 0 0 0 0 18838560 18947056 41984000 140721420129289 140721420129407 140721420129407 140721420136432 0
[pid=157328/tid=157412] ppid=157323 vsize=1719312 memory=0 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/157328/task/157412/stat : 157412 (fscip) S 157323 157328 157273 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 25321054 1760575488 50562 809668444160 4194304 16623229 140721420122880 0 0 0 0 0 2 1 0 0 -1 44 0 0 0 0 0 18838560 18947056 41984000 140721420129289 140721420129407 140721420129407 140721420136432 0
[pid=157328/tid=157413] ppid=157323 vsize=1719312 memory=0 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/157328/task/157413/stat : 157413 (fscip) S 157323 157328 157273 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 25321054 1760575488 50562 809668444160 4194304 16623229 140721420122880 0 0 0 0 0 2 1 0 0 -1 56 0 0 0 0 0 18838560 18947056 41984000 140721420129289 140721420129407 140721420129407 140721420136432 0
[pid=157328/tid=157414] ppid=157323 vsize=1719312 memory=0 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/157328/task/157414/stat : 157414 (fscip) S 157323 157328 157273 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 25321054 1760575488 50694 809668444160 4194304 16623229 140721420122880 0 0 0 0 0 2 1 0 0 -1 56 0 0 0 0 0 18838560 18947056 41984000 140721420129289 140721420129407 140721420129407 140721420136432 0
[pid=157328/tid=157415] ppid=157323 vsize=1719312 memory=0 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/157328/task/157415/stat : 157415 (fscip) S 157323 157328 157273 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 25321054 1760575488 50694 809668444160 4194304 16623229 140721420122880 0 0 0 0 0 2 1 0 0 -1 36 0 0 0 0 0 18838560 18947056 41984000 140721420129289 140721420129407 140721420129407 140721420136432 0
[pid=157328/tid=157416] ppid=157323 vsize=1719312 memory=0 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/157328/task/157416/stat : 157416 (fscip) S 157323 157328 157273 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 25321054 1760575488 50694 809668444160 4194304 16623229 140721420122880 0 0 0 0 0 2 1 0 0 -1 68 0 0 0 0 0 18838560 18947056 41984000 140721420129289 140721420129407 140721420129407 140721420136432 0
[pid=157328/tid=157417] ppid=157323 vsize=1719312 memory=0 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/157328/task/157417/stat : 157417 (fscip) S 157323 157328 157273 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 25321054 1760575488 50694 809668444160 4194304 16623229 140721420122880 0 0 0 0 0 2 1 0 0 -1 48 0 0 0 0 0 18838560 18947056 41984000 140721420129289 140721420129407 140721420129407 140721420136432 0
[pid=157328/tid=157418] ppid=157323 vsize=1719312 memory=0 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/157328/task/157418/stat : 157418 (fscip) S 157323 157328 157273 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 25321054 1760575488 50694 809668444160 4194304 16623229 140721420122880 0 0 0 0 0 2 1 0 0 -1 40 0 0 0 0 0 18838560 18947056 41984000 140721420129289 140721420129407 140721420129407 140721420136432 0
[pid=157328/tid=157419] ppid=157323 vsize=1719312 memory=0 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/157328/task/157419/stat : 157419 (fscip) S 157323 157328 157273 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 25321054 1760575488 50694 809668444160 4194304 16623229 140721420122880 0 0 0 0 0 2 1 0 0 -1 20 0 0 0 0 0 18838560 18947056 41984000 140721420129289 140721420129407 140721420129407 140721420136432 0
[pid=157328/tid=157420] ppid=157323 vsize=1719312 memory=0 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/157328/task/157420/stat : 157420 (fscip) S 157323 157328 157273 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 25321054 1760575488 50694 809668444160 4194304 16623229 140721420122880 0 0 0 0 0 2 1 0 0 -1 52 0 0 0 0 0 18838560 18947056 41984000 140721420129289 140721420129407 140721420129407 140721420136432 0
[pid=157328/tid=157421] ppid=157323 vsize=1719312 memory=0 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/157328/task/157421/stat : 157421 (fscip) S 157323 157328 157273 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 25321054 1760575488 50694 809668444160 4194304 16623229 140721420122880 0 0 0 0 0 2 1 0 0 -1 8 0 0 0 0 0 18838560 18947056 41984000 140721420129289 140721420129407 140721420129407 140721420136432 0
[pid=157328/tid=157422] ppid=157323 vsize=1719312 memory=0 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/157328/task/157422/stat : 157422 (fscip) S 157323 157328 157273 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 25321054 1760575488 50760 809668444160 4194304 16623229 140721420122880 0 0 0 0 0 2 1 0 0 -1 16 0 0 0 0 0 18838560 18947056 41984000 140721420129289 140721420129407 140721420129407 140721420136432 0
[pid=157328/tid=157423] ppid=157323 vsize=1719312 memory=0 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/157328/task/157423/stat : 157423 (fscip) S 157323 157328 157273 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 25321054 1760575488 50760 809668444160 4194304 16623229 140721420122880 0 0 0 0 0 2 1 0 0 -1 76 0 0 0 0 0 18838560 18947056 41984000 140721420129289 140721420129407 140721420129407 140721420136432 0
[pid=157328/tid=157424] ppid=157323 vsize=1719312 memory=0 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/157328/task/157424/stat : 157424 (fscip) S 157323 157328 157273 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 25321054 1760575488 50760 809668444160 4194304 16623229 140721420122880 0 0 0 0 0 2 1 0 0 -1 12 0 0 0 0 0 18838560 18947056 41984000 140721420129289 140721420129407 140721420129407 140721420136432 0
[pid=157328/tid=157425] ppid=157323 vsize=1719312 memory=0 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/157328/task/157425/stat : 157425 (fscip) S 157323 157328 157273 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 25321054 1760575488 50760 809668444160 4194304 16623229 140721420122880 0 0 0 0 0 2 1 0 0 -1 0 0 0 0 0 0 18838560 18947056 41984000 140721420129289 140721420129407 140721420129407 140721420136432 0
[pid=157328/tid=157426] ppid=157323 vsize=1719312 memory=0 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/157328/task/157426/stat : 157426 (fscip) S 157323 157328 157273 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 25321054 1760575488 50760 809668444160 4194304 16623229 140721420122880 0 0 0 0 0 2 1 0 0 -1 4 0 0 0 0 0 18838560 18947056 41984000 140721420129289 140721420129407 140721420129407 140721420136432 0
Current children cumulated CPU time: 0.45 s
Current children cumulated vsize: 1719312 KiB
Current children cumulated memory: 199872 KiB

[startup+0.234213 s]*
/proc/loadavg: 64.04 78.84 82.22 63/1005 157486
/proc/meminfo: memFree=783180884/790760800 swapFree=131071996/131071996
[pid=157328] ppid=157323 vsize=1721192 memory=362696 CPUtime=3.12 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/157328/stat : 157328 (fscip) S 157323 157328 157273 0 -1 1077936128 92596 0 0 0 263 49 0 0 20 0 41 0 25321045 1762500608 90674 809668444160 4194304 16623229 140721420122880 0 0 0 0 0 2 0 0 0 17 32 0 0 0 0 0 18838560 18947056 41984000 140721420129289 140721420129407 140721420129407 140721420136432 0
/proc/157328/statm: 430298 90674 2950 3035 0 182630 0
[pid=157328/tid=157341] ppid=157323 vsize=1721192 memory=4026531959 CPUtime=0.14 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/157328/task/157341/stat : 157341 (fscip) R 157323 157328 157273 0 -1 4194368 4917 0 0 0 12 2 0 0 20 0 41 0 25321047 1762500608 90740 809668444160 4194304 16623229 140721420122880 0 0 0 0 0 2 0 0 0 -1 56 0 0 0 0 0 18838560 18947056 41984000 140721420129289 140721420129407 140721420129407 140721420136432 0
[pid=157328/tid=157342] ppid=157323 vsize=1721192 memory=74236 CPUtime=0.14 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/157328/task/157342/stat : 157342 (fscip) R 157323 157328 157273 0 -1 4194368 5230 0 0 0 11 3 0 0 20 0 41 0 25321047 1762500608 90740 809668444160 4194304 16623229 140721420122880 0 0 0 0 0 2 0 0 0 -1 44 0 0 0 0 0 18838560 18947056 41984000 140721420129289 140721420129407 140721420129407 140721420136432 0
[pid=157328/tid=157343] ppid=157323 vsize=1721192 memory=55216921903569 CPUtime=0.16 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/157328/task/157343/stat : 157343 (fscip) R 157323 157328 157273 0 -1 4194368 2595 0 0 0 16 0 0 0 20 0 41 0 25321047 1762500608 90740 809668444160 4194304 16623229 140721420122880 0 0 0 0 0 2 0 0 0 -1 0 0 0 0 0 0 18838560 18947056 41984000 140721420129289 140721420129407 140721420129407 140721420136432 0
[pid=157328/tid=157344] ppid=157323 vsize=1721192 memory=52983572464199 CPUtime=0.14 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/157328/task/157344/stat : 157344 (fscip) R 157323 157328 157273 0 -1 4194368 4922 0 0 0 12 2 0 0 20 0 41 0 25321047 1762500608 90740 809668444160 4194304 16623229 140721420122880 0 0 0 0 0 2 0 0 0 -1 36 0 0 0 0 0 18838560 18947056 41984000 140721420129289 140721420129407 140721420129407 140721420136432 0
[pid=157328/tid=157345] ppid=157323 vsize=1721192 memory=59584953975483 CPUtime=0.15 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/157328/task/157345/stat : 157345 (fscip) R 157323 157328 157273 0 -1 4194368 5450 0 0 0 12 3 0 0 20 0 41 0 25321047 1762500608 90740 809668444160 4194304 16623229 140721420122880 0 0 0 0 0 2 0 0 0 -1 52 0 0 0 0 0 18838560 18947056 41984000 140721420129289 140721420129407 140721420129407 140721420136432 0
[pid=157328/tid=157346] ppid=157323 vsize=1721192 memory=56299354326018 CPUtime=0.15 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/157328/task/157346/stat : 157346 (fscip) R 157323 157328 157273 0 -1 4194368 2585 0 0 0 15 0 0 0 20 0 41 0 25321047 1762500608 90740 809668444160 4194304 16623229 140721420122880 0 0 0 0 0 2 0 0 0 -1 4 0 0 0 0 0 18838560 18947056 41984000 140721420129289 140721420129407 140721420129407 140721420136432 0
[pid=157328/tid=157347] ppid=157323 vsize=1721192 memory=14692989452682733 CPUtime=0.14 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/157328/task/157347/stat : 157347 (fscip) R 157323 157328 157273 0 -1 4194368 4912 0 0 0 12 2 0 0 20 0 41 0 25321047 1762500608 90740 809668444160 4194304 16623229 140721420122880 0 0 0 0 0 2 0 0 0 -1 60 0 0 0 0 0 18838560 18947056 41984000 140721420129289 140721420129407 140721420129407 140721420136432 0
[pid=157328/tid=157348] ppid=157323 vsize=1721192 memory=3905524891058980652 CPUtime=0.14 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/157328/task/157348/stat : 157348 (fscip) R 157323 157328 157273 0 -1 4194368 5268 0 0 0 11 3 0 0 20 0 41 0 25321047 1762500608 90740 809668444160 4194304 16623229 140721420122880 0 0 0 0 0 2 0 0 0 -1 32 0 0 0 0 0 18838560 18947056 41984000 140721420129289 140721420129407 140721420129407 140721420136432 0
[pid=157328/tid=157349] ppid=157323 vsize=1721192 memory=315603 CPUtime=0.16 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/157328/task/157349/stat : 157349 (fscip) R 157323 157328 157273 0 -1 4194368 2600 0 0 0 15 1 0 0 20 0 41 0 25321047 1762500608 90740 809668444160 4194304 16623229 140721420122880 0 0 0 0 0 2 0 0 0 -1 12 0 0 0 0 0 18838560 18947056 41984000 140721420129289 140721420129407 140721420129407 140721420136432 0
[pid=157328/tid=157350] ppid=157323 vsize=1721192 memory=371867 CPUtime=0.12 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/157328/task/157350/stat : 157350 (fscip) R 157323 157328 157273 0 -1 1077936192 4913 0 0 0 9 3 0 0 20 0 41 0 25321047 1762500608 90740 809668444160 4194304 16623229 140721420122880 0 0 0 0 0 2 0 0 0 -1 20 0 0 0 0 0 18838560 18947056 41984000 140721420129289 140721420129407 140721420129407 140721420136432 0
[pid=157328/tid=157351] ppid=157323 vsize=1721192 memory=0 CPUtime=0.15 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/157328/task/157351/stat : 157351 (fscip) R 157323 157328 157273 0 -1 4194368 5600 0 0 0 13 2 0 0 20 0 41 0 25321047 1762500608 90740 809668444160 4194304 16623229 140721420122880 0 0 0 0 0 2 0 0 0 -1 72 0 0 0 0 0 18838560 18947056 41984000 140721420129289 140721420129407 140721420129407 140721420136432 0
[pid=157328/tid=157352] ppid=157323 vsize=1721192 memory=0 CPUtime=0.15 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/157328/task/157352/stat : 157352 (fscip) R 157323 157328 157273 0 -1 4194368 2587 0 0 0 15 0 0 0 20 0 41 0 25321047 1762500608 90740 809668444160 4194304 16623229 140721420122880 0 0 0 0 0 2 0 0 0 -1 28 0 0 0 0 0 18838560 18947056 41984000 140721420129289 140721420129407 140721420129407 140721420136432 0
[pid=157328/tid=157353] ppid=157323 vsize=1721192 memory=0 CPUtime=0.14 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/157328/task/157353/stat : 157353 (fscip) R 157323 157328 157273 0 -1 4194368 4903 0 0 0 11 3 0 0 20 0 41 0 25321047 1762500608 90740 809668444160 4194304 16623229 140721420122880 0 0 0 0 0 2 0 0 0 -1 24 0 0 0 0 0 18838560 18947056 41984000 140721420129289 140721420129407 140721420129407 140721420136432 0
[pid=157328/tid=157354] ppid=157323 vsize=1721192 memory=0 CPUtime=0.14 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/157328/task/157354/stat : 157354 (fscip) R 157323 157328 157273 0 -1 4194368 5439 0 0 0 11 3 0 0 20 0 41 0 25321047 1762500608 90740 809668444160 4194304 16623229 140721420122880 0 0 0 0 0 2 0 0 0 -1 48 0 0 0 0 0 18838560 18947056 41984000 140721420129289 140721420129407 140721420129407 140721420136432 0
[pid=157328/tid=157355] ppid=157323 vsize=1721192 memory=0 CPUtime=0.15 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/157328/task/157355/stat : 157355 (fscip) R 157323 157328 157273 0 -1 4194368 2609 0 0 0 15 0 0 0 20 0 41 0 25321047 1762500608 90740 809668444160 4194304 16623229 140721420122880 0 0 0 0 0 2 0 0 0 -1 64 0 0 0 0 0 18838560 18947056 41984000 140721420129289 140721420129407 140721420129407 140721420136432 0
[pid=157328/tid=157356] ppid=157323 vsize=1721192 memory=0 CPUtime=0.14 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/157328/task/157356/stat : 157356 (fscip) R 157323 157328 157273 0 -1 4194368 4915 0 0 0 12 2 0 0 20 0 41 0 25321047 1762500608 90740 809668444160 4194304 16623229 140721420122880 0 0 0 0 0 2 0 0 0 -1 68 0 0 0 0 0 18838560 18947056 41984000 140721420129289 140721420129407 140721420129407 140721420136432 0
[pid=157328/tid=157357] ppid=157323 vsize=1721192 memory=0 CPUtime=0.15 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/157328/task/157357/stat : 157357 (fscip) R 157323 157328 157273 0 -1 4194368 5452 0 0 0 12 3 0 0 20 0 41 0 25321047 1762500608 90740 809668444160 4194304 16623229 140721420122880 0 0 0 0 0 2 0 0 0 -1 16 0 0 0 0 0 18838560 18947056 41984000 140721420129289 140721420129407 140721420129407 140721420136432 0
[pid=157328/tid=157358] ppid=157323 vsize=1721192 memory=0 CPUtime=0.15 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/157328/task/157358/stat : 157358 (fscip) R 157323 157328 157273 0 -1 4194368 2579 0 0 0 14 1 0 0 20 0 41 0 25321047 1762500608 90740 809668444160 4194304 16623229 140721420122880 0 0 0 0 0 2 0 0 0 -1 8 0 0 0 0 0 18838560 18947056 41984000 140721420129289 140721420129407 140721420129407 140721420136432 0
[pid=157328/tid=157359] ppid=157323 vsize=1721192 memory=0 CPUtime=0.14 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/157328/task/157359/stat : 157359 (fscip) R 157323 157328 157273 0 -1 4194368 4910 0 0 0 11 3 0 0 20 0 41 0 25321047 1762500608 90740 809668444160 4194304 16623229 140721420122880 0 0 0 0 0 2 0 0 0 -1 20 0 0 0 0 0 18838560 18947056 41984000 140721420129289 140721420129407 140721420129407 140721420136432 0
[pid=157328/tid=157360] ppid=157323 vsize=1721192 memory=0 CPUtime=0.14 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/157328/task/157360/stat : 157360 (fscip) R 157323 157328 157273 0 -1 4194368 5453 0 0 0 12 2 0 0 20 0 41 0 25321047 1762500608 90740 809668444160 4194304 16623229 140721420122880 0 0 0 0 0 2 0 0 0 -1 40 0 0 0 0 0 18838560 18947056 41984000 140721420129289 140721420129407 140721420129407 140721420136432 0
[pid=157328/tid=157407] ppid=157323 vsize=1721192 memory=0 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/157328/task/157407/stat : 157407 (fscip) S 157323 157328 157273 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 25321054 1762500608 90740 809668444160 4194304 16623229 140721420122880 0 0 0 0 0 2 1 0 0 -1 72 0 0 0 0 0 18838560 18947056 41984000 140721420129289 140721420129407 140721420129407 140721420136432 0
[pid=157328/tid=157408] ppid=157323 vsize=1721192 memory=0 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/157328/task/157408/stat : 157408 (fscip) S 157323 157328 157273 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 25321054 1762500608 90740 809668444160 4194304 16623229 140721420122880 0 0 0 0 0 2 1 0 0 -1 32 0 0 0 0 0 18838560 18947056 41984000 140721420129289 140721420129407 140721420129407 140721420136432 0
[pid=157328/tid=157409] ppid=157323 vsize=1721192 memory=0 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/157328/task/157409/stat : 157409 (fscip) S 157323 157328 157273 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 25321054 1762500608 90740 809668444160 4194304 16623229 140721420122880 0 0 0 0 0 2 1 0 0 -1 24 0 0 0 0 0 18838560 18947056 41984000 140721420129289 140721420129407 140721420129407 140721420136432 0
[pid=157328/tid=157410] ppid=157323 vsize=1721192 memory=0 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/157328/task/157410/stat : 157410 (fscip) S 157323 157328 157273 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 25321054 1762500608 90740 809668444160 4194304 16623229 140721420122880 0 0 0 0 0 2 1 0 0 -1 64 0 0 0 0 0 18838560 18947056 41984000 140721420129289 140721420129407 140721420129407 140721420136432 0
[pid=157328/tid=157411] ppid=157323 vsize=1721192 memory=0 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/157328/task/157411/stat : 157411 (fscip) S 157323 157328 157273 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 25321054 1762500608 90806 809668444160 4194304 16623229 140721420122880 0 0 0 0 0 2 1 0 0 -1 60 0 0 0 0 0 18838560 18947056 41984000 140721420129289 140721420129407 140721420129407 140721420136432 0
[pid=157328/tid=157412] ppid=157323 vsize=1721192 memory=0 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/157328/task/157412/stat : 157412 (fscip) S 157323 157328 157273 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 25321054 1762500608 90806 809668444160 4194304 16623229 140721420122880 0 0 0 0 0 2 1 0 0 -1 44 0 0 0 0 0 18838560 18947056 41984000 140721420129289 140721420129407 140721420129407 140721420136432 0
[pid=157328/tid=157413] ppid=157323 vsize=1721192 memory=0 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/157328/task/157413/stat : 157413 (fscip) S 157323 157328 157273 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 25321054 1762500608 90806 809668444160 4194304 16623229 140721420122880 0 0 0 0 0 2 1 0 0 -1 56 0 0 0 0 0 18838560 18947056 41984000 140721420129289 140721420129407 140721420129407 140721420136432 0
[pid=157328/tid=157414] ppid=157323 vsize=1721192 memory=0 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/157328/task/157414/stat : 157414 (fscip) S 157323 157328 157273 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 25321054 1762500608 90806 809668444160 4194304 16623229 140721420122880 0 0 0 0 0 2 1 0 0 -1 56 0 0 0 0 0 18838560 18947056 41984000 140721420129289 140721420129407 140721420129407 140721420136432 0
[pid=157328/tid=157415] ppid=157323 vsize=1721192 memory=0 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/157328/task/157415/stat : 157415 (fscip) S 157323 157328 157273 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 25321054 1762500608 90806 809668444160 4194304 16623229 140721420122880 0 0 0 0 0 2 1 0 0 -1 36 0 0 0 0 0 18838560 18947056 41984000 140721420129289 140721420129407 140721420129407 140721420136432 0
[pid=157328/tid=157416] ppid=157323 vsize=1721192 memory=0 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/157328/task/157416/stat : 157416 (fscip) S 157323 157328 157273 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 25321054 1762500608 90806 809668444160 4194304 16623229 140721420122880 0 0 0 0 0 2 1 0 0 -1 68 0 0 0 0 0 18838560 18947056 41984000 140721420129289 140721420129407 140721420129407 140721420136432 0
[pid=157328/tid=157417] ppid=157323 vsize=1721192 memory=0 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/157328/task/157417/stat : 157417 (fscip) S 157323 157328 157273 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 25321054 1762500608 90806 809668444160 4194304 16623229 140721420122880 0 0 0 0 0 2 1 0 0 -1 48 0 0 0 0 0 18838560 18947056 41984000 140721420129289 140721420129407 140721420129407 140721420136432 0
[pid=157328/tid=157418] ppid=157323 vsize=1721192 memory=0 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/157328/task/157418/stat : 157418 (fscip) S 157323 157328 157273 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 25321054 1762500608 90806 809668444160 4194304 16623229 140721420122880 0 0 0 0 0 2 1 0 0 -1 40 0 0 0 0 0 18838560 18947056 41984000 140721420129289 140721420129407 140721420129407 140721420136432 0
[pid=157328/tid=157419] ppid=157323 vsize=1721192 memory=0 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/157328/task/157419/stat : 157419 (fscip) S 157323 157328 157273 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 25321054 1762500608 90806 809668444160 4194304 16623229 140721420122880 0 0 0 0 0 2 1 0 0 -1 20 0 0 0 0 0 18838560 18947056 41984000 140721420129289 140721420129407 140721420129407 140721420136432 0

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

/proc/157328/task/157413/stat : 157413 (fscip) S 157323 157328 157273 0 -1 1077936192 124 0 0 0 0 1 0 0 20 0 41 0 25321054 18902769664 4322794 809668444160 4194304 16623229 140721420122880 0 0 0 0 0 2 1 0 0 -1 36 0 0 0 0 0 18838560 18947056 41984000 140721420129289 140721420129407 140721420129407 140721420136432 0
[pid=157328/tid=157414] ppid=157323 vsize=18459736 memory=0 CPUtime=0.01 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/157328/task/157414/stat : 157414 (fscip) S 157323 157328 157273 0 -1 1077936192 124 0 0 0 0 1 0 0 20 0 41 0 25321054 18902769664 4322794 809668444160 4194304 16623229 140721420122880 0 0 0 0 0 2 1 0 0 -1 64 0 0 0 0 0 18838560 18947056 41984000 140721420129289 140721420129407 140721420129407 140721420136432 0
[pid=157328/tid=157415] ppid=157323 vsize=18459736 memory=0 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/157328/task/157415/stat : 157415 (fscip) S 157323 157328 157273 0 -1 1077936192 125 0 0 0 0 2 0 0 20 0 41 0 25321054 18902769664 4322794 809668444160 4194304 16623229 140721420122880 0 0 0 0 0 2 1 0 0 -1 48 0 0 0 0 0 18838560 18947056 41984000 140721420129289 140721420129407 140721420129407 140721420136432 0
[pid=157328/tid=157416] ppid=157323 vsize=18459736 memory=19626012 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/157328/task/157416/stat : 157416 (fscip) S 157323 157328 157273 0 -1 1077936192 62 0 0 0 1 1 0 0 20 0 41 0 25321054 18902769664 4322794 809668444160 4194304 16623229 140721420122880 0 0 0 0 0 2 1 0 0 -1 12 0 0 0 0 0 18838560 18947056 41984000 140721420129289 140721420129407 140721420129407 140721420136432 0
[pid=157328/tid=157417] ppid=157323 vsize=18459736 memory=15571308 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/157328/task/157417/stat : 157417 (fscip) S 157323 157328 157273 0 -1 1077936192 66 0 0 0 2 0 0 0 20 0 41 0 25321054 18902769664 4322794 809668444160 4194304 16623229 140721420122880 0 0 0 0 0 2 1 0 0 -1 32 0 0 0 0 0 18838560 18947056 41984000 140721420129289 140721420129407 140721420129407 140721420136432 0
[pid=157328/tid=157418] ppid=157323 vsize=18459736 memory=6720663238126026601 CPUtime=0.01 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/157328/task/157418/stat : 157418 (fscip) S 157323 157328 157273 0 -1 1077936192 124 0 0 0 0 1 0 0 20 0 41 0 25321054 18902769664 4322794 809668444160 4194304 16623229 140721420122880 0 0 0 0 0 2 1 0 0 -1 12 0 0 0 0 0 18838560 18947056 41984000 140721420129289 140721420129407 140721420129407 140721420136432 0
[pid=157328/tid=157419] ppid=157323 vsize=18459736 memory=17276216 CPUtime=0.01 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/157328/task/157419/stat : 157419 (fscip) S 157323 157328 157273 0 -1 1077936192 124 0 0 0 1 0 0 0 20 0 41 0 25321054 18902769664 4322794 809668444160 4194304 16623229 140721420122880 0 0 0 0 0 2 1 0 0 -1 16 0 0 0 0 0 18838560 18947056 41984000 140721420129289 140721420129407 140721420129407 140721420136432 0
[pid=157328/tid=157420] ppid=157323 vsize=18459736 memory=15400 CPUtime=0.01 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/157328/task/157420/stat : 157420 (fscip) S 157323 157328 157273 0 -1 1077936192 124 0 0 0 0 1 0 0 20 0 41 0 25321054 18902769664 4322794 809668444160 4194304 16623229 140721420122880 0 0 0 0 0 2 1 0 0 -1 76 0 0 0 0 0 18838560 18947056 41984000 140721420129289 140721420129407 140721420129407 140721420136432 0
[pid=157328/tid=157421] ppid=157323 vsize=18459736 memory=10392 CPUtime=0.01 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/157328/task/157421/stat : 157421 (fscip) S 157323 157328 157273 0 -1 1077936192 124 0 0 0 0 1 0 0 20 0 41 0 25321054 18902769664 4322794 809668444160 4194304 16623229 140721420122880 0 0 0 0 0 2 1 0 0 -1 56 0 0 0 0 0 18838560 18947056 41984000 140721420129289 140721420129407 140721420129407 140721420136432 0
[pid=157328/tid=157422] ppid=157323 vsize=18459736 memory=31356 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/157328/task/157422/stat : 157422 (fscip) S 157323 157328 157273 0 -1 1077936192 125 0 0 0 1 1 0 0 20 0 41 0 25321054 18902769664 4322794 809668444160 4194304 16623229 140721420122880 0 0 0 0 0 2 1 0 0 -1 64 0 0 0 0 0 18838560 18947056 41984000 140721420129289 140721420129407 140721420129407 140721420136432 0
[pid=157328/tid=157423] ppid=157323 vsize=18459736 memory=3672 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/157328/task/157423/stat : 157423 (fscip) S 157323 157328 157273 0 -1 1077936192 126 0 0 0 0 2 0 0 20 0 41 0 25321054 18902769664 4322794 809668444160 4194304 16623229 140721420122880 0 0 0 0 0 2 1 0 0 -1 60 0 0 0 0 0 18838560 18947056 41984000 140721420129289 140721420129407 140721420129407 140721420136432 0
[pid=157328/tid=157424] ppid=157323 vsize=18459736 memory=17287248 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/157328/task/157424/stat : 157424 (fscip) S 157323 157328 157273 0 -1 1077936192 124 0 0 0 0 2 0 0 20 0 41 0 25321054 18902769664 4322794 809668444160 4194304 16623229 140721420122880 0 0 0 0 0 2 1 0 0 -1 52 0 0 0 0 0 18838560 18947056 41984000 140721420129289 140721420129407 140721420129407 140721420136432 0
[pid=157328/tid=157425] ppid=157323 vsize=18459736 memory=28496 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/157328/task/157425/stat : 157425 (fscip) S 157323 157328 157273 0 -1 1077936192 124 0 0 0 0 2 0 0 20 0 41 0 25321054 18902769664 4322794 809668444160 4194304 16623229 140721420122880 0 0 0 0 0 2 1 0 0 -1 36 0 0 0 0 0 18838560 18947056 41984000 140721420129289 140721420129407 140721420129407 140721420136432 0
[pid=157328/tid=157426] ppid=157323 vsize=18459736 memory=7644 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/157328/task/157426/stat : 157426 (fscip) S 157323 157328 157273 0 -1 1077936192 124 0 0 0 0 2 0 0 20 0 41 0 25321054 18902769664 4322794 809668444160 4194304 16623229 140721420122880 0 0 0 0 0 2 1 0 0 -1 52 0 0 0 0 0 18838560 18947056 41984000 140721420129289 140721420129407 140721420129407 140721420136432 0
Current children cumulated CPU time: 70884.9 s
Current children cumulated vsize: 18459736 KiB
Current children cumulated memory: 17291176 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3638.6 s]
/proc/loadavg: 80.46 80.31 80.36 43/944 159498
/proc/meminfo: memFree=763017112/790760800 swapFree=131071996/131071996
[pid=157328] ppid=157323 vsize=18746452 memory=17441132 CPUtime=72000.1 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/157328/stat : 157328 (fscip) S 157323 157328 157273 0 -1 1077936128 37459977 0 0 0 7151689 48326 0 0 20 0 41 0 25321045 19196366848 4360283 809668444160 4194304 16623229 140721420122880 0 0 0 0 0 2 0 0 0 17 72 0 0 0 0 0 18838560 18947056 41984000 140721420129289 140721420129407 140721420129407 140721420136432 0
/proc/157328/statm: 4686613 4360283 3014 3035 0 4488621 0
[pid=157328/tid=157341] ppid=157323 vsize=18746452 memory=17430396 CPUtime=3601.96 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/157328/task/157341/stat : 157341 (fscip) R 157323 157328 157273 0 -1 4194368 4419807 0 0 0 358869 1327 0 0 20 0 41 0 25321047 19196366848 4360283 809668444160 4194304 16623229 140721420122880 0 0 0 0 0 2 0 0 0 -1 68 0 0 0 0 0 18838560 18947056 41984000 140721420129289 140721420129407 140721420129407 140721420136432 0
[pid=157328/tid=157342] ppid=157323 vsize=18746452 memory=6720663238126026601 CPUtime=3603.04 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/157328/task/157342/stat : 157342 (fscip) R 157323 157328 157273 0 -1 4194368 1757293 0 0 0 359793 511 0 0 20 0 41 0 25321047 19196366848 4360283 809668444160 4194304 16623229 140721420122880 0 0 0 0 0 2 0 0 0 -1 76 0 0 0 0 0 18838560 18947056 41984000 140721420129289 140721420129407 140721420129407 140721420136432 0
[pid=157328/tid=157343] ppid=157323 vsize=18746452 memory=18248 CPUtime=3596.12 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/157328/task/157343/stat : 157343 (fscip) R 157323 157328 157273 0 -1 4194368 128088 0 0 0 353043 6569 0 0 20 0 41 0 25321047 19196366848 4360283 809668444160 4194304 16623229 140721420122880 0 0 0 0 0 2 0 0 0 -1 52 0 0 0 0 0 18838560 18947056 41984000 140721420129289 140721420129407 140721420129407 140721420136432 0
[pid=157328/tid=157344] ppid=157323 vsize=18746452 memory=20220 CPUtime=3600.66 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/157328/task/157344/stat : 157344 (fscip) R 157323 157328 157273 0 -1 4194368 3311356 0 0 0 358784 1282 0 0 20 0 41 0 25321047 19196366848 4360283 809668444160 4194304 16623229 140721420122880 0 0 0 0 0 2 0 0 0 -1 48 0 0 0 0 0 18838560 18947056 41984000 140721420129289 140721420129407 140721420129407 140721420136432 0
[pid=157328/tid=157345] ppid=157323 vsize=18746452 memory=5668 CPUtime=3601.99 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/157328/task/157345/stat : 157345 (fscip) R 157323 157328 157273 0 -1 4194368 1972771 0 0 0 359636 563 0 0 20 0 41 0 25321047 19196366848 4360283 809668444160 4194304 16623229 140721420122880 0 0 0 0 0 2 0 0 0 -1 56 0 0 0 0 0 18838560 18947056 41984000 140721420129289 140721420129407 140721420129407 140721420136432 0
[pid=157328/tid=157346] ppid=157323 vsize=18746452 memory=11552 CPUtime=3593.95 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/157328/task/157346/stat : 157346 (fscip) R 157323 157328 157273 0 -1 4194368 150984 0 0 0 353348 6047 0 0 20 0 41 0 25321047 19196366848 4360283 809668444160 4194304 16623229 140721420122880 0 0 0 0 0 2 0 0 0 -1 16 0 0 0 0 0 18838560 18947056 41984000 140721420129289 140721420129407 140721420129407 140721420136432 0
[pid=157328/tid=157347] ppid=157323 vsize=18746452 memory=6856 CPUtime=3601.61 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/157328/task/157347/stat : 157347 (fscip) R 157323 157328 157273 0 -1 4194368 3083421 0 0 0 359080 1081 0 0 20 0 41 0 25321047 19196366848 4360283 809668444160 4194304 16623229 140721420122880 0 0 0 0 0 2 0 0 0 -1 28 0 0 0 0 0 18838560 18947056 41984000 140721420129289 140721420129407 140721420129407 140721420136432 0
[pid=157328/tid=157348] ppid=157323 vsize=18746452 memory=7112 CPUtime=3603.71 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/157328/task/157348/stat : 157348 (fscip) R 157323 157328 157273 0 -1 4194368 1682501 0 0 0 359842 529 0 0 20 0 41 0 25321047 19196366848 4360283 809668444160 4194304 16623229 140721420122880 0 0 0 0 0 2 0 0 0 -1 20 0 0 0 0 0 18838560 18947056 41984000 140721420129289 140721420129407 140721420129407 140721420136432 0
[pid=157328/tid=157349] ppid=157323 vsize=18746452 memory=28196 CPUtime=3594.6 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/157328/task/157349/stat : 157349 (fscip) R 157323 157328 157273 0 -1 4194368 122968 0 0 0 354274 5186 0 0 20 0 41 0 25321047 19196366848 4360283 809668444160 4194304 16623229 140721420122880 0 0 0 0 0 2 0 0 0 -1 60 0 0 0 0 0 18838560 18947056 41984000 140721420129289 140721420129407 140721420129407 140721420136432 0
[pid=157328/tid=157350] ppid=157323 vsize=18746452 memory=33860 CPUtime=3602.7 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/157328/task/157350/stat : 157350 (fscip) R 157323 157328 157273 0 -1 4194368 3341899 0 0 0 359183 1087 0 0 20 0 41 0 25321047 19196366848 4360283 809668444160 4194304 16623229 140721420122880 0 0 0 0 0 2 0 0 0 -1 44 0 0 0 0 0 18838560 18947056 41984000 140721420129289 140721420129407 140721420129407 140721420136432 0
[pid=157328/tid=157351] ppid=157323 vsize=18746452 memory=51412 CPUtime=3601.13 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/157328/task/157351/stat : 157351 (fscip) R 157323 157328 157273 0 -1 4194368 1848957 0 0 0 359574 539 0 0 20 0 41 0 25321047 19196366848 4360283 809668444160 4194304 16623229 140721420122880 0 0 0 0 0 2 0 0 0 -1 12 0 0 0 0 0 18838560 18947056 41984000 140721420129289 140721420129407 140721420129407 140721420136432 0
[pid=157328/tid=157352] ppid=157323 vsize=18746452 memory=5432 CPUtime=3595.74 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/157328/task/157352/stat : 157352 (fscip) R 157323 157328 157273 0 -1 4194368 41233 0 0 0 353963 5611 0 0 20 0 41 0 25321047 19196366848 4360283 809668444160 4194304 16623229 140721420122880 0 0 0 0 0 2 0 0 0 -1 40 0 0 0 0 0 18838560 18947056 41984000 140721420129289 140721420129407 140721420129407 140721420136432 0
[pid=157328/tid=157353] ppid=157323 vsize=18746452 memory=16108 CPUtime=3599.74 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/157328/task/157353/stat : 157353 (fscip) R 157323 157328 157273 0 -1 4194368 2842101 0 0 0 359014 960 0 0 20 0 41 0 25321047 19196366848 4360283 809668444160 4194304 16623229 140721420122880 0 0 0 0 0 2 0 0 0 -1 0 0 0 0 0 0 18838560 18947056 41984000 140721420129289 140721420129407 140721420129407 140721420136432 0
[pid=157328/tid=157354] ppid=157323 vsize=18746452 memory=2268 CPUtime=3602.16 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/157328/task/157354/stat : 157354 (fscip) R 157323 157328 157273 0 -1 4194368 1454414 0 0 0 359730 486 0 0 20 0 41 0 25321047 19196366848 4360283 809668444160 4194304 16623229 140721420122880 0 0 0 0 0 2 0 0 0 -1 72 0 0 0 0 0 18838560 18947056 41984000 140721420129289 140721420129407 140721420129407 140721420136432 0
[pid=157328/tid=157355] ppid=157323 vsize=18746452 memory=1996 CPUtime=3597.05 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/157328/task/157355/stat : 157355 (fscip) R 157323 157328 157273 0 -1 4194368 30882 0 0 0 353351 6354 0 0 20 0 41 0 25321047 19196366848 4360283 809668444160 4194304 16623229 140721420122880 0 0 0 0 0 2 0 0 0 -1 36 0 0 0 0 0 18838560 18947056 41984000 140721420129289 140721420129407 140721420129407 140721420136432 0
[pid=157328/tid=157356] ppid=157323 vsize=18746452 memory=17435664 CPUtime=3598.91 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/157328/task/157356/stat : 157356 (fscip) R 157323 157328 157273 0 -1 4194368 3315354 0 0 0 358856 1035 0 0 20 0 41 0 25321047 19196366848 4360283 809668444160 4194304 16623229 140721420122880 0 0 0 0 0 2 0 0 0 -1 32 0 0 0 0 0 18838560 18947056 41984000 140721420129289 140721420129407 140721420129407 140721420136432 0
[pid=157328/tid=157357] ppid=157323 vsize=18746452 memory=279864231551840 CPUtime=3600.51 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/157328/task/157357/stat : 157357 (fscip) R 157323 157328 157273 0 -1 4194368 1971017 0 0 0 359412 639 0 0 20 0 41 0 25321047 19196366848 4360283 809668444160 4194304 16623229 140721420122880 0 0 0 0 0 2 0 0 0 -1 8 0 0 0 0 0 18838560 18947056 41984000 140721420129289 140721420129407 140721420129407 140721420136432 0
[pid=157328/tid=157358] ppid=157323 vsize=18746452 memory=7018420637213479531 CPUtime=3597.59 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/157328/task/157358/stat : 157358 (fscip) R 157323 157328 157273 0 -1 4194368 21314 0 0 0 353060 6699 0 0 20 0 41 0 25321047 19196366848 4360283 809668444160 4194304 16623229 140721420122880 0 0 0 0 0 2 0 0 0 -1 4 0 0 0 0 0 18838560 18947056 41984000 140721420129289 140721420129407 140721420129407 140721420136432 0
[pid=157328/tid=157359] ppid=157323 vsize=18746452 memory=7381507976824253281 CPUtime=3601.78 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/157328/task/157359/stat : 157359 (fscip) R 157323 157328 157273 0 -1 4194368 4426198 0 0 0 358888 1290 0 0 20 0 41 0 25321047 19196366848 4360283 809668444160 4194304 16623229 140721420122880 0 0 0 0 0 2 0 0 0 -1 24 0 0 0 0 0 18838560 18947056 41984000 140721420129289 140721420129407 140721420129407 140721420136432 0
[pid=157328/tid=157360] ppid=157323 vsize=18746452 memory=7018420637213479531 CPUtime=3603.13 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/157328/task/157360/stat : 157360 (fscip) R 157323 157328 157273 0 -1 4194368 1529226 0 0 0 359830 483 0 0 20 0 41 0 25321047 19196366848 4360283 809668444160 4194304 16623229 140721420122880 0 0 0 0 0 2 0 0 0 -1 64 0 0 0 0 0 18838560 18947056 41984000 140721420129289 140721420129407 140721420129407 140721420136432 0
[pid=157328/tid=157407] ppid=157323 vsize=18746452 memory=7018420637213479531 CPUtime=0.01 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/157328/task/157407/stat : 157407 (fscip) S 157323 157328 157273 0 -1 1077936192 63 0 0 0 0 1 0 0 20 0 41 0 25321054 19196366848 4360283 809668444160 4194304 16623229 140721420122880 0 0 0 0 0 2 1 0 0 -1 0 0 0 0 0 0 18838560 18947056 41984000 140721420129289 140721420129407 140721420129407 140721420136432 0
[pid=157328/tid=157408] ppid=157323 vsize=18746452 memory=25333125866717268 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/157328/task/157408/stat : 157408 (fscip) S 157323 157328 157273 0 -1 1077936192 126 0 0 0 0 2 0 0 20 0 41 0 25321054 19196366848 4360283 809668444160 4194304 16623229 140721420122880 0 0 0 0 0 2 1 0 0 -1 32 0 0 0 0 0 18838560 18947056 41984000 140721420129289 140721420129407 140721420129407 140721420136432 0
[pid=157328/tid=157409] ppid=157323 vsize=18746452 memory=17423048 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/157328/task/157409/stat : 157409 (fscip) S 157323 157328 157273 0 -1 1077936192 127 0 0 0 0 2 0 0 20 0 41 0 25321054 19196366848 4360283 809668444160 4194304 16623229 140721420122880 0 0 0 0 0 2 1 0 0 -1 48 0 0 0 0 0 18838560 18947056 41984000 140721420129289 140721420129407 140721420129407 140721420136432 0
[pid=157328/tid=157410] ppid=157323 vsize=18746452 memory=7176 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/157328/task/157410/stat : 157410 (fscip) S 157323 157328 157273 0 -1 1077936192 127 0 0 0 2 0 0 0 20 0 41 0 25321054 19196366848 4360283 809668444160 4194304 16623229 140721420122880 0 0 0 0 0 2 1 0 0 -1 20 0 0 0 0 0 18838560 18947056 41984000 140721420129289 140721420129407 140721420129407 140721420136432 0
[pid=157328/tid=157411] ppid=157323 vsize=18746452 memory=36120 CPUtime=0.01 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/157328/task/157411/stat : 157411 (fscip) S 157323 157328 157273 0 -1 1077936192 127 0 0 0 0 1 0 0 20 0 41 0 25321054 19196366848 4360283 809668444160 4194304 16623229 140721420122880 0 0 0 0 0 2 1 0 0 -1 36 0 0 0 0 0 18838560 18947056 41984000 140721420129289 140721420129407 140721420129407 140721420136432 0
[pid=157328/tid=157412] ppid=157323 vsize=18746452 memory=4684 CPUtime=0.01 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/157328/task/157412/stat : 157412 (fscip) S 157323 157328 157273 0 -1 1077936192 126 0 0 0 1 0 0 0 20 0 41 0 25321054 19196366848 4360283 809668444160 4194304 16623229 140721420122880 0 0 0 0 0 2 1 0 0 -1 44 0 0 0 0 0 18838560 18947056 41984000 140721420129289 140721420129407 140721420129407 140721420136432 0
[pid=157328/tid=157413] ppid=157323 vsize=18746452 memory=20572 CPUtime=0.01 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/157328/task/157413/stat : 157413 (fscip) S 157323 157328 157273 0 -1 1077936192 126 0 0 0 0 1 0 0 20 0 41 0 25321054 19196366848 4360283 809668444160 4194304 16623229 140721420122880 0 0 0 0 0 2 1 0 0 -1 12 0 0 0 0 0 18838560 18947056 41984000 140721420129289 140721420129407 140721420129407 140721420136432 0
[pid=157328/tid=157414] ppid=157323 vsize=18746452 memory=6856 CPUtime=0.01 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/157328/task/157414/stat : 157414 (fscip) S 157323 157328 157273 0 -1 1077936192 126 0 0 0 0 1 0 0 20 0 41 0 25321054 19196366848 4360283 809668444160 4194304 16623229 140721420122880 0 0 0 0 0 2 1 0 0 -1 48 0 0 0 0 0 18838560 18947056 41984000 140721420129289 140721420129407 140721420129407 140721420136432 0
[pid=157328/tid=157415] ppid=157323 vsize=18746452 memory=17437840 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/157328/task/157415/stat : 157415 (fscip) S 157323 157328 157273 0 -1 1077936192 127 0 0 0 0 2 0 0 20 0 41 0 25321054 19196366848 4360283 809668444160 4194304 16623229 140721420122880 0 0 0 0 0 2 1 0 0 -1 48 0 0 0 0 0 18838560 18947056 41984000 140721420129289 140721420129407 140721420129407 140721420136432 0
[pid=157328/tid=157416] ppid=157323 vsize=18746452 memory=28496 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/157328/task/157416/stat : 157416 (fscip) S 157323 157328 157273 0 -1 1077936192 64 0 0 0 1 1 0 0 20 0 41 0 25321054 19196366848 4360283 809668444160 4194304 16623229 140721420122880 0 0 0 0 0 2 1 0 0 -1 72 0 0 0 0 0 18838560 18947056 41984000 140721420129289 140721420129407 140721420129407 140721420136432 0
[pid=157328/tid=157417] ppid=157323 vsize=18746452 memory=7644 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/157328/task/157417/stat : 157417 (fscip) S 157323 157328 157273 0 -1 1077936192 67 0 0 0 2 0 0 0 20 0 41 0 25321054 19196366848 4360283 809668444160 4194304 16623229 140721420122880 0 0 0 0 0 2 1 0 0 -1 16 0 0 0 0 0 18838560 18947056 41984000 140721420129289 140721420129407 140721420129407 140721420136432 0
[pid=157328/tid=157418] ppid=157323 vsize=18746452 memory=26960 CPUtime=0.01 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/157328/task/157418/stat : 157418 (fscip) S 157323 157328 157273 0 -1 1077936192 126 0 0 0 0 1 0 0 20 0 41 0 25321054 19196366848 4360283 809668444160 4194304 16623229 140721420122880 0 0 0 0 0 2 1 0 0 -1 68 0 0 0 0 0 18838560 18947056 41984000 140721420129289 140721420129407 140721420129407 140721420136432 0
[pid=157328/tid=157419] ppid=157323 vsize=18746452 memory=31356 CPUtime=0.01 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/157328/task/157419/stat : 157419 (fscip) S 157323 157328 157273 0 -1 1077936192 126 0 0 0 1 0 0 0 20 0 41 0 25321054 19196366848 4360283 809668444160 4194304 16623229 140721420122880 0 0 0 0 0 2 1 0 0 -1 32 0 0 0 0 0 18838560 18947056 41984000 140721420129289 140721420129407 140721420129407 140721420136432 0
[pid=157328/tid=157420] ppid=157323 vsize=18746452 memory=3672 CPUtime=0.01 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/157328/task/157420/stat : 157420 (fscip) S 157323 157328 157273 0 -1 1077936192 126 0 0 0 0 1 0 0 20 0 41 0 25321054 19196366848 4360283 809668444160 4194304 16623229 140721420122880 0 0 0 0 0 2 1 0 0 -1 60 0 0 0 0 0 18838560 18947056 41984000 140721420129289 140721420129407 140721420129407 140721420136432 0
[pid=157328/tid=157421] ppid=157323 vsize=18746452 memory=17419812 CPUtime=0.01 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/157328/task/157421/stat : 157421 (fscip) S 157323 157328 157273 0 -1 1077936192 126 0 0 0 0 1 0 0 20 0 41 0 25321054 19196366848 4360283 809668444160 4194304 16623229 140721420122880 0 0 0 0 0 2 1 0 0 -1 72 0 0 0 0 0 18838560 18947056 41984000 140721420129289 140721420129407 140721420129407 140721420136432 0
[pid=157328/tid=157422] ppid=157323 vsize=18746452 memory=2724 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/157328/task/157422/stat : 157422 (fscip) S 157323 157328 157273 0 -1 1077936192 127 0 0 0 1 1 0 0 20 0 41 0 25321054 19196366848 4360283 809668444160 4194304 16623229 140721420122880 0 0 0 0 0 2 1 0 0 -1 32 0 0 0 0 0 18838560 18947056 41984000 140721420129289 140721420129407 140721420129407 140721420136432 0
[pid=157328/tid=157423] ppid=157323 vsize=18746452 memory=6708 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/157328/task/157423/stat : 157423 (fscip) S 157323 157328 157273 0 -1 1077936192 128 0 0 0 0 2 0 0 20 0 41 0 25321054 19196366848 4360283 809668444160 4194304 16623229 140721420122880 0 0 0 0 0 2 1 0 0 -1 56 0 0 0 0 0 18838560 18947056 41984000 140721420129289 140721420129407 140721420129407 140721420136432 0
[pid=157328/tid=157424] ppid=157323 vsize=18746452 memory=4436048 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/157328/task/157424/stat : 157424 (fscip) S 157323 157328 157273 0 -1 1077936192 126 0 0 0 0 2 0 0 20 0 41 0 25321054 19196366848 4360283 809668444160 4194304 16623229 140721420122880 0 0 0 0 0 2 1 0 0 -1 56 0 0 0 0 0 18838560 18947056 41984000 140721420129289 140721420129407 140721420129407 140721420136432 0
[pid=157328/tid=157425] ppid=157323 vsize=18746452 memory=8240 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/157328/task/157425/stat : 157425 (fscip) S 157323 157328 157273 0 -1 1077936192 126 0 0 0 0 2 0 0 20 0 41 0 25321054 19196366848 4360283 809668444160 4194304 16623229 140721420122880 0 0 0 0 0 2 1 0 0 -1 48 0 0 0 0 0 18838560 18947056 41984000 140721420129289 140721420129407 140721420129407 140721420136432 0
[pid=157328/tid=157426] ppid=157323 vsize=18746452 memory=2112 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/157328/task/157426/stat : 157426 (fscip) S 157323 157328 157273 0 -1 1077936192 126 0 0 0 0 2 0 0 20 0 41 0 25321054 19196366848 4360283 809668444160 4194304 16623229 140721420122880 0 0 0 0 0 2 1 0 0 -1 68 0 0 0 0 0 18838560 18947056 41984000 140721420129289 140721420129407 140721420129407 140721420136432 0
Current children cumulated CPU time: 72000.1 s
Current children cumulated vsize: 18746452 KiB
Current children cumulated memory: 17441132 KiB

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

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

# cumulated CPU time of all completed processes:  user=71517.1 s, system=483.816 s

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

[startup+3638.82 s]
/proc/loadavg: 80.46 80.31 80.36 42/940 159615
/proc/meminfo: memFree=768243828/790760800 swapFree=131071996/131071996
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

[startup+3639 s]*
/proc/loadavg: 80.46 80.31 80.36 24/901 159635
/proc/meminfo: memFree=777787896/790760800 swapFree=131071996/131071996
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

[startup+3639.12 s]
/proc/loadavg: 80.46 80.31 80.36 24/901 159635
/proc/meminfo: memFree=777787896/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): 3639.16
CPU time (s): 72000.9
CPU user time (s): 71517.1
CPU system time (s): 483.816
CPU usage (%): 1978.5
Max. virtual memory (cumulated for all children) (KiB): 18746452
Max. memory (cumulated for all children) (KiB): 17441132

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 71517.1
system time used= 483.816
maximum resident set size= 17441288
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 37460001
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= 2360835
involuntary context switches= 403218


# summary of solver processes directly reported to runsolver:
#   pid: 157328
#   total CPU time (s): 72000.9
#   total CPU user time (s): 71517.1
#   total CPU system time (s): 483.816

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 25.94 second user time and 99.376 second system time

The end

Launcher Data

Begin job on nodeD101 at 2024-08-02 10:29:03
IDJOB=4465801
IDBENCH=162339
IDSOLVER=3094
FILE ID=nodeD101/4465801-1722587343
RUNJOBID= nodeD101-1722587343-157283
SLURM_JOB_ID= 8254296
Free space on /tmp= 8622924 MiB

SOLVER NAME= FiberSCIP 20 cores, 2024-07-30
BENCH NAME= PB24/normalized-PB16/DEC-LIN/elffers/EC_ODD_GRIDS/normalized-ECgrid5x130split.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-4465801-1722587343/watcher-4465801-1722587343 -o /tmp/evaluation-result-4465801-1722587343/solver-4465801-1722587343 -C 72000 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeD101-1722587343-157283 --watchdog 3760  ./fscip settings/racing.prm HOME/instance-4465801-1722587343.opb -qsol -t 72000 -sth 20

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

MD5SUM BENCH= d15c8502de0d235fb9400ddf00f66b48
RANDOM SEED=225220662

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       790760800 kB
MemFree:        784313384 kB
MemAvailable:   784473388 kB
Buffers:          349720 kB
Cached:          3151452 kB
SwapCached:            0 kB
Active:           526032 kB
Inactive:        3379920 kB
Active(anon):       2016 kB
Inactive(anon):   425292 kB
Active(file):     524016 kB
Inactive(file):  2954628 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:            112596 kB
Writeback:             0 kB
AnonPages:        403880 kB
Mapped:            90676 kB
Shmem:             22536 kB
KReclaimable:     201776 kB
Slab:             556816 kB
SReclaimable:     201776 kB
SUnreclaim:       355040 kB
KernelStack:       14624 kB
PageTables:        10152 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    526452396 kB
Committed_AS:     840248 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:           316416 kB
HardwareCorrupted:     0 kB
AnonHugePages:    272384 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:      532480 kB
DirectMap2M:    39811072 kB
DirectMap1G:    765460480 kB

Free space on /tmp at the end= 8622808 MiB
End job on nodeD101 at 2024-08-02 11:29:42