Trace number 4465727

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.8 3644.54

General information on the benchmark

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

Solver Data

0.00/0.00	c The following solver is parallelized by UG version 1.0.0 [GitHash: e6e2b6ff-dirty]
0.00/0.00	c SCIP version 10.0.0 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: Soplex 7.1.1] [GitHash: 020d91813d]
0.00/0.00	c Copyright (c) 2002-2024 Zuse Institute Berlin (ZIB)
0.00/0.00	c External libraries: 
0.00/0.00	c   Soplex 7.1.1         Linear Programming Solver developed at Zuse Institute Berlin (soplex.zib.de) [GitHash: b4905e82]
0.00/0.00	c   CppAD 20180000.0     Algorithmic Differentiation of C++ algorithms developed by B. Bell (github.com/coin-or/CppAD)
0.00/0.00	c   AMPL/MP 690e9e7      AMPL .nl file reader library (github.com/ampl/mp)
0.00/0.00	c   PaPILO 2.4.0         parallel presolve for integer and linear optimization (github.com/scipopt/papilo)
0.00/0.00	c   Nauty 2.8.8          Computing Graph Automorphism Groups by Brendan D. McKay (users.cecs.anu.edu.au/~bdm/nauty)
0.00/0.00	c   sassy 1.1            Symmetry preprocessor by Markus Anders (github.com/markusa4/sassy)
0.00/0.01	c Default LC presolving (default).
0.00/0.01	c ** Before presolving: virtualMemUsedAtLc = 29974528, getVmSize() = 29974528, SCIPgetMemUsed() = 6349052, SCIPgetMemTotal() = 8054892, SCIPgetMemExternEstim() = 4324956
0.00/0.01	c ** set memory limit for presolving in LC to 8.796e+12 for SCIP **
0.00/0.03	c ** Estimated virtualMemUsedAtSolver = 20308748, getVmSize() = 40235008, SCIPgetMemUsed() = 11545340, SCIPgetMemTotal() = 17334932, SCIPgetMemExternEstim() = 4324956
0.00/0.03	c ** set memory limit for solvers to 4.18855e+11 for each SCIP **
0.00/0.03	c Original Problem   :
0.00/0.03	c   Problem name     : instance-4465727-1722558461
0.00/0.03	c   Variables        : 901 (901 binary, 0 integer, 0 implicit integer, 0 continuous)
0.00/0.03	c   Constraints      : 3602
0.00/0.03	c   Objective sense  : minimize
0.00/0.03	c Presolved Problem  :
0.00/0.03	c   Variables        : 900 (900 binary, 0 integer, 0 implicit integer, 0 continuous)
0.00/0.03	c   Constraints      : 1800
0.00/0.03	c Constraints        : Number
0.00/0.03	c   linear           : 1800 
0.00/0.03	c ** Instance transfer method used: 0
0.00/0.04	c ** ParaScipInstance copy does not increase the number of variables. **
0.00/0.11	c LC is working with racing ramp-up and with rebuilding tree after racing.
0.12/0.12	c                                Nodes    Active                                            
0.12/0.12	c      Time          Nodes        Left   Solvers     Best Integer        Best Node        Gap     Best Node(S)     Gap(S)
96.88/5.07	c         5             34          33        20                -           0.0000          -
195.66/10.11	c        10           1144         826        20                -           0.0000          -
294.50/15.13	c        15           2984        2330        20                -           0.0000          -
396.63/20.20	c        20          11836       11110        20                -           0.0000          -
495.08/25.25	c        25           5950        4495        20                -           0.0000          -
595.72/30.31	c        30           8478        6790        20                -           0.0000          -
694.46/35.36	c        35          10291        8366        20                -           0.0000          -
795.23/40.42	c        40          12350       10109        20                -           0.0000          -
894.02/45.46	c        45          14308       11815        20                -           0.0000          -
994.78/50.52	c        51          16499       13614        20                -           0.0000          -
1093.60/55.59	c        56          18709       15391        20                -           0.0000          -
1194.01/60.63	c        61          20683       16994        20                -           0.0000          -
1292.81/65.69	c        66          22839       18654        20                -           0.0000          -
1393.58/70.75	c        71          24831       20220        20                -           0.0000          -
1492.20/75.75	c        76          55159       50554        20                -           0.0000          -
1593.09/80.82	c        81          58974       54107        20                -           0.0000          -
1693.74/85.91	c        86          62844       57711        20                -           0.0000          -
1792.49/90.96	c        91         446965         171        20                -           0.0000          -
1893.67/96.03	c        96          70757       64847        20                -           0.0000          -
1992.54/101.09	c       101         493666         173        20                -           0.0000          -
2092.99/106.14	c       106         518432         166        20                -           0.0000          -
2191.77/111.15	c       111          82693       75365        20                -           0.0000          -
2292.12/116.24	c       116          46708       30215        20                -           0.0000          -
2390.98/121.29	c       121          49145       31691        20                -           0.0000          -
2491.69/126.34	c       126          51559       32976        20                -           0.0000          -
2592.36/131.40	c       131          53776       34485        20                -           0.0000          -
2691.45/136.46	c       136          56240       35841        20                -           0.0000          -
2790.00/141.49	c       142          58601       37248        20                -           0.0000          -
2890.68/146.54	c       147          61214       38832        20                -           0.0000          -
2991.45/151.62	c       152          63478       40540        20                -           0.0000          -
3090.13/156.65	c       157          65567       41728        20                -           0.0000          -
3190.94/161.70	c       162          67608       42788        20                -           0.0000          -
3289.75/166.77	c       167          69983       44102        20                -           0.0000          -
3390.57/171.81	c       172          71996       45255        20                -           0.0000          -
3489.51/176.86	c       177          74370       46762        20                -           0.0000          -
3589.98/181.91	c       182          76742       48225        20                -           0.0000          -
3688.66/186.99	c       187          78989       49576        20                -           0.0000          -
3789.94/192.04	c       192          81368       50642        20                -           0.0000          -
3888.77/197.09	c       197         905416         168        20                -           0.0000          -
3987.14/202.10	c       202         153668      138531        20                -           0.0000          -
4086.08/207.11	c       207         157536      142036        20                -           0.0000          -
4184.97/212.13	c       212          84562       64402        20                -           0.0000          -
4285.64/217.14	c       217          87029       65996        20                -           0.0000          -
4384.61/222.20	c       222          89332       67571        20                -           0.0000          -
4484.48/227.24	c       227          97439       60675        20                -           0.0000          -
4585.23/232.30	c       232          99480       62201        20                -           0.0000          -
4684.05/237.38	c       237         101806       63866        20                -           0.0000          -
4784.93/242.43	c       242         184712      166110        20                -           0.0000          -
4883.81/247.49	c       248         188739      169654        20                -           0.0000          -
4984.69/252.54	c       253         192622      173010        20                -           0.0000          -
5083.54/257.56	c       258         196448      176448        20                -           0.0000          -
5184.22/262.62	c       263         200428      179730        20                -           0.0000          -
5283.08/267.63	c       268         204316      183280        20                -           0.0000          -
5383.87/272.71	c       273         208271      186853        20                -           0.0000          -
5482.67/277.77	c       278         212282      190330        20                -           0.0000          -
5583.52/282.87	c       283         216195      193785        20                -           0.0000          -
5684.12/287.95	c       288         220112      197137        20                -           0.0000          -
5782.81/293.01	c       293         223968      200523        20                -           0.0000          -
5883.92/298.06	c       298         227859      203958        20                -           0.0000          -
5982.90/303.10	c       303         231610      207270        20                -           0.0000          -
6083.99/308.16	c       308         235452      210699        20                -           0.0000          -
6183.97/313.20	c       313         239402      214215        20                -           0.0000          -
6282.83/318.31	c       318         243431      217711        20                -           0.0000          -
6383.90/323.34	c       323         247324      221124        20                -           0.0000          -
6482.62/328.39	c       328         251173      224761        20                -           0.0000          -
6583.32/333.46	c       333         255081      228292        20                -           0.0000          -
6684.06/338.51	c       339         258999      231902        20                -           0.0000          -
6782.82/343.57	c       344         262828      235340        20                -           0.0000          -
6883.52/348.63	c       349        1511109         130        20                -           0.0000          -
6982.38/353.68	c       354        1528483         130        20                -           0.0000          -
7083.13/358.73	c       359        1547744         138        20                -           0.0000          -
7181.93/363.79	c       364        1567484         138        20                -           0.0000          -
7282.73/368.83	c       369        1586406         131        20                -           0.0000          -
7381.48/373.88	c       374        1605455         148        20                -           0.0000          -
7481.98/378.95	c       379        1623248         132        20                -           0.0000          -
7580.84/384.00	c       384        1642960         145        20                -           0.0000          -
7682.23/389.05	c       389        1661115         195        20                -           0.0000          -
7781.05/394.12	c       394        1679455         129        20                -           0.0000          -
7882.06/399.17	c       399        1698152         175        20                -           0.0000          -
7982.11/404.20	c       404         309787      276980        20                -           0.0000          -
8081.08/409.26	c       409         313848      280421        20                -           0.0000          -
8181.79/414.31	c       414         317999      283865        20                -           0.0000          -
8280.60/419.37	c       419         174682      129020        20                -           0.0000          -
8381.29/424.42	c       424         176845      130889        20                -           0.0000          -
8480.21/429.47	c       429         179108      132816        20                -           0.0000          -
8578.93/434.49	c       434         333431      297252        20                -           0.0000          -
8677.67/439.49	c       440         337442      300693        20                -           0.0000          -
8778.47/444.54	c       445         341345      304110        20                -           0.0000          -
8877.17/449.60	c       450         345181      307279        20                -           0.0000          -
8977.94/454.67	c       455         348899      310645        20                -           0.0000          -
9078.67/459.77	c       460         352806      314108        20                -           0.0000          -
9179.46/464.82	c       465         356763      317496        20                -           0.0000          -
9278.18/469.88	c       470         360594      320982        20                -           0.0000          -
9378.91/474.94	c       475         207200      129023        20                -           0.0000          -
9477.71/479.99	c       480         209692      130707        20                -           0.0000          -
9579.04/485.05	c       485         212246      132240        20                -           0.0000          -
9677.99/490.10	c       490         214408      133616        20                -           0.0000          -
9778.55/495.14	c       495         216908      135125        20                -           0.0000          -
9877.53/500.16	c       500         384578      341685        20                -           0.0000          -
9977.59/505.25	c       505         222515      137544        20                -           0.0000          -
10078.56/510.31	c       510         224716      138680        20                -           0.0000          -
10177.35/515.37	c       515         226730      139684        20                -           0.0000          -
10277.85/520.42	c       520        2134458         135        20                -           0.0000          -
10376.64/525.48	c       525        2156303         158        20                -           0.0000          -
10477.49/530.53	c       531        2176640         120        20                -           0.0000          -
10576.31/535.57	c       536        2195658         128        20                -           0.0000          -
10677.11/540.63	c       541        2214668         133        20                -           0.0000          -
10775.98/545.67	c       546        2234317         134        20                -           0.0000          -
10876.79/550.77	c       551        2254312         131        20                -           0.0000          -
10977.51/555.83	c       556        2273189         114        20                -           0.0000          -
11076.32/560.88	c       561        2292332         149        20                -           0.0000          -
11177.13/565.93	c       566        2315938         150        20                -           0.0000          -
11275.98/570.97	c       571        2337532         149        20                -           0.0000          -
11377.37/576.05	c       576        2356506         131        20                -           0.0000          -
11476.35/581.10	c       581        2375525         146        20                -           0.0000          -
11577.30/586.15	c       586        2394354         173        20                -           0.0000          -
11677.45/591.21	c       591        2412963         172        20                -           0.0000          -
11776.16/596.25	c       596        2435712         157        20                -           0.0000          -
11876.75/601.33	c       601         463505      411206        20                -           0.0000          -
11975.65/606.39	c       606         467473      414804        20                -           0.0000          -
12076.49/611.41	c       611         471370      418361        20                -           0.0000          -
12175.30/616.47	c       616         475205      421891        20                -           0.0000          -
12276.13/621.53	c       622        2532059         118        20                -           0.0000          -
12375.02/626.58	c       627         483009      428749        20                -           0.0000          -
12475.75/631.64	c       632        2575773         133        20                -           0.0000          -
12574.62/636.69	c       637        2594712         138        20                -           0.0000          -
12675.30/641.71	c       642        2613568         123        20                -           0.0000          -
12774.13/646.79	c       647        2630646         162        20                -           0.0000          -
12874.90/651.84	c       652        2649713         125        20                -           0.0000          -
12973.46/656.85	c       657        2667364         127        20                -           0.0000          -
13072.29/661.87	c       662         280212      216481        20                -           0.0000          -
13173.14/666.94	c       667         294165      178131        20                -           0.0000          -
13271.85/671.99	c       672         296410      179437        20                -           0.0000          -
13373.13/677.06	c       677         298854      180795        20                -           0.0000          -
13472.05/682.14	c       682         301345      182174        20                -           0.0000          -
13574.00/687.20	c       687        2776412         132        20                -           0.0000          -
13672.94/692.25	c       692        2792507         127        20                -           0.0000          -
13773.84/697.30	c       697        2808780         138        20                -           0.0000          -
13872.75/702.35	c       702        2822372         126        20                -           0.0000          -
13973.51/707.41	c       707        2839342         139        20                -           0.0000          -
14072.28/712.46	c       712        2856362         128        20                -           0.0000          -
14173.33/717.51	c       718        2873475         117        20                -           0.0000          -
14272.14/722.56	c       723        2889686         151        20                -           0.0000          -
14372.87/727.60	c       728        2903817         155        20                -           0.0000          -
14471.75/732.66	c       733        2917918         130        20                -           0.0000          -
14572.53/737.71	c       738        2933185         128        20                -           0.0000          -
14671.42/742.75	c       743        2950327         141        20                -           0.0000          -
14770.33/747.76	c       748        2966029         119        20                -           0.0000          -
14871.26/752.81	c       753        2980548         149        20                -           0.0000          -
14970.14/757.86	c       758        2992497         142        20                -           0.0000          -
15070.97/762.91	c       763        3005467         139        20                -           0.0000          -
15169.82/767.96	c       768        3019033         137        20                -           0.0000          -
15271.12/773.04	c       773        3035409         134        20                -           0.0000          -
15370.09/778.10	c       778        3049601         131        20                -           0.0000          -
15471.07/783.15	c       783        3063430         133        20                -           0.0000          -
15569.63/788.17	c       788        3077701         131        20                -           0.0000          -
15669.65/793.25	c       793        3092059         131        20                -           0.0000          -
15770.49/798.30	c       798        3105092         123        20                -           0.0000          -
15869.23/803.35	c       803        3119387         125        20                -           0.0000          -
15968.04/808.36	c       808        3135378         131        20                -           0.0000          -
16068.61/813.43	c       813        3151423         124        20                -           0.0000          -
16169.34/818.50	c       819        3166337         123        20                -           0.0000          -
16268.24/823.55	c       824        3184793         129        20                -           0.0000          -
16366.97/828.56	c       829        3204085         144        20                -           0.0000          -
16467.88/833.63	c       834        3223093         126        20                -           0.0000          -
16568.64/838.70	c       839        3240315         117        20                -           0.0000          -
16667.29/843.75	c       844        3258492         132        20                -           0.0000          -
16766.25/848.76	c       849        3276996         112        20                -           0.0000          -
16864.95/853.78	c       854        3294313         114        20                -           0.0000          -
16963.73/858.79	c       859         362760      283115        20                -           0.0000          -
17064.59/863.84	c       864         364675      284771        20                -           0.0000          -
17163.40/868.89	c       869        3345932         153        20                -           0.0000          -
17264.17/873.94	c       874        3361128         130        20                -           0.0000          -
17363.06/879.00	c       879        3377503         118        20                -           0.0000          -
17464.60/884.06	c       884        3394420         116        20                -           0.0000          -
17563.56/889.12	c       889        3413823         129        20                -           0.0000          -
17665.74/894.22	c       894        3429922         109        20                -           0.0000          -
17764.46/899.27	c       899        3445318         114        20                -           0.0000          -
17865.21/904.33	c       904        3463269         153        20                -           0.0000          -
17964.02/909.38	c       909        3481439         148        20                -           0.0000          -
18064.89/914.45	c       914        3499993         115        20                -           0.0000          -
18165.41/919.50	c       920        3518005         148        20                -           0.0000          -
18264.22/924.55	c       925        3534287         135        20                -           0.0000          -
18363.05/929.56	c       930        3554165         145        20                -           0.0000          -
18463.81/934.65	c       935         410618      242024        20                -           0.0000          -
18564.54/939.71	c       940        3588535         117        20                -           0.0000          -
18663.39/944.75	c       945        3606718         181        20                -           0.0000          -
18764.22/949.80	c       950        3629627         191        20                -           0.0000          -
18863.33/954.85	c       955        3652293         183        20                -           0.0000          -
18963.89/959.90	c       960        3672805         183        20                -           0.0000          -
19062.69/964.95	c       965        3695170         173        20                -           0.0000          -
19161.57/970.00	c       970        3717531         183        20                -           0.0000          -
19263.13/975.05	c       975        3739583         181        20                -           0.0000          -
19361.88/980.10	c       980        3761940         177        20                -           0.0000          -
19462.34/985.15	c       985        3785605         205        20                -           0.0000          -
19561.18/990.20	c       990        3805676         137        20                -           0.0000          -
19661.13/995.25	c       995        3824400         138        20                -           0.0000          -
19762.01/1000.30	c      1000        3837631         134        20                -           0.0000          -
19860.85/1005.35	c      1005        3853592         120        20                -           0.0000          -
19959.72/1010.38	c      1010        3869398         124        20                -           0.0000          -
20060.57/1015.45	c      1015        3884439         154        20                -           0.0000          -
20161.39/1020.50	c      1021        3900388         113        20                -           0.0000          -
20260.31/1025.54	c      1026        3917895         136        20                -           0.0000          -
20361.00/1030.60	c      1031        3935717         125        20                -           0.0000          -
20459.96/1035.65	c      1036        3955407         122        20                -           0.0000          -
20560.81/1040.70	c      1041        3976560         136        20                -           0.0000          -
20659.70/1045.75	c      1046        3993523         113        20                -           0.0000          -
20758.55/1050.79	c      1051        4016089         190        20                -           0.0000          -
20859.35/1055.86	c      1056        4039804         210        20                -           0.0000          -
20960.18/1060.90	c      1061        4061503         181        20                -           0.0000          -
21058.89/1065.96	c      1066        4082139         174        20                -           0.0000          -
21157.70/1070.97	c      1071        4103951         173        20                -           0.0000          -
21256.60/1075.99	c      1076        4125808         120        20                -           0.0000          -
21358.04/1081.06	c      1081        4143577         109        20                -           0.0000          -
21456.63/1086.08	c      1086         452561      354360        20                -           0.0000          -
21557.57/1091.16	c      1091        4182226         105        20                -           0.0000          -
21657.73/1096.25	c      1096        4207691         175        20                -           0.0000          -
21758.33/1101.30	c      1101        4231765         187        20                -           0.0000          -
21857.09/1106.35	c      1106        4257267         149        20                -           0.0000          -
21957.90/1111.40	c      1111        4281798         173        20                -           0.0000          -
22056.79/1116.45	c      1116        4301256         112        20                -           0.0000          -
22157.50/1121.50	c      1122        4317786         141        20                -           0.0000          -
22256.38/1126.55	c      1127        4336478         149        20                -           0.0000          -
22356.97/1131.60	c      1132        4360478         165        20                -           0.0000          -
22455.75/1136.65	c      1137        4384438         219        20                -           0.0000          -
22556.52/1141.70	c      1142        4409619         205        20                -           0.0000          -
22655.44/1146.76	c      1147        4436101         168        20                -           0.0000          -
22754.05/1151.77	c      1152        4455886         152        20                -           0.0000          -
22852.97/1156.77	c      1157        4471366         131        20                -           0.0000          -
22953.72/1161.81	c      1162        4486333         129        20                -           0.0000          -
23052.59/1166.87	c      1167        4504165         121        20                -           0.0000          -
23153.40/1171.95	c      1172        4520632         143        20                -           0.0000          -
23252.38/1177.03	c      1177        4537666         125        20                -           0.0000          -
23353.53/1182.09	c      1182        4552747         147        20                -           0.0000          -
23454.49/1187.13	c      1187        4569820         121        20                -           0.0000          -
23554.73/1192.21	c      1192        4589723         153        20                -           0.0000          -
23653.51/1197.27	c      1197         528819      307059        20                -           0.0000          -
23754.17/1202.31	c      1202        4619828         134        20                -           0.0000          -
23852.75/1207.34	c      1207        4635916         115        20                -           0.0000          -
23953.56/1212.41	c      1212        4651596         112        20                -           0.0000          -
24052.53/1217.46	c      1217        4669096         189        20                -           0.0000          -
24153.16/1222.50	c      1222        4690419         174        20                -           0.0000          -
24251.97/1227.51	c      1228        4714285         175        20                -           0.0000          -
24352.74/1232.62	c      1233         508110      397971        20                -           0.0000          -
24451.57/1237.67	c      1238         509955      399464        20                -           0.0000          -
24552.27/1242.72	c      1243        4786822         202        20                -           0.0000          -
24651.20/1247.77	c      1248        4893809         176        20                -           0.0000          -
24752.01/1252.82	c      1253        4918983         182        20                -           0.0000          -
24850.89/1257.87	c      1258        4943535         172        20                -           0.0000          -
24951.51/1262.93	c      1263        4964930         166        20                -           0.0000          -
25050.21/1267.97	c      1268        4876930         119        20                -           0.0000          -
25148.99/1273.02	c      1273        5007726         166        20                -           0.0000          -
25250.38/1278.07	c      1278        4913264         130        20                -           0.0000          -
25349.22/1283.12	c      1283        5049282         174        20                -           0.0000          -
25450.08/1288.17	c      1288        5071023         150        20                -           0.0000          -
25550.35/1293.22	c      1293        5091320         131        20                -           0.0000          -
25649.18/1298.27	c      1298        4981524         164        20                -           0.0000          -
25750.02/1303.32	c      1303        4999580         114        20                -           0.0000          -
25848.98/1308.34	c      1308        5015853         117        20                -           0.0000          -
25948.14/1313.35	c      1313        5031268         126        20                -           0.0000          -
26048.81/1318.41	c      1318        5047733         107        20                -           0.0000          -
26147.54/1323.48	c      1323        5062775         108        20                -           0.0000          -
26248.42/1328.57	c      1329        5234853         171        20                -           0.0000          -
26349.34/1333.62	c      1334        5257590         166        20                -           0.0000          -
26448.28/1338.67	c      1339        5277464         137        20                -           0.0000          -
26548.76/1343.72	c      1344        5296285         129        20                -           0.0000          -
26647.53/1348.77	c      1349        5144577         122        20                -           0.0000          -
26748.33/1353.83	c      1354        5335707         176        20                -           0.0000          -
26847.20/1358.85	c      1359        5182545         111        20                -           0.0000          -
26948.13/1363.91	c      1364        5199045         114        20                -           0.0000          -
27046.78/1368.97	c      1369        5215932         189        20                -           0.0000          -
27145.67/1374.02	c      1374        5412792         164        20                -           0.0000          -
27246.88/1379.07	c      1379        5434022         180        20                -           0.0000          -
27345.71/1384.12	c      1384        5455114         185        20                -           0.0000          -
27446.61/1389.18	c      1389        5477681         150        20                -           0.0000          -
27547.00/1394.20	c      1394        5297428         162        20                -           0.0000          -
27645.73/1399.22	c      1399        5313296         137        20                -           0.0000          -
27744.60/1404.27	c      1404        5327164         112        20                -           0.0000          -
27843.48/1409.29	c      1409        5347949         216        20                -           0.0000          -
27944.39/1414.32	c      1414        5367649         122        20                -           0.0000          -
28045.13/1419.41	c      1419        5386724         129        20                -           0.0000          -
28143.81/1424.45	c      1424        5404811         140        20                -           0.0000          -
28244.53/1429.53	c      1430         632352      362731        20                -           0.0000          -
28343.23/1434.58	c      1435        5449170         157        20                -           0.0000          -
28444.00/1439.63	c      1440        5470874         158        20                -           0.0000          -
28542.84/1444.68	c      1445        5494215         162        20                -           0.0000          -
28643.55/1449.73	c      1450        5517575         173        20                -           0.0000          -
28742.35/1454.78	c      1455        5540909         198        20                -           0.0000          -
28841.14/1459.80	c      1460        5562903         182        20                -           0.0000          -
28941.72/1464.86	c      1465        5584958         150        20                -           0.0000          -
29042.62/1469.94	c      1470        5603784         188        20                -           0.0000          -
29141.33/1475.02	c      1475        5825398         171        20                -           0.0000          -
29242.79/1480.07	c      1480        5646353         122        20                -           0.0000          -
29341.43/1485.12	c      1485        5872061         169        20                -           0.0000          -
29442.14/1490.16	c      1490        5680899         127        20                -           0.0000          -
29542.53/1495.22	c      1495        5916232         172        20                -           0.0000          -
29641.26/1500.27	c      1500        5938465         172        20                -           0.0000          -
29741.88/1505.32	c      1505        5741361         188        20                -           0.0000          -
29840.70/1510.37	c      1510        5979561         167        20                -           0.0000          -
29941.41/1515.41	c      1515        5789836         177        20                -           0.0000          -
30040.32/1520.47	c      1520         610114      476443        20                -           0.0000          -
30141.14/1525.52	c      1526        6042859         190        20                -           0.0000          -
30239.91/1530.57	c      1531        6065780         169        20                -           0.0000          -
30340.57/1535.62	c      1536        6089738         180        20                -           0.0000          -
30439.37/1540.65	c      1541        5901959         176        20                -           0.0000          -
30538.23/1545.68	c      1546        5923479         178        20                -           0.0000          -
30638.99/1550.74	c      1551        5945009         178        20                -           0.0000          -
30739.77/1555.81	c      1556        5967487         154        20                -           0.0000          -
30838.61/1560.87	c      1561        6200922         147        20                -           0.0000          -
30939.41/1565.92	c      1566        6220510         166        20                -           0.0000          -
31038.15/1570.97	c      1571        6029073         171        20                -           0.0000          -
31136.98/1576.02	c      1576        6260767         192        20                -           0.0000          -
31238.49/1581.07	c      1581        6068497         147        20                -           0.0000          -
31337.25/1586.09	c      1586        6088354         164        20                -           0.0000          -
31437.63/1591.14	c      1591        6108562         150        20                -           0.0000          -
31537.99/1596.20	c      1596        6128153         166        20                -           0.0000          -
31636.88/1601.25	c      1601        6148041         150        20                -           0.0000          -
31737.70/1606.30	c      1606        6168268         148        20                -           0.0000          -
31836.42/1611.37	c      1611        6188064         183        20                -           0.0000          -
31937.02/1616.42	c      1616        6429127         135        20                -           0.0000          -
32035.92/1621.48	c      1621        6451091         144        20                -           0.0000          -
32136.72/1626.53	c      1627        6471315         160        20                -           0.0000          -
32235.41/1631.54	c      1632        6267333         170        20                -           0.0000          -
32334.29/1636.56	c      1637         649104      505705        20                -           0.0000          -
32434.61/1641.67	c      1642        6307161         202        20                -           0.0000          -
32535.47/1646.72	c      1647        6554181         134        20                -           0.0000          -
32634.35/1651.77	c      1652        6576132         175        20                -           0.0000          -
32735.03/1656.82	c      1657        6597084         177        20                -           0.0000          -
32833.86/1661.87	c      1662        6618607         151        20                -           0.0000          -
32934.58/1666.92	c      1667        6410636         183        20                -           0.0000          -
33033.52/1671.97	c      1672        6660972         165        20                -           0.0000          -
33132.09/1677.01	c      1677        6451786         163        20                -           0.0000          -
33233.41/1682.07	c      1682        6472148         143        20                -           0.0000          -
33331.96/1687.12	c      1687        6491251         152        20                -           0.0000          -
33432.90/1692.17	c      1692        6744517         159        20                -           0.0000          -
33533.03/1697.22	c      1697        6767275         177        20                -           0.0000          -
33631.61/1702.27	c      1702        6555324         164        20                -           0.0000          -
33732.53/1707.32	c      1707        6809120         160        20                -           0.0000          -
33831.24/1712.37	c      1712        6831510         157        20                -           0.0000          -
33932.16/1717.42	c      1717        6854762         173        20                -           0.0000          -
34031.03/1722.47	c      1722        6636089         150        20                -           0.0000          -
34131.81/1727.53	c      1728        6655824         182        20                -           0.0000          -
34230.62/1732.57	c      1733        6675008         169        20                -           0.0000          -
34331.33/1737.62	c      1738        6694070         168        20                -           0.0000          -
34430.07/1742.67	c      1743        6713966         143        20                -           0.0000          -
34528.75/1747.70	c      1748        6731843         154        20                -           0.0000          -
34629.42/1752.73	c      1753        6752731         144        20                -           0.0000          -
34728.21/1757.76	c      1758        6772088         154        20                -           0.0000          -
34826.90/1762.78	c      1763        6792282         160        20                -           0.0000          -
34927.68/1767.86	c      1768         776999      435413        20                -           0.0000          -
35028.55/1772.90	c      1773         778941      436674        20                -           0.0000          -
35127.51/1777.98	c      1778        6849417         167        20                -           0.0000          -
35228.82/1783.06	c      1783        6869292         200        20                -           0.0000          -
35327.88/1788.11	c      1788        6889944         158        20                -           0.0000          -
35428.55/1793.13	c      1793        6909652         162        20                -           0.0000          -
35529.01/1798.22	c      1798        6929944         150        20                -           0.0000          -
35627.76/1803.27	c      1803        7259665         154        20                -           0.0000          -
35728.67/1808.32	c      1808        7283666         160        20                -           0.0000          -
35827.57/1813.37	c      1813        6991452         147        20                -           0.0000          -
35928.37/1818.42	c      1818        7012747         164        20                -           0.0000          -
36026.92/1823.43	c      1823        7034703         163        20                -           0.0000          -
36127.51/1828.53	c      1829        7057726         181        20                -           0.0000          -
36226.21/1833.57	c      1834        7077768         199        20                -           0.0000          -
36327.08/1838.62	c      1839        7432562         146        20                -           0.0000          -
36425.91/1843.64	c      1844        7119051         191        20                -           0.0000          -
36524.66/1848.68	c      1849        7138718         195        20                -           0.0000          -
36625.43/1853.76	c      1854        7156285         151        20                -           0.0000          -
36724.18/1858.79	c      1859        7175430         151        20                -           0.0000          -
36824.99/1863.84	c      1864        7192138         161        20                -           0.0000          -
36923.78/1868.89	c      1869        7211950         151        20                -           0.0000          -
37024.57/1873.90	c      1874        7231467         158        20                -           0.0000          -
37123.39/1878.94	c      1879        1445525     1267407        20                -           0.0000          -
37222.12/1884.02	c      1884         728606      566137        20                -           0.0000          -
37323.55/1889.06	c      1889        7287573         174        20                -           0.0000          -
37422.37/1894.11	c      1894        7304847         149        20                -           0.0000          -
37523.45/1899.17	c      1899        7322743         149        20                -           0.0000          -
37623.39/1904.23	c      1904        7340781         172        20                -           0.0000          -
37722.22/1909.28	c      1909        7358827         186        20                -           0.0000          -
37823.07/1914.31	c      1914        1473109     1290709        20                -           0.0000          -
37922.03/1919.36	c      1919        1477029     1293939        20                -           0.0000          -
38022.87/1924.47	c      1924        1480906     1297255        20                -           0.0000          -
38123.53/1929.52	c      1930        1484771     1300634        20                -           0.0000          -
38222.28/1934.57	c      1935        1488664     1304008        20                -           0.0000          -
38323.01/1939.63	c      1940        1492480     1307333        20                -           0.0000          -
38421.83/1944.67	c      1945        1496290     1310584        20                -           0.0000          -
38522.72/1949.72	c      1950        1499970     1313745        20                -           0.0000          -
38621.67/1954.73	c      1955        7523302         203        20                -           0.0000          -
38722.64/1959.83	c      1960        1507624     1320608        20                -           0.0000          -
38821.43/1964.87	c      1965        1511402     1323722        20                -           0.0000          -
38922.32/1969.92	c      1970        1515197     1327065        20                -           0.0000          -
39021.29/1974.97	c      1975        1518872     1330261        20                -           0.0000          -
39120.09/1980.01	c      1980        7614889         170        20                -           0.0000          -
39221.45/1985.07	c      1985         873586      487094        20                -           0.0000          -
39320.20/1990.12	c      1990         875827      488678        20                -           0.0000          -
39421.10/1995.17	c      1995         764432      592161        20                -           0.0000          -
39521.27/2000.20	c      2000        7692477         168        20                -           0.0000          -
39620.10/2005.27	c      2005        1542024     1350208        20                -           0.0000          -
39720.65/2010.32	c      2010        8244498         163        20                -           0.0000          -
39819.39/2015.37	c      2015        8268164         147        20                -           0.0000          -
39920.13/2020.42	c      2020        8293111         178        20                -           0.0000          -
40018.97/2025.47	c      2025        8316928         163        20                -           0.0000          -
40117.82/2030.49	c      2030        7821779         203        20                -           0.0000          -
40218.68/2035.54	c      2036        7843128         165        20                -           0.0000          -
40319.24/2040.60	c      2041        7865337         184        20                -           0.0000          -
40418.08/2045.65	c      2046        7885756         182        20                -           0.0000          -
40518.91/2050.71	c      2051        8433352         157        20                -           0.0000          -
40617.55/2055.76	c      2056        8456605         195        20                -           0.0000          -
40718.15/2060.81	c      2061        8479981         151        20                -           0.0000          -
40816.97/2065.86	c      2066        8505568         142        20                -           0.0000          -
40917.69/2070.91	c      2071        8530987         162        20                -           0.0000          -
41016.48/2075.96	c      2076        8554595         166        20                -           0.0000          -
41115.19/2081.01	c      2081        8577048         164        20                -           0.0000          -
41216.63/2086.07	c      2086        8598276         144        20                -           0.0000          -
41315.54/2091.07	c      2091         792617      614501        20                -           0.0000          -
41416.40/2096.14	c      2096        8068939         162        20                -           0.0000          -
41516.42/2101.22	c      2101         795600      616849        20                -           0.0000          -
41615.16/2106.25	c      2106        8104914         172        20                -           0.0000          -
41716.05/2111.31	c      2111        8700784         157        20                -           0.0000          -
41814.97/2116.36	c      2116        8723966         183        20                -           0.0000          -
41915.85/2121.41	c      2121        8751391         180        20                -           0.0000          -
42014.65/2126.46	c      2126        8775448         177        20                -           0.0000          -
42113.30/2131.48	c      2131        8198042         165        20                -           0.0000          -
42213.85/2136.52	c      2137        8218244         184        20                -           0.0000          -
42312.67/2141.56	c      2142         944557      522299        20                -           0.0000          -
42411.48/2146.58	c      2147         946595      523300        20                -           0.0000          -
42512.48/2151.63	c      2152        8279990         149        20                -           0.0000          -
42611.23/2156.68	c      2157        8299851         183        20                -           0.0000          -
42712.17/2161.78	c      2162        8322439         163        20                -           0.0000          -
42811.02/2166.79	c      2167        8344981         181        20                -           0.0000          -
42911.55/2171.88	c      2172        8364056         155        20                -           0.0000          -
43010.23/2176.90	c      2177        8384330         155        20                -           0.0000          -
43111.00/2182.01	c      2182        9016646         149        20                -           0.0000          -
43212.46/2187.06	c      2187        9042070         181        20                -           0.0000          -
43311.02/2192.11	c      2192         822197      637199        20                -           0.0000          -
43412.12/2197.16	c      2197        9088151         154        20                -           0.0000          -
43512.12/2202.21	c      2202        9112344         178        20                -           0.0000          -
43610.89/2207.26	c      2207        9136441         153        20                -           0.0000          -
43711.70/2212.32	c      2212        9159845         151        20                -           0.0000          -
43810.54/2217.36	c      2217        9184666         164        20                -           0.0000          -
43909.26/2222.38	c      2222        8572994         151        20                -           0.0000          -
44010.13/2227.42	c      2227        8594273         169        20                -           0.0000          -
44109.12/2232.43	c      2232        8615992         150        20                -           0.0000          -
44207.76/2237.45	c      2237        8638676         167        20                -           0.0000          -
44308.27/2242.52	c      2243        8661373         171        20                -           0.0000          -
44409.01/2247.60	c      2248        8682905         150        20                -           0.0000          -
44509.87/2252.71	c      2253        9353899         148        20                -           0.0000          -
44608.44/2257.76	c      2258        9377009         144        20                -           0.0000          -
44709.38/2262.81	c      2263        9402203         149        20                -           0.0000          -
44808.01/2267.86	c      2268        9425246         161        20                -           0.0000          -
44908.92/2272.91	c      2273        9448719         141        20                -           0.0000          -
45007.69/2277.92	c      2278        8817443         155        20                -           0.0000          -
45106.55/2283.01	c      2283        9496352         151        20                -           0.0000          -
45207.86/2288.07	c      2288        9519754         167        20                -           0.0000          -
45306.97/2293.11	c      2293        9542110         150        20                -           0.0000          -
45407.85/2298.16	c      2298        9565488         156        20                -           0.0000          -
45507.74/2303.21	c      2303        9588976         150        20                -           0.0000          -
45606.37/2308.26	c      2308        9612318         148        20                -           0.0000          -
45707.25/2313.31	c      2313        9636260         154        20                -           0.0000          -
45805.76/2318.36	c      2318        9660542         178        20                -           0.0000          -
45904.63/2323.37	c      2323         861183      665569        20                -           0.0000          -
46005.44/2328.46	c      2328        9024630         168        20                -           0.0000          -
46106.35/2333.51	c      2334        9045818         169        20                -           0.0000          -
46204.96/2338.56	c      2339        9753641         145        20                -           0.0000          -
46303.77/2343.57	c      2344        9079847         166        20                -           0.0000          -
46404.57/2348.60	c      2349        9099454         197        20                -           0.0000          -
46503.30/2353.60	c      2354        1038730      569248        20                -           0.0000          -
46602.20/2358.62	c      2359        1040972      570374        20                -           0.0000          -
46700.92/2363.67	c      2364        1043235      571474        20                -           0.0000          -
46801.50/2368.71	c      2369        9174922         146        20                -           0.0000          -
46900.20/2373.78	c      2374        9194038         145        20                -           0.0000          -
47001.09/2378.83	c      2379        9213576         131        20                -           0.0000          -
47099.89/2383.87	c      2384        9230500         125        20                -           0.0000          -
47198.64/2388.89	c      2389        9249127         198        20                -           0.0000          -
47299.46/2393.97	c      2394        9271708         171        20                -           0.0000          -
47398.27/2399.02	c      2399        9292671         149        20                -           0.0000          -
47499.36/2404.07	c      2404        9312056         152        20                -           0.0000          -
47598.28/2409.10	c      2409         886589      683819        20                -           0.0000          -
47699.24/2414.17	c      2414         888006      684858        20                -           0.0000          -
47799.18/2419.22	c      2419         889563      685869        20                -           0.0000          -
47897.93/2424.27	c      2424        9387494         118        20                -           0.0000          -
47998.70/2429.35	c      2429        9402625         185        20                -           0.0000          -
48097.46/2434.39	c      2434        9419442         132        20                -           0.0000          -
48200.24/2439.54	c      2440        9437192         118        20                -           0.0000          -
48301.10/2444.60	c      2445        9453506         121        20                -           0.0000          -
48400.02/2449.64	c      2450        9470032         111        20                -           0.0000          -
48498.81/2454.69	c      2455        9485856         112        20                -           0.0000          -
48599.58/2459.76	c      2460       10327590         165        20                -           0.0000          -
48700.48/2464.81	c      2465       10348877         138        20                -           0.0000          -
48799.35/2469.83	c      2470        9537715         124        20                -           0.0000          -
48900.19/2474.91	c      2475       10394190         158        20                -           0.0000          -
48999.11/2479.96	c      2480       10417021         158        20                -           0.0000          -
49097.72/2485.01	c      2485       10439063         168        20                -           0.0000          -
49199.24/2490.06	c      2490       10463128         155        20                -           0.0000          -
49298.15/2495.07	c      2495        9622702         141        20                -           0.0000          -
49397.02/2500.09	c      2500        9638183         113        20                -           0.0000          -
49495.76/2505.12	c      2505        9655569         106        20                -           0.0000          -
49596.76/2510.15	c      2510         914779      705429        20                -           0.0000          -
49697.03/2515.22	c      2515         916360      706482        20                -           0.0000          -
49795.69/2520.26	c      2520        9708335         121        20                -           0.0000          -
49896.38/2525.31	c      2525        9725982         119        20                -           0.0000          -
49995.29/2530.39	c      2530        9741621         107        20                -           0.0000          -
50096.17/2535.43	c      2535        9758384         150        20                -           0.0000          -
50195.11/2540.48	c      2540        9772800         112        20                -           0.0000          -
50295.69/2545.54	c      2546        9790644         112        20                -           0.0000          -
50394.50/2550.59	c      2551        9807655         109        20                -           0.0000          -
50495.30/2555.65	c      2556        9823077         135        20                -           0.0000          -
50594.21/2560.69	c      2561        9839817         147        20                -           0.0000          -
50694.87/2565.73	c      2566        1968083     1717963        20                -           0.0000          -
50793.50/2570.74	c      2571        1971958     1721412        20                -           0.0000          -
50894.52/2575.84	c      2576        9894877         144        20                -           0.0000          -
50995.06/2580.91	c      2581        9914465         115        20                -           0.0000          -
51094.10/2585.96	c      2586        1983320     1731055        20                -           0.0000          -
51192.70/2591.00	c      2591        1987292     1734578        20                -           0.0000          -
51294.15/2596.08	c      2596        9973730         152        20                -           0.0000          -
51392.95/2601.11	c      2601        1995412     1741401        20                -           0.0000          -
51493.58/2606.18	c      2606       10009673         144        20                -           0.0000          -
51593.71/2611.25	c      2611       10025019         171        20                -           0.0000          -
51694.53/2616.31	c      2616       10035976         167        20                -           0.0000          -
51793.39/2621.36	c      2621       10050103         166        20                -           0.0000          -
51892.17/2626.37	c      2626       10065798         206        20                -           0.0000          -
51993.02/2631.44	c      2631        2018040     1761199        20                -           0.0000          -
52093.84/2636.51	c      2637        2022046     1764628        20                -           0.0000          -
52192.66/2641.56	c      2642        2025935     1767861        20                -           0.0000          -
52293.30/2646.61	c      2647         951637      732419        20                -           0.0000          -
52392.17/2651.66	c      2652        2033323     1774331        20                -           0.0000          -
52493.12/2656.71	c      2657        2037388     1778018        20                -           0.0000          -
52591.90/2661.74	c      2662       10211392         143        20                -           0.0000          -
52692.71/2666.80	c      2667       10232890         161        20                -           0.0000          -
52791.61/2671.86	c      2672        2049084     1788022        20                -           0.0000          -
52892.42/2676.91	c      2677        2052795     1791113        20                -           0.0000          -
52991.22/2681.96	c      2682        2056539     1794178        20                -           0.0000          -
53089.91/2687.01	c      2687        2060235     1797122        20                -           0.0000          -
53191.10/2692.06	c      2692        2063968     1800282        20                -           0.0000          -
53289.98/2697.11	c      2697        2067673     1803374        20                -           0.0000          -
53388.89/2702.12	c      2702       10384356         125        20                -           0.0000          -
53489.84/2707.19	c      2707       10404650         124        20                -           0.0000          -
53590.29/2712.23	c      2712       10423431         176        20                -           0.0000          -
53691.08/2717.31	c      2717         970263      746690        20                -           0.0000          -
53789.94/2722.36	c      2722        2086976     1819679        20                -           0.0000          -
53890.65/2727.41	c      2727        2090831     1822924        20                -           0.0000          -
53989.59/2732.46	c      2732        2094535     1826102        20                -           0.0000          -
54088.34/2737.48	c      2737       10493517         147        20                -           0.0000          -
54189.02/2742.55	c      2743       10508443         169        20                -           0.0000          -
54289.90/2747.61	c      2748       11694662         149        20                -           0.0000          -
54388.64/2752.66	c      2753       11718221         158        20                -           0.0000          -
54489.35/2757.71	c      2758       11742034         150        20                -           0.0000          -
54588.06/2762.76	c      2763       11767120         161        20                -           0.0000          -
54688.81/2767.81	c      2768       10605802         133        20                -           0.0000          -
54787.71/2772.86	c      2773       11815044         149        20                -           0.0000          -
54888.53/2777.91	c      2778       11840884         174        20                -           0.0000          -
54987.12/2782.96	c      2783       11866742         170        20                -           0.0000          -
55085.92/2787.97	c      2788       10681859         166        20                -           0.0000          -
55187.40/2793.05	c      2793       10702267         159        20                -           0.0000          -
55286.31/2798.11	c      2798       11946644         153        20                -           0.0000          -
55386.84/2803.16	c      2803       11970925         140        20                -           0.0000          -
55487.23/2808.21	c      2808       11992329         182        20                -           0.0000          -
55586.12/2813.22	c      2813       10779796         164        20                -           0.0000          -
55685.00/2818.28	c      2818       10799198         157        20                -           0.0000          -
55785.69/2823.36	c      2823       12062693         141        20                -           0.0000          -
55886.36/2828.41	c      2828       12086472         151        20                -           0.0000          -
55985.26/2833.46	c      2833       12110257         166        20                -           0.0000          -
56085.92/2838.51	c      2839       12133054         174        20                -           0.0000          -
56184.56/2843.56	c      2844       12157428         167        20                -           0.0000          -
56285.49/2848.61	c      2849       12180101         148        20                -           0.0000          -
56384.46/2853.66	c      2854       12204058         152        20                -           0.0000          -
56485.11/2858.70	c      2859       10951459         145        20                -           0.0000          -
56584.25/2863.76	c      2864       10971716         145        20                -           0.0000          -
56682.85/2868.77	c      2869        1265267      675402        20                -           0.0000          -
56781.52/2873.78	c      2874        1267094      676220        20                -           0.0000          -
56882.26/2878.86	c      2879       11026002         185        20                -           0.0000          -
56983.04/2883.96	c      2884        1271400      678012        20                -           0.0000          -
57081.99/2889.01	c      2889        1273856      679094        20                -           0.0000          -
57183.09/2894.07	c      2894        1276201      680096        20                -           0.0000          -
57281.65/2899.11	c      2899       12412176         139        20                -           0.0000          -
57382.08/2904.13	c      2904       11122764         166        20                -           0.0000          -
57482.40/2909.21	c      2909       12458310         146        20                -           0.0000          -
57581.23/2914.26	c      2914       12483424         180        20                -           0.0000          -
57682.20/2919.31	c      2919       11180434         132        20                -           0.0000          -
57781.10/2924.36	c      2924       12531105         152        20                -           0.0000          -
57882.16/2929.41	c      2929       12554120         163        20                -           0.0000          -
57980.73/2934.46	c      2934       12576205         152        20                -           0.0000          -
58081.62/2939.51	c      2940       12600600         180        20                -           0.0000          -
58180.41/2944.56	c      2945       12630347         177        20                -           0.0000          -
58281.36/2949.61	c      2950       12661813         177        20                -           0.0000          -
58380.20/2954.62	c      2955       11330616         206        20                -           0.0000          -
58479.11/2959.64	c      2960       11352353         198        20                -           0.0000          -
58577.93/2964.70	c      2965       11374824         192        20                -           0.0000          -
58678.77/2969.71	c      2970       11396119         188        20                -           0.0000          -
58777.59/2974.73	c      2975       11414245         189        20                -           0.0000          -
58878.37/2979.80	c      2980       11434944         180        20                -           0.0000          -
58977.29/2984.88	c      2985       11455221         228        20                -           0.0000          -
59078.05/2989.93	c      2990       11475735         186        20                -           0.0000          -
59176.76/2995.01	c      2995       11492175         183        20                -           0.0000          -
59278.21/3000.06	c      3000       11509979         181        20                -           0.0000          -
59377.01/3005.11	c      3005       11528187         181        20                -           0.0000          -
59477.70/3010.16	c      3010       11547423         224        20                -           0.0000          -
59577.82/3015.23	c      3015       11568382         189        20                -           0.0000          -
59678.42/3020.31	c      3020       11588335         185        20                -           0.0000          -
59777.04/3025.36	c      3025        1050464      805731        20                -           0.0000          -
59877.91/3030.42	c      3030       13081302         150        20                -           0.0000          -
59976.78/3035.46	c      3035       13103436         148        20                -           0.0000          -
60077.59/3040.51	c      3041       13125672         162        20                -           0.0000          -
60176.68/3045.54	c      3046       11687617         191        20                -           0.0000          -
60277.51/3050.61	c      3051       13178278         142        20                -           0.0000          -
60376.36/3055.67	c      3056       13203982         140        20                -           0.0000          -
60477.22/3060.71	c      3061       11742901         192        20                -           0.0000          -
60576.24/3065.73	c      3066       11761564         194        20                -           0.0000          -
60676.98/3070.81	c      3071       11781181         191        20                -           0.0000          -
60775.75/3075.85	c      3076       11799651         210        20                -           0.0000          -
60874.62/3080.89	c      3081       11818809         198        20                -           0.0000          -
60975.21/3085.96	c      3086        1065190      816927        20                -           0.0000          -
61074.15/3091.02	c      3091        1364758      720004        20                -           0.0000          -
61175.28/3096.06	c      3096       13392666         143        20                -           0.0000          -
61274.00/3101.11	c      3101       13416780         141        20                -           0.0000          -
61374.29/3106.13	c      3106       11916232         222        20                -           0.0000          -
61474.55/3111.20	c      3111       11938163         214        20                -           0.0000          -
61573.48/3116.25	c      3116       11961905         218        20                -           0.0000          -
61674.31/3121.31	c      3121       13514438         137        20                -           0.0000          -
61773.29/3126.36	c      3126       13538636         151        20                -           0.0000          -
61873.91/3131.41	c      3131       13563971         155        20                -           0.0000          -
61972.91/3136.46	c      3136       13586910         159        20                -           0.0000          -
62073.79/3141.51	c      3142       13614922         158        20                -           0.0000          -
62172.68/3146.56	c      3147       13643500         157        20                -           0.0000          -
62273.39/3151.61	c      3152       13670037         154        20                -           0.0000          -
62372.28/3156.63	c      3157       12136932         158        20                -           0.0000          -
62471.06/3161.64	c      3162       12158280         147        20                -           0.0000          -
62570.08/3166.69	c      3167       12179472         159        20                -           0.0000          -
62673.01/3171.81	c      3172       13769633         138        20                -           0.0000          -
62771.64/3176.86	c      3177       13793809         157        20                -           0.0000          -
62872.53/3181.91	c      3182       13819232         134        20                -           0.0000          -
62971.31/3186.92	c      3187       12257955         142        20                -           0.0000          -
63070.23/3192.01	c      3192       13865109         156        20                -           0.0000          -
63171.81/3197.06	c      3197       13887453         152        20                -           0.0000          -
63270.76/3202.11	c      3202       13910510         162        20                -           0.0000          -
63371.30/3207.15	c      3207       12339225         114        20                -           0.0000          -
63471.40/3212.21	c      3212       13961277         177        20                -           0.0000          -
63570.36/3217.26	c      3217       13984916         173        20                -           0.0000          -
63671.21/3222.31	c      3222       14008120         169        20                -           0.0000          -
63770.16/3227.36	c      3227       14030656         177        20                -           0.0000          -
63870.97/3232.41	c      3232       14054490         152        20                -           0.0000          -
63969.69/3237.46	c      3237       14077227         165        20                -           0.0000          -
64068.54/3242.49	c      3242       12455414         190        20                -           0.0000          -
64169.47/3247.52	c      3248        1104862      845268        20                -           0.0000          -
64268.33/3252.53	c      3253        2489836     2162288        20                -           0.0000          -
64367.31/3257.56	c      3258        2493836     2165639        20                -           0.0000          -
64467.83/3262.60	c      3263        2497582     2168969        20                -           0.0000          -
64566.61/3267.69	c      3268        2501396     2171880        20                -           0.0000          -
64667.33/3272.74	c      3273       12585695         185        20                -           0.0000          -
64768.33/3277.80	c      3278       12604360         138        20                -           0.0000          -
64867.33/3282.84	c      3283       12620754         113        20                -           0.0000          -
64966.21/3287.89	c      3288       12639848         150        20                -           0.0000          -
65066.87/3292.91	c      3293       12656698         145        20                -           0.0000          -
65165.77/3297.93	c      3298       12675045         156        20                -           0.0000          -
65264.54/3303.02	c      3303       12691228         162        20                -           0.0000          -
65366.05/3308.10	c      3308       12709693         215        20                -           0.0000          -
65466.87/3313.17	c      3313       12731140         196        20                -           0.0000          -
65565.90/3318.18	c      3318        1465319      763761        20                -           0.0000          -
65665.91/3323.27	c      3323        1467675      764905        20                -           0.0000          -
65766.81/3328.36	c      3328        1124177      859179        20                -           0.0000          -
65867.46/3333.41	c      3333        1125351      860034        20                -           0.0000          -
65966.07/3338.46	c      3338        2556036     2217363        20                -           0.0000          -
66066.81/3343.51	c      3344        1476816      769056        20                -           0.0000          -
66165.50/3348.56	c      3349       14602477         170        20                -           0.0000          -
66266.55/3353.61	c      3354       14627834         162        20                -           0.0000          -
66365.23/3358.66	c      3359       14648978         136        20                -           0.0000          -
66465.81/3363.71	c      3364       14673244         167        20                -           0.0000          -
66564.65/3368.75	c      3369       12957340         195        20                -           0.0000          -
66665.38/3373.81	c      3374       14725008         183        20                -           0.0000          -
66764.23/3378.86	c      3379       14750439         155        20                -           0.0000          -
66864.95/3383.91	c      3384       14774834         155        20                -           0.0000          -
66963.95/3388.96	c      3389       14799114         175        20                -           0.0000          -
67062.91/3394.01	c      3394        1139899      870583        20                -           0.0000          -
67161.91/3399.02	c      3399       13078651         203        20                -           0.0000          -
67263.34/3404.10	c      3404       13097563         182        20                -           0.0000          -
67364.37/3409.16	c      3409       14924928         167        20                -           0.0000          -
67464.27/3414.21	c      3414       14956327         160        20                -           0.0000          -
67563.25/3419.26	c      3419       14988513         174        20                -           0.0000          -
67663.86/3424.32	c      3424       15017266         156        20                -           0.0000          -
67762.73/3429.36	c      3429       15048502         161        20                -           0.0000          -
67863.23/3434.41	c      3434       15077572         171        20                -           0.0000          -
67962.06/3439.46	c      3439        1150676      878352        20                -           0.0000          -
68062.60/3444.51	c      3445       15131637         173        20                -           0.0000          -
68161.34/3449.56	c      3450       15157274         158        20                -           0.0000          -
68262.19/3454.62	c      3455       15183436         150        20                -           0.0000          -
68361.23/3459.66	c      3460       15209718         168        20                -           0.0000          -
68461.98/3464.71	c      3465       15238459         155        20                -           0.0000          -
68561.02/3469.76	c      3470       15266941         156        20                -           0.0000          -
68660.20/3474.78	c      3475       13350424         186        20                -           0.0000          -
68761.05/3479.81	c      3480       13370161         191        20                -           0.0000          -
68859.84/3484.83	c      3485       13391401         196        20                -           0.0000          -
68958.81/3489.88	c      3490        1162529      887261        20                -           0.0000          -
69059.84/3494.95	c      3495       13428891         176        20                -           0.0000          -
69158.70/3499.96	c      3500       13446425         194        20                -           0.0000          -
69257.56/3505.01	c      3505       13465311         187        20                -           0.0000          -
69359.15/3510.04	c      3510       13485332         190        20                -           0.0000          -
69458.10/3515.09	c      3515       13505027         182        20                -           0.0000          -
69558.94/3520.14	c      3520        1554793      802202        20                -           0.0000          -
69658.92/3525.20	c      3525       13544227         165        20                -           0.0000          -
69759.93/3530.30	c      3530       13560985         182        20                -           0.0000          -
69858.57/3535.35	c      3535       13579927         168        20                -           0.0000          -
69959.36/3540.43	c      3540       13599386         181        20                -           0.0000          -
70058.11/3545.49	c      3546       13616387         184        20                -           0.0000          -
70158.84/3550.51	c      3551        1176306      897298        20                -           0.0000          -
70259.63/3555.61	c      3556        1177389      898146        20                -           0.0000          -
70358.48/3560.66	c      3561        1572495      810782        20                -           0.0000          -
70459.19/3565.71	c      3566        1574634      811912        20                -           0.0000          -
70557.84/3570.76	c      3571        1577219      813279        20                -           0.0000          -
70658.65/3575.81	c      3576        1579500      814293        20                -           0.0000          -
70757.59/3580.86	c      3581       15805203         136        20                -           0.0000          -
70858.43/3585.91	c      3586       15828517         150        20                -           0.0000          -
70957.27/3590.97	c      3591       15857465         158        20                -           0.0000          -
71056.30/3596.00	c      3596       13799565         155        20                -           0.0000          -
71157.89/3601.06	c      3601       15905259         138        20                -           0.0000          -
71256.41/3606.11	c      3606       15929436         184        20                -           0.0000          -
71355.71/3611.12	c      3611       13859876         169        20                -           0.0000          -
71456.57/3616.14	c      3616        2767734     2398362        20                -           0.0000          -
71556.60/3621.22	c      3621        2771796     2401921        20                -           0.0000          -
71655.52/3626.27	c      3626        2775841     2405240        20                -           0.0000          -
71756.22/3631.36	c      3631       13940122         131        20                -           0.0000          -
71857.13/3636.42	c      3636        2783964     2411945        20                -           0.0000          -
71956.18/3641.46	c      3641        2787980     2415118        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 (159623 MiB free)
  memory of node 1: 193531 MiB (190997 MiB free)
  memory of node 2: 193531 MiB (192282 MiB free)
  memory of node 3: 193493 MiB (192069 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-4465727-1722558461/watcher-4465727-1722558461 -o /tmp/evaluation-result-4465727-1722558461/solver-4465727-1722558461 -C 72000 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeD104-1722554819-137361 --watchdog 3760 ./fscip settings/racing.prm HOME/instance-4465727-1722558461.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=140004, runsolver pid=140001
Current StackSize limit: 8192 KiB


[startup+0.100103 s]*
/proc/loadavg: 78.89 80.21 80.51 62/1002 140025
/proc/meminfo: memFree=752524744/790760800 swapFree=131071996/131071996
[pid=140004] ppid=140001 vsize=1680016 memory=96440 CPUtime=0.12 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/140004/stat : 140004 (fscip) R 140001 140004 137348 0 -1 4194304 22401 0 0 0 8 4 0 0 20 0 39 0 22425473 1720336384 24110 809668444160 4194304 16623229 140720740015152 0 0 0 0 0 2 0 0 0 17 23 0 0 0 0 0 18838560 18947056 30490624 140720740017161 140720740017279 140720740017279 140720740024304 0
/proc/140004/statm: 420004 24110 2774 3035 0 104052 0
[pid=140004/tid=140006] ppid=140001 vsize=1680016 memory=4026532269 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/140004/task/140006/stat : 140006 (fscip) S 140001 140004 137348 0 -1 1077936192 856 0 0 0 0 0 0 0 20 0 39 0 22425477 1720336384 24110 809668444160 4194304 16623229 140720740015152 0 0 0 0 0 2 0 0 0 -1 35 0 0 0 0 0 18838560 18947056 30490624 140720740017161 140720740017279 140720740017279 140720740024304 0
[pid=140004/tid=140007] ppid=140001 vsize=1680016 memory=224244531548 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/140004/task/140007/stat : 140007 (fscip) S 140001 140004 137348 0 -1 1077936192 856 0 0 0 0 0 0 0 20 0 39 0 22425477 1720336384 24110 809668444160 4194304 16623229 140720740015152 0 0 0 0 0 2 0 0 0 -1 31 0 0 0 0 0 18838560 18947056 30490624 140720740017161 140720740017279 140720740017279 140720740024304 0
[pid=140004/tid=140008] ppid=140001 vsize=1680016 memory=56316433563133 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/140004/task/140008/stat : 140008 (fscip) S 140001 140004 137348 0 -1 1077936192 856 0 0 0 0 0 0 0 20 0 39 0 22425477 1720336384 24110 809668444160 4194304 16623229 140720740015152 0 0 0 0 0 2 0 0 0 -1 63 0 0 0 0 0 18838560 18947056 30490624 140720740017161 140720740017279 140720740017279 140720740024304 0
[pid=140004/tid=140009] ppid=140001 vsize=1680016 memory=54083084123881 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/140004/task/140009/stat : 140009 (fscip) D 140001 140004 137348 0 -1 4194368 854 0 0 0 0 0 0 0 20 0 39 0 22425477 1720336384 24110 809668444160 4194304 16623229 140720740015152 0 0 0 0 0 2 0 0 0 -1 47 0 0 0 0 0 18838560 18947056 30490624 140720740017161 140720740017279 140720740017279 140720740024304 0
[pid=140004/tid=140010] ppid=140001 vsize=1680016 memory=60684465635281 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/140004/task/140010/stat : 140010 (fscip) S 140001 140004 137348 0 -1 1077936192 856 0 0 0 0 0 0 0 20 0 39 0 22425477 1720336384 24110 809668444160 4194304 16623229 140720740015152 0 0 0 0 0 2 0 0 0 -1 47 0 0 0 0 0 18838560 18947056 30490624 140720740017161 140720740017279 140720740017279 140720740024304 0
[pid=140004/tid=140011] ppid=140001 vsize=1680016 memory=58519852502493 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/140004/task/140011/stat : 140011 (fscip) R 140001 140004 137348 0 -1 4194368 854 0 0 0 0 0 0 0 20 0 39 0 22425477 1720336384 24110 809668444160 4194304 16623229 140720740015152 0 0 0 0 0 2 0 0 0 -1 51 0 0 0 0 0 18838560 18947056 30490624 140720740017161 140720740017279 140720740017279 140720740024304 0
[pid=140004/tid=140012] ppid=140001 vsize=1680016 memory=15254839894522322 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/140004/task/140012/stat : 140012 (fscip) S 140001 140004 137348 0 -1 1077936192 856 0 0 0 0 0 0 0 20 0 39 0 22425477 1720336384 24110 809668444160 4194304 16623229 140720740015152 0 0 0 0 0 2 0 0 0 -1 55 0 0 0 0 0 18838560 18947056 30490624 140720740017161 140720740017279 140720740017279 140720740024304 0
[pid=140004/tid=140013] ppid=140001 vsize=1680016 memory=3474298651143307296 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/140004/task/140013/stat : 140013 (fscip) S 140001 140004 137348 0 -1 1077936192 855 0 0 0 0 0 0 0 20 0 39 0 22425477 1720336384 24110 809668444160 4194304 16623229 140720740015152 0 0 0 0 0 2 0 0 0 -1 59 0 0 0 0 0 18838560 18947056 30490624 140720740017161 140720740017279 140720740017279 140720740024304 0
[pid=140004/tid=140014] ppid=140001 vsize=1680016 memory=390479 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/140004/task/140014/stat : 140014 (fscip) S 140001 140004 137348 0 -1 1077936192 856 0 0 0 0 0 0 0 20 0 39 0 22425477 1720336384 24110 809668444160 4194304 16623229 140720740015152 0 0 0 0 0 2 0 0 0 -1 15 0 0 0 0 0 18838560 18947056 30490624 140720740017161 140720740017279 140720740017279 140720740024304 0
[pid=140004/tid=140015] ppid=140001 vsize=1680016 memory=416785 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/140004/task/140015/stat : 140015 (fscip) S 140001 140004 137348 0 -1 1077936192 856 0 0 0 0 0 0 0 20 0 39 0 22425477 1720336384 24110 809668444160 4194304 16623229 140720740015152 0 0 0 0 0 2 0 0 0 -1 67 0 0 0 0 0 18838560 18947056 30490624 140720740017161 140720740017279 140720740017279 140720740024304 0
[pid=140004/tid=140016] ppid=140001 vsize=1680016 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/140004/task/140016/stat : 140016 (fscip) S 140001 140004 137348 0 -1 1077936192 856 0 0 0 0 0 0 0 20 0 39 0 22425477 1720336384 24110 809668444160 4194304 16623229 140720740015152 0 0 0 0 0 2 0 0 0 -1 75 0 0 0 0 0 18838560 18947056 30490624 140720740017161 140720740017279 140720740017279 140720740024304 0
[pid=140004/tid=140017] ppid=140001 vsize=1680016 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/140004/task/140017/stat : 140017 (fscip) S 140001 140004 137348 0 -1 1077936192 856 0 0 0 0 0 0 0 20 0 39 0 22425477 1720336384 24110 809668444160 4194304 16623229 140720740015152 0 0 0 0 0 2 0 0 0 -1 7 0 0 0 0 0 18838560 18947056 30490624 140720740017161 140720740017279 140720740017279 140720740024304 0
[pid=140004/tid=140018] ppid=140001 vsize=1680016 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/140004/task/140018/stat : 140018 (fscip) S 140001 140004 137348 0 -1 1077936192 856 0 0 0 0 0 0 0 20 0 39 0 22425477 1720336384 24110 809668444160 4194304 16623229 140720740015152 0 0 0 0 0 2 0 0 0 -1 11 0 0 0 0 0 18838560 18947056 30490624 140720740017161 140720740017279 140720740017279 140720740024304 0
[pid=140004/tid=140019] ppid=140001 vsize=1680016 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/140004/task/140019/stat : 140019 (fscip) S 140001 140004 137348 0 -1 1077936192 857 0 0 0 0 0 0 0 20 0 39 0 22425477 1720336384 24110 809668444160 4194304 16623229 140720740015152 0 0 0 0 0 2 0 0 0 -1 71 0 0 0 0 0 18838560 18947056 30490624 140720740017161 140720740017279 140720740017279 140720740024304 0
[pid=140004/tid=140020] ppid=140001 vsize=1680016 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/140004/task/140020/stat : 140020 (fscip) S 140001 140004 137348 0 -1 1077936192 855 0 0 0 0 0 0 0 20 0 39 0 22425477 1720336384 24110 809668444160 4194304 16623229 140720740015152 0 0 0 0 0 2 0 0 0 -1 19 0 0 0 0 0 18838560 18947056 30490624 140720740017161 140720740017279 140720740017279 140720740024304 0
[pid=140004/tid=140021] ppid=140001 vsize=1680016 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/140004/task/140021/stat : 140021 (fscip) S 140001 140004 137348 0 -1 1077936192 856 0 0 0 0 0 0 0 20 0 39 0 22425477 1720336384 24110 809668444160 4194304 16623229 140720740015152 0 0 0 0 0 2 0 0 0 -1 3 0 0 0 0 0 18838560 18947056 30490624 140720740017161 140720740017279 140720740017279 140720740024304 0
[pid=140004/tid=140022] ppid=140001 vsize=1680016 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/140004/task/140022/stat : 140022 (fscip) S 140001 140004 137348 0 -1 1077936192 856 0 0 0 0 0 0 0 20 0 39 0 22425477 1720336384 24110 809668444160 4194304 16623229 140720740015152 0 0 0 0 0 2 0 0 0 -1 15 0 0 0 0 0 18838560 18947056 30490624 140720740017161 140720740017279 140720740017279 140720740024304 0
[pid=140004/tid=140023] ppid=140001 vsize=1680016 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/140004/task/140023/stat : 140023 (fscip) S 140001 140004 137348 0 -1 1077936192 856 0 0 0 0 0 0 0 20 0 39 0 22425477 1720336384 24110 809668444160 4194304 16623229 140720740015152 0 0 0 0 0 2 0 0 0 -1 43 0 0 0 0 0 18838560 18947056 30490624 140720740017161 140720740017279 140720740017279 140720740024304 0
[pid=140004/tid=140024] ppid=140001 vsize=1680016 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/140004/task/140024/stat : 140024 (fscip) S 140001 140004 137348 0 -1 1077936192 856 0 0 0 0 0 0 0 20 0 39 0 22425477 1720336384 24110 809668444160 4194304 16623229 140720740015152 0 0 0 0 0 2 0 0 0 -1 27 0 0 0 0 0 18838560 18947056 30490624 140720740017161 140720740017279 140720740017279 140720740024304 0
[pid=140004/tid=140025] ppid=140001 vsize=1680016 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/140004/task/140025/stat : 140025 (fscip) S 140001 140004 137348 0 -1 1077936192 856 0 0 0 0 0 0 0 20 0 39 0 22425477 1720336384 24110 809668444160 4194304 16623229 140720740015152 0 0 0 0 0 2 0 0 0 -1 39 0 0 0 0 0 18838560 18947056 30490624 140720740017161 140720740017279 140720740017279 140720740024304 0
[pid=140004/tid=140026] ppid=140001 vsize=1680016 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/140004/task/140026/stat : 140026 (fscip) S 140001 140004 137348 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 39 0 22425485 1720336384 24110 809668444160 4194304 16623229 140720740015152 0 0 0 0 0 2 1 0 0 -1 71 0 0 0 0 0 18838560 18947056 30490624 140720740017161 140720740017279 140720740017279 140720740024304 0
[pid=140004/tid=140027] ppid=140001 vsize=1680016 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/140004/task/140027/stat : 140027 (fscip) S 140001 140004 137348 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 39 0 22425485 1720336384 24110 809668444160 4194304 16623229 140720740015152 0 0 0 0 0 2 1 0 0 -1 31 0 0 0 0 0 18838560 18947056 30490624 140720740017161 140720740017279 140720740017279 140720740024304 0
[pid=140004/tid=140028] ppid=140001 vsize=1680016 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/140004/task/140028/stat : 140028 (fscip) S 140001 140004 137348 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 39 0 22425485 1720336384 24110 809668444160 4194304 16623229 140720740015152 0 0 0 0 0 2 1 0 0 -1 43 0 0 0 0 0 18838560 18947056 30490624 140720740017161 140720740017279 140720740017279 140720740024304 0
[pid=140004/tid=140029] ppid=140001 vsize=1680016 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/140004/task/140029/stat : 140029 (fscip) S 140001 140004 137348 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 39 0 22425485 1720336384 24110 809668444160 4194304 16623229 140720740015152 0 0 0 0 0 2 1 0 0 -1 63 0 0 0 0 0 18838560 18947056 30490624 140720740017161 140720740017279 140720740017279 140720740024304 0
[pid=140004/tid=140030] ppid=140001 vsize=1680016 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/140004/task/140030/stat : 140030 (fscip) S 140001 140004 137348 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 39 0 22425485 1720336384 24110 809668444160 4194304 16623229 140720740015152 0 0 0 0 0 2 1 0 0 -1 55 0 0 0 0 0 18838560 18947056 30490624 140720740017161 140720740017279 140720740017279 140720740024304 0
[pid=140004/tid=140031] ppid=140001 vsize=1680016 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/140004/task/140031/stat : 140031 (fscip) S 140001 140004 137348 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 39 0 22425485 1720336384 24622 809668444160 4194304 16623229 140720740015152 0 0 0 0 0 2 1 0 0 -1 15 0 0 0 0 0 18838560 18947056 30490624 140720740017161 140720740017279 140720740017279 140720740024304 0
[pid=140004/tid=140032] ppid=140001 vsize=1680016 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/140004/task/140032/stat : 140032 (fscip) S 140001 140004 137348 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 39 0 22425485 1720336384 24622 809668444160 4194304 16623229 140720740015152 0 0 0 0 0 2 1 0 0 -1 35 0 0 0 0 0 18838560 18947056 30490624 140720740017161 140720740017279 140720740017279 140720740024304 0
[pid=140004/tid=140033] ppid=140001 vsize=1680016 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/140004/task/140033/stat : 140033 (fscip) S 140001 140004 137348 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 40 0 22425485 1720336384 24622 809668444160 4194304 16623229 140720740015152 0 0 0 0 0 2 1 0 0 -1 39 0 0 0 0 0 18838560 18947056 30490624 140720740017161 140720740017279 140720740017279 140720740024304 0
[pid=140004/tid=140034] ppid=140001 vsize=1680016 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/140004/task/140034/stat : 140034 (fscip) S 140001 140004 137348 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 22425485 1720336384 24622 809668444160 4194304 16623229 140720740015152 0 0 0 0 0 2 1 0 0 -1 75 0 0 0 0 0 18838560 18947056 30490624 140720740017161 140720740017279 140720740017279 140720740024304 0
[pid=140004/tid=140035] ppid=140001 vsize=1680016 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/140004/task/140035/stat : 140035 (fscip) S 140001 140004 137348 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 22425485 1720336384 24622 809668444160 4194304 16623229 140720740015152 0 0 0 0 0 2 1 0 0 -1 3 0 0 0 0 0 18838560 18947056 30490624 140720740017161 140720740017279 140720740017279 140720740024304 0
[pid=140004/tid=140036] ppid=140001 vsize=1680016 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/140004/task/140036/stat : 140036 (fscip) S 140001 140004 137348 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 22425485 1720336384 24622 809668444160 4194304 16623229 140720740015152 0 0 0 0 0 2 1 0 0 -1 67 0 0 0 0 0 18838560 18947056 30490624 140720740017161 140720740017279 140720740017279 140720740024304 0
[pid=140004/tid=140037] ppid=140001 vsize=1680016 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/140004/task/140037/stat : 140037 (fscip) S 140001 140004 137348 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 22425485 1720336384 24622 809668444160 4194304 16623229 140720740015152 0 0 0 0 0 2 1 0 0 -1 43 0 0 0 0 0 18838560 18947056 30490624 140720740017161 140720740017279 140720740017279 140720740024304 0
[pid=140004/tid=140038] ppid=140001 vsize=1680016 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/140004/task/140038/stat : 140038 (fscip) S 140001 140004 137348 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 22425485 1720336384 24622 809668444160 4194304 16623229 140720740015152 0 0 0 0 0 2 1 0 0 -1 63 0 0 0 0 0 18838560 18947056 30490624 140720740017161 140720740017279 140720740017279 140720740024304 0
[pid=140004/tid=140039] ppid=140001 vsize=1680016 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/140004/task/140039/stat : 140039 (fscip) S 140001 140004 137348 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 22425485 1720336384 24622 809668444160 4194304 16623229 140720740015152 0 0 0 0 0 2 1 0 0 -1 75 0 0 0 0 0 18838560 18947056 30490624 140720740017161 140720740017279 140720740017279 140720740024304 0
[pid=140004/tid=140040] ppid=140001 vsize=1680016 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/140004/task/140040/stat : 140040 (fscip) S 140001 140004 137348 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 22425485 1720336384 24622 809668444160 4194304 16623229 140720740015152 0 0 0 0 0 2 1 0 0 -1 35 0 0 0 0 0 18838560 18947056 30490624 140720740017161 140720740017279 140720740017279 140720740024304 0
[pid=140004/tid=140041] ppid=140001 vsize=1680016 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/140004/task/140041/stat : 140041 (fscip) S 140001 140004 137348 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 22425485 1720336384 24622 809668444160 4194304 16623229 140720740015152 0 0 0 0 0 2 1 0 0 -1 71 0 0 0 0 0 18838560 18947056 30490624 140720740017161 140720740017279 140720740017279 140720740024304 0
[pid=140004/tid=140042] ppid=140001 vsize=1680016 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/140004/task/140042/stat : 140042 (fscip) S 140001 140004 137348 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 22425485 1720336384 24622 809668444160 4194304 16623229 140720740015152 0 0 0 0 0 2 1 0 0 -1 67 0 0 0 0 0 18838560 18947056 30490624 140720740017161 140720740017279 140720740017279 140720740024304 0
[pid=140004/tid=140043] ppid=140001 vsize=1680016 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/140004/task/140043/stat : 140043 (fscip) S 140001 140004 137348 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 22425485 1720336384 24622 809668444160 4194304 16623229 140720740015152 0 0 0 0 0 2 1 0 0 -1 7 0 0 0 0 0 18838560 18947056 30490624 140720740017161 140720740017279 140720740017279 140720740024304 0
[pid=140004/tid=140044] ppid=140001 vsize=1680016 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/140004/task/140044/stat : 140044 (fscip) S 140001 140004 137348 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 22425485 1720336384 24622 809668444160 4194304 16623229 140720740015152 0 0 0 0 0 2 1 0 0 -1 11 0 0 0 0 0 18838560 18947056 30490624 140720740017161 140720740017279 140720740017279 140720740024304 0
[pid=140004/tid=140045] ppid=140001 vsize=1680016 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/140004/task/140045/stat : 140045 (fscip) S 140001 140004 137348 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 22425485 1720336384 24622 809668444160 4194304 16623229 140720740015152 0 0 0 0 0 2 1 0 0 -1 19 0 0 0 0 0 18838560 18947056 30490624 140720740017161 140720740017279 140720740017279 140720740024304 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 1680016 KiB
Current children cumulated memory: 96440 KiB

[startup+0.225202 s]*
/proc/loadavg: 77.46 79.89 80.40 83/1022 140045
/proc/meminfo: memFree=752333108/790760800 swapFree=131071996/131071996
[pid=140004] ppid=140001 vsize=1696896 memory=270400 CPUtime=2.49 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/140004/stat : 140004 (fscip) S 140001 140004 137348 0 -1 1077936128 64624 0 0 0 191 58 0 0 20 0 41 0 22425473 1737621504 67600 809668444160 4194304 16623229 140720740015152 0 0 0 0 0 2 0 0 0 17 23 0 0 0 0 0 18838560 18947056 30490624 140720740017161 140720740017279 140720740017279 140720740024304 0
/proc/140004/statm: 424224 67600 2966 3035 0 154393 0
[pid=140004/tid=140006] ppid=140001 vsize=1696896 memory=4026531959 CPUtime=0.12 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/140004/task/140006/stat : 140006 (fscip) R 140001 140004 137348 0 -1 4194368 3065 0 0 0 8 4 0 0 20 0 41 0 22425477 1737621504 67666 809668444160 4194304 16623229 140720740015152 0 0 0 0 0 2 0 0 0 -1 35 0 0 0 0 0 18838560 18947056 30490624 140720740017161 140720740017279 140720740017279 140720740024304 0
[pid=140004/tid=140007] ppid=140001 vsize=1696896 memory=32309 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/140004/task/140007/stat : 140007 (fscip) R 140001 140004 137348 0 -1 4194368 3152 0 0 0 8 3 0 0 20 0 41 0 22425477 1737621504 67666 809668444160 4194304 16623229 140720740015152 0 0 0 0 0 2 0 0 0 -1 23 0 0 0 0 0 18838560 18947056 30490624 140720740017161 140720740017279 140720740017279 140720740024304 0
[pid=140004/tid=140008] ppid=140001 vsize=1696896 memory=55216921903569 CPUtime=0.12 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/140004/task/140008/stat : 140008 (fscip) R 140001 140004 137348 0 -1 4194368 2452 0 0 0 11 1 0 0 20 0 41 0 22425477 1737621504 67666 809668444160 4194304 16623229 140720740015152 0 0 0 0 0 2 0 0 0 -1 63 0 0 0 0 0 18838560 18947056 30490624 140720740017161 140720740017279 140720740017279 140720740024304 0
[pid=140004/tid=140009] ppid=140001 vsize=1696896 memory=52983572464199 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/140004/task/140009/stat : 140009 (fscip) R 140001 140004 137348 0 -1 4194368 3044 0 0 0 8 3 0 0 20 0 41 0 22425477 1737621504 67666 809668444160 4194304 16623229 140720740015152 0 0 0 0 0 2 0 0 0 -1 47 0 0 0 0 0 18838560 18947056 30490624 140720740017161 140720740017279 140720740017279 140720740024304 0
[pid=140004/tid=140010] ppid=140001 vsize=1696896 memory=59584953975483 CPUtime=0.12 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/140004/task/140010/stat : 140010 (fscip) R 140001 140004 137348 0 -1 4194368 3142 0 0 0 8 4 0 0 20 0 41 0 22425477 1737621504 67666 809668444160 4194304 16623229 140720740015152 0 0 0 0 0 2 0 0 0 -1 43 0 0 0 0 0 18838560 18947056 30490624 140720740017161 140720740017279 140720740017279 140720740024304 0
[pid=140004/tid=140011] ppid=140001 vsize=1696896 memory=57420340790325 CPUtime=0.12 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/140004/task/140011/stat : 140011 (fscip) R 140001 140004 137348 0 -1 4194368 2397 0 0 0 11 1 0 0 20 0 41 0 22425477 1737621504 67666 809668444160 4194304 16623229 140720740015152 0 0 0 0 0 2 0 0 0 -1 51 0 0 0 0 0 18838560 18947056 30490624 140720740017161 140720740017279 140720740017279 140720740024304 0
[pid=140004/tid=140012] ppid=140001 vsize=1696896 memory=14690790429427172 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/140004/task/140012/stat : 140012 (fscip) R 140001 140004 137348 0 -1 4194368 3063 0 0 0 8 3 0 0 20 0 41 0 22425477 1737621504 67666 809668444160 4194304 16623229 140720740015152 0 0 0 0 0 2 0 0 0 -1 55 0 0 0 0 0 18838560 18947056 30490624 140720740017161 140720740017279 140720740017279 140720740024304 0
[pid=140004/tid=140013] ppid=140001 vsize=1696896 memory=3545235834242596896 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/140004/task/140013/stat : 140013 (fscip) R 140001 140004 137348 0 -1 4194368 3143 0 0 0 8 3 0 0 20 0 41 0 22425477 1737621504 67666 809668444160 4194304 16623229 140720740015152 0 0 0 0 0 2 0 0 0 -1 59 0 0 0 0 0 18838560 18947056 30490624 140720740017161 140720740017279 140720740017279 140720740024304 0
[pid=140004/tid=140014] ppid=140001 vsize=1696896 memory=398670 CPUtime=0.12 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/140004/task/140014/stat : 140014 (fscip) R 140001 140004 137348 0 -1 4194368 2444 0 0 0 11 1 0 0 20 0 41 0 22425477 1737621504 67666 809668444160 4194304 16623229 140720740015152 0 0 0 0 0 2 0 0 0 -1 15 0 0 0 0 0 18838560 18947056 30490624 140720740017161 140720740017279 140720740017279 140720740024304 0
[pid=140004/tid=140015] ppid=140001 vsize=1696896 memory=416779 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/140004/task/140015/stat : 140015 (fscip) R 140001 140004 137348 0 -1 4194368 3064 0 0 0 8 3 0 0 20 0 41 0 22425477 1737621504 67666 809668444160 4194304 16623229 140720740015152 0 0 0 0 0 2 0 0 0 -1 67 0 0 0 0 0 18838560 18947056 30490624 140720740017161 140720740017279 140720740017279 140720740024304 0
[pid=140004/tid=140016] ppid=140001 vsize=1696896 memory=0 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/140004/task/140016/stat : 140016 (fscip) R 140001 140004 137348 0 -1 4194368 3137 0 0 0 8 3 0 0 20 0 41 0 22425477 1737621504 67666 809668444160 4194304 16623229 140720740015152 0 0 0 0 0 2 0 0 0 -1 75 0 0 0 0 0 18838560 18947056 30490624 140720740017161 140720740017279 140720740017279 140720740024304 0
[pid=140004/tid=140017] ppid=140001 vsize=1696896 memory=0 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/140004/task/140017/stat : 140017 (fscip) R 140001 140004 137348 0 -1 4194368 2435 0 0 0 10 1 0 0 20 0 41 0 22425477 1737621504 67666 809668444160 4194304 16623229 140720740015152 0 0 0 0 0 2 0 0 0 -1 7 0 0 0 0 0 18838560 18947056 30490624 140720740017161 140720740017279 140720740017279 140720740024304 0
[pid=140004/tid=140018] ppid=140001 vsize=1696896 memory=0 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/140004/task/140018/stat : 140018 (fscip) R 140001 140004 137348 0 -1 4194368 3063 0 0 0 8 3 0 0 20 0 41 0 22425477 1737621504 67666 809668444160 4194304 16623229 140720740015152 0 0 0 0 0 2 0 0 0 -1 11 0 0 0 0 0 18838560 18947056 30490624 140720740017161 140720740017279 140720740017279 140720740024304 0
[pid=140004/tid=140019] ppid=140001 vsize=1696896 memory=0 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/140004/task/140019/stat : 140019 (fscip) R 140001 140004 137348 0 -1 4194368 3146 0 0 0 8 3 0 0 20 0 41 0 22425477 1737621504 67666 809668444160 4194304 16623229 140720740015152 0 0 0 0 0 2 0 0 0 -1 71 0 0 0 0 0 18838560 18947056 30490624 140720740017161 140720740017279 140720740017279 140720740024304 0
[pid=140004/tid=140020] ppid=140001 vsize=1696896 memory=0 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/140004/task/140020/stat : 140020 (fscip) R 140001 140004 137348 0 -1 4194368 2418 0 0 0 11 0 0 0 20 0 41 0 22425477 1737621504 67666 809668444160 4194304 16623229 140720740015152 0 0 0 0 0 2 0 0 0 -1 19 0 0 0 0 0 18838560 18947056 30490624 140720740017161 140720740017279 140720740017279 140720740024304 0
[pid=140004/tid=140021] ppid=140001 vsize=1696896 memory=0 CPUtime=0.12 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/140004/task/140021/stat : 140021 (fscip) R 140001 140004 137348 0 -1 4194368 4434 0 0 0 11 1 0 0 20 0 41 0 22425477 1737621504 67666 809668444160 4194304 16623229 140720740015152 0 0 0 0 0 2 0 0 0 -1 3 0 0 0 0 0 18838560 18947056 30490624 140720740017161 140720740017279 140720740017279 140720740024304 0
[pid=140004/tid=140022] ppid=140001 vsize=1696896 memory=0 CPUtime=0.09 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/140004/task/140022/stat : 140022 (fscip) R 140001 140004 137348 0 -1 4194368 3126 0 0 0 6 3 0 0 20 0 41 0 22425477 1737621504 67666 809668444160 4194304 16623229 140720740015152 0 0 0 0 0 2 0 0 0 -1 79 0 0 0 0 0 18838560 18947056 30490624 140720740017161 140720740017279 140720740017279 140720740024304 0
[pid=140004/tid=140023] ppid=140001 vsize=1696896 memory=0 CPUtime=0.12 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/140004/task/140023/stat : 140023 (fscip) R 140001 140004 137348 0 -1 4194368 2407 0 0 0 11 1 0 0 20 0 41 0 22425477 1737621504 67666 809668444160 4194304 16623229 140720740015152 0 0 0 0 0 2 0 0 0 -1 31 0 0 0 0 0 18838560 18947056 30490624 140720740017161 140720740017279 140720740017279 140720740024304 0
[pid=140004/tid=140024] ppid=140001 vsize=1696896 memory=0 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/140004/task/140024/stat : 140024 (fscip) R 140001 140004 137348 0 -1 4194368 3101 0 0 0 9 2 0 0 20 0 41 0 22425477 1737621504 67666 809668444160 4194304 16623229 140720740015152 0 0 0 0 0 2 0 0 0 -1 39 0 0 0 0 0 18838560 18947056 30490624 140720740017161 140720740017279 140720740017279 140720740024304 0
[pid=140004/tid=140025] ppid=140001 vsize=1696896 memory=0 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/140004/task/140025/stat : 140025 (fscip) R 140001 140004 137348 0 -1 4194368 3146 0 0 0 8 3 0 0 20 0 41 0 22425477 1737621504 67666 809668444160 4194304 16623229 140720740015152 0 0 0 0 0 2 0 0 0 -1 27 0 0 0 0 0 18838560 18947056 30490624 140720740017161 140720740017279 140720740017279 140720740024304 0
[pid=140004/tid=140026] ppid=140001 vsize=1696896 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/140004/task/140026/stat : 140026 (fscip) S 140001 140004 137348 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 22425485 1737621504 67666 809668444160 4194304 16623229 140720740015152 0 0 0 0 0 2 1 0 0 -1 71 0 0 0 0 0 18838560 18947056 30490624 140720740017161 140720740017279 140720740017279 140720740024304 0
[pid=140004/tid=140027] ppid=140001 vsize=1697740 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/140004/task/140027/stat : 140027 (fscip) S 140001 140004 137348 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 22425485 1738485760 67666 809668444160 4194304 16623229 140720740015152 0 0 0 0 0 2 1 0 0 -1 31 0 0 0 0 0 18838560 18947056 30490624 140720740017161 140720740017279 140720740017279 140720740024304 0
[pid=140004/tid=140028] ppid=140001 vsize=1697740 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/140004/task/140028/stat : 140028 (fscip) S 140001 140004 137348 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 22425485 1738485760 67666 809668444160 4194304 16623229 140720740015152 0 0 0 0 0 2 1 0 0 -1 43 0 0 0 0 0 18838560 18947056 30490624 140720740017161 140720740017279 140720740017279 140720740024304 0
[pid=140004/tid=140029] ppid=140001 vsize=1697740 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/140004/task/140029/stat : 140029 (fscip) S 140001 140004 137348 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 22425485 1738485760 67666 809668444160 4194304 16623229 140720740015152 0 0 0 0 0 2 1 0 0 -1 63 0 0 0 0 0 18838560 18947056 30490624 140720740017161 140720740017279 140720740017279 140720740024304 0
[pid=140004/tid=140030] ppid=140001 vsize=1697740 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/140004/task/140030/stat : 140030 (fscip) S 140001 140004 137348 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 22425485 1738485760 67666 809668444160 4194304 16623229 140720740015152 0 0 0 0 0 2 1 0 0 -1 55 0 0 0 0 0 18838560 18947056 30490624 140720740017161 140720740017279 140720740017279 140720740024304 0
[pid=140004/tid=140031] ppid=140001 vsize=1697740 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/140004/task/140031/stat : 140031 (fscip) S 140001 140004 137348 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 22425485 1738485760 67666 809668444160 4194304 16623229 140720740015152 0 0 0 0 0 2 1 0 0 -1 15 0 0 0 0 0 18838560 18947056 30490624 140720740017161 140720740017279 140720740017279 140720740024304 0
[pid=140004/tid=140032] ppid=140001 vsize=1697740 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/140004/task/140032/stat : 140032 (fscip) S 140001 140004 137348 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 22425485 1738485760 67666 809668444160 4194304 16623229 140720740015152 0 0 0 0 0 2 1 0 0 -1 35 0 0 0 0 0 18838560 18947056 30490624 140720740017161 140720740017279 140720740017279 140720740024304 0
[pid=140004/tid=140033] ppid=140001 vsize=1697740 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/140004/task/140033/stat : 140033 (fscip) S 140001 140004 137348 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 22425485 1738485760 67666 809668444160 4194304 16623229 140720740015152 0 0 0 0 0 2 1 0 0 -1 39 0 0 0 0 0 18838560 18947056 30490624 140720740017161 140720740017279 140720740017279 140720740024304 0
[pid=140004/tid=140034] ppid=140001 vsize=1697740 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/140004/task/140034/stat : 140034 (fscip) S 140001 140004 137348 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 22425485 1738485760 67666 809668444160 4194304 16623229 140720740015152 0 0 0 0 0 2 1 0 0 -1 75 0 0 0 0 0 18838560 18947056 30490624 140720740017161 140720740017279 140720740017279 140720740024304 0
[pid=140004/tid=140035] ppid=140001 vsize=1697740 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/140004/task/140035/stat : 140035 (fscip) S 140001 140004 137348 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 22425485 1738485760 67732 809668444160 4194304 16623229 140720740015152 0 0 0 0 0 2 1 0 0 -1 3 0 0 0 0 0 18838560 18947056 30490624 140720740017161 140720740017279 140720740017279 140720740024304 0
[pid=140004/tid=140036] ppid=140001 vsize=1697740 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/140004/task/140036/stat : 140036 (fscip) S 140001 140004 137348 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 22425485 1738485760 67732 809668444160 4194304 16623229 140720740015152 0 0 0 0 0 2 1 0 0 -1 67 0 0 0 0 0 18838560 18947056 30490624 140720740017161 140720740017279 140720740017279 140720740024304 0
[pid=140004/tid=140037] ppid=140001 vsize=1697740 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/140004/task/140037/stat : 140037 (fscip) S 140001 140004 137348 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 22425485 1738485760 67732 809668444160 4194304 16623229 140720740015152 0 0 0 0 0 2 1 0 0 -1 43 0 0 0 0 0 18838560 18947056 30490624 140720740017161 140720740017279 140720740017279 140720740024304 0
[pid=140004/tid=140038] ppid=140001 vsize=1697740 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/140004/task/140038/stat : 140038 (fscip) S 140001 140004 137348 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 22425485 1738485760 67732 809668444160 4194304 16623229 140720740015152 0 0 0 0 0 2 1 0 0 -1 63 0 0 0 0 0 18838560 18947056 30490624 140720740017161 140720740017279 140720740017279 140720740024304 0

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

/proc/140004/task/140032/stat : 140032 (fscip) S 140001 140004 137348 0 -1 1077936192 126 0 0 0 0 2 0 0 20 0 41 0 22425485 30880686080 7161101 809668444160 4194304 16623229 140720740015152 0 0 0 0 0 2 1 0 0 -1 55 0 0 0 0 0 18838560 18947056 30490624 140720740017161 140720740017279 140720740017279 140720740024304 0
[pid=140004/tid=140033] ppid=140001 vsize=30156920 memory=28514060 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/140004/task/140033/stat : 140033 (fscip) S 140001 140004 137348 0 -1 1077936192 127 0 0 0 0 2 0 0 20 0 41 0 22425485 30880686080 7161101 809668444160 4194304 16623229 140720740015152 0 0 0 0 0 2 1 0 0 -1 55 0 0 0 0 0 18838560 18947056 30490624 140720740017161 140720740017279 140720740017279 140720740024304 0
[pid=140004/tid=140034] ppid=140001 vsize=30156920 memory=5112 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/140004/task/140034/stat : 140034 (fscip) S 140001 140004 137348 0 -1 1077936192 126 0 0 0 0 1 0 0 20 0 41 0 22425485 30880686080 7161101 809668444160 4194304 16623229 140720740015152 0 0 0 0 0 2 1 0 0 -1 79 0 0 0 0 0 18838560 18947056 30490624 140720740017161 140720740017279 140720740017279 140720740024304 0
[pid=140004/tid=140035] ppid=140001 vsize=30156920 memory=26634296 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/140004/task/140035/stat : 140035 (fscip) S 140001 140004 137348 0 -1 1077936192 128 0 0 0 0 2 0 0 20 0 41 0 22425485 30880686080 7161101 809668444160 4194304 16623229 140720740015152 0 0 0 0 0 2 1 0 0 -1 19 0 0 0 0 0 18838560 18947056 30490624 140720740017161 140720740017279 140720740017279 140720740024304 0
[pid=140004/tid=140036] ppid=140001 vsize=30156920 memory=28363256 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/140004/task/140036/stat : 140036 (fscip) S 140001 140004 137348 0 -1 1077936192 128 0 0 0 0 1 0 0 20 0 41 0 22425485 30880686080 7161101 809668444160 4194304 16623229 140720740015152 0 0 0 0 0 2 1 0 0 -1 75 0 0 0 0 0 18838560 18947056 30490624 140720740017161 140720740017279 140720740017279 140720740024304 0
[pid=140004/tid=140037] ppid=140001 vsize=30156920 memory=11572 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/140004/task/140037/stat : 140037 (fscip) S 140001 140004 137348 0 -1 1077936192 127 0 0 0 0 2 0 0 20 0 41 0 22425485 30880686080 7161101 809668444160 4194304 16623229 140720740015152 0 0 0 0 0 2 1 0 0 -1 63 0 0 0 0 0 18838560 18947056 30490624 140720740017161 140720740017279 140720740017279 140720740024304 0
[pid=140004/tid=140038] ppid=140001 vsize=30156920 memory=28619900 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/140004/task/140038/stat : 140038 (fscip) S 140001 140004 137348 0 -1 1077936192 126 0 0 0 0 2 0 0 20 0 41 0 22425485 30880686080 7161101 809668444160 4194304 16623229 140720740015152 0 0 0 0 0 2 1 0 0 -1 51 0 0 0 0 0 18838560 18947056 30490624 140720740017161 140720740017279 140720740017279 140720740024304 0
[pid=140004/tid=140039] ppid=140001 vsize=30156920 memory=28506940 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/140004/task/140039/stat : 140039 (fscip) S 140001 140004 137348 0 -1 1077936192 128 0 0 0 0 1 0 0 20 0 41 0 22425485 30880686080 7161101 809668444160 4194304 16623229 140720740015152 0 0 0 0 0 2 1 0 0 -1 79 0 0 0 0 0 18838560 18947056 30490624 140720740017161 140720740017279 140720740017279 140720740024304 0
[pid=140004/tid=140040] ppid=140001 vsize=30156920 memory=2804 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/140004/task/140040/stat : 140040 (fscip) S 140001 140004 137348 0 -1 1077936192 127 0 0 0 0 2 0 0 20 0 41 0 22425485 30880686080 7161101 809668444160 4194304 16623229 140720740015152 0 0 0 0 0 2 1 0 0 -1 79 0 0 0 0 0 18838560 18947056 30490624 140720740017161 140720740017279 140720740017279 140720740024304 0
[pid=140004/tid=140041] ppid=140001 vsize=30156920 memory=11572 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/140004/task/140041/stat : 140041 (fscip) S 140001 140004 137348 0 -1 1077936192 126 0 0 0 1 1 0 0 20 0 41 0 22425485 30880686080 7161101 809668444160 4194304 16623229 140720740015152 0 0 0 0 0 2 1 0 0 -1 35 0 0 0 0 0 18838560 18947056 30490624 140720740017161 140720740017279 140720740017279 140720740024304 0
[pid=140004/tid=140042] ppid=140001 vsize=30156920 memory=15376 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/140004/task/140042/stat : 140042 (fscip) S 140001 140004 137348 0 -1 1077936192 130 0 0 0 1 0 0 0 20 0 41 0 22425485 30880686080 7161101 809668444160 4194304 16623229 140720740015152 0 0 0 0 0 2 1 0 0 -1 15 0 0 0 0 0 18838560 18947056 30490624 140720740017161 140720740017279 140720740017279 140720740024304 0
[pid=140004/tid=140043] ppid=140001 vsize=30156920 memory=6720661030462045797 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/140004/task/140043/stat : 140043 (fscip) S 140001 140004 137348 0 -1 1077936192 128 0 0 0 0 1 0 0 20 0 41 0 22425485 30880686080 7161101 809668444160 4194304 16623229 140720740015152 0 0 0 0 0 2 1 0 0 -1 11 0 0 0 0 0 18838560 18947056 30490624 140720740017161 140720740017279 140720740017279 140720740024304 0
[pid=140004/tid=140044] ppid=140001 vsize=30156920 memory=16088 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/140004/task/140044/stat : 140044 (fscip) S 140001 140004 137348 0 -1 1077936192 63 0 0 0 0 1 0 0 20 0 41 0 22425485 30880686080 7161101 809668444160 4194304 16623229 140720740015152 0 0 0 0 0 2 1 0 0 -1 79 0 0 0 0 0 18838560 18947056 30490624 140720740017161 140720740017279 140720740017279 140720740024304 0
[pid=140004/tid=140045] ppid=140001 vsize=30156920 memory=2212 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/140004/task/140045/stat : 140045 (fscip) S 140001 140004 137348 0 -1 1077936192 127 0 0 0 0 2 0 0 20 0 41 0 22425485 30880686080 7161101 809668444160 4194304 16623229 140720740015152 0 0 0 0 0 2 1 0 0 -1 71 0 0 0 0 0 18838560 18947056 30490624 140720740017161 140720740017279 140720740017279 140720740024304 0
Current children cumulated CPU time: 71974 s
Current children cumulated vsize: 30156920 KiB
Current children cumulated memory: 28644404 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3643.7 s]
/proc/loadavg: 81.29 80.94 80.72 82/1024 142683
/proc/meminfo: memFree=714164956/790760800 swapFree=131071996/131071996
[pid=140004] ppid=140001 vsize=30156920 memory=28649988 CPUtime=72001.7 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/140004/stat : 140004 (fscip) S 140001 140004 137348 0 -1 1077936128 53162568 0 0 0 7162103 38068 0 0 20 0 41 0 22425473 30880686080 7162497 809668444160 4194304 16623229 140720740015152 0 0 0 0 0 2 0 0 0 17 47 0 0 0 0 0 18838560 18947056 30490624 140720740017161 140720740017279 140720740017279 140720740024304 0
/proc/140004/statm: 7539230 7162497 3014 3035 0 7338651 0
[pid=140004/tid=140006] ppid=140001 vsize=30156920 memory=1202831361328630 CPUtime=3600.37 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/140004/task/140006/stat : 140006 (fscip) R 140001 140004 137348 0 -1 4194368 4436030 0 0 0 357965 2072 0 0 20 0 41 0 22425477 30880686080 7162497 809668444160 4194304 16623229 140720740015152 0 0 0 0 0 2 0 0 0 -1 67 0 0 0 0 0 18838560 18947056 30490624 140720740017161 140720740017279 140720740017279 140720740024304 0
[pid=140004/tid=140007] ppid=140001 vsize=30156920 memory=0 CPUtime=3602.88 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/140004/task/140007/stat : 140007 (fscip) R 140001 140004 137348 0 -1 4194368 2314949 0 0 0 359333 955 0 0 20 0 41 0 22425477 30880686080 7162497 809668444160 4194304 16623229 140720740015152 0 0 0 0 0 2 0 0 0 -1 11 0 0 0 0 0 18838560 18947056 30490624 140720740017161 140720740017279 140720740017279 140720740024304 0
[pid=140004/tid=140008] ppid=140001 vsize=30156920 memory=0 CPUtime=3597.88 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/140004/task/140008/stat : 140008 (fscip) R 140001 140004 137348 0 -1 4194368 489433 0 0 0 356948 2840 0 0 20 0 41 0 22425477 30880686080 7162497 809668444160 4194304 16623229 140720740015152 0 0 0 0 0 2 0 0 0 -1 75 0 0 0 0 0 18838560 18947056 30490624 140720740017161 140720740017279 140720740017279 140720740024304 0
[pid=140004/tid=140009] ppid=140001 vsize=30156920 memory=28211896 CPUtime=3601.34 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/140004/task/140009/stat : 140009 (fscip) R 140001 140004 137348 0 -1 4194368 5646276 0 0 0 358095 2039 0 0 20 0 41 0 22425477 30880686080 7162497 809668444160 4194304 16623229 140720740015152 0 0 0 0 0 2 0 0 0 -1 51 0 0 0 0 0 18838560 18947056 30490624 140720740017161 140720740017279 140720740017279 140720740024304 0
[pid=140004/tid=140010] ppid=140001 vsize=30156920 memory=280498010078256 CPUtime=3601.34 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/140004/task/140010/stat : 140010 (fscip) R 140001 140004 137348 0 -1 4194368 2647101 0 0 0 359174 960 0 0 20 0 41 0 22425477 30880686080 7162497 809668444160 4194304 16623229 140720740015152 0 0 0 0 0 2 0 0 0 -1 27 0 0 0 0 0 18838560 18947056 30490624 140720740017161 140720740017279 140720740017279 140720740024304 0
[pid=140004/tid=140011] ppid=140001 vsize=30156920 memory=1202831361328630 CPUtime=3596.11 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/140004/task/140011/stat : 140011 (fscip) R 140001 140004 137348 0 -1 4194368 425498 0 0 0 356808 2803 0 0 20 0 41 0 22425477 30880686080 7162497 809668444160 4194304 16623229 140720740015152 0 0 0 0 0 2 0 0 0 -1 19 0 0 0 0 0 18838560 18947056 30490624 140720740017161 140720740017279 140720740017279 140720740024304 0
[pid=140004/tid=140012] ppid=140001 vsize=30156920 memory=6720661030462045797 CPUtime=3600.13 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/140004/task/140012/stat : 140012 (fscip) R 140001 140004 137348 0 -1 4194368 2815123 0 0 0 357939 2074 0 0 20 0 41 0 22425477 30880686080 7162497 809668444160 4194304 16623229 140720740015152 0 0 0 0 0 2 0 0 0 -1 47 0 0 0 0 0 18838560 18947056 30490624 140720740017161 140720740017279 140720740017279 140720740024304 0
[pid=140004/tid=140013] ppid=140001 vsize=30156920 memory=28529308 CPUtime=3602.46 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/140004/task/140013/stat : 140013 (fscip) R 140001 140004 137348 0 -1 4194368 3263415 0 0 0 358982 1264 0 0 20 0 41 0 22425477 30880686080 7162497 809668444160 4194304 16623229 140720740015152 0 0 0 0 0 2 0 0 0 -1 31 0 0 0 0 0 18838560 18947056 30490624 140720740017161 140720740017279 140720740017279 140720740024304 0
[pid=140004/tid=140014] ppid=140001 vsize=30156920 memory=280498005984096 CPUtime=3599.23 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/140004/task/140014/stat : 140014 (fscip) R 140001 140004 137348 0 -1 4194368 596115 0 0 0 357067 2856 0 0 20 0 41 0 22425477 30880686080 7162497 809668444160 4194304 16623229 140720740015152 0 0 0 0 0 2 0 0 0 -1 59 0 0 0 0 0 18838560 18947056 30490624 140720740017161 140720740017279 140720740017279 140720740024304 0
[pid=140004/tid=140015] ppid=140001 vsize=30156920 memory=280498009754080 CPUtime=3600.61 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/140004/task/140015/stat : 140015 (fscip) R 140001 140004 137348 0 -1 4194368 5732830 0 0 0 358401 1660 0 0 20 0 41 0 22425477 30880686080 7162497 809668444160 4194304 16623229 140720740015152 0 0 0 0 0 2 0 0 0 -1 63 0 0 0 0 0 18838560 18947056 30490624 140720740017161 140720740017279 140720740017279 140720740024304 0
[pid=140004/tid=140016] ppid=140001 vsize=30156920 memory=25333125866717268 CPUtime=3601.98 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/140004/task/140016/stat : 140016 (fscip) R 140001 140004 137348 0 -1 4194368 2149771 0 0 0 359269 929 0 0 20 0 41 0 22425477 30880686080 7162497 809668444160 4194304 16623229 140720740015152 0 0 0 0 0 2 0 0 0 -1 3 0 0 0 0 0 18838560 18947056 30490624 140720740017161 140720740017279 140720740017279 140720740024304 0
[pid=140004/tid=140017] ppid=140001 vsize=30156920 memory=6720661030462045797 CPUtime=3598.52 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/140004/task/140017/stat : 140017 (fscip) R 140001 140004 137348 0 -1 4194368 518469 0 0 0 356962 2890 0 0 20 0 41 0 22425477 30880686080 7162497 809668444160 4194304 16623229 140720740015152 0 0 0 0 0 2 0 0 0 -1 7 0 0 0 0 0 18838560 18947056 30490624 140720740017161 140720740017279 140720740017279 140720740024304 0
[pid=140004/tid=140018] ppid=140001 vsize=30156920 memory=354566 CPUtime=3601.84 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/140004/task/140018/stat : 140018 (fscip) R 140001 140004 137348 0 -1 4194368 5031227 0 0 0 358330 1854 0 0 20 0 41 0 22425477 30880686080 7162497 809668444160 4194304 16623229 140720740015152 0 0 0 0 0 2 0 0 0 -1 43 0 0 0 0 0 18838560 18947056 30490624 140720740017161 140720740017279 140720740017279 140720740024304 0
[pid=140004/tid=140019] ppid=140001 vsize=30156920 memory=5556 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/140004/task/140019/stat : 140019 (fscip) R 140001 140004 137348 0 -1 4194368 2803648 0 0 0 359198 993 0 0 20 0 41 0 22425477 30880686080 7162497 809668444160 4194304 16623229 140720740015152 0 0 0 0 0 2 0 0 0 -1 71 0 0 0 0 0 18838560 18947056 30490624 140720740017161 140720740017279 140720740017279 140720740024304 0
[pid=140004/tid=140020] ppid=140001 vsize=30156920 memory=6096 CPUtime=3597.54 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/140004/task/140020/stat : 140020 (fscip) R 140001 140004 137348 0 -1 4194368 410283 0 0 0 356843 2911 0 0 20 0 41 0 22425477 30880686080 7162497 809668444160 4194304 16623229 140720740015152 0 0 0 0 0 2 0 0 0 -1 35 0 0 0 0 0 18838560 18947056 30490624 140720740017161 140720740017279 140720740017279 140720740024304 0
[pid=140004/tid=140021] ppid=140001 vsize=30156920 memory=1968 CPUtime=3598.91 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/140004/task/140021/stat : 140021 (fscip) R 140001 140004 137348 0 -1 4194368 4466410 0 0 0 357924 1967 0 0 20 0 41 0 22425477 30880686080 7162497 809668444160 4194304 16623229 140720740015152 0 0 0 0 0 2 0 0 0 -1 15 0 0 0 0 0 18838560 18947056 30490624 140720740017161 140720740017279 140720740017279 140720740024304 0
[pid=140004/tid=140022] ppid=140001 vsize=30156920 memory=2212 CPUtime=3598.34 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/140004/task/140022/stat : 140022 (fscip) R 140001 140004 137348 0 -1 4194368 2082243 0 0 0 358922 912 0 0 20 0 41 0 22425477 30880686080 7162497 809668444160 4194304 16623229 140720740015152 0 0 0 0 0 2 0 0 0 -1 79 0 0 0 0 0 18838560 18947056 30490624 140720740017161 140720740017279 140720740017279 140720740024304 0
[pid=140004/tid=140023] ppid=140001 vsize=30156920 memory=25988 CPUtime=3598.4 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/140004/task/140023/stat : 140023 (fscip) R 140001 140004 137348 0 -1 4194368 462414 0 0 0 356862 2978 0 0 20 0 41 0 22425477 30880686080 7162497 809668444160 4194304 16623229 140720740015152 0 0 0 0 0 2 0 0 0 -1 23 0 0 0 0 0 18838560 18947056 30490624 140720740017161 140720740017279 140720740017279 140720740024304 0
[pid=140004/tid=140024] ppid=140001 vsize=30156920 memory=280498009602400 CPUtime=3598.51 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/140004/task/140024/stat : 140024 (fscip) R 140001 140004 137348 0 -1 4194368 4380051 0 0 0 357826 2025 0 0 20 0 41 0 22425477 30880686080 7162497 809668444160 4194304 16623229 140720740015152 0 0 0 0 0 2 0 0 0 -1 55 0 0 0 0 0 18838560 18947056 30490624 140720740017161 140720740017279 140720740017279 140720740024304 0
[pid=140004/tid=140025] ppid=140001 vsize=30156920 memory=280498008085504 CPUtime=3601.14 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/140004/task/140025/stat : 140025 (fscip) R 140001 140004 137348 0 -1 4194368 2482565 0 0 0 359071 1043 0 0 20 0 41 0 22425477 30880686080 7162497 809668444160 4194304 16623229 140720740015152 0 0 0 0 0 2 0 0 0 -1 39 0 0 0 0 0 18838560 18947056 30490624 140720740017161 140720740017279 140720740017279 140720740024304 0
[pid=140004/tid=140026] ppid=140001 vsize=30156920 memory=28363256 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/140004/task/140026/stat : 140026 (fscip) S 140001 140004 137348 0 -1 1077936192 128 0 0 0 0 2 0 0 20 0 41 0 22425485 30880686080 7162497 809668444160 4194304 16623229 140720740015152 0 0 0 0 0 2 1 0 0 -1 43 0 0 0 0 0 18838560 18947056 30490624 140720740017161 140720740017279 140720740017279 140720740024304 0
[pid=140004/tid=140027] ppid=140001 vsize=30156920 memory=11572 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/140004/task/140027/stat : 140027 (fscip) S 140001 140004 137348 0 -1 1077936192 126 0 0 0 0 2 0 0 20 0 41 0 22425485 30880686080 7162497 809668444160 4194304 16623229 140720740015152 0 0 0 0 0 2 1 0 0 -1 27 0 0 0 0 0 18838560 18947056 30490624 140720740017161 140720740017279 140720740017279 140720740024304 0
[pid=140004/tid=140028] ppid=140001 vsize=30156920 memory=6720661030462045797 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/140004/task/140028/stat : 140028 (fscip) S 140001 140004 137348 0 -1 1077936192 126 0 0 0 0 2 0 0 20 0 41 0 22425485 30880686080 7162497 809668444160 4194304 16623229 140720740015152 0 0 0 0 0 2 1 0 0 -1 75 0 0 0 0 0 18838560 18947056 30490624 140720740017161 140720740017279 140720740017279 140720740024304 0
[pid=140004/tid=140029] ppid=140001 vsize=30156920 memory=280498010552800 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/140004/task/140029/stat : 140029 (fscip) S 140001 140004 137348 0 -1 1077936192 126 0 0 0 2 0 0 0 20 0 41 0 22425485 30880686080 7162497 809668444160 4194304 16623229 140720740015152 0 0 0 0 0 2 1 0 0 -1 3 0 0 0 0 0 18838560 18947056 30490624 140720740017161 140720740017279 140720740017279 140720740024304 0
[pid=140004/tid=140030] ppid=140001 vsize=30156920 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/140004/task/140030/stat : 140030 (fscip) S 140001 140004 137348 0 -1 1077936192 127 0 0 0 0 1 0 0 20 0 41 0 22425485 30880686080 7162497 809668444160 4194304 16623229 140720740015152 0 0 0 0 0 2 1 0 0 -1 75 0 0 0 0 0 18838560 18947056 30490624 140720740017161 140720740017279 140720740017279 140720740024304 0
[pid=140004/tid=140031] ppid=140001 vsize=30156920 memory=28494856 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/140004/task/140031/stat : 140031 (fscip) S 140001 140004 137348 0 -1 1077936192 127 0 0 0 0 2 0 0 20 0 41 0 22425485 30880686080 7162497 809668444160 4194304 16623229 140720740015152 0 0 0 0 0 2 1 0 0 -1 31 0 0 0 0 0 18838560 18947056 30490624 140720740017161 140720740017279 140720740017279 140720740024304 0
[pid=140004/tid=140032] ppid=140001 vsize=30156920 memory=9172 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/140004/task/140032/stat : 140032 (fscip) S 140001 140004 137348 0 -1 1077936192 126 0 0 0 0 2 0 0 20 0 41 0 22425485 30880686080 7162497 809668444160 4194304 16623229 140720740015152 0 0 0 0 0 2 1 0 0 -1 31 0 0 0 0 0 18838560 18947056 30490624 140720740017161 140720740017279 140720740017279 140720740024304 0
[pid=140004/tid=140033] ppid=140001 vsize=30156920 memory=28716 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/140004/task/140033/stat : 140033 (fscip) S 140001 140004 137348 0 -1 1077936192 127 0 0 0 0 2 0 0 20 0 41 0 22425485 30880686080 7162497 809668444160 4194304 16623229 140720740015152 0 0 0 0 0 2 1 0 0 -1 55 0 0 0 0 0 18838560 18947056 30490624 140720740017161 140720740017279 140720740017279 140720740024304 0
[pid=140004/tid=140034] ppid=140001 vsize=30156920 memory=6872 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/140004/task/140034/stat : 140034 (fscip) S 140001 140004 137348 0 -1 1077936192 126 0 0 0 0 1 0 0 20 0 41 0 22425485 30880686080 7162497 809668444160 4194304 16623229 140720740015152 0 0 0 0 0 2 1 0 0 -1 79 0 0 0 0 0 18838560 18947056 30490624 140720740017161 140720740017279 140720740017279 140720740024304 0
[pid=140004/tid=140035] ppid=140001 vsize=30156920 memory=11396804 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/140004/task/140035/stat : 140035 (fscip) S 140001 140004 137348 0 -1 1077936192 128 0 0 0 0 2 0 0 20 0 41 0 22425485 30880686080 7162497 809668444160 4194304 16623229 140720740015152 0 0 0 0 0 2 1 0 0 -1 19 0 0 0 0 0 18838560 18947056 30490624 140720740017161 140720740017279 140720740017279 140720740024304 0
[pid=140004/tid=140036] ppid=140001 vsize=30156920 memory=7667474445800400736 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/140004/task/140036/stat : 140036 (fscip) S 140001 140004 137348 0 -1 1077936192 128 0 0 0 0 1 0 0 20 0 41 0 22425485 30880686080 7162497 809668444160 4194304 16623229 140720740015152 0 0 0 0 0 2 1 0 0 -1 75 0 0 0 0 0 18838560 18947056 30490624 140720740017161 140720740017279 140720740017279 140720740024304 0
[pid=140004/tid=140037] ppid=140001 vsize=30156920 memory=28514060 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/140004/task/140037/stat : 140037 (fscip) S 140001 140004 137348 0 -1 1077936192 127 0 0 0 0 2 0 0 20 0 41 0 22425485 30880686080 7162497 809668444160 4194304 16623229 140720740015152 0 0 0 0 0 2 1 0 0 -1 63 0 0 0 0 0 18838560 18947056 30490624 140720740017161 140720740017279 140720740017279 140720740024304 0
[pid=140004/tid=140038] ppid=140001 vsize=30156920 memory=28619900 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/140004/task/140038/stat : 140038 (fscip) S 140001 140004 137348 0 -1 1077936192 126 0 0 0 0 2 0 0 20 0 41 0 22425485 30880686080 7162497 809668444160 4194304 16623229 140720740015152 0 0 0 0 0 2 1 0 0 -1 51 0 0 0 0 0 18838560 18947056 30490624 140720740017161 140720740017279 140720740017279 140720740024304 0
[pid=140004/tid=140039] ppid=140001 vsize=30156920 memory=28506940 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/140004/task/140039/stat : 140039 (fscip) S 140001 140004 137348 0 -1 1077936192 128 0 0 0 0 1 0 0 20 0 41 0 22425485 30880686080 7162497 809668444160 4194304 16623229 140720740015152 0 0 0 0 0 2 1 0 0 -1 79 0 0 0 0 0 18838560 18947056 30490624 140720740017161 140720740017279 140720740017279 140720740024304 0
[pid=140004/tid=140040] ppid=140001 vsize=30156920 memory=7739811358725992552 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/140004/task/140040/stat : 140040 (fscip) S 140001 140004 137348 0 -1 1077936192 127 0 0 0 0 2 0 0 20 0 41 0 22425485 30880686080 7162497 809668444160 4194304 16623229 140720740015152 0 0 0 0 0 2 1 0 0 -1 79 0 0 0 0 0 18838560 18947056 30490624 140720740017161 140720740017279 140720740017279 140720740024304 0
[pid=140004/tid=140041] ppid=140001 vsize=30156920 memory=7378707529364169830 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/140004/task/140041/stat : 140041 (fscip) S 140001 140004 137348 0 -1 1077936192 126 0 0 0 1 1 0 0 20 0 41 0 22425485 30880686080 7162497 809668444160 4194304 16623229 140720740015152 0 0 0 0 0 2 1 0 0 -1 35 0 0 0 0 0 18838560 18947056 30490624 140720740017161 140720740017279 140720740017279 140720740024304 0
[pid=140004/tid=140042] ppid=140001 vsize=30156920 memory=1968 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/140004/task/140042/stat : 140042 (fscip) S 140001 140004 137348 0 -1 1077936192 130 0 0 0 1 0 0 0 20 0 41 0 22425485 30880686080 7162497 809668444160 4194304 16623229 140720740015152 0 0 0 0 0 2 1 0 0 -1 15 0 0 0 0 0 18838560 18947056 30490624 140720740017161 140720740017279 140720740017279 140720740024304 0
[pid=140004/tid=140043] ppid=140001 vsize=30156920 memory=54204 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/140004/task/140043/stat : 140043 (fscip) S 140001 140004 137348 0 -1 1077936192 128 0 0 0 0 1 0 0 20 0 41 0 22425485 30880686080 7162497 809668444160 4194304 16623229 140720740015152 0 0 0 0 0 2 1 0 0 -1 11 0 0 0 0 0 18838560 18947056 30490624 140720740017161 140720740017279 140720740017279 140720740024304 0
[pid=140004/tid=140044] ppid=140001 vsize=30156920 memory=33196 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/140004/task/140044/stat : 140044 (fscip) S 140001 140004 137348 0 -1 1077936192 63 0 0 0 0 1 0 0 20 0 41 0 22425485 30880686080 7162497 809668444160 4194304 16623229 140720740015152 0 0 0 0 0 2 1 0 0 -1 79 0 0 0 0 0 18838560 18947056 30490624 140720740017161 140720740017279 140720740017279 140720740024304 0
[pid=140004/tid=140045] ppid=140001 vsize=30156920 memory=2804 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/140004/task/140045/stat : 140045 (fscip) S 140001 140004 137348 0 -1 1077936192 127 0 0 0 0 2 0 0 20 0 41 0 22425485 30880686080 7162497 809668444160 4194304 16623229 140720740015152 0 0 0 0 0 2 1 0 0 -1 71 0 0 0 0 0 18838560 18947056 30490624 140720740017161 140720740017279 140720740017279 140720740024304 0
Current children cumulated CPU time: 72001.7 s
Current children cumulated vsize: 30156920 KiB
Current children cumulated memory: 28649988 KiB

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

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

