Trace number 4465240

Some explanations

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

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

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

Solver answer on this benchmark

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

General information on the benchmark

NamePB24/normalized-PB06/OPT-LIN/submitted-PB06/manquiho/
market-split/normalized-market-split_5_40_2.opb
MD5SUM52024caa2fcec9d840e113a681eace59
Bench CategoryOPT-LIN (optimization problem, linear constraints, no OPT/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 benchmark40876.6
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables41
Total number of constraints11
Number of constraints which are clauses1
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints10
Minimum length of a constraint1
Maximum length of a constraint40
Number of terms in the objective function 1
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 1
Number of bits of the sum of numbers in the objective function 1
Biggest number in a constraint 1196
Number of bits of the biggest number in a constraint 11
Biggest sum of numbers in a constraint 3589
Number of bits of the biggest sum of numbers12
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 = 22278144, getVmSize() = 22278144, SCIPgetMemUsed() = 699169, SCIPgetMemTotal() = 844881, SCIPgetMemExternEstim() = 1048576
0.00/0.00	c ** set memory limit for presolving in LC to 8.79602e+12 for SCIP **
0.00/0.00	c ** Estimated virtualMemUsedAtSolver = 14908789, getVmSize() = 24064000, SCIPgetMemUsed() = 901105, SCIPgetMemTotal() = 1475193, SCIPgetMemExternEstim() = 1048576
0.00/0.00	c ** set memory limit for solvers to 4.18857e+11 for each SCIP **
0.00/0.00	c Original Problem   :
0.00/0.00	c   Problem name     : instance-4465240-1722450747
0.00/0.00	c   Variables        : 41 (41 binary, 0 integer, 0 implicit integer, 0 continuous)
0.00/0.00	c   Constraints      : 11
0.00/0.00	c   Objective sense  : minimize
0.00/0.00	c Presolved Problem  :
0.00/0.00	c   Variables        : 40 (40 binary, 0 integer, 0 implicit integer, 0 continuous)
0.00/0.00	c   Constraints      : 11
0.00/0.00	c Constraints        : Number
0.00/0.00	c   linear           : 8 
0.00/0.00	c   logicor          : 3 
0.00/0.00	c ** Instance transfer method used: 0
0.00/0.00	c ** ParaScipInstance copy does not increase the number of variables. **
0.00/0.04	c LC is working with racing ramp-up and with rebuilding tree after racing.
0.00/0.04	c                                Nodes    Active                                            
0.00/0.04	c      Time          Nodes        Left   Solvers     Best Integer        Best Node        Gap     Best Node(S)     Gap(S)
97.31/5.10	c         5         120951          17        20                -           0.0000          -
197.27/10.15	c        10         269360          16        20                -           0.0000          -
296.68/15.20	c        15         421900          17        20                -           0.0000          -
394.61/20.24	c        20         560588          18        20                -           0.0000          -
492.70/25.29	c        25         681468          17        20                -           0.0000          -
592.91/30.35	c        30          78272       20807        20                -           0.0000          -
691.19/35.38	c        35         929474          15        20                -           0.0000          -
791.48/40.44	c        40        1055670          14        20                -           0.0000          -
889.64/45.48	c        45        1185669          15        20                -           0.0000          -
989.65/50.53	c        51         333137       78106        20                -           0.0000          -
1087.60/55.58	c        56        1514570          17        20                -           0.0000          -
1187.68/60.63	c        61        1643142          17        20                -           0.0000          -
1286.03/65.68	c        66        1768480          15        20                -           0.0000          -
1386.60/70.73	c        71         475869      102368        20                -           0.0000          -
1485.03/75.78	c        76        2016660          15        20                -           0.0000          -
1585.27/80.83	c        81         257109       53671        20                -           0.0000          -
1683.64/85.88	c        86         584473      117555        20                -           0.0000          -
1784.07/90.93	c        91         621060      122448        20                -           0.0000          -
1882.49/95.98	c        96         655307      129787        20                -           0.0000          -
1983.25/101.04	c       101         691080      136204        20                -           0.0000          -
2081.45/106.08	c       106         727301      141480        20                -           0.0000          -
2181.83/111.14	c       111         763079      147509        20                -           0.0000          -
2279.88/116.18	c       116         799928      152989        20                -           0.0000          -
2379.43/121.23	c       121         834647      160743        20                -           0.0000          -
2477.61/126.28	c       126         870502      165506        20                -           0.0000          -
2577.81/131.32	c       131         906384      170321        20                -           0.0000          -
2675.84/136.37	c       136         941953      176020        20                -           0.0000          -
2776.03/141.43	c       141         979169      180205        20                -           0.0000          -
2874.16/146.47	c       146        1020164      186092        20                -           0.0000          -
2974.51/151.52	c       152        1061670      191439        20                -           0.0000          -
3072.49/156.57	c       157        1103097      196858        20                -           0.0000          -
3172.51/161.62	c       162        1145639      201728        20                -           0.0000          -
3270.61/166.67	c       167        1187685      206483        20                -           0.0000          -
3370.76/171.72	c       172        1229677      213730        20                -           0.0000          -
3468.78/176.77	c       177        1273652      219389        20                -           0.0000          -
3568.90/181.82	c       182        1317341      224149        20                -           0.0000          -
3666.92/186.87	c       187        1360609      229493        20                -           0.0000          -
3767.01/191.93	c       192        1406354      234305        20                -           0.0000          -
3865.36/196.97	c       197        1451985      238897        20                -           0.0000          -
3966.06/202.03	c       202        1497669      243597        20                -           0.0000          -
4063.94/207.07	c       207        1542247      248854        20                -           0.0000          -
4162.06/212.12	c       212        1587233      254620        20                -           0.0000          -
4262.11/217.17	c       217        1631232      259913        20                -           0.0000          -
4361.68/222.22	c       222        1676301      264414        20                -           0.0000          -
4459.77/227.27	c       227        1722580      269382        20                -           0.0000          -
4559.83/232.32	c       232        1768417      273819        20                -           0.0000          -
4657.88/237.37	c       237        1813153      278819        20                -           0.0000          -
4757.91/242.42	c       242        1858610      283121        20                -           0.0000          -
4855.90/247.47	c       247        1903153      287306        20                -           0.0000          -
4955.98/252.52	c       253        1949051      292126        20                -           0.0000          -
5054.23/257.57	c       258        1994629      295869        20                -           0.0000          -
5154.34/262.62	c       263        2040384      299014        20                -           0.0000          -
5252.52/267.67	c       268        2086755      302247        20                -           0.0000          -
5352.61/272.72	c       273        2131657      308095        20                -           0.0000          -
5450.88/277.77	c       278        2176965      312433        20                -           0.0000          -
5551.13/282.83	c       283        2222073      315920        20                -           0.0000          -
5649.08/287.87	c       288        2266405      321877        20                -           0.0000          -
5749.09/292.92	c       293        2311338      327179        20                -           0.0000          -
5847.20/297.97	c       298        2357149      331325        20                -           0.0000          -
5945.37/303.02	c       303        2401903      336035        20                -           0.0000          -
6045.89/308.07	c       308        2446883      339523        20                -           0.0000          -
6144.11/313.12	c       313        2491998      344266        20                -           0.0000          -
6244.53/318.17	c       318        2537824      347503        20                -           0.0000          -
6343.94/323.22	c       323        2582650      350116        20                -           0.0000          -
6442.03/328.27	c       328        2628020      352986        20                -           0.0000          -
6542.02/333.32	c       333        2672850      357259        20                -           0.0000          -
6640.22/338.37	c       338        2718844      361048        20                -           0.0000          -
6740.41/343.42	c       343        2762744      365698        20                -           0.0000          -
6838.39/348.47	c       348        2807529      367976        20                -           0.0000          -
6938.32/353.52	c       354        2853423      371239        20                -           0.0000          -
7036.34/358.57	c       359        2898942      373823        20                -           0.0000          -
7136.37/363.62	c       364        2944308      377266        20                -           0.0000          -
7234.37/368.67	c       369        2989476      379806        20                -           0.0000          -
7334.46/373.72	c       374        3034863      382763        20                -           0.0000          -
7432.66/378.77	c       379        3080960      385980        20                -           0.0000          -
7532.88/383.82	c       384        3125422      389710        20                -           0.0000          -
7630.79/388.87	c       389        3170181      394744        20                -           0.0000          -
7731.26/393.92	c       394        3215315      397743        20                -           0.0000          -
7829.35/398.97	c       399        3260798      400616        20                -           0.0000          -
7927.39/404.02	c       404        3305852      403766        20                -           0.0000          -
8027.78/409.07	c       409        3350466      406983        20                -           0.0000          -
8126.23/414.12	c       414        3397326      410751        20                -           0.0000          -
8226.33/419.17	c       419        3442463      413726        20                -           0.0000          -
8325.77/424.22	c       424        3488099      415961        20                -           0.0000          -
8423.90/429.27	c       429        3532953      418742        20                -           0.0000          -
8524.26/434.32	c       434        3577586      421816        20                -           0.0000          -
8622.49/439.37	c       439        3622997      424410        20                -           0.0000          -
8722.44/444.42	c       444        3668254      426683        20                -           0.0000          -
8820.46/449.47	c       449        3713702      429585        20                -           0.0000          -
8920.38/454.52	c       455        3758726      433180        20                -           0.0000          -
9018.42/459.57	c       460        3803723      436557        20                -           0.0000          -
9118.65/464.62	c       465        3849131      438974        20                -           0.0000          -
9216.62/469.67	c       470        3894079      441189        20                -           0.0000          -
9316.76/474.72	c       475        3939420      443680        20                -           0.0000          -
9414.81/479.78	c       480        3985261      446866        20                -           0.0000          -
9514.90/484.82	c       485        4030769      449020        20                -           0.0000          -
9612.87/489.88	c       490        4073719      451495        20                -           0.0000          -
9712.95/494.92	c       495        4119408      454970        20                -           0.0000          -
9811.16/499.97	c       500        4164894      457762        20                -           0.0000          -
9909.27/505.02	c       505        4210227      460218        20                -           0.0000          -
10010.37/510.07	c       510        4252999      464601        20                -           0.0000          -
10110.29/515.12	c       515        4297221      467838        20                -           0.0000          -
10208.40/520.17	c       520        4341146      470021        20                -           0.0000          -
10308.14/525.22	c       525        4386746      471608        20                -           0.0000          -
10406.19/530.27	c       530        4431699      473923        20                -           0.0000          -
10506.21/535.32	c       535        4475916      477148        20                -           0.0000          -
10604.70/540.37	c       540        4520766      478784        20                -           0.0000          -
10704.90/545.42	c       545        4565911      481336        20                -           0.0000          -
10803.01/550.47	c       550        4610398      484473        20                -           0.0000          -
10903.06/555.52	c       556        4651101      493019        20                -           0.0000          -
11001.05/560.58	c       561        4693029      500267        20                -           0.0000          -
11101.11/565.62	c       566        4736383      506352        20                -           0.0000          -
11199.28/570.67	c       571        4780218      512156        20                -           0.0000          -
11299.29/575.72	c       576        4824329      516555        20                -           0.0000          -
11397.46/580.77	c       581        4868488      520823        20                -           0.0000          -
11497.43/585.82	c       586        4912804      525507        20                -           0.0000          -
11595.77/590.87	c       591        4957011      529384        20                -           0.0000          -
11695.81/595.92	c       596        5000590      531906        20                -           0.0000          -
11794.25/600.97	c       601        5045243      535376        20                -           0.0000          -
11892.32/606.02	c       606        5089749      537748        20                -           0.0000          -
11992.62/611.07	c       611        5134342      540640        20                -           0.0000          -
12090.70/616.12	c       616        5178273      543453        20                -           0.0000          -
12190.77/621.17	c       621        5223478      545944        20                -           0.0000          -
12290.20/626.22	c       626        5268617      547788        20                -           0.0000          -
12388.18/631.28	c       631        5313026      550180        20                -           0.0000          -
12488.11/636.32	c       636        5357344      552461        20                -           0.0000          -
12586.42/641.37	c       641        5401645      556083        20                -           0.0000          -
12686.03/646.42	c       646        5446008      559140        20                -           0.0000          -
12784.14/651.47	c       651        5489930      560970        20                -           0.0000          -
12884.28/656.53	c       657        5535207      563993        20                -           0.0000          -
12982.73/661.57	c       662        5576316      570740        20                -           0.0000          -
13082.72/666.62	c       667        5619886      575913        20                -           0.0000          -
13180.93/671.67	c       672        5664997      580083        20                -           0.0000          -
13281.03/676.72	c       677        5709129      583476        20                -           0.0000          -
13379.58/681.78	c       682        5754274      585304        20                -           0.0000          -
13479.76/686.82	c       687        5799745      586869        20                -           0.0000          -
13577.88/691.87	c       692        5843731      589180        20                -           0.0000          -
13677.83/696.92	c       697        5886834      591842        20                -           0.0000          -
13775.87/701.97	c       702        5931449      594292        20                -           0.0000          -
13873.71/707.02	c       707        5975913      596268        20                -           0.0000          -
13974.34/712.07	c       712        6019652      597680        20                -           0.0000          -
14074.38/717.12	c       717        6063477      599940        20                -           0.0000          -
14173.05/722.17	c       722        6107894      601771        20                -           0.0000          -
14272.25/727.22	c       727        6151202      604243        20                -           0.0000          -
14370.41/732.28	c       732        6194841      605248        20                -           0.0000          -
14470.47/737.32	c       737        6238890      607697        20                -           0.0000          -
14568.61/742.37	c       742        6283266      609323        20                -           0.0000          -
14668.52/747.43	c       747        6327120      610730        20                -           0.0000          -
14766.82/752.47	c       752        6370495      611920        20                -           0.0000          -
14866.83/757.52	c       758        6414659      613843        20                -           0.0000          -
14964.72/762.57	c       763        6457581      617732        20                -           0.0000          -
15064.63/767.62	c       768        6501370      618976        20                -           0.0000          -
15162.68/772.67	c       773        6545325      620294        20                -           0.0000          -
15263.02/777.72	c       778        6589279      622807        20                -           0.0000          -
15361.19/782.77	c       783        6632959      623954        20                -           0.0000          -
15461.17/787.82	c       788        6675738      627042        20                -           0.0000          -
15559.75/792.87	c       793        6719563      630379        20                -           0.0000          -
15659.69/797.92	c       798        6763322      635051        20                -           0.0000          -
15757.79/802.97	c       803        6806820      637018        20                -           0.0000          -
15855.90/808.02	c       808        6851036      638085        20                -           0.0000          -
15956.16/813.07	c       813        6894147      639236        20                -           0.0000          -
16054.09/818.12	c       818        6938600      640926        20                -           0.0000          -
16154.15/823.17	c       823        6982517      643936        20                -           0.0000          -
16253.60/828.22	c       828        7026563      646504        20                -           0.0000          -
16351.80/833.27	c       833        7070489      649495        20                -           0.0000          -
16451.75/838.32	c       838        7113859      651900        20                -           0.0000          -
16549.78/843.37	c       843        7158149      653954        20                -           0.0000          -
16649.97/848.43	c       848        7201719      655615        20                -           0.0000          -
16748.02/853.47	c       853        7246389      657536        20                -           0.0000          -
16848.09/858.52	c       859        7288606      662508        20                -           0.0000          -
16946.09/863.57	c       864        7331931      665848        20                -           0.0000          -
17045.98/868.62	c       869        7376605      668164        20                -           0.0000          -
17143.88/873.67	c       874        7420276      669684        20                -           0.0000          -
17243.95/878.72	c       879        7463782      671286        20                -           0.0000          -
17342.11/883.77	c       884        7507253      672422        20                -           0.0000          -
17442.21/888.82	c       889        7550337      673570        20                -           0.0000          -
17540.24/893.87	c       894        7592342      674551        20                -           0.0000          -
17640.39/898.92	c       899        7636230      675723        20                -           0.0000          -
17738.44/903.97	c       904        7678576      678288        20                -           0.0000          -
17836.49/909.02	c       909        7721689      679504        20                -           0.0000          -
17936.83/914.07	c       914        7765114      681329        20                -           0.0000          -
18034.82/919.12	c       919        7808248      683044        20                -           0.0000          -
18134.80/924.17	c       924        7851659      683708        20                -           0.0000          -
18234.34/929.22	c       929        7893672      685927        20                -           0.0000          -
18332.46/934.27	c       934        7937476      686536        20                -           0.0000          -
18432.94/939.32	c       939        7980591      686554        20                -           0.0000          -
18530.98/944.37	c       944        8023835      687220        20                -           0.0000          -
18631.09/949.42	c       949        8067516      688469        20                -           0.0000          -
18729.05/954.47	c       954        8111093      690502        20                -           0.0000          -
18829.12/959.52	c       960        8154731      691441        20                -           0.0000          -
18927.20/964.57	c       965        8196913      693553        20                -           0.0000          -
19027.22/969.62	c       970        8240772      695203        20                -           0.0000          -
19125.25/974.67	c       975        8284209      697202        20                -           0.0000          -
19225.22/979.72	c       980        8327006      698189        20                -           0.0000          -
19323.20/984.77	c       985        8370462      699666        20                -           0.0000          -
19423.19/989.82	c       990        8413062      700773        20                -           0.0000          -
19521.40/994.87	c       995        8456778      701948        20                -           0.0000          -
19621.43/999.92	c      1000        8500429      703665        20                -           0.0000          -
19719.44/1004.97	c      1005        8543479      706014        20                -           0.0000          -
19817.12/1010.02	c      1010        8587104      706452        20                -           0.0000          -
19917.59/1015.07	c      1015        8631322      708323        20                -           0.0000          -
20015.54/1020.12	c      1020        8674845      709504        20                -           0.0000          -
20115.63/1025.16	c      1025        8718207      711971        20                -           0.0000          -
20215.18/1030.21	c      1030        8761861      713085        20                -           0.0000          -
20313.22/1035.26	c      1035        8805022      713732        20                -           0.0000          -
20413.17/1040.32	c      1040        8848251      714137        20                -           0.0000          -
20511.28/1045.36	c      1045        8889907      719200        20                -           0.0000          -
20611.71/1050.41	c      1050        8933084      723880        20                -           0.0000          -
20709.84/1055.46	c      1055        8975869      727092        20                -           0.0000          -
20809.65/1060.51	c      1061        9019203      728372        20                -           0.0000          -
20907.60/1065.56	c      1066        9061438      731700        20                -           0.0000          -
21007.63/1070.61	c      1071        9103211      736684        20                -           0.0000          -
21105.68/1075.66	c      1076        9146707      739567        20                -           0.0000          -
21205.90/1080.72	c      1081        9190745      741608        20                -           0.0000          -
21304.19/1085.76	c      1086        9234259      742936        20                -           0.0000          -
21404.24/1090.81	c      1091        9278037      743524        20                -           0.0000          -
21502.48/1095.86	c      1096        9320040      747593        20                -           0.0000          -
21602.61/1100.91	c      1101        9362503      750216        20                -           0.0000          -
21700.62/1105.96	c      1106        9404434      752218        20                -           0.0000          -
21798.88/1111.01	c      1111        9447671      753230        20                -           0.0000          -
21899.38/1116.06	c      1116        9490342      754475        20                -           0.0000          -
21997.47/1121.11	c      1121        9531124      758752        20                -           0.0000          -
22097.31/1126.16	c      1126        9570480      766908        20                -           0.0000          -
22196.90/1131.21	c      1131        9612264      773776        20                -           0.0000          -
22294.86/1136.26	c      1136        9654029      779424        20                -           0.0000          -
22394.91/1141.31	c      1141        9695711      783814        20                -           0.0000          -
22492.90/1146.36	c      1146        9737880      788396        20                -           0.0000          -
22592.89/1151.41	c      1151        9779763      794108        20                -           0.0000          -
22691.04/1156.46	c      1156        9821599      799208        20                -           0.0000          -
22791.34/1161.52	c      1162        9864631      802863        20                -           0.0000          -
22889.31/1166.56	c      1167        9907089      805624        20                -           0.0000          -
22989.35/1171.61	c      1172        9950039      808259        20                -           0.0000          -
23087.31/1176.66	c      1177        9992320      812237        20                -           0.0000          -
23187.28/1181.71	c      1182       10034473      815019        20                -           0.0000          -
23284.98/1186.76	c      1187       10076600      817336        20                -           0.0000          -
23384.95/1191.81	c      1192       10120025      820860        20                -           0.0000          -
23483.20/1196.86	c      1197       10163035      823521        20                -           0.0000          -
23583.19/1201.91	c      1202       10205470      826233        20                -           0.0000          -
23681.30/1206.96	c      1207       10247906      829304        20                -           0.0000          -
23779.24/1212.01	c      1212       10290554      830613        20                -           0.0000          -
23879.38/1217.06	c      1217       10333094      832116        20                -           0.0000          -
23977.44/1222.11	c      1222       10375333      833957        20                -           0.0000          -
24077.47/1227.16	c      1227       10417781      837060        20                -           0.0000          -
24177.04/1232.21	c      1232       10460313      837610        20                -           0.0000          -
24274.96/1237.26	c      1237       10503240      839053        20                -           0.0000          -
24375.18/1242.31	c      1242       10545726      840779        20                -           0.0000          -
24473.11/1247.36	c      1247       10588156      841687        20                -           0.0000          -
24573.14/1252.42	c      1252       10631057      842922        20                -           0.0000          -
24671.21/1257.46	c      1257       10673739      842825        20                -           0.0000          -
24771.60/1262.51	c      1263       10716434      843755        20                -           0.0000          -
24869.60/1267.56	c      1268       10759776      845668        20                -           0.0000          -
24969.83/1272.61	c      1273       10801200      846357        20                -           0.0000          -
25067.89/1277.66	c      1278       10843516      846835        20                -           0.0000          -
25168.02/1282.71	c      1283       10884809      847279        20                -           0.0000          -
25266.14/1287.76	c      1288       10927357      849615        20                -           0.0000          -
25366.15/1292.81	c      1293       10970468      849496        20                -           0.0000          -
25464.08/1297.86	c      1298       11012232      851999        20                -           0.0000          -
25564.10/1302.91	c      1303       11054902      853135        20                -           0.0000          -
25662.10/1307.96	c      1308       11096305      854502        20                -           0.0000          -
25760.11/1313.01	c      1313       11138442      855091        20                -           0.0000          -
25860.93/1318.06	c      1318       11178120      859612        20                -           0.0000          -
25958.92/1323.11	c      1323       11218132      864493        20                -           0.0000          -
26058.78/1328.16	c      1328       11258329      867562        20                -           0.0000          -
26158.16/1333.21	c      1333       11299839      868968        20                -           0.0000          -
26256.33/1338.26	c      1338       11340120      871307        20                -           0.0000          -
26356.44/1343.31	c      1343       11381975      872462        20                -           0.0000          -
26454.43/1348.36	c      1348       11422845      874114        20                -           0.0000          -
26554.30/1353.41	c      1353       11464145      874549        20                -           0.0000          -
26652.37/1358.46	c      1358       11506010      875301        20                -           0.0000          -
26752.45/1363.51	c      1364       11548372      877631        20                -           0.0000          -
26850.02/1368.56	c      1369       11590129      878371        20                -           0.0000          -
26950.10/1373.61	c      1374       11631774      879282        20                -           0.0000          -
27048.09/1378.66	c      1379       11673802      880337        20                -           0.0000          -
27148.16/1383.71	c      1384       11714895      882123        20                -           0.0000          -
27246.20/1388.76	c      1389       11757199      883336        20                -           0.0000          -
27345.96/1393.81	c      1394       11799291      883803        20                -           0.0000          -
27444.00/1398.86	c      1399       11840166      884147        20                -           0.0000          -
27543.85/1403.91	c      1404       11882329      884871        20                -           0.0000          -
27641.97/1408.96	c      1409       11924345      884639        20                -           0.0000          -
27739.91/1414.01	c      1414       11966440      886454        20                -           0.0000          -
27840.55/1419.07	c      1419       12008106      888329        20                -           0.0000          -
27938.57/1424.11	c      1424       12050449      890156        20                -           0.0000          -
28038.45/1429.16	c      1429       12091951      890109        20                -           0.0000          -
28138.00/1434.21	c      1434       12133569      891111        20                -           0.0000          -
28236.07/1439.26	c      1439       12175284      891076        20                -           0.0000          -
28336.19/1444.31	c      1444       12216730      891660        20                -           0.0000          -
28434.23/1449.36	c      1449       12258948      892600        20                -           0.0000          -
28534.37/1454.41	c      1454       12300789      895264        20                -           0.0000          -
28632.34/1459.46	c      1459       12343266      895439        20                -           0.0000          -
28732.26/1464.51	c      1465       12386733      896600        20                -           0.0000          -
28830.38/1469.56	c      1470       12428722      897590        20                -           0.0000          -
28930.25/1474.61	c      1475       12470866      897971        20                -           0.0000          -
29028.37/1479.66	c      1480       12512829      898795        20                -           0.0000          -
29128.57/1484.71	c      1485       12554889      899160        20                -           0.0000          -
29226.53/1489.76	c      1490       12597067      900164        20                -           0.0000          -
29326.36/1494.81	c      1495       12637932      902396        20                -           0.0000          -
29424.89/1499.86	c      1500       12679552      902090        20                -           0.0000          -
29524.83/1504.91	c      1505       12721925      903966        20                -           0.0000          -
29622.94/1509.96	c      1510       12765124      905498        20                -           0.0000          -
29720.92/1515.02	c      1515       12807572      905556        20                -           0.0000          -
29821.28/1520.07	c      1520       12850071      905589        20                -           0.0000          -
29919.22/1525.12	c      1525       12891941      906717        20                -           0.0000          -
30019.48/1530.17	c      1530       12933606      907318        20                -           0.0000          -
30118.77/1535.22	c      1535       12974230      907747        20                -           0.0000          -
30216.83/1540.27	c      1540       13017049      909314        20                -           0.0000          -
30316.70/1545.32	c      1545       13058643      910762        20                -           0.0000          -
30414.67/1550.37	c      1550       13100715      911240        20                -           0.0000          -
30514.58/1555.42	c      1555       13142849      913650        20                -           0.0000          -
30612.40/1560.47	c      1560       13185028      913277        20                -           0.0000          -
30712.25/1565.52	c      1566       13225736      913840        20                -           0.0000          -
30810.09/1570.57	c      1571       13267213      914840        20                -           0.0000          -
30910.04/1575.62	c      1576       13309854      916007        20                -           0.0000          -
31008.10/1580.67	c      1581       13350553      916535        20                -           0.0000          -
31108.27/1585.72	c      1586       13392757      917393        20                -           0.0000          -
31206.21/1590.77	c      1591       13434268      920059        20                -           0.0000          -
31306.12/1595.82	c      1596       13476430      921833        20                -           0.0000          -
31404.24/1600.87	c      1601       13517903      922742        20                -           0.0000          -
31504.08/1605.92	c      1606       13558996      923727        20                -           0.0000          -
31602.28/1610.97	c      1611       13601017      923871        20                -           0.0000          -
31700.08/1616.02	c      1616       13643220      926169        20                -           0.0000          -
31800.62/1621.08	c      1621       13684988      926731        20                -           0.0000          -
31898.73/1626.12	c      1626       13726793      926801        20                -           0.0000          -
31998.77/1631.17	c      1631       13768505      926909        20                -           0.0000          -
32098.12/1636.22	c      1636       13809357      928879        20                -           0.0000          -
32196.01/1641.27	c      1641       13851211      929692        20                -           0.0000          -
32296.09/1646.32	c      1646       13892959      931832        20                -           0.0000          -
32394.12/1651.37	c      1651       13935983      934587        20                -           0.0000          -
32494.54/1656.42	c      1656       13978455      935965        20                -           0.0000          -
32592.45/1661.47	c      1661       14020388      936687        20                -           0.0000          -
32692.27/1666.52	c      1667       14061752      937265        20                -           0.0000          -
32790.24/1671.57	c      1672       14103406      938101        20                -           0.0000          -
32890.21/1676.62	c      1677       14144889      938787        20                -           0.0000          -
32988.13/1681.68	c      1682       14186507      938051        20                -           0.0000          -
33088.32/1686.72	c      1687       14228232      941793        20                -           0.0000          -
33186.49/1691.77	c      1692       14270636      942698        20                -           0.0000          -
33286.65/1696.82	c      1697       14312650      943514        20                -           0.0000          -
33384.79/1701.87	c      1702       14355509      946548        20                -           0.0000          -
33484.83/1706.92	c      1707       14397600      946674        20                -           0.0000          -
33582.75/1711.97	c      1712       14439355      946203        20                -           0.0000          -
33683.35/1717.03	c      1717       14481261      946480        20                -           0.0000          -
33781.35/1722.09	c      1722       14522602      950304        20                -           0.0000          -
33881.39/1727.13	c      1727       14564366      950391        20                -           0.0000          -
33979.55/1732.18	c      1732       14605598      950854        20                -           0.0000          -
34079.16/1737.23	c      1737       14647003      950456        20                -           0.0000          -
34177.40/1742.28	c      1742       14688292      951058        20                -           0.0000          -
34277.19/1747.33	c      1747       14728667      951158        20                -           0.0000          -
34375.18/1752.38	c      1752       14770330      951115        20                -           0.0000          -
34475.45/1757.43	c      1757       14811733      950838        20                -           0.0000          -
34573.47/1762.48	c      1762       14853520      951488        20                -           0.0000          -
34673.41/1767.53	c      1768       14895584      952294        20                -           0.0000          -
34771.34/1772.58	c      1773       14937930      953441        20                -           0.0000          -
34871.30/1777.63	c      1778       14979617      953877        20                -           0.0000          -
34969.39/1782.68	c      1783       15021144      953222        20                -           0.0000          -
35069.37/1787.73	c      1788       15063133      953988        20                -           0.0000          -
35167.39/1792.79	c      1793       15104269      953311        20                -           0.0000          -
35267.41/1797.83	c      1798       15145757      953457        20                -           0.0000          -
35365.60/1802.88	c      1803       15187047      953051        20                -           0.0000          -
35465.76/1807.93	c      1808       15228837      952968        20                -           0.0000          -
35563.63/1812.98	c      1813       15269210      955512        20                -           0.0000          -
35664.05/1818.03	c      1818       15309537      957785        20                -           0.0000          -
35762.04/1823.08	c      1823       15349491      959902        20                -           0.0000          -
35862.09/1828.13	c      1828       15389636      959774        20                -           0.0000          -
35960.01/1833.18	c      1833       15431518      961286        20                -           0.0000          -
36059.63/1838.23	c      1838       15472569      963746        20                -           0.0000          -
36157.45/1843.28	c      1843       15513482      963565        20                -           0.0000          -
36257.22/1848.33	c      1848       15554393      964768        20                -           0.0000          -
36355.25/1853.38	c      1853       15595806      964037        20                -           0.0000          -
36455.01/1858.43	c      1858       15636930      963869        20                -           0.0000          -
36552.92/1863.48	c      1863       15677804      965057        20                -           0.0000          -
36652.73/1868.53	c      1869       15718567      964450        20                -           0.0000          -
36750.73/1873.59	c      1874       15760439      965388        20                -           0.0000          -
36850.75/1878.63	c      1879       15801607      965263        20                -           0.0000          -
36948.83/1883.68	c      1884       15842531      964563        20                -           0.0000          -
37048.78/1888.73	c      1889       15884146      965144        20                -           0.0000          -
37146.79/1893.79	c      1894       15925440      965399        20                -           0.0000          -
37246.79/1898.83	c      1899       15966524      966316        20                -           0.0000          -
37344.85/1903.88	c      1904       16007078      967208        20                -           0.0000          -
37445.03/1908.93	c      1909       16049730      970225        20                -           0.0000          -
37543.24/1913.98	c      1914       16091666      970475        20                -           0.0000          -
37643.54/1919.03	c      1919       16132526      970961        20                -           0.0000          -
37741.57/1924.08	c      1924       16175002      971792        20                -           0.0000          -
37841.63/1929.13	c      1929       16216819      972070        20                -           0.0000          -
37939.70/1934.18	c      1934       16257249      973605        20                -           0.0000          -
38039.46/1939.23	c      1939       16297919      974047        20                -           0.0000          -
38137.54/1944.28	c      1944       16338461      974337        20                -           0.0000          -
38237.62/1949.33	c      1949       16379499      974239        20                -           0.0000          -
38335.48/1954.38	c      1954       16420512      974078        20                -           0.0000          -
38435.51/1959.43	c      1959       16461415      974824        20                -           0.0000          -
38533.67/1964.48	c      1964       16503758      975239        20                -           0.0000          -
38633.61/1969.53	c      1970       16544725      975289        20                -           0.0000          -
38731.97/1974.59	c      1975       16586086      975197        20                -           0.0000          -
38831.92/1979.63	c      1980       16627910      976318        20                -           0.0000          -
38930.09/1984.68	c      1985       16668994      975113        20                -           0.0000          -
39030.06/1989.73	c      1990       16709614      978540        20                -           0.0000          -
39128.11/1994.78	c      1995       16750078      980470        20                -           0.0000          -
39227.92/1999.83	c      2000       16791274      982482        20                -           0.0000          -
39326.03/2004.88	c      2005       16832561      981837        20                -           0.0000          -
39425.75/2009.93	c      2010       16872371      981962        20                -           0.0000          -
39523.76/2014.98	c      2015       16912708      982332        20                -           0.0000          -
39624.27/2020.03	c      2020       16954294      982341        20                -           0.0000          -
39722.48/2025.08	c      2025       16994850      983083        20                -           0.0000          -
39822.36/2030.14	c      2030       17036175      982703        20                -           0.0000          -
39920.31/2035.18	c      2035       17076443      982266        20                -           0.0000          -
40019.78/2040.23	c      2040       17116327      982955        20                -           0.0000          -
40117.88/2045.28	c      2045       17157753      983105        20                -           0.0000          -
40217.82/2050.32	c      2050       17199481      983880        20                -           0.0000          -
40315.66/2055.37	c      2055       17241519      985396        20                -           0.0000          -
40415.64/2060.42	c      2060       17282079      985524        20                -           0.0000          -
40513.66/2065.47	c      2065       17322667      985611        20                -           0.0000          -
40613.69/2070.52	c      2071       17363540      984943        20                -           0.0000          -
40711.66/2075.57	c      2076       17404335      984526        20                -           0.0000          -
40811.76/2080.62	c      2081       17446112      985001        20                -           0.0000          -
40909.59/2085.68	c      2086       17486785      984618        20                -           0.0000          -
41009.71/2090.72	c      2091       17528104      984755        20                -           0.0000          -
41107.46/2095.77	c      2096       17568848      984853        20                -           0.0000          -
41207.60/2100.82	c      2101       17609804      984913        20                -           0.0000          -
41305.70/2105.87	c      2106       17651369      985697        20                -           0.0000          -
41405.55/2110.92	c      2111       17691932      985994        20                -           0.0000          -
41503.42/2115.97	c      2116       17733011      986576        20                -           0.0000          -
41601.61/2121.02	c      2121       17774749      986816        20                -           0.0000          -
41702.04/2126.07	c      2126       17816407      988248        20                -           0.0000          -
41801.91/2131.12	c      2131       17858095      988526        20                -           0.0000          -
41899.91/2136.17	c      2136       17899307      987849        20                -           0.0000          -
41999.41/2141.22	c      2141       17939410      990375        20                -           0.0000          -
42097.34/2146.27	c      2146       17980372      991272        20                -           0.0000          -
42197.23/2151.32	c      2151       18021936      992678        20                -           0.0000          -
42295.13/2156.37	c      2156       18063440      992544        20                -           0.0000          -
42394.95/2161.42	c      2161       18102774      993288        20                -           0.0000          -
42493.04/2166.47	c      2166       18144448      992792        20                -           0.0000          -
42592.89/2171.52	c      2172       18185242      992461        20                -           0.0000          -
42690.98/2176.57	c      2177       18226220      991591        20                -           0.0000          -
42790.89/2181.62	c      2182       18267063      991141        20                -           0.0000          -
42888.73/2186.67	c      2187       18308451      992515        20                -           0.0000          -
42988.69/2191.72	c      2192       18349375      991753        20                -           0.0000          -
43086.40/2196.78	c      2197       18390103      992388        20                -           0.0000          -
43186.75/2201.82	c      2202       18431111      992189        20                -           0.0000          -
43285.19/2206.87	c      2207       18472655      992018        20                -           0.0000          -
43385.28/2211.92	c      2212       18513336      993042        20                -           0.0000          -
43483.44/2216.97	c      2217       18553580      991896        20                -           0.0000          -
43582.16/2222.02	c      2222       18594688      991234        20                -           0.0000          -
43683.36/2227.07	c      2227       18636175      990653        20                -           0.0000          -
43783.86/2232.12	c      2232       18678528      992423        20                -           0.0000          -
43882.64/2237.17	c      2237       18720806      992661        20                -           0.0000          -
43982.76/2242.22	c      2242       18762030      993882        20                -           0.0000          -
44081.47/2247.28	c      2247       18803078      993660        20                -           0.0000          -
44182.09/2252.32	c      2252       18844000      994612        20                -           0.0000          -
44280.92/2257.37	c      2257       18884718      997655        20                -           0.0000          -
44381.55/2262.42	c      2262       18926564      997515        20                -           0.0000          -
44480.19/2267.47	c      2267       18969121      997902        20                -           0.0000          -
44580.87/2272.52	c      2273       19010942      999092        20                -           0.0000          -
44679.56/2277.57	c      2278       19053369     1000800        20                -           0.0000          -
44780.12/2282.62	c      2283       19094605     1000772        20                -           0.0000          -
44878.88/2287.67	c      2288       19135963      999894        20                -           0.0000          -
44979.64/2292.72	c      2293       19175600     1001011        20                -           0.0000          -
45078.34/2297.77	c      2298       19216797     1000226        20                -           0.0000          -
45179.02/2302.82	c      2303       19257870     1001737        20                -           0.0000          -
45277.88/2307.87	c      2308       19299465     1002530        20                -           0.0000          -
45378.55/2312.92	c      2313       19341380     1004884        20                -           0.0000          -
45477.32/2317.97	c      2318       19384373     1006247        20                -           0.0000          -
45576.08/2323.02	c      2323       19425840     1005513        20                -           0.0000          -
45677.27/2328.07	c      2328       19467265     1005859        20                -           0.0000          -
45776.10/2333.12	c      2333       19508417     1005235        20                -           0.0000          -
45876.81/2338.17	c      2338       19549375     1005260        20                -           0.0000          -
45977.02/2343.22	c      2343       19591518     1006888        20                -           0.0000          -
46075.73/2348.27	c      2348       19633839     1008191        20                -           0.0000          -
46176.39/2353.32	c      2353       19675424     1007407        20                -           0.0000          -
46275.11/2358.37	c      2358       19717225     1008347        20                -           0.0000          -
46375.76/2363.42	c      2363       19757490     1008950        20                -           0.0000          -
46474.53/2368.47	c      2368       19798073     1008574        20                -           0.0000          -
46575.14/2373.52	c      2374       19839248     1010382        20                -           0.0000          -
46673.93/2378.57	c      2379       19881165     1009836        20                -           0.0000          -
46774.58/2383.62	c      2384       19922239     1009254        20                -           0.0000          -
46873.26/2388.67	c      2389       19963269     1009238        20                -           0.0000          -
46973.94/2393.72	c      2394       20004269     1009502        20                -           0.0000          -
47072.68/2398.77	c      2399       20045047     1012893        20                -           0.0000          -
47173.40/2403.82	c      2404       20087746     1013524        20                -           0.0000          -
47272.14/2408.87	c      2409       20129559     1012473        20                -           0.0000          -
47372.92/2413.92	c      2414       20172071     1014325        20                -           0.0000          -
47471.67/2418.97	c      2419       20213215     1015285        20                -           0.0000          -
47570.36/2424.02	c      2424       20253476     1015911        20                -           0.0000          -
47671.55/2429.07	c      2429       20292823     1016006        20                -           0.0000          -
47770.35/2434.12	c      2434       20333617     1015129        20                -           0.0000          -
47870.97/2439.17	c      2439       20374791     1016301        20                -           0.0000          -
47971.07/2444.22	c      2444       20416150     1018260        20                -           0.0000          -
48069.88/2449.27	c      2449       20456522     1018791        20                -           0.0000          -
48170.57/2454.32	c      2454       20497553     1018404        20                -           0.0000          -
48269.27/2459.37	c      2459       20538435     1020466        20                -           0.0000          -
48369.90/2464.42	c      2464       20581097     1020400        20                -           0.0000          -
48468.57/2469.48	c      2469       20622530     1019725        20                -           0.0000          -
48569.35/2474.52	c      2475       20664330     1018995        20                -           0.0000          -
48668.00/2479.57	c      2480       20705451     1017689        20                -           0.0000          -
48768.78/2484.62	c      2485       20746266     1017948        20                -           0.0000          -
48867.56/2489.68	c      2490       20787300     1017187        20                -           0.0000          -
48968.29/2494.72	c      2495       20828556     1016794        20                -           0.0000          -
49066.87/2499.77	c      2500       20869669     1018493        20                -           0.0000          -
49167.48/2504.82	c      2505       20911979     1018618        20                -           0.0000          -
49265.82/2509.87	c      2510       20953012     1018492        20                -           0.0000          -
49366.47/2514.92	c      2515       20994099     1021518        20                -           0.0000          -
49465.17/2519.97	c      2520       21035784     1021668        20                -           0.0000          -
49563.83/2525.02	c      2525       21077383     1020804        20                -           0.0000          -
49665.00/2530.07	c      2530       21118890     1020865        20                -           0.0000          -
49763.68/2535.12	c      2535       21160963     1021129        20                -           0.0000          -
49864.32/2540.17	c      2540       21201348     1021744        20                -           0.0000          -
49964.47/2545.22	c      2545       21242751     1021766        20                -           0.0000          -
50063.19/2550.27	c      2550       21284539     1022674        20                -           0.0000          -
50163.89/2555.32	c      2555       21325090     1022371        20                -           0.0000          -
50262.58/2560.37	c      2560       21365930     1023138        20                -           0.0000          -
50363.27/2565.42	c      2565       21406184     1022618        20                -           0.0000          -
50462.04/2570.47	c      2570       21446633     1022273        20                -           0.0000          -
50562.64/2575.52	c      2576       21487450     1022038        20                -           0.0000          -
50661.33/2580.57	c      2581       21529419     1022470        20                -           0.0000          -
50762.07/2585.62	c      2586       21570719     1022149        20                -           0.0000          -
50860.83/2590.67	c      2591       21612383     1021725        20                -           0.0000          -
50961.46/2595.72	c      2596       21654293     1022744        20                -           0.0000          -
51060.25/2600.77	c      2601       21695304     1022461        20                -           0.0000          -
51161.07/2605.82	c      2606       21737105     1022641        20                -           0.0000          -
51259.81/2610.87	c      2611       21778677     1022167        20                -           0.0000          -
51360.65/2615.92	c      2616       21820923     1023047        20                -           0.0000          -
51459.30/2620.97	c      2621       21863356     1022527        20                -           0.0000          -
51558.16/2626.02	c      2626       21905093     1021901        20                -           0.0000          -
51659.46/2631.07	c      2631       21945619     1021944        20                -           0.0000          -
51758.35/2636.12	c      2636       21986766     1021224        20                -           0.0000          -
51859.04/2641.17	c      2641       22028165     1021163        20                -           0.0000          -
51959.45/2646.22	c      2646       22069730     1019791        20                -           0.0000          -
52058.21/2651.27	c      2651       22110153     1019066        20                -           0.0000          -
52159.07/2656.32	c      2656       22151543     1020041        20                -           0.0000          -
52257.88/2661.37	c      2661       22192790     1020043        20                -           0.0000          -
52358.44/2666.42	c      2666       22233209     1020275        20                -           0.0000          -
52457.07/2671.47	c      2671       22274626     1020100        20                -           0.0000          -
52557.86/2676.52	c      2677       22316243     1019931        20                -           0.0000          -
52656.72/2681.57	c      2682       22357303     1018838        20                -           0.0000          -
52757.68/2686.62	c      2687       22398902     1019108        20                -           0.0000          -
52856.24/2691.67	c      2692       22440366     1018524        20                -           0.0000          -
52957.08/2696.72	c      2697       22481820     1017641        20                -           0.0000          -
53055.87/2701.77	c      2702       22523186     1016957        20                -           0.0000          -
53156.62/2706.82	c      2707       22564109     1016190        20                -           0.0000          -
53255.50/2711.87	c      2712       22604954     1015374        20                -           0.0000          -
53356.17/2716.92	c      2717       22646938     1015594        20                -           0.0000          -
53454.82/2721.97	c      2722       22687241     1014634        20                -           0.0000          -
53553.57/2727.02	c      2727       22728476     1014176        20                -           0.0000          -
53654.64/2732.07	c      2732       22769091     1017124        20                -           0.0000          -
53753.43/2737.12	c      2737       22811063     1018807        20                -           0.0000          -
53854.15/2742.17	c      2742       22852731     1018752        20                -           0.0000          -
53954.49/2747.22	c      2747       22894449     1018440        20                -           0.0000          -
54053.29/2752.27	c      2752       22934907     1019415        20                -           0.0000          -
54154.12/2757.32	c      2757       22974142     1023198        20                -           0.0000          -
54252.94/2762.37	c      2762       23013357     1024937        20                -           0.0000          -
54353.82/2767.42	c      2767       23052634     1024559        20                -           0.0000          -
54452.43/2772.47	c      2772       23091589     1023737        20                -           0.0000          -
54553.18/2777.52	c      2778       23132417     1023950        20                -           0.0000          -
54651.81/2782.57	c      2783       23174062     1023862        20                -           0.0000          -
54752.49/2787.62	c      2788       23215269     1025398        20                -           0.0000          -
54851.25/2792.67	c      2793       23254383     1024532        20                -           0.0000          -
54952.02/2797.72	c      2798       23294021     1028655        20                -           0.0000          -
55050.88/2802.77	c      2803       23335784     1028955        20                -           0.0000          -
55151.55/2807.82	c      2808       23378073     1028397        20                -           0.0000          -
55250.24/2812.88	c      2813       23418963     1027854        20                -           0.0000          -
55351.03/2817.92	c      2818       23460119     1028172        20                -           0.0000          -
55449.80/2822.97	c      2823       23500392     1028811        20                -           0.0000          -
55548.63/2828.02	c      2828       23541464     1029088        20                -           0.0000          -
55649.76/2833.07	c      2833       23581654     1029183        20                -           0.0000          -
55750.62/2838.12	c      2838       23619298     1037550        20                -           0.0000          -
55849.37/2843.17	c      2843       23658359     1042988        20                -           0.0000          -
55949.64/2848.22	c      2848       23697236     1047995        20                -           0.0000          -
56048.33/2853.27	c      2853       23736825     1052184        20                -           0.0000          -
56149.06/2858.32	c      2858       23777236     1055516        20                -           0.0000          -
56247.81/2863.37	c      2863       23817849     1058094        20                -           0.0000          -
56348.54/2868.42	c      2868       23856939     1060905        20                -           0.0000          -
56447.28/2873.47	c      2873       23896075     1064513        20                -           0.0000          -
56547.85/2878.52	c      2879       23935145     1067118        20                -           0.0000          -
56646.59/2883.57	c      2884       23975185     1071742        20                -           0.0000          -
56747.32/2888.63	c      2889       24015869     1075166        20                -           0.0000          -
56846.12/2893.67	c      2894       24056435     1077801        20                -           0.0000          -
56946.89/2898.72	c      2899       24097090     1079029        20                -           0.0000          -
57045.70/2903.77	c      2904       24137653     1081863        20                -           0.0000          -
57146.47/2908.82	c      2909       24178122     1083586        20                -           0.0000          -
57245.20/2913.87	c      2914       24218928     1085392        20                -           0.0000          -
57345.92/2918.92	c      2919       24258529     1085895        20                -           0.0000          -
57444.56/2923.97	c      2924       24298149     1086803        20                -           0.0000          -
57545.79/2929.02	c      2929       24338646     1086956        20                -           0.0000          -
57644.60/2934.07	c      2934       24378751     1086983        20                -           0.0000          -
57743.25/2939.12	c      2939       24419099     1086872        20                -           0.0000          -
57843.99/2944.17	c      2944       24459616     1085852        20                -           0.0000          -
57944.25/2949.22	c      2949       24499991     1088294        20                -           0.0000          -
58043.04/2954.27	c      2954       24541350     1091565        20                -           0.0000          -
58143.83/2959.32	c      2959       24581872     1094440        20                -           0.0000          -
58242.51/2964.37	c      2964       24622901     1096352        20                -           0.0000          -
58343.25/2969.43	c      2969       24663254     1099185        20                -           0.0000          -
58441.97/2974.47	c      2974       24704894     1101016        20                -           0.0000          -
58542.68/2979.52	c      2980       24746243     1103255        20                -           0.0000          -
58641.45/2984.57	c      2985       24787748     1104970        20                -           0.0000          -
58742.14/2989.62	c      2990       24829102     1105688        20                -           0.0000          -
58840.81/2994.67	c      2995       24869363     1106487        20                -           0.0000          -
58941.55/2999.72	c      3000       24910647     1107008        20                -           0.0000          -
59040.22/3004.77	c      3005       24950622     1106825        20                -           0.0000          -
59140.94/3009.82	c      3010       24989469     1107274        20                -           0.0000          -
59239.71/3014.87	c      3015       25029144     1107823        20                -           0.0000          -
59340.46/3019.92	c      3020       25069029     1108792        20                -           0.0000          -
59439.27/3024.97	c      3025       25109140     1108539        20                -           0.0000          -
59538.04/3030.02	c      3030       25149565     1108420        20                -           0.0000          -
59639.28/3035.07	c      3035       25190305     1109670        20                -           0.0000          -
59737.91/3040.12	c      3040       25232129     1109879        20                -           0.0000          -
59838.69/3045.17	c      3045       25273349     1110762        20                -           0.0000          -
59939.12/3050.22	c      3050       25313974     1110172        20                -           0.0000          -
60037.93/3055.27	c      3055       25354360     1109062        20                -           0.0000          -
60138.61/3060.32	c      3060       25394900     1109618        20                -           0.0000          -
60237.40/3065.37	c      3065       25435297     1110220        20                -           0.0000          -
60338.07/3070.42	c      3070       25476650     1110807        20                -           0.0000          -
60436.86/3075.47	c      3075       25517998     1112543        20                -           0.0000          -
60537.64/3080.52	c      3081       25560027     1112363        20                -           0.0000          -
60636.39/3085.57	c      3086       25601729     1112486        20                -           0.0000          -
60737.14/3090.62	c      3091       25643363     1113196        20                -           0.0000          -
60835.87/3095.67	c      3096       25684649     1112793        20                -           0.0000          -
60936.62/3100.72	c      3101       25724981     1113107        20                -           0.0000          -
61035.45/3105.77	c      3106       25766513     1113522        20                -           0.0000          -
61136.13/3110.82	c      3111       25807467     1113746        20                -           0.0000          -
61234.92/3115.87	c      3116       25849595     1113993        20                -           0.0000          -
61335.70/3120.92	c      3121       25891308     1113200        20                -           0.0000          -
61434.52/3125.97	c      3126       25932964     1112914        20                -           0.0000          -
61533.23/3131.02	c      3131       25974487     1112271        20                -           0.0000          -
61634.34/3136.07	c      3136       26015600     1111030        20                -           0.0000          -
61733.26/3141.12	c      3141       26056685     1111111        20                -           0.0000          -
61833.82/3146.17	c      3146       26097899     1110466        20                -           0.0000          -
61933.93/3151.22	c      3151       26138689     1110256        20                -           0.0000          -
62032.71/3156.27	c      3156       26179981     1110092        20                -           0.0000          -
62133.44/3161.32	c      3161       26221120     1110535        20                -           0.0000          -
62232.22/3166.37	c      3166       26261531     1111027        20                -           0.0000          -
62333.02/3171.42	c      3171       26301661     1110237        20                -           0.0000          -
62431.74/3176.48	c      3176       26342058     1110255        20                -           0.0000          -
62532.50/3181.52	c      3182       26382588     1110621        20                -           0.0000          -
62631.31/3186.57	c      3187       26424635     1111688        20                -           0.0000          -
62731.90/3191.62	c      3192       26465522     1110037        20                -           0.0000          -
62830.75/3196.67	c      3197       26505495     1109441        20                -           0.0000          -
62931.53/3201.72	c      3202       26546509     1109929        20                -           0.0000          -
63030.26/3206.77	c      3207       26588198     1109986        20                -           0.0000          -
63130.95/3211.82	c      3212       26628730     1109413        20                -           0.0000          -
63229.82/3216.87	c      3217       26669328     1109770        20                -           0.0000          -
63330.56/3221.92	c      3222       26710478     1110406        20                -           0.0000          -
63429.25/3226.97	c      3227       26751618     1110054        20                -           0.0000          -
63528.07/3232.02	c      3232       26792465     1109357        20                -           0.0000          -
63629.39/3237.07	c      3237       26832199     1109145        20                -           0.0000          -
63728.19/3242.12	c      3242       26873683     1109065        20                -           0.0000          -
63828.77/3247.17	c      3247       26914078     1110697        20                -           0.0000          -
63929.12/3252.22	c      3252       26954489     1110539        20                -           0.0000          -
64027.92/3257.27	c      3257       26996053     1110491        20                -           0.0000          -
64128.65/3262.32	c      3262       27036659     1110652        20                -           0.0000          -
64227.41/3267.37	c      3267       27077636     1110921        20                -           0.0000          -
64328.05/3272.42	c      3272       27118301     1110864        20                -           0.0000          -
64426.77/3277.47	c      3277       27159369     1110465        20                -           0.0000          -
64527.67/3282.52	c      3283       27200519     1109941        20                -           0.0000          -
64626.39/3287.57	c      3288       27240885     1108045        20                -           0.0000          -
64727.27/3292.62	c      3293       27282543     1107911        20                -           0.0000          -
64826.24/3297.67	c      3298       27324256     1106718        20                -           0.0000          -
64926.85/3302.72	c      3303       27365960     1107334        20                -           0.0000          -
65025.70/3307.78	c      3308       27406341     1106290        20                -           0.0000          -
65126.45/3312.82	c      3313       27448135     1106231        20                -           0.0000          -
65225.20/3317.87	c      3318       27489529     1105533        20                -           0.0000          -
65325.92/3322.92	c      3323       27530218     1103660        20                -           0.0000          -
65424.64/3327.97	c      3328       27571177     1103920        20                -           0.0000          -
65523.42/3333.02	c      3333       27612645     1104065        20                -           0.0000          -
65624.58/3338.07	c      3338       27654533     1106090        20                -           0.0000          -
65723.37/3343.12	c      3343       27695614     1108313        20                -           0.0000          -
65824.20/3348.17	c      3348       27737461     1109810        20                -           0.0000          -
65924.56/3353.22	c      3353       27778989     1108538        20                -           0.0000          -
66023.35/3358.27	c      3358       27820204     1108271        20                -           0.0000          -
66124.00/3363.32	c      3363       27861742     1107749        20                -           0.0000          -
66222.77/3368.37	c      3368       27902972     1108731        20                -           0.0000          -
66323.56/3373.42	c      3373       27945353     1108395        20                -           0.0000          -
66422.32/3378.47	c      3378       27983440     1115737        20                -           0.0000          -
66523.16/3383.52	c      3384       28022721     1121859        20                -           0.0000          -
66621.89/3388.57	c      3389       28063023     1126141        20                -           0.0000          -
66722.59/3393.62	c      3394       28103215     1130595        20                -           0.0000          -
66821.42/3398.67	c      3399       28143186     1133755        20                -           0.0000          -
66922.11/3403.72	c      3404       28184607     1136404        20                -           0.0000          -
67020.90/3408.77	c      3409       28225532     1139251        20                -           0.0000          -
67121.62/3413.82	c      3414       28266713     1142252        20                -           0.0000          -
67220.40/3418.87	c      3419       28307404     1144247        20                -           0.0000          -
67321.15/3423.92	c      3424       28348695     1146964        20                -           0.0000          -
67419.95/3428.97	c      3429       28388745     1148507        20                -           0.0000          -
67518.83/3434.02	c      3434       28429121     1151677        20                -           0.0000          -
67619.98/3439.07	c      3439       28470083     1154047        20                -           0.0000          -
67718.81/3444.12	c      3444       28511050     1155363        20                -           0.0000          -
67819.47/3449.17	c      3449       28551679     1157671        20                -           0.0000          -
67919.76/3454.22	c      3454       28592456     1158283        20                -           0.0000          -
68018.51/3459.27	c      3459       28632619     1158427        20                -           0.0000          -
68119.27/3464.32	c      3464       28673566     1159338        20                -           0.0000          -
68218.02/3469.37	c      3469       28713742     1161118        20                -           0.0000          -
68318.72/3474.42	c      3474       28754008     1160939        20                -           0.0000          -
68417.48/3479.47	c      3479       28794489     1160853        20                -           0.0000          -
68518.22/3484.52	c      3485       28835315     1163375        20                -           0.0000          -
68617.00/3489.57	c      3490       28876191     1162945        20                -           0.0000          -
68717.72/3494.62	c      3495       28916438     1161730        20                -           0.0000          -
68816.49/3499.67	c      3500       28957124     1163205        20                -           0.0000          -
68917.27/3504.72	c      3505       28997883     1163217        20                -           0.0000          -
69015.88/3509.77	c      3510       29039444     1163634        20                -           0.0000          -
69116.75/3514.82	c      3515       29080066     1164819        20                -           0.0000          -
69215.41/3519.87	c      3520       29120436     1164164        20                -           0.0000          -
69316.24/3524.92	c      3525       29160537     1164134        20                -           0.0000          -
69415.03/3529.97	c      3530       29199061     1165707        20                -           0.0000          -
69513.70/3535.02	c      3535       29239972     1166815        20                -           0.0000          -
69614.77/3540.07	c      3540       29280647     1168349        20                -           0.0000          -
69713.64/3545.12	c      3545       29321845     1167720        20                -           0.0000          -
69814.54/3550.18	c      3550       29362309     1167223        20                -           0.0000          -
69914.68/3555.22	c      3555       29401922     1165927        20                -           0.0000          -
70013.33/3560.27	c      3560       29442382     1164709        20                -           0.0000          -
70114.10/3565.32	c      3565       29484072     1165485        20                -           0.0000          -
70212.79/3570.37	c      3570       29526084     1166719        20                -           0.0000          -
70313.56/3575.42	c      3575       29567549     1165624        20                -           0.0000          -
70412.34/3580.47	c      3580       29607537     1165925        20                -           0.0000          -
70513.04/3585.52	c      3586       29647850     1166057        20                -           0.0000          -
70611.84/3590.57	c      3591       29689185     1165741        20                -           0.0000          -
70712.56/3595.62	c      3596       29729808     1164748        20                -           0.0000          -
70811.31/3600.68	c      3601       29771595     1165569        20                -           0.0000          -
70912.21/3605.72	c      3606       29811426     1165228        20                -           0.0000          -
71010.85/3610.77	c      3611       29851615     1165019        20                -           0.0000          -
71111.66/3615.82	c      3616       29892113     1164175        20                -           0.0000          -
71210.47/3620.87	c      3621       29933802     1165024        20                -           0.0000          -
71311.24/3625.92	c      3626       29974121     1164594        20                -           0.0000          -
71410.02/3630.97	c      3631       30014365     1164458        20                -           0.0000          -
71511.23/3636.02	c      3636       30054290     1164214        20                -           0.0000          -
71610.11/3641.07	c      3641       30094062     1165082        20                -           0.0000          -
71708.95/3646.12	c      3646       30133857     1165402        20                -           0.0000          -
71809.66/3651.17	c      3651       30174778     1166242        20                -           0.0000          -
71909.95/3656.22	c      3656       30215896     1165734        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 (187018 MiB free)
  memory of node 1: 193494 MiB (188041 MiB free)
  memory of node 2: 193531 MiB (170665 MiB free)
  memory of node 3: 193531 MiB (192459 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-4465240-1722450747/watcher-4465240-1722450747 -o /tmp/evaluation-result-4465240-1722450747/solver-4465240-1722450747 -C 72000 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeD105-1722441596-59014 --watchdog 3760 ./fscip settings/racing.prm HOME/instance-4465240-1722450747.opb -qsol -t 72000 -sth 20 

running on 20 cores: 3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79

CPU governors:
  performance: 3 7 11 15 19 23 27 31 35 39 43 47 51 55 59 63 67 71 75 79

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=69364, runsolver pid=69361
Current StackSize limit: 8192 KiB


[startup+0.100787 s]*
/proc/loadavg: 78.66 79.88 80.00 81/1024 69405
/proc/meminfo: memFree=755826288/790760804 swapFree=131071996/131071996
[pid=69364] ppid=69361 vsize=1663148 memory=115692 CPUtime=1.49 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/69364/stat : 69364 (fscip) S 69361 69364 59001 0 -1 1077936128 25189 0 0 0 130 19 0 0 20 0 41 0 11657827 1703063552 28923 809668444160 4194304 16623229 140732228847040 0 0 0 0 0 2 0 0 0 17 11 0 0 0 0 0 18838560 18947056 54824960 140732228854794 140732228854912 140732228854912 140732228861936 0
/proc/69364/statm: 415787 28923 2950 3035 0 118714 0
[pid=69364/tid=69366] ppid=69361 vsize=1663148 memory=8390339637985935414 CPUtime=0.06 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/69364/task/69366/stat : 69366 (fscip) R 69361 69364 59001 0 -1 4194368 1875 0 0 0 6 0 0 0 20 0 41 0 11657827 1703063552 28923 809668444160 4194304 16623229 140732228847040 0 0 0 0 0 2 0 0 0 -1 51 0 0 0 0 0 18838560 18947056 54824960 140732228854794 140732228854912 140732228854912 140732228861936 0
[pid=69364/tid=69367] ppid=69361 vsize=1663148 memory=25138 CPUtime=0.06 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/69364/task/69367/stat : 69367 (fscip) R 69361 69364 59001 0 -1 4194368 1147 0 0 0 6 0 0 0 20 0 41 0 11657827 1703063552 28923 809668444160 4194304 16623229 140732228847040 0 0 0 0 0 2 0 0 0 -1 47 0 0 0 0 0 18838560 18947056 54824960 140732228854794 140732228854912 140732228854912 140732228861936 0
[pid=69364/tid=69368] ppid=69361 vsize=1663148 memory=54117410275792 CPUtime=0.06 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/69364/task/69368/stat : 69368 (fscip) R 69361 69364 59001 0 -1 4194368 483 0 0 0 6 0 0 0 20 0 41 0 11657827 1703063552 28923 809668444160 4194304 16623229 140732228847040 0 0 0 0 0 2 0 0 0 -1 75 0 0 0 0 0 18838560 18947056 54824960 140732228854794 140732228854912 140732228854912 140732228861936 0
[pid=69364/tid=69369] ppid=69361 vsize=1663148 memory=61818303414854 CPUtime=0.06 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/69364/task/69369/stat : 69369 (fscip) R 69361 69364 59001 0 -1 4194368 1861 0 0 0 5 1 0 0 20 0 41 0 11657827 1703063552 28923 809668444160 4194304 16623229 140732228847040 0 0 0 0 0 2 0 0 0 -1 71 0 0 0 0 0 18838560 18947056 54824960 140732228854794 140732228854912 140732228854912 140732228861936 0
[pid=69364/tid=69370] ppid=69361 vsize=1663148 memory=57385930719929 CPUtime=0.06 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/69364/task/69370/stat : 69370 (fscip) R 69361 69364 59001 0 -1 4194368 1155 0 0 0 6 0 0 0 20 0 41 0 11657827 1703063552 28923 809668444160 4194304 16623229 140732228847040 0 0 0 0 0 2 0 0 0 -1 63 0 0 0 0 0 18838560 18947056 54824960 140732228854794 140732228854912 140732228854912 140732228861936 0
[pid=69364/tid=69371] ppid=69361 vsize=1663148 memory=54096019325846 CPUtime=0.06 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/69364/task/69371/stat : 69371 (fscip) R 69361 69364 59001 0 -1 4194368 486 0 0 0 6 0 0 0 20 0 41 0 11657827 1703063552 28923 809668444160 4194304 16623229 140732228847040 0 0 0 0 0 2 0 0 0 -1 19 0 0 0 0 0 18838560 18947056 54824960 140732228854794 140732228854912 140732228854912 140732228861936 0
[pid=69364/tid=69372] ppid=69361 vsize=1663148 memory=14136632274060740 CPUtime=0.06 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/69364/task/69372/stat : 69372 (fscip) R 69361 69364 59001 0 -1 4194368 1873 0 0 0 6 0 0 0 20 0 41 0 11657827 1703063552 28923 809668444160 4194304 16623229 140732228847040 0 0 0 0 0 2 0 0 0 -1 27 0 0 0 0 0 18838560 18947056 54824960 140732228854794 140732228854912 140732228854912 140732228861936 0
[pid=69364/tid=69373] ppid=69361 vsize=1663148 memory=16098169624726090 CPUtime=0.06 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/69364/task/69373/stat : 69373 (fscip) R 69361 69364 59001 0 -1 4194368 1155 0 0 0 6 0 0 0 20 0 41 0 11657827 1703063552 28923 809668444160 4194304 16623229 140732228847040 0 0 0 0 0 2 0 0 0 -1 67 0 0 0 0 0 18838560 18947056 54824960 140732228854794 140732228854912 140732228854912 140732228861936 0
[pid=69364/tid=69374] ppid=69361 vsize=1663148 memory=21199 CPUtime=0.07 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/69364/task/69374/stat : 69374 (fscip) R 69361 69364 59001 0 -1 4194368 483 0 0 0 7 0 0 0 20 0 41 0 11657827 1703063552 28923 809668444160 4194304 16623229 140732228847040 0 0 0 0 0 2 0 0 0 -1 59 0 0 0 0 0 18838560 18947056 54824960 140732228854794 140732228854912 140732228854912 140732228861936 0
[pid=69364/tid=69375] ppid=69361 vsize=1663148 memory=112253 CPUtime=0.07 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/69364/task/69375/stat : 69375 (fscip) R 69361 69364 59001 0 -1 4194368 1884 0 0 0 6 1 0 0 20 0 41 0 11657827 1703063552 28923 809668444160 4194304 16623229 140732228847040 0 0 0 0 0 2 0 0 0 -1 15 0 0 0 0 0 18838560 18947056 54824960 140732228854794 140732228854912 140732228854912 140732228861936 0
[pid=69364/tid=69376] ppid=69361 vsize=1663148 memory=0 CPUtime=0.07 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/69364/task/69376/stat : 69376 (fscip) R 69361 69364 59001 0 -1 4194368 1129 0 0 0 6 1 0 0 20 0 41 0 11657827 1703063552 28923 809668444160 4194304 16623229 140732228847040 0 0 0 0 0 2 0 0 0 -1 7 0 0 0 0 0 18838560 18947056 54824960 140732228854794 140732228854912 140732228854912 140732228861936 0
[pid=69364/tid=69377] ppid=69361 vsize=1663148 memory=0 CPUtime=0.06 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/69364/task/69377/stat : 69377 (fscip) R 69361 69364 59001 0 -1 4194368 481 0 0 0 6 0 0 0 20 0 41 0 11657827 1703063552 28923 809668444160 4194304 16623229 140732228847040 0 0 0 0 0 2 0 0 0 -1 3 0 0 0 0 0 18838560 18947056 54824960 140732228854794 140732228854912 140732228854912 140732228861936 0
[pid=69364/tid=69378] ppid=69361 vsize=1663148 memory=0 CPUtime=0.06 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/69364/task/69378/stat : 69378 (fscip) R 69361 69364 59001 0 -1 4194368 1875 0 0 0 5 1 0 0 20 0 41 0 11657827 1703063552 28923 809668444160 4194304 16623229 140732228847040 0 0 0 0 0 2 0 0 0 -1 35 0 0 0 0 0 18838560 18947056 54824960 140732228854794 140732228854912 140732228854912 140732228861936 0
[pid=69364/tid=69379] ppid=69361 vsize=1663148 memory=0 CPUtime=0.06 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/69364/task/69379/stat : 69379 (fscip) R 69361 69364 59001 0 -1 4194368 1134 0 0 0 6 0 0 0 20 0 41 0 11657827 1703063552 28923 809668444160 4194304 16623229 140732228847040 0 0 0 0 0 2 0 0 0 -1 23 0 0 0 0 0 18838560 18947056 54824960 140732228854794 140732228854912 140732228854912 140732228861936 0
[pid=69364/tid=69380] ppid=69361 vsize=1663148 memory=0 CPUtime=0.07 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/69364/task/69380/stat : 69380 (fscip) R 69361 69364 59001 0 -1 4194368 488 0 0 0 7 0 0 0 20 0 41 0 11657827 1703063552 28923 809668444160 4194304 16623229 140732228847040 0 0 0 0 0 2 0 0 0 -1 31 0 0 0 0 0 18838560 18947056 54824960 140732228854794 140732228854912 140732228854912 140732228861936 0
[pid=69364/tid=69381] ppid=69361 vsize=1663148 memory=0 CPUtime=0.06 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/69364/task/69381/stat : 69381 (fscip) R 69361 69364 59001 0 -1 4194368 1868 0 0 0 5 1 0 0 20 0 41 0 11657827 1703063552 28923 809668444160 4194304 16623229 140732228847040 0 0 0 0 0 2 0 0 0 -1 39 0 0 0 0 0 18838560 18947056 54824960 140732228854794 140732228854912 140732228854912 140732228861936 0
[pid=69364/tid=69382] ppid=69361 vsize=1663148 memory=0 CPUtime=0.06 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/69364/task/69382/stat : 69382 (fscip) R 69361 69364 59001 0 -1 4194368 1147 0 0 0 6 0 0 0 20 0 41 0 11657827 1703063552 28923 809668444160 4194304 16623229 140732228847040 0 0 0 0 0 2 0 0 0 -1 43 0 0 0 0 0 18838560 18947056 54824960 140732228854794 140732228854912 140732228854912 140732228861936 0
[pid=69364/tid=69383] ppid=69361 vsize=1663148 memory=0 CPUtime=0.06 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/69364/task/69383/stat : 69383 (fscip) R 69361 69364 59001 0 -1 1077936192 487 0 0 0 6 0 0 0 20 0 41 0 11657827 1703063552 28923 809668444160 4194304 16623229 140732228847040 0 0 0 0 0 2 0 0 0 -1 19 0 0 0 0 0 18838560 18947056 54824960 140732228854794 140732228854912 140732228854912 140732228861936 0
[pid=69364/tid=69384] ppid=69361 vsize=1663148 memory=0 CPUtime=0.06 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/69364/task/69384/stat : 69384 (fscip) R 69361 69364 59001 0 -1 4194368 1878 0 0 0 6 0 0 0 20 0 41 0 11657827 1703063552 28923 809668444160 4194304 16623229 140732228847040 0 0 0 0 0 2 0 0 0 -1 11 0 0 0 0 0 18838560 18947056 54824960 140732228854794 140732228854912 140732228854912 140732228861936 0
[pid=69364/tid=69385] ppid=69361 vsize=1663148 memory=0 CPUtime=0.04 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/69364/task/69385/stat : 69385 (fscip) R 69361 69364 59001 0 -1 4194368 1127 0 0 0 4 0 0 0 20 0 41 0 11657827 1703063552 28923 809668444160 4194304 16623229 140732228847040 0 0 0 0 0 2 0 0 0 -1 55 0 0 0 0 0 18838560 18947056 54824960 140732228854794 140732228854912 140732228854912 140732228861936 0
[pid=69364/tid=69386] ppid=69361 vsize=1663148 memory=0 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/69364/task/69386/stat : 69386 (fscip) S 69361 69364 59001 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 11657831 1703063552 28923 809668444160 4194304 16623229 140732228847040 0 0 0 0 0 2 1 0 0 -1 3 0 0 0 0 0 18838560 18947056 54824960 140732228854794 140732228854912 140732228854912 140732228861936 0
[pid=69364/tid=69387] ppid=69361 vsize=1663148 memory=0 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/69364/task/69387/stat : 69387 (fscip) S 69361 69364 59001 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 11657831 1703063552 28923 809668444160 4194304 16623229 140732228847040 0 0 0 0 0 2 1 0 0 -1 39 0 0 0 0 0 18838560 18947056 54824960 140732228854794 140732228854912 140732228854912 140732228861936 0
[pid=69364/tid=69388] ppid=69361 vsize=1663148 memory=0 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/69364/task/69388/stat : 69388 (fscip) S 69361 69364 59001 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 11657831 1703063552 28923 809668444160 4194304 16623229 140732228847040 0 0 0 0 0 2 1 0 0 -1 51 0 0 0 0 0 18838560 18947056 54824960 140732228854794 140732228854912 140732228854912 140732228861936 0
[pid=69364/tid=69389] ppid=69361 vsize=1663148 memory=0 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/69364/task/69389/stat : 69389 (fscip) S 69361 69364 59001 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 11657831 1703063552 28923 809668444160 4194304 16623229 140732228847040 0 0 0 0 0 2 1 0 0 -1 35 0 0 0 0 0 18838560 18947056 54824960 140732228854794 140732228854912 140732228854912 140732228861936 0
[pid=69364/tid=69390] ppid=69361 vsize=1663148 memory=0 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/69364/task/69390/stat : 69390 (fscip) S 69361 69364 59001 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 11657831 1703063552 28923 809668444160 4194304 16623229 140732228847040 0 0 0 0 0 2 1 0 0 -1 35 0 0 0 0 0 18838560 18947056 54824960 140732228854794 140732228854912 140732228854912 140732228861936 0
[pid=69364/tid=69391] ppid=69361 vsize=1663148 memory=0 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/69364/task/69391/stat : 69391 (fscip) S 69361 69364 59001 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 11657831 1703063552 28923 809668444160 4194304 16623229 140732228847040 0 0 0 0 0 2 1 0 0 -1 11 0 0 0 0 0 18838560 18947056 54824960 140732228854794 140732228854912 140732228854912 140732228861936 0
[pid=69364/tid=69392] ppid=69361 vsize=1663148 memory=0 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/69364/task/69392/stat : 69392 (fscip) S 69361 69364 59001 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 11657831 1703063552 28923 809668444160 4194304 16623229 140732228847040 0 0 0 0 0 2 1 0 0 -1 75 0 0 0 0 0 18838560 18947056 54824960 140732228854794 140732228854912 140732228854912 140732228861936 0
[pid=69364/tid=69393] ppid=69361 vsize=1663148 memory=0 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/69364/task/69393/stat : 69393 (fscip) S 69361 69364 59001 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 11657831 1703063552 28923 809668444160 4194304 16623229 140732228847040 0 0 0 0 0 2 1 0 0 -1 63 0 0 0 0 0 18838560 18947056 54824960 140732228854794 140732228854912 140732228854912 140732228861936 0
[pid=69364/tid=69394] ppid=69361 vsize=1663148 memory=0 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/69364/task/69394/stat : 69394 (fscip) S 69361 69364 59001 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 11657831 1703063552 28923 809668444160 4194304 16623229 140732228847040 0 0 0 0 0 2 1 0 0 -1 39 0 0 0 0 0 18838560 18947056 54824960 140732228854794 140732228854912 140732228854912 140732228861936 0
[pid=69364/tid=69395] ppid=69361 vsize=1663148 memory=0 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/69364/task/69395/stat : 69395 (fscip) S 69361 69364 59001 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 11657831 1703063552 28923 809668444160 4194304 16623229 140732228847040 0 0 0 0 0 2 1 0 0 -1 59 0 0 0 0 0 18838560 18947056 54824960 140732228854794 140732228854912 140732228854912 140732228861936 0
[pid=69364/tid=69396] ppid=69361 vsize=1663148 memory=0 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/69364/task/69396/stat : 69396 (fscip) S 69361 69364 59001 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 11657831 1703063552 28923 809668444160 4194304 16623229 140732228847040 0 0 0 0 0 2 1 0 0 -1 75 0 0 0 0 0 18838560 18947056 54824960 140732228854794 140732228854912 140732228854912 140732228861936 0
[pid=69364/tid=69397] ppid=69361 vsize=1663148 memory=0 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/69364/task/69397/stat : 69397 (fscip) S 69361 69364 59001 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 11657831 1703063552 28923 809668444160 4194304 16623229 140732228847040 0 0 0 0 0 2 1 0 0 -1 39 0 0 0 0 0 18838560 18947056 54824960 140732228854794 140732228854912 140732228854912 140732228861936 0
[pid=69364/tid=69398] ppid=69361 vsize=1663148 memory=0 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/69364/task/69398/stat : 69398 (fscip) S 69361 69364 59001 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 11657831 1703063552 28923 809668444160 4194304 16623229 140732228847040 0 0 0 0 0 2 1 0 0 -1 23 0 0 0 0 0 18838560 18947056 54824960 140732228854794 140732228854912 140732228854912 140732228861936 0
[pid=69364/tid=69399] ppid=69361 vsize=1663148 memory=0 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/69364/task/69399/stat : 69399 (fscip) S 69361 69364 59001 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 11657831 1703063552 28923 809668444160 4194304 16623229 140732228847040 0 0 0 0 0 2 1 0 0 -1 15 0 0 0 0 0 18838560 18947056 54824960 140732228854794 140732228854912 140732228854912 140732228861936 0
[pid=69364/tid=69400] ppid=69361 vsize=1663148 memory=0 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/69364/task/69400/stat : 69400 (fscip) S 69361 69364 59001 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 11657831 1703063552 28923 809668444160 4194304 16623229 140732228847040 0 0 0 0 0 2 1 0 0 -1 15 0 0 0 0 0 18838560 18947056 54824960 140732228854794 140732228854912 140732228854912 140732228861936 0
[pid=69364/tid=69401] ppid=69361 vsize=1663148 memory=0 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/69364/task/69401/stat : 69401 (fscip) S 69361 69364 59001 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 11657831 1703063552 28923 809668444160 4194304 16623229 140732228847040 0 0 0 0 0 2 1 0 0 -1 27 0 0 0 0 0 18838560 18947056 54824960 140732228854794 140732228854912 140732228854912 140732228861936 0
[pid=69364/tid=69402] ppid=69361 vsize=1663148 memory=0 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/69364/task/69402/stat : 69402 (fscip) S 69361 69364 59001 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 11657831 1703063552 28923 809668444160 4194304 16623229 140732228847040 0 0 0 0 0 2 1 0 0 -1 43 0 0 0 0 0 18838560 18947056 54824960 140732228854794 140732228854912 140732228854912 140732228861936 0
[pid=69364/tid=69403] ppid=69361 vsize=1663148 memory=0 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/69364/task/69403/stat : 69403 (fscip) S 69361 69364 59001 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 11657831 1703063552 28923 809668444160 4194304 16623229 140732228847040 0 0 0 0 0 2 1 0 0 -1 71 0 0 0 0 0 18838560 18947056 54824960 140732228854794 140732228854912 140732228854912 140732228861936 0
[pid=69364/tid=69404] ppid=69361 vsize=1663148 memory=0 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/69364/task/69404/stat : 69404 (fscip) S 69361 69364 59001 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 11657831 1703063552 28923 809668444160 4194304 16623229 140732228847040 0 0 0 0 0 2 1 0 0 -1 47 0 0 0 0 0 18838560 18947056 54824960 140732228854794 140732228854912 140732228854912 140732228861936 0
[pid=69364/tid=69405] ppid=69361 vsize=1663148 memory=0 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/69364/task/69405/stat : 69405 (fscip) S 69361 69364 59001 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 11657831 1703063552 28923 809668444160 4194304 16623229 140732228847040 0 0 0 0 0 2 1 0 0 -1 55 0 0 0 0 0 18838560 18947056 54824960 140732228854794 140732228854912 140732228854912 140732228861936 0
Current children cumulated CPU time: 1.49 s
Current children cumulated vsize: 1663148 KiB
Current children cumulated memory: 115692 KiB

[startup+0.227697 s]*
/proc/loadavg: 78.66 79.88 80.00 82/1024 69405
/proc/meminfo: memFree=755791948/790760804 swapFree=131071996/131071996
[pid=69364] ppid=69361 vsize=1663148 memory=123876 CPUtime=3.93 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/69364/stat : 69364 (fscip) S 69361 69364 59001 0 -1 1077936128 27569 0 0 0 369 24 0 0 20 0 41 0 11657827 1703063552 30969 809668444160 4194304 16623229 140732228847040 0 0 0 0 0 2 0 0 0 17 11 0 0 0 0 0 18838560 18947056 54824960 140732228854794 140732228854912 140732228854912 140732228861936 0
/proc/69364/statm: 415787 30969 2950 3035 0 120601 0
[pid=69364/tid=69366] ppid=69361 vsize=1663148 memory=8318255677412212789 CPUtime=0.19 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/69364/task/69366/stat : 69366 (fscip) R 69361 69364 59001 0 -1 4194368 2137 0 0 0 19 0 0 0 20 0 41 0 11657827 1703063552 30969 809668444160 4194304 16623229 140732228847040 0 0 0 0 0 2 0 0 0 -1 51 0 0 0 0 0 18838560 18947056 54824960 140732228854794 140732228854912 140732228854912 140732228861936 0
[pid=69364/tid=69367] ppid=69361 vsize=1663148 memory=241407623510 CPUtime=0.19 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/69364/task/69367/stat : 69367 (fscip) R 69361 69364 59001 0 -1 4194368 1220 0 0 0 19 0 0 0 20 0 41 0 11657827 1703063552 30969 809668444160 4194304 16623229 140732228847040 0 0 0 0 0 2 0 0 0 -1 47 0 0 0 0 0 18838560 18947056 54824960 140732228854794 140732228854912 140732228854912 140732228861936 0
[pid=69364/tid=69368] ppid=69361 vsize=1663148 memory=60710185099761 CPUtime=0.17 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/69364/task/69368/stat : 69368 (fscip) R 69361 69364 59001 0 -1 4194368 491 0 0 0 17 0 0 0 20 0 41 0 11657827 1703063552 30969 809668444160 4194304 16623229 140732228847040 0 0 0 0 0 2 0 0 0 -1 19 0 0 0 0 0 18838560 18947056 54824960 140732228854794 140732228854912 140732228854912 140732228861936 0
[pid=69364/tid=69369] ppid=69361 vsize=1663148 memory=58519768556253 CPUtime=0.19 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/69364/task/69369/stat : 69369 (fscip) R 69361 69364 59001 0 -1 4194368 2176 0 0 0 18 1 0 0 20 0 41 0 11657827 1703063552 30969 809668444160 4194304 16623229 140732228847040 0 0 0 0 0 2 0 0 0 -1 71 0 0 0 0 0 18838560 18947056 54824960 140732228854794 140732228854912 140732228854912 140732228861936 0
[pid=69364/tid=69370] ppid=69361 vsize=1663148 memory=52987884233667 CPUtime=0.19 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/69364/task/69370/stat : 69370 (fscip) R 69361 69364 59001 0 -1 4194368 1209 0 0 0 19 0 0 0 20 0 41 0 11657827 1703063552 30969 809668444160 4194304 16623229 140732228847040 0 0 0 0 0 2 0 0 0 -1 63 0 0 0 0 0 18838560 18947056 54824960 140732228854794 140732228854912 140732228854912 140732228861936 0
[pid=69364/tid=69371] ppid=69361 vsize=1663148 memory=60718842181943 CPUtime=0.16 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/69364/task/69371/stat : 69371 (fscip) R 69361 69364 59001 0 -1 1077936192 489 0 0 0 16 0 0 0 20 0 41 0 11657827 1703063552 30969 809668444160 4194304 16623229 140732228847040 0 0 0 0 0 2 0 0 0 -1 19 0 0 0 0 0 18838560 18947056 54824960 140732228854794 140732228854912 140732228854912 140732228861936 0
[pid=69364/tid=69372] ppid=69361 vsize=1663148 memory=16105857599488199 CPUtime=0.19 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/69364/task/69372/stat : 69372 (fscip) R 69361 69364 59001 0 -1 4194368 2144 0 0 0 19 0 0 0 20 0 41 0 11657827 1703063552 30969 809668444160 4194304 16623229 140732228847040 0 0 0 0 0 2 0 0 0 -1 27 0 0 0 0 0 18838560 18947056 54824960 140732228854794 140732228854912 140732228854912 140732228861936 0
[pid=69364/tid=69373] ppid=69361 vsize=1663148 memory=13564894834331972 CPUtime=0.19 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/69364/task/69373/stat : 69373 (fscip) R 69361 69364 59001 0 -1 4194368 1239 0 0 0 19 0 0 0 20 0 41 0 11657827 1703063552 30969 809668444160 4194304 16623229 140732228847040 0 0 0 0 0 2 0 0 0 -1 67 0 0 0 0 0 18838560 18947056 54824960 140732228854794 140732228854912 140732228854912 140732228861936 0
[pid=69364/tid=69374] ppid=69361 vsize=1663148 memory=145422 CPUtime=0.2 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/69364/task/69374/stat : 69374 (fscip) R 69361 69364 59001 0 -1 4194368 487 0 0 0 19 1 0 0 20 0 41 0 11657827 1703063552 30969 809668444160 4194304 16623229 140732228847040 0 0 0 0 0 2 0 0 0 -1 59 0 0 0 0 0 18838560 18947056 54824960 140732228854794 140732228854912 140732228854912 140732228861936 0
[pid=69364/tid=69375] ppid=69361 vsize=1663148 memory=182235 CPUtime=0.19 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/69364/task/69375/stat : 69375 (fscip) R 69361 69364 59001 0 -1 4194368 2144 0 0 0 18 1 0 0 20 0 41 0 11657827 1703063552 30969 809668444160 4194304 16623229 140732228847040 0 0 0 0 0 2 0 0 0 -1 15 0 0 0 0 0 18838560 18947056 54824960 140732228854794 140732228854912 140732228854912 140732228861936 0
[pid=69364/tid=69376] ppid=69361 vsize=1663148 memory=0 CPUtime=0.19 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/69364/task/69376/stat : 69376 (fscip) R 69361 69364 59001 0 -1 4194368 1180 0 0 0 18 1 0 0 20 0 41 0 11657827 1703063552 30969 809668444160 4194304 16623229 140732228847040 0 0 0 0 0 2 0 0 0 -1 7 0 0 0 0 0 18838560 18947056 54824960 140732228854794 140732228854912 140732228854912 140732228861936 0
[pid=69364/tid=69377] ppid=69361 vsize=1663148 memory=0 CPUtime=0.19 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/69364/task/69377/stat : 69377 (fscip) R 69361 69364 59001 0 -1 4194368 491 0 0 0 18 1 0 0 20 0 41 0 11657827 1703063552 30969 809668444160 4194304 16623229 140732228847040 0 0 0 0 0 2 0 0 0 -1 3 0 0 0 0 0 18838560 18947056 54824960 140732228854794 140732228854912 140732228854912 140732228861936 0
[pid=69364/tid=69378] ppid=69361 vsize=1663148 memory=0 CPUtime=0.19 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/69364/task/69378/stat : 69378 (fscip) R 69361 69364 59001 0 -1 4194368 2175 0 0 0 17 2 0 0 20 0 41 0 11657827 1703063552 30969 809668444160 4194304 16623229 140732228847040 0 0 0 0 0 2 0 0 0 -1 35 0 0 0 0 0 18838560 18947056 54824960 140732228854794 140732228854912 140732228854912 140732228861936 0
[pid=69364/tid=69379] ppid=69361 vsize=1663148 memory=0 CPUtime=0.19 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/69364/task/69379/stat : 69379 (fscip) R 69361 69364 59001 0 -1 4194368 1165 0 0 0 18 1 0 0 20 0 41 0 11657827 1703063552 30969 809668444160 4194304 16623229 140732228847040 0 0 0 0 0 2 0 0 0 -1 75 0 0 0 0 0 18838560 18947056 54824960 140732228854794 140732228854912 140732228854912 140732228861936 0
[pid=69364/tid=69380] ppid=69361 vsize=1663148 memory=0 CPUtime=0.19 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/69364/task/69380/stat : 69380 (fscip) R 69361 69364 59001 0 -1 4194368 517 0 0 0 18 1 0 0 20 0 41 0 11657827 1703063552 30969 809668444160 4194304 16623229 140732228847040 0 0 0 0 0 2 0 0 0 -1 31 0 0 0 0 0 18838560 18947056 54824960 140732228854794 140732228854912 140732228854912 140732228861936 0
[pid=69364/tid=69381] ppid=69361 vsize=1663148 memory=0 CPUtime=0.18 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/69364/task/69381/stat : 69381 (fscip) R 69361 69364 59001 0 -1 4194368 2091 0 0 0 17 1 0 0 20 0 41 0 11657827 1703063552 30969 809668444160 4194304 16623229 140732228847040 0 0 0 0 0 2 0 0 0 -1 39 0 0 0 0 0 18838560 18947056 54824960 140732228854794 140732228854912 140732228854912 140732228861936 0
[pid=69364/tid=69382] ppid=69361 vsize=1663148 memory=0 CPUtime=0.19 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/69364/task/69382/stat : 69382 (fscip) R 69361 69364 59001 0 -1 4194368 1216 0 0 0 19 0 0 0 20 0 41 0 11657827 1703063552 30969 809668444160 4194304 16623229 140732228847040 0 0 0 0 0 2 0 0 0 -1 43 0 0 0 0 0 18838560 18947056 54824960 140732228854794 140732228854912 140732228854912 140732228861936 0
[pid=69364/tid=69383] ppid=69361 vsize=1663148 memory=0 CPUtime=0.18 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/69364/task/69383/stat : 69383 (fscip) R 69361 69364 59001 0 -1 4194368 516 0 0 0 17 1 0 0 20 0 41 0 11657827 1703063552 30969 809668444160 4194304 16623229 140732228847040 0 0 0 0 0 2 0 0 0 -1 23 0 0 0 0 0 18838560 18947056 54824960 140732228854794 140732228854912 140732228854912 140732228861936 0
[pid=69364/tid=69384] ppid=69361 vsize=1663148 memory=0 CPUtime=0.19 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/69364/task/69384/stat : 69384 (fscip) R 69361 69364 59001 0 -1 4194368 2134 0 0 0 19 0 0 0 20 0 41 0 11657827 1703063552 30969 809668444160 4194304 16623229 140732228847040 0 0 0 0 0 2 0 0 0 -1 11 0 0 0 0 0 18838560 18947056 54824960 140732228854794 140732228854912 140732228854912 140732228861936 0
[pid=69364/tid=69385] ppid=69361 vsize=1663148 memory=0 CPUtime=0.18 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/69364/task/69385/stat : 69385 (fscip) R 69361 69364 59001 0 -1 4194368 1174 0 0 0 17 1 0 0 20 0 41 0 11657827 1703063552 30969 809668444160 4194304 16623229 140732228847040 0 0 0 0 0 2 0 0 0 -1 55 0 0 0 0 0 18838560 18947056 54824960 140732228854794 140732228854912 140732228854912 140732228861936 0
[pid=69364/tid=69386] ppid=69361 vsize=1663148 memory=0 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/69364/task/69386/stat : 69386 (fscip) S 69361 69364 59001 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 11657831 1703063552 30969 809668444160 4194304 16623229 140732228847040 0 0 0 0 0 2 1 0 0 -1 3 0 0 0 0 0 18838560 18947056 54824960 140732228854794 140732228854912 140732228854912 140732228861936 0
[pid=69364/tid=69387] ppid=69361 vsize=1663148 memory=0 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/69364/task/69387/stat : 69387 (fscip) S 69361 69364 59001 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 11657831 1703063552 30969 809668444160 4194304 16623229 140732228847040 0 0 0 0 0 2 1 0 0 -1 39 0 0 0 0 0 18838560 18947056 54824960 140732228854794 140732228854912 140732228854912 140732228861936 0
[pid=69364/tid=69388] ppid=69361 vsize=1663148 memory=0 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/69364/task/69388/stat : 69388 (fscip) S 69361 69364 59001 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 11657831 1703063552 30969 809668444160 4194304 16623229 140732228847040 0 0 0 0 0 2 1 0 0 -1 51 0 0 0 0 0 18838560 18947056 54824960 140732228854794 140732228854912 140732228854912 140732228861936 0
[pid=69364/tid=69389] ppid=69361 vsize=1663148 memory=0 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/69364/task/69389/stat : 69389 (fscip) S 69361 69364 59001 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 11657831 1703063552 30969 809668444160 4194304 16623229 140732228847040 0 0 0 0 0 2 1 0 0 -1 35 0 0 0 0 0 18838560 18947056 54824960 140732228854794 140732228854912 140732228854912 140732228861936 0
[pid=69364/tid=69390] ppid=69361 vsize=1663148 memory=0 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/69364/task/69390/stat : 69390 (fscip) S 69361 69364 59001 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 11657831 1703063552 30969 809668444160 4194304 16623229 140732228847040 0 0 0 0 0 2 1 0 0 -1 35 0 0 0 0 0 18838560 18947056 54824960 140732228854794 140732228854912 140732228854912 140732228861936 0
[pid=69364/tid=69391] ppid=69361 vsize=1663148 memory=0 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/69364/task/69391/stat : 69391 (fscip) S 69361 69364 59001 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 11657831 1703063552 30969 809668444160 4194304 16623229 140732228847040 0 0 0 0 0 2 1 0 0 -1 11 0 0 0 0 0 18838560 18947056 54824960 140732228854794 140732228854912 140732228854912 140732228861936 0
[pid=69364/tid=69392] ppid=69361 vsize=1663148 memory=0 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/69364/task/69392/stat : 69392 (fscip) S 69361 69364 59001 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 11657831 1703063552 30969 809668444160 4194304 16623229 140732228847040 0 0 0 0 0 2 1 0 0 -1 75 0 0 0 0 0 18838560 18947056 54824960 140732228854794 140732228854912 140732228854912 140732228861936 0
[pid=69364/tid=69393] ppid=69361 vsize=1663148 memory=0 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/69364/task/69393/stat : 69393 (fscip) S 69361 69364 59001 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 11657831 1703063552 30969 809668444160 4194304 16623229 140732228847040 0 0 0 0 0 2 1 0 0 -1 63 0 0 0 0 0 18838560 18947056 54824960 140732228854794 140732228854912 140732228854912 140732228861936 0
[pid=69364/tid=69394] ppid=69361 vsize=1663148 memory=0 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/69364/task/69394/stat : 69394 (fscip) S 69361 69364 59001 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 11657831 1703063552 30969 809668444160 4194304 16623229 140732228847040 0 0 0 0 0 2 1 0 0 -1 39 0 0 0 0 0 18838560 18947056 54824960 140732228854794 140732228854912 140732228854912 140732228861936 0
[pid=69364/tid=69395] ppid=69361 vsize=1663148 memory=0 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/69364/task/69395/stat : 69395 (fscip) S 69361 69364 59001 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 11657831 1703063552 30969 809668444160 4194304 16623229 140732228847040 0 0 0 0 0 2 1 0 0 -1 59 0 0 0 0 0 18838560 18947056 54824960 140732228854794 140732228854912 140732228854912 140732228861936 0
[pid=69364/tid=69396] ppid=69361 vsize=1663148 memory=0 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/69364/task/69396/stat : 69396 (fscip) S 69361 69364 59001 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 11657831 1703063552 30969 809668444160 4194304 16623229 140732228847040 0 0 0 0 0 2 1 0 0 -1 75 0 0 0 0 0 18838560 18947056 54824960 140732228854794 140732228854912 140732228854912 140732228861936 0
[pid=69364/tid=69397] ppid=69361 vsize=1663148 memory=0 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/69364/task/69397/stat : 69397 (fscip) S 69361 69364 59001 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 11657831 1703063552 30969 809668444160 4194304 16623229 140732228847040 0 0 0 0 0 2 1 0 0 -1 39 0 0 0 0 0 18838560 18947056 54824960 140732228854794 140732228854912 140732228854912 140732228861936 0
[pid=69364/tid=69398] ppid=69361 vsize=1663148 memory=0 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/69364/task/69398/stat : 69398 (fscip) S 69361 69364 59001 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 11657831 1703063552 30969 809668444160 4194304 16623229 140732228847040 0 0 0 0 0 2 1 0 0 -1 23 0 0 0 0 0 18838560 18947056 54824960 140732228854794 140732228854912 140732228854912 140732228861936 0

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

[pid=69364/tid=69389] ppid=69361 vsize=12780972 memory=11652012 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/69364/task/69389/stat : 69389 (fscip) S 69361 69364 59001 0 -1 1077936192 130 0 0 0 0 2 0 0 20 0 41 0 11657831 13087715328 2916960 809668444160 4194304 16623229 140732228847040 0 0 0 0 0 2 1 0 0 -1 3 0 0 0 0 0 18838560 18947056 54824960 140732228854794 140732228854912 140732228854912 140732228861936 0
[pid=69364/tid=69390] ppid=69361 vsize=12780972 memory=-7449913126651258234 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/69364/task/69390/stat : 69390 (fscip) S 69361 69364 59001 0 -1 1077936192 130 0 0 0 0 2 0 0 20 0 41 0 11657831 13087715328 2916960 809668444160 4194304 16623229 140732228847040 0 0 0 0 0 2 1 0 0 -1 35 0 0 0 0 0 18838560 18947056 54824960 140732228854794 140732228854912 140732228854912 140732228861936 0
[pid=69364/tid=69391] ppid=69361 vsize=12780972 memory=281009778337024 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/69364/task/69391/stat : 69391 (fscip) S 69361 69364 59001 0 -1 1077936192 130 0 0 0 0 2 0 0 20 0 41 0 11657831 13087715328 2916960 809668444160 4194304 16623229 140732228847040 0 0 0 0 0 2 1 0 0 -1 71 0 0 0 0 0 18838560 18947056 54824960 140732228854794 140732228854912 140732228854912 140732228861936 0
[pid=69364/tid=69392] ppid=69361 vsize=12780972 memory=198340509722 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/69364/task/69392/stat : 69392 (fscip) S 69361 69364 59001 0 -1 1077936192 130 0 0 0 0 2 0 0 20 0 41 0 11657831 13087715328 2916960 809668444160 4194304 16623229 140732228847040 0 0 0 0 0 2 1 0 0 -1 31 0 0 0 0 0 18838560 18947056 54824960 140732228854794 140732228854912 140732228854912 140732228861936 0
[pid=69364/tid=69393] ppid=69361 vsize=12780972 memory=11648736 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/69364/task/69393/stat : 69393 (fscip) S 69361 69364 59001 0 -1 1077936192 130 0 0 0 0 2 0 0 20 0 41 0 11657831 13087715328 2916960 809668444160 4194304 16623229 140732228847040 0 0 0 0 0 2 1 0 0 -1 47 0 0 0 0 0 18838560 18947056 54824960 140732228854794 140732228854912 140732228854912 140732228861936 0
[pid=69364/tid=69394] ppid=69361 vsize=12780972 memory=22377350178053763 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/69364/task/69394/stat : 69394 (fscip) S 69361 69364 59001 0 -1 1077936192 130 0 0 0 0 2 0 0 20 0 41 0 11657831 13087715328 2916960 809668444160 4194304 16623229 140732228847040 0 0 0 0 0 2 1 0 0 -1 43 0 0 0 0 0 18838560 18947056 54824960 140732228854794 140732228854912 140732228854912 140732228861936 0
[pid=69364/tid=69395] ppid=69361 vsize=12780972 memory=0 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/69364/task/69395/stat : 69395 (fscip) S 69361 69364 59001 0 -1 1077936192 130 0 0 0 0 2 0 0 20 0 41 0 11657831 13087715328 2916960 809668444160 4194304 16623229 140732228847040 0 0 0 0 0 2 1 0 0 -1 3 0 0 0 0 0 18838560 18947056 54824960 140732228854794 140732228854912 140732228854912 140732228861936 0
[pid=69364/tid=69396] ppid=69361 vsize=12780972 memory=7234305347365065049 CPUtime=0.03 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/69364/task/69396/stat : 69396 (fscip) S 69361 69364 59001 0 -1 1077936192 130 0 0 0 1 2 0 0 20 0 41 0 11657831 13087715328 2916960 809668444160 4194304 16623229 140732228847040 0 0 0 0 0 2 1 0 0 -1 23 0 0 0 0 0 18838560 18947056 54824960 140732228854794 140732228854912 140732228854912 140732228861936 0
[pid=69364/tid=69397] ppid=69361 vsize=12780972 memory=5859291143859359824 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/69364/task/69397/stat : 69397 (fscip) S 69361 69364 59001 0 -1 1077936192 130 0 0 0 0 2 0 0 20 0 41 0 11657831 13087715328 2916960 809668444160 4194304 16623229 140732228847040 0 0 0 0 0 2 1 0 0 -1 3 0 0 0 0 0 18838560 18947056 54824960 140732228854794 140732228854912 140732228854912 140732228861936 0
[pid=69364/tid=69398] ppid=69361 vsize=12780972 memory=11667836 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/69364/task/69398/stat : 69398 (fscip) S 69361 69364 59001 0 -1 1077936192 131 0 0 0 0 2 0 0 20 0 41 0 11657831 13087715328 2916960 809668444160 4194304 16623229 140732228847040 0 0 0 0 0 2 1 0 0 -1 11 0 0 0 0 0 18838560 18947056 54824960 140732228854794 140732228854912 140732228854912 140732228861936 0
[pid=69364/tid=69399] ppid=69361 vsize=12780972 memory=12216 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/69364/task/69399/stat : 69399 (fscip) S 69361 69364 59001 0 -1 1077936192 130 0 0 0 0 2 0 0 20 0 41 0 11657831 13087715328 2916960 809668444160 4194304 16623229 140732228847040 0 0 0 0 0 2 1 0 0 -1 59 0 0 0 0 0 18838560 18947056 54824960 140732228854794 140732228854912 140732228854912 140732228861936 0
[pid=69364/tid=69400] ppid=69361 vsize=12780972 memory=12224 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/69364/task/69400/stat : 69400 (fscip) S 69361 69364 59001 0 -1 1077936192 130 0 0 0 0 2 0 0 20 0 41 0 11657831 13087715328 2916960 809668444160 4194304 16623229 140732228847040 0 0 0 0 0 2 1 0 0 -1 39 0 0 0 0 0 18838560 18947056 54824960 140732228854794 140732228854912 140732228854912 140732228861936 0
[pid=69364/tid=69401] ppid=69361 vsize=12780972 memory=11666372 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/69364/task/69401/stat : 69401 (fscip) S 69361 69364 59001 0 -1 1077936192 130 0 0 0 0 2 0 0 20 0 41 0 11657831 13087715328 2916960 809668444160 4194304 16623229 140732228847040 0 0 0 0 0 2 1 0 0 -1 63 0 0 0 0 0 18838560 18947056 54824960 140732228854794 140732228854912 140732228854912 140732228861936 0
[pid=69364/tid=69402] ppid=69361 vsize=12780972 memory=11440 CPUtime=0.03 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/69364/task/69402/stat : 69402 (fscip) S 69361 69364 59001 0 -1 1077936192 130 0 0 0 1 2 0 0 20 0 41 0 11657831 13087715328 2916960 809668444160 4194304 16623229 140732228847040 0 0 0 0 0 2 1 0 0 -1 7 0 0 0 0 0 18838560 18947056 54824960 140732228854794 140732228854912 140732228854912 140732228861936 0
[pid=69364/tid=69403] ppid=69361 vsize=12780972 memory=15520 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/69364/task/69403/stat : 69403 (fscip) S 69361 69364 59001 0 -1 1077936192 130 0 0 0 0 2 0 0 20 0 41 0 11657831 13087715328 2916960 809668444160 4194304 16623229 140732228847040 0 0 0 0 0 2 1 0 0 -1 59 0 0 0 0 0 18838560 18947056 54824960 140732228854794 140732228854912 140732228854912 140732228861936 0
[pid=69364/tid=69404] ppid=69361 vsize=12780972 memory=26988 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/69364/task/69404/stat : 69404 (fscip) S 69361 69364 59001 0 -1 1077936192 130 0 0 0 0 2 0 0 20 0 41 0 11657831 13087715328 2916960 809668444160 4194304 16623229 140732228847040 0 0 0 0 0 2 1 0 0 -1 47 0 0 0 0 0 18838560 18947056 54824960 140732228854794 140732228854912 140732228854912 140732228861936 0
[pid=69364/tid=69405] ppid=69361 vsize=12780972 memory=3776 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/69364/task/69405/stat : 69405 (fscip) S 69361 69364 59001 0 -1 1077936192 130 0 0 0 0 2 0 0 20 0 41 0 11657831 13087715328 2916960 809668444160 4194304 16623229 140732228847040 0 0 0 0 0 2 1 0 0 -1 59 0 0 0 0 0 18838560 18947056 54824960 140732228854794 140732228854912 140732228854912 140732228861936 0
Current children cumulated CPU time: 71635.3 s
Current children cumulated vsize: 12780972 KiB
Current children cumulated memory: 11667840 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3660.8 s]
/proc/loadavg: 40.04 40.79 50.75 41/933 71420
/proc/meminfo: memFree=750220168/790760804 swapFree=131071996/131071996
[pid=69364] ppid=69361 vsize=12787416 memory=11686316 CPUtime=72000.8 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/69364/stat : 69364 (fscip) S 69361 69364 59001 0 -1 1077936128 84126842 0 0 0 7048095 151987 0 0 20 0 41 0 11657827 13094313984 2921579 809668444160 4194304 16623229 140732228847040 0 0 0 0 0 2 0 0 0 17 3 0 0 0 0 0 18838560 18947056 54824960 140732228854794 140732228854912 140732228854912 140732228861936 0
/proc/69364/statm: 3196854 2921579 3014 3035 0 3023341 0
[pid=69364/tid=69366] ppid=69361 vsize=12787416 memory=10544 CPUtime=3594.3 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/69364/task/69366/stat : 69366 (fscip) R 69361 69364 59001 0 -1 4194368 6970124 0 0 0 351883 7547 0 0 20 0 41 0 11657827 13094313984 2921579 809668444160 4194304 16623229 140732228847040 0 0 0 0 0 2 0 0 0 -1 31 0 0 0 0 0 18838560 18947056 54824960 140732228854794 140732228854912 140732228854912 140732228861936 0
[pid=69364/tid=69367] ppid=69361 vsize=12787416 memory=28152 CPUtime=3611.96 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/69364/task/69367/stat : 69367 (fscip) R 69361 69364 59001 0 -1 4194368 4284425 0 0 0 356216 4980 0 0 20 0 41 0 11657827 13094313984 2921579 809668444160 4194304 16623229 140732228847040 0 0 0 0 0 2 0 0 0 -1 43 0 0 0 0 0 18838560 18947056 54824960 140732228854794 140732228854912 140732228854912 140732228861936 0
[pid=69364/tid=69368] ppid=69361 vsize=12787416 memory=33696 CPUtime=3591.27 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/69364/task/69368/stat : 69368 (fscip) R 69361 69364 59001 0 -1 4194368 94646 0 0 0 348908 10219 0 0 20 0 41 0 11657827 13094313984 2921579 809668444160 4194304 16623229 140732228847040 0 0 0 0 0 2 0 0 0 -1 19 0 0 0 0 0 18838560 18947056 54824960 140732228854794 140732228854912 140732228854912 140732228861936 0
[pid=69364/tid=69369] ppid=69361 vsize=12787416 memory=63152 CPUtime=3599.03 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/69364/task/69369/stat : 69369 (fscip) R 69361 69364 59001 0 -1 4194368 7241918 0 0 0 352535 7368 0 0 20 0 41 0 11657827 13094313984 2921579 809668444160 4194304 16623229 140732228847040 0 0 0 0 0 2 0 0 0 -1 67 0 0 0 0 0 18838560 18947056 54824960 140732228854794 140732228854912 140732228854912 140732228861936 0
[pid=69364/tid=69370] ppid=69361 vsize=12787416 memory=11440 CPUtime=3611.97 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/69364/task/69370/stat : 69370 (fscip) R 69361 69364 59001 0 -1 4194368 5171029 0 0 0 355951 5246 0 0 20 0 41 0 11657827 13094313984 2921579 809668444160 4194304 16623229 140732228847040 0 0 0 0 0 2 0 0 0 -1 27 0 0 0 0 0 18838560 18947056 54824960 140732228854794 140732228854912 140732228854912 140732228861936 0
[pid=69364/tid=69371] ppid=69361 vsize=12787416 memory=15520 CPUtime=3589.26 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/69364/task/69371/stat : 69371 (fscip) R 69361 69364 59001 0 -1 4194368 93597 0 0 0 348269 10657 0 0 20 0 41 0 11657827 13094313984 2921579 809668444160 4194304 16623229 140732228847040 0 0 0 0 0 2 0 0 0 -1 11 0 0 0 0 0 18838560 18947056 54824960 140732228854794 140732228854912 140732228854912 140732228861936 0
[pid=69364/tid=69372] ppid=69361 vsize=12787416 memory=10544 CPUtime=3596.4 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/69364/task/69372/stat : 69372 (fscip) R 69361 69364 59001 0 -1 4194368 7567757 0 0 0 351879 7761 0 0 20 0 41 0 11657827 13094313984 2921579 809668444160 4194304 16623229 140732228847040 0 0 0 0 0 2 0 0 0 -1 7 0 0 0 0 0 18838560 18947056 54824960 140732228854794 140732228854912 140732228854912 140732228861936 0
[pid=69364/tid=69373] ppid=69361 vsize=12787416 memory=25333125866717268 CPUtime=3612.44 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/69364/task/69373/stat : 69373 (fscip) R 69361 69364 59001 0 -1 1077936192 5358966 0 0 0 356035 5209 0 0 20 0 41 0 11657827 13094313984 2921579 809668444160 4194304 16623229 140732228847040 0 0 0 0 0 2 0 0 0 -1 79 0 0 0 0 0 18838560 18947056 54824960 140732228854794 140732228854912 140732228854912 140732228861936 0
[pid=69364/tid=69374] ppid=69361 vsize=12787416 memory=0 CPUtime=3591.96 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/69364/task/69374/stat : 69374 (fscip) R 69361 69364 59001 0 -1 4194368 94305 0 0 0 348538 10658 0 0 20 0 41 0 11657827 13094313984 2921579 809668444160 4194304 16623229 140732228847040 0 0 0 0 0 2 0 0 0 -1 23 0 0 0 0 0 18838560 18947056 54824960 140732228854794 140732228854912 140732228854912 140732228861936 0
[pid=69364/tid=69375] ppid=69361 vsize=12787416 memory=7308332097942022763 CPUtime=3594.43 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/69364/task/69375/stat : 69375 (fscip) R 69361 69364 59001 0 -1 4194368 6175889 0 0 0 351798 7645 0 0 20 0 41 0 11657827 13094313984 2921579 809668444160 4194304 16623229 140732228847040 0 0 0 0 0 2 0 0 0 -1 63 0 0 0 0 0 18838560 18947056 54824960 140732228854794 140732228854912 140732228854912 140732228861936 0
[pid=69364/tid=69376] ppid=69361 vsize=12787416 memory=0 CPUtime=3612.51 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/69364/task/69376/stat : 69376 (fscip) R 69361 69364 59001 0 -1 4194368 3919761 0 0 0 356261 4990 0 0 20 0 41 0 11657827 13094313984 2921579 809668444160 4194304 16623229 140732228847040 0 0 0 0 0 2 0 0 0 -1 35 0 0 0 0 0 18838560 18947056 54824960 140732228854794 140732228854912 140732228854912 140732228861936 0
[pid=69364/tid=69377] ppid=69361 vsize=12787416 memory=11652012 CPUtime=3587.94 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/69364/task/69377/stat : 69377 (fscip) R 69361 69364 59001 0 -1 4194368 93341 0 0 0 348143 10651 0 0 20 0 41 0 11657827 13094313984 2921579 809668444160 4194304 16623229 140732228847040 0 0 0 0 0 2 0 0 0 -1 71 0 0 0 0 0 18838560 18947056 54824960 140732228854794 140732228854912 140732228854912 140732228861936 0
[pid=69364/tid=69378] ppid=69361 vsize=12787416 memory=11649776 CPUtime=3599.44 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/69364/task/69378/stat : 69378 (fscip) R 69361 69364 59001 0 -1 4194368 7379973 0 0 0 352685 7259 0 0 20 0 41 0 11657827 13094313984 2921579 809668444160 4194304 16623229 140732228847040 0 0 0 0 0 2 0 0 0 -1 59 0 0 0 0 0 18838560 18947056 54824960 140732228854794 140732228854912 140732228854912 140732228861936 0
[pid=69364/tid=69379] ppid=69361 vsize=12787416 memory=-7449913126651258234 CPUtime=3610.88 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/69364/task/69379/stat : 69379 (fscip) R 69361 69364 59001 0 -1 4194368 5406117 0 0 0 356020 5068 0 0 20 0 41 0 11657827 13094313984 2921579 809668444160 4194304 16623229 140732228847040 0 0 0 0 0 2 0 0 0 -1 47 0 0 0 0 0 18838560 18947056 54824960 140732228854794 140732228854912 140732228854912 140732228861936 0
[pid=69364/tid=69380] ppid=69361 vsize=12787416 memory=11440 CPUtime=3590.38 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/69364/task/69380/stat : 69380 (fscip) R 69361 69364 59001 0 -1 4194368 93799 0 0 0 348163 10875 0 0 20 0 41 0 11657827 13094313984 2921579 809668444160 4194304 16623229 140732228847040 0 0 0 0 0 2 0 0 0 -1 75 0 0 0 0 0 18838560 18947056 54824960 140732228854794 140732228854912 140732228854912 140732228861936 0
[pid=69364/tid=69381] ppid=69361 vsize=12787416 memory=15520 CPUtime=3597.86 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/69364/task/69381/stat : 69381 (fscip) R 69361 69364 59001 0 -1 4194368 7068412 0 0 0 352477 7309 0 0 20 0 41 0 11657827 13094313984 2921579 809668444160 4194304 16623229 140732228847040 0 0 0 0 0 2 0 0 0 -1 15 0 0 0 0 0 18838560 18947056 54824960 140732228854794 140732228854912 140732228854912 140732228861936 0
[pid=69364/tid=69382] ppid=69361 vsize=12787416 memory=10544 CPUtime=3610.42 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/69364/task/69382/stat : 69382 (fscip) R 69361 69364 59001 0 -1 4194368 4755900 0 0 0 355837 5205 0 0 20 0 41 0 11657827 13094313984 2921579 809668444160 4194304 16623229 140732228847040 0 0 0 0 0 2 0 0 0 -1 39 0 0 0 0 0 18838560 18947056 54824960 140732228854794 140732228854912 140732228854912 140732228861936 0
[pid=69364/tid=69383] ppid=69361 vsize=12787416 memory=7068 CPUtime=3587.87 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/69364/task/69383/stat : 69383 (fscip) R 69361 69364 59001 0 -1 4194368 93826 0 0 0 348126 10661 0 0 20 0 41 0 11657827 13094313984 2921579 809668444160 4194304 16623229 140732228847040 0 0 0 0 0 2 0 0 0 -1 3 0 0 0 0 0 18838560 18947056 54824960 140732228854794 140732228854912 140732228854912 140732228861936 0
[pid=69364/tid=69384] ppid=69361 vsize=12787416 memory=36300 CPUtime=3597.04 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/69364/task/69384/stat : 69384 (fscip) R 69361 69364 59001 0 -1 4194368 6757987 0 0 0 352135 7569 0 0 20 0 41 0 11657827 13094313984 2921579 809668444160 4194304 16623229 140732228847040 0 0 0 0 0 2 0 0 0 -1 55 0 0 0 0 0 18838560 18947056 54824960 140732228854794 140732228854912 140732228854912 140732228861936 0
[pid=69364/tid=69385] ppid=69361 vsize=12787416 memory=4688 CPUtime=3611.27 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/69364/task/69385/stat : 69385 (fscip) R 69361 69364 59001 0 -1 4194368 5500360 0 0 0 356094 5033 0 0 20 0 41 0 11657827 13094313984 2921579 809668444160 4194304 16623229 140732228847040 0 0 0 0 0 2 0 0 0 -1 51 0 0 0 0 0 18838560 18947056 54824960 140732228854794 140732228854912 140732228854912 140732228861936 0
[pid=69364/tid=69386] ppid=69361 vsize=12787416 memory=20660 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/69364/task/69386/stat : 69386 (fscip) S 69361 69364 59001 0 -1 1077936192 65 0 0 0 0 2 0 0 20 0 41 0 11657831 13094313984 2921579 809668444160 4194304 16623229 140732228847040 0 0 0 0 0 2 1 0 0 -1 63 0 0 0 0 0 18838560 18947056 54824960 140732228854794 140732228854912 140732228854912 140732228861936 0
[pid=69364/tid=69387] ppid=69361 vsize=12787416 memory=-7449913126651258234 CPUtime=0.03 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/69364/task/69387/stat : 69387 (fscip) S 69361 69364 59001 0 -1 1077936192 66 0 0 0 0 3 0 0 20 0 41 0 11657831 13094313984 2921579 809668444160 4194304 16623229 140732228847040 0 0 0 0 0 2 1 0 0 -1 75 0 0 0 0 0 18838560 18947056 54824960 140732228854794 140732228854912 140732228854912 140732228861936 0
[pid=69364/tid=69388] ppid=69361 vsize=12787416 memory=8478564869569871514 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/69364/task/69388/stat : 69388 (fscip) S 69361 69364 59001 0 -1 1077936192 130 0 0 0 0 2 0 0 20 0 41 0 11657831 13094313984 2921579 809668444160 4194304 16623229 140732228847040 0 0 0 0 0 2 1 0 0 -1 19 0 0 0 0 0 18838560 18947056 54824960 140732228854794 140732228854912 140732228854912 140732228861936 0
[pid=69364/tid=69389] ppid=69361 vsize=12787416 memory=6150036284047205761 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/69364/task/69389/stat : 69389 (fscip) S 69361 69364 59001 0 -1 1077936192 130 0 0 0 0 2 0 0 20 0 41 0 11657831 13094313984 2921579 809668444160 4194304 16623229 140732228847040 0 0 0 0 0 2 1 0 0 -1 27 0 0 0 0 0 18838560 18947056 54824960 140732228854794 140732228854912 140732228854912 140732228861936 0
[pid=69364/tid=69390] ppid=69361 vsize=12787416 memory=-9174445032661854264 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/69364/task/69390/stat : 69390 (fscip) S 69361 69364 59001 0 -1 1077936192 130 0 0 0 0 2 0 0 20 0 41 0 11657831 13094313984 2921579 809668444160 4194304 16623229 140732228847040 0 0 0 0 0 2 1 0 0 -1 35 0 0 0 0 0 18838560 18947056 54824960 140732228854794 140732228854912 140732228854912 140732228861936 0
[pid=69364/tid=69391] ppid=69361 vsize=12787416 memory=3300 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/69364/task/69391/stat : 69391 (fscip) S 69361 69364 59001 0 -1 1077936192 130 0 0 0 0 2 0 0 20 0 41 0 11657831 13094313984 2921579 809668444160 4194304 16623229 140732228847040 0 0 0 0 0 2 1 0 0 -1 3 0 0 0 0 0 18838560 18947056 54824960 140732228854794 140732228854912 140732228854912 140732228861936 0
[pid=69364/tid=69392] ppid=69361 vsize=12787416 memory=11663988 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/69364/task/69392/stat : 69392 (fscip) S 69361 69364 59001 0 -1 1077936192 130 0 0 0 0 2 0 0 20 0 41 0 11657831 13094313984 2921579 809668444160 4194304 16623229 140732228847040 0 0 0 0 0 2 1 0 0 -1 31 0 0 0 0 0 18838560 18947056 54824960 140732228854794 140732228854912 140732228854912 140732228861936 0
[pid=69364/tid=69393] ppid=69361 vsize=12787416 memory=1668 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/69364/task/69393/stat : 69393 (fscip) S 69361 69364 59001 0 -1 1077936192 130 0 0 0 0 2 0 0 20 0 41 0 11657831 13094313984 2921579 809668444160 4194304 16623229 140732228847040 0 0 0 0 0 2 1 0 0 -1 47 0 0 0 0 0 18838560 18947056 54824960 140732228854794 140732228854912 140732228854912 140732228861936 0
[pid=69364/tid=69394] ppid=69361 vsize=12787416 memory=11662988 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/69364/task/69394/stat : 69394 (fscip) S 69361 69364 59001 0 -1 1077936192 130 0 0 0 0 2 0 0 20 0 41 0 11657831 13094313984 2921579 809668444160 4194304 16623229 140732228847040 0 0 0 0 0 2 1 0 0 -1 43 0 0 0 0 0 18838560 18947056 54824960 140732228854794 140732228854912 140732228854912 140732228861936 0
[pid=69364/tid=69395] ppid=69361 vsize=12787416 memory=-7449913126651258234 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/69364/task/69395/stat : 69395 (fscip) S 69361 69364 59001 0 -1 1077936192 130 0 0 0 0 2 0 0 20 0 41 0 11657831 13094313984 2921579 809668444160 4194304 16623229 140732228847040 0 0 0 0 0 2 1 0 0 -1 19 0 0 0 0 0 18838560 18947056 54824960 140732228854794 140732228854912 140732228854912 140732228861936 0
[pid=69364/tid=69396] ppid=69361 vsize=12787416 memory=3300 CPUtime=0.03 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/69364/task/69396/stat : 69396 (fscip) S 69361 69364 59001 0 -1 1077936192 130 0 0 0 1 2 0 0 20 0 41 0 11657831 13094313984 2921579 809668444160 4194304 16623229 140732228847040 0 0 0 0 0 2 1 0 0 -1 51 0 0 0 0 0 18838560 18947056 54824960 140732228854794 140732228854912 140732228854912 140732228861936 0
[pid=69364/tid=69397] ppid=69361 vsize=12787416 memory=2264 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/69364/task/69397/stat : 69397 (fscip) S 69361 69364 59001 0 -1 1077936192 130 0 0 0 0 2 0 0 20 0 41 0 11657831 13094313984 2921579 809668444160 4194304 16623229 140732228847040 0 0 0 0 0 2 1 0 0 -1 27 0 0 0 0 0 18838560 18947056 54824960 140732228854794 140732228854912 140732228854912 140732228861936 0
[pid=69364/tid=69398] ppid=69361 vsize=12787416 memory=1668 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/69364/task/69398/stat : 69398 (fscip) S 69361 69364 59001 0 -1 1077936192 131 0 0 0 0 2 0 0 20 0 41 0 11657831 13094313984 2921579 809668444160 4194304 16623229 140732228847040 0 0 0 0 0 2 1 0 0 -1 19 0 0 0 0 0 18838560 18947056 54824960 140732228854794 140732228854912 140732228854912 140732228861936 0
[pid=69364/tid=69399] ppid=69361 vsize=12787416 memory=5512 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/69364/task/69399/stat : 69399 (fscip) S 69361 69364 59001 0 -1 1077936192 130 0 0 0 0 2 0 0 20 0 41 0 11657831 13094313984 2921579 809668444160 4194304 16623229 140732228847040 0 0 0 0 0 2 1 0 0 -1 59 0 0 0 0 0 18838560 18947056 54824960 140732228854794 140732228854912 140732228854912 140732228861936 0
[pid=69364/tid=69400] ppid=69361 vsize=12787416 memory=15776 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/69364/task/69400/stat : 69400 (fscip) S 69361 69364 59001 0 -1 1077936192 130 0 0 0 0 2 0 0 20 0 41 0 11657831 13094313984 2921579 809668444160 4194304 16623229 140732228847040 0 0 0 0 0 2 1 0 0 -1 39 0 0 0 0 0 18838560 18947056 54824960 140732228854794 140732228854912 140732228854912 140732228861936 0
[pid=69364/tid=69401] ppid=69361 vsize=12787416 memory=11626628 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/69364/task/69401/stat : 69401 (fscip) S 69361 69364 59001 0 -1 1077936192 130 0 0 0 0 2 0 0 20 0 41 0 11657831 13094313984 2921579 809668444160 4194304 16623229 140732228847040 0 0 0 0 0 2 1 0 0 -1 63 0 0 0 0 0 18838560 18947056 54824960 140732228854794 140732228854912 140732228854912 140732228861936 0
[pid=69364/tid=69402] ppid=69361 vsize=12787416 memory=11624180 CPUtime=0.03 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/69364/task/69402/stat : 69402 (fscip) S 69361 69364 59001 0 -1 1077936192 130 0 0 0 1 2 0 0 20 0 41 0 11657831 13094313984 2921579 809668444160 4194304 16623229 140732228847040 0 0 0 0 0 2 1 0 0 -1 7 0 0 0 0 0 18838560 18947056 54824960 140732228854794 140732228854912 140732228854912 140732228861936 0
[pid=69364/tid=69403] ppid=69361 vsize=12787416 memory=-7449913126651258234 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/69364/task/69403/stat : 69403 (fscip) S 69361 69364 59001 0 -1 1077936192 130 0 0 0 0 2 0 0 20 0 41 0 11657831 13094313984 2921579 809668444160 4194304 16623229 140732228847040 0 0 0 0 0 2 1 0 0 -1 63 0 0 0 0 0 18838560 18947056 54824960 140732228854794 140732228854912 140732228854912 140732228861936 0
[pid=69364/tid=69404] ppid=69361 vsize=12787416 memory=26988 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/69364/task/69404/stat : 69404 (fscip) S 69361 69364 59001 0 -1 1077936192 130 0 0 0 0 2 0 0 20 0 41 0 11657831 13094313984 2921579 809668444160 4194304 16623229 140732228847040 0 0 0 0 0 2 1 0 0 -1 47 0 0 0 0 0 18838560 18947056 54824960 140732228854794 140732228854912 140732228854912 140732228861936 0
[pid=69364/tid=69405] ppid=69361 vsize=12787416 memory=3776 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/69364/task/69405/stat : 69405 (fscip) S 69361 69364 59001 0 -1 1077936192 130 0 0 0 0 2 0 0 20 0 41 0 11657831 13094313984 2921579 809668444160 4194304 16623229 140732228847040 0 0 0 0 0 2 1 0 0 -1 59 0 0 0 0 0 18838560 18947056 54824960 140732228854794 140732228854912 140732228854912 140732228861936 0
Current children cumulated CPU time: 72000.8 s
Current children cumulated vsize: 12787416 KiB
Current children cumulated memory: 11686316 KiB

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

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

# cumulated CPU time of all completed processes:  user=70481.2 s, system=1520.19 s

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

[startup+3661.02 s]*
/proc/loadavg: 40.04 40.78 50.69 22/894 71420
/proc/meminfo: memFree=758331796/790760804 swapFree=131071996/131071996
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

[startup+3661.12 s]
/proc/loadavg: 40.04 40.78 50.69 22/894 71420
/proc/meminfo: memFree=758331796/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): 3661.13
CPU time (s): 72001.4
CPU user time (s): 70481.2
CPU system time (s): 1520.19
CPU usage (%): 1966.65
Max. virtual memory (cumulated for all children) (KiB): 12787416
Max. memory (cumulated for all children) (KiB): 11686316

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 70481.2
system time used= 1520.19
maximum resident set size= 11686316
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 84127226
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= 56631157
involuntary context switches= 195994


