Trace number 4465725

Some explanations

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

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

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

Solver answer on this benchmark

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

General information on the benchmark

NamePB24/normalized-PB15eval/DEC-LIN/ECGRID-FromCNF/
normalized-ECgrid5x80split.cnf-extracted.pb.metafix.opb
MD5SUM1a042d5fcb76a110c048c575a59fde0e
Bench CategoryDEC-LIN (decision problem, linear constraints, no UNSAT certificate)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark23.1617
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables801
Total number of constraints1118
Number of constraints which are clauses2
Number of constraints which are cardinality constraints (but not clauses)1116
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint4
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 2
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 6
Number of bits of the biggest sum of numbers3
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.00	c The following solver is parallelized by UG version 1.0.0 [GitHash: e6e2b6ff-dirty]
0.00/0.00	c SCIP version 10.0.0 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: Soplex 7.1.1] [GitHash: 020d91813d]
0.00/0.00	c Copyright (c) 2002-2024 Zuse Institute Berlin (ZIB)
0.00/0.00	c External libraries: 
0.00/0.00	c   Soplex 7.1.1         Linear Programming Solver developed at Zuse Institute Berlin (soplex.zib.de) [GitHash: b4905e82]
0.00/0.00	c   CppAD 20180000.0     Algorithmic Differentiation of C++ algorithms developed by B. Bell (github.com/coin-or/CppAD)
0.00/0.00	c   AMPL/MP 690e9e7      AMPL .nl file reader library (github.com/ampl/mp)
0.00/0.00	c   PaPILO 2.4.0         parallel presolve for integer and linear optimization (github.com/scipopt/papilo)
0.00/0.00	c   Nauty 2.8.8          Computing Graph Automorphism Groups by Brendan D. McKay (users.cecs.anu.edu.au/~bdm/nauty)
0.00/0.00	c   sassy 1.1            Symmetry preprocessor by Markus Anders (github.com/markusa4/sassy)
0.00/0.00	c Default LC presolving (default).
0.00/0.00	c ** Before presolving: virtualMemUsedAtLc = 25853952, getVmSize() = 25853952, SCIPgetMemUsed() = 3547356, SCIPgetMemTotal() = 4308540, SCIPgetMemExternEstim() = 1798769
0.00/0.00	c ** set memory limit for presolving in LC to 8.79601e+12 for SCIP **
0.00/0.01	c ** Estimated virtualMemUsedAtSolver = 17544142, getVmSize() = 35561472, SCIPgetMemUsed() = 8427248, SCIPgetMemTotal() = 12795744, SCIPgetMemExternEstim() = 1798769
0.00/0.01	c ** set memory limit for solvers to 4.18856e+11 for each SCIP **
0.00/0.01	c Original Problem   :
0.00/0.01	c   Problem name     : instance-4465725-1722558368
0.00/0.01	c   Variables        : 801 (801 binary, 0 integer, 0 implicit integer, 0 continuous)
0.00/0.01	c   Constraints      : 1118
0.00/0.01	c   Objective sense  : minimize
0.00/0.01	c Presolved Problem  :
0.00/0.01	c   Variables        : 800 (800 binary, 0 integer, 0 implicit integer, 0 continuous)
0.00/0.01	c   Constraints      : 400
0.00/0.01	c Constraints        : Number
0.00/0.01	c   linear           : 400 
0.00/0.01	c ** Instance transfer method used: 0
0.00/0.02	c ** ParaScipInstance copy does not increase the number of variables. **
0.00/0.07	c LC is working with racing ramp-up and with rebuilding tree after racing.
0.00/0.07	c                                Nodes    Active                                            
0.00/0.07	c      Time          Nodes        Left   Solvers     Best Integer        Best Node        Gap     Best Node(S)     Gap(S)
99.17/5.14	c         5          70496         184        20                -           0.0000          -
197.89/10.19	c        10         189949         144        20                -           0.0000          -
298.06/15.24	c        15         217424         124        20                -           0.0000          -
397.06/20.29	c        20         428533         136        20                -           0.0000          -
497.89/25.34	c        25         419441         122        20                -           0.0000          -
596.78/30.39	c        30         499017         119        20                -           0.0000          -
697.68/35.43	c        35         694494          98        20                -           0.0000          -
796.58/40.49	c        40         795718         100        20                -           0.0000          -
897.60/45.53	c        46         899033         102        20                -           0.0000          -
996.35/50.58	c        51         960234         174        20                -           0.0000          -
1095.44/55.60	c        56        1148442          98        20                -           0.0000          -
1196.22/60.62	c        61        1255910         197        20                -           0.0000          -
1295.04/65.68	c        66        1327640         199        20                -           0.0000          -
1395.76/70.77	c        71        1396536         124        20                -           0.0000          -
1494.64/75.78	c        76        1325485         133        20                -           0.0000          -
1595.53/80.85	c        81        1548132         152        20                -           0.0000          -
1696.41/85.93	c        86        1520945         127        20                -           0.0000          -
1795.28/90.98	c        91        1817736         148        20                -           0.0000          -
1896.75/96.03	c        96        1692095         127        20                -           0.0000          -
1995.48/101.08	c       101        1868671         162        20                -           0.0000          -
2094.41/106.09	c       106        1964260         163        20                -           0.0000          -
2195.25/111.18	c       111        2374382         151        20                -           0.0000          -
2295.57/116.23	c       116        2108252         132        20                -           0.0000          -
2394.38/121.28	c       121        2667785         149        20                -           0.0000          -
2495.16/126.33	c       126        2305257         126        20                -           0.0000          -
2593.87/131.37	c       131        2962254         151        20                -           0.0000          -
2694.70/136.42	c       136        2402381         164        20                -           0.0000          -
2793.72/141.47	c       141        3251482         156        20                -           0.0000          -
2894.58/146.52	c       147        3402255         151        20                -           0.0000          -
2993.35/151.57	c       152        3552838         152        20                -           0.0000          -
3094.22/156.62	c       157        3703356         150        20                -           0.0000          -
3193.16/161.67	c       162        3854886         150        20                -           0.0000          -
3293.92/166.72	c       167        2858731         166        20                -           0.0000          -
3392.88/171.77	c       172        2924784         167        20                -           0.0000          -
3493.91/176.82	c       177        4312804         146        20                -           0.0000          -
3592.76/181.87	c       182        4463753         153        20                -           0.0000          -
3693.51/186.92	c       187        4614890         150        20                -           0.0000          -
3792.22/191.97	c       192        4765749         149        20                -           0.0000          -
3891.09/197.00	c       197        3651857         124        20                -           0.0000          -
3992.35/202.08	c       202        5068377         151        20                -           0.0000          -
4091.06/207.12	c       207        5214676         150        20                -           0.0000          -
4191.86/212.15	c       212        3921046         127        20                -           0.0000          -
4292.25/217.20	c       217        4015298         119        20                -           0.0000          -
4391.02/222.27	c       222        5669469         149        20                -           0.0000          -
4491.70/227.33	c       227        5819394         150        20                -           0.0000          -
4590.43/232.37	c       232        5964966         150        20                -           0.0000          -
4691.40/237.42	c       237        6113254         148        20                -           0.0000          -
4790.23/242.47	c       242        6260318         151        20                -           0.0000          -
4891.14/247.52	c       248        6407013         154        20                -           0.0000          -
4989.67/252.58	c       253        6553238         153        20                -           0.0000          -
5090.67/257.62	c       258        6704411         156        20                -           0.0000          -
5189.63/262.67	c       263        6856179         152        20                -           0.0000          -
5290.61/267.72	c       268        7005520         153        20                -           0.0000          -
5389.47/272.77	c       273        7148220         149        20                -           0.0000          -
5490.36/277.82	c       278        7286143         150        20                -           0.0000          -
5589.29/282.87	c       283        7437495         152        20                -           0.0000          -
5690.19/287.92	c       288        7585349         150        20                -           0.0000          -
5789.20/292.97	c       293        7723105         145        20                -           0.0000          -
5888.31/298.02	c       298        7863998         152        20                -           0.0000          -
5989.69/303.08	c       303        7989007         153        20                -           0.0000          -
6088.70/308.09	c       308        5468310         125        20                -           0.0000          -
6189.50/313.17	c       313        8268697         148        20                -           0.0000          -
6290.01/318.22	c       318        8403841         150        20                -           0.0000          -
6388.95/323.27	c       323        8516327         146        20                -           0.0000          -
6489.79/328.33	c       328        5406389         163        20                -           0.0000          -
6588.81/333.37	c       333        8795115         150        20                -           0.0000          -
6689.59/338.42	c       338        5579950         162        20                -           0.0000          -
6788.57/343.47	c       343        9049796         149        20                -           0.0000          -
6889.50/348.52	c       349        5764485         161        20                -           0.0000          -
6988.52/353.58	c       354        9259851         147        20                -           0.0000          -
7089.56/358.62	c       359        5924418         166        20                -           0.0000          -
7188.55/363.65	c       364        6418029         124        20                -           0.0000          -
7289.57/368.72	c       369        9501185         141        20                -           0.0000          -
7388.56/373.77	c       374        9592079         149        20                -           0.0000          -
7489.64/378.82	c       379         143534      131017        20                -           0.0000          -
7588.72/383.87	c       384        9724515         139        20                -           0.0000          -
7689.48/388.91	c       389        6893877         124        20                -           0.0000          -
7788.54/393.93	c       394        6982530         129        20                -           0.0000          -
7887.47/398.98	c       399        7062511         122        20                -           0.0000          -
7988.91/404.04	c       404        7151571         124        20                -           0.0000          -
8087.87/409.10	c       409        7245847         122        20                -           0.0000          -
8187.00/414.11	c       414        7358455         124        20                -           0.0000          -
8287.98/419.20	c       419        7444039         126        20                -           0.0000          -
8388.33/424.25	c       424        7524123         124        20                -           0.0000          -
8489.42/429.30	c       429        7613744         125        20                -           0.0000          -
8588.50/434.38	c       434        7695371         124        20                -           0.0000          -
8689.57/439.43	c       439        7780744         125        20                -           0.0000          -
8788.50/444.48	c       444        7875395         124        20                -           0.0000          -
8889.47/449.53	c       450         167691      152447        20                -           0.0000          -
8988.26/454.58	c       455        8047415         128        20                -           0.0000          -
9089.22/459.62	c       460        8147530         121        20                -           0.0000          -
9188.21/464.68	c       465        8235705         128        20                -           0.0000          -
9289.24/469.73	c       470        7682651         162        20                -           0.0000          -
9388.22/474.78	c       475       11321538         169        20                -           0.0000          -
9489.17/479.82	c       480        8500265         130        20                -           0.0000          -
9588.30/484.88	c       485        8582359         122        20                -           0.0000          -
9689.20/489.93	c       490        8683760         125        20                -           0.0000          -
9788.28/494.98	c       495        8766471         128        20                -           0.0000          -
9887.22/500.03	c       500        8852676         125        20                -           0.0000          -
9988.79/505.04	c       505        8948682         125        20                -           0.0000          -
10087.63/510.07	c       510        9061213         124        20                -           0.0000          -
10186.50/515.09	c       515        9158847         120        20                -           0.0000          -
10285.56/520.10	c       520        9254102         119        20                -           0.0000          -
10386.63/525.15	c       525       12377551         174        20                -           0.0000          -
10485.59/530.20	c       530       12483773         168        20                -           0.0000          -
10586.03/535.24	c       535       12588064         173        20                -           0.0000          -
10685.28/540.26	c       540         196879      178134        20                -           0.0000          -
10784.23/545.30	c       545         198446      179593        20                -           0.0000          -
10884.98/550.37	c       550        9731270         123        20                -           0.0000          -
10985.94/555.43	c       555       12999774         169        20                -           0.0000          -
11084.89/560.48	c       560        9930100         129        20                -           0.0000          -
11185.85/565.54	c       566       10029631         124        20                -           0.0000          -
11284.94/570.55	c       571       10109738         123        20                -           0.0000          -
11383.70/575.56	c       576       13410977         168        20                -           0.0000          -
11486.77/580.70	c       581       13514705         170        20                -           0.0000          -
11585.75/585.78	c       586       13616835         170        20                -           0.0000          -
11686.70/590.83	c       591       10504372         125        20                -           0.0000          -
11785.62/595.88	c       596       13823417         168        20                -           0.0000          -
11886.56/600.93	c       601       10718744         121        20                -           0.0000          -
11985.61/605.99	c       606       10815983         124        20                -           0.0000          -
12087.16/611.05	c       611       14122434         167        20                -           0.0000          -
12186.21/616.09	c       616       14221546         171        20                -           0.0000          -
12287.23/621.14	c       621       14324071         170        20                -           0.0000          -
12387.66/626.20	c       626         224115      201846        20                -           0.0000          -
12486.48/631.25	c       631       11395215         124        20                -           0.0000          -
12585.51/636.30	c       636       11483883         124        20                -           0.0000          -
12686.59/641.37	c       641       14705422         163        20                -           0.0000          -
12787.66/646.43	c       646       14800877         168        20                -           0.0000          -
12886.63/651.48	c       651       14900063         166        20                -           0.0000          -
12987.50/656.58	c       657       11839239         126        20                -           0.0000          -
13088.60/661.63	c       662       15058967         160        20                -           0.0000          -
13187.60/666.67	c       667       12040966         127        20                -           0.0000          -
13288.70/671.73	c       672       15221603         166        20                -           0.0000          -
13387.88/676.78	c       677       15307172         169        20                -           0.0000          -
13488.88/681.83	c       682       15386878         163        20                -           0.0000          -
13588.01/686.88	c       687       12440934         127        20                -           0.0000          -
13688.78/691.91	c       692       12562649         124        20                -           0.0000          -
13787.98/696.98	c       697       12647363         122        20                -           0.0000          -
13886.85/702.03	c       702       15686605         164        20                -           0.0000          -
13988.32/707.08	c       707       15765650         165        20                -           0.0000          -
14089.14/712.13	c       712       15858234         166        20                -           0.0000          -
14188.37/717.18	c       717       15941787         160        20                -           0.0000          -
14287.15/722.20	c       722       13141760         121        20                -           0.0000          -
14387.75/727.28	c       727       16116356         167        20                -           0.0000          -
14488.67/732.33	c       732       13351750         119        20                -           0.0000          -
14587.67/737.38	c       737       16290982         158        20                -           0.0000          -
14688.82/742.43	c       742       16383336         164        20                -           0.0000          -
14787.84/747.46	c       747       16472663         159        20                -           0.0000          -
14888.91/752.53	c       753       13788777         126        20                -           0.0000          -
14987.96/757.58	c       758       16653744         160        20                -           0.0000          -
15088.89/762.62	c       763       16751205         155        20                -           0.0000          -
15187.96/767.63	c       768       16844493         159        20                -           0.0000          -
15288.88/772.70	c       773       14178482         125        20                -           0.0000          -
15387.77/777.76	c       778       17046150         156        20                -           0.0000          -
15488.72/782.83	c       783       14337944         126        20                -           0.0000          -
15587.75/787.88	c       788       14410933         126        20                -           0.0000          -
15688.73/792.93	c       793       14481226         130        20                -           0.0000          -
15787.76/797.98	c       798       14553801         129        20                -           0.0000          -
15886.89/803.03	c       803       14628213         127        20                -           0.0000          -
15988.82/808.08	c       808       17639027         151        20                -           0.0000          -
16089.68/813.13	c       813       17726602         152        20                -           0.0000          -
16188.91/818.16	c       818       14939442         122        20                -           0.0000          -
16289.36/823.23	c       823       15041098         123        20                -           0.0000          -
16388.18/828.27	c       828       15139700         124        20                -           0.0000          -
16489.26/833.33	c       833       18080889         137        20                -           0.0000          -
16588.24/838.38	c       838       18160240         145        20                -           0.0000          -
16689.33/843.43	c       843       15458245         126        20                -           0.0000          -
16788.43/848.48	c       848       15555743         128        20                -           0.0000          -
16889.49/853.50	c       854         287821      258018        20                -           0.0000          -
16988.46/858.56	c       859       15770266         127        20                -           0.0000          -
17089.50/863.61	c       864       18707166         161        20                -           0.0000          -
17188.60/868.64	c       869       15978261         125        20                -           0.0000          -
17289.60/873.70	c       874       16096481         131        20                -           0.0000          -
17388.53/878.78	c       879       16202010         124        20                -           0.0000          -
17489.40/883.80	c       884       19116870         163        20                -           0.0000          -
17588.39/888.84	c       889       19219512         163        20                -           0.0000          -
17687.48/893.89	c       894       16528211         125        20                -           0.0000          -
17788.51/898.94	c       899       16639182         128        20                -           0.0000          -
17887.66/904.00	c       904       19495914         159        20                -           0.0000          -
17989.23/909.05	c       909       19592301         158        20                -           0.0000          -
18090.38/914.13	c       914       19701249         160        20                -           0.0000          -
18189.52/919.16	c       919         304814      272877        20                -           0.0000          -
18289.92/924.23	c       924       19935387         156        20                -           0.0000          -
18388.87/929.25	c       929       20060622         160        20                -           0.0000          -
18489.95/934.30	c       934       20186500         154        20                -           0.0000          -
18589.03/939.31	c       939       20312594         152        20                -           0.0000          -
18690.14/944.41	c       944       20444404         154        20                -           0.0000          -
18788.94/949.48	c       949       17642085         125        20                -           0.0000          -
18887.98/954.48	c       954       17730135         123        20                -           0.0000          -
18989.03/959.54	c       960       20838907         153        20                -           0.0000          -
19088.05/964.59	c       965       20969146         152        20                -           0.0000          -
19188.90/969.60	c       970       18012137         123        20                -           0.0000          -
19288.01/974.65	c       975       18095300         122        20                -           0.0000          -
19389.14/979.72	c       980       21359546         152        20                -           0.0000          -
19488.10/984.77	c       985       21490609         149        20                -           0.0000          -
19587.29/989.79	c       990       21580285         139        20                -           0.0000          -
19688.18/994.84	c       995       18440324         124        20                -           0.0000          -
19787.19/999.86	c      1000       21757795         135        20                -           0.0000          -
19888.26/1004.97	c      1005       18633995         127        20                -           0.0000          -
19987.14/1010.00	c      1010       18737019         125        20                -           0.0000          -
20088.66/1015.07	c      1015       22037073         137        20                -           0.0000          -
20187.52/1020.09	c      1020         330822      295770        20                -           0.0000          -
20288.80/1025.18	c      1025       19000649         127        20                -           0.0000          -
20389.18/1030.26	c      1030       19085605         125        20                -           0.0000          -
20490.08/1035.30	c      1035       19171054         126        20                -           0.0000          -
20589.16/1040.36	c      1040       19260471         123        20                -           0.0000          -
20690.25/1045.41	c      1045       19351015         121        20                -           0.0000          -
20789.31/1050.44	c      1050       19434764         122        20                -           0.0000          -
20888.36/1055.47	c      1055       19514619         125        20                -           0.0000          -
20989.58/1060.53	c      1061       19594143         121        20                -           0.0000          -
21088.45/1065.57	c      1066       19679653         123        20                -           0.0000          -
21189.64/1070.62	c      1071         342987      306535        20                -           0.0000          -
21288.59/1075.68	c      1076       19847085         125        20                -           0.0000          -
21389.59/1080.77	c      1081       19936937         121        20                -           0.0000          -
21488.48/1085.78	c      1086       20027870         124        20                -           0.0000          -
21589.70/1090.87	c      1091       23388477         141        20                -           0.0000          -
21690.47/1095.92	c      1096       23472187         141        20                -           0.0000          -
21789.56/1100.97	c      1101       23550137         141        20                -           0.0000          -
21888.58/1106.02	c      1106       23627570         136        20                -           0.0000          -
21990.31/1111.06	c      1111       20499360         128        20                -           0.0000          -
22089.33/1116.12	c      1116       23762027         137        20                -           0.0000          -
22190.32/1121.18	c      1121         355494      316970        20                -           0.0000          -
22289.17/1126.18	c      1126       20764292         123        20                -           0.0000          -
22389.97/1131.27	c      1131       23973557         135        20                -           0.0000          -
22488.87/1136.28	c      1136       20959268         123        20                -           0.0000          -
22589.84/1141.31	c      1141       21055066         125        20                -           0.0000          -
22688.92/1146.38	c      1146       21145743         122        20                -           0.0000          -
22789.97/1151.47	c      1151       24281095         137        20                -           0.0000          -
22889.03/1156.48	c      1156       21314740         119        20                -           0.0000          -
22990.12/1161.55	c      1162       21401076         123        20                -           0.0000          -
23091.10/1166.61	c      1167         366231      326583        20                -           0.0000          -
23190.20/1171.67	c      1172       24582931         137        20                -           0.0000          -
23289.27/1176.69	c      1177       21663165         125        20                -           0.0000          -
23390.31/1181.74	c      1182       21749238         128        20                -           0.0000          -
23491.00/1186.82	c      1187       24803630         136        20                -           0.0000          -
23590.21/1191.87	c      1192       24872119         139        20                -           0.0000          -
23691.06/1196.92	c      1197       24952070         140        20                -           0.0000          -
23790.29/1201.97	c      1202       25035937         137        20                -           0.0000          -
23889.18/1207.02	c      1207       25119357         139        20                -           0.0000          -
23990.78/1212.07	c      1212       25193900         132        20                -           0.0000          -
24089.89/1217.12	c      1217       25273586         136        20                -           0.0000          -
24190.85/1222.14	c      1222       22446364         124        20                -           0.0000          -
24290.34/1227.19	c      1227       22530008         128        20                -           0.0000          -
24390.51/1232.27	c      1232       25507011         139        20                -           0.0000          -
24491.32/1237.32	c      1237       25578037         133        20                -           0.0000          -
24590.44/1242.36	c      1242       22784558         124        20                -           0.0000          -
24689.54/1247.37	c      1247       22867801         123        20                -           0.0000          -
24790.62/1252.43	c      1252       22944537         125        20                -           0.0000          -
24889.59/1257.47	c      1257       23031164         120        20                -           0.0000          -
24988.77/1262.49	c      1262       23123037         127        20                -           0.0000          -
25089.63/1267.58	c      1268       23205387         123        20                -           0.0000          -
25190.68/1272.64	c      1273       23285077         123        20                -           0.0000          -
25289.66/1277.67	c      1278       23369368         120        20                -           0.0000          -
25390.81/1282.77	c      1283       26294531         139        20                -           0.0000          -
25491.80/1287.82	c      1288       26371298         140        20                -           0.0000          -
25590.87/1292.87	c      1293       26440223         139        20                -           0.0000          -
25689.80/1297.90	c      1298       23702072         122        20                -           0.0000          -
25790.88/1302.90	c      1303         396244      353172        20                -           0.0000          -
25890.00/1307.95	c      1308       23870309         128        20                -           0.0000          -
25989.27/1313.00	c      1313       23952429         126        20                -           0.0000          -
26090.94/1318.06	c      1318       24026335         124        20                -           0.0000          -
26190.12/1323.11	c      1323       24099128         123        20                -           0.0000          -
26291.09/1328.17	c      1328       24193901         120        20                -           0.0000          -
26391.39/1333.24	c      1333       24278668         125        20                -           0.0000          -
26492.21/1338.32	c      1338       27046147         137        20                -           0.0000          -
26591.37/1343.37	c      1343       27123518         136        20                -           0.0000          -
26690.44/1348.39	c      1348       24537425         127        20                -           0.0000          -
26791.49/1353.47	c      1353       27256426         140        20                -           0.0000          -
26892.52/1358.52	c      1359       27320439         139        20                -           0.0000          -
26991.67/1363.57	c      1364       27385468         138        20                -           0.0000          -
27092.79/1368.62	c      1369       27453709         139        20                -           0.0000          -
27192.01/1373.67	c      1374       27519331         135        20                -           0.0000          -
27293.06/1378.71	c      1379       25037083         126        20                -           0.0000          -
27392.16/1383.78	c      1384       27645068         134        20                -           0.0000          -
27493.16/1388.82	c      1389       27721213         141        20                -           0.0000          -
27592.30/1393.84	c      1394       25294259         126        20                -           0.0000          -
27693.22/1398.93	c      1399         417146      371134        20                -           0.0000          -
27792.29/1403.93	c      1404       25477999         122        20                -           0.0000          -
27891.30/1409.02	c      1409       28004078         136        20                -           0.0000          -
27992.92/1414.07	c      1414       28076730         138        20                -           0.0000          -
28092.16/1419.12	c      1419       28141083         137        20                -           0.0000          -
28193.03/1424.15	c      1424       25857992         123        20                -           0.0000          -
28293.42/1429.21	c      1429       25970340         123        20                -           0.0000          -
28392.55/1434.27	c      1434       28369335         135        20                -           0.0000          -
28493.63/1439.30	c      1439       26191179         124        20                -           0.0000          -
28592.58/1444.37	c      1444       28514942         142        20                -           0.0000          -
28693.71/1449.42	c      1449       28583805         135        20                -           0.0000          -
28792.91/1454.45	c      1454       26491380         123        20                -           0.0000          -
28894.00/1459.50	c      1460       26589707         124        20                -           0.0000          -
28993.15/1464.55	c      1465       26692626         123        20                -           0.0000          -
29094.29/1469.62	c      1470       28872865         137        20                -           0.0000          -
29193.28/1474.67	c      1475       28950915         139        20                -           0.0000          -
29294.32/1479.72	c      1480       29021629         137        20                -           0.0000          -
29393.40/1484.74	c      1485       27123720         123        20                -           0.0000          -
29494.50/1489.81	c      1490       27221656         123        20                -           0.0000          -
29593.59/1494.87	c      1495       29235934         138        20                -           0.0000          -
29694.78/1499.91	c      1500       27399179         118        20                -           0.0000          -
29793.80/1504.97	c      1505       29373053         137        20                -           0.0000          -
29895.18/1510.02	c      1510       29449029         135        20                -           0.0000          -
29994.55/1515.05	c      1515       27684319         123        20                -           0.0000          -
30093.58/1520.07	c      1520       27773060         127        20                -           0.0000          -
30192.97/1525.09	c      1525       27868080         126        20                -           0.0000          -
30294.04/1530.15	c      1530       27974720         129        20                -           0.0000          -
30392.76/1535.17	c      1535        1437941      540165        20                -           0.0000          -
30493.23/1540.23	c      1540        1440477      541704        20                -           0.0000          -
30592.39/1545.29	c      1545        1443162      542432        20                -           0.0000          -
30693.54/1550.35	c      1550        1445904      543683        20                -           0.0000          -
30794.60/1555.41	c      1555        1448336      544624        20                -           0.0000          -
30893.76/1560.46	c      1560        1450567      545131        20                -           0.0000          -
30992.94/1565.50	c      1566        1452698      545666        20                -           0.0000          -
31093.95/1570.53	c      1571        1454774      545953        20                -           0.0000          -
31195.04/1575.66	c      1576       28916175         131        20                -           0.0000          -
31293.96/1580.69	c      1581        1459085      547128        20                -           0.0000          -
31394.90/1585.70	c      1586        1461087      547698        20                -           0.0000          -
31494.04/1590.73	c      1591        1463553      548671        20                -           0.0000          -
31594.97/1595.87	c      1596        1466167      549437        20                -           0.0000          -
31695.91/1600.92	c      1601       30704620         142        20                -           0.0000          -
31794.91/1605.97	c      1606       30773044         136        20                -           0.0000          -
31893.83/1611.02	c      1611       30842938         142        20                -           0.0000          -
31995.32/1616.07	c      1616       30896976         138        20                -           0.0000          -
32096.35/1621.12	c      1621       30966948         138        20                -           0.0000          -
32195.41/1626.17	c      1626       31036006         136        20                -           0.0000          -
32295.86/1631.22	c      1631         463444      409862        20                -           0.0000          -
32394.88/1636.25	c      1636       30038116         124        20                -           0.0000          -
32496.07/1641.32	c      1641       31247290         138        20                -           0.0000          -
32595.21/1646.37	c      1646       31320644         136        20                -           0.0000          -
32696.26/1651.43	c      1651       31379327         139        20                -           0.0000          -
32795.35/1656.43	c      1656       30383250         123        20                -           0.0000          -
32894.47/1661.49	c      1661       30477755         124        20                -           0.0000          -
32995.66/1666.51	c      1666       30561436         125        20                -           0.0000          -
33096.65/1671.60	c      1672       30657340         127        20                -           0.0000          -
33195.79/1676.66	c      1677       30754094         125        20                -           0.0000          -
33297.04/1681.72	c      1682       31820554         134        20                -           0.0000          -
33395.92/1686.77	c      1687       31898721         137        20                -           0.0000          -
33497.07/1691.82	c      1692       31979954         136        20                -           0.0000          -
33596.07/1696.84	c      1697       31155973         126        20                -           0.0000          -
33697.13/1701.92	c      1702       32122920         136        20                -           0.0000          -
33796.13/1706.97	c      1707       32201184         136        20                -           0.0000          -
33895.08/1711.99	c      1712       31446455         122        20                -           0.0000          -
33996.74/1717.07	c      1717       32369159         137        20                -           0.0000          -
34095.88/1722.12	c      1722       32426488         140        20                -           0.0000          -
34197.04/1727.17	c      1727       32495845         135        20                -           0.0000          -
34297.48/1732.22	c      1732       32579711         135        20                -           0.0000          -
34396.66/1737.27	c      1737       32635201         139        20                -           0.0000          -
34497.73/1742.32	c      1742       32703871         139        20                -           0.0000          -
34596.81/1747.34	c      1747       32207592         125        20                -           0.0000          -
34695.84/1752.39	c      1752       32296458         127        20                -           0.0000          -
34796.78/1757.46	c      1757       32380381         126        20                -           0.0000          -
34897.97/1762.53	c      1763       32990490         138        20                -           0.0000          -
34997.08/1767.57	c      1768       33065118         136        20                -           0.0000          -
35098.17/1772.61	c      1773       32648146         127        20                -           0.0000          -
35197.27/1777.66	c      1778       32759610         123        20                -           0.0000          -
35298.36/1782.72	c      1783       33276966         134        20                -           0.0000          -
35397.41/1787.75	c      1788       32950349         128        20                -           0.0000          -
35498.51/1792.82	c      1793       33421352         138        20                -           0.0000          -
35597.53/1797.87	c      1798       33490703         139        20                -           0.0000          -
35696.58/1802.90	c      1803       33238422         127        20                -           0.0000          -
35797.74/1807.96	c      1808       33335255         124        20                -           0.0000          -
35896.65/1813.02	c      1813       33692396         132        20                -           0.0000          -
35998.33/1818.07	c      1818       33767690         136        20                -           0.0000          -
36099.32/1823.12	c      1823         498252      438427        20                -           0.0000          -
36198.42/1828.17	c      1828       33914515         137        20                -           0.0000          -
36297.74/1833.19	c      1833       33851426         123        20                -           0.0000          -
36398.19/1838.27	c      1838       34045460         130        20                -           0.0000          -
36499.32/1843.32	c      1843       34121050         134        20                -           0.0000          -
36598.69/1848.37	c      1848       34193194         136        20                -           0.0000          -
36697.65/1853.39	c      1853         503322      443168        20                -           0.0000          -
36798.73/1858.48	c      1858       34344893         139        20                -           0.0000          -
36899.90/1863.52	c      1864       34423360         144        20                -           0.0000          -
36999.09/1868.54	c      1869       34573817         120        20                -           0.0000          -
37098.35/1873.54	c      1874       34687475         124        20                -           0.0000          -
37199.35/1878.60	c      1879       34797641         122        20                -           0.0000          -
37298.48/1883.62	c      1884       34921856         125        20                -           0.0000          -
37399.55/1888.73	c      1889         509583      448091        20                -           0.0000          -
37498.47/1893.76	c      1894       35111993         122        20                -           0.0000          -
37599.66/1898.87	c      1899       34914476         140        20                -           0.0000          -
37700.70/1903.92	c      1904       34977819         131        20                -           0.0000          -
37799.68/1908.97	c      1909       35048732         140        20                -           0.0000          -
37898.72/1914.02	c      1914       35103530         134        20                -           0.0000          -
38000.50/1919.07	c      1919       35174962         132        20                -           0.0000          -
38099.48/1924.12	c      1924       35253681         135        20                -           0.0000          -
38200.38/1929.16	c      1929       35795170         125        20                -           0.0000          -
38300.85/1934.22	c      1934       35392373         141        20                -           0.0000          -
38399.89/1939.27	c      1939       35466577         135        20                -           0.0000          -
38500.89/1944.31	c      1944       36106563         130        20                -           0.0000          -
38599.99/1949.35	c      1949       36219727         128        20                -           0.0000          -
38701.25/1954.41	c      1954       36331808         131        20                -           0.0000          -
38800.09/1959.45	c      1959       36449448         123        20                -           0.0000          -
38901.07/1964.52	c      1965       35795361         137        20                -           0.0000          -
39000.28/1969.57	c      1970       35868765         137        20                -           0.0000          -
39101.32/1974.62	c      1975       35929351         135        20                -           0.0000          -
39200.47/1979.67	c      1980       35994615         133        20                -           0.0000          -
39301.58/1984.72	c      1985       36083743         135        20                -           0.0000          -
39400.67/1989.73	c      1990       37093952         127        20                -           0.0000          -
39501.81/1994.82	c      1995       36238920         136        20                -           0.0000          -
39600.88/1999.87	c      2000       36311732         136        20                -           0.0000          -
39701.94/2004.92	c      2005       36394684         134        20                -           0.0000          -
39800.96/2009.96	c      2010       37556408         129        20                -           0.0000          -
39900.29/2015.02	c      2015       36550307         139        20                -           0.0000          -
40001.58/2020.07	c      2020       36620443         139        20                -           0.0000          -
40102.58/2025.12	c      2025       36689315         135        20                -           0.0000          -
40202.17/2030.15	c      2030       37980391         124        20                -           0.0000          -
40300.93/2035.15	c      2035       38096522         127        20                -           0.0000          -
40400.23/2040.18	c      2040       38201358         125        20                -           0.0000          -
40500.55/2045.24	c      2045       38298860         127        20                -           0.0000          -
40601.67/2050.31	c      2050       38400439         126        20                -           0.0000          -
40702.78/2055.41	c      2055       37084256         136        20                -           0.0000          -
40802.02/2060.46	c      2060       37163075         137        20                -           0.0000          -
40902.96/2065.51	c      2066       38718301         128        20                -           0.0000          -
41001.97/2070.55	c      2071       38827867         126        20                -           0.0000          -
41103.12/2075.61	c      2076       37353596         138        20                -           0.0000          -
41202.25/2080.66	c      2081       37413307         139        20                -           0.0000          -
41301.40/2085.67	c      2086       39145294         127        20                -           0.0000          -
41402.69/2090.71	c      2091       39267606         127        20                -           0.0000          -
41501.58/2095.74	c      2096       39370068         125        20                -           0.0000          -
41600.61/2100.76	c      2101       39460552         129        20                -           0.0000          -
41703.50/2105.91	c      2106       37791225         139        20                -           0.0000          -
41802.57/2110.92	c      2111       39663522         127        20                -           0.0000          -
41901.57/2116.01	c      2116       37948443         135        20                -           0.0000          -
42003.23/2121.04	c      2121         549045      480669        20                -           0.0000          -
42102.23/2126.11	c      2126       38114187         137        20                -           0.0000          -
42203.39/2131.15	c      2131       40112577         132        20                -           0.0000          -
42303.85/2136.21	c      2136       38278946         138        20                -           0.0000          -
42402.85/2141.26	c      2141       38360309         135        20                -           0.0000          -
42503.94/2146.31	c      2146       38447619         137        20                -           0.0000          -
42603.11/2151.36	c      2151       38533370         134        20                -           0.0000          -
42702.26/2156.40	c      2156       40658168         127        20                -           0.0000          -
42803.32/2161.46	c      2161         554926      485600        20                -           0.0000          -
42904.24/2166.51	c      2167       38780319         139        20                -           0.0000          -
43003.46/2171.56	c      2172       38861376         132        20                -           0.0000          -
43104.63/2176.61	c      2177       38942622         134        20                -           0.0000          -
43203.80/2181.64	c      2182       41224357         129        20                -           0.0000          -
43304.82/2186.71	c      2187       39087669         139        20                -           0.0000          -
43403.88/2191.76	c      2192       39162896         132        20                -           0.0000          -
43505.01/2196.81	c      2197       39242888         138        20                -           0.0000          -
43603.97/2201.86	c      2202       39312479         141        20                -           0.0000          -
43703.12/2206.89	c      2207       41831910         124        20                -           0.0000          -
43802.07/2211.89	c      2212       41950990         128        20                -           0.0000          -
43903.05/2216.91	c      2217       42074585         125        20                -           0.0000          -
44002.07/2221.91	c      2222       42197393         127        20                -           0.0000          -
44101.25/2226.95	c      2227       42321895         125        20                -           0.0000          -
44200.36/2231.98	c      2232        1746099      650258        20                -           0.0000          -
44302.05/2237.04	c      2237       42553884         133        20                -           0.0000          -
44401.26/2242.07	c      2242        1749810      651219        20                -           0.0000          -
44502.33/2247.14	c      2247       42791623         124        20                -           0.0000          -
44601.52/2252.19	c      2252       42905341         128        20                -           0.0000          -
44702.02/2257.26	c      2257       43018149         124        20                -           0.0000          -
44803.20/2262.34	c      2262       43131414         123        20                -           0.0000          -
44902.34/2267.39	c      2267       43249286         127        20                -           0.0000          -
45003.29/2272.45	c      2272       43369336         129        20                -           0.0000          -
45102.45/2277.48	c      2277        1762839      654488        20                -           0.0000          -
45203.53/2282.56	c      2283       43605064         125        20                -           0.0000          -
45304.63/2287.60	c      2288        1766709      655320        20                -           0.0000          -
45403.84/2292.66	c      2293         575408      502515        20                -           0.0000          -
45504.80/2297.71	c      2298       43922877         130        20                -           0.0000          -
45604.00/2302.77	c      2303        1772647      657163        20                -           0.0000          -
45703.19/2307.78	c      2308        1774553      657952        20                -           0.0000          -
45802.48/2312.78	c      2313        1776373      659045        20                -           0.0000          -
45903.38/2317.81	c      2318         578755      505348        20                -           0.0000          -
46004.69/2322.98	c      2323        1779986      660056        20                -           0.0000          -
46106.19/2328.04	c      2328        1781977      660655        20                -           0.0000          -
46205.45/2333.11	c      2333       44704308         127        20                -           0.0000          -
46306.50/2338.15	c      2338       44824553         124        20                -           0.0000          -
46406.96/2343.24	c      2343         582486      508770        20                -           0.0000          -
46506.17/2348.28	c      2348       45052733         126        20                -           0.0000          -
46607.29/2353.34	c      2353       45170968         133        20                -           0.0000          -
46706.47/2358.38	c      2358        1791808      663805        20                -           0.0000          -
46807.63/2363.46	c      2363       41557879         135        20                -           0.0000          -
46908.72/2368.51	c      2369       41636859         137        20                -           0.0000          -
47007.82/2373.57	c      2374       41695384         136        20                -           0.0000          -
47106.87/2378.58	c      2379       45776269         122        20                -           0.0000          -
47207.90/2383.61	c      2384       45892116         129        20                -           0.0000          -
47307.11/2388.62	c      2389       46011005         128        20                -           0.0000          -
47408.28/2393.76	c      2394       41976430         134        20                -           0.0000          -
47507.30/2398.79	c      2399       46229232         125        20                -           0.0000          -
47608.47/2403.86	c      2404       42102517         137        20                -           0.0000          -
47709.63/2408.91	c      2409       42157808         138        20                -           0.0000          -
47808.75/2413.96	c      2414       42221214         140        20                -           0.0000          -
47907.89/2418.99	c      2419       46645081         128        20                -           0.0000          -
48006.99/2424.00	c      2424       46746322         121        20                -           0.0000          -
48108.61/2429.06	c      2429       46848663         126        20                -           0.0000          -
48207.64/2434.10	c      2434       46961683         132        20                -           0.0000          -
48306.89/2439.12	c      2439       47081427         126        20                -           0.0000          -
48406.12/2444.12	c      2444       47194074         125        20                -           0.0000          -
48507.32/2449.15	c      2449       47289599         126        20                -           0.0000          -
48607.63/2454.27	c      2454       47383697         132        20                -           0.0000          -
48708.79/2459.34	c      2459       47500888         129        20                -           0.0000          -
48807.96/2464.38	c      2464       47609606         129        20                -           0.0000          -
48909.07/2469.47	c      2469       47732326         133        20                -           0.0000          -
49010.22/2474.50	c      2474       47854974         125        20                -           0.0000          -
49109.37/2479.51	c      2480         602175      525450        20                -           0.0000          -
49210.52/2484.64	c      2485       48089595         124        20                -           0.0000          -
49311.53/2489.71	c      2490       43206425         135        20                -           0.0000          -
49410.76/2494.76	c      2495       43273325         131        20                -           0.0000          -
49511.80/2499.81	c      2500       43354962         136        20                -           0.0000          -
49610.94/2504.86	c      2505       43440806         136        20                -           0.0000          -
49712.24/2509.91	c      2510       43519465         131        20                -           0.0000          -
49811.17/2514.96	c      2515       43600691         131        20                -           0.0000          -
49910.28/2519.99	c      2520       48942128         129        20                -           0.0000          -
50009.29/2525.02	c      2525       49070400         123        20                -           0.0000          -
50110.92/2530.05	c      2530       49197868         129        20                -           0.0000          -
50210.17/2535.09	c      2535       49325272         123        20                -           0.0000          -
50309.20/2540.13	c      2540       49448951         126        20                -           0.0000          -
50411.82/2545.26	c      2545       44089497         135        20                -           0.0000          -
50512.96/2550.31	c      2550       44175248         132        20                -           0.0000          -
50612.05/2555.36	c      2555         613081      535162        20                -           0.0000          -
50713.24/2560.41	c      2560       44315471         137        20                -           0.0000          -
50812.15/2565.46	c      2565       44382157         135        20                -           0.0000          -
50913.31/2570.51	c      2571       44460378         134        20                -           0.0000          -
51012.45/2575.56	c      2576       44526544         136        20                -           0.0000          -
51111.67/2580.58	c      2581       50255238         123        20                -           0.0000          -
51212.70/2585.66	c      2586       44663809         137        20                -           0.0000          -
51313.66/2590.71	c      2591       44731162         134        20                -           0.0000          -
51412.87/2595.76	c      2596       44808702         128        20                -           0.0000          -
51514.07/2600.81	c      2601       44874736         138        20                -           0.0000          -
51613.26/2605.86	c      2606       44949285         140        20                -           0.0000          -
51714.41/2610.91	c      2611         620838      541429        20                -           0.0000          -
51813.41/2615.96	c      2616       45118258         157        20                -           0.0000          -
51912.70/2621.01	c      2621       45190173         122        20                -           0.0000          -
52014.21/2626.06	c      2626       45263943         136        20                -           0.0000          -
52113.17/2631.11	c      2631       45343563         132        20                -           0.0000          -
52214.61/2636.15	c      2636       51331194         126        20                -           0.0000          -
52314.73/2641.21	c      2641       45519157         130        20                -           0.0000          -
52413.87/2646.23	c      2646       51568839         129        20                -           0.0000          -
52513.06/2651.24	c      2651       51687986         124        20                -           0.0000          -
52612.17/2656.26	c      2656        1886394      690624        20                -           0.0000          -
52713.27/2661.34	c      2661        1888088      691152        20                -           0.0000          -
52814.56/2666.42	c      2666       52034517         122        20                -           0.0000          -
52913.40/2671.47	c      2671       52150085         124        20                -           0.0000          -
53014.37/2676.50	c      2677        1893178      693259        20                -           0.0000          -
53113.47/2681.56	c      2682        1895072      694340        20                -           0.0000          -
53214.41/2686.62	c      2687        1896504      694687        20                -           0.0000          -
53313.70/2691.68	c      2692        1898176      695096        20                -           0.0000          -
53412.65/2696.69	c      2697       52674764         125        20                -           0.0000          -
53513.69/2701.72	c      2702       52786813         126        20                -           0.0000          -
53612.79/2706.78	c      2707       52890376         127        20                -           0.0000          -
53713.89/2711.83	c      2712       53002193         126        20                -           0.0000          -
53814.83/2716.96	c      2717       47554247         135        20                -           0.0000          -
53913.92/2722.01	c      2722       47709095         131        20                -           0.0000          -
54015.67/2727.06	c      2727       47862913         137        20                -           0.0000          -
54114.81/2732.10	c      2732       53452103         128        20                -           0.0000          -
54216.00/2737.16	c      2737       48156356         137        20                -           0.0000          -
54316.38/2742.21	c      2742       48286718         133        20                -           0.0000          -
54415.61/2747.23	c      2747       53805448         127        20                -           0.0000          -
54514.83/2752.25	c      2752       53918870         121        20                -           0.0000          -
54616.02/2757.31	c      2757       54029060         125        20                -           0.0000          -
54717.25/2762.40	c      2762       54135729         122        20                -           0.0000          -
54816.44/2767.45	c      2767       54249082         125        20                -           0.0000          -
54917.65/2772.51	c      2773       54355917         124        20                -           0.0000          -
55016.88/2777.51	c      2778       54473247         124        20                -           0.0000          -
55118.01/2782.61	c      2783       49359630         132        20                -           0.0000          -
55217.06/2787.66	c      2788       49502873         133        20                -           0.0000          -
55318.02/2792.71	c      2793       49652481         131        20                -           0.0000          -
55417.11/2797.73	c      2798       54934796         125        20                -           0.0000          -
55516.14/2802.74	c      2803       55058182         123        20                -           0.0000          -
55617.17/2807.86	c      2808       50006708         131        20                -           0.0000          -
55718.29/2812.91	c      2813       50085578         139        20                -           0.0000          -
55817.48/2817.95	c      2818         647962      565678        20                -           0.0000          -
55916.67/2823.00	c      2823       55440038         126        20                -           0.0000          -
56015.70/2828.01	c      2828       55546120         126        20                -           0.0000          -
56114.94/2833.02	c      2833       55652917         127        20                -           0.0000          -
56216.62/2838.03	c      2838         650678      568050        20                -           0.0000          -
56319.21/2843.21	c      2843       50629989         133        20                -           0.0000          -
56418.36/2848.24	c      2848       55946127         129        20                -           0.0000          -
56519.59/2853.31	c      2853       50860382         132        20                -           0.0000          -
56618.76/2858.36	c      2858       50974093         130        20                -           0.0000          -
56719.92/2863.41	c      2863         653763      570617        20                -           0.0000          -
56819.06/2868.46	c      2868       51195006         131        20                -           0.0000          -
56920.29/2873.51	c      2874       51303600         132        20                -           0.0000          -
57019.34/2878.56	c      2879       51419963         131        20                -           0.0000          -
57120.45/2883.61	c      2884       51534693         132        20                -           0.0000          -
57219.61/2888.63	c      2889       56791852         126        20                -           0.0000          -
57318.81/2893.70	c      2894       56905886         124        20                -           0.0000          -
57419.99/2898.74	c      2899       57021722         126        20                -           0.0000          -
57521.05/2903.81	c      2904       51997399         134        20                -           0.0000          -
57620.20/2908.86	c      2909       52110624         127        20                -           0.0000          -
57719.38/2913.90	c      2914       57353251         125        20                -           0.0000          -
57820.47/2918.92	c      2919       57442986         122        20                -           0.0000          -
57919.49/2924.01	c      2924       52437878         130        20                -           0.0000          -
58021.23/2929.03	c      2929         662337      578148        20                -           0.0000          -
58120.38/2934.08	c      2934       57731743         128        20                -           0.0000          -
58219.41/2939.10	c      2939       57840356         125        20                -           0.0000          -
58320.78/2944.16	c      2944       57950782         127        20                -           0.0000          -
58419.73/2949.19	c      2949       58046645         124        20                -           0.0000          -
58520.25/2954.21	c      2954         665418      580901        20                -           0.0000          -
58619.40/2959.25	c      2959       58224253         132        20                -           0.0000          -
58718.56/2964.26	c      2964       58340032         127        20                -           0.0000          -
58819.74/2969.31	c      2969       58453074         125        20                -           0.0000          -
58918.98/2974.37	c      2974       58556771         124        20                -           0.0000          -
59020.10/2979.41	c      2979       58660701         124        20                -           0.0000          -
59119.13/2984.43	c      2984       58760718         125        20                -           0.0000          -
59218.33/2989.45	c      2989       58854598         123        20                -           0.0000          -
59317.28/2994.47	c      2994        1992583      723151        20                -           0.0000          -
59418.46/2999.55	c      3000        1993844      723310        20                -           0.0000          -
59517.50/3004.55	c      3005        1995286      723528        20                -           0.0000          -
59618.58/3009.68	c      3010        1996609      723740        20                -           0.0000          -
59719.64/3014.74	c      3015        1997971      723952        20                -           0.0000          -
59820.79/3019.81	c      3020        1999237      724109        20                -           0.0000          -
59919.95/3024.87	c      3025        2000750      724657        20                -           0.0000          -
60020.95/3029.92	c      3030        2002085      724908        20                -           0.0000          -
60120.14/3034.98	c      3035         675978      589064        20                -           0.0000          -
60219.34/3040.02	c      3040       59824394         125        20                -           0.0000          -
60321.13/3045.05	c      3045       59926679         122        20                -           0.0000          -
60420.15/3050.12	c      3050       60031191         131        20                -           0.0000          -
60521.38/3055.16	c      3055         678247      591038        20                -           0.0000          -
60620.38/3060.19	c      3060       60253608         127        20                -           0.0000          -
60721.08/3065.21	c      3065       60373065         126        20                -           0.0000          -
60820.32/3070.28	c      3070       60472561         130        20                -           0.0000          -
60921.38/3075.32	c      3075       60591289         128        20                -           0.0000          -
61022.44/3080.42	c      3080       60693136         131        20                -           0.0000          -
61121.58/3085.42	c      3085       60812941         126        20                -           0.0000          -
61220.85/3090.48	c      3090       60931790         125        20                -           0.0000          -
61319.92/3095.50	c      3096       61055955         128        20                -           0.0000          -
61421.08/3100.54	c      3101         683513      595571        20                -           0.0000          -
61520.02/3105.59	c      3106       61304033         130        20                -           0.0000          -
61621.05/3110.60	c      3111       61428030         127        20                -           0.0000          -
61722.13/3115.72	c      3116       61547061         134        20                -           0.0000          -
61821.14/3120.78	c      3121         685948      597627        20                -           0.0000          -
61922.17/3125.83	c      3126         686571      598155        20                -           0.0000          -
62021.38/3130.84	c      3131       61933893         128        20                -           0.0000          -
62120.37/3135.89	c      3136       62057355         134        20                -           0.0000          -
62221.43/3140.96	c      3141         688235      599543        20                -           0.0000          -
62323.18/3146.05	c      3146       62322990         129        20                -           0.0000          -
62422.39/3151.10	c      3151       62454336         129        20                -           0.0000          -
62523.49/3156.17	c      3156       62585145         132        20                -           0.0000          -
62626.09/3161.31	c      3161         690685      601562        20                -           0.0000          -
62725.12/3166.36	c      3166       62826982         131        20                -           0.0000          -
62826.33/3171.44	c      3171       62955950         131        20                -           0.0000          -
62927.54/3176.51	c      3177       63080742         129        20                -           0.0000          -
63026.73/3181.56	c      3182       57700768         185        20                -           0.0000          -
63125.91/3186.59	c      3187       63342537         134        20                -           0.0000          -
63227.04/3191.64	c      3192       63477086         129        20                -           0.0000          -
63328.13/3196.71	c      3197       57931903         175        20                -           0.0000          -
63427.30/3201.76	c      3202         695404      605597        20                -           0.0000          -
63526.35/3206.79	c      3207       63874978         133        20                -           0.0000          -
63627.51/3211.86	c      3212       58254419         184        20                -           0.0000          -
63728.57/3216.91	c      3217       58334147         183        20                -           0.0000          -
63827.63/3221.96	c      3222       58416273         184        20                -           0.0000          -
63926.57/3226.97	c      3227       64383365         130        20                -           0.0000          -
64028.33/3232.06	c      3232       58646016         186        20                -           0.0000          -
64127.44/3237.11	c      3237       58763314         183        20                -           0.0000          -
64228.71/3242.16	c      3242       58887761         181        20                -           0.0000          -
64329.11/3247.21	c      3247       59017280         188        20                -           0.0000          -
64428.29/3252.26	c      3252       59148726         182        20                -           0.0000          -
64527.37/3257.27	c      3257         701747      611116        20                -           0.0000          -
64628.44/3262.30	c      3262       65303892         131        20                -           0.0000          -
64727.60/3267.34	c      3267       65430275         130        20                -           0.0000          -
64828.79/3272.46	c      3272       59667930         183        20                -           0.0000          -
64929.94/3277.51	c      3278         703939      613054        20                -           0.0000          -
65029.24/3282.56	c      3283       59928665         183        20                -           0.0000          -
65130.07/3287.60	c      3288       65906663         125        20                -           0.0000          -
65229.19/3292.66	c      3293       60192046         184        20                -           0.0000          -
65328.16/3297.68	c      3298       66147077         125        20                -           0.0000          -
65429.30/3302.76	c      3303       60454689         185        20                -           0.0000          -
65530.36/3307.81	c      3308       60584565         183        20                -           0.0000          -
65629.45/3312.86	c      3313       60714896         184        20                -           0.0000          -
65730.58/3317.91	c      3318       60846175         187        20                -           0.0000          -
65829.77/3322.95	c      3323       66742339         123        20                -           0.0000          -
65928.94/3328.01	c      3328       61108698         186        20                -           0.0000          -
66030.68/3333.06	c      3333       61240057         185        20                -           0.0000          -
66129.61/3338.11	c      3338       61371298         186        20                -           0.0000          -
66230.90/3343.16	c      3343       61502723         187        20                -           0.0000          -
66329.71/3348.17	c      3348       67236215         127        20                -           0.0000          -
66430.39/3353.26	c      3353       61764707         185        20                -           0.0000          -
66529.55/3358.28	c      3358       67458192         128        20                -           0.0000          -
66630.72/3363.30	c      3363       67568604         124        20                -           0.0000          -
66729.88/3368.32	c      3368        2109188      760435        20                -           0.0000          -
66831.10/3373.43	c      3373       67812496         126        20                -           0.0000          -
66930.23/3378.48	c      3378       67912157         127        20                -           0.0000          -
67031.38/3383.53	c      3384       68012225         125        20                -           0.0000          -
67132.48/3388.60	c      3389       68109442         126        20                -           0.0000          -
67231.55/3393.63	c      3394       68205245         125        20                -           0.0000          -
67332.73/3398.71	c      3399       62944068         182        20                -           0.0000          -
67431.93/3403.76	c      3404       63071945         187        20                -           0.0000          -
67531.09/3408.78	c      3409       68509842         126        20                -           0.0000          -
67632.27/3413.86	c      3414       63333670         186        20                -           0.0000          -
67733.40/3418.91	c      3419       63464089         187        20                -           0.0000          -
67832.58/3423.96	c      3424       68815833         125        20                -           0.0000          -
67931.54/3429.01	c      3429       63723958         180        20                -           0.0000          -
68033.30/3434.06	c      3434       63855084         188        20                -           0.0000          -
68132.38/3439.11	c      3439       63986308         186        20                -           0.0000          -
68233.69/3444.14	c      3444       69240146         120        20                -           0.0000          -
68332.77/3449.14	c      3449       69349211         125        20                -           0.0000          -
68431.86/3454.18	c      3454       69454358         122        20                -           0.0000          -
68532.41/3459.29	c      3459       69561388         126        20                -           0.0000          -
68633.62/3464.35	c      3464       69665608         126        20                -           0.0000          -
68734.68/3469.41	c      3469       64765476         186        20                -           0.0000          -
68833.87/3474.46	c      3474       64895808         182        20                -           0.0000          -
68935.08/3479.51	c      3480         727175      632677        20                -           0.0000          -
69034.31/3484.56	c      3485       65158229         181        20                -           0.0000          -
69135.30/3489.61	c      3490       65287840         180        20                -           0.0000          -
69234.30/3494.63	c      3495       70356863         128        20                -           0.0000          -
69335.30/3499.71	c      3500       65547550         186        20                -           0.0000          -
69434.38/3504.76	c      3505       65678802         184        20                -           0.0000          -
69535.54/3509.81	c      3510       65810231         185        20                -           0.0000          -
69634.80/3514.82	c      3515       70803739         124        20                -           0.0000          -
69733.70/3519.84	c      3520       70926647         126        20                -           0.0000          -
69834.73/3524.93	c      3525       71040683         130        20                -           0.0000          -
69933.59/3529.93	c      3530       71142518         125        20                -           0.0000          -
70035.43/3535.05	c      3535         733188      637971        20                -           0.0000          -
70134.49/3540.08	c      3540       71381862         131        20                -           0.0000          -
70235.39/3545.16	c      3545       66725111         181        20                -           0.0000          -
70334.20/3550.17	c      3550       71625392         131        20                -           0.0000          -
70434.66/3555.23	c      3555         735260      639836        20                -           0.0000          -
70533.59/3560.27	c      3560       71846680         127        20                -           0.0000          -
70634.68/3565.36	c      3565       67244103         185        20                -           0.0000          -
70735.73/3570.41	c      3570       67375787         181        20                -           0.0000          -
70834.77/3575.46	c      3575       67507103         181        20                -           0.0000          -
70933.73/3580.48	c      3580       72240477         130        20                -           0.0000          -
71034.84/3585.52	c      3586       72333813         122        20                -           0.0000          -
71134.03/3590.57	c      3591       72440251         128        20                -           0.0000          -
71235.03/3595.62	c      3596         739453      642875        20                -           0.0000          -
71336.20/3600.71	c      3601       68158223         177        20                -           0.0000          -
71435.25/3605.76	c      3606       68286844         178        20                -           0.0000          -
71536.42/3610.81	c      3611       68414049         183        20                -           0.0000          -
71635.64/3615.86	c      3616       68545130         180        20                -           0.0000          -
71736.71/3620.91	c      3621       68676330         180        20                -           0.0000          -
71835.57/3625.96	c      3626       68805631         181        20                -           0.0000          -
71934.55/3631.01	c      3631       73359849         124        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 (188566 MiB free)
  memory of node 1: 193494 MiB (190906 MiB free)
  memory of node 2: 193531 MiB (189947 MiB free)
  memory of node 3: 193531 MiB (192230 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-4465725-1722558368/watcher-4465725-1722558368 -o /tmp/evaluation-result-4465725-1722558368/solver-4465725-1722558368 -C 72000 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeD105-1722558365-143949 --watchdog 3760 ./fscip settings/racing.prm HOME/instance-4465725-1722558368.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=144300, runsolver pid=144297
Current StackSize limit: 8192 KiB


[startup+0.10012 s]*
/proc/loadavg: 0.03 1.33 18.53 75/1021 144341
/proc/meminfo: memFree=779792308/790760804 swapFree=131071996/131071996
[pid=144300] ppid=144297 vsize=1675620 memory=158936 CPUtime=0.58 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/144300/stat : 144300 (fscip) S 144297 144300 143936 0 -1 1077936128 35910 0 0 0 37 21 0 0 20 0 41 0 22419870 1715834880 39734 809668444160 4194304 16623229 140734171832608 0 0 0 0 0 2 0 0 0 17 11 0 0 0 0 0 18838560 18947056 50184192 140734171841545 140734171841663 140734171841663 140734171848688 0
/proc/144300/statm: 418905 39734 2870 3035 0 126398 0
[pid=144300/tid=144302] ppid=144297 vsize=1675620 memory=4026532269 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/144300/task/144302/stat : 144302 (fscip) R 144297 144300 143936 0 -1 4194368 1818 0 0 0 2 1 0 0 20 0 41 0 22419872 1715834880 39734 809668444160 4194304 16623229 140734171832608 0 0 0 0 0 2 0 0 0 -1 3 0 0 0 0 0 18838560 18947056 50184192 140734171841545 140734171841663 140734171841663 140734171848688 0
[pid=144300/tid=144303] ppid=144297 vsize=1675620 memory=232834466141 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/144300/task/144303/stat : 144303 (fscip) D 144297 144300 143936 0 -1 4194368 1671 0 0 0 1 1 0 0 20 0 41 0 22419872 1715834880 39734 809668444160 4194304 16623229 140734171832608 0 0 0 0 0 2 0 0 0 -1 75 0 0 0 0 0 18838560 18947056 50184192 140734171841545 140734171841663 140734171841663 140734171848688 0
[pid=144300/tid=144304] ppid=144297 vsize=1675620 memory=57415945183745 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/144300/task/144304/stat : 144304 (fscip) R 144297 144300 143936 0 -1 4194368 1443 0 0 0 2 0 0 0 20 0 41 0 22419872 1715834880 39734 809668444160 4194304 16623229 140734171832608 0 0 0 0 0 2 0 0 0 -1 71 0 0 0 0 0 18838560 18947056 50184192 140734171841545 140734171841663 140734171841663 140734171848688 0
[pid=144300/tid=144305] ppid=144297 vsize=1675620 memory=55182595744491 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/144300/task/144305/stat : 144305 (fscip) R 144297 144300 143936 0 -1 4194368 1656 0 0 0 1 1 0 0 20 0 41 0 22419872 1715834880 39734 809668444160 4194304 16623229 140734171832608 0 0 0 0 0 2 0 0 0 -1 51 0 0 0 0 0 18838560 18947056 50184192 140734171841545 140734171841663 140734171841663 140734171848688 0
[pid=144300/tid=144306] ppid=144297 vsize=1675620 memory=52992179200983 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/144300/task/144306/stat : 144306 (fscip) D 144297 144300 143936 0 -1 4194368 1660 0 0 0 1 1 0 0 20 0 41 0 22419872 1715834880 39734 809668444160 4194304 16623229 140734171832608 0 0 0 0 0 2 0 0 0 -1 23 0 0 0 0 0 18838560 18947056 50184192 140734171841545 140734171841663 140734171841663 140734171848688 0
[pid=144300/tid=144307] ppid=144297 vsize=1675620 memory=52983656413671 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/144300/task/144307/stat : 144307 (fscip) R 144297 144300 143936 0 -1 4194368 1441 0 0 0 2 0 0 0 20 0 41 0 22419872 1715834880 39734 809668444160 4194304 16623229 140734171832608 0 0 0 0 0 2 0 0 0 -1 63 0 0 0 0 0 18838560 18947056 50184192 140734171841545 140734171841663 140734171841663 140734171848688 0
[pid=144300/tid=144308] ppid=144297 vsize=1675620 memory=14695192770986219 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/144300/task/144308/stat : 144308 (fscip) D 144297 144300 143936 0 -1 4194368 1669 0 0 0 1 1 0 0 20 0 41 0 22419872 1715834880 39734 809668444160 4194304 16623229 140734171832608 0 0 0 0 0 2 0 0 0 -1 35 0 0 0 0 0 18838560 18947056 50184192 140734171841545 140734171841663 140734171841663 140734171848688 0
[pid=144300/tid=144309] ppid=144297 vsize=1675620 memory=3546929082166180457 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/144300/task/144309/stat : 144309 (fscip) D 144297 144300 143936 0 -1 4194368 1661 0 0 0 1 1 0 0 20 0 41 0 22419872 1715834880 39734 809668444160 4194304 16623229 140734171832608 0 0 0 0 0 2 0 0 0 -1 59 0 0 0 0 0 18838560 18947056 50184192 140734171841545 140734171841663 140734171841663 140734171848688 0
[pid=144300/tid=144310] ppid=144297 vsize=1675620 memory=274384 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/144300/task/144310/stat : 144310 (fscip) R 144297 144300 143936 0 -1 4194368 1448 0 0 0 2 0 0 0 20 0 41 0 22419872 1715834880 39734 809668444160 4194304 16623229 140734171832608 0 0 0 0 0 2 0 0 0 -1 67 0 0 0 0 0 18838560 18947056 50184192 140734171841545 140734171841663 140734171841663 140734171848688 0
[pid=144300/tid=144311] ppid=144297 vsize=1675620 memory=346339 CPUtime=0.01 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/144300/task/144311/stat : 144311 (fscip) R 144297 144300 143936 0 -1 4194368 1759 0 0 0 1 0 0 0 20 0 41 0 22419872 1715834880 39734 809668444160 4194304 16623229 140734171832608 0 0 0 0 0 2 0 0 0 -1 39 0 0 0 0 0 18838560 18947056 50184192 140734171841545 140734171841663 140734171841663 140734171848688 0
[pid=144300/tid=144312] ppid=144297 vsize=1675620 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/144300/task/144312/stat : 144312 (fscip) D 144297 144300 143936 0 -1 4194368 1638 0 0 0 1 1 0 0 20 0 41 0 22419872 1715834880 39734 809668444160 4194304 16623229 140734171832608 0 0 0 0 0 2 0 0 0 -1 27 0 0 0 0 0 18838560 18947056 50184192 140734171841545 140734171841663 140734171841663 140734171848688 0
[pid=144300/tid=144313] ppid=144297 vsize=1675620 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/144300/task/144313/stat : 144313 (fscip) R 144297 144300 143936 0 -1 4194368 1451 0 0 0 2 0 0 0 20 0 41 0 22419872 1715834880 39734 809668444160 4194304 16623229 140734171832608 0 0 0 0 0 2 0 0 0 -1 15 0 0 0 0 0 18838560 18947056 50184192 140734171841545 140734171841663 140734171841663 140734171848688 0
[pid=144300/tid=144314] ppid=144297 vsize=1675620 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/144300/task/144314/stat : 144314 (fscip) D 144297 144300 143936 0 -1 4194368 1755 0 0 0 1 1 0 0 20 0 41 0 22419872 1715834880 39734 809668444160 4194304 16623229 140734171832608 0 0 0 0 0 2 0 0 0 -1 7 0 0 0 0 0 18838560 18947056 50184192 140734171841545 140734171841663 140734171841663 140734171848688 0
[pid=144300/tid=144315] ppid=144297 vsize=1675620 memory=0 CPUtime=0.01 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/144300/task/144315/stat : 144315 (fscip) D 144297 144300 143936 0 -1 4194368 1781 0 0 0 1 0 0 0 20 0 41 0 22419872 1715834880 39734 809668444160 4194304 16623229 140734171832608 0 0 0 0 0 2 0 0 0 -1 47 0 0 0 0 0 18838560 18947056 50184192 140734171841545 140734171841663 140734171841663 140734171848688 0
[pid=144300/tid=144316] ppid=144297 vsize=1675620 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/144300/task/144316/stat : 144316 (fscip) R 144297 144300 143936 0 -1 4194368 1445 0 0 0 2 0 0 0 20 0 41 0 22419872 1715834880 39734 809668444160 4194304 16623229 140734171832608 0 0 0 0 0 2 0 0 0 -1 51 0 0 0 0 0 18838560 18947056 50184192 140734171841545 140734171841663 140734171841663 140734171848688 0
[pid=144300/tid=144317] ppid=144297 vsize=1675620 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/144300/task/144317/stat : 144317 (fscip) D 144297 144300 143936 0 -1 4194368 1637 0 0 0 1 1 0 0 20 0 41 0 22419872 1715834880 39734 809668444160 4194304 16623229 140734171832608 0 0 0 0 0 2 0 0 0 -1 55 0 0 0 0 0 18838560 18947056 50184192 140734171841545 140734171841663 140734171841663 140734171848688 0
[pid=144300/tid=144318] ppid=144297 vsize=1675620 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/144300/task/144318/stat : 144318 (fscip) D 144297 144300 143936 0 -1 4194368 1646 0 0 0 1 1 0 0 20 0 41 0 22419872 1715834880 39734 809668444160 4194304 16623229 140734171832608 0 0 0 0 0 2 0 0 0 -1 11 0 0 0 0 0 18838560 18947056 50184192 140734171841545 140734171841663 140734171841663 140734171848688 0
[pid=144300/tid=144319] ppid=144297 vsize=1675620 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/144300/task/144319/stat : 144319 (fscip) D 144297 144300 143936 0 -1 4194368 1438 0 0 0 2 0 0 0 20 0 41 0 22419872 1715834880 39734 809668444160 4194304 16623229 140734171832608 0 0 0 0 0 2 0 0 0 -1 31 0 0 0 0 0 18838560 18947056 50184192 140734171841545 140734171841663 140734171841663 140734171848688 0
[pid=144300/tid=144320] ppid=144297 vsize=1675620 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/144300/task/144320/stat : 144320 (fscip) D 144297 144300 143936 0 -1 4194368 1654 0 0 0 1 1 0 0 20 0 41 0 22419872 1715834880 39734 809668444160 4194304 16623229 140734171832608 0 0 0 0 0 2 0 0 0 -1 19 0 0 0 0 0 18838560 18947056 50184192 140734171841545 140734171841663 140734171841663 140734171848688 0
[pid=144300/tid=144321] ppid=144297 vsize=1675620 memory=0 CPUtime=0.01 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/144300/task/144321/stat : 144321 (fscip) D 144297 144300 143936 0 -1 4194368 1675 0 0 0 1 0 0 0 20 0 41 0 22419872 1715834880 39734 809668444160 4194304 16623229 140734171832608 0 0 0 0 0 2 0 0 0 -1 43 0 0 0 0 0 18838560 18947056 50184192 140734171841545 140734171841663 140734171841663 140734171848688 0
[pid=144300/tid=144322] ppid=144297 vsize=1675620 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/144300/task/144322/stat : 144322 (fscip) S 144297 144300 143936 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 22419878 1715834880 39734 809668444160 4194304 16623229 140734171832608 0 0 0 0 0 2 1 0 0 -1 35 0 0 0 0 0 18838560 18947056 50184192 140734171841545 140734171841663 140734171841663 140734171848688 0
[pid=144300/tid=144323] ppid=144297 vsize=1675620 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/144300/task/144323/stat : 144323 (fscip) S 144297 144300 143936 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 22419878 1715834880 39734 809668444160 4194304 16623229 140734171832608 0 0 0 0 0 2 1 0 0 -1 19 0 0 0 0 0 18838560 18947056 50184192 140734171841545 140734171841663 140734171841663 140734171848688 0
[pid=144300/tid=144324] ppid=144297 vsize=1675620 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/144300/task/144324/stat : 144324 (fscip) S 144297 144300 143936 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 22419878 1715834880 39734 809668444160 4194304 16623229 140734171832608 0 0 0 0 0 2 1 0 0 -1 71 0 0 0 0 0 18838560 18947056 50184192 140734171841545 140734171841663 140734171841663 140734171848688 0
[pid=144300/tid=144325] ppid=144297 vsize=1675620 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/144300/task/144325/stat : 144325 (fscip) S 144297 144300 143936 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 22419878 1715834880 39734 809668444160 4194304 16623229 140734171832608 0 0 0 0 0 2 1 0 0 -1 23 0 0 0 0 0 18838560 18947056 50184192 140734171841545 140734171841663 140734171841663 140734171848688 0
[pid=144300/tid=144326] ppid=144297 vsize=1675620 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/144300/task/144326/stat : 144326 (fscip) S 144297 144300 143936 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 22419878 1715834880 39734 809668444160 4194304 16623229 140734171832608 0 0 0 0 0 2 1 0 0 -1 59 0 0 0 0 0 18838560 18947056 50184192 140734171841545 140734171841663 140734171841663 140734171848688 0
[pid=144300/tid=144327] ppid=144297 vsize=1675620 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/144300/task/144327/stat : 144327 (fscip) S 144297 144300 143936 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 22419878 1715834880 39800 809668444160 4194304 16623229 140734171832608 0 0 0 0 0 2 1 0 0 -1 31 0 0 0 0 0 18838560 18947056 50184192 140734171841545 140734171841663 140734171841663 140734171848688 0
[pid=144300/tid=144328] ppid=144297 vsize=1675620 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/144300/task/144328/stat : 144328 (fscip) S 144297 144300 143936 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 22419878 1715834880 39800 809668444160 4194304 16623229 140734171832608 0 0 0 0 0 2 1 0 0 -1 79 0 0 0 0 0 18838560 18947056 50184192 140734171841545 140734171841663 140734171841663 140734171848688 0
[pid=144300/tid=144329] ppid=144297 vsize=1675620 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/144300/task/144329/stat : 144329 (fscip) S 144297 144300 143936 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 22419878 1715834880 39800 809668444160 4194304 16623229 140734171832608 0 0 0 0 0 2 1 0 0 -1 63 0 0 0 0 0 18838560 18947056 50184192 140734171841545 140734171841663 140734171841663 140734171848688 0
[pid=144300/tid=144330] ppid=144297 vsize=1675620 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/144300/task/144330/stat : 144330 (fscip) S 144297 144300 143936 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 22419878 1715834880 39800 809668444160 4194304 16623229 140734171832608 0 0 0 0 0 2 1 0 0 -1 63 0 0 0 0 0 18838560 18947056 50184192 140734171841545 140734171841663 140734171841663 140734171848688 0
[pid=144300/tid=144331] ppid=144297 vsize=1675620 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/144300/task/144331/stat : 144331 (fscip) S 144297 144300 143936 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 22419878 1715834880 39800 809668444160 4194304 16623229 140734171832608 0 0 0 0 0 2 1 0 0 -1 59 0 0 0 0 0 18838560 18947056 50184192 140734171841545 140734171841663 140734171841663 140734171848688 0
[pid=144300/tid=144332] ppid=144297 vsize=1675620 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/144300/task/144332/stat : 144332 (fscip) S 144297 144300 143936 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 22419878 1715834880 39800 809668444160 4194304 16623229 140734171832608 0 0 0 0 0 2 1 0 0 -1 59 0 0 0 0 0 18838560 18947056 50184192 140734171841545 140734171841663 140734171841663 140734171848688 0
[pid=144300/tid=144333] ppid=144297 vsize=1675620 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/144300/task/144333/stat : 144333 (fscip) S 144297 144300 143936 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 22419878 1715834880 39800 809668444160 4194304 16623229 140734171832608 0 0 0 0 0 2 1 0 0 -1 35 0 0 0 0 0 18838560 18947056 50184192 140734171841545 140734171841663 140734171841663 140734171848688 0
[pid=144300/tid=144334] ppid=144297 vsize=1675620 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/144300/task/144334/stat : 144334 (fscip) S 144297 144300 143936 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 22419878 1715834880 39800 809668444160 4194304 16623229 140734171832608 0 0 0 0 0 2 1 0 0 -1 39 0 0 0 0 0 18838560 18947056 50184192 140734171841545 140734171841663 140734171841663 140734171848688 0
[pid=144300/tid=144335] ppid=144297 vsize=1675620 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/144300/task/144335/stat : 144335 (fscip) S 144297 144300 143936 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 22419878 1715834880 39800 809668444160 4194304 16623229 140734171832608 0 0 0 0 0 2 1 0 0 -1 43 0 0 0 0 0 18838560 18947056 50184192 140734171841545 140734171841663 140734171841663 140734171848688 0
[pid=144300/tid=144336] ppid=144297 vsize=1675620 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/144300/task/144336/stat : 144336 (fscip) S 144297 144300 143936 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 22419878 1715834880 39800 809668444160 4194304 16623229 140734171832608 0 0 0 0 0 2 1 0 0 -1 15 0 0 0 0 0 18838560 18947056 50184192 140734171841545 140734171841663 140734171841663 140734171848688 0
[pid=144300/tid=144337] ppid=144297 vsize=1675620 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/144300/task/144337/stat : 144337 (fscip) S 144297 144300 143936 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 22419878 1715834880 39800 809668444160 4194304 16623229 140734171832608 0 0 0 0 0 2 1 0 0 -1 15 0 0 0 0 0 18838560 18947056 50184192 140734171841545 140734171841663 140734171841663 140734171848688 0
[pid=144300/tid=144338] ppid=144297 vsize=1675620 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/144300/task/144338/stat : 144338 (fscip) S 144297 144300 143936 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 22419878 1715834880 39800 809668444160 4194304 16623229 140734171832608 0 0 0 0 0 2 1 0 0 -1 15 0 0 0 0 0 18838560 18947056 50184192 140734171841545 140734171841663 140734171841663 140734171848688 0
[pid=144300/tid=144339] ppid=144297 vsize=1675620 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/144300/task/144339/stat : 144339 (fscip) S 144297 144300 143936 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 22419878 1715834880 39800 809668444160 4194304 16623229 140734171832608 0 0 0 0 0 2 1 0 0 -1 55 0 0 0 0 0 18838560 18947056 50184192 140734171841545 140734171841663 140734171841663 140734171848688 0
[pid=144300/tid=144340] ppid=144297 vsize=1675620 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/144300/task/144340/stat : 144340 (fscip) S 144297 144300 143936 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 22419878 1715834880 39800 809668444160 4194304 16623229 140734171832608 0 0 0 0 0 2 1 0 0 -1 55 0 0 0 0 0 18838560 18947056 50184192 140734171841545 140734171841663 140734171841663 140734171848688 0
[pid=144300/tid=144341] ppid=144297 vsize=1675620 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/144300/task/144341/stat : 144341 (fscip) S 144297 144300 143936 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 22419878 1715834880 39800 809668444160 4194304 16623229 140734171832608 0 0 0 0 0 2 1 0 0 -1 47 0 0 0 0 0 18838560 18947056 50184192 140734171841545 140734171841663 140734171841663 140734171848688 0
Current children cumulated CPU time: 0.58 s
Current children cumulated vsize: 1675620 KiB
Current children cumulated memory: 158936 KiB

[startup+0.222453 s]*
/proc/loadavg: 0.03 1.33 18.53 81/1021 144341
/proc/meminfo: memFree=779664240/790760804 swapFree=131071996/131071996
[pid=144300] ppid=144297 vsize=1675620 memory=264056 CPUtime=2.93 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/144300/stat : 144300 (fscip) S 144297 144300 143936 0 -1 1077936128 61815 0 0 0 259 34 0 0 20 0 41 0 22419870 1715834880 66014 809668444160 4194304 16623229 140734171832608 0 0 0 0 0 2 0 0 0 17 11 0 0 0 0 0 18838560 18947056 50184192 140734171841545 140734171841663 140734171841663 140734171848688 0
/proc/144300/statm: 418905 66014 2966 3035 0 156244 0
[pid=144300/tid=144302] ppid=144297 vsize=1675620 memory=4026531959 CPUtime=0.14 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/144300/task/144302/stat : 144302 (fscip) R 144297 144300 143936 0 -1 4194368 3602 0 0 0 13 1 0 0 20 0 41 0 22419872 1715834880 66014 809668444160 4194304 16623229 140734171832608 0 0 0 0 0 2 0 0 0 -1 3 0 0 0 0 0 18838560 18947056 50184192 140734171841545 140734171841663 140734171841663 140734171848688 0
[pid=144300/tid=144303] ppid=144297 vsize=1675620 memory=25145 CPUtime=0.11 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/144300/task/144303/stat : 144303 (fscip) R 144297 144300 143936 0 -1 4194368 3515 0 0 0 10 1 0 0 20 0 41 0 22419872 1715834880 66014 809668444160 4194304 16623229 140734171832608 0 0 0 0 0 2 0 0 0 -1 71 0 0 0 0 0 18838560 18947056 50184192 140734171841545 140734171841663 140734171841663 140734171848688 0
[pid=144300/tid=144304] ppid=144297 vsize=1675620 memory=56316433531346 CPUtime=0.15 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/144300/task/144304/stat : 144304 (fscip) R 144297 144300 143936 0 -1 1077936192 1537 0 0 0 14 1 0 0 20 0 41 0 22419872 1715834880 66014 809668444160 4194304 16623229 140734171832608 0 0 0 0 0 2 0 0 0 -1 71 0 0 0 0 0 18838560 18947056 50184192 140734171841545 140734171841663 140734171841663 140734171848688 0
[pid=144300/tid=144305] ppid=144297 vsize=1675620 memory=54083084091976 CPUtime=0.13 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/144300/task/144305/stat : 144305 (fscip) R 144297 144300 143936 0 -1 4194368 3372 0 0 0 11 2 0 0 20 0 41 0 22419872 1715834880 66014 809668444160 4194304 16623229 140734171832608 0 0 0 0 0 2 0 0 0 -1 75 0 0 0 0 0 18838560 18947056 50184192 140734171841545 140734171841663 140734171841663 140734171848688 0
[pid=144300/tid=144306] ppid=144297 vsize=1675620 memory=61783977231038 CPUtime=0.13 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/144300/task/144306/stat : 144306 (fscip) R 144297 144300 143936 0 -1 4194368 3510 0 0 0 12 1 0 0 20 0 41 0 22419872 1715834880 66014 809668444160 4194304 16623229 140734171832608 0 0 0 0 0 2 0 0 0 -1 23 0 0 0 0 0 18838560 18947056 50184192 140734171841545 140734171841663 140734171841663 140734171848688 0
[pid=144300/tid=144307] ppid=144297 vsize=1675620 memory=62917898929210 CPUtime=0.15 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/144300/task/144307/stat : 144307 (fscip) R 144297 144300 143936 0 -1 4194368 1522 0 0 0 14 1 0 0 20 0 41 0 22419872 1715834880 66014 809668444160 4194304 16623229 140734171832608 0 0 0 0 0 2 0 0 0 -1 63 0 0 0 0 0 18838560 18947056 50184192 140734171841545 140734171841663 140734171841663 140734171848688 0
[pid=144300/tid=144308] ppid=144297 vsize=1675620 memory=14413717794195044 CPUtime=0.13 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/144300/task/144308/stat : 144308 (fscip) R 144297 144300 143936 0 -1 4194368 3352 0 0 0 12 1 0 0 20 0 41 0 22419872 1715834880 66080 809668444160 4194304 16623229 140734171832608 0 0 0 0 0 2 0 0 0 -1 35 0 0 0 0 0 18838560 18947056 50184192 140734171841545 140734171841663 140734171841663 140734171848688 0
[pid=144300/tid=144309] ppid=144297 vsize=1675620 memory=3616728270730716841 CPUtime=0.13 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/144300/task/144309/stat : 144309 (fscip) R 144297 144300 143936 0 -1 4194368 3567 0 0 0 11 2 0 0 20 0 41 0 22419872 1715834880 66080 809668444160 4194304 16623229 140734171832608 0 0 0 0 0 2 0 0 0 -1 59 0 0 0 0 0 18838560 18947056 50184192 140734171841545 140734171841663 140734171841663 140734171848688 0
[pid=144300/tid=144310] ppid=144297 vsize=1675620 memory=289208 CPUtime=0.15 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/144300/task/144310/stat : 144310 (fscip) R 144297 144300 143936 0 -1 4194368 1773 0 0 0 14 1 0 0 20 0 41 0 22419872 1715834880 66080 809668444160 4194304 16623229 140734171832608 0 0 0 0 0 2 0 0 0 -1 43 0 0 0 0 0 18838560 18947056 50184192 140734171841545 140734171841663 140734171841663 140734171848688 0
[pid=144300/tid=144311] ppid=144297 vsize=1675620 memory=346328 CPUtime=0.13 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/144300/task/144311/stat : 144311 (fscip) R 144297 144300 143936 0 -1 4194368 3381 0 0 0 12 1 0 0 20 0 41 0 22419872 1715834880 66080 809668444160 4194304 16623229 140734171832608 0 0 0 0 0 2 0 0 0 -1 39 0 0 0 0 0 18838560 18947056 50184192 140734171841545 140734171841663 140734171841663 140734171848688 0
[pid=144300/tid=144312] ppid=144297 vsize=1675620 memory=0 CPUtime=0.13 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/144300/task/144312/stat : 144312 (fscip) R 144297 144300 143936 0 -1 4194368 3635 0 0 0 12 1 0 0 20 0 41 0 22419872 1715834880 66080 809668444160 4194304 16623229 140734171832608 0 0 0 0 0 2 0 0 0 -1 27 0 0 0 0 0 18838560 18947056 50184192 140734171841545 140734171841663 140734171841663 140734171848688 0
[pid=144300/tid=144313] ppid=144297 vsize=1675620 memory=0 CPUtime=0.15 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/144300/task/144313/stat : 144313 (fscip) R 144297 144300 143936 0 -1 4194368 1549 0 0 0 14 1 0 0 20 0 41 0 22419872 1715834880 66080 809668444160 4194304 16623229 140734171832608 0 0 0 0 0 2 0 0 0 -1 15 0 0 0 0 0 18838560 18947056 50184192 140734171841545 140734171841663 140734171841663 140734171848688 0
[pid=144300/tid=144314] ppid=144297 vsize=1675620 memory=0 CPUtime=0.14 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/144300/task/144314/stat : 144314 (fscip) R 144297 144300 143936 0 -1 4194368 3346 0 0 0 12 2 0 0 20 0 41 0 22419872 1715834880 66080 809668444160 4194304 16623229 140734171832608 0 0 0 0 0 2 0 0 0 -1 7 0 0 0 0 0 18838560 18947056 50184192 140734171841545 140734171841663 140734171841663 140734171848688 0
[pid=144300/tid=144315] ppid=144297 vsize=1675620 memory=0 CPUtime=0.13 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/144300/task/144315/stat : 144315 (fscip) R 144297 144300 143936 0 -1 4194368 3659 0 0 0 12 1 0 0 20 0 41 0 22419872 1715834880 66080 809668444160 4194304 16623229 140734171832608 0 0 0 0 0 2 0 0 0 -1 47 0 0 0 0 0 18838560 18947056 50184192 140734171841545 140734171841663 140734171841663 140734171848688 0
[pid=144300/tid=144316] ppid=144297 vsize=1675620 memory=0 CPUtime=0.15 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/144300/task/144316/stat : 144316 (fscip) R 144297 144300 143936 0 -1 4194368 1537 0 0 0 15 0 0 0 20 0 41 0 22419872 1715834880 66080 809668444160 4194304 16623229 140734171832608 0 0 0 0 0 2 0 0 0 -1 55 0 0 0 0 0 18838560 18947056 50184192 140734171841545 140734171841663 140734171841663 140734171848688 0
[pid=144300/tid=144317] ppid=144297 vsize=1675620 memory=0 CPUtime=0.14 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/144300/task/144317/stat : 144317 (fscip) R 144297 144300 143936 0 -1 4194368 3366 0 0 0 12 2 0 0 20 0 41 0 22419872 1715834880 66080 809668444160 4194304 16623229 140734171832608 0 0 0 0 0 2 0 0 0 -1 67 0 0 0 0 0 18838560 18947056 50184192 140734171841545 140734171841663 140734171841663 140734171848688 0
[pid=144300/tid=144318] ppid=144297 vsize=1675620 memory=0 CPUtime=0.13 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/144300/task/144318/stat : 144318 (fscip) R 144297 144300 143936 0 -1 4194368 3584 0 0 0 12 1 0 0 20 0 41 0 22419872 1715834880 66080 809668444160 4194304 16623229 140734171832608 0 0 0 0 0 2 0 0 0 -1 11 0 0 0 0 0 18838560 18947056 50184192 140734171841545 140734171841663 140734171841663 140734171848688 0
[pid=144300/tid=144319] ppid=144297 vsize=1675620 memory=0 CPUtime=0.15 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/144300/task/144319/stat : 144319 (fscip) R 144297 144300 143936 0 -1 4194368 1599 0 0 0 14 1 0 0 20 0 41 0 22419872 1715834880 66080 809668444160 4194304 16623229 140734171832608 0 0 0 0 0 2 0 0 0 -1 31 0 0 0 0 0 18838560 18947056 50184192 140734171841545 140734171841663 140734171841663 140734171848688 0
[pid=144300/tid=144320] ppid=144297 vsize=1675620 memory=0 CPUtime=0.14 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/144300/task/144320/stat : 144320 (fscip) R 144297 144300 143936 0 -1 4194368 3349 0 0 0 12 2 0 0 20 0 41 0 22419872 1715834880 66080 809668444160 4194304 16623229 140734171832608 0 0 0 0 0 2 0 0 0 -1 19 0 0 0 0 0 18838560 18947056 50184192 140734171841545 140734171841663 140734171841663 140734171848688 0
[pid=144300/tid=144321] ppid=144297 vsize=1675620 memory=0 CPUtime=0.13 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/144300/task/144321/stat : 144321 (fscip) R 144297 144300 143936 0 -1 4194368 3519 0 0 0 12 1 0 0 20 0 41 0 22419872 1715834880 66080 809668444160 4194304 16623229 140734171832608 0 0 0 0 0 2 0 0 0 -1 51 0 0 0 0 0 18838560 18947056 50184192 140734171841545 140734171841663 140734171841663 140734171848688 0
[pid=144300/tid=144322] ppid=144297 vsize=1675620 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/144300/task/144322/stat : 144322 (fscip) S 144297 144300 143936 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 22419878 1715834880 66080 809668444160 4194304 16623229 140734171832608 0 0 0 0 0 2 1 0 0 -1 35 0 0 0 0 0 18838560 18947056 50184192 140734171841545 140734171841663 140734171841663 140734171848688 0
[pid=144300/tid=144323] ppid=144297 vsize=1675620 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/144300/task/144323/stat : 144323 (fscip) S 144297 144300 143936 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 22419878 1715834880 66080 809668444160 4194304 16623229 140734171832608 0 0 0 0 0 2 1 0 0 -1 19 0 0 0 0 0 18838560 18947056 50184192 140734171841545 140734171841663 140734171841663 140734171848688 0
[pid=144300/tid=144324] ppid=144297 vsize=1675620 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/144300/task/144324/stat : 144324 (fscip) S 144297 144300 143936 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 22419878 1715834880 66080 809668444160 4194304 16623229 140734171832608 0 0 0 0 0 2 1 0 0 -1 71 0 0 0 0 0 18838560 18947056 50184192 140734171841545 140734171841663 140734171841663 140734171848688 0
[pid=144300/tid=144325] ppid=144297 vsize=1675620 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/144300/task/144325/stat : 144325 (fscip) S 144297 144300 143936 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 22419878 1715834880 66080 809668444160 4194304 16623229 140734171832608 0 0 0 0 0 2 1 0 0 -1 23 0 0 0 0 0 18838560 18947056 50184192 140734171841545 140734171841663 140734171841663 140734171848688 0
[pid=144300/tid=144326] ppid=144297 vsize=1675620 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/144300/task/144326/stat : 144326 (fscip) S 144297 144300 143936 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 22419878 1715834880 66080 809668444160 4194304 16623229 140734171832608 0 0 0 0 0 2 1 0 0 -1 59 0 0 0 0 0 18838560 18947056 50184192 140734171841545 140734171841663 140734171841663 140734171848688 0
[pid=144300/tid=144327] ppid=144297 vsize=1675620 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/144300/task/144327/stat : 144327 (fscip) S 144297 144300 143936 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 22419878 1715834880 66080 809668444160 4194304 16623229 140734171832608 0 0 0 0 0 2 1 0 0 -1 31 0 0 0 0 0 18838560 18947056 50184192 140734171841545 140734171841663 140734171841663 140734171848688 0
[pid=144300/tid=144328] ppid=144297 vsize=1675620 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/144300/task/144328/stat : 144328 (fscip) S 144297 144300 143936 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 22419878 1715834880 66080 809668444160 4194304 16623229 140734171832608 0 0 0 0 0 2 1 0 0 -1 79 0 0 0 0 0 18838560 18947056 50184192 140734171841545 140734171841663 140734171841663 140734171848688 0
[pid=144300/tid=144329] ppid=144297 vsize=1675620 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/144300/task/144329/stat : 144329 (fscip) S 144297 144300 143936 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 22419878 1715834880 66080 809668444160 4194304 16623229 140734171832608 0 0 0 0 0 2 1 0 0 -1 63 0 0 0 0 0 18838560 18947056 50184192 140734171841545 140734171841663 140734171841663 140734171848688 0
[pid=144300/tid=144330] ppid=144297 vsize=1675620 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/144300/task/144330/stat : 144330 (fscip) S 144297 144300 143936 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 22419878 1715834880 66080 809668444160 4194304 16623229 140734171832608 0 0 0 0 0 2 1 0 0 -1 63 0 0 0 0 0 18838560 18947056 50184192 140734171841545 140734171841663 140734171841663 140734171848688 0
[pid=144300/tid=144331] ppid=144297 vsize=1675620 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/144300/task/144331/stat : 144331 (fscip) S 144297 144300 143936 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 22419878 1715834880 66080 809668444160 4194304 16623229 140734171832608 0 0 0 0 0 2 1 0 0 -1 59 0 0 0 0 0 18838560 18947056 50184192 140734171841545 140734171841663 140734171841663 140734171848688 0
[pid=144300/tid=144332] ppid=144297 vsize=1675620 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/144300/task/144332/stat : 144332 (fscip) S 144297 144300 143936 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 22419878 1715834880 66146 809668444160 4194304 16623229 140734171832608 0 0 0 0 0 2 1 0 0 -1 59 0 0 0 0 0 18838560 18947056 50184192 140734171841545 140734171841663 140734171841663 140734171848688 0
[pid=144300/tid=144333] ppid=144297 vsize=1675620 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/144300/task/144333/stat : 144333 (fscip) S 144297 144300 143936 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 22419878 1715834880 66146 809668444160 4194304 16623229 140734171832608 0 0 0 0 0 2 1 0 0 -1 35 0 0 0 0 0 18838560 18947056 50184192 140734171841545 140734171841663 140734171841663 140734171848688 0
[pid=144300/tid=144334] ppid=144297 vsize=1675620 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/144300/task/144334/stat : 144334 (fscip) S 144297 144300 143936 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 22419878 1715834880 66146 809668444160 4194304 16623229 140734171832608 0 0 0 0 0 2 1 0 0 -1 39 0 0 0 0 0 18838560 18947056 50184192 140734171841545 140734171841663 140734171841663 140734171848688 0

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

[pid=144300/tid=144325] ppid=144297 vsize=11396016 memory=10064424 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/144300/task/144325/stat : 144325 (fscip) S 144297 144300 143936 0 -1 1077936192 124 0 0 0 0 2 0 0 20 0 41 0 22419878 11669520384 2516715 809668444160 4194304 16623229 140734171832608 0 0 0 0 0 2 1 0 0 -1 63 0 0 0 0 0 18838560 18947056 50184192 140734171841545 140734171841663 140734171841663 140734171848688 0
[pid=144300/tid=144326] ppid=144297 vsize=11396016 memory=10047988 CPUtime=0.01 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/144300/task/144326/stat : 144326 (fscip) S 144297 144300 143936 0 -1 1077936192 132 0 0 0 0 1 0 0 20 0 41 0 22419878 11669520384 2516715 809668444160 4194304 16623229 140734171832608 0 0 0 0 0 2 1 0 0 -1 11 0 0 0 0 0 18838560 18947056 50184192 140734171841545 140734171841663 140734171841663 140734171848688 0
[pid=144300/tid=144327] ppid=144297 vsize=11396016 memory=280485795217584 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/144300/task/144327/stat : 144327 (fscip) S 144297 144300 143936 0 -1 1077936192 64 0 0 0 0 2 0 0 20 0 41 0 22419878 11669520384 2516715 809668444160 4194304 16623229 140734171832608 0 0 0 0 0 2 1 0 0 -1 79 0 0 0 0 0 18838560 18947056 50184192 140734171841545 140734171841663 140734171841663 140734171848688 0
[pid=144300/tid=144328] ppid=144297 vsize=11396016 memory=10037312 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/144300/task/144328/stat : 144328 (fscip) S 144297 144300 143936 0 -1 1077936192 62 0 0 0 0 2 0 0 20 0 41 0 22419878 11669520384 2516715 809668444160 4194304 16623229 140734171832608 0 0 0 0 0 2 1 0 0 -1 63 0 0 0 0 0 18838560 18947056 50184192 140734171841545 140734171841663 140734171841663 140734171848688 0
[pid=144300/tid=144329] ppid=144297 vsize=11396016 memory=10007304 CPUtime=0.01 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/144300/task/144329/stat : 144329 (fscip) S 144297 144300 143936 0 -1 1077936192 125 0 0 0 0 1 0 0 20 0 41 0 22419878 11669520384 2516715 809668444160 4194304 16623229 140734171832608 0 0 0 0 0 2 1 0 0 -1 3 0 0 0 0 0 18838560 18947056 50184192 140734171841545 140734171841663 140734171841663 140734171848688 0
[pid=144300/tid=144330] ppid=144297 vsize=11396016 memory=10053096 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/144300/task/144330/stat : 144330 (fscip) S 144297 144300 143936 0 -1 1077936192 124 0 0 0 0 2 0 0 20 0 41 0 22419878 11669520384 2516715 809668444160 4194304 16623229 140734171832608 0 0 0 0 0 2 1 0 0 -1 43 0 0 0 0 0 18838560 18947056 50184192 140734171841545 140734171841663 140734171841663 140734171848688 0
[pid=144300/tid=144331] ppid=144297 vsize=11396016 memory=25333125866717268 CPUtime=0.01 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/144300/task/144331/stat : 144331 (fscip) S 144297 144300 143936 0 -1 1077936192 124 0 0 0 0 1 0 0 20 0 41 0 22419878 11669520384 2516715 809668444160 4194304 16623229 140734171832608 0 0 0 0 0 2 1 0 0 -1 43 0 0 0 0 0 18838560 18947056 50184192 140734171841545 140734171841663 140734171841663 140734171848688 0
[pid=144300/tid=144332] ppid=144297 vsize=11396016 memory=11448 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/144300/task/144332/stat : 144332 (fscip) S 144297 144300 143936 0 -1 1077936192 125 0 0 0 0 2 0 0 20 0 41 0 22419878 11669520384 2516715 809668444160 4194304 16623229 140734171832608 0 0 0 0 0 2 1 0 0 -1 51 0 0 0 0 0 18838560 18947056 50184192 140734171841545 140734171841663 140734171841663 140734171848688 0
[pid=144300/tid=144333] ppid=144297 vsize=11396016 memory=10012756 CPUtime=0.01 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/144300/task/144333/stat : 144333 (fscip) S 144297 144300 143936 0 -1 1077936192 124 0 0 0 1 0 0 0 20 0 41 0 22419878 11669520384 2516715 809668444160 4194304 16623229 140734171832608 0 0 0 0 0 2 1 0 0 -1 23 0 0 0 0 0 18838560 18947056 50184192 140734171841545 140734171841663 140734171841663 140734171848688 0
[pid=144300/tid=144334] ppid=144297 vsize=11396016 memory=11448 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/144300/task/144334/stat : 144334 (fscip) S 144297 144300 143936 0 -1 1077936192 125 0 0 0 1 1 0 0 20 0 41 0 22419878 11669520384 2516715 809668444160 4194304 16623229 140734171832608 0 0 0 0 0 2 1 0 0 -1 63 0 0 0 0 0 18838560 18947056 50184192 140734171841545 140734171841663 140734171841663 140734171848688 0
[pid=144300/tid=144335] ppid=144297 vsize=11396016 memory=10016476 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/144300/task/144335/stat : 144335 (fscip) S 144297 144300 143936 0 -1 1077936192 124 0 0 0 0 2 0 0 20 0 41 0 22419878 11669520384 2516715 809668444160 4194304 16623229 140734171832608 0 0 0 0 0 2 1 0 0 -1 79 0 0 0 0 0 18838560 18947056 50184192 140734171841545 140734171841663 140734171841663 140734171848688 0
[pid=144300/tid=144336] ppid=144297 vsize=11396016 memory=11448 CPUtime=0.01 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/144300/task/144336/stat : 144336 (fscip) S 144297 144300 143936 0 -1 1077936192 126 0 0 0 0 1 0 0 20 0 41 0 22419878 11669520384 2516715 809668444160 4194304 16623229 140734171832608 0 0 0 0 0 2 1 0 0 -1 75 0 0 0 0 0 18838560 18947056 50184192 140734171841545 140734171841663 140734171841663 140734171848688 0
[pid=144300/tid=144337] ppid=144297 vsize=11396016 memory=3776 CPUtime=0.01 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/144300/task/144337/stat : 144337 (fscip) S 144297 144300 143936 0 -1 1077936192 124 0 0 0 0 1 0 0 20 0 41 0 22419878 11669520384 2516715 809668444160 4194304 16623229 140734171832608 0 0 0 0 0 2 1 0 0 -1 75 0 0 0 0 0 18838560 18947056 50184192 140734171841545 140734171841663 140734171841663 140734171848688 0
[pid=144300/tid=144338] ppid=144297 vsize=11396016 memory=40456 CPUtime=0.01 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/144300/task/144338/stat : 144338 (fscip) S 144297 144300 143936 0 -1 1077936192 125 0 0 0 0 1 0 0 20 0 41 0 22419878 11669520384 2516715 809668444160 4194304 16623229 140734171832608 0 0 0 0 0 2 1 0 0 -1 11 0 0 0 0 0 18838560 18947056 50184192 140734171841545 140734171841663 140734171841663 140734171848688 0
[pid=144300/tid=144339] ppid=144297 vsize=11396016 memory=10062852 CPUtime=0.01 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/144300/task/144339/stat : 144339 (fscip) S 144297 144300 143936 0 -1 1077936192 129 0 0 0 1 0 0 0 20 0 41 0 22419878 11669520384 2516715 809668444160 4194304 16623229 140734171832608 0 0 0 0 0 2 1 0 0 -1 47 0 0 0 0 0 18838560 18947056 50184192 140734171841545 140734171841663 140734171841663 140734171848688 0
[pid=144300/tid=144340] ppid=144297 vsize=11396016 memory=11448 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/144300/task/144340/stat : 144340 (fscip) S 144297 144300 143936 0 -1 1077936192 127 0 0 0 0 2 0 0 20 0 41 0 22419878 11669520384 2516715 809668444160 4194304 16623229 140734171832608 0 0 0 0 0 2 1 0 0 -1 59 0 0 0 0 0 18838560 18947056 50184192 140734171841545 140734171841663 140734171841663 140734171848688 0
[pid=144300/tid=144341] ppid=144297 vsize=11396016 memory=33000 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/144300/task/144341/stat : 144341 (fscip) S 144297 144300 143936 0 -1 1077936192 124 0 0 0 0 2 0 0 20 0 41 0 22419878 11669520384 2516715 809668444160 4194304 16623229 140734171832608 0 0 0 0 0 2 1 0 0 -1 31 0 0 0 0 0 18838560 18947056 50184192 140734171841545 140734171841663 140734171841663 140734171848688 0
Current children cumulated CPU time: 70971.4 s
Current children cumulated vsize: 11396016 KiB
Current children cumulated memory: 10066860 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3634.3 s]
/proc/loadavg: 81.41 80.80 79.36 63/984 146308
/proc/meminfo: memFree=749577380/790760804 swapFree=131071996/131071996
[pid=144300] ppid=144297 vsize=11412400 memory=10130136 CPUtime=72002 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/144300/stat : 144300 (fscip) S 144297 144300 143936 0 -1 1077936128 28037386 0 0 0 7143307 56891 0 0 20 0 41 0 22419870 11686297600 2532534 809668444160 4194304 16623229 140734171832608 0 0 0 0 0 2 0 0 0 17 63 0 0 0 0 0 18838560 18947056 50184192 140734171841545 140734171841663 140734171841663 140734171848688 0
/proc/144300/statm: 2853100 2532534 3014 3035 0 2647701 0
[pid=144300/tid=144302] ppid=144297 vsize=11412400 memory=9703088 CPUtime=3599.24 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/144300/task/144302/stat : 144302 (fscip) R 144297 144300 143936 0 -1 4194368 2197414 0 0 0 358720 1204 0 0 20 0 41 0 22419872 11686297600 2532534 809668444160 4194304 16623229 140734171832608 0 0 0 0 0 2 0 0 0 -1 23 0 0 0 0 0 18838560 18947056 50184192 140734171841545 140734171841663 140734171841663 140734171848688 0
[pid=144300/tid=144303] ppid=144297 vsize=11412400 memory=33860 CPUtime=3602.93 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/144300/task/144303/stat : 144303 (fscip) R 144297 144300 143936 0 -1 4194368 1424415 0 0 0 359842 451 0 0 20 0 41 0 22419872 11686297600 2532534 809668444160 4194304 16623229 140734171832608 0 0 0 0 0 2 0 0 0 -1 63 0 0 0 0 0 18838560 18947056 50184192 140734171841545 140734171841663 140734171841663 140734171848688 0
[pid=144300/tid=144304] ppid=144297 vsize=11412400 memory=132 CPUtime=3597 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/144300/task/144304/stat : 144304 (fscip) R 144297 144300 143936 0 -1 4194368 98347 0 0 0 351991 7709 0 0 20 0 41 0 22419872 11686297600 2532534 809668444160 4194304 16623229 140734171832608 0 0 0 0 0 2 0 0 0 -1 15 0 0 0 0 0 18838560 18947056 50184192 140734171841545 140734171841663 140734171841663 140734171848688 0
[pid=144300/tid=144305] ppid=144297 vsize=11412400 memory=7044 CPUtime=3601.51 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/144300/task/144305/stat : 144305 (fscip) R 144297 144300 143936 0 -1 4194368 2803918 0 0 0 359199 952 0 0 20 0 41 0 22419872 11686297600 2532534 809668444160 4194304 16623229 140734171832608 0 0 0 0 0 2 0 0 0 -1 79 0 0 0 0 0 18838560 18947056 50184192 140734171841545 140734171841663 140734171841663 140734171848688 0
[pid=144300/tid=144306] ppid=144297 vsize=11412400 memory=280485793121792 CPUtime=3600 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/144300/task/144306/stat : 144306 (fscip) R 144297 144300 143936 0 -1 4194368 1340263 0 0 0 359551 449 0 0 20 0 41 0 22419872 11686297600 2532534 809668444160 4194304 16623229 140734171832608 0 0 0 0 0 2 0 0 0 -1 7 0 0 0 0 0 18838560 18947056 50184192 140734171841545 140734171841663 140734171841663 140734171848688 0
[pid=144300/tid=144307] ppid=144297 vsize=11412400 memory=25333125866717268 CPUtime=3598.69 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/144300/task/144307/stat : 144307 (fscip) R 144297 144300 143936 0 -1 4194368 154161 0 0 0 352467 7402 0 0 20 0 41 0 22419872 11686297600 2532534 809668444160 4194304 16623229 140734171832608 0 0 0 0 0 2 0 0 0 -1 47 0 0 0 0 0 18838560 18947056 50184192 140734171841545 140734171841663 140734171841663 140734171848688 0
[pid=144300/tid=144308] ppid=144297 vsize=11412400 memory=25333125866717268 CPUtime=3602.36 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/144300/task/144308/stat : 144308 (fscip) R 144297 144300 143936 0 -1 4194368 2274047 0 0 0 359362 874 0 0 20 0 41 0 22419872 11686297600 2532534 809668444160 4194304 16623229 140734171832608 0 0 0 0 0 2 0 0 0 -1 71 0 0 0 0 0 18838560 18947056 50184192 140734171841545 140734171841663 140734171841663 140734171848688 0
[pid=144300/tid=144309] ppid=144297 vsize=11412400 memory=17016 CPUtime=3603.44 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/144300/task/144309/stat : 144309 (fscip) R 144297 144300 143936 0 -1 4194368 1428469 0 0 0 359825 519 0 0 20 0 41 0 22419872 11686297600 2532534 809668444160 4194304 16623229 140734171832608 0 0 0 0 0 2 0 0 0 -1 55 0 0 0 0 0 18838560 18947056 50184192 140734171841545 140734171841663 140734171841663 140734171848688 0
[pid=144300/tid=144310] ppid=144297 vsize=11412400 memory=33000 CPUtime=3596.74 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/144300/task/144310/stat : 144310 (fscip) R 144297 144300 143936 0 -1 4194368 96153 0 0 0 351633 8041 0 0 20 0 41 0 22419872 11686297600 2532534 809668444160 4194304 16623229 140734171832608 0 0 0 0 0 2 0 0 0 -1 59 0 0 0 0 0 18838560 18947056 50184192 140734171841545 140734171841663 140734171841663 140734171848688 0
[pid=144300/tid=144311] ppid=144297 vsize=11412400 memory=2316 CPUtime=3602.11 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/144300/task/144311/stat : 144311 (fscip) R 144297 144300 143936 0 -1 4194368 2945308 0 0 0 358982 1229 0 0 20 0 41 0 22419872 11686297600 2532534 809668444160 4194304 16623229 140734171832608 0 0 0 0 0 2 0 0 0 -1 3 0 0 0 0 0 18838560 18947056 50184192 140734171841545 140734171841663 140734171841663 140734171848688 0
[pid=144300/tid=144312] ppid=144297 vsize=11412400 memory=1804 CPUtime=3599.66 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/144300/task/144312/stat : 144312 (fscip) R 144297 144300 143936 0 -1 4194368 1370676 0 0 0 359468 498 0 0 20 0 41 0 22419872 11686297600 2532534 809668444160 4194304 16623229 140734171832608 0 0 0 0 0 2 0 0 0 -1 27 0 0 0 0 0 18838560 18947056 50184192 140734171841545 140734171841663 140734171841663 140734171848688 0
[pid=144300/tid=144313] ppid=144297 vsize=11412400 memory=6720667666220334689 CPUtime=3599.3 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/144300/task/144313/stat : 144313 (fscip) R 144297 144300 143936 0 -1 4194368 109679 0 0 0 350510 9420 0 0 20 0 41 0 22419872 11686297600 2532534 809668444160 4194304 16623229 140734171832608 0 0 0 0 0 2 0 0 0 -1 51 0 0 0 0 0 18838560 18947056 50184192 140734171841545 140734171841663 140734171841663 140734171848688 0
[pid=144300/tid=144314] ppid=144297 vsize=11412400 memory=0 CPUtime=3600.51 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/144300/task/144314/stat : 144314 (fscip) R 144297 144300 143936 0 -1 4194368 2526199 0 0 0 359105 946 0 0 20 0 41 0 22419872 11686297600 2532534 809668444160 4194304 16623229 140734171832608 0 0 0 0 0 2 0 0 0 -1 39 0 0 0 0 0 18838560 18947056 50184192 140734171841545 140734171841663 140734171841663 140734171848688 0
[pid=144300/tid=144315] ppid=144297 vsize=11412400 memory=1239733720344454 CPUtime=3599.94 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/144300/task/144315/stat : 144315 (fscip) R 144297 144300 143936 0 -1 4194368 1572085 0 0 0 359504 490 0 0 20 0 41 0 22419872 11686297600 2532534 809668444160 4194304 16623229 140734171832608 0 0 0 0 0 2 0 0 0 -1 31 0 0 0 0 0 18838560 18947056 50184192 140734171841545 140734171841663 140734171841663 140734171848688 0
[pid=144300/tid=144316] ppid=144297 vsize=11412400 memory=280485796785696 CPUtime=3596.95 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/144300/task/144316/stat : 144316 (fscip) R 144297 144300 143936 0 -1 4194368 124589 0 0 0 352281 7414 0 0 20 0 41 0 22419872 11686297600 2532534 809668444160 4194304 16623229 140734171832608 0 0 0 0 0 2 0 0 0 -1 19 0 0 0 0 0 18838560 18947056 50184192 140734171841545 140734171841663 140734171841663 140734171848688 0
[pid=144300/tid=144317] ppid=144297 vsize=11412400 memory=10036348 CPUtime=3598.98 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/144300/task/144317/stat : 144317 (fscip) R 144297 144300 143936 0 -1 4194368 2220793 0 0 0 358601 1297 0 0 20 0 41 0 22419872 11686297600 2532534 809668444160 4194304 16623229 140734171832608 0 0 0 0 0 2 0 0 0 -1 11 0 0 0 0 0 18838560 18947056 50184192 140734171841545 140734171841663 140734171841663 140734171848688 0
[pid=144300/tid=144318] ppid=144297 vsize=11412400 memory=10115436 CPUtime=3601.91 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/144300/task/144318/stat : 144318 (fscip) R 144297 144300 143936 0 -1 4194368 1433281 0 0 0 359700 491 0 0 20 0 41 0 22419872 11686297600 2532534 809668444160 4194304 16623229 140734171832608 0 0 0 0 0 2 0 0 0 -1 35 0 0 0 0 0 18838560 18947056 50184192 140734171841545 140734171841663 140734171841663 140734171848688 0
[pid=144300/tid=144319] ppid=144297 vsize=11412400 memory=280485792427216 CPUtime=3596.35 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/144300/task/144319/stat : 144319 (fscip) R 144297 144300 143936 0 -1 4194368 110518 0 0 0 353516 6119 0 0 20 0 41 0 22419872 11686297600 2532534 809668444160 4194304 16623229 140734171832608 0 0 0 0 0 2 0 0 0 -1 75 0 0 0 0 0 18838560 18947056 50184192 140734171841545 140734171841663 140734171841663 140734171848688 0
[pid=144300/tid=144320] ppid=144297 vsize=11412400 memory=11448 CPUtime=3600.49 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/144300/task/144320/stat : 144320 (fscip) R 144297 144300 143936 0 -1 4194368 2470567 0 0 0 359166 883 0 0 20 0 41 0 22419872 11686297600 2532534 809668444160 4194304 16623229 140734171832608 0 0 0 0 0 2 0 0 0 -1 67 0 0 0 0 0 18838560 18947056 50184192 140734171841545 140734171841663 140734171841663 140734171848688 0
[pid=144300/tid=144321] ppid=144297 vsize=11412400 memory=30962685530996822 CPUtime=3601.8 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/144300/task/144321/stat : 144321 (fscip) R 144297 144300 143936 0 -1 4194368 1329796 0 0 0 359726 454 0 0 20 0 41 0 22419872 11686297600 2532534 809668444160 4194304 16623229 140734171832608 0 0 0 0 0 2 0 0 0 -1 43 0 0 0 0 0 18838560 18947056 50184192 140734171841545 140734171841663 140734171841663 140734171848688 0
[pid=144300/tid=144322] ppid=144297 vsize=11412400 memory=7596562598614295127 CPUtime=0.01 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/144300/task/144322/stat : 144322 (fscip) S 144297 144300 143936 0 -1 1077936192 127 0 0 0 1 0 0 0 20 0 41 0 22419878 11686297600 2532534 809668444160 4194304 16623229 140734171832608 0 0 0 0 0 2 1 0 0 -1 51 0 0 0 0 0 18838560 18947056 50184192 140734171841545 140734171841663 140734171841663 140734171848688 0
[pid=144300/tid=144323] ppid=144297 vsize=11412400 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/144300/task/144323/stat : 144323 (fscip) S 144297 144300 143936 0 -1 1077936192 126 0 0 0 0 2 0 0 20 0 41 0 22419878 11686297600 2532534 809668444160 4194304 16623229 140734171832608 0 0 0 0 0 2 1 0 0 -1 79 0 0 0 0 0 18838560 18947056 50184192 140734171841545 140734171841663 140734171841663 140734171848688 0
[pid=144300/tid=144324] ppid=144297 vsize=11412400 memory=7186138 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/144300/task/144324/stat : 144324 (fscip) S 144297 144300 143936 0 -1 1077936192 126 0 0 0 0 2 0 0 20 0 41 0 22419878 11686297600 2532534 809668444160 4194304 16623229 140734171832608 0 0 0 0 0 2 1 0 0 -1 7 0 0 0 0 0 18838560 18947056 50184192 140734171841545 140734171841663 140734171841663 140734171848688 0
[pid=144300/tid=144325] ppid=144297 vsize=11412400 memory=11604 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/144300/task/144325/stat : 144325 (fscip) S 144297 144300 143936 0 -1 1077936192 126 0 0 0 0 2 0 0 20 0 41 0 22419878 11686297600 2532534 809668444160 4194304 16623229 140734171832608 0 0 0 0 0 2 1 0 0 -1 79 0 0 0 0 0 18838560 18947056 50184192 140734171841545 140734171841663 140734171841663 140734171848688 0
[pid=144300/tid=144326] ppid=144297 vsize=11412400 memory=10544 CPUtime=0.01 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/144300/task/144326/stat : 144326 (fscip) S 144297 144300 143936 0 -1 1077936192 134 0 0 0 0 1 0 0 20 0 41 0 22419878 11686297600 2532534 809668444160 4194304 16623229 140734171832608 0 0 0 0 0 2 1 0 0 -1 79 0 0 0 0 0 18838560 18947056 50184192 140734171841545 140734171841663 140734171841663 140734171848688 0
[pid=144300/tid=144327] ppid=144297 vsize=11412400 memory=10095616 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/144300/task/144327/stat : 144327 (fscip) S 144297 144300 143936 0 -1 1077936192 65 0 0 0 0 2 0 0 20 0 41 0 22419878 11686297600 2532534 809668444160 4194304 16623229 140734171832608 0 0 0 0 0 2 1 0 0 -1 15 0 0 0 0 0 18838560 18947056 50184192 140734171841545 140734171841663 140734171841663 140734171848688 0
[pid=144300/tid=144328] ppid=144297 vsize=11412400 memory=280485794320368 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/144300/task/144328/stat : 144328 (fscip) S 144297 144300 143936 0 -1 1077936192 63 0 0 0 0 2 0 0 20 0 41 0 22419878 11686297600 2532534 809668444160 4194304 16623229 140734171832608 0 0 0 0 0 2 1 0 0 -1 79 0 0 0 0 0 18838560 18947056 50184192 140734171841545 140734171841663 140734171841663 140734171848688 0
[pid=144300/tid=144329] ppid=144297 vsize=11412400 memory=30962685530996822 CPUtime=0.01 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/144300/task/144329/stat : 144329 (fscip) S 144297 144300 143936 0 -1 1077936192 127 0 0 0 0 1 0 0 20 0 41 0 22419878 11686297600 2532534 809668444160 4194304 16623229 140734171832608 0 0 0 0 0 2 1 0 0 -1 75 0 0 0 0 0 18838560 18947056 50184192 140734171841545 140734171841663 140734171841663 140734171848688 0
[pid=144300/tid=144330] ppid=144297 vsize=11412400 memory=6660 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/144300/task/144330/stat : 144330 (fscip) S 144297 144300 143936 0 -1 1077936192 126 0 0 0 0 2 0 0 20 0 41 0 22419878 11686297600 2532534 809668444160 4194304 16623229 140734171832608 0 0 0 0 0 2 1 0 0 -1 43 0 0 0 0 0 18838560 18947056 50184192 140734171841545 140734171841663 140734171841663 140734171848688 0
[pid=144300/tid=144331] ppid=144297 vsize=11412400 memory=9423976 CPUtime=0.01 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/144300/task/144331/stat : 144331 (fscip) S 144297 144300 143936 0 -1 1077936192 126 0 0 0 0 1 0 0 20 0 41 0 22419878 11686297600 2532534 809668444160 4194304 16623229 140734171832608 0 0 0 0 0 2 1 0 0 -1 47 0 0 0 0 0 18838560 18947056 50184192 140734171841545 140734171841663 140734171841663 140734171848688 0
[pid=144300/tid=144332] ppid=144297 vsize=11412400 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/144300/task/144332/stat : 144332 (fscip) S 144297 144300 143936 0 -1 1077936192 127 0 0 0 0 2 0 0 20 0 41 0 22419878 11686297600 2532534 809668444160 4194304 16623229 140734171832608 0 0 0 0 0 2 1 0 0 -1 43 0 0 0 0 0 18838560 18947056 50184192 140734171841545 140734171841663 140734171841663 140734171848688 0
[pid=144300/tid=144333] ppid=144297 vsize=11412400 memory=10125960 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/144300/task/144333/stat : 144333 (fscip) S 144297 144300 143936 0 -1 1077936192 126 0 0 0 1 1 0 0 20 0 41 0 22419878 11686297600 2532534 809668444160 4194304 16623229 140734171832608 0 0 0 0 0 2 1 0 0 -1 23 0 0 0 0 0 18838560 18947056 50184192 140734171841545 140734171841663 140734171841663 140734171848688 0
[pid=144300/tid=144334] ppid=144297 vsize=11412400 memory=10118176 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/144300/task/144334/stat : 144334 (fscip) S 144297 144300 143936 0 -1 1077936192 127 0 0 0 1 1 0 0 20 0 41 0 22419878 11686297600 2532534 809668444160 4194304 16623229 140734171832608 0 0 0 0 0 2 1 0 0 -1 63 0 0 0 0 0 18838560 18947056 50184192 140734171841545 140734171841663 140734171841663 140734171848688 0
[pid=144300/tid=144335] ppid=144297 vsize=11412400 memory=10037312 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/144300/task/144335/stat : 144335 (fscip) S 144297 144300 143936 0 -1 1077936192 126 0 0 0 0 2 0 0 20 0 41 0 22419878 11686297600 2532534 809668444160 4194304 16623229 140734171832608 0 0 0 0 0 2 1 0 0 -1 75 0 0 0 0 0 18838560 18947056 50184192 140734171841545 140734171841663 140734171841663 140734171848688 0
[pid=144300/tid=144336] ppid=144297 vsize=11412400 memory=6720667666220334689 CPUtime=0.01 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/144300/task/144336/stat : 144336 (fscip) S 144297 144300 143936 0 -1 1077936192 128 0 0 0 0 1 0 0 20 0 41 0 22419878 11686297600 2532534 809668444160 4194304 16623229 140734171832608 0 0 0 0 0 2 1 0 0 -1 79 0 0 0 0 0 18838560 18947056 50184192 140734171841545 140734171841663 140734171841663 140734171848688 0
[pid=144300/tid=144337] ppid=144297 vsize=11412400 memory=11448 CPUtime=0.01 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/144300/task/144337/stat : 144337 (fscip) S 144297 144300 143936 0 -1 1077936192 126 0 0 0 0 1 0 0 20 0 41 0 22419878 11686297600 2532534 809668444160 4194304 16623229 140734171832608 0 0 0 0 0 2 1 0 0 -1 79 0 0 0 0 0 18838560 18947056 50184192 140734171841545 140734171841663 140734171841663 140734171848688 0
[pid=144300/tid=144338] ppid=144297 vsize=11412400 memory=5512 CPUtime=0.01 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/144300/task/144338/stat : 144338 (fscip) S 144297 144300 143936 0 -1 1077936192 127 0 0 0 0 1 0 0 20 0 41 0 22419878 11686297600 2532534 809668444160 4194304 16623229 140734171832608 0 0 0 0 0 2 1 0 0 -1 11 0 0 0 0 0 18838560 18947056 50184192 140734171841545 140734171841663 140734171841663 140734171848688 0
[pid=144300/tid=144339] ppid=144297 vsize=11412400 memory=10123556 CPUtime=0.01 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/144300/task/144339/stat : 144339 (fscip) S 144297 144300 143936 0 -1 1077936192 131 0 0 0 1 0 0 0 20 0 41 0 22419878 11686297600 2532534 809668444160 4194304 16623229 140734171832608 0 0 0 0 0 2 1 0 0 -1 79 0 0 0 0 0 18838560 18947056 50184192 140734171841545 140734171841663 140734171841663 140734171848688 0
[pid=144300/tid=144340] ppid=144297 vsize=11412400 memory=10052512 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/144300/task/144340/stat : 144340 (fscip) S 144297 144300 143936 0 -1 1077936192 129 0 0 0 0 2 0 0 20 0 41 0 22419878 11686297600 2532534 809668444160 4194304 16623229 140734171832608 0 0 0 0 0 2 1 0 0 -1 19 0 0 0 0 0 18838560 18947056 50184192 140734171841545 140734171841663 140734171841663 140734171848688 0
[pid=144300/tid=144341] ppid=144297 vsize=11412400 memory=10126220 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/144300/task/144341/stat : 144341 (fscip) S 144297 144300 143936 0 -1 1077936192 126 0 0 0 0 2 0 0 20 0 41 0 22419878 11686297600 2532534 809668444160 4194304 16623229 140734171832608 0 0 0 0 0 2 1 0 0 -1 31 0 0 0 0 0 18838560 18947056 50184192 140734171841545 140734171841663 140734171841663 140734171848688 0
Current children cumulated CPU time: 72002 s
Current children cumulated vsize: 11412400 KiB
Current children cumulated memory: 10130136 KiB

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

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