# cumulated CPU time of all completed processes:  user=71621.3 s, system=381.516 s

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

[startup+3644 s]*
/proc/loadavg: 81.29 80.94 80.72 62/985 142683
/proc/meminfo: memFree=724588176/790760800 swapFree=131071996/131071996
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

[startup+3644.4 s]
/proc/loadavg: 81.29 80.94 80.72 62/985 142683
/proc/meminfo: memFree=724588176/790760800 swapFree=131071996/131071996
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

[startup+3644.5 s]
/proc/loadavg: 81.29 80.94 80.72 62/985 142683
/proc/meminfo: memFree=724588176/790760800 swapFree=131071996/131071996
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

Child ended because it received signal 15 (SIGTERM)

Real time (s): 3644.54
CPU time (s): 72002.8
CPU user time (s): 71621.3
CPU system time (s): 381.516
CPU usage (%): 1975.63
Max. virtual memory (cumulated for all children) (KiB): 30156920
Max. memory (cumulated for all children) (KiB): 28649988

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 71621.3
system time used= 381.516
maximum resident set size= 28650056
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 53162588
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= 1585879
involuntary context switches= 490689


# summary of solver processes directly reported to runsolver:
#   pid: 140004
#   total CPU time (s): 72002.8
#   total CPU user time (s): 71621.3
#   total CPU system time (s): 381.516

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 26.0316 second user time and 79.8531 second system time