# summary of solver processes directly reported to runsolver:
#   pid: 69364
#   total CPU time (s): 72001.4
#   total CPU user time (s): 70481.2
#   total CPU system time (s): 1520.19

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 29.2618 second user time and 74.2123 second system time

The end

Launcher Data

Begin job on nodeD105 at 2024-07-31 20:32:27
IDJOB=4465240
IDBENCH=147576
IDSOLVER=3094
FILE ID=nodeD105/4465240-1722450747
RUNJOBID= nodeD105-1722441596-59014
SLURM_JOB_ID= 8254235
Free space on /tmp= 8622788 MiB

SOLVER NAME= FiberSCIP 20 cores, 2024-07-30
BENCH NAME= PB24/normalized-PB06/OPT-LIN/submitted-PB06/manquiho/market-split/normalized-market-split_5_40_2.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-4465240-1722450747/watcher-4465240-1722450747 -o /tmp/evaluation-result-4465240-1722450747/solver-4465240-1722450747 -C 72000 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeD105-1722441596-59014 --watchdog 3760  ./fscip settings/racing.prm HOME/instance-4465240-1722450747.opb -qsol -t 72000 -sth 20

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

MD5SUM BENCH= 52024caa2fcec9d840e113a681eace59
RANDOM SEED=474786163

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		: 2859.035
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		: 2971.192
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		: 3166.912
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		: 2107.381
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		: 2858.919
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		: 2975.475
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		: 3166.841
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		: 3562.169
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		: 2847.908
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		: 2969.833
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		: 3165.196
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		: 3065.926
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		: 2855.869
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		: 2967.198
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		: 3166.801
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		: 3457.911
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		: 2857.123
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		: 2974.879
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		: 3166.789
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		: 2409.442
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		: 2858.463
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		: 2972.772
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		: 3166.779
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		: 2473.968
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		: 2858.993
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		: 2975.831
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		: 3166.764
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		: 3391.731
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		: 2855.212
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		: 2970.429
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		: 3166.755
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		: 1119.727
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		: 2859.131
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		: 2975.985
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		: 3166.740
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		: 2628.969
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		: 2859.222
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		: 2976.539
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		: 2980.082
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		: 2633.541
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		: 2857.085
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		: 2976.180
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		: 3166.695
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		: 2625.235
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		: 2858.799
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		: 2968.246
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		: 3166.675
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		: 2635.553
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		: 2859.489
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		: 2976.376
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		: 3166.654
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		: 2629.584
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		: 2859.018
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		: 2962.952
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		: 3156.788
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		: 2628.133
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		: 2848.082
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		: 2969.518
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		: 2993.176
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		: 1989.188
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		: 2844.626
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		: 2964.131
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		: 3166.581
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		: 2665.168
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		: 2855.605
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		: 2976.779
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		: 3166.553
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		: 2647.419
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		: 2850.915
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		: 2921.898
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.539
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		: 2659.032
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		: 2860.032
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		: 2969.647
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		: 2921.052
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		: 2187.409
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		: 2859.455
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		: 2916.929
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		: 3166.491
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		: 1887.008
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:        755903248 kB
MemAvailable:   754200616 kB
Buffers:          147708 kB
Cached:          1315712 kB
SwapCached:            0 kB
Active:           353404 kB
Inactive:       32082108 kB
Active(anon):       2168 kB
Inactive(anon): 30992424 kB
Active(file):     351236 kB
Inactive(file):  1089684 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:             28312 kB
Writeback:            80 kB
AnonPages:      30970176 kB
Mapped:           126736 kB
Shmem:             22536 kB
KReclaimable:     141484 kB
Slab:             476068 kB
SReclaimable:     141484 kB
SUnreclaim:       334584 kB
KernelStack:       16864 kB
PageTables:        83880 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    526452396 kB
Committed_AS:    5223672 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:           195840 kB
HardwareCorrupted:     0 kB
AnonHugePages:   3772416 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:      473088 kB
DirectMap2M:    53501952 kB
DirectMap1G:    751828992 kB

Free space on /tmp at the end= 8622864 MiB
End job on nodeD105 at 2024-07-31 21:33:28