# cumulated CPU time of all completed processes:  user=71433.3 s, system=569.269 s

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

[startup+3634.41 s]*
/proc/loadavg: 81.41 80.80 79.36 43/941 146312
/proc/meminfo: memFree=762160916/790760804 swapFree=131071996/131071996
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

[startup+3634.6 s]
/proc/loadavg: 81.41 80.80 79.36 43/941 146312
/proc/meminfo: memFree=762160916/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): 3634.69
CPU time (s): 72002.6
CPU user time (s): 71433.3
CPU system time (s): 569.269
CPU usage (%): 1980.98
Max. virtual memory (cumulated for all children) (KiB): 11412400
Max. memory (cumulated for all children) (KiB): 10130136

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 71433.3
system time used= 569.269
maximum resident set size= 10130684
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 28037393
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= 2270708
involuntary context switches= 350708


# summary of solver processes directly reported to runsolver:
#   pid: 144300
#   total CPU time (s): 72002.6
#   total CPU user time (s): 71433.3
#   total CPU system time (s): 569.269

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 26.4481 second user time and 76.2011 second system time

The end

Launcher Data

Begin job on nodeD105 at 2024-08-02 02:26:08
IDJOB=4465725
IDBENCH=160354
IDSOLVER=3094
FILE ID=nodeD105/4465725-1722558368
RUNJOBID= nodeD105-1722558365-143949
SLURM_JOB_ID= 8254285
Free space on /tmp= 8622840 MiB

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

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

