Trace number 4465723

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) 72001.3 3637.79

General information on the benchmark

NamePB24/normalized-PB15eval/DEC-LIN/ECGRID-FromCNF/
normalized-ECgrid5x40split.cnf-plain.pb.metafix.opb
MD5SUMcf360b30707fd718d5f3229c2f68be40
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 benchmark14.2776
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables401
Total number of constraints1602
Number of constraints which are clauses1602
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint3
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 2
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 5
Number of bits of the biggest sum of numbers3
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.00	c The following solver is parallelized by UG version 1.0.0 [GitHash: e6e2b6ff-dirty]
0.00/0.00	c SCIP version 10.0.0 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: Soplex 7.1.1] [GitHash: 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 = 26259456, getVmSize() = 26259456, SCIPgetMemUsed() = 3133876, SCIPgetMemTotal() = 4572748, SCIPgetMemExternEstim() = 1923717
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 = 17676255, getVmSize() = 31612928, SCIPgetMemUsed() = 5479493, SCIPgetMemTotal() = 8868589, SCIPgetMemExternEstim() = 1923717
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-4465723-1722562003
0.00/0.02	c   Variables        : 401 (401 binary, 0 integer, 0 implicit integer, 0 continuous)
0.00/0.02	c   Constraints      : 1602
0.00/0.02	c   Objective sense  : minimize
0.00/0.02	c Presolved Problem  :
0.00/0.02	c   Variables        : 400 (400 binary, 0 integer, 0 implicit integer, 0 continuous)
0.00/0.02	c   Constraints      : 800
0.00/0.02	c Constraints        : Number
0.00/0.02	c   linear           : 800 
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.07	c LC is working with racing ramp-up and with rebuilding tree after racing.
0.00/0.08	c                                Nodes    Active                                            
0.00/0.08	c      Time          Nodes        Left   Solvers     Best Integer        Best Node        Gap     Best Node(S)     Gap(S)
97.53/5.04	c         5          28936          89        20                -           0.0000          -
198.43/10.13	c        10          60568          82        20                -           0.0000          -
297.50/15.17	c        15          90173          77        20                -           0.0000          -
397.47/20.29	c        20         110190           0        20                -           0.0000          -
498.44/25.34	c        25         137581          74        20                -           0.0000          -
597.37/30.39	c        30         160890          85        20                -           0.0000          -
698.28/35.43	c        35         184154          83        20                -           0.0000          -
797.18/40.49	c        40         207579          98        20                -           0.0000          -
897.77/45.54	c        46         260458         105        20                -           0.0000          -
996.60/50.59	c        51         293944          95        20                -           0.0000          -
1097.42/55.64	c        56         324239          86        20                -           0.0000          -
1196.27/60.69	c        61         352923          89        20                -           0.0000          -
1297.11/65.74	c        66         384095          89        20                -           0.0000          -
1396.07/70.79	c        71         415670          84        20                -           0.0000          -
1496.97/75.84	c        76         446056          94        20                -           0.0000          -
1595.82/80.89	c        81         475687          96        20                -           0.0000          -
1696.70/85.94	c        86         505947         108        20                -           0.0000          -
1795.25/90.99	c        91         536475          93        20                -           0.0000          -
1896.85/96.04	c        96         568365          71        20                -           0.0000          -
1995.75/101.09	c       101         598388          87        20                -           0.0000          -
2094.72/106.14	c       106         627964          81        20                -           0.0000          -
2195.51/111.19	c       111         657377          81        20                -           0.0000          -
2295.97/116.24	c       116         687010          73        20                -           0.0000          -
2394.84/121.29	c       121         719637          77        20                -           0.0000          -
2495.79/126.31	c       126         752280          92        20                -           0.0000          -
2594.57/131.37	c       131         781504          81        20                -           0.0000          -
2693.24/136.37	c       136         812232          73        20                -           0.0000          -
2794.00/141.41	c       141         841873          89        20                -           0.0000          -
2892.60/146.48	c       146         871880         103        20                -           0.0000          -
2993.63/151.53	c       152         900872          98        20                -           0.0000          -
3092.26/156.58	c       157         930509          99        20                -           0.0000          -
3192.94/161.66	c       162         960357          94        20                -           0.0000          -
3293.86/166.70	c       167         990620         110        20                -           0.0000          -
3392.85/171.77	c       172        1021765          88        20                -           0.0000          -
3493.82/176.83	c       177         122361       82045        20                -           0.0000          -
3592.72/181.88	c       182         125629       84313        20                -           0.0000          -
3693.58/186.93	c       187         128834       86484        20                -           0.0000          -
3792.47/191.98	c       192         132139       88575        20                -           0.0000          -
3891.27/197.03	c       197         135901       90927        20                -           0.0000          -
3992.84/202.08	c       202         139527       93318        20                -           0.0000          -
4091.83/207.13	c       207         143259       95365        20                -           0.0000          -
4192.37/212.18	c       212         146649       97455        20                -           0.0000          -
4292.68/217.23	c       217         150401       99771        20                -           0.0000          -
4391.55/222.28	c       222         153889      101689        20                -           0.0000          -
4492.17/227.33	c       227         157187      103945        20                -           0.0000          -
4591.03/232.38	c       232         161100      106006        20                -           0.0000          -
4691.89/237.43	c       237         165083      108264        20                -           0.0000          -
4790.74/242.48	c       242         168433      110303        20                -           0.0000          -
4889.58/247.49	c       248         172329      112579        20                -           0.0000          -
4990.34/252.54	c       253         175706      114669        20                -           0.0000          -
5089.18/257.60	c       258         179743      117283        20                -           0.0000          -
5190.01/262.65	c       263         184010      120014        20                -           0.0000          -
5290.81/267.70	c       268         188321      122739        20                -           0.0000          -
5389.45/272.75	c       273         192334      125190        20                -           0.0000          -
5490.23/277.83	c       278         195572      127352        20                -           0.0000          -
5589.11/282.88	c       283         198774      129355        20                -           0.0000          -
5689.53/287.93	c       288         202669      131619        20                -           0.0000          -
5788.46/292.98	c       293         206715      134293        20                -           0.0000          -
5887.34/298.03	c       298         210005      136230        20                -           0.0000          -
5988.79/303.08	c       303         212947      138076        20                -           0.0000          -
6089.36/308.13	c       308         216722      140583        20                -           0.0000          -
6188.25/313.18	c       313         220318      142575        20                -           0.0000          -
6288.15/318.23	c       318         224071      144607        20                -           0.0000          -
6386.83/323.28	c       323         227240      146502        20                -           0.0000          -
6487.38/328.33	c       328         230573      148261        20                -           0.0000          -
6586.13/333.39	c       333         235020      151176        20                -           0.0000          -
6686.68/338.43	c       338        2030485          73        20                -           0.0000          -
6785.57/343.48	c       343        2061651          76        20                -           0.0000          -
6886.19/348.53	c       349        2091471          79        20                -           0.0000          -
6985.13/353.58	c       354        2121678          73        20                -           0.0000          -
7083.95/358.59	c       359        2152023          94        20                -           0.0000          -
7184.81/363.68	c       364        2183288         101        20                -           0.0000          -
7285.57/368.70	c       369        2211487          86        20                -           0.0000          -
7384.28/373.78	c       374        2240022          81        20                -           0.0000          -
7485.16/378.83	c       379        2267860          83        20                -           0.0000          -
7583.95/383.88	c       384        2297112          81        20                -           0.0000          -
7684.71/388.93	c       389        2326851          83        20                -           0.0000          -
7783.23/393.98	c       394        2358468          82        20                -           0.0000          -
7884.50/399.03	c       399        2392198          91        20                -           0.0000          -
7983.49/404.08	c       404        2425932          88        20                -           0.0000          -
8084.09/409.14	c       409        2458963         100        20                -           0.0000          -
8183.09/414.18	c       414        2491524          93        20                -           0.0000          -
8283.14/419.20	c       419        2524094          80        20                -           0.0000          -
8381.98/424.27	c       424        2556149          75        20                -           0.0000          -
8482.78/429.33	c       429        2587692          81        20                -           0.0000          -
8581.66/434.38	c       434        2619222          87        20                -           0.0000          -
8682.47/439.43	c       439        2652639          91        20                -           0.0000          -
8781.22/444.48	c       444        2688046          94        20                -           0.0000          -
8881.88/449.53	c       450        2720286          82        20                -           0.0000          -
8980.64/454.58	c       455        2750802          89        20                -           0.0000          -
9081.24/459.63	c       460        2782461          76        20                -           0.0000          -
9180.07/464.68	c       465        2814120          77        20                -           0.0000          -
9280.84/469.73	c       470        2845024          86        20                -           0.0000          -
9379.72/474.78	c       475        2874657          83        20                -           0.0000          -
9480.51/479.83	c       480        2904813          88        20                -           0.0000          -
9579.28/484.88	c       485        2936892          79        20                -           0.0000          -
9680.06/489.93	c       490        2967400          80        20                -           0.0000          -
9778.97/494.98	c       495        2997659          79        20                -           0.0000          -
9877.98/500.03	c       500        3027540          84        20                -           0.0000          -
9979.18/505.08	c       505        3056632          85        20                -           0.0000          -
10079.80/510.13	c       510        3088988          86        20                -           0.0000          -
10178.89/515.18	c       515        3120091          83        20                -           0.0000          -
10277.44/520.19	c       520        3153506          75        20                -           0.0000          -
10377.75/525.24	c       525        3185973          91        20                -           0.0000          -
10478.39/530.30	c       530        3218154          75        20                -           0.0000          -
10577.04/535.35	c       535        3250081          85        20                -           0.0000          -
10677.98/540.42	c       540        3282655          77        20                -           0.0000          -
10776.75/545.47	c       545        3315452          95        20                -           0.0000          -
10877.50/550.52	c       551        3346498          87        20                -           0.0000          -
10976.32/555.55	c       556        3379827          94        20                -           0.0000          -
11075.27/560.57	c       561        3413395          93        20                -           0.0000          -
11176.21/565.63	c       566         399141      248778        20                -           0.0000          -
11276.97/570.73	c       571         402314      250765        20                -           0.0000          -
11375.82/575.78	c       576         405735      253066        20                -           0.0000          -
11476.93/580.83	c       581         408582      254830        20                -           0.0000          -
11575.58/585.88	c       586         411147      256269        20                -           0.0000          -
11676.28/590.93	c       591         414529      258499        20                -           0.0000          -
11775.20/595.98	c       596         417462      260496        20                -           0.0000          -
11874.05/601.03	c       601         420781      262679        20                -           0.0000          -
11975.31/606.08	c       606         424539      264734        20                -           0.0000          -
12074.10/611.13	c       611         428187      266693        20                -           0.0000          -
12174.73/616.18	c       616         431143      268394        20                -           0.0000          -
12274.92/621.23	c       621         434807      270652        20                -           0.0000          -
12373.64/626.28	c       626         438602      273268        20                -           0.0000          -
12474.55/631.33	c       631         442507      275543        20                -           0.0000          -
12573.39/636.38	c       636         445979      277739        20                -           0.0000          -
12674.06/641.43	c       641         449175      279533        20                -           0.0000          -
12772.92/646.48	c       646         452768      281891        20                -           0.0000          -
12873.83/651.53	c       652         456375      284005        20                -           0.0000          -
12972.63/656.58	c       657         459692      286028        20                -           0.0000          -
13071.52/661.59	c       662         462494      287694        20                -           0.0000          -
13172.41/666.68	c       667         465889      289726        20                -           0.0000          -
13273.12/671.73	c       672         469345      291758        20                -           0.0000          -
13371.75/676.78	c       677         473286      294140        20                -           0.0000          -
13472.73/681.83	c       682         477002      296282        20                -           0.0000          -
13571.66/686.88	c       687         480239      298249        20                -           0.0000          -
13672.31/691.93	c       692         483425      300252        20                -           0.0000          -
13771.18/696.98	c       697         487078      302539        20                -           0.0000          -
13870.03/702.03	c       702         490590      304730        20                -           0.0000          -
13971.48/707.08	c       707         493862      306793        20                -           0.0000          -
14072.19/712.13	c       712        4346920          84        20                -           0.0000          -
14171.05/717.18	c       717        4376386          75        20                -           0.0000          -
14271.14/722.23	c       722        4406898          84        20                -           0.0000          -
14369.85/727.28	c       727        4438037          75        20                -           0.0000          -
14470.61/732.30	c       732        4469229          85        20                -           0.0000          -
14569.62/737.37	c       737        4501427         107        20                -           0.0000          -
14670.26/742.43	c       742        4534969          74        20                -           0.0000          -
14768.89/747.48	c       747        4567379          91        20                -           0.0000          -
14869.60/752.53	c       753        4596380          86        20                -           0.0000          -
14968.23/757.58	c       758        4626974         106        20                -           0.0000          -
15069.04/762.63	c       763        4661014          89        20                -           0.0000          -
15167.86/767.68	c       768        4695133          90        20                -           0.0000          -
15268.72/772.74	c       773        4727811          77        20                -           0.0000          -
15367.55/777.78	c       778        4760294          80        20                -           0.0000          -
15468.49/782.83	c       783        4793072          79        20                -           0.0000          -
15567.38/787.88	c       788        4826329          81        20                -           0.0000          -
15668.02/792.93	c       793        4858417         100        20                -           0.0000          -
15766.82/797.98	c       798        4891641          96        20                -           0.0000          -
15868.13/803.04	c       803        4924581          91        20                -           0.0000          -
15966.83/808.09	c       808        4957705          87        20                -           0.0000          -
16067.63/813.14	c       813        4991222          77        20                -           0.0000          -
16166.52/818.19	c       818        5022828          76        20                -           0.0000          -
16266.24/823.25	c       823        5054824          73        20                -           0.0000          -
16364.80/828.29	c       828        5088029          80        20                -           0.0000          -
16465.51/833.34	c       833        5120973          93        20                -           0.0000          -
16564.34/838.39	c       838        5152911          91        20                -           0.0000          -
16665.17/843.44	c       843        5184533          81        20                -           0.0000          -
16764.03/848.49	c       848        5217551          98        20                -           0.0000          -
16864.92/853.50	c       854        5251434          79        20                -           0.0000          -
16963.75/858.54	c       859        5283223          83        20                -           0.0000          -
17062.57/863.58	c       864        5316689          77        20                -           0.0000          -
17163.29/868.64	c       869        5350162          95        20                -           0.0000          -
17262.20/873.69	c       874        5380633          80        20                -           0.0000          -
17362.81/878.75	c       879        5411379          82        20                -           0.0000          -
17463.62/883.81	c       884        5441358          78        20                -           0.0000          -
17562.54/888.81	c       889        5473317          71        20                -           0.0000          -
17661.42/893.88	c       894        5504841          77        20                -           0.0000          -
17762.12/898.93	c       899        5539498          88        20                -           0.0000          -
17863.12/904.02	c       904        5578616          92        20                -           0.0000          -
17962.15/909.11	c       909        5615503          98        20                -           0.0000          -
18063.12/914.16	c       914        5650699          95        20                -           0.0000          -
18162.97/919.21	c       919        5683587          83        20                -           0.0000          -
18261.79/924.26	c       924        5715614          84        20                -           0.0000          -
18360.69/929.28	c       929        5748347          78        20                -           0.0000          -
18461.51/934.31	c       934         652427      405010        20                -           0.0000          -
18562.41/939.41	c       939         656100      407337        20                -           0.0000          -
18661.41/944.46	c       944         659411      409215        20                -           0.0000          -
18762.49/949.51	c       950         662949      411295        20                -           0.0000          -
18861.65/954.56	c       955         666190      413210        20                -           0.0000          -
18962.42/959.61	c       960         669530      415224        20                -           0.0000          -
19061.38/964.66	c       965         673304      417659        20                -           0.0000          -
19162.33/969.71	c       970         676694      419809        20                -           0.0000          -
19261.40/974.76	c       975         680795      422254        20                -           0.0000          -
19362.27/979.81	c       980         684421      424271        20                -           0.0000          -
19461.21/984.86	c       985         687530      426200        20                -           0.0000          -
19562.01/989.91	c       990         691610      428872        20                -           0.0000          -
19660.92/994.96	c       995         694662      430873        20                -           0.0000          -
19759.92/1000.01	c      1000         698423      433216        20                -           0.0000          -
19861.72/1005.06	c      1005         702390      435622        20                -           0.0000          -
19960.59/1010.10	c      1010         705582      437666        20                -           0.0000          -
20061.79/1015.16	c      1015         709143      439655        20                -           0.0000          -
20162.10/1020.21	c      1020         712202      441601        20                -           0.0000          -
20261.13/1025.26	c      1025         715734      443815        20                -           0.0000          -
20362.19/1030.31	c      1030         718509      445473        20                -           0.0000          -
20461.29/1035.36	c      1035         720930      446976        20                -           0.0000          -
20562.25/1040.41	c      1040         723568      448615        20                -           0.0000          -
20661.32/1045.45	c      1045         727284      450684        20                -           0.0000          -
20762.37/1050.51	c      1051         730140      452531        20                -           0.0000          -
20861.37/1055.56	c      1056         733617      454487        20                -           0.0000          -
20962.40/1060.61	c      1061         736799      456463        20                -           0.0000          -
21061.44/1065.62	c      1066         740117      458340        20                -           0.0000          -
21160.58/1070.69	c      1071         742860      459690        20                -           0.0000          -
21261.53/1075.74	c      1076         746282      461653        20                -           0.0000          -
21360.56/1080.79	c      1081         749511      463513        20                -           0.0000          -
21461.74/1085.85	c      1086         752854      465521        20                -           0.0000          -
21562.67/1090.90	c      1091         756021      467297        20                -           0.0000          -
21661.80/1095.94	c      1096         759707      469529        20                -           0.0000          -
21760.80/1101.00	c      1101        6860460          78        20                -           0.0000          -
21862.52/1106.06	c      1106        6894528          77        20                -           0.0000          -
21961.72/1111.11	c      1111        6928919          77        20                -           0.0000          -
22062.83/1116.16	c      1116        6964409          84        20                -           0.0000          -
22163.00/1121.21	c      1121        6998312          89        20                -           0.0000          -
22262.03/1126.26	c      1126        7031288          85        20                -           0.0000          -
22361.14/1131.27	c      1131        7066314          83        20                -           0.0000          -
22462.20/1136.36	c      1136        7101266          80        20                -           0.0000          -
22563.22/1141.41	c      1141        7134603          95        20                -           0.0000          -
22662.20/1146.46	c      1146        7171280          88        20                -           0.0000          -
22763.17/1151.51	c      1152        7204586          97        20                -           0.0000          -
22862.23/1156.56	c      1157        7243505          86        20                -           0.0000          -
22963.18/1161.61	c      1162        7280719          85        20                -           0.0000          -
23062.03/1166.66	c      1167        7315464          83        20                -           0.0000          -
23160.94/1171.68	c      1172        7351767          83        20                -           0.0000          -
23261.90/1176.72	c      1177        7387888          73        20                -           0.0000          -
23360.98/1181.79	c      1182        7420126         105        20                -           0.0000          -
23461.98/1186.86	c      1187        7460606          90        20                -           0.0000          -
23563.08/1191.91	c      1192        7499649          97        20                -           0.0000          -
23662.18/1196.96	c      1197        7534132          83        20                -           0.0000          -
23761.22/1202.01	c      1202        7570957          99        20                -           0.0000          -
23862.90/1207.07	c      1207        7613069          85        20                -           0.0000          -
23961.92/1212.11	c      1212        7653782          89        20                -           0.0000          -
24063.00/1217.16	c      1217        7691335          95        20                -           0.0000          -
24163.63/1222.21	c      1222        7725757          89        20                -           0.0000          -
24262.72/1227.26	c      1227        7758662          89        20                -           0.0000          -
24363.62/1232.31	c      1232        7791872          77        20                -           0.0000          -
24462.69/1237.36	c      1237        7822846          79        20                -           0.0000          -
24563.70/1242.41	c      1242        7853016          79        20                -           0.0000          -
24662.90/1247.47	c      1247        7883929          93        20                -           0.0000          -
24763.79/1252.51	c      1253        7914660          83        20                -           0.0000          -
24862.66/1257.54	c      1258        7944686         102        20                -           0.0000          -
24961.55/1262.56	c      1263        7978230          84        20                -           0.0000          -
25062.53/1267.64	c      1268        8011506          88        20                -           0.0000          -
25161.45/1272.69	c      1273        8045903          78        20                -           0.0000          -
25262.33/1277.76	c      1278        8079826          87        20                -           0.0000          -
25363.05/1282.81	c      1283        8114347          82        20                -           0.0000          -
25462.02/1287.86	c      1288        8148057          98        20                -           0.0000          -
25562.93/1292.91	c      1293        8183280          74        20                -           0.0000          -
25661.82/1297.96	c      1298        8218961          85        20                -           0.0000          -
25760.79/1303.01	c      1303        8256413          83        20                -           0.0000          -
25862.29/1308.06	c      1308        8292166          93        20                -           0.0000          -
25961.21/1313.11	c      1313        8325514          82        20                -           0.0000          -
26062.49/1318.15	c      1318        8357915          81        20                -           0.0000          -
26161.35/1323.15	c      1323        8390015          79        20                -           0.0000          -
26261.85/1328.24	c      1328         912223      558040        20                -           0.0000          -
26362.59/1333.30	c      1333         916285      560391        20                -           0.0000          -
26461.51/1338.36	c      1338        8491599          88        20                -           0.0000          -
26562.44/1343.41	c      1343         923578      564004        20                -           0.0000          -
26661.38/1348.46	c      1348         927420      566038        20                -           0.0000          -
26762.26/1353.51	c      1354         930469      567771        20                -           0.0000          -
26861.22/1358.56	c      1359         933458      569522        20                -           0.0000          -
26962.15/1363.61	c      1364         937697      571923        20                -           0.0000          -
27060.94/1368.67	c      1369         940636      573597        20                -           0.0000          -
27161.87/1373.71	c      1374         944313      575887        20                -           0.0000          -
27260.86/1378.76	c      1379         947565      577725        20                -           0.0000          -
27361.74/1383.81	c      1384         950112      579138        20                -           0.0000          -
27460.70/1388.86	c      1389         953075      580556        20                -           0.0000          -
27561.59/1393.91	c      1394         956035      582162        20                -           0.0000          -
27660.54/1398.96	c      1399         959375      584035        20                -           0.0000          -
27759.49/1403.97	c      1404         962422      585818        20                -           0.0000          -
27860.97/1409.03	c      1409         965412      587768        20                -           0.0000          -
27959.86/1414.04	c      1414         969230      590131        20                -           0.0000          -
28058.90/1419.12	c      1419         972875      591920        20                -           0.0000          -
28159.96/1424.17	c      1424         976794      594101        20                -           0.0000          -
28260.28/1429.22	c      1429         980010      596027        20                -           0.0000          -
28361.23/1434.31	c      1434         983770      598379        20                -           0.0000          -
28460.21/1439.35	c      1439         987033      600412        20                -           0.0000          -
28561.20/1444.41	c      1444         990835      602708        20                -           0.0000          -
28660.19/1449.46	c      1449         994400      604738        20                -           0.0000          -
28761.13/1454.51	c      1455         997781      606409        20                -           0.0000          -
28860.16/1459.56	c      1460        1001102      608376        20                -           0.0000          -
28961.20/1464.61	c      1465        1003995      610115        20                -           0.0000          -
29060.32/1469.66	c      1470        1006988      612229        20                -           0.0000          -
29161.29/1474.71	c      1475        9463324         106        20                -           0.0000          -
29260.11/1479.75	c      1480        9499811         100        20                -           0.0000          -
29361.04/1484.81	c      1485        9535923          79        20                -           0.0000          -
29460.02/1489.86	c      1490        9575107          84        20                -           0.0000          -
29558.96/1494.87	c      1495        9609434          83        20                -           0.0000          -
29659.96/1499.96	c      1500        9644696          85        20                -           0.0000          -
29758.99/1505.01	c      1505        9680491          78        20                -           0.0000          -
29860.64/1510.06	c      1510        9717955          92        20                -           0.0000          -
29959.60/1515.11	c      1515        9754581          89        20                -           0.0000          -
30060.56/1520.16	c      1520        9791491          79        20                -           0.0000          -
30160.92/1525.21	c      1525        9829510          86        20                -           0.0000          -
30259.92/1530.26	c      1530        9867473          85        20                -           0.0000          -
30360.84/1535.31	c      1535        9903697          88        20                -           0.0000          -
30459.81/1540.36	c      1540        9941725          84        20                -           0.0000          -
30560.57/1545.41	c      1545        9978075          96        20                -           0.0000          -
30659.50/1550.46	c      1550       10015358          82        20                -           0.0000          -
30760.35/1555.51	c      1556       10053042          82        20                -           0.0000          -
30859.31/1560.56	c      1561       10090472          83        20                -           0.0000          -
30960.22/1565.61	c      1566       10125395          78        20                -           0.0000          -
31059.29/1570.66	c      1571       10159837          78        20                -           0.0000          -
31160.27/1575.71	c      1576       10192775         101        20                -           0.0000          -
31259.40/1580.76	c      1581       10232437          81        20                -           0.0000          -
31360.44/1585.81	c      1586       10271283          78        20                -           0.0000          -
31459.49/1590.86	c      1591       10309452          79        20                -           0.0000          -
31560.46/1595.91	c      1596       10349732          89        20                -           0.0000          -
31659.46/1600.96	c      1601       10389023          81        20                -           0.0000          -
31758.44/1606.01	c      1606       10426009          85        20                -           0.0000          -
31859.76/1611.06	c      1611       10463811          90        20                -           0.0000          -
31958.94/1616.11	c      1616       10503160          87        20                -           0.0000          -
32059.84/1621.15	c      1621       10542387          91        20                -           0.0000          -
32158.80/1626.16	c      1626       10583543          94        20                -           0.0000          -
32259.01/1631.23	c      1631       10626655          94        20                -           0.0000          -
32359.97/1636.31	c      1636        1105140      671228        20                -           0.0000          -
32458.99/1641.36	c      1641        1108858      673487        20                -           0.0000          -
32559.90/1646.41	c      1646        1111830      675385        20                -           0.0000          -
32658.91/1651.46	c      1651        1115257      677489        20                -           0.0000          -
32759.87/1656.51	c      1657        1118807      679544        20                -           0.0000          -
32858.88/1661.56	c      1662        1122478      681929        20                -           0.0000          -
32959.89/1666.62	c      1667        1125324      683566        20                -           0.0000          -
33058.86/1671.62	c      1672        1128928      685816        20                -           0.0000          -
33159.70/1676.71	c      1677        1131370      687247        20                -           0.0000          -
33258.73/1681.76	c      1682        1133507      688712        20                -           0.0000          -
33359.75/1686.81	c      1687        1135590      690106        20                -           0.0000          -
33458.88/1691.86	c      1692        1137541      691379        20                -           0.0000          -
33557.98/1696.89	c      1697        1140970      693377        20                -           0.0000          -
33658.79/1701.96	c      1702        1143791      695290        20                -           0.0000          -
33757.75/1706.99	c      1707        1146607      697061        20                -           0.0000          -
33859.45/1712.06	c      1712        1150079      699406        20                -           0.0000          -
33958.30/1717.11	c      1717        1154066      701766        20                -           0.0000          -
34059.30/1722.16	c      1722        1157602      703627        20                -           0.0000          -
34159.85/1727.21	c      1727        1161680      706109        20                -           0.0000          -
34258.98/1732.26	c      1732        1164834      708463        20                -           0.0000          -
34358.07/1737.28	c      1737        1168291      710905        20                -           0.0000          -
34459.12/1742.36	c      1742        1171590      713040        20                -           0.0000          -
34560.10/1747.41	c      1747        1175311      715260        20                -           0.0000          -
34659.10/1752.46	c      1752        1178624      717126        20                -           0.0000          -
34760.21/1757.51	c      1758       11647674          87        20                -           0.0000          -
34859.21/1762.56	c      1763       11690023          93        20                -           0.0000          -
34960.15/1767.61	c      1768       11732380          91        20                -           0.0000          -
35059.18/1772.66	c      1773       11774089          92        20                -           0.0000          -
35160.14/1777.71	c      1778       11818218          90        20                -           0.0000          -
35259.15/1782.76	c      1783       11860213          97        20                -           0.0000          -
35360.19/1787.81	c      1788       11902882          82        20                -           0.0000          -
35459.24/1792.82	c      1793       11945893          81        20                -           0.0000          -
35558.33/1797.89	c      1798       11987163          83        20                -           0.0000          -
35659.30/1802.94	c      1803       12029589          90        20                -           0.0000          -
35758.31/1807.99	c      1808       12071524          89        20                -           0.0000          -
35859.96/1813.06	c      1813       12115448          79        20                -           0.0000          -
35959.09/1818.11	c      1818       12158351          83        20                -           0.0000          -
36060.38/1823.16	c      1823       12199382          97        20                -           0.0000          -
36160.69/1828.21	c      1828       12240767          88        20                -           0.0000          -
36259.79/1833.26	c      1833       12285773          84        20                -           0.0000          -
36360.87/1838.31	c      1838       12327043          82        20                -           0.0000          -
36460.02/1843.36	c      1843       12369209          82        20                -           0.0000          -
36561.14/1848.41	c      1848       12414195          91        20                -           0.0000          -
36660.25/1853.46	c      1853       12456152          80        20                -           0.0000          -
36761.38/1858.51	c      1859       12499941          85        20                -           0.0000          -
36860.43/1863.56	c      1864       12542423          96        20                -           0.0000          -
36961.50/1868.61	c      1869       12585445          81        20                -           0.0000          -
37060.63/1873.63	c      1874       12627860          91        20                -           0.0000          -
37159.76/1878.65	c      1879       12671391          92        20                -           0.0000          -
37260.87/1883.72	c      1884       12718240          82        20                -           0.0000          -
37360.00/1888.75	c      1889       12764523          77        20                -           0.0000          -
37461.05/1893.82	c      1894       12810254          84        20                -           0.0000          -
37560.12/1898.87	c      1899       12851488          85        20                -           0.0000          -
37661.20/1903.92	c      1904       12894237          93        20                -           0.0000          -
37760.30/1908.97	c      1909       12939190          85        20                -           0.0000          -
37859.43/1914.02	c      1914       12981651          83        20                -           0.0000          -
37961.04/1919.05	c      1919       13023310          98        20                -           0.0000          -
38060.46/1924.13	c      1924        1282171      779966        20                -           0.0000          -
38161.47/1929.20	c      1929        1285592      781738        20                -           0.0000          -
38261.89/1934.25	c      1934        1288442      783113        20                -           0.0000          -
38360.91/1939.30	c      1939        1291829      785268        20                -           0.0000          -
38461.92/1944.35	c      1944        1295282      787374        20                -           0.0000          -
38560.96/1949.37	c      1949        1298662      789404        20                -           0.0000          -
38662.22/1954.42	c      1954        1301163      790679        20                -           0.0000          -
38761.10/1959.49	c      1960        1304363      792274        20                -           0.0000          -
38862.21/1964.56	c      1965        1307419      794048        20                -           0.0000          -
38963.33/1969.61	c      1970        1310052      795661        20                -           0.0000          -
39062.31/1974.66	c      1975        1312926      797431        20                -           0.0000          -
39163.42/1979.70	c      1980        1316277      799753        20                -           0.0000          -
39262.51/1984.76	c      1985        1318606      801113        20                -           0.0000          -
39363.52/1989.81	c      1990        1320953      802388        20                -           0.0000          -
39462.59/1994.86	c      1995        1324277      804492        20                -           0.0000          -
39563.66/1999.90	c      2000        1326824      806021        20                -           0.0000          -
39662.78/2004.96	c      2005        1330384      808220        20                -           0.0000          -
39761.85/2010.02	c      2010        1333744      810167        20                -           0.0000          -
39863.41/2015.07	c      2015        1336310      811706        20                -           0.0000          -
39962.71/2020.12	c      2020        1339672      813405        20                -           0.0000          -
40063.72/2025.17	c      2025        1344276      816072        20                -           0.0000          -
40163.03/2030.18	c      2030        1348257      818435        20                -           0.0000          -
40263.30/2035.22	c      2035        1351847      820426        20                -           0.0000          -
40362.42/2040.27	c      2040        1355067      822159        20                -           0.0000          -
40463.54/2045.32	c      2045        1358489      824146        20                -           0.0000          -
40562.68/2050.37	c      2050        1361330      825574        20                -           0.0000          -
40663.73/2055.42	c      2055        1364222      827115        20                -           0.0000          -
40762.84/2060.48	c      2060        1366937      828554        20                -           0.0000          -
40861.92/2065.49	c      2066        1370316      830351        20                -           0.0000          -
40963.02/2070.58	c      2071       14347731          90        20                -           0.0000          -
41064.03/2075.64	c      2076       14393459          82        20                -           0.0000          -
41163.28/2080.68	c      2081       14438095          96        20                -           0.0000          -
41264.09/2085.73	c      2086       14486808          81        20                -           0.0000          -
41363.15/2090.79	c      2091       14534236          88        20                -           0.0000          -
41464.25/2095.85	c      2096       14582734          82        20                -           0.0000          -
41565.31/2100.90	c      2101       14629095          96        20                -           0.0000          -
41664.41/2105.95	c      2106       14676392          86        20                -           0.0000          -
41763.52/2111.00	c      2111       14723830          91        20                -           0.0000          -
41865.26/2116.05	c      2116       14770351          82        20                -           0.0000          -
41964.21/2121.10	c      2121       14818543          79        20                -           0.0000          -
42065.45/2126.15	c      2126       14865947          80        20                -           0.0000          -
42165.71/2131.21	c      2131       14912847          88        20                -           0.0000          -
42264.62/2136.24	c      2136       14960873          88        20                -           0.0000          -
42363.75/2141.27	c      2141       15008279          95        20                -           0.0000          -
42464.94/2146.36	c      2146       15055776          82        20                -           0.0000          -
42565.95/2151.41	c      2151       15101605          79        20                -           0.0000          -
42665.01/2156.46	c      2156       15147729          89        20                -           0.0000          -
42766.04/2161.51	c      2162       15193532          88        20                -           0.0000          -
42865.17/2166.56	c      2167       15236870          85        20                -           0.0000          -
42966.30/2171.61	c      2172       15280714          88        20                -           0.0000          -
43065.35/2176.66	c      2177       15326017          95        20                -           0.0000          -
43166.41/2181.71	c      2182       15371335          84        20                -           0.0000          -
43265.58/2186.76	c      2187       15416419          86        20                -           0.0000          -
43366.74/2191.81	c      2192       15461759          89        20                -           0.0000          -
43465.74/2196.86	c      2197       15507581          88        20                -           0.0000          -
43566.77/2201.90	c      2202       15552353          89        20                -           0.0000          -
43665.90/2206.91	c      2207        1456302      879634        20                -           0.0000          -
43764.99/2212.01	c      2212        1458718      881039        20                -           0.0000          -
43866.88/2217.06	c      2217        1461467      882483        20                -           0.0000          -
43965.73/2222.11	c      2222        1464703      884177        20                -           0.0000          -
44066.89/2227.16	c      2227        1467249      885476        20                -           0.0000          -
44167.38/2232.21	c      2232        1470016      886628        20                -           0.0000          -
44266.48/2237.26	c      2237        1472973      888468        20                -           0.0000          -
44367.62/2242.31	c      2242        1475732      889926        20                -           0.0000          -
44466.66/2247.36	c      2247        1479079      891579        20                -           0.0000          -
44567.78/2252.41	c      2252        1481392      892761        20                -           0.0000          -
44666.94/2257.46	c      2257        1484083      894143        20                -           0.0000          -
44768.06/2262.51	c      2263        1487835      896208        20                -           0.0000          -
44867.31/2267.56	c      2268        1490930      898224        20                -           0.0000          -
44968.35/2272.61	c      2273        1494233      900284        20                -           0.0000          -
45067.55/2277.63	c      2278       16224973          82        20                -           0.0000          -
45168.69/2282.71	c      2283       16270152          82        20                -           0.0000          -
45267.65/2287.76	c      2288       16313378          86        20                -           0.0000          -
45368.77/2292.81	c      2293       16358736          84        20                -           0.0000          -
45467.88/2297.86	c      2298       16400908          78        20                -           0.0000          -
45569.02/2302.91	c      2303       16447150          81        20                -           0.0000          -
45668.16/2307.96	c      2308       16492147          93        20                -           0.0000          -
45767.32/2312.97	c      2313       16535957          79        20                -           0.0000          -
45868.94/2318.04	c      2318       16579237          89        20                -           0.0000          -
45968.02/2323.10	c      2323       16621704          82        20                -           0.0000          -
46069.11/2328.16	c      2328       16663502          86        20                -           0.0000          -
46169.44/2333.21	c      2333       16710397          89        20                -           0.0000          -
46268.56/2338.26	c      2338       16758252          85        20                -           0.0000          -
46369.69/2343.31	c      2343       16806002          93        20                -           0.0000          -
46468.77/2348.34	c      2348       16852093          97        20                -           0.0000          -
46570.08/2353.41	c      2353       16901907          80        20                -           0.0000          -
46668.96/2358.46	c      2358       16948824          97        20                -           0.0000          -
46770.09/2363.51	c      2364       16996260          82        20                -           0.0000          -
46869.24/2368.56	c      2369       17043550          95        20                -           0.0000          -
46970.38/2373.61	c      2374       17092057          98        20                -           0.0000          -
47069.52/2378.66	c      2379       17140890          86        20                -           0.0000          -
47170.70/2383.71	c      2384       17187806          85        20                -           0.0000          -
47269.79/2388.76	c      2389       17233275          87        20                -           0.0000          -
47371.01/2393.81	c      2394       17278887          80        20                -           0.0000          -
47470.26/2398.86	c      2399       17323003          95        20                -           0.0000          -
47571.43/2403.91	c      2404       17365524          96        20                -           0.0000          -
47670.35/2408.96	c      2409        1575597      950921        20                -           0.0000          -
47769.42/2413.98	c      2414        1578491      952745        20                -           0.0000          -
47871.05/2419.04	c      2419        1581316      954527        20                -           0.0000          -
47970.40/2424.10	c      2424        1584686      956547        20                -           0.0000          -
48071.30/2429.16	c      2429        1587895      958535        20                -           0.0000          -
48171.66/2434.21	c      2434        1591683      960984        20                -           0.0000          -
48270.58/2439.26	c      2439        1594594      962797        20                -           0.0000          -
48371.67/2444.31	c      2444        1597770      964847        20                -           0.0000          -
48470.70/2449.36	c      2449        1600998      967088        20                -           0.0000          -
48571.81/2454.41	c      2454        1603776      968742        20                -           0.0000          -
48670.93/2459.46	c      2459        1606689      970407        20                -           0.0000          -
48771.91/2464.51	c      2465        1609324      971902        20                -           0.0000          -
48870.96/2469.56	c      2470        1612428      973703        20                -           0.0000          -
48971.99/2474.61	c      2475        1615533      975394        20                -           0.0000          -
49071.10/2479.66	c      2480        1618624      976699        20                -           0.0000          -
49172.04/2484.71	c      2485        1621879      978211        20                -           0.0000          -
49271.23/2489.75	c      2490        1625370      980094        20                -           0.0000          -
49372.39/2494.81	c      2495        1628632      981848        20                -           0.0000          -
49471.44/2499.82	c      2500        1632032      983617        20                -           0.0000          -
49570.56/2504.87	c      2505        1635808      985717        20                -           0.0000          -
49671.77/2509.94	c      2510        1639025      987857        20                -           0.0000          -
49770.78/2515.01	c      2515        1641992      989941        20                -           0.0000          -
49872.61/2520.06	c      2520        1645285      991717        20                -           0.0000          -
49971.58/2525.11	c      2525        1648098      993107        20                -           0.0000          -
50072.70/2530.16	c      2530       18536782          85        20                -           0.0000          -
50173.22/2535.21	c      2535       18582962          91        20                -           0.0000          -
50272.36/2540.26	c      2540       18632390          86        20                -           0.0000          -
50373.51/2545.31	c      2545       18681082          83        20                -           0.0000          -
50472.65/2550.36	c      2550       18727747          87        20                -           0.0000          -
50573.83/2555.41	c      2555       18775917          87        20                -           0.0000          -
50672.75/2560.46	c      2560       18817627          95        20                -           0.0000          -
50773.83/2565.51	c      2566       18862329          82        20                -           0.0000          -
50872.94/2570.56	c      2571       18907405          84        20                -           0.0000          -
50974.05/2575.61	c      2576       18955912          86        20                -           0.0000          -
51073.18/2580.66	c      2581       19003894          82        20                -           0.0000          -
51174.32/2585.71	c      2586       19048421          91        20                -           0.0000          -
51273.40/2590.76	c      2591       19090637          89        20                -           0.0000          -
51374.56/2595.81	c      2596       19138134          92        20                -           0.0000          -
51473.71/2600.86	c      2601       19187666          91        20                -           0.0000          -
51574.79/2605.91	c      2606       19237114          82        20                -           0.0000          -
51673.89/2610.96	c      2611       19287489          87        20                -           0.0000          -
51772.92/2616.01	c      2616       19339015          84        20                -           0.0000          -
51874.51/2621.06	c      2621       19385385          92        20                -           0.0000          -
51973.70/2626.12	c      2626       19431290          96        20                -           0.0000          -
52074.81/2631.14	c      2631       19475578          81        20                -           0.0000          -
52175.28/2636.21	c      2636        1710523     1029610        20                -           0.0000          -
52274.60/2641.26	c      2641        1712862     1031271        20                -           0.0000          -
52375.53/2646.31	c      2646        1715698     1033321        20                -           0.0000          -
52474.65/2651.33	c      2651        1718938     1035653        20                -           0.0000          -
52573.61/2656.37	c      2656        1721624     1037294        20                -           0.0000          -
52674.66/2661.46	c      2661        1724932     1039074        20                -           0.0000          -
52775.73/2666.51	c      2667        1727601     1040294        20                -           0.0000          -
52874.78/2671.56	c      2672        1730455     1042066        20                -           0.0000          -
52975.83/2676.61	c      2677        1733287     1043825        20                -           0.0000          -
53074.94/2681.66	c      2682        1735802     1045278        20                -           0.0000          -
53176.08/2686.71	c      2687        1738532     1046865        20                -           0.0000          -
53275.16/2691.76	c      2692        1741435     1048439        20                -           0.0000          -
53374.32/2696.78	c      2697       20088936          84        20                -           0.0000          -
53475.39/2701.86	c      2702       20138241          97        20                -           0.0000          -
53576.52/2706.91	c      2707       20185230          82        20                -           0.0000          -
53675.65/2711.96	c      2712       20232292          86        20                -           0.0000          -
53774.77/2717.00	c      2717       20276591          79        20                -           0.0000          -
53876.56/2722.06	c      2722       20318893          92        20                -           0.0000          -
53975.52/2727.11	c      2727       20365103          85        20                -           0.0000          -
54076.64/2732.17	c      2732       20410526          97        20                -           0.0000          -
54175.75/2737.17	c      2737       20456098          93        20                -           0.0000          -
54276.15/2742.24	c      2742       20501456         100        20                -           0.0000          -
54377.22/2747.31	c      2747       20545845          85        20                -           0.0000          -
54476.26/2752.36	c      2752       20589306          87        20                -           0.0000          -
54577.37/2757.40	c      2757       20634638          81        20                -           0.0000          -
54676.49/2762.46	c      2762       20677051          82        20                -           0.0000          -
54777.67/2767.51	c      2768       20723286          98        20                -           0.0000          -
54876.72/2772.56	c      2773       20768194          87        20                -           0.0000          -
54977.83/2777.61	c      2778       20814415          89        20                -           0.0000          -
55076.85/2782.66	c      2783       20859661          87        20                -           0.0000          -
55175.97/2787.68	c      2788       20906239          99        20                -           0.0000          -
55277.09/2792.73	c      2793       20950345          97        20                -           0.0000          -
55376.13/2797.76	c      2798       20993758          84        20                -           0.0000          -
55477.19/2802.86	c      2803       21038969          93        20                -           0.0000          -
55578.21/2807.91	c      2808       21082961          81        20                -           0.0000          -
55677.36/2812.96	c      2813       21127251          94        20                -           0.0000          -
55776.51/2818.01	c      2818       21171779          84        20                -           0.0000          -
55878.37/2823.06	c      2823       21216621          97        20                -           0.0000          -
55977.23/2828.11	c      2828       21261158          90        20                -           0.0000          -
56078.67/2833.16	c      2833       21306048          92        20                -           0.0000          -
56178.93/2838.21	c      2838       21350331          83        20                -           0.0000          -
56278.00/2843.22	c      2843       21395167          95        20                -           0.0000          -
56377.13/2848.26	c      2848       21439534          87        20                -           0.0000          -
56478.21/2853.32	c      2853        1830164     1097607        20                -           0.0000          -
56577.33/2858.39	c      2858        1832547     1099160        20                -           0.0000          -
56678.42/2863.45	c      2863        1836274     1101444        20                -           0.0000          -
56779.53/2868.50	c      2869        1839081     1103035        20                -           0.0000          -
56878.68/2873.55	c      2874        1842074     1104721        20                -           0.0000          -
56979.78/2878.60	c      2879        1845109     1106439        20                -           0.0000          -
57078.85/2883.66	c      2884        1847984     1107996        20                -           0.0000          -
57179.89/2888.71	c      2889        1850935     1109590        20                -           0.0000          -
57279.02/2893.76	c      2894        1853715     1111190        20                -           0.0000          -
57380.08/2898.81	c      2899        1856431     1112703        20                -           0.0000          -
57479.22/2903.86	c      2904        1859262     1114271        20                -           0.0000          -
57580.34/2908.91	c      2909        1862502     1115925        20                -           0.0000          -
57679.41/2913.96	c      2914        1865922     1118032        20                -           0.0000          -
57778.36/2919.00	c      2919        1868972     1119833        20                -           0.0000          -
57879.95/2924.06	c      2924        1871355     1121097        20                -           0.0000          -
57979.19/2929.11	c      2929        1874144     1122418        20                -           0.0000          -
58080.11/2934.16	c      2934        1877286     1124049        20                -           0.0000          -
58180.70/2939.21	c      2939       22231557          80        20                -           0.0000          -
58279.82/2944.26	c      2944       22276663          90        20                -           0.0000          -
58380.87/2949.32	c      2949       22319878          90        20                -           0.0000          -
58479.80/2954.36	c      2954       22362800          88        20                -           0.0000          -
58580.78/2959.41	c      2959       22412126          92        20                -           0.0000          -
58679.85/2964.46	c      2964       22458154          85        20                -           0.0000          -
58780.88/2969.51	c      2970       22503594          84        20                -           0.0000          -
58879.92/2974.56	c      2975       22548858          91        20                -           0.0000          -
58980.96/2979.61	c      2980       22592506          88        20                -           0.0000          -
59079.99/2984.66	c      2985       22639056          86        20                -           0.0000          -
59180.98/2989.71	c      2990       22683259          92        20                -           0.0000          -
59280.07/2994.76	c      2995       22728429          77        20                -           0.0000          -
59381.06/2999.81	c      3000       22770405          91        20                -           0.0000          -
59480.06/3004.86	c      3005       22818166          84        20                -           0.0000          -
59581.04/3009.91	c      3010       22865859          94        20                -           0.0000          -
59680.07/3014.96	c      3015       22912414          84        20                -           0.0000          -
59779.18/3020.01	c      3020        1927005     1151603        20                -           0.0000          -
59880.61/3025.07	c      3025        1930375     1153556        20                -           0.0000          -
59979.72/3030.11	c      3030        1933685     1155419        20                -           0.0000          -
60080.84/3035.16	c      3035        1937052     1157379        20                -           0.0000          -
60181.07/3040.21	c      3040        1939903     1159136        20                -           0.0000          -
60280.08/3045.22	c      3045        1943384     1161503        20                -           0.0000          -
60379.05/3050.24	c      3050        1947584     1163848        20                -           0.0000          -
60478.00/3055.26	c      3055        1951282     1166014        20                -           0.0000          -
60577.04/3060.27	c      3060        1954786     1167831        20                -           0.0000          -
60677.91/3065.35	c      3065        1958227     1169691        20                -           0.0000          -
60778.86/3070.45	c      3070        1960894     1171239        20                -           0.0000          -
60879.85/3075.50	c      3076        1963149     1172620        20                -           0.0000          -
60978.82/3080.56	c      3081        1965828     1174038        20                -           0.0000          -
61079.82/3085.61	c      3086        1968652     1175270        20                -           0.0000          -
61178.79/3090.66	c      3091        1971576     1176969        20                -           0.0000          -
61279.74/3095.71	c      3096        1974757     1178861        20                -           0.0000          -
61378.66/3100.76	c      3101       23687540          84        20                -           0.0000          -
61477.58/3105.78	c      3106       23733213          95        20                -           0.0000          -
61578.58/3110.86	c      3111       23781353          97        20                -           0.0000          -
61679.60/3115.92	c      3116       23826097          84        20                -           0.0000          -
61778.63/3120.97	c      3121       23870362          90        20                -           0.0000          -
61877.65/3126.02	c      3126       23914781          94        20                -           0.0000          -
61979.23/3131.07	c      3131       23960952          86        20                -           0.0000          -
62078.04/3136.12	c      3136       24008469          91        20                -           0.0000          -
62179.10/3141.15	c      3141       24054506          91        20                -           0.0000          -
62279.46/3146.22	c      3146       24098803          84        20                -           0.0000          -
62378.35/3151.27	c      3151       24143122          92        20                -           0.0000          -
62479.27/3156.33	c      3156       24187906          88        20                -           0.0000          -
62578.37/3161.37	c      3161       24233527          83        20                -           0.0000          -
62679.13/3166.42	c      3166       24277856          94        20                -           0.0000          -
62778.16/3171.49	c      3172       24322957          97        20                -           0.0000          -
62879.17/3176.54	c      3177       24368468          91        20                -           0.0000          -
62978.23/3181.59	c      3182       24414719          88        20                -           0.0000          -
63079.19/3186.65	c      3187       24460457          89        20                -           0.0000          -
63178.25/3191.69	c      3192       24507601          81        20                -           0.0000          -
63279.27/3196.71	c      3197       24553026          89        20                -           0.0000          -
63378.29/3201.72	c      3202       24598759          96        20                -           0.0000          -
63477.30/3206.74	c      3207       24645834          88        20                -           0.0000          -
63578.18/3211.81	c      3212       24693962          88        20                -           0.0000          -
63677.21/3216.87	c      3217       24740800          82        20                -           0.0000          -
63778.17/3221.95	c      3222        2048072     1218056        20                -           0.0000          -
63877.12/3227.01	c      3227       24836933          84        20                -           0.0000          -
63976.14/3232.02	c      3232        2054372     1221292        20                -           0.0000          -
64077.66/3237.11	c      3237        2056925     1222666        20                -           0.0000          -
64178.90/3242.18	c      3242        2059467     1224125        20                -           0.0000          -
64279.14/3247.24	c      3247        2062188     1225701        20                -           0.0000          -
64380.01/3252.30	c      3252        2065265     1227505        20                -           0.0000          -
64479.03/3257.35	c      3257        2068479     1229197        20                -           0.0000          -
64579.95/3262.40	c      3262        2071020     1230635        20                -           0.0000          -
64678.91/3267.45	c      3267        2073803     1232054        20                -           0.0000          -
64779.91/3272.51	c      3273        2076824     1233831        20                -           0.0000          -
64878.96/3277.56	c      3278        2079136     1235558        20                -           0.0000          -
64979.98/3282.61	c      3283        2081368     1236886        20                -           0.0000          -
65078.92/3287.66	c      3288        2083533     1238324        20                -           0.0000          -
65179.77/3292.71	c      3293        2086162     1240000        20                -           0.0000          -
65278.78/3297.76	c      3298        2089106     1241682        20                -           0.0000          -
65379.76/3302.81	c      3303        2092646     1243639        20                -           0.0000          -
65478.78/3307.86	c      3308        2095501     1245198        20                -           0.0000          -
65579.75/3312.91	c      3313        2098248     1246931        20                -           0.0000          -
65678.80/3317.96	c      3318        2100566     1248415        20                -           0.0000          -
65777.85/3322.97	c      3323        2102741     1249617        20                -           0.0000          -
65879.44/3328.04	c      3328        2105381     1251077        20                -           0.0000          -
65978.47/3333.09	c      3333        2108591     1252742        20                -           0.0000          -
66079.60/3338.16	c      3338       25847152          86        20                -           0.0000          -
66179.80/3343.22	c      3343       25892886          88        20                -           0.0000          -
66278.84/3348.26	c      3348       25937875          94        20                -           0.0000          -
66379.80/3353.31	c      3353       25986227          85        20                -           0.0000          -
66478.83/3358.36	c      3358       26030886          92        20                -           0.0000          -
66579.81/3363.41	c      3363       26077220          91        20                -           0.0000          -
66678.85/3368.46	c      3368       26120334          96        20                -           0.0000          -
66779.78/3373.51	c      3374       26168105          86        20                -           0.0000          -
66878.77/3378.56	c      3379       26213497          89        20                -           0.0000          -
66979.95/3383.61	c      3384       26258881          99        20                -           0.0000          -
67078.77/3388.66	c      3389       26306067          81        20                -           0.0000          -
67179.75/3393.71	c      3394       26352203          85        20                -           0.0000          -
67278.79/3398.75	c      3399       26397713          97        20                -           0.0000          -
67379.76/3403.81	c      3404       26446689          86        20                -           0.0000          -
67478.70/3408.86	c      3409       26495282          90        20                -           0.0000          -
67579.62/3413.91	c      3414       26542803          92        20                -           0.0000          -
67678.61/3418.96	c      3419       26591501          98        20                -           0.0000          -
67777.73/3424.01	c      3424       26640291          90        20                -           0.0000          -
67879.20/3429.06	c      3429       26685789          95        20                -           0.0000          -
67978.24/3434.11	c      3434       26734694          96        20                -           0.0000          -
68079.09/3439.16	c      3439       26779758          91        20                -           0.0000          -
68177.98/3444.21	c      3444       26823585          81        20                -           0.0000          -
68278.43/3449.26	c      3449       26871312          88        20                -           0.0000          -
68379.24/3454.31	c      3454       26917030          82        20                -           0.0000          -
68478.16/3459.36	c      3459       26963162          85        20                -           0.0000          -
68579.04/3464.41	c      3464       27008901          88        20                -           0.0000          -
68678.07/3469.45	c      3469       27054427          80        20                -           0.0000          -
68777.07/3474.49	c      3474       27100352          85        20                -           0.0000          -
68878.05/3479.52	c      3480        2190350     1300275        20                -           0.0000          -
68976.89/3484.58	c      3485        2193716     1302266        20                -           0.0000          -
69077.89/3489.66	c      3490        2196916     1303982        20                -           0.0000          -
69178.87/3494.71	c      3495        2199655     1305365        20                -           0.0000          -
69278.10/3499.76	c      3500        2202343     1306652        20                -           0.0000          -
69378.94/3504.81	c      3505        2205255     1308309        20                -           0.0000          -
69477.98/3509.86	c      3510        2208390     1310107        20                -           0.0000          -
69578.99/3514.91	c      3515        2211075     1311673        20                -           0.0000          -
69677.85/3519.96	c      3520        2213789     1312996        20                -           0.0000          -
69776.62/3525.01	c      3525        2217140     1314853        20                -           0.0000          -
69878.27/3530.06	c      3530        2220580     1316603        20                -           0.0000          -
69977.16/3535.11	c      3535        2223425     1318211        20                -           0.0000          -
70078.42/3540.16	c      3540        2226328     1319686        20                -           0.0000          -
70178.64/3545.21	c      3545        2228806     1321146        20                -           0.0000          -
70277.62/3550.27	c      3550        2231766     1322918        20                -           0.0000          -
70378.60/3555.31	c      3555        2235417     1324825        20                -           0.0000          -
70477.52/3560.36	c      3560        2238774     1326787        20                -           0.0000          -
70578.44/3565.41	c      3565        2241599     1328247        20                -           0.0000          -
70677.68/3570.46	c      3570        2245077     1329880        20                -           0.0000          -
70778.48/3575.51	c      3576       28028947          79        20                -           0.0000          -
70877.54/3580.53	c      3581       28075513          86        20                -           0.0000          -
70976.58/3585.60	c      3586       28124237          82        20                -           0.0000          -
71077.61/3590.66	c      3591       28172057          84        20                -           0.0000          -
71178.63/3595.71	c      3596       28218852          83        20                -           0.0000          -
71277.68/3600.76	c      3601       28263950          86        20                -           0.0000          -
71376.74/3605.78	c      3606       28309756          94        20                -           0.0000          -
71477.76/3610.83	c      3611       28356643          80        20                -           0.0000          -
71576.74/3615.90	c      3616       28402492          76        20                -           0.0000          -
71677.73/3620.96	c      3621       28448237          84        20                -           0.0000          -
71776.70/3625.98	c      3626       28495544          86        20                -           0.0000          -
71875.71/3631.00	c      3631       28542987          83        20                -           0.0000          -
71977.23/3636.08	c      3636       28590515          90        20                -           0.0000          -

Verifier Data

ERROR: no interpretation found !

Watcher Data

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

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

NUMA information:
  number of nodes: 4
  memory of node 0: 191670 MiB (185839 MiB free)
  memory of node 1: 193494 MiB (191510 MiB free)
  memory of node 2: 193531 MiB (181845 MiB free)
  memory of node 3: 193531 MiB (192197 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-4465723-1722562003/watcher-4465723-1722562003 -o /tmp/evaluation-result-4465723-1722562003/solver-4465723-1722562003 -C 72000 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeD105-1722558365-143947 --watchdog 3760 ./fscip settings/racing.prm HOME/instance-4465723-1722562003.opb -qsol -t 72000 -sth 20 

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

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

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


[startup+0.101611 s]*
/proc/loadavg: 81.41 80.80 79.36 61/977 146423
/proc/meminfo: memFree=769321580/790760804 swapFree=131071996/131071996
[pid=146370] ppid=146367 vsize=1671660 memory=145636 CPUtime=0.74 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/146370/stat : 146370 (fscip) S 146367 146370 143936 0 -1 1077936128 32921 0 0 0 43 31 0 0 20 0 41 0 22783381 1711779840 36409 809668444160 4194304 16623229 140724290940496 0 0 0 0 0 2 0 0 0 17 13 0 0 0 0 0 18838560 18947056 50188288 140724290941961 140724290942079 140724290942079 140724290949104 0
/proc/146370/statm: 417915 36409 2950 3035 0 122950 0
[pid=146370/tid=146372] ppid=146367 vsize=1671660 memory=4026531957 CPUtime=0.03 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/146370/task/146372/stat : 146372 (fscip) R 146367 146370 143936 0 -1 4194368 1545 0 0 0 1 2 0 0 20 0 41 0 22783383 1711779840 36475 809668444160 4194304 16623229 140724290940496 0 0 0 0 0 2 0 0 0 -1 61 0 0 0 0 0 18838560 18947056 50188288 140724290941961 140724290942079 140724290942079 140724290949104 0
[pid=146370/tid=146373] ppid=146367 vsize=1671660 memory=211359629656 CPUtime=0.02 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/146370/task/146373/stat : 146373 (fscip) R 146367 146370 143936 0 -1 4194368 1534 0 0 0 1 1 0 0 20 0 41 0 22783383 1711779840 36475 809668444160 4194304 16623229 140724290940496 0 0 0 0 0 2 0 0 0 -1 57 0 0 0 0 0 18838560 18947056 50188288 140724290941961 140724290942079 140724290942079 140724290949104 0
[pid=146370/tid=146374] ppid=146367 vsize=1671660 memory=53017898672631 CPUtime=0.03 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/146370/task/146374/stat : 146374 (fscip) R 146367 146370 143936 0 -1 4194368 1313 0 0 0 3 0 0 0 20 0 41 0 22783383 1711779840 36475 809668444160 4194304 16623229 140724290940496 0 0 0 0 0 2 0 0 0 -1 69 0 0 0 0 0 18838560 18947056 50188288 140724290941961 140724290942079 140724290942079 140724290949104 0
[pid=146370/tid=146375] ppid=146367 vsize=1671660 memory=60718791811809 CPUtime=0.02 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/146370/task/146375/stat : 146375 (fscip) R 146367 146370 143936 0 -1 4194368 1632 0 0 0 1 1 0 0 20 0 41 0 22783383 1711779840 36541 809668444160 4194304 16623229 140724290940496 0 0 0 0 0 2 0 0 0 -1 73 0 0 0 0 0 18838560 18947056 50188288 140724290941961 140724290942079 140724290942079 140724290949104 0
[pid=146370/tid=146376] ppid=146367 vsize=1671660 memory=58485442372557 CPUtime=0.03 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/146370/task/146376/stat : 146376 (fscip) R 146367 146370 143936 0 -1 4194368 1544 0 0 0 1 2 0 0 20 0 41 0 22783383 1711779840 36541 809668444160 4194304 16623229 140724290940496 0 0 0 0 0 2 0 0 0 -1 1 0 0 0 0 0 18838560 18947056 50188288 140724290941961 140724290942079 140724290942079 140724290949104 0
[pid=146370/tid=146377] ppid=146367 vsize=1671660 memory=59619364108767 CPUtime=0.02 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/146370/task/146377/stat : 146377 (fscip) R 146367 146370 143936 0 -1 4194368 1302 0 0 0 2 0 0 0 20 0 41 0 22783383 1711779840 36541 809668444160 4194304 16623229 140724290940496 0 0 0 0 0 2 0 0 0 -1 5 0 0 0 0 0 18838560 18947056 50188288 140724290941961 140724290942079 140724290942079 140724290949104 0
[pid=146370/tid=146378] ppid=146367 vsize=1671660 memory=15538518189490407 CPUtime=0.02 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/146370/task/146378/stat : 146378 (fscip) R 146367 146370 143936 0 -1 4194368 1676 0 0 0 1 1 0 0 20 0 41 0 22783383 1711779840 36541 809668444160 4194304 16623229 140724290940496 0 0 0 0 0 2 0 0 0 -1 17 0 0 0 0 0 18838560 18947056 50188288 140724290941961 140724290942079 140724290942079 140724290949104 0
[pid=146370/tid=146379] ppid=146367 vsize=1671660 memory=4049356405151652263 CPUtime=0.03 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/146370/task/146379/stat : 146379 (fscip) R 146367 146370 143936 0 -1 4194368 1544 0 0 0 2 1 0 0 20 0 41 0 22783383 1711779840 36541 809668444160 4194304 16623229 140724290940496 0 0 0 0 0 2 0 0 0 -1 21 0 0 0 0 0 18838560 18947056 50188288 140724290941961 140724290942079 140724290942079 140724290949104 0
[pid=146370/tid=146380] ppid=146367 vsize=1671660 memory=274384 CPUtime=0.03 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/146370/task/146380/stat : 146380 (fscip) R 146367 146370 143936 0 -1 4194368 1300 0 0 0 3 0 0 0 20 0 41 0 22783383 1711779840 36541 809668444160 4194304 16623229 140724290940496 0 0 0 0 0 2 0 0 0 -1 25 0 0 0 0 0 18838560 18947056 50188288 140724290941961 140724290942079 140724290942079 140724290949104 0
[pid=146370/tid=146381] ppid=146367 vsize=1671660 memory=170798 CPUtime=0.02 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/146370/task/146381/stat : 146381 (fscip) R 146367 146370 143936 0 -1 4194368 1674 0 0 0 1 1 0 0 20 0 41 0 22783383 1711779840 36541 809668444160 4194304 16623229 140724290940496 0 0 0 0 0 2 0 0 0 -1 33 0 0 0 0 0 18838560 18947056 50188288 140724290941961 140724290942079 140724290942079 140724290949104 0
[pid=146370/tid=146382] ppid=146367 vsize=1671660 memory=0 CPUtime=0.02 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/146370/task/146382/stat : 146382 (fscip) R 146367 146370 143936 0 -1 4194368 1543 0 0 0 1 1 0 0 20 0 41 0 22783383 1711779840 36541 809668444160 4194304 16623229 140724290940496 0 0 0 0 0 2 0 0 0 -1 41 0 0 0 0 0 18838560 18947056 50188288 140724290941961 140724290942079 140724290942079 140724290949104 0
[pid=146370/tid=146383] ppid=146367 vsize=1671660 memory=0 CPUtime=0.02 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/146370/task/146383/stat : 146383 (fscip) R 146367 146370 143936 0 -1 4194368 1298 0 0 0 2 0 0 0 20 0 41 0 22783383 1711779840 36541 809668444160 4194304 16623229 140724290940496 0 0 0 0 0 2 0 0 0 -1 65 0 0 0 0 0 18838560 18947056 50188288 140724290941961 140724290942079 140724290942079 140724290949104 0
[pid=146370/tid=146384] ppid=146367 vsize=1671660 memory=0 CPUtime=0.03 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/146370/task/146384/stat : 146384 (fscip) R 146367 146370 143936 0 -1 4194368 1690 0 0 0 2 1 0 0 20 0 41 0 22783383 1711779840 36541 809668444160 4194304 16623229 140724290940496 0 0 0 0 0 2 0 0 0 -1 29 0 0 0 0 0 18838560 18947056 50188288 140724290941961 140724290942079 140724290942079 140724290949104 0
[pid=146370/tid=146385] ppid=146367 vsize=1671660 memory=0 CPUtime=0.03 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/146370/task/146385/stat : 146385 (fscip) R 146367 146370 143936 0 -1 4194368 1547 0 0 0 2 1 0 0 20 0 41 0 22783383 1711779840 36541 809668444160 4194304 16623229 140724290940496 0 0 0 0 0 2 0 0 0 -1 37 0 0 0 0 0 18838560 18947056 50188288 140724290941961 140724290942079 140724290942079 140724290949104 0
[pid=146370/tid=146386] ppid=146367 vsize=1671660 memory=0 CPUtime=0.03 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/146370/task/146386/stat : 146386 (fscip) R 146367 146370 143936 0 -1 4194368 1308 0 0 0 3 0 0 0 20 0 41 0 22783383 1711779840 36541 809668444160 4194304 16623229 140724290940496 0 0 0 0 0 2 0 0 0 -1 49 0 0 0 0 0 18838560 18947056 50188288 140724290941961 140724290942079 140724290942079 140724290949104 0
[pid=146370/tid=146387] ppid=146367 vsize=1671660 memory=0 CPUtime=0.03 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/146370/task/146387/stat : 146387 (fscip) R 146367 146370 143936 0 -1 4194368 1674 0 0 0 1 2 0 0 20 0 41 0 22783383 1711779840 36541 809668444160 4194304 16623229 140724290940496 0 0 0 0 0 2 0 0 0 -1 53 0 0 0 0 0 18838560 18947056 50188288 140724290941961 140724290942079 140724290942079 140724290949104 0
[pid=146370/tid=146388] ppid=146367 vsize=1671660 memory=0 CPUtime=0.02 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/146370/task/146388/stat : 146388 (fscip) R 146367 146370 143936 0 -1 4194368 1641 0 0 0 1 1 0 0 20 0 41 0 22783383 1711779840 36541 809668444160 4194304 16623229 140724290940496 0 0 0 0 0 2 0 0 0 -1 13 0 0 0 0 0 18838560 18947056 50188288 140724290941961 140724290942079 140724290942079 140724290949104 0
[pid=146370/tid=146389] ppid=146367 vsize=1671660 memory=0 CPUtime=0.01 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/146370/task/146389/stat : 146389 (fscip) R 146367 146370 143936 0 -1 1077936192 1165 0 0 0 1 0 0 0 20 0 41 0 22783383 1711779840 36541 809668444160 4194304 16623229 140724290940496 0 0 0 0 0 2 0 0 0 -1 77 0 0 0 0 0 18838560 18947056 50188288 140724290941961 140724290942079 140724290942079 140724290949104 0
[pid=146370/tid=146390] ppid=146367 vsize=1671660 memory=0 CPUtime=0.02 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/146370/task/146390/stat : 146390 (fscip) R 146367 146370 143936 0 -1 4194368 1550 0 0 0 1 1 0 0 20 0 41 0 22783383 1711779840 36541 809668444160 4194304 16623229 140724290940496 0 0 0 0 0 2 0 0 0 -1 9 0 0 0 0 0 18838560 18947056 50188288 140724290941961 140724290942079 140724290942079 140724290949104 0
[pid=146370/tid=146391] ppid=146367 vsize=1671660 memory=0 CPUtime=0.03 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/146370/task/146391/stat : 146391 (fscip) R 146367 146370 143936 0 -1 4194368 1548 0 0 0 1 2 0 0 20 0 41 0 22783383 1711779840 36541 809668444160 4194304 16623229 140724290940496 0 0 0 0 0 2 0 0 0 -1 45 0 0 0 0 0 18838560 18947056 50188288 140724290941961 140724290942079 140724290942079 140724290949104 0
[pid=146370/tid=146404] ppid=146367 vsize=1671660 memory=0 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/146370/task/146404/stat : 146404 (fscip) S 146367 146370 143936 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 22783388 1711779840 36541 809668444160 4194304 16623229 140724290940496 0 0 0 0 0 2 1 0 0 -1 9 0 0 0 0 0 18838560 18947056 50188288 140724290941961 140724290942079 140724290942079 140724290949104 0
[pid=146370/tid=146405] ppid=146367 vsize=1671660 memory=0 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/146370/task/146405/stat : 146405 (fscip) S 146367 146370 143936 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 22783388 1711779840 36541 809668444160 4194304 16623229 140724290940496 0 0 0 0 0 2 1 0 0 -1 49 0 0 0 0 0 18838560 18947056 50188288 140724290941961 140724290942079 140724290942079 140724290949104 0
[pid=146370/tid=146406] ppid=146367 vsize=1671660 memory=0 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/146370/task/146406/stat : 146406 (fscip) S 146367 146370 143936 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 22783388 1711779840 36541 809668444160 4194304 16623229 140724290940496 0 0 0 0 0 2 1 0 0 -1 1 0 0 0 0 0 18838560 18947056 50188288 140724290941961 140724290942079 140724290942079 140724290949104 0
[pid=146370/tid=146407] ppid=146367 vsize=1671660 memory=0 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/146370/task/146407/stat : 146407 (fscip) S 146367 146370 143936 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 22783388 1711779840 36541 809668444160 4194304 16623229 140724290940496 0 0 0 0 0 2 1 0 0 -1 65 0 0 0 0 0 18838560 18947056 50188288 140724290941961 140724290942079 140724290942079 140724290949104 0
[pid=146370/tid=146408] ppid=146367 vsize=1671660 memory=0 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/146370/task/146408/stat : 146408 (fscip) S 146367 146370 143936 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 22783388 1711779840 36541 809668444160 4194304 16623229 140724290940496 0 0 0 0 0 2 1 0 0 -1 17 0 0 0 0 0 18838560 18947056 50188288 140724290941961 140724290942079 140724290942079 140724290949104 0
[pid=146370/tid=146409] ppid=146367 vsize=1671660 memory=0 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/146370/task/146409/stat : 146409 (fscip) S 146367 146370 143936 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 22783388 1711779840 36541 809668444160 4194304 16623229 140724290940496 0 0 0 0 0 2 1 0 0 -1 69 0 0 0 0 0 18838560 18947056 50188288 140724290941961 140724290942079 140724290942079 140724290949104 0
[pid=146370/tid=146410] ppid=146367 vsize=1671660 memory=0 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/146370/task/146410/stat : 146410 (fscip) S 146367 146370 143936 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 22783388 1711779840 36541 809668444160 4194304 16623229 140724290940496 0 0 0 0 0 2 1 0 0 -1 73 0 0 0 0 0 18838560 18947056 50188288 140724290941961 140724290942079 140724290942079 140724290949104 0
[pid=146370/tid=146411] ppid=146367 vsize=1671660 memory=0 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/146370/task/146411/stat : 146411 (fscip) S 146367 146370 143936 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 22783388 1711779840 36541 809668444160 4194304 16623229 140724290940496 0 0 0 0 0 2 1 0 0 -1 17 0 0 0 0 0 18838560 18947056 50188288 140724290941961 140724290942079 140724290942079 140724290949104 0
[pid=146370/tid=146412] ppid=146367 vsize=1671660 memory=0 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/146370/task/146412/stat : 146412 (fscip) S 146367 146370 143936 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 22783388 1711779840 36541 809668444160 4194304 16623229 140724290940496 0 0 0 0 0 2 1 0 0 -1 69 0 0 0 0 0 18838560 18947056 50188288 140724290941961 140724290942079 140724290942079 140724290949104 0
[pid=146370/tid=146413] ppid=146367 vsize=1671660 memory=0 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/146370/task/146413/stat : 146413 (fscip) S 146367 146370 143936 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 22783388 1711779840 36541 809668444160 4194304 16623229 140724290940496 0 0 0 0 0 2 1 0 0 -1 41 0 0 0 0 0 18838560 18947056 50188288 140724290941961 140724290942079 140724290942079 140724290949104 0
[pid=146370/tid=146414] ppid=146367 vsize=1671660 memory=0 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/146370/task/146414/stat : 146414 (fscip) S 146367 146370 143936 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 22783388 1711779840 36541 809668444160 4194304 16623229 140724290940496 0 0 0 0 0 2 1 0 0 -1 65 0 0 0 0 0 18838560 18947056 50188288 140724290941961 140724290942079 140724290942079 140724290949104 0
[pid=146370/tid=146415] ppid=146367 vsize=1671660 memory=0 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/146370/task/146415/stat : 146415 (fscip) S 146367 146370 143936 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 22783388 1711779840 36541 809668444160 4194304 16623229 140724290940496 0 0 0 0 0 2 1 0 0 -1 25 0 0 0 0 0 18838560 18947056 50188288 140724290941961 140724290942079 140724290942079 140724290949104 0
[pid=146370/tid=146416] ppid=146367 vsize=1671660 memory=0 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/146370/task/146416/stat : 146416 (fscip) S 146367 146370 143936 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 22783388 1711779840 36541 809668444160 4194304 16623229 140724290940496 0 0 0 0 0 2 1 0 0 -1 21 0 0 0 0 0 18838560 18947056 50188288 140724290941961 140724290942079 140724290942079 140724290949104 0
[pid=146370/tid=146417] ppid=146367 vsize=1671660 memory=0 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/146370/task/146417/stat : 146417 (fscip) S 146367 146370 143936 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 22783388 1711779840 36541 809668444160 4194304 16623229 140724290940496 0 0 0 0 0 2 1 0 0 -1 13 0 0 0 0 0 18838560 18947056 50188288 140724290941961 140724290942079 140724290942079 140724290949104 0
[pid=146370/tid=146418] ppid=146367 vsize=1671660 memory=0 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/146370/task/146418/stat : 146418 (fscip) S 146367 146370 143936 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 22783388 1711779840 36541 809668444160 4194304 16623229 140724290940496 0 0 0 0 0 2 1 0 0 -1 29 0 0 0 0 0 18838560 18947056 50188288 140724290941961 140724290942079 140724290942079 140724290949104 0
[pid=146370/tid=146419] ppid=146367 vsize=1671660 memory=0 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/146370/task/146419/stat : 146419 (fscip) S 146367 146370 143936 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 22783388 1711779840 36541 809668444160 4194304 16623229 140724290940496 0 0 0 0 0 2 1 0 0 -1 37 0 0 0 0 0 18838560 18947056 50188288 140724290941961 140724290942079 140724290942079 140724290949104 0
[pid=146370/tid=146420] ppid=146367 vsize=1671660 memory=0 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/146370/task/146420/stat : 146420 (fscip) S 146367 146370 143936 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 22783388 1711779840 36541 809668444160 4194304 16623229 140724290940496 0 0 0 0 0 2 1 0 0 -1 57 0 0 0 0 0 18838560 18947056 50188288 140724290941961 140724290942079 140724290942079 140724290949104 0
[pid=146370/tid=146421] ppid=146367 vsize=1671660 memory=0 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/146370/task/146421/stat : 146421 (fscip) S 146367 146370 143936 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 22783388 1711779840 36541 809668444160 4194304 16623229 140724290940496 0 0 0 0 0 2 1 0 0 -1 9 0 0 0 0 0 18838560 18947056 50188288 140724290941961 140724290942079 140724290942079 140724290949104 0
[pid=146370/tid=146422] ppid=146367 vsize=1671660 memory=0 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/146370/task/146422/stat : 146422 (fscip) S 146367 146370 143936 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 22783388 1711779840 36541 809668444160 4194304 16623229 140724290940496 0 0 0 0 0 2 1 0 0 -1 5 0 0 0 0 0 18838560 18947056 50188288 140724290941961 140724290942079 140724290942079 140724290949104 0
[pid=146370/tid=146423] ppid=146367 vsize=1671660 memory=0 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/146370/task/146423/stat : 146423 (fscip) S 146367 146370 143936 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 22783388 1711779840 36541 809668444160 4194304 16623229 140724290940496 0 0 0 0 0 2 1 0 0 -1 45 0 0 0 0 0 18838560 18947056 50188288 140724290941961 140724290942079 140724290942079 140724290949104 0
Current children cumulated CPU time: 0.74 s
Current children cumulated vsize: 1671660 KiB
Current children cumulated memory: 145636 KiB

[startup+0.225131 s]*
/proc/loadavg: 81.41 80.80 79.36 62/977 146430
/proc/meminfo: memFree=769211592/790760804 swapFree=131071996/131071996
[pid=146370] ppid=146367 vsize=1671660 memory=237012 CPUtime=3.24 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/146370/stat : 146370 (fscip) S 146367 146370 143936 0 -1 1077936128 55725 0 0 0 286 38 0 0 20 0 41 0 22783381 1711779840 59253 809668444160 4194304 16623229 140724290940496 0 0 0 0 0 2 0 0 0 17 13 0 0 0 0 0 18838560 18947056 50188288 140724290941961 140724290942079 140724290942079 140724290949104 0
/proc/146370/statm: 417915 59253 2966 3035 0 150372 0
[pid=146370/tid=146372] ppid=146367 vsize=1671660 memory=4026532202 CPUtime=0.12 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/146370/task/146372/stat : 146372 (fscip) R 146367 146370 143936 0 -1 4194368 2919 0 0 0 10 2 0 0 20 0 41 0 22783383 1711779840 59253 809668444160 4194304 16623229 140724290940496 0 0 0 0 0 2 0 0 0 -1 77 0 0 0 0 0 18838560 18947056 50188288 140724290941961 140724290942079 140724290942079 140724290949104 0
[pid=146370/tid=146373] ppid=146367 vsize=1671660 memory=25138 CPUtime=0.15 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/146370/task/146373/stat : 146373 (fscip) R 146367 146370 143936 0 -1 4194368 3020 0 0 0 13 2 0 0 20 0 41 0 22783383 1711779840 59253 809668444160 4194304 16623229 140724290940496 0 0 0 0 0 2 0 0 0 -1 57 0 0 0 0 0 18838560 18947056 50188288 140724290941961 140724290942079 140724290942079 140724290949104 0
[pid=146370/tid=146374] ppid=146367 vsize=1671660 memory=54117410275792 CPUtime=0.16 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/146370/task/146374/stat : 146374 (fscip) R 146367 146370 143936 0 -1 4194368 1968 0 0 0 16 0 0 0 20 0 41 0 22783383 1711779840 59253 809668444160 4194304 16623229 140724290940496 0 0 0 0 0 2 0 0 0 -1 69 0 0 0 0 0 18838560 18947056 50188288 140724290941961 140724290942079 140724290942079 140724290949104 0
[pid=146370/tid=146375] ppid=146367 vsize=1671660 memory=61818303414854 CPUtime=0.15 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/146370/task/146375/stat : 146375 (fscip) R 146367 146370 143936 0 -1 4194368 2920 0 0 0 13 2 0 0 20 0 41 0 22783383 1711779840 59253 809668444160 4194304 16623229 140724290940496 0 0 0 0 0 2 0 0 0 -1 73 0 0 0 0 0 18838560 18947056 50188288 140724290941961 140724290942079 140724290942079 140724290949104 0
[pid=146370/tid=146376] ppid=146367 vsize=1671660 memory=59584953975483 CPUtime=0.15 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/146370/task/146376/stat : 146376 (fscip) R 146367 146370 143936 0 -1 4194368 2998 0 0 0 13 2 0 0 20 0 41 0 22783383 1711779840 59253 809668444160 4194304 16623229 140724290940496 0 0 0 0 0 2 0 0 0 -1 61 0 0 0 0 0 18838560 18947056 50188288 140724290941961 140724290942079 140724290942079 140724290949104 0
[pid=146370/tid=146377] ppid=146367 vsize=1671660 memory=60718875673656 CPUtime=0.16 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/146370/task/146377/stat : 146377 (fscip) R 146367 146370 143936 0 -1 4194368 1860 0 0 0 15 1 0 0 20 0 41 0 22783383 1711779840 59253 809668444160 4194304 16623229 140724290940496 0 0 0 0 0 2 0 0 0 -1 5 0 0 0 0 0 18838560 18947056 50188288 140724290941961 140724290942079 140724290942079 140724290949104 0
[pid=146370/tid=146378] ppid=146367 vsize=1671660 memory=16101468142831202 CPUtime=0.16 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/146370/task/146378/stat : 146378 (fscip) R 146367 146370 143936 0 -1 4194368 2929 0 0 0 14 2 0 0 20 0 41 0 22783383 1711779840 59253 809668444160 4194304 16623229 140724290940496 0 0 0 0 0 2 0 0 0 -1 17 0 0 0 0 0 18838560 18947056 50188288 140724290941961 140724290942079 140724290942079 140724290949104 0
[pid=146370/tid=146379] ppid=146367 vsize=1671660 memory=78195 CPUtime=0.15 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/146370/task/146379/stat : 146379 (fscip) R 146367 146370 143936 0 -1 4194368 3018 0 0 0 14 1 0 0 20 0 41 0 22783383 1711779840 59253 809668444160 4194304 16623229 140724290940496 0 0 0 0 0 2 0 0 0 -1 21 0 0 0 0 0 18838560 18947056 50188288 140724290941961 140724290942079 140724290942079 140724290949104 0
[pid=146370/tid=146380] ppid=146367 vsize=1671660 memory=3474871470931695418 CPUtime=0.16 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/146370/task/146380/stat : 146380 (fscip) R 146367 146370 143936 0 -1 4194368 2020 0 0 0 16 0 0 0 20 0 41 0 22783383 1711779840 59319 809668444160 4194304 16623229 140724290940496 0 0 0 0 0 2 0 0 0 -1 25 0 0 0 0 0 18838560 18947056 50188288 140724290941961 140724290942079 140724290942079 140724290949104 0
[pid=146370/tid=146381] ppid=146367 vsize=1671660 memory=3763095262898565996 CPUtime=0.15 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/146370/task/146381/stat : 146381 (fscip) R 146367 146370 143936 0 -1 4194368 2935 0 0 0 13 2 0 0 20 0 41 0 22783383 1711779840 59319 809668444160 4194304 16623229 140724290940496 0 0 0 0 0 2 0 0 0 -1 33 0 0 0 0 0 18838560 18947056 50188288 140724290941961 140724290942079 140724290942079 140724290949104 0
[pid=146370/tid=146382] ppid=146367 vsize=1671660 memory=0 CPUtime=0.15 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/146370/task/146382/stat : 146382 (fscip) R 146367 146370 143936 0 -1 4194368 3010 0 0 0 13 2 0 0 20 0 41 0 22783383 1711779840 59319 809668444160 4194304 16623229 140724290940496 0 0 0 0 0 2 0 0 0 -1 41 0 0 0 0 0 18838560 18947056 50188288 140724290941961 140724290942079 140724290942079 140724290949104 0
[pid=146370/tid=146383] ppid=146367 vsize=1671660 memory=0 CPUtime=0.16 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/146370/task/146383/stat : 146383 (fscip) R 146367 146370 143936 0 -1 4194368 1621 0 0 0 15 1 0 0 20 0 41 0 22783383 1711779840 59319 809668444160 4194304 16623229 140724290940496 0 0 0 0 0 2 0 0 0 -1 65 0 0 0 0 0 18838560 18947056 50188288 140724290941961 140724290942079 140724290942079 140724290949104 0
[pid=146370/tid=146384] ppid=146367 vsize=1671660 memory=0 CPUtime=0.16 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/146370/task/146384/stat : 146384 (fscip) R 146367 146370 143936 0 -1 4194368 2927 0 0 0 14 2 0 0 20 0 41 0 22783383 1711779840 59319 809668444160 4194304 16623229 140724290940496 0 0 0 0 0 2 0 0 0 -1 29 0 0 0 0 0 18838560 18947056 50188288 140724290941961 140724290942079 140724290942079 140724290949104 0
[pid=146370/tid=146385] ppid=146367 vsize=1671660 memory=0 CPUtime=0.15 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/146370/task/146385/stat : 146385 (fscip) R 146367 146370 143936 0 -1 4194368 3023 0 0 0 13 2 0 0 20 0 41 0 22783383 1711779840 59319 809668444160 4194304 16623229 140724290940496 0 0 0 0 0 2 0 0 0 -1 37 0 0 0 0 0 18838560 18947056 50188288 140724290941961 140724290942079 140724290942079 140724290949104 0
[pid=146370/tid=146386] ppid=146367 vsize=1671660 memory=0 CPUtime=0.16 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/146370/task/146386/stat : 146386 (fscip) R 146367 146370 143936 0 -1 4194368 1929 0 0 0 16 0 0 0 20 0 41 0 22783383 1711779840 59319 809668444160 4194304 16623229 140724290940496 0 0 0 0 0 2 0 0 0 -1 49 0 0 0 0 0 18838560 18947056 50188288 140724290941961 140724290942079 140724290942079 140724290949104 0
[pid=146370/tid=146387] ppid=146367 vsize=1671660 memory=0 CPUtime=0.15 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/146370/task/146387/stat : 146387 (fscip) R 146367 146370 143936 0 -1 4194368 2927 0 0 0 13 2 0 0 20 0 41 0 22783383 1711779840 59319 809668444160 4194304 16623229 140724290940496 0 0 0 0 0 2 0 0 0 -1 53 0 0 0 0 0 18838560 18947056 50188288 140724290941961 140724290942079 140724290942079 140724290949104 0
[pid=146370/tid=146388] ppid=146367 vsize=1671660 memory=0 CPUtime=0.16 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/146370/task/146388/stat : 146388 (fscip) R 146367 146370 143936 0 -1 4194368 3049 0 0 0 14 2 0 0 20 0 41 0 22783383 1711779840 59319 809668444160 4194304 16623229 140724290940496 0 0 0 0 0 2 0 0 0 -1 13 0 0 0 0 0 18838560 18947056 50188288 140724290941961 140724290942079 140724290942079 140724290949104 0
[pid=146370/tid=146389] ppid=146367 vsize=1671660 memory=0 CPUtime=0.14 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/146370/task/146389/stat : 146389 (fscip) R 146367 146370 143936 0 -1 4194368 1599 0 0 0 14 0 0 0 20 0 41 0 22783383 1711779840 59319 809668444160 4194304 16623229 140724290940496 0 0 0 0 0 2 0 0 0 -1 1 0 0 0 0 0 18838560 18947056 50188288 140724290941961 140724290942079 140724290942079 140724290949104 0
[pid=146370/tid=146390] ppid=146367 vsize=1671660 memory=0 CPUtime=0.15 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/146370/task/146390/stat : 146390 (fscip) R 146367 146370 143936 0 -1 4194368 2996 0 0 0 13 2 0 0 20 0 41 0 22783383 1711779840 59319 809668444160 4194304 16623229 140724290940496 0 0 0 0 0 2 0 0 0 -1 9 0 0 0 0 0 18838560 18947056 50188288 140724290941961 140724290942079 140724290942079 140724290949104 0
[pid=146370/tid=146391] ppid=146367 vsize=1671660 memory=0 CPUtime=0.15 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/146370/task/146391/stat : 146391 (fscip) R 146367 146370 143936 0 -1 4194368 3001 0 0 0 13 2 0 0 20 0 41 0 22783383 1711779840 59319 809668444160 4194304 16623229 140724290940496 0 0 0 0 0 2 0 0 0 -1 45 0 0 0 0 0 18838560 18947056 50188288 140724290941961 140724290942079 140724290942079 140724290949104 0
[pid=146370/tid=146404] ppid=146367 vsize=1671660 memory=0 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/146370/task/146404/stat : 146404 (fscip) S 146367 146370 143936 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 22783388 1711779840 59319 809668444160 4194304 16623229 140724290940496 0 0 0 0 0 2 1 0 0 -1 9 0 0 0 0 0 18838560 18947056 50188288 140724290941961 140724290942079 140724290942079 140724290949104 0
[pid=146370/tid=146405] ppid=146367 vsize=1671660 memory=0 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/146370/task/146405/stat : 146405 (fscip) S 146367 146370 143936 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 22783388 1711779840 59319 809668444160 4194304 16623229 140724290940496 0 0 0 0 0 2 1 0 0 -1 49 0 0 0 0 0 18838560 18947056 50188288 140724290941961 140724290942079 140724290942079 140724290949104 0
[pid=146370/tid=146406] ppid=146367 vsize=1671660 memory=0 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/146370/task/146406/stat : 146406 (fscip) S 146367 146370 143936 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 22783388 1711779840 59319 809668444160 4194304 16623229 140724290940496 0 0 0 0 0 2 1 0 0 -1 1 0 0 0 0 0 18838560 18947056 50188288 140724290941961 140724290942079 140724290942079 140724290949104 0
[pid=146370/tid=146407] ppid=146367 vsize=1671660 memory=0 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/146370/task/146407/stat : 146407 (fscip) S 146367 146370 143936 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 22783388 1711779840 59319 809668444160 4194304 16623229 140724290940496 0 0 0 0 0 2 1 0 0 -1 65 0 0 0 0 0 18838560 18947056 50188288 140724290941961 140724290942079 140724290942079 140724290949104 0
[pid=146370/tid=146408] ppid=146367 vsize=1671660 memory=0 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/146370/task/146408/stat : 146408 (fscip) S 146367 146370 143936 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 22783388 1711779840 59319 809668444160 4194304 16623229 140724290940496 0 0 0 0 0 2 1 0 0 -1 17 0 0 0 0 0 18838560 18947056 50188288 140724290941961 140724290942079 140724290942079 140724290949104 0
[pid=146370/tid=146409] ppid=146367 vsize=1671660 memory=0 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/146370/task/146409/stat : 146409 (fscip) S 146367 146370 143936 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 22783388 1711779840 59319 809668444160 4194304 16623229 140724290940496 0 0 0 0 0 2 1 0 0 -1 69 0 0 0 0 0 18838560 18947056 50188288 140724290941961 140724290942079 140724290942079 140724290949104 0
[pid=146370/tid=146410] ppid=146367 vsize=1671660 memory=0 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/146370/task/146410/stat : 146410 (fscip) S 146367 146370 143936 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 22783388 1711779840 59319 809668444160 4194304 16623229 140724290940496 0 0 0 0 0 2 1 0 0 -1 73 0 0 0 0 0 18838560 18947056 50188288 140724290941961 140724290942079 140724290942079 140724290949104 0
[pid=146370/tid=146411] ppid=146367 vsize=1671660 memory=0 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/146370/task/146411/stat : 146411 (fscip) S 146367 146370 143936 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 22783388 1711779840 59319 809668444160 4194304 16623229 140724290940496 0 0 0 0 0 2 1 0 0 -1 17 0 0 0 0 0 18838560 18947056 50188288 140724290941961 140724290942079 140724290942079 140724290949104 0
[pid=146370/tid=146412] ppid=146367 vsize=1671660 memory=0 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/146370/task/146412/stat : 146412 (fscip) S 146367 146370 143936 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 22783388 1711779840 59319 809668444160 4194304 16623229 140724290940496 0 0 0 0 0 2 1 0 0 -1 69 0 0 0 0 0 18838560 18947056 50188288 140724290941961 140724290942079 140724290942079 140724290949104 0
[pid=146370/tid=146413] ppid=146367 vsize=1671660 memory=0 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/146370/task/146413/stat : 146413 (fscip) S 146367 146370 143936 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 22783388 1711779840 59319 809668444160 4194304 16623229 140724290940496 0 0 0 0 0 2 1 0 0 -1 41 0 0 0 0 0 18838560 18947056 50188288 140724290941961 140724290942079 140724290942079 140724290949104 0
[pid=146370/tid=146414] ppid=146367 vsize=1671660 memory=0 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/146370/task/146414/stat : 146414 (fscip) S 146367 146370 143936 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 22783388 1711779840 59319 809668444160 4194304 16623229 140724290940496 0 0 0 0 0 2 1 0 0 -1 65 0 0 0 0 0 18838560 18947056 50188288 140724290941961 140724290942079 140724290942079 140724290949104 0
[pid=146370/tid=146415] ppid=146367 vsize=1671660 memory=0 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/146370/task/146415/stat : 146415 (fscip) S 146367 146370 143936 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 22783388 1711779840 59319 809668444160 4194304 16623229 140724290940496 0 0 0 0 0 2 1 0 0 -1 25 0 0 0 0 0 18838560 18947056 50188288 140724290941961 140724290942079 140724290942079 140724290949104 0
[pid=146370/tid=146416] ppid=146367 vsize=1671660 memory=0 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/146370/task/146416/stat : 146416 (fscip) S 146367 146370 143936 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 22783388 1711779840 59385 809668444160 4194304 16623229 140724290940496 0 0 0 0 0 2 1 0 0 -1 21 0 0 0 0 0 18838560 18947056 50188288 140724290941961 140724290942079 140724290942079 140724290949104 0

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

[pid=146370/tid=146407] ppid=146367 vsize=22512568 memory=20986756 CPUtime=0.02 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/146370/task/146407/stat : 146407 (fscip) S 146367 146370 143936 0 -1 1077936192 124 0 0 0 0 2 0 0 20 0 41 0 22783388 23052869632 5266233 809668444160 4194304 16623229 140724290940496 0 0 0 0 0 2 1 0 0 -1 29 0 0 0 0 0 18838560 18947056 50188288 140724290941961 140724290942079 140724290942079 140724290949104 0
[pid=146370/tid=146408] ppid=146367 vsize=22512568 memory=20990108 CPUtime=0.02 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/146370/task/146408/stat : 146408 (fscip) S 146367 146370 143936 0 -1 1077936192 124 0 0 0 1 1 0 0 20 0 41 0 22783388 23052869632 5266233 809668444160 4194304 16623229 140724290940496 0 0 0 0 0 2 1 0 0 -1 65 0 0 0 0 0 18838560 18947056 50188288 140724290941961 140724290942079 140724290942079 140724290949104 0
[pid=146370/tid=146409] ppid=146367 vsize=22512568 memory=20999472 CPUtime=0.02 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/146370/task/146409/stat : 146409 (fscip) S 146367 146370 143936 0 -1 1077936192 124 0 0 0 0 2 0 0 20 0 41 0 22783388 23052869632 5266233 809668444160 4194304 16623229 140724290940496 0 0 0 0 0 2 1 0 0 -1 13 0 0 0 0 0 18838560 18947056 50188288 140724290941961 140724290942079 140724290942079 140724290949104 0
[pid=146370/tid=146410] ppid=146367 vsize=22512568 memory=10544 CPUtime=0.01 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/146370/task/146410/stat : 146410 (fscip) S 146367 146370 143936 0 -1 1077936192 125 0 0 0 0 1 0 0 20 0 41 0 22783388 23052869632 5266233 809668444160 4194304 16623229 140724290940496 0 0 0 0 0 2 1 0 0 -1 53 0 0 0 0 0 18838560 18947056 50188288 140724290941961 140724290942079 140724290942079 140724290949104 0
[pid=146370/tid=146411] ppid=146367 vsize=22512568 memory=21060416 CPUtime=0.02 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/146370/task/146411/stat : 146411 (fscip) S 146367 146370 143936 0 -1 1077936192 124 0 0 0 1 1 0 0 20 0 41 0 22783388 23052869632 5266233 809668444160 4194304 16623229 140724290940496 0 0 0 0 0 2 1 0 0 -1 41 0 0 0 0 0 18838560 18947056 50188288 140724290941961 140724290942079 140724290942079 140724290949104 0
[pid=146370/tid=146412] ppid=146367 vsize=22512568 memory=6048 CPUtime=0.01 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/146370/task/146412/stat : 146412 (fscip) S 146367 146370 143936 0 -1 1077936192 124 0 0 0 0 1 0 0 20 0 41 0 22783388 23052869632 5266233 809668444160 4194304 16623229 140724290940496 0 0 0 0 0 2 1 0 0 -1 41 0 0 0 0 0 18838560 18947056 50188288 140724290941961 140724290942079 140724290942079 140724290949104 0
[pid=146370/tid=146413] ppid=146367 vsize=22512568 memory=20893512 CPUtime=0.01 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/146370/task/146413/stat : 146413 (fscip) S 146367 146370 143936 0 -1 1077936192 124 0 0 0 0 1 0 0 20 0 41 0 22783388 23052869632 5266233 809668444160 4194304 16623229 140724290940496 0 0 0 0 0 2 1 0 0 -1 5 0 0 0 0 0 18838560 18947056 50188288 140724290941961 140724290942079 140724290942079 140724290949104 0
[pid=146370/tid=146414] ppid=146367 vsize=22512568 memory=21016524 CPUtime=0.02 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/146370/task/146414/stat : 146414 (fscip) S 146367 146370 143936 0 -1 1077936192 124 0 0 0 2 0 0 0 20 0 41 0 22783388 23052869632 5266233 809668444160 4194304 16623229 140724290940496 0 0 0 0 0 2 1 0 0 -1 41 0 0 0 0 0 18838560 18947056 50188288 140724290941961 140724290942079 140724290942079 140724290949104 0
[pid=146370/tid=146415] ppid=146367 vsize=22512568 memory=20984992 CPUtime=0.01 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/146370/task/146415/stat : 146415 (fscip) S 146367 146370 143936 0 -1 1077936192 124 0 0 0 1 0 0 0 20 0 41 0 22783388 23052869632 5266233 809668444160 4194304 16623229 140724290940496 0 0 0 0 0 2 1 0 0 -1 37 0 0 0 0 0 18838560 18947056 50188288 140724290941961 140724290942079 140724290942079 140724290949104 0
[pid=146370/tid=146416] ppid=146367 vsize=22512568 memory=11448 CPUtime=0.02 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/146370/task/146416/stat : 146416 (fscip) S 146367 146370 143936 0 -1 1077936192 125 0 0 0 2 0 0 0 20 0 41 0 22783388 23052869632 5266233 809668444160 4194304 16623229 140724290940496 0 0 0 0 0 2 1 0 0 -1 13 0 0 0 0 0 18838560 18947056 50188288 140724290941961 140724290942079 140724290942079 140724290949104 0
[pid=146370/tid=146417] ppid=146367 vsize=22512568 memory=11448 CPUtime=0.02 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/146370/task/146417/stat : 146417 (fscip) S 146367 146370 143936 0 -1 1077936192 124 0 0 0 1 1 0 0 20 0 41 0 22783388 23052869632 5266233 809668444160 4194304 16623229 140724290940496 0 0 0 0 0 2 1 0 0 -1 65 0 0 0 0 0 18838560 18947056 50188288 140724290941961 140724290942079 140724290942079 140724290949104 0
[pid=146370/tid=146418] ppid=146367 vsize=22512568 memory=21051188 CPUtime=0.01 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/146370/task/146418/stat : 146418 (fscip) S 146367 146370 143936 0 -1 1077936192 124 0 0 0 0 1 0 0 20 0 41 0 22783388 23052869632 5266233 809668444160 4194304 16623229 140724290940496 0 0 0 0 0 2 1 0 0 -1 25 0 0 0 0 0 18838560 18947056 50188288 140724290941961 140724290942079 140724290942079 140724290949104 0
[pid=146370/tid=146419] ppid=146367 vsize=22512568 memory=21036496 CPUtime=0.01 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/146370/task/146419/stat : 146419 (fscip) S 146367 146370 143936 0 -1 1077936192 124 0 0 0 0 1 0 0 20 0 41 0 22783388 23052869632 5266233 809668444160 4194304 16623229 140724290940496 0 0 0 0 0 2 1 0 0 -1 61 0 0 0 0 0 18838560 18947056 50188288 140724290941961 140724290942079 140724290942079 140724290949104 0
[pid=146370/tid=146420] ppid=146367 vsize=22512568 memory=21039892 CPUtime=0.01 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/146370/task/146420/stat : 146420 (fscip) S 146367 146370 143936 0 -1 1077936192 124 0 0 0 0 1 0 0 20 0 41 0 22783388 23052869632 5266233 809668444160 4194304 16623229 140724290940496 0 0 0 0 0 2 1 0 0 -1 17 0 0 0 0 0 18838560 18947056 50188288 140724290941961 140724290942079 140724290942079 140724290949104 0
[pid=146370/tid=146421] ppid=146367 vsize=22512568 memory=11624 CPUtime=0.02 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/146370/task/146421/stat : 146421 (fscip) S 146367 146370 143936 0 -1 1077936192 124 0 0 0 2 0 0 0 20 0 41 0 22783388 23052869632 5266233 809668444160 4194304 16623229 140724290940496 0 0 0 0 0 2 1 0 0 -1 77 0 0 0 0 0 18838560 18947056 50188288 140724290941961 140724290942079 140724290942079 140724290949104 0
[pid=146370/tid=146422] ppid=146367 vsize=22512568 memory=11448 CPUtime=0.02 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/146370/task/146422/stat : 146422 (fscip) S 146367 146370 143936 0 -1 1077936192 125 0 0 0 0 2 0 0 20 0 41 0 22783388 23052869632 5266233 809668444160 4194304 16623229 140724290940496 0 0 0 0 0 2 1 0 0 -1 13 0 0 0 0 0 18838560 18947056 50188288 140724290941961 140724290942079 140724290942079 140724290949104 0
[pid=146370/tid=146423] ppid=146367 vsize=22512568 memory=51200 CPUtime=0.02 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/146370/task/146423/stat : 146423 (fscip) S 146367 146370 143936 0 -1 1077936192 124 0 0 0 2 0 0 0 20 0 41 0 22783388 23052869632 5266233 809668444160 4194304 16623229 140724290940496 0 0 0 0 0 2 1 0 0 -1 41 0 0 0 0 0 18838560 18947056 50188288 140724290941961 140724290942079 140724290942079 140724290949104 0
Current children cumulated CPU time: 70913.2 s
Current children cumulated vsize: 22512568 KiB
Current children cumulated memory: 21064932 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3637.2 s]
/proc/loadavg: 61.05 61.17 62.33 24/901 149931
/proc/meminfo: memFree=758888300/790760804 swapFree=131071996/131071996
[pid=146370] ppid=146367 vsize=22664628 memory=21311648 CPUtime=72000.5 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/146370/stat : 146370 (fscip) S 146367 146370 143936 0 -1 1077936128 43430906 0 0 0 7150857 49197 0 0 20 0 41 0 22783381 23208579072 5327912 809668444160 4194304 16623229 140724290940496 0 0 0 0 0 2 0 0 0 17 33 0 0 0 0 0 18838560 18947056 50188288 140724290941961 140724290942079 140724290942079 140724290949104 0
/proc/146370/statm: 5666157 5327912 3014 3035 0 5454982 0
[pid=146370/tid=146372] ppid=146367 vsize=22664628 memory=11636 CPUtime=3600.61 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/146370/task/146372/stat : 146372 (fscip) R 146367 146370 143936 0 -1 4194368 3784114 0 0 0 357721 2340 0 0 20 0 41 0 22783383 23208579072 5327912 809668444160 4194304 16623229 140724290940496 0 0 0 0 0 2 0 0 0 -1 53 0 0 0 0 0 18838560 18947056 50188288 140724290941961 140724290942079 140724290942079 140724290949104 0
[pid=146370/tid=146373] ppid=146367 vsize=22664628 memory=11624 CPUtime=3601.62 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/146370/task/146373/stat : 146373 (fscip) R 146367 146370 143936 0 -1 4194368 1940050 0 0 0 359349 813 0 0 20 0 41 0 22783383 23208579072 5327912 809668444160 4194304 16623229 140724290940496 0 0 0 0 0 2 0 0 0 -1 73 0 0 0 0 0 18838560 18947056 50188288 140724290941961 140724290942079 140724290942079 140724290949104 0
[pid=146370/tid=146374] ppid=146367 vsize=22664628 memory=12332 CPUtime=3598.3 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/146370/task/146374/stat : 146374 (fscip) R 146367 146370 143936 0 -1 4194368 234440 0 0 0 355406 4424 0 0 20 0 41 0 22783383 23208579072 5327912 809668444160 4194304 16623229 140724290940496 0 0 0 0 0 2 0 0 0 -1 5 0 0 0 0 0 18838560 18947056 50188288 140724290941961 140724290942079 140724290942079 140724290949104 0
[pid=146370/tid=146375] ppid=146367 vsize=22664628 memory=6720667653352341089 CPUtime=3599.67 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/146370/task/146375/stat : 146375 (fscip) R 146367 146370 143936 0 -1 4194368 4344035 0 0 0 357696 2271 0 0 20 0 41 0 22783383 23208579072 5327912 809668444160 4194304 16623229 140724290940496 0 0 0 0 0 2 0 0 0 -1 33 0 0 0 0 0 18838560 18947056 50188288 140724290941961 140724290942079 140724290942079 140724290949104 0
[pid=146370/tid=146376] ppid=146367 vsize=22664628 memory=21183216 CPUtime=3603.14 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/146370/task/146376/stat : 146376 (fscip) R 146367 146370 143936 0 -1 4194368 2396878 0 0 0 359091 1223 0 0 20 0 41 0 22783383 23208579072 5327912 809668444160 4194304 16623229 140724290940496 0 0 0 0 0 2 0 0 0 -1 77 0 0 0 0 0 18838560 18947056 50188288 140724290941961 140724290942079 140724290942079 140724290949104 0
[pid=146370/tid=146377] ppid=146367 vsize=22664628 memory=19092 CPUtime=3598.94 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/146370/task/146377/stat : 146377 (fscip) R 146367 146370 143936 0 -1 4194368 232682 0 0 0 355486 4408 0 0 20 0 41 0 22783383 23208579072 5327912 809668444160 4194304 16623229 140724290940496 0 0 0 0 0 2 0 0 0 -1 69 0 0 0 0 0 18838560 18947056 50188288 140724290941961 140724290942079 140724290942079 140724290949104 0
[pid=146370/tid=146378] ppid=146367 vsize=22664628 memory=20248 CPUtime=3598.61 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/146370/task/146378/stat : 146378 (fscip) R 146367 146370 143936 0 -1 4194368 3479535 0 0 0 357555 2306 0 0 20 0 41 0 22783383 23208579072 5327912 809668444160 4194304 16623229 140724290940496 0 0 0 0 0 2 0 0 0 -1 9 0 0 0 0 0 18838560 18947056 50188288 140724290941961 140724290942079 140724290942079 140724290949104 0
[pid=146370/tid=146379] ppid=146367 vsize=22664628 memory=5676 CPUtime=3602.41 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/146370/task/146379/stat : 146379 (fscip) R 146367 146370 143936 0 -1 4194368 2673572 0 0 0 358727 1514 0 0 20 0 41 0 22783383 23208579072 5327912 809668444160 4194304 16623229 140724290940496 0 0 0 0 0 2 0 0 0 -1 17 0 0 0 0 0 18838560 18947056 50188288 140724290941961 140724290942079 140724290942079 140724290949104 0
[pid=146370/tid=146380] ppid=146367 vsize=22664628 memory=21298876 CPUtime=3596.8 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/146370/task/146380/stat : 146380 (fscip) R 146367 146370 143936 0 -1 4194368 239947 0 0 0 355556 4124 0 0 20 0 41 0 22783383 23208579072 5327912 809668444160 4194304 16623229 140724290940496 0 0 0 0 0 2 0 0 0 -1 37 0 0 0 0 0 18838560 18947056 50188288 140724290941961 140724290942079 140724290942079 140724290949104 0
[pid=146370/tid=146381] ppid=146367 vsize=22664628 memory=26032 CPUtime=3601.18 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/146370/task/146381/stat : 146381 (fscip) R 146367 146370 143936 0 -1 4194368 4583229 0 0 0 357772 2346 0 0 20 0 41 0 22783383 23208579072 5327912 809668444160 4194304 16623229 140724290940496 0 0 0 0 0 2 0 0 0 -1 49 0 0 0 0 0 18838560 18947056 50188288 140724290941961 140724290942079 140724290942079 140724290949104 0
[pid=146370/tid=146382] ppid=146367 vsize=22664628 memory=64250 CPUtime=3600.46 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/146370/task/146382/stat : 146382 (fscip) R 146367 146370 143936 0 -1 4194368 1773000 0 0 0 359368 678 0 0 20 0 41 0 22783383 23208579072 5327912 809668444160 4194304 16623229 140724290940496 0 0 0 0 0 2 0 0 0 -1 13 0 0 0 0 0 18838560 18947056 50188288 140724290941961 140724290942079 140724290942079 140724290949104 0
[pid=146370/tid=146383] ppid=146367 vsize=22664628 memory=83357 CPUtime=3602.63 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/146370/task/146383/stat : 146383 (fscip) R 146367 146370 143936 0 -1 4194368 214651 0 0 0 355686 4577 0 0 20 0 41 0 22783383 23208579072 5327912 809668444160 4194304 16623229 140724290940496 0 0 0 0 0 2 0 0 0 -1 45 0 0 0 0 0 18838560 18947056 50188288 140724290941961 140724290942079 140724290942079 140724290949104 0
[pid=146370/tid=146384] ppid=146367 vsize=22664628 memory=49224 CPUtime=3599.96 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/146370/task/146384/stat : 146384 (fscip) R 146367 146370 143936 0 -1 4194368 3279740 0 0 0 357871 2125 0 0 20 0 41 0 22783383 23208579072 5327912 809668444160 4194304 16623229 140724290940496 0 0 0 0 0 2 0 0 0 -1 57 0 0 0 0 0 18838560 18947056 50188288 140724290941961 140724290942079 140724290942079 140724290949104 0
[pid=146370/tid=146385] ppid=146367 vsize=22664628 memory=3689346602897839080 CPUtime=3596.66 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/146370/task/146385/stat : 146385 (fscip) R 146367 146370 143936 0 -1 4194368 2064666 0 0 0 358947 719 0 0 20 0 41 0 22783383 23208579072 5327912 809668444160 4194304 16623229 140724290940496 0 0 0 0 0 2 0 0 0 -1 25 0 0 0 0 0 18838560 18947056 50188288 140724290941961 140724290942079 140724290942079 140724290949104 0
[pid=146370/tid=146386] ppid=146367 vsize=22664628 memory=3978990959492200723 CPUtime=3599.61 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/146370/task/146386/stat : 146386 (fscip) R 146367 146370 143936 0 -1 4194368 241607 0 0 0 355585 4376 0 0 20 0 41 0 22783383 23208579072 5327912 809668444160 4194304 16623229 140724290940496 0 0 0 0 0 2 0 0 0 -1 21 0 0 0 0 0 18838560 18947056 50188288 140724290941961 140724290942079 140724290942079 140724290949104 0
[pid=146370/tid=146387] ppid=146367 vsize=22664628 memory=3905524899649043681 CPUtime=3598.4 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/146370/task/146387/stat : 146387 (fscip) R 146367 146370 143936 0 -1 4194368 3936421 0 0 0 357539 2301 0 0 20 0 41 0 22783383 23208579072 5327912 809668444160 4194304 16623229 140724290940496 0 0 0 0 0 2 0 0 0 -1 1 0 0 0 0 0 18838560 18947056 50188288 140724290941961 140724290942079 140724290942079 140724290949104 0
[pid=146370/tid=146388] ppid=146367 vsize=22664628 memory=-1624779614416096797 CPUtime=3596.59 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/146370/task/146388/stat : 146388 (fscip) R 146367 146370 143936 0 -1 4194368 2918064 0 0 0 358302 1357 0 0 20 0 41 0 22783383 23208579072 5327912 809668444160 4194304 16623229 140724290940496 0 0 0 0 0 2 0 0 0 -1 41 0 0 0 0 0 18838560 18947056 50188288 140724290941961 140724290942079 140724290942079 140724290949104 0
[pid=146370/tid=146389] ppid=146367 vsize=22664628 memory=8549407197438058433 CPUtime=3602.97 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/146370/task/146389/stat : 146389 (fscip) R 146367 146370 143936 0 -1 4194368 232727 0 0 0 355731 4566 0 0 20 0 41 0 22783383 23208579072 5327912 809668444160 4194304 16623229 140724290940496 0 0 0 0 0 2 0 0 0 -1 29 0 0 0 0 0 18838560 18947056 50188288 140724290941961 140724290942079 140724290942079 140724290949104 0
[pid=146370/tid=146390] ppid=146367 vsize=22664628 memory=6156532181111105125 CPUtime=3600.04 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/146370/task/146390/stat : 146390 (fscip) R 146367 146370 143936 0 -1 4194368 2556460 0 0 0 358448 1556 0 0 20 0 41 0 22783383 23208579072 5327912 809668444160 4194304 16623229 140724290940496 0 0 0 0 0 2 0 0 0 -1 65 0 0 0 0 0 18838560 18947056 50188288 140724290941961 140724290942079 140724290942079 140724290949104 0
[pid=146370/tid=146391] ppid=146367 vsize=22664628 memory=20660 CPUtime=3599.69 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/146370/task/146391/stat : 146391 (fscip) R 146367 146370 143936 0 -1 4194368 2299023 0 0 0 358831 1138 0 0 20 0 41 0 22783383 23208579072 5327912 809668444160 4194304 16623229 140724290940496 0 0 0 0 0 2 0 0 0 -1 61 0 0 0 0 0 18838560 18947056 50188288 140724290941961 140724290942079 140724290942079 140724290949104 0
[pid=146370/tid=146404] ppid=146367 vsize=22664628 memory=6952 CPUtime=0.01 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/146370/task/146404/stat : 146404 (fscip) S 146367 146370 143936 0 -1 1077936192 64 0 0 0 1 0 0 0 20 0 41 0 22783388 23208579072 5327912 809668444160 4194304 16623229 140724290940496 0 0 0 0 0 2 1 0 0 -1 1 0 0 0 0 0 18838560 18947056 50188288 140724290941961 140724290942079 140724290942079 140724290949104 0
[pid=146370/tid=146405] ppid=146367 vsize=22664628 memory=7044 CPUtime=0.02 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/146370/task/146405/stat : 146405 (fscip) S 146367 146370 143936 0 -1 1077936192 126 0 0 0 1 1 0 0 20 0 41 0 22783388 23208579072 5327912 809668444160 4194304 16623229 140724290940496 0 0 0 0 0 2 1 0 0 -1 17 0 0 0 0 0 18838560 18947056 50188288 140724290941961 140724290942079 140724290942079 140724290949104 0
[pid=146370/tid=146406] ppid=146367 vsize=22664628 memory=28152 CPUtime=0.02 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/146370/task/146406/stat : 146406 (fscip) S 146367 146370 143936 0 -1 1077936192 126 0 0 0 0 2 0 0 20 0 41 0 22783388 23208579072 5327912 809668444160 4194304 16623229 140724290940496 0 0 0 0 0 2 1 0 0 -1 73 0 0 0 0 0 18838560 18947056 50188288 140724290941961 140724290942079 140724290942079 140724290949104 0
[pid=146370/tid=146407] ppid=146367 vsize=22664628 memory=33860 CPUtime=0.02 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/146370/task/146407/stat : 146407 (fscip) S 146367 146370 143936 0 -1 1077936192 126 0 0 0 0 2 0 0 20 0 41 0 22783388 23208579072 5327912 809668444160 4194304 16623229 140724290940496 0 0 0 0 0 2 1 0 0 -1 69 0 0 0 0 0 18838560 18947056 50188288 140724290941961 140724290942079 140724290942079 140724290949104 0
[pid=146370/tid=146408] ppid=146367 vsize=22664628 memory=42912 CPUtime=0.02 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/146370/task/146408/stat : 146408 (fscip) S 146367 146370 143936 0 -1 1077936192 126 0 0 0 1 1 0 0 20 0 41 0 22783388 23208579072 5327912 809668444160 4194304 16623229 140724290940496 0 0 0 0 0 2 1 0 0 -1 29 0 0 0 0 0 18838560 18947056 50188288 140724290941961 140724290942079 140724290942079 140724290949104 0
[pid=146370/tid=146409] ppid=146367 vsize=22664628 memory=7636 CPUtime=0.02 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/146370/task/146409/stat : 146409 (fscip) S 146367 146370 143936 0 -1 1077936192 126 0 0 0 0 2 0 0 20 0 41 0 22783388 23208579072 5327912 809668444160 4194304 16623229 140724290940496 0 0 0 0 0 2 1 0 0 -1 77 0 0 0 0 0 18838560 18947056 50188288 140724290941961 140724290942079 140724290942079 140724290949104 0
[pid=146370/tid=146410] ppid=146367 vsize=22664628 memory=19092 CPUtime=0.01 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/146370/task/146410/stat : 146410 (fscip) S 146367 146370 143936 0 -1 1077936192 127 0 0 0 0 1 0 0 20 0 41 0 22783388 23208579072 5327912 809668444160 4194304 16623229 140724290940496 0 0 0 0 0 2 1 0 0 -1 53 0 0 0 0 0 18838560 18947056 50188288 140724290941961 140724290942079 140724290942079 140724290949104 0
[pid=146370/tid=146411] ppid=146367 vsize=22664628 memory=21287032 CPUtime=0.02 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/146370/task/146411/stat : 146411 (fscip) S 146367 146370 143936 0 -1 1077936192 126 0 0 0 1 1 0 0 20 0 41 0 22783388 23208579072 5327912 809668444160 4194304 16623229 140724290940496 0 0 0 0 0 2 1 0 0 -1 41 0 0 0 0 0 18838560 18947056 50188288 140724290941961 140724290942079 140724290942079 140724290949104 0
[pid=146370/tid=146412] ppid=146367 vsize=22664628 memory=5676 CPUtime=0.01 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/146370/task/146412/stat : 146412 (fscip) S 146367 146370 143936 0 -1 1077936192 126 0 0 0 0 1 0 0 20 0 41 0 22783388 23208579072 5327912 809668444160 4194304 16623229 140724290940496 0 0 0 0 0 2 1 0 0 -1 41 0 0 0 0 0 18838560 18947056 50188288 140724290941961 140724290942079 140724290942079 140724290949104 0
[pid=146370/tid=146413] ppid=146367 vsize=22664628 memory=21290412 CPUtime=0.01 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/146370/task/146413/stat : 146413 (fscip) S 146367 146370 143936 0 -1 1077936192 126 0 0 0 0 1 0 0 20 0 41 0 22783388 23208579072 5327912 809668444160 4194304 16623229 140724290940496 0 0 0 0 0 2 1 0 0 -1 53 0 0 0 0 0 18838560 18947056 50188288 140724290941961 140724290942079 140724290942079 140724290949104 0
[pid=146370/tid=146414] ppid=146367 vsize=22664628 memory=13832 CPUtime=0.02 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/146370/task/146414/stat : 146414 (fscip) S 146367 146370 143936 0 -1 1077936192 126 0 0 0 2 0 0 0 20 0 41 0 22783388 23208579072 5327912 809668444160 4194304 16623229 140724290940496 0 0 0 0 0 2 1 0 0 -1 41 0 0 0 0 0 18838560 18947056 50188288 140724290941961 140724290942079 140724290942079 140724290949104 0
[pid=146370/tid=146415] ppid=146367 vsize=22664628 memory=28152 CPUtime=0.01 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/146370/task/146415/stat : 146415 (fscip) S 146367 146370 143936 0 -1 1077936192 126 0 0 0 1 0 0 0 20 0 41 0 22783388 23208579072 5327912 809668444160 4194304 16623229 140724290940496 0 0 0 0 0 2 1 0 0 -1 37 0 0 0 0 0 18838560 18947056 50188288 140724290941961 140724290942079 140724290942079 140724290949104 0
[pid=146370/tid=146416] ppid=146367 vsize=22664628 memory=33860 CPUtime=0.02 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/146370/task/146416/stat : 146416 (fscip) S 146367 146370 143936 0 -1 1077936192 127 0 0 0 2 0 0 0 20 0 41 0 22783388 23208579072 5327912 809668444160 4194304 16623229 140724290940496 0 0 0 0 0 2 1 0 0 -1 13 0 0 0 0 0 18838560 18947056 50188288 140724290941961 140724290942079 140724290942079 140724290949104 0
[pid=146370/tid=146417] ppid=146367 vsize=22664628 memory=42388 CPUtime=0.02 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/146370/task/146417/stat : 146417 (fscip) S 146367 146370 143936 0 -1 1077936192 126 0 0 0 1 1 0 0 20 0 41 0 22783388 23208579072 5327912 809668444160 4194304 16623229 140724290940496 0 0 0 0 0 2 1 0 0 -1 65 0 0 0 0 0 18838560 18947056 50188288 140724290941961 140724290942079 140724290942079 140724290949104 0
[pid=146370/tid=146418] ppid=146367 vsize=22664628 memory=7636 CPUtime=0.01 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/146370/task/146418/stat : 146418 (fscip) S 146367 146370 143936 0 -1 1077936192 126 0 0 0 0 1 0 0 20 0 41 0 22783388 23208579072 5327912 809668444160 4194304 16623229 140724290940496 0 0 0 0 0 2 1 0 0 -1 57 0 0 0 0 0 18838560 18947056 50188288 140724290941961 140724290942079 140724290942079 140724290949104 0
[pid=146370/tid=146419] ppid=146367 vsize=22664628 memory=19092 CPUtime=0.01 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/146370/task/146419/stat : 146419 (fscip) S 146367 146370 143936 0 -1 1077936192 126 0 0 0 0 1 0 0 20 0 41 0 22783388 23208579072 5327912 809668444160 4194304 16623229 140724290940496 0 0 0 0 0 2 1 0 0 -1 61 0 0 0 0 0 18838560 18947056 50188288 140724290941961 140724290942079 140724290942079 140724290949104 0
[pid=146370/tid=146420] ppid=146367 vsize=22664628 memory=11604 CPUtime=0.01 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/146370/task/146420/stat : 146420 (fscip) S 146367 146370 143936 0 -1 1077936192 126 0 0 0 0 1 0 0 20 0 41 0 22783388 23208579072 5327912 809668444160 4194304 16623229 140724290940496 0 0 0 0 0 2 1 0 0 -1 9 0 0 0 0 0 18838560 18947056 50188288 140724290941961 140724290942079 140724290942079 140724290949104 0
[pid=146370/tid=146421] ppid=146367 vsize=22664628 memory=13832 CPUtime=0.02 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/146370/task/146421/stat : 146421 (fscip) S 146367 146370 143936 0 -1 1077936192 126 0 0 0 2 0 0 0 20 0 41 0 22783388 23208579072 5327912 809668444160 4194304 16623229 140724290940496 0 0 0 0 0 2 1 0 0 -1 5 0 0 0 0 0 18838560 18947056 50188288 140724290941961 140724290942079 140724290942079 140724290949104 0
[pid=146370/tid=146422] ppid=146367 vsize=22664628 memory=25932 CPUtime=0.02 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/146370/task/146422/stat : 146422 (fscip) S 146367 146370 143936 0 -1 1077936192 127 0 0 0 0 2 0 0 20 0 41 0 22783388 23208579072 5327912 809668444160 4194304 16623229 140724290940496 0 0 0 0 0 2 1 0 0 -1 69 0 0 0 0 0 18838560 18947056 50188288 140724290941961 140724290942079 140724290942079 140724290949104 0
[pid=146370/tid=146423] ppid=146367 vsize=22664628 memory=21380 CPUtime=0.02 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/146370/task/146423/stat : 146423 (fscip) S 146367 146370 143936 0 -1 1077936192 126 0 0 0 2 0 0 0 20 0 41 0 22783388 23208579072 5327912 809668444160 4194304 16623229 140724290940496 0 0 0 0 0 2 1 0 0 -1 37 0 0 0 0 0 18838560 18947056 50188288 140724290941961 140724290942079 140724290942079 140724290949104 0
Current children cumulated CPU time: 72000.5 s
Current children cumulated vsize: 22664628 KiB
Current children cumulated memory: 21311648 KiB

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

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

# cumulated CPU time of all completed processes:  user=71508.8 s, system=492.54 s

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

[startup+3637.6 s]
/proc/loadavg: 61.05 61.17 62.33 5/862 149931
/proc/meminfo: memFree=762489540/790760804 swapFree=131071996/131071996
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

[startup+3637.7 s]
/proc/loadavg: 61.05 61.17 62.33 5/862 149931
/proc/meminfo: memFree=762489540/790760804 swapFree=131071996/131071996
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

Child ended because it received signal 15 (SIGTERM)

Real time (s): 3637.79
CPU time (s): 72001.3
CPU user time (s): 71508.8
CPU system time (s): 492.54
CPU usage (%): 1979.26
Max. virtual memory (cumulated for all children) (KiB): 22664628
Max. memory (cumulated for all children) (KiB): 21311648

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 71508.8
system time used= 492.54
maximum resident set size= 21312368
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 43431110
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= 1101336
involuntary context switches= 272808


# summary of solver processes directly reported to runsolver:
#   pid: 146370
#   total CPU time (s): 72001.3
#   total CPU user time (s): 71508.8
#   total CPU system time (s): 492.54

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 26.071 second user time and 78.2691 second system time

The end

Launcher Data

Begin job on nodeD105 at 2024-08-02 03:26:43
IDJOB=4465723
IDBENCH=160380
IDSOLVER=3094
FILE ID=nodeD105/4465723-1722562003
RUNJOBID= nodeD105-1722558365-143947
SLURM_JOB_ID= 8254285
Free space on /tmp= 8622836 MiB

SOLVER NAME= FiberSCIP 20 cores, 2024-07-30
BENCH NAME= PB24/normalized-PB15eval/DEC-LIN/ECGRID-FromCNF/normalized-ECgrid5x40split.cnf-plain.pb.metafix.opb
COMMAND LINE= ./fscip settings/racing.prm BENCHNAME -qsol -t TIMEOUT -sth NBCORE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4465723-1722562003/watcher-4465723-1722562003 -o /tmp/evaluation-result-4465723-1722562003/solver-4465723-1722562003 -C 72000 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeD105-1722558365-143947 --watchdog 3760  ./fscip settings/racing.prm HOME/instance-4465723-1722562003.opb -qsol -t 72000 -sth 20

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

MD5SUM BENCH= cf360b30707fd718d5f3229c2f68be40
RANDOM SEED=1531966746

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       790760804 kB
MemFree:        769426580 kB
MemAvailable:   771933496 kB
Buffers:          336456 kB
Cached:          5476840 kB
SwapCached:            0 kB
Active:           541456 kB
Inactive:       18167120 kB
Active(anon):       2168 kB
Inactive(anon): 12915652 kB
Active(file):     539288 kB
Inactive(file):  5251468 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:             28568 kB
Writeback:             0 kB
AnonPages:      12891376 kB
Mapped:           114948 kB
Shmem:             22536 kB
KReclaimable:     271728 kB
Slab:             643056 kB
SReclaimable:     271728 kB
SUnreclaim:       371328 kB
KernelStack:       16208 kB
PageTables:        35404 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    526452396 kB
Committed_AS:    1546624 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:           290304 kB
HardwareCorrupted:     0 kB
AnonHugePages:   4904960 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:      657408 kB
DirectMap2M:    82677760 kB
DirectMap1G:    722468864 kB

Free space on /tmp at the end= 8622800 MiB
End job on nodeD105 at 2024-08-02 04:27:21