The end

Launcher Data

Begin job on nodeD104 at 2024-08-02 02:27:41
IDJOB=4465727
IDBENCH=160363
IDSOLVER=3094
FILE ID=nodeD104/4465727-1722558461
RUNJOBID= nodeD104-1722554819-137361
SLURM_JOB_ID= 8254283
Free space on /tmp= 8622836 MiB

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

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

MD5SUM BENCH= 43b43b4642a1f471c30a83b83143bc9f
RANDOM SEED=225009433

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       790760800 kB
MemFree:        752603892 kB
MemAvailable:   753928220 kB
Buffers:          319600 kB
Cached:          4327368 kB
SwapCached:            0 kB
Active:           492908 kB
Inactive:       35061976 kB
Active(anon):       2236 kB
Inactive(anon): 30928204 kB
Active(file):     490672 kB
Inactive(file):  4133772 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:             57728 kB
Writeback:             0 kB
AnonPages:      30799260 kB
Mapped:           126920 kB
Shmem:             22536 kB
KReclaimable:     239200 kB
Slab:             598256 kB
SReclaimable:     239200 kB
SUnreclaim:       359056 kB
KernelStack:       16960 kB
PageTables:        77196 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    526452396 kB
Committed_AS:    5494084 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:           271872 kB
HardwareCorrupted:     0 kB
AnonHugePages:    804864 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:      628736 kB
DirectMap2M:    53346304 kB
DirectMap1G:    751828992 kB

Free space on /tmp at the end= 8622808 MiB
End job on nodeD104 at 2024-08-02 03:28:25