MD5SUM BENCH= 1a042d5fcb76a110c048c575a59fde0e
RANDOM SEED=984359813

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		: 3011.573
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		: 2985.836
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		: 2871.038
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		: 3251.137
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		: 2982.825
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		: 2930.339
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		: 3053.088
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		: 3222.081
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		: 2999.959
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		: 2953.190
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		: 3044.017
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		: 3515.539
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		: 3011.779
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		: 2965.813
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		: 3089.492
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		: 3437.315
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		: 3006.441
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		: 3105.321
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		: 2968.898
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		: 3598.673
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		: 3004.512
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		: 3061.989
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		: 3077.632
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		: 3197.868
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		: 2989.582
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		: 3105.329
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		: 3021.536
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		: 1887.603
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		: 2998.249
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		: 3058.243
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		: 3044.326
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		: 1764.410
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.258
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		: 3050.863
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		: 3052.671
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		: 2626.374
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		: 3012.054
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		: 3105.337
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		: 3089.181
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		: 2604.395
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		: 2962.047
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		: 2888.513
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		: 3089.163
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		: 2621.204
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		: 2937.210
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		: 3030.753
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		: 3042.459
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		: 2631.831
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		: 3012.088
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		: 2974.622
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		: 3088.987
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.631
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		: 2936.359
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		: 2999.354
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		: 3055.604
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		: 2658.480
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		: 2949.538
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		: 3105.362
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		: 2898.872
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		: 2655.592
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		: 2856.179
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		: 2959.824
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		: 3049.312
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		: 2666.828
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		: 3012.132
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		: 3105.372
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		: 2959.419
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		: 2648.366
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		: 3012.140
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		: 3105.376
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		: 2935.136
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		: 2664.468
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		: 2960.172
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		: 3065.464
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		: 3088.573
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		: 2199.170
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		: 2998.471
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		: 3007.233
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		: 3088.564
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		: 3610.316
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:        779941068 kB
MemAvailable:   782375428 kB
Buffers:          328396 kB
Cached:          5413096 kB
SwapCached:            0 kB
Active:           520284 kB
Inactive:        7699676 kB
Active(anon):       2168 kB
Inactive(anon):  2498824 kB
Active(file):     518116 kB
Inactive(file):  5200852 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:            114376 kB
Writeback:            24 kB
AnonPages:       2479384 kB
Mapped:           126724 kB
Shmem:             22536 kB
KReclaimable:     270188 kB
Slab:             641056 kB
SReclaimable:     270188 kB
SUnreclaim:       370868 kB
KernelStack:       16992 kB
PageTables:        15524 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    526452396 kB
Committed_AS:    1755736 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:           286848 kB
HardwareCorrupted:     0 kB
AnonHugePages:    290816 kB
ShmemHugePages:        0 kB
ShmemPmdMapped:        0 kB
FileHugePages:         0 kB
FilePmdMapped:         0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
Hugetlb:               0 kB
DirectMap4k:      657408 kB
DirectMap2M:    82677760 kB
DirectMap1G:    722468864 kB

Free space on /tmp at the end= 8622804 MiB
End job on nodeD105 at 2024-08-02 03:26:42