Trace number 4467344

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
FiberSCIP 20 cores, 2024-08-09? (TO) 72000.9 3634.73

General information on the benchmark

NamePB24/normalized-PB06/OPT-LIN/submitted-PB06/manquiho/
market-split/normalized-market-split_8_70_4.opb
MD5SUMf08684a49e4744afc6bcc5ce80f1fe7b
Bench CategoryOPT-LIN (optimization problem, linear constraints, no OPT/UNSAT certificate)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables71
Total number of constraints17
Number of constraints which are clauses1
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints16
Minimum length of a constraint1
Maximum length of a constraint70
Number of terms in the objective function 1
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 1
Number of bits of the sum of numbers in the objective function 1
Biggest number in a constraint 1881
Number of bits of the biggest number in a constraint 11
Biggest sum of numbers in a constraint 5644
Number of bits of the biggest sum of numbers13
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: 917abe4c5e]
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   TinyCThread 1.2      small portable implementation of the C11 threads API (tinycthread.github.io)
0.00/0.00	c   AMPL/MP 690e9e7      AMPL .nl file reader library (github.com/ampl/mp)
0.00/0.00	c   PaPILO 2.3.1         parallel presolve for integer and linear optimization (github.com/scipopt/papilo)
0.00/0.00	c   Nauty 2.8.8          Computing Graph Automorphism Groups by Brendan D. McKay (users.cecs.anu.edu.au/~bdm/nauty)
0.00/0.00	c   sassy 1.1            Symmetry preprocessor by Markus Anders (github.com/markusa4/sassy)
0.00/0.00	c Default LC presolving (default).
0.00/0.00	c ** Before presolving: virtualMemUsedAtLc = 22556672, getVmSize() = 22556672, SCIPgetMemUsed() = 819665, SCIPgetMemTotal() = 1093105, SCIPgetMemExternEstim() = 1048576
0.00/0.00	c ** set memory limit for presolving in LC to 8.79602e+12 for SCIP **
0.00/0.01	c ** Estimated virtualMemUsedAtSolver = 15149088, getVmSize() = 26062848, SCIPgetMemUsed() = 1798571, SCIPgetMemTotal() = 3453659, SCIPgetMemExternEstim() = 1048576
0.00/0.01	c ** set memory limit for solvers to 4.18857e+11 for each SCIP **
0.00/0.01	c Original Problem   :
0.00/0.01	c   Problem name     : instance-4467344-1723217060
0.00/0.01	c   Variables        : 71 (71 binary, 0 integer, 0 implicit integer, 0 continuous)
0.00/0.01	c   Constraints      : 17
0.00/0.01	c   Objective sense  : minimize
0.00/0.01	c Presolved Problem  :
0.00/0.01	c   Variables        : 70 (70 binary, 0 integer, 0 implicit integer, 0 continuous)
0.00/0.01	c   Constraints      : 18
0.00/0.01	c Constraints        : Number
0.00/0.01	c   knapsack         : 1 
0.00/0.01	c   linear           : 15 
0.00/0.01	c   logicor          : 2 
0.00/0.01	c ** Instance transfer method used: 0
0.00/0.01	c ** ParaScipInstance copy does not increase the number of variables. **
0.00/0.05	c LC is working with racing ramp-up and with rebuilding tree after racing.
0.00/0.05	c                                Nodes    Active                                            
0.00/0.05	c      Time          Nodes        Left   Solvers     Best Integer        Best Node        Gap     Best Node(S)     Gap(S)
99.65/5.20	c         5          71376          29        20                -           0.0000          -
199.70/10.25	c        10           5480        4425        20                -           0.0000          -
300.17/15.30	c        15         250340          29        20                -           0.0000          -
398.93/20.34	c        20         343232          31        20                -           0.0000          -
497.63/25.39	c        25          38542       26317        20                -           0.0000          -
598.29/30.44	c        30          46463       31156        20                -           0.0000          -
697.15/35.48	c        35         626585          32        20                -           0.0000          -
797.79/40.53	c        41         722170          29        20                -           0.0000          -
896.45/45.58	c        46         810602          31        20                -           0.0000          -
997.27/50.63	c        51         904294          29        20                -           0.0000          -
1096.01/55.68	c        56        1000326          29        20                -           0.0000          -
1196.91/60.73	c        61        1095513          30        20                -           0.0000          -
1295.58/65.78	c        66        1193444          29        20                -           0.0000          -
1396.48/70.83	c        71        1293003          30        20                -           0.0000          -
1495.20/75.88	c        76        1394273          30        20                -           0.0000          -
1596.04/80.93	c        81        1496108          29        20                -           0.0000          -
1694.92/85.98	c        86        1592057          30        20                -           0.0000          -
1796.12/91.03	c        91        1690428          29        20                -           0.0000          -
1895.04/96.08	c        96        1789198          29        20                -           0.0000          -
1995.73/101.13	c       101        1889912          31        20                -           0.0000          -
2094.66/106.18	c       106        1992408          29        20                -           0.0000          -
2194.85/111.23	c       111        2095158          33        20                -           0.0000          -
2293.52/116.28	c       116        2196301          30        20                -           0.0000          -
2394.39/121.33	c       121        2292529          30        20                -           0.0000          -
2493.13/126.38	c       126        2392770          29        20                -           0.0000          -
2593.92/131.42	c       131        2491905          32        20                -           0.0000          -
2692.64/136.47	c       136        2596407          32        20                -           0.0000          -
2793.44/141.52	c       142        2696898          31        20                -           0.0000          -
2892.39/146.55	c       147        2795434          31        20                -           0.0000          -
2993.30/151.62	c       152        2895461          30        20                -           0.0000          -
3092.09/156.63	c       157        2995231          32        20                -           0.0000          -
3190.95/161.68	c       162        3096801          30        20                -           0.0000          -
3289.71/166.70	c       167        3198312          29        20                -           0.0000          -
3392.54/171.83	c       172        3301956          31        20                -           0.0000          -
3491.52/176.87	c       177        3402438          31        20                -           0.0000          -
3592.11/181.92	c       182        3505157          30        20                -           0.0000          -
3691.00/186.93	c       187        3609419          24        20                -           0.0000          -
3789.85/192.02	c       192        3696180          29        20                -           0.0000          -
3891.17/197.07	c       197        3784025          28        20                -           0.0000          -
3990.10/202.10	c       202        3872042          27        20                -           0.0000          -
4088.95/207.11	c       207        3960231          30        20                -           0.0000          -
4191.14/212.21	c       212        4053700          31        20                -           0.0000          -
4290.04/217.27	c       217        4149687          30        20                -           0.0000          -
4390.73/222.32	c       222         283766      163784        20                -           0.0000          -
4489.68/227.37	c       227        4340160          31        20                -           0.0000          -
4590.44/232.42	c       232        4433743          30        20                -           0.0000          -
4689.46/237.43	c       237        4523961          28        20                -           0.0000          -
4788.24/242.44	c       242        4613506          29        20                -           0.0000          -
4887.12/247.48	c       247         169384      106185        20                -           0.0000          -
4988.10/252.51	c       252         170301      106954        20                -           0.0000          -
5088.97/257.63	c       258         173680      108771        20                -           0.0000          -
5187.84/262.69	c       263         176879      110686        20                -           0.0000          -
5288.67/267.76	c       268         183279      115061        20                -           0.0000          -
5389.56/272.82	c       273        5207484          31        20                -           0.0000          -
5488.53/277.87	c       278        5306664          27        20                -           0.0000          -
5587.42/282.89	c       283        5409287          30        20                -           0.0000          -
5688.19/287.90	c       288        5509250          29        20                -           0.0000          -
5787.01/293.02	c       293        5608899          30        20                -           0.0000          -
5888.53/298.07	c       298        5708774          33        20                -           0.0000          -
5987.52/303.12	c       303        5813074          31        20                -           0.0000          -
6088.47/308.17	c       308        5915066          29        20                -           0.0000          -
6188.61/313.21	c       313        6016991          28        20                -           0.0000          -
6287.41/318.27	c       318        6116930          33        20                -           0.0000          -
6388.23/323.32	c       323        6223205          30        20                -           0.0000          -
6487.05/328.37	c       328        6328178          33        20                -           0.0000          -
6588.21/333.42	c       333        6433357          30        20                -           0.0000          -
6687.05/338.47	c       338        6543192          33        20                -           0.0000          -
6788.09/343.52	c       344        6651974          27        20                -           0.0000          -
6887.15/348.57	c       349        6752457          30        20                -           0.0000          -
6988.16/353.63	c       354        6853321          30        20                -           0.0000          -
7087.10/358.67	c       359        6953193          30        20                -           0.0000          -
7187.99/363.72	c       364        7058294          29        20                -           0.0000          -
7287.11/368.77	c       369        7161648          29        20                -           0.0000          -
7387.87/373.82	c       374        7268264          31        20                -           0.0000          -
7486.89/378.87	c       379        7376948          29        20                -           0.0000          -
7587.95/383.92	c       384        7474017          30        20                -           0.0000          -
7686.99/388.97	c       389        7570239          32        20                -           0.0000          -
7786.01/394.01	c       394        7664200          29        20                -           0.0000          -
7887.39/399.07	c       399        7759225          30        20                -           0.0000          -
7986.61/404.10	c       404        7853691          30        20                -           0.0000          -
8087.60/409.17	c       409        7950004          29        20                -           0.0000          -
8187.99/414.22	c       414        8047178          31        20                -           0.0000          -
8286.92/419.27	c       419        8144367          30        20                -           0.0000          -
8386.07/424.28	c       424        8248374          31        20                -           0.0000          -
8486.95/429.31	c       429         288542      174256        20                -           0.0000          -
8585.92/434.38	c       434        8455700          31        20                -           0.0000          -
8686.91/439.42	c       439        8558077          32        20                -           0.0000          -
8785.91/444.43	c       444         295287      176746        20                -           0.0000          -
8884.97/449.48	c       449         303557      183249        20                -           0.0000          -
8984.16/454.49	c       454         306792      185096        20                -           0.0000          -
9086.76/459.65	c       460        8985523          30        20                -           0.0000          -
9187.65/464.72	c       465        9088493          32        20                -           0.0000          -
9286.71/469.77	c       470        9195669          32        20                -           0.0000          -
9387.70/474.82	c       475        9300958          31        20                -           0.0000          -
9486.85/479.87	c       480        9406806          29        20                -           0.0000          -
9587.83/484.92	c       485        9513803          32        20                -           0.0000          -
9686.77/489.97	c       490        9621884          29        20                -           0.0000          -
9785.71/495.02	c       495        9727164          31        20                -           0.0000          -
9887.23/500.07	c       500         525645      288319        20                -           0.0000          -
9986.32/505.09	c       505        9942876          31        20                -           0.0000          -
10085.31/510.12	c       510         531756      291658        20                -           0.0000          -
10184.34/515.12	c       515       10166482          31        20                -           0.0000          -
10286.83/520.27	c       520       10280010          31        20                -           0.0000          -
10387.75/525.32	c       525       10391151          32        20                -           0.0000          -
10486.90/530.37	c       530       10494114          31        20                -           0.0000          -
10587.84/535.42	c       535       10597223          30        20                -           0.0000          -
10686.89/540.43	c       540       10703087          30        20                -           0.0000          -
10785.98/545.49	c       545       10804109          30        20                -           0.0000          -
10886.94/550.57	c       551       10903617          32        20                -           0.0000          -
10987.99/555.62	c       556       11003900          31        20                -           0.0000          -
11086.99/560.64	c       561       11113643          32        20                -           0.0000          -
11186.02/565.66	c       566         376153      222770        20                -           0.0000          -
11285.17/570.69	c       571       11324729          28        20                -           0.0000          -
11386.12/575.76	c       576       11429634          31        20                -           0.0000          -
11487.18/580.84	c       581       11536374          31        20                -           0.0000          -
11586.28/585.90	c       586       11640846          29        20                -           0.0000          -
11687.38/590.97	c       591       11745560          33        20                -           0.0000          -
11786.49/596.00	c       596       11852076          31        20                -           0.0000          -
11888.12/601.07	c       601       11958368          33        20                -           0.0000          -
11987.07/606.12	c       606       12061414          29        20                -           0.0000          -
12088.16/611.15	c       611         406546      240104        20                -           0.0000          -
12187.17/616.17	c       616       12276423          32        20                -           0.0000          -
12286.11/621.19	c       621       12385196          27        20                -           0.0000          -
12386.75/626.22	c       626         414622      238550        20                -           0.0000          -
12487.54/631.32	c       631         417593      240065        20                -           0.0000          -
12588.60/636.42	c       636       12682297          32        20                -           0.0000          -
12687.69/641.43	c       641       12772198          29        20                -           0.0000          -
12786.68/646.46	c       646       12858179          30        20                -           0.0000          -
12887.74/651.57	c       652       12944447          30        20                -           0.0000          -
12988.84/656.62	c       657       13034256          29        20                -           0.0000          -
13087.97/661.67	c       662       13123756          29        20                -           0.0000          -
13189.00/666.72	c       667       13215748          29        20                -           0.0000          -
13288.22/671.77	c       672         442040      259317        20                -           0.0000          -
13389.02/676.81	c       677       13413302          31        20                -           0.0000          -
13488.03/681.87	c       682       13511170          29        20                -           0.0000          -
13589.03/686.92	c       687       13602217          30        20                -           0.0000          -
13688.05/691.97	c       692       13693354          29        20                -           0.0000          -
13787.16/697.01	c       697       13788412          30        20                -           0.0000          -
13889.06/702.07	c       702         675619      362031        20                -           0.0000          -
13988.00/707.09	c       707       13983025          27        20                -           0.0000          -
14087.06/712.11	c       712       14079614          32        20                -           0.0000          -
14188.08/717.14	c       717       14175861          31        20                -           0.0000          -
14288.54/722.22	c       722       14272519          29        20                -           0.0000          -
14387.85/727.30	c       727       14363809          31        20                -           0.0000          -
14488.60/732.37	c       732       14456706          32        20                -           0.0000          -
14589.68/737.42	c       737       14556042          30        20                -           0.0000          -
14688.75/742.44	c       742       14660099          33        20                -           0.0000          -
14787.79/747.45	c       747       14761394          30        20                -           0.0000          -
14888.79/752.55	c       753       14864327          29        20                -           0.0000          -
14990.01/757.62	c       758       14968808          32        20                -           0.0000          -
15088.94/762.67	c       763       15070635          31        20                -           0.0000          -
15189.96/767.72	c       768       15171003          31        20                -           0.0000          -
15289.15/772.77	c       773         505648      293445        20                -           0.0000          -
15390.21/777.82	c       778       15374838          32        20                -           0.0000          -
15489.36/782.87	c       783       15476897          31        20                -           0.0000          -
15590.46/787.93	c       788       15581127          31        20                -           0.0000          -
15689.44/792.97	c       793       15685260          32        20                -           0.0000          -
15788.48/798.02	c       798       15789217          31        20                -           0.0000          -
15890.38/803.07	c       803         524020      303057        20                -           0.0000          -
15989.41/808.09	c       808       15992647          31        20                -           0.0000          -
16090.40/813.14	c       813         750430      398444        20                -           0.0000          -
16189.55/818.19	c       818       16201299          29        20                -           0.0000          -
16289.90/823.20	c       823         757225      401651        20                -           0.0000          -
16391.07/828.33	c       828       16418539          33        20                -           0.0000          -
16490.19/833.37	c       833       16528151          33        20                -           0.0000          -
16591.18/838.42	c       838       16633713          31        20                -           0.0000          -
16690.17/843.47	c       843       16739335          31        20                -           0.0000          -
16791.25/848.52	c       849       16843770          32        20                -           0.0000          -
16890.33/853.57	c       854         779178      411854        20                -           0.0000          -
16991.53/858.62	c       859       17049292          32        20                -           0.0000          -
17090.68/863.67	c       864         784597      414669        20                -           0.0000          -
17191.50/868.72	c       869       17258958          30        20                -           0.0000          -
17290.57/873.76	c       874       17362021          31        20                -           0.0000          -
17391.80/878.82	c       879         794575      419477        20                -           0.0000          -
17490.79/883.87	c       884       17571539          31        20                -           0.0000          -
17589.82/888.88	c       889       17677529          31        20                -           0.0000          -
17690.87/893.93	c       894         802982      423540        20                -           0.0000          -
17789.87/898.95	c       899       17883502          30        20                -           0.0000          -
17888.92/903.99	c       904         809422      426670        20                -           0.0000          -
17990.61/909.08	c       909         586996      336571        20                -           0.0000          -
18091.60/914.16	c       914         590135      338242        20                -           0.0000          -
18192.13/919.22	c       919       18291784          30        20                -           0.0000          -
18291.11/924.27	c       924       18390815          29        20                -           0.0000          -
18392.20/929.32	c       929         825446      434442        20                -           0.0000          -
18491.24/934.37	c       934       18593390          32        20                -           0.0000          -
18590.50/939.39	c       939       18691437          27        20                -           0.0000          -
18691.54/944.47	c       944         836539      439657        20                -           0.0000          -
18792.50/949.52	c       950       18885341          27        20                -           0.0000          -
18891.63/954.57	c       955       18986327          29        20                -           0.0000          -
18992.63/959.62	c       960         847193      444527        20                -           0.0000          -
19091.64/964.67	c       965         622477      353903        20                -           0.0000          -
19192.68/969.72	c       970       19302144          28        20                -           0.0000          -
19291.68/974.75	c       975       19404737          29        20                -           0.0000          -
19392.73/979.82	c       980       19504315          31        20                -           0.0000          -
19491.79/984.83	c       985       19601109          31        20                -           0.0000          -
19590.87/989.85	c       990         862053      452227        20                -           0.0000          -
19691.90/994.97	c       995       19800375          31        20                -           0.0000          -
19790.98/1000.00	c      1000       19906577          29        20                -           0.0000          -
19892.60/1005.07	c      1005       20007430          28        20                -           0.0000          -
19991.52/1010.12	c      1010       20102779          29        20                -           0.0000          -
20092.63/1015.17	c      1015       20197032          30        20                -           0.0000          -
20192.97/1020.22	c      1020         652920      360423        20                -           0.0000          -
20292.13/1025.27	c      1025       20391767          31        20                -           0.0000          -
20393.04/1030.32	c      1030       20487125          29        20                -           0.0000          -
20492.22/1035.33	c      1035       20582797          27        20                -           0.0000          -
20591.34/1040.36	c      1040       20680999          29        20                -           0.0000          -
20690.43/1045.37	c      1045         670175      378351        20                -           0.0000          -
20789.48/1050.39	c      1050         673467      380085        20                -           0.0000          -
20890.51/1055.43	c      1055         676582      381568        20                -           0.0000          -
20991.65/1060.59	c      1061       21073607          29        20                -           0.0000          -
21092.73/1065.67	c      1066       21173795          29        20                -           0.0000          -
21193.82/1070.70	c      1071       21270117          27        20                -           0.0000          -
21292.94/1075.77	c      1076       21368573          27        20                -           0.0000          -
21394.03/1080.82	c      1081       21468399          27        20                -           0.0000          -
21493.08/1085.87	c      1086       21569354          28        20                -           0.0000          -
21594.18/1090.92	c      1091       21675245          27        20                -           0.0000          -
21693.24/1095.97	c      1096       21782328          30        20                -           0.0000          -
21792.27/1101.02	c      1101         925353      483281        20                -           0.0000          -
21893.97/1106.06	c      1106       21992534          30        20                -           0.0000          -
21993.08/1111.08	c      1111       22099042          30        20                -           0.0000          -
22092.25/1116.10	c      1116       22199772          30        20                -           0.0000          -
22193.33/1121.15	c      1121       22296413          29        20                -           0.0000          -
22293.92/1126.22	c      1126       22396584          30        20                -           0.0000          -
22395.05/1131.31	c      1131       22495936          30        20                -           0.0000          -
22494.01/1136.38	c      1136         722377      394640        20                -           0.0000          -
22595.13/1141.42	c      1141       22700537          29        20                -           0.0000          -
22694.20/1146.47	c      1146       22802693          29        20                -           0.0000          -
22795.32/1151.52	c      1152       22905601          33        20                -           0.0000          -
22894.47/1156.57	c      1157       23003625          31        20                -           0.0000          -
22995.55/1161.62	c      1162       23104052          30        20                -           0.0000          -
23094.52/1166.65	c      1167       23204298          28        20                -           0.0000          -
23193.73/1171.66	c      1172       23305407          29        20                -           0.0000          -
23292.65/1176.67	c      1177         748887      418559        20                -           0.0000          -
23391.72/1181.69	c      1182       23506338          28        20                -           0.0000          -
23492.84/1186.74	c      1187         747353      421126        20                -           0.0000          -
23593.93/1191.83	c      1192         750266      422589        20                -           0.0000          -
23693.06/1196.90	c      1197         757808      411727        20                -           0.0000          -
23794.17/1202.02	c      1202       23913263          27        20                -           0.0000          -
23895.84/1207.07	c      1207       24016303          29        20                -           0.0000          -
23994.95/1212.12	c      1212       24119146          30        20                -           0.0000          -
24095.99/1217.17	c      1217       24222882          28        20                -           0.0000          -
24196.48/1222.22	c      1222         994195      516719        20                -           0.0000          -
24295.56/1227.23	c      1227       24421174          32        20                -           0.0000          -
24394.71/1232.28	c      1232         999526      519230        20                -           0.0000          -
24493.87/1237.28	c      1237       24625087          29        20                -           0.0000          -
24595.03/1242.39	c      1242         785625      425155        20                -           0.0000          -
24696.06/1247.47	c      1247       24831494          30        20                -           0.0000          -
24797.22/1252.52	c      1253       24934283          31        20                -           0.0000          -
24896.31/1257.57	c      1258       25030415          29        20                -           0.0000          -
24997.34/1262.62	c      1263       25133969          31        20                -           0.0000          -
25096.38/1267.67	c      1268       25235755          33        20                -           0.0000          -
25197.30/1272.72	c      1273       25335199          31        20                -           0.0000          -
25296.46/1277.77	c      1278       25427113          31        20                -           0.0000          -
25397.57/1282.81	c      1283        1025934      532096        20                -           0.0000          -
25496.80/1287.82	c      1288        1028608      533368        20                -           0.0000          -
25595.76/1292.83	c      1293         815347      439246        20                -           0.0000          -
25696.88/1297.92	c      1298       25824073          31        20                -           0.0000          -
25795.95/1303.02	c      1303       25924486          28        20                -           0.0000          -
25897.51/1308.07	c      1308       26030548          30        20                -           0.0000          -
25996.62/1313.12	c      1313         818354      458339        20                -           0.0000          -
26097.68/1318.16	c      1318       26242870          28        20                -           0.0000          -
26198.39/1323.22	c      1323       26352239          29        20                -           0.0000          -
26297.48/1328.27	c      1328       26457876          30        20                -           0.0000          -
26398.40/1333.32	c      1333       26565188          30        20                -           0.0000          -
26497.54/1338.34	c      1338         841452      452079        20                -           0.0000          -
26598.53/1343.42	c      1343         844020      453407        20                -           0.0000          -
26697.58/1348.47	c      1348       26879783          29        20                -           0.0000          -
26798.66/1353.52	c      1354       26985613          31        20                -           0.0000          -
26897.71/1358.57	c      1359       27093854          30        20                -           0.0000          -
26998.82/1363.62	c      1364       27201000          32        20                -           0.0000          -
27097.93/1368.64	c      1369       27310137          31        20                -           0.0000          -
27199.04/1373.71	c      1374         859308      474579        20                -           0.0000          -
27298.14/1378.77	c      1379         856863      477494        20                -           0.0000          -
27399.28/1383.82	c      1384         860359      479064        20                -           0.0000          -
27498.35/1388.84	c      1389        1083052      559382        20                -           0.0000          -
27599.34/1393.92	c      1394       27845588          28        20                -           0.0000          -
27698.35/1398.94	c      1399       27947108          30        20                -           0.0000          -
27797.36/1403.95	c      1404       28047381          29        20                -           0.0000          -
27898.97/1409.03	c      1409        1094854      564476        20                -           0.0000          -
27998.09/1414.08	c      1414       28253921          31        20                -           0.0000          -
28099.05/1419.17	c      1419       28355101          31        20                -           0.0000          -
28198.49/1424.18	c      1424         883323      490852        20                -           0.0000          -
28299.00/1429.26	c      1429       28563611          31        20                -           0.0000          -
28400.20/1434.32	c      1434         889318      493825        20                -           0.0000          -
28499.12/1439.36	c      1439         900278      480124        20                -           0.0000          -
28600.11/1444.42	c      1444       28875673          33        20                -           0.0000          -
28699.38/1449.47	c      1449       28980499          27        20                -           0.0000          -
28800.32/1454.52	c      1455       29086157          29        20                -           0.0000          -
28899.35/1459.53	c      1460       29193860          30        20                -           0.0000          -
28998.61/1464.59	c      1465       29297254          28        20                -           0.0000          -
29099.57/1469.67	c      1470       29400406          28        20                -           0.0000          -
29198.67/1474.68	c      1475         918417      489559        20                -           0.0000          -
29299.84/1479.77	c      1480        1127402      580144        20                -           0.0000          -
29400.81/1484.82	c      1485        1129885      581449        20                -           0.0000          -
29500.03/1489.84	c      1490       29809290          30        20                -           0.0000          -
29600.95/1494.92	c      1495       29913042          28        20                -           0.0000          -
29700.18/1499.97	c      1500       30019411          29        20                -           0.0000          -
29799.16/1505.01	c      1505        1139122      586060        20                -           0.0000          -
29900.65/1510.07	c      1510       30232815          31        20                -           0.0000          -
29999.82/1515.12	c      1515       30336263          29        20                -           0.0000          -
30101.04/1520.17	c      1520       30442092          28        20                -           0.0000          -
30201.37/1525.21	c      1525        1150884      591594        20                -           0.0000          -
30300.56/1530.22	c      1530       30652773          29        20                -           0.0000          -
30401.55/1535.31	c      1535       30764335          29        20                -           0.0000          -
30500.60/1540.36	c      1540         949934      524647        20                -           0.0000          -
30599.75/1545.37	c      1545       30981673          31        20                -           0.0000          -
30700.83/1550.47	c      1550       31092438          28        20                -           0.0000          -
30799.94/1555.49	c      1555        1169100      599965        20                -           0.0000          -
30901.18/1560.57	c      1561       31312984          28        20                -           0.0000          -
31002.12/1565.62	c      1566       31422840          28        20                -           0.0000          -
31101.21/1570.67	c      1571        1176720      603495        20                -           0.0000          -
31202.37/1575.72	c      1576       31629911          31        20                -           0.0000          -
31301.39/1580.77	c      1581        1181229      605604        20                -           0.0000          -
31402.62/1585.82	c      1586        1183092      606823        20                -           0.0000          -
31501.69/1590.87	c      1591       31946326          32        20                -           0.0000          -
31602.74/1595.92	c      1596       32051912          30        20                -           0.0000          -
31701.85/1600.94	c      1601         983373      536671        20                -           0.0000          -
31800.92/1605.98	c      1606        1191297      611182        20                -           0.0000          -
31900.04/1610.99	c      1611       32362649          27        20                -           0.0000          -
32003.51/1616.12	c      1616       32466542          30        20                -           0.0000          -
32102.72/1621.17	c      1621       32576944          32        20                -           0.0000          -
32201.93/1626.19	c      1626       32681512          26        20                -           0.0000          -
32302.27/1631.23	c      1631       32788824          30        20                -           0.0000          -
32401.42/1636.23	c      1636        1012147      532971        20                -           0.0000          -
32500.60/1641.26	c      1641        1006883      547899        20                -           0.0000          -
32603.66/1646.42	c      1646        1009605      549211        20                -           0.0000          -
32702.84/1651.47	c      1651        1214849      621976        20                -           0.0000          -
32803.84/1656.52	c      1657       33302272          32        20                -           0.0000          -
32903.05/1661.57	c      1662       33404254          28        20                -           0.0000          -
33002.11/1666.58	c      1667        1020009      559430        20                -           0.0000          -
33103.22/1671.65	c      1672        1022619      560678        20                -           0.0000          -
33204.36/1676.72	c      1677        1034037      543133        20                -           0.0000          -
33303.46/1681.77	c      1682        1028454      558896        20                -           0.0000          -
33402.44/1686.78	c      1687       33913612          30        20                -           0.0000          -
33503.65/1691.81	c      1692       34015971          31        20                -           0.0000          -
33602.63/1696.84	c      1697       34120193          31        20                -           0.0000          -
33701.59/1701.85	c      1702       34221624          28        20                -           0.0000          -
33802.74/1706.97	c      1707        1243753      635276        20                -           0.0000          -
33901.93/1711.98	c      1712       34433203          31        20                -           0.0000          -
34001.01/1717.03	c      1717        1046116      572473        20                -           0.0000          -
34102.54/1722.09	c      1722        1059213      555513        20                -           0.0000          -
34203.76/1727.18	c      1727       34760334          30        20                -           0.0000          -
34303.09/1732.19	c      1732       34867658          32        20                -           0.0000          -
34403.32/1737.23	c      1737       34975268          30        20                -           0.0000          -
34504.42/1742.33	c      1742        1069152      560408        20                -           0.0000          -
34603.47/1747.35	c      1747       35181822          26        20                -           0.0000          -
34704.56/1752.41	c      1752       35287239          31        20                -           0.0000          -
34803.65/1757.43	c      1757       35390316          28        20                -           0.0000          -
34902.84/1762.49	c      1762       35497925          31        20                -           0.0000          -
35003.94/1767.53	c      1768        1080313      566741        20                -           0.0000          -
35105.08/1772.67	c      1773       35710133          31        20                -           0.0000          -
35206.23/1777.72	c      1778       35821078          30        20                -           0.0000          -
35305.19/1782.77	c      1783       35922131          31        20                -           0.0000          -
35404.28/1787.78	c      1788       36025467          29        20                -           0.0000          -
35505.44/1792.83	c      1793        1085602      592786        20                -           0.0000          -
35606.53/1797.92	c      1798        1286675      656783        20                -           0.0000          -
35705.72/1802.97	c      1803       36337878          30        20                -           0.0000          -
35805.00/1807.99	c      1808        1093209      596861        20                -           0.0000          -
35903.87/1813.01	c      1813        1104974      578132        20                -           0.0000          -
36005.49/1818.09	c      1818       36645018          30        20                -           0.0000          -
36106.77/1823.17	c      1823       36759971          29        20                -           0.0000          -
36205.53/1828.18	c      1828        1301636      663670        20                -           0.0000          -
36306.08/1833.27	c      1833       36977909          29        20                -           0.0000          -
36407.28/1838.32	c      1838        1107826      604440        20                -           0.0000          -
36506.39/1843.33	c      1843       37196498          30        20                -           0.0000          -
36607.39/1848.42	c      1848        1310339      667963        20                -           0.0000          -
36706.43/1853.47	c      1853        1311538      668808        20                -           0.0000          -
36807.46/1858.52	c      1859        1313447      669797        20                -           0.0000          -
36906.52/1863.55	c      1864       37627049          31        20                -           0.0000          -
37005.57/1868.60	c      1869       37735106          32        20                -           0.0000          -
37106.70/1873.67	c      1874        1136471      592903        20                -           0.0000          -
37205.92/1878.68	c      1879        1321652      673902        20                -           0.0000          -
37307.13/1883.77	c      1884        1140035      595259        20                -           0.0000          -
37408.14/1888.80	c      1889        1326440      676072        20                -           0.0000          -
37507.29/1893.87	c      1894        1138183      619365        20                -           0.0000          -
37608.40/1898.92	c      1899        1328433      677467        20                -           0.0000          -
37707.56/1903.97	c      1904       38540552          28        20                -           0.0000          -
37806.69/1909.02	c      1909       38649954          28        20                -           0.0000          -
37908.41/1914.07	c      1914        1332786      679942        20                -           0.0000          -
38007.59/1919.12	c      1919       38865917          27        20                -           0.0000          -
38108.93/1924.17	c      1924        1337777      682585        20                -           0.0000          -
38207.70/1929.20	c      1929       39084692          30        20                -           0.0000          -
38308.28/1934.21	c      1934       39197957          31        20                -           0.0000          -
38407.58/1939.24	c      1939        1169892      609484        20                -           0.0000          -
38506.49/1944.29	c      1944        1346645      686957        20                -           0.0000          -
38607.55/1949.36	c      1949       39501377          33        20                -           0.0000          -
38708.67/1954.44	c      1954       39607837          29        20                -           0.0000          -
38807.79/1959.50	c      1959        1350999      689585        20                -           0.0000          -
38908.89/1964.55	c      1965        1353109      690647        20                -           0.0000          -
39008.18/1969.56	c      1970       39922206          32        20                -           0.0000          -
39107.15/1974.59	c      1975        1176681      639115        20                -           0.0000          -
39208.35/1979.61	c      1980        1360149      693863        20                -           0.0000          -
39309.28/1984.70	c      1985        1361024      694462        20                -           0.0000          -
39408.45/1989.71	c      1990        1362910      695458        20                -           0.0000          -
39507.58/1994.75	c      1995        1185117      644019        20                -           0.0000          -
39608.50/1999.81	c      2000        1187760      645508        20                -           0.0000          -
39707.61/2004.88	c      2005       40666200          28        20                -           0.0000          -
39808.62/2010.02	c      2010        1206312      626632        20                -           0.0000          -
39910.20/2015.07	c      2015        1373314      700269        20                -           0.0000          -
40009.33/2020.12	c      2020       40983037          31        20                -           0.0000          -
40110.36/2025.17	c      2025       41088495          31        20                -           0.0000          -
40210.85/2030.22	c      2030       41193030          32        20                -           0.0000          -
40310.12/2035.27	c      2035       41296985          29        20                -           0.0000          -
40411.04/2040.32	c      2040       41405577          29        20                -           0.0000          -
40510.09/2045.35	c      2045       41509222          30        20                -           0.0000          -
40609.17/2050.37	c      2050       41615776          28        20                -           0.0000          -
40710.32/2055.47	c      2055       41723556          30        20                -           0.0000          -
40811.33/2060.52	c      2061       41829187          29        20                -           0.0000          -
40910.53/2065.57	c      2066        1220832      662338        20                -           0.0000          -
41011.65/2070.62	c      2071       42036205          29        20                -           0.0000          -
41110.67/2075.66	c      2076       42142667          29        20                -           0.0000          -
41211.74/2080.72	c      2081        1407222      715165        20                -           0.0000          -
41310.61/2085.75	c      2086       42351208          30        20                -           0.0000          -
41411.80/2090.82	c      2091       42456034          30        20                -           0.0000          -
41510.81/2095.87	c      2096        1237134      670230        20                -           0.0000          -
41609.94/2100.88	c      2101       42668744          30        20                -           0.0000          -
41711.07/2105.92	c      2106        1418969      720350        20                -           0.0000          -
41810.03/2110.97	c      2111        1259458      651584        20                -           0.0000          -
41909.16/2116.00	c      2116        1421964      722101        20                -           0.0000          -
42010.72/2121.08	c      2121       43091118          30        20                -           0.0000          -
42111.78/2126.12	c      2126       43195961          29        20                -           0.0000          -
42212.39/2131.22	c      2131       43300357          29        20                -           0.0000          -
42311.45/2136.23	c      2136       43407444          28        20                -           0.0000          -
42410.54/2141.25	c      2141        1434045      727672        20                -           0.0000          -
42509.64/2146.30	c      2146        1435764      728485        20                -           0.0000          -
42610.87/2151.31	c      2151        1436912      729199        20                -           0.0000          -
42709.90/2156.33	c      2156        1285637      683310        20                -           0.0000          -
42810.98/2161.45	c      2161        1288286      684651        20                -           0.0000          -
42909.96/2166.48	c      2166        1290990      686033        20                -           0.0000          -
43012.94/2171.62	c      2172        1444166      732861        20                -           0.0000          -
43112.09/2176.63	c      2177        1295285      688376        20                -           0.0000          -
43211.17/2181.66	c      2182       44374770          32        20                -           0.0000          -
43310.38/2186.68	c      2187       44485624          32        20                -           0.0000          -
43413.32/2191.81	c      2192       44595518          30        20                -           0.0000          -
43512.57/2196.87	c      2197       44706540          28        20                -           0.0000          -
43613.64/2201.91	c      2202       44815033          33        20                -           0.0000          -
43712.59/2206.97	c      2207       44927358          32        20                -           0.0000          -
43811.59/2211.99	c      2212       45038590          28        20                -           0.0000          -
43913.14/2217.05	c      2217        1297345      699523        20                -           0.0000          -
44012.30/2222.12	c      2222       45253242          28        20                -           0.0000          -
44113.45/2227.17	c      2227        1472492      745477        20                -           0.0000          -
44213.96/2232.22	c      2232       45473155          31        20                -           0.0000          -
44312.97/2237.27	c      2237       45582573          27        20                -           0.0000          -
44414.16/2242.32	c      2242        1478707      748347        20                -           0.0000          -
44513.13/2247.37	c      2247        1479714      748942        20                -           0.0000          -
44612.32/2252.38	c      2252       45897193          29        20                -           0.0000          -
44713.47/2257.47	c      2257        1484026      751082        20                -           0.0000          -
44814.54/2262.52	c      2263       46108162          30        20                -           0.0000          -
44913.46/2267.57	c      2268        1322809      711699        20                -           0.0000          -
45014.58/2272.62	c      2273       46320159          33        20                -           0.0000          -
45113.74/2277.67	c      2278       46432272          30        20                -           0.0000          -
45214.87/2282.72	c      2283        1497362      757072        20                -           0.0000          -
45313.93/2287.74	c      2288       46653122          30        20                -           0.0000          -
45413.07/2292.78	c      2293        1502779      759241        20                -           0.0000          -
45514.19/2297.87	c      2298        1355486      695586        20                -           0.0000          -
45613.34/2302.89	c      2303        1363199      721060        20                -           0.0000          -
45714.33/2307.97	c      2308        1511915      763267        20                -           0.0000          -
45813.47/2313.02	c      2313       47183267          31        20                -           0.0000          -
45915.00/2318.07	c      2318       47294230          30        20                -           0.0000          -
46014.25/2323.12	c      2323       47406119          29        20                -           0.0000          -
46115.26/2328.17	c      2328        1521882      767792        20                -           0.0000          -
46215.76/2333.22	c      2333        1357313      728489        20                -           0.0000          -
46314.89/2338.26	c      2338        1526538      769732        20                -           0.0000          -
46414.01/2343.30	c      2343       47857993          31        20                -           0.0000          -
46515.25/2348.37	c      2348       47975033          29        20                -           0.0000          -
46616.23/2353.42	c      2353       48084390          30        20                -           0.0000          -
46715.28/2358.44	c      2358       48194168          28        20                -           0.0000          -
46816.36/2363.52	c      2364       48304092          26        20                -           0.0000          -
46915.53/2368.53	c      2369        1375946      737546        20                -           0.0000          -
47016.51/2373.62	c      2374       48521680          30        20                -           0.0000          -
47115.65/2378.67	c      2379        1395067      714211        20                -           0.0000          -
47216.72/2383.72	c      2384        1544050      777784        20                -           0.0000          -
47315.67/2388.75	c      2389        1547019      779061        20                -           0.0000          -
47414.79/2393.77	c      2394       48952400          32        20                -           0.0000          -
47515.93/2398.87	c      2399        1551530      781116        20                -           0.0000          -
47617.03/2403.92	c      2404        1553509      781985        20                -           0.0000          -
47716.12/2408.96	c      2409       49266596          32        20                -           0.0000          -
47815.20/2413.99	c      2414        1558739      784345        20                -           0.0000          -
47914.17/2419.02	c      2419        1400407      750025        20                -           0.0000          -
48015.74/2424.12	c      2424       49590860          28        20                -           0.0000          -
48116.66/2429.17	c      2429        1568232      788328        20                -           0.0000          -
48217.33/2434.20	c      2434       49808996          30        20                -           0.0000          -
48316.43/2439.21	c      2439        1572134      790126        20                -           0.0000          -
48415.68/2444.22	c      2444       50023740          30        20                -           0.0000          -
48516.57/2449.37	c      2449       50128561          31        20                -           0.0000          -
48617.70/2454.42	c      2454       50239516          30        20                -           0.0000          -
48716.75/2459.44	c      2459        1435218      732886        20                -           0.0000          -
48815.88/2464.44	c      2464        1425098      761776        20                -           0.0000          -
48915.01/2469.48	c      2469       50567116          32        20                -           0.0000          -
49018.07/2474.60	c      2475       50675335          29        20                -           0.0000          -
49117.17/2479.66	c      2480       50789712          26        20                -           0.0000          -
49216.21/2484.67	c      2485        1456474      765248        20                -           0.0000          -
49317.44/2489.76	c      2490       51012460          28        20                -           0.0000          -
49418.55/2494.82	c      2495       51118221          27        20                -           0.0000          -
49517.51/2499.87	c      2500       51225998          30        20                -           0.0000          -
49616.57/2504.88	c      2505       51336926          32        20                -           0.0000          -
49715.71/2509.90	c      2510       51446867          29        20                -           0.0000          -
49816.75/2514.97	c      2515       51555873          31        20                -           0.0000          -
49918.37/2520.07	c      2520       51656484          30        20                -           0.0000          -
50017.67/2525.12	c      2525        1454932      776480        20                -           0.0000          -
50118.68/2530.14	c      2530        1455968      777226        20                -           0.0000          -
50217.81/2535.18	c      2535       51968780          30        20                -           0.0000          -
50318.27/2540.21	c      2540       52074724          30        20                -           0.0000          -
50417.36/2545.27	c      2545       52178712          28        20                -           0.0000          -
50518.37/2550.35	c      2550        1615724      810684        20                -           0.0000          -
50619.46/2555.42	c      2555        1466116      782742        20                -           0.0000          -
50718.60/2560.47	c      2560       52496015          25        20                -           0.0000          -
50819.84/2565.52	c      2566        1622650      813976        20                -           0.0000          -
50918.86/2570.53	c      2571        1473774      786460        20                -           0.0000          -
51017.87/2575.55	c      2576       52811768          30        20                -           0.0000          -
51116.95/2580.59	c      2581       52916190          32        20                -           0.0000          -
51220.06/2585.72	c      2586        1481848      790226        20                -           0.0000          -
51319.24/2590.74	c      2591        1632660      818726        20                -           0.0000          -
51420.29/2595.82	c      2596       53224067          27        20                -           0.0000          -
51519.36/2600.87	c      2601       53330941          29        20                -           0.0000          -
51618.48/2605.90	c      2606        1639418      821630        20                -           0.0000          -
51719.57/2610.96	c      2611       53549208          28        20                -           0.0000          -
51818.73/2615.98	c      2616        1496994      797120        20                -           0.0000          -
51920.23/2621.07	c      2621        1644708      824152        20                -           0.0000          -
52019.45/2626.10	c      2626       53836444          26        20                -           0.0000          -
52120.49/2631.15	c      2631        1504032      800848        20                -           0.0000          -
52219.47/2636.16	c      2636       54021155          29        20                -           0.0000          -
52320.24/2641.21	c      2641        1653192      827948        20                -           0.0000          -
52419.22/2646.26	c      2646       54203466          30        20                -           0.0000          -
52520.29/2651.37	c      2651       54296057          29        20                -           0.0000          -
52619.38/2656.40	c      2656       54389673          29        20                -           0.0000          -
52720.46/2661.44	c      2661       54484634          28        20                -           0.0000          -
52821.53/2666.52	c      2667       54581732          28        20                -           0.0000          -
52920.67/2671.57	c      2672       54677232          28        20                -           0.0000          -
53021.64/2676.62	c      2677        1552268      811241        20                -           0.0000          -
53120.81/2681.67	c      2682        1549784      784691        20                -           0.0000          -
53221.94/2686.70	c      2687       54972019          29        20                -           0.0000          -
53320.99/2691.74	c      2692        1671542      836906        20                -           0.0000          -
53422.08/2696.82	c      2697        1672930      837716        20                -           0.0000          -
53521.17/2701.87	c      2702        1674786      838712        20                -           0.0000          -
53622.40/2706.92	c      2707       55400021          31        20                -           0.0000          -
53721.32/2711.97	c      2712        1679763      840999        20                -           0.0000          -
53820.39/2717.02	c      2717       55618457          31        20                -           0.0000          -
53921.82/2722.07	c      2722       55724672          30        20                -           0.0000          -
54021.05/2727.12	c      2727       55831872          32        20                -           0.0000          -
54121.98/2732.14	c      2732        1575594      796432        20                -           0.0000          -
54221.16/2737.17	c      2737        1555527      826192        20                -           0.0000          -
54321.80/2742.27	c      2742       56152035          29        20                -           0.0000          -
54420.76/2747.29	c      2747       56256681          31        20                -           0.0000          -
54522.10/2752.37	c      2752       56363117          33        20                -           0.0000          -
54623.01/2757.42	c      2757       56470709          31        20                -           0.0000          -
54722.19/2762.47	c      2762       56572264          30        20                -           0.0000          -
54821.43/2767.48	c      2767        1703930      851873        20                -           0.0000          -
54922.60/2772.57	c      2773       56784604          32        20                -           0.0000          -
55021.60/2777.59	c      2778       56894700          30        20                -           0.0000          -
55122.75/2782.61	c      2783        1712055      855280        20                -           0.0000          -
55223.95/2787.72	c      2788        1713373      856030        20                -           0.0000          -
55322.90/2792.77	c      2793        1607172      810974        20                -           0.0000          -
55424.13/2797.82	c      2798        1586146      840819        20                -           0.0000          -
55523.14/2802.87	c      2803       57433014          32        20                -           0.0000          -
55624.34/2807.92	c      2808       57539921          33        20                -           0.0000          -
55723.42/2812.97	c      2813       57653608          30        20                -           0.0000          -
55822.55/2818.02	c      2818       57765731          27        20                -           0.0000          -
55924.13/2823.06	c      2823       57874746          30        20                -           0.0000          -
56023.34/2828.09	c      2828        1735965      865488        20                -           0.0000          -
56124.22/2833.13	c      2833        1738436      866589        20                -           0.0000          -
56223.34/2838.16	c      2838       58174979          33        20                -           0.0000          -
56323.82/2843.26	c      2843        1634134      850245        20                -           0.0000          -
56424.93/2848.32	c      2848       58382646          28        20                -           0.0000          -
56524.02/2853.35	c      2853       58483587          31        20                -           0.0000          -
56625.22/2858.41	c      2858       58586364          30        20                -           0.0000          -
56724.17/2863.46	c      2863       58688062          32        20                -           0.0000          -
56825.38/2868.50	c      2868       58796798          30        20                -           0.0000          -
56924.43/2873.57	c      2874       58907792          30        20                -           0.0000          -
57025.47/2878.62	c      2879       59021475          31        20                -           0.0000          -
57124.59/2883.67	c      2884        1627179      860782        20                -           0.0000          -
57225.71/2888.72	c      2889       59245529          29        20                -           0.0000          -
57324.92/2893.74	c      2894       59349990          28        20                -           0.0000          -
57424.05/2898.75	c      2899       59457003          31        20                -           0.0000          -
57523.31/2903.78	c      2904        1768354      880305        20                -           0.0000          -
57626.31/2908.92	c      2909       59669787          29        20                -           0.0000          -
57725.29/2913.95	c      2914        1773736      882593        20                -           0.0000          -
57824.48/2918.98	c      2919        1643692      868556        20                -           0.0000          -
57926.03/2924.07	c      2924       59988432          32        20                -           0.0000          -
58025.12/2929.08	c      2929       60095271          29        20                -           0.0000          -
58124.04/2934.12	c      2934        1780499      885912        20                -           0.0000          -
58226.56/2939.23	c      2939       60304966          32        20                -           0.0000          -
58325.60/2944.28	c      2944       60413092          30        20                -           0.0000          -
58426.85/2949.32	c      2949        1656818      875553        20                -           0.0000          -
58525.90/2954.38	c      2954        1659886      876897        20                -           0.0000          -
58626.86/2959.41	c      2959        1690171      875822        20                -           0.0000          -
58725.99/2964.43	c      2964       60821937          29        20                -           0.0000          -
58827.28/2969.53	c      2970       60923790          30        20                -           0.0000          -
58926.19/2974.58	c      2975       61026349          29        20                -           0.0000          -
59027.44/2979.63	c      2980       61132009          31        20                -           0.0000          -
59126.45/2984.68	c      2985        1801253      895274        20                -           0.0000          -
59225.49/2989.70	c      2990       61346493          31        20                -           0.0000          -
59326.63/2994.78	c      2995        1804372      896725        20                -           0.0000          -
59427.60/2999.83	c      3000       61562748          30        20                -           0.0000          -
59526.88/3004.88	c      3005        1805989      897780        20                -           0.0000          -
59625.83/3009.89	c      3010        1807256      898549        20                -           0.0000          -
59726.92/3014.98	c      3015        1808667      899160        20                -           0.0000          -
59826.05/3020.03	c      3020       61972779          29        20                -           0.0000          -
59927.60/3025.08	c      3025        1812728      901057        20                -           0.0000          -
60026.73/3030.13	c      3030       62171335          31        20                -           0.0000          -
60127.89/3035.18	c      3035       62271682          28        20                -           0.0000          -
60228.40/3040.23	c      3040        1732630      867221        20                -           0.0000          -
60327.58/3045.24	c      3045        1821537      905262        20                -           0.0000          -
60426.64/3050.29	c      3050       62566034          32        20                -           0.0000          -
60527.65/3055.37	c      3055       62668515          29        20                -           0.0000          -
60628.71/3060.43	c      3060       62771639          29        20                -           0.0000          -
60727.90/3065.48	c      3065        1830202      908959        20                -           0.0000          -
60828.99/3070.53	c      3071        1832239      909908        20                -           0.0000          -
60928.16/3075.58	c      3076        1744748      900965        20                -           0.0000          -
61027.17/3080.59	c      3081       63173361          29        20                -           0.0000          -
61128.28/3085.63	c      3086       63275570          28        20                -           0.0000          -
61227.36/3090.67	c      3091        1751927      904186        20                -           0.0000          -
61328.42/3095.79	c      3096        1841633      914190        20                -           0.0000          -
61429.52/3100.83	c      3101        1843819      915064        20                -           0.0000          -
61528.63/3105.88	c      3106        1845303      915716        20                -           0.0000          -
61629.76/3110.93	c      3111        1761498      908593        20                -           0.0000          -
61728.85/3115.98	c      3116       63877963          27        20                -           0.0000          -
61827.89/3121.03	c      3121        1849872      918369        20                -           0.0000          -
61929.31/3126.06	c      3126        1773774      885400        20                -           0.0000          -
62030.47/3131.13	c      3131        1740328      916556        20                -           0.0000          -
62129.64/3136.18	c      3136        1778650      888036        20                -           0.0000          -
62230.18/3141.21	c      3141       64387636          30        20                -           0.0000          -
62329.20/3146.28	c      3146       64491921          31        20                -           0.0000          -
62430.33/3151.33	c      3151        1749886      921232        20                -           0.0000          -
62529.48/3156.38	c      3156        1788401      892481        20                -           0.0000          -
62630.62/3161.43	c      3161       64811403          29        20                -           0.0000          -
62729.91/3166.48	c      3166        1867168      926263        20                -           0.0000          -
62830.82/3171.53	c      3172        1758623      925661        20                -           0.0000          -
62929.86/3176.58	c      3177       65128213          29        20                -           0.0000          -
63030.93/3181.60	c      3182       65229636          30        20                -           0.0000          -
63130.10/3186.68	c      3187       65331815          29        20                -           0.0000          -
63231.31/3191.73	c      3192        1799296      926621        20                -           0.0000          -
63330.33/3196.74	c      3197       65544302          30        20                -           0.0000          -
63431.60/3201.83	c      3202       65648958          28        20                -           0.0000          -
63530.59/3206.88	c      3207        1885569      933938        20                -           0.0000          -
63631.67/3211.93	c      3212        1816543      905056        20                -           0.0000          -
63730.74/3216.98	c      3217        1819316      906223        20                -           0.0000          -
63829.71/3222.01	c      3222        1888610      935585        20                -           0.0000          -
63931.55/3227.08	c      3227        1889903      936358        20                -           0.0000          -
64030.46/3232.13	c      3232        1787880      939497        20                -           0.0000          -
64131.62/3237.18	c      3237        1894113      938418        20                -           0.0000          -
64232.00/3242.21	c      3242       66515497          25        20                -           0.0000          -
64331.06/3247.21	c      3247        1898700      940401        20                -           0.0000          -
64432.30/3252.33	c      3252       66725474          30        20                -           0.0000          -
64531.30/3257.38	c      3257        1838275      914235        20                -           0.0000          -
64630.56/3262.40	c      3262       66929759          29        20                -           0.0000          -
64731.55/3267.48	c      3267       67031560          32        20                -           0.0000          -
64832.55/3272.53	c      3273       67126964          30        20                -           0.0000          -
64931.79/3277.58	c      3278        1909808      945405        20                -           0.0000          -
65032.73/3282.63	c      3283       67318010          30        20                -           0.0000          -
65131.92/3287.64	c      3288        1913416      947135        20                -           0.0000          -
65233.01/3292.73	c      3293        1848027      949237        20                -           0.0000          -
65332.09/3297.77	c      3298       67626328          28        20                -           0.0000          -
65433.21/3302.82	c      3303       67726253          31        20                -           0.0000          -
65532.33/3307.82	c      3308        1860289      924395        20                -           0.0000          -
65631.39/3312.86	c      3313        1858882      953988        20                -           0.0000          -
65732.39/3317.98	c      3318        1861331      955181        20                -           0.0000          -
65831.51/3323.03	c      3323        1826003      958272        20                -           0.0000          -
65933.18/3328.08	c      3328       68255143          29        20                -           0.0000          -
66034.20/3333.13	c      3333        1929123      954296        20                -           0.0000          -
66133.49/3338.18	c      3338        1929924      954773        20                -           0.0000          -
66234.06/3343.23	c      3343       68567074          32        20                -           0.0000          -
66333.04/3348.26	c      3348        1933217      956306        20                -           0.0000          -
66432.17/3353.29	c      3353       68784880          30        20                -           0.0000          -
66533.10/3358.32	c      3358       68893794          30        20                -           0.0000          -
66634.23/3363.43	c      3363        1843914      967623        20                -           0.0000          -
66733.38/3368.48	c      3368        1891472      938076        20                -           0.0000          -
66834.54/3373.53	c      3374        1946320      961601        20                -           0.0000          -
66933.68/3378.58	c      3379        1892270      969146        20                -           0.0000          -
67032.84/3383.59	c      3384       69430498          30        20                -           0.0000          -
67133.95/3388.66	c      3389       69536901          29        20                -           0.0000          -
67232.91/3393.67	c      3394       69645493          29        20                -           0.0000          -
67332.06/3398.68	c      3399        1955992      966110        20                -           0.0000          -
67433.20/3403.75	c      3404        1901190      973932        20                -           0.0000          -
67532.32/3408.77	c      3409       69966514          30        20                -           0.0000          -
67631.43/3413.80	c      3414        1868192      979313        20                -           0.0000          -
67734.52/3418.91	c      3419        1870433      980346        20                -           0.0000          -
67833.65/3424.03	c      3424       70287196          32        20                -           0.0000          -
67935.16/3429.08	c      3429        1967220      971182        20                -           0.0000          -
68034.29/3434.13	c      3434        1920609      951192        20                -           0.0000          -
68135.60/3439.18	c      3439       70610904          32        20                -           0.0000          -
68234.30/3444.19	c      3444       70708349          31        20                -           0.0000          -
68334.97/3449.28	c      3449        1885033      987146        20                -           0.0000          -
68434.16/3454.29	c      3454        1979173      976251        20                -           0.0000          -
68535.04/3459.32	c      3459       71020055          31        20                -           0.0000          -
68634.14/3464.38	c      3464        1892273      990516        20                -           0.0000          -
68735.21/3469.48	c      3469        1932511      988085        20                -           0.0000          -
68836.39/3474.53	c      3475        1897417      992896        20                -           0.0000          -
68935.67/3479.58	c      3480       71431996          26        20                -           0.0000          -
69034.70/3484.60	c      3485        1991183      981453        20                -           0.0000          -
69135.82/3489.66	c      3490        1904883      996432        20                -           0.0000          -
69237.01/3494.73	c      3495        1951137      964169        20                -           0.0000          -
69335.84/3499.78	c      3500        1995832      983848        20                -           0.0000          -
69436.95/3504.83	c      3505       71968559          31        20                -           0.0000          -
69536.08/3509.88	c      3510       72075039          29        20                -           0.0000          -
69637.26/3514.93	c      3515       72183988          28        20                -           0.0000          -
69736.02/3519.95	c      3520        2004077      987389        20                -           0.0000          -
69835.04/3524.95	c      3525        1919146     1003859        20                -           0.0000          -
69934.20/3529.96	c      3530        2005295      988263        20                -           0.0000          -
70033.33/3534.98	c      3535        2006114      988758        20                -           0.0000          -
70132.44/3540.03	c      3540       72706678          30        20                -           0.0000          -
70234.11/3545.12	c      3545        1974933      974939        20                -           0.0000          -
70335.46/3550.19	c      3550        1977525      976017        20                -           0.0000          -
70435.71/3555.20	c      3555       73031045          33        20                -           0.0000          -
70536.74/3560.31	c      3560       73137526          32        20                -           0.0000          -
70635.91/3565.34	c      3565        2013723      992839        20                -           0.0000          -
70737.02/3570.42	c      3570       73356887          31        20                -           0.0000          -
70836.22/3575.49	c      3575       73467729          31        20                -           0.0000          -
70937.48/3580.53	c      3581        1984557     1011662        20                -           0.0000          -
71038.60/3585.63	c      3586       73683531          33        20                -           0.0000          -
71137.55/3590.64	c      3591       73792972          30        20                -           0.0000          -
71236.70/3595.67	c      3596       73901226          32        20                -           0.0000          -
71337.71/3600.75	c      3601        2025654      998444        20                -           0.0000          -
71438.89/3605.83	c      3606        2027190      999124        20                -           0.0000          -
71537.81/3610.88	c      3611        1999270     1018417        20                -           0.0000          -
71638.97/3615.91	c      3616        2030664     1000842        20                -           0.0000          -
71737.99/3620.92	c      3621       74440784          28        20                -           0.0000          -
71837.05/3625.99	c      3626        2032900     1002048        20                -           0.0000          -
71938.62/3631.08	c      3631        2033560     1002530        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 (185084 MiB free)
  memory of node 1: 193494 MiB (191078 MiB free)
  memory of node 2: 193531 MiB (192180 MiB free)
  memory of node 3: 193531 MiB (191888 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-4467344-1723217060/watcher-4467344-1723217060 -o /tmp/evaluation-result-4467344-1723217060/solver-4467344-1723217060 -C 72000 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeD105-1723213421-508430 --watchdog 3760 fscip settings/racing.prm HOME/instance-4467344-1723217060.opb -qsol -t 72000 -sth 20 

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

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

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


[startup+0.100057 s]*
/proc/loadavg: 78.95 80.42 79.91 51/981 510706
/proc/meminfo: memFree=778367788/790760804 swapFree=131071996/131071996
[pid=510665] ppid=510662 vsize=1678900 memory=124368 CPUtime=0.9 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/510665/stat : 510665 (fscip) S 510662 510665 508419 0 -1 1077936128 28359 0 0 0 71 19 0 0 20 0 41 0 88289113 1719193600 31092 809668444160 4194304 16622877 140727689417072 0 0 0 0 0 2 0 0 0 17 33 0 0 0 0 0 18838560 18947056 27185152 140727689421801 140727689421917 140727689421917 140727689428943 0
/proc/510665/statm: 419725 31092 2966 3035 0 118293 0
[pid=510665/tid=510667] ppid=510662 vsize=1678900 memory=4026532252 CPUtime=0.03 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/510665/task/510667/stat : 510667 (fscip) D 510662 510665 508419 0 -1 4194368 1312 0 0 0 3 0 0 0 20 0 41 0 88289114 1719193600 31092 809668444160 4194304 16622877 140727689417072 0 0 0 0 0 2 0 0 0 -1 53 0 0 0 0 0 18838560 18947056 27185152 140727689421801 140727689421917 140727689421917 140727689428943 0
[pid=510665/tid=510668] ppid=510662 vsize=1678900 memory=215654621451 CPUtime=0.03 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/510665/task/510668/stat : 510668 (fscip) D 510662 510665 508419 0 -1 4194368 1378 0 0 0 3 0 0 0 20 0 41 0 88289114 1719193600 31092 809668444160 4194304 16622877 140727689417072 0 0 0 0 0 2 1 0 0 -1 69 0 0 0 0 0 18838560 18947056 27185152 140727689421801 140727689421917 140727689421917 140727689428943 0
[pid=510665/tid=510669] ppid=510662 vsize=1678900 memory=25498 CPUtime=0.04 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/510665/task/510669/stat : 510669 (fscip) R 510662 510665 508419 0 -1 4194368 1322 0 0 0 3 1 0 0 20 0 41 0 88289114 1719193600 31092 809668444160 4194304 16622877 140727689417072 0 0 0 0 0 2 0 0 0 -1 49 0 0 0 0 0 18838560 18947056 27185152 140727689421801 140727689421917 140727689421917 140727689428943 0
[pid=510665/tid=510670] ppid=510662 vsize=1678900 memory=25852 CPUtime=0.04 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/510665/task/510670/stat : 510670 (fscip) D 510662 510665 508419 0 -1 4194368 1375 0 0 0 3 1 0 0 20 0 41 0 88289114 1719193600 31092 809668444160 4194304 16622877 140727689417072 0 0 0 0 0 2 1 0 0 -1 41 0 0 0 0 0 18838560 18947056 27185152 140727689421801 140727689421917 140727689421917 140727689428943 0
[pid=510665/tid=510671] ppid=510662 vsize=1678900 memory=26203 CPUtime=0.04 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/510665/task/510671/stat : 510671 (fscip) D 510662 510665 508419 0 -1 4194368 1305 0 0 0 3 1 0 0 20 0 41 0 88289114 1719193600 31092 809668444160 4194304 16622877 140727689417072 0 0 0 0 0 2 1 0 0 -1 9 0 0 0 0 0 18838560 18947056 27185152 140727689421801 140727689421917 140727689421917 140727689428943 0
[pid=510665/tid=510672] ppid=510662 vsize=1678900 memory=65014 CPUtime=0.03 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/510665/task/510672/stat : 510672 (fscip) D 510662 510665 508419 0 -1 4194368 1315 0 0 0 3 0 0 0 20 0 41 0 88289114 1719193600 31092 809668444160 4194304 16622877 140727689417072 0 0 0 0 0 2 1 0 0 -1 37 0 0 0 0 0 18838560 18947056 27185152 140727689421801 140727689421917 140727689421917 140727689428943 0
[pid=510665/tid=510673] ppid=510662 vsize=1678900 memory=83743 CPUtime=0.05 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/510665/task/510673/stat : 510673 (fscip) R 510662 510665 508419 0 -1 4194368 1597 0 0 0 5 0 0 0 20 0 41 0 88289114 1719193600 31092 809668444160 4194304 16622877 140727689417072 0 0 0 0 0 2 0 0 0 -1 61 0 0 0 0 0 18838560 18947056 27185152 140727689421801 140727689421917 140727689421917 140727689428943 0
[pid=510665/tid=510674] ppid=510662 vsize=1678900 memory=703356 CPUtime=0.03 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/510665/task/510674/stat : 510674 (fscip) R 510662 510665 508419 0 -1 4194368 1393 0 0 0 2 1 0 0 20 0 41 0 88289114 1719193600 31092 809668444160 4194304 16622877 140727689417072 0 0 0 0 0 2 0 0 0 -1 65 0 0 0 0 0 18838560 18947056 27185152 140727689421801 140727689421917 140727689421917 140727689428943 0
[pid=510665/tid=510675] ppid=510662 vsize=1678900 memory=3977012963894318553 CPUtime=0.03 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/510665/task/510675/stat : 510675 (fscip) R 510662 510665 508419 0 -1 4194368 1352 0 0 0 3 0 0 0 20 0 41 0 88289114 1719193600 31092 809668444160 4194304 16622877 140727689417072 0 0 0 0 0 2 0 0 0 -1 21 0 0 0 0 0 18838560 18947056 27185152 140727689421801 140727689421917 140727689421917 140727689428943 0
[pid=510665/tid=510676] ppid=510662 vsize=1678900 memory=3761411893484045021 CPUtime=0.03 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/510665/task/510676/stat : 510676 (fscip) D 510662 510665 508419 0 -1 4194368 1349 0 0 0 3 0 0 0 20 0 41 0 88289114 1719193600 31092 809668444160 4194304 16622877 140727689417072 0 0 0 0 0 2 0 0 0 -1 33 0 0 0 0 0 18838560 18947056 27185152 140727689421801 140727689421917 140727689421917 140727689428943 0
[pid=510665/tid=510677] ppid=510662 vsize=1678900 memory=0 CPUtime=0.03 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/510665/task/510677/stat : 510677 (fscip) R 510662 510665 508419 0 -1 4194368 1314 0 0 0 3 0 0 0 20 0 41 0 88289114 1719193600 31092 809668444160 4194304 16622877 140727689417072 0 0 0 0 0 2 0 0 0 -1 5 0 0 0 0 0 18838560 18947056 27185152 140727689421801 140727689421917 140727689421917 140727689428943 0
[pid=510665/tid=510678] ppid=510662 vsize=1678900 memory=0 CPUtime=0.04 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/510665/task/510678/stat : 510678 (fscip) D 510662 510665 508419 0 -1 4194368 1308 0 0 0 3 1 0 0 20 0 41 0 88289114 1719193600 31092 809668444160 4194304 16622877 140727689417072 0 0 0 0 0 2 0 0 0 -1 29 0 0 0 0 0 18838560 18947056 27185152 140727689421801 140727689421917 140727689421917 140727689428943 0
[pid=510665/tid=510679] ppid=510662 vsize=1678900 memory=0 CPUtime=0.03 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/510665/task/510679/stat : 510679 (fscip) R 510662 510665 508419 0 -1 4194368 1475 0 0 0 3 0 0 0 20 0 41 0 88289114 1719193600 31092 809668444160 4194304 16622877 140727689417072 0 0 0 0 0 2 0 0 0 -1 1 0 0 0 0 0 18838560 18947056 27185152 140727689421801 140727689421917 140727689421917 140727689428943 0
[pid=510665/tid=510680] ppid=510662 vsize=1678900 memory=0 CPUtime=0.04 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/510665/task/510680/stat : 510680 (fscip) D 510662 510665 508419 0 -1 4194368 1362 0 0 0 3 1 0 0 20 0 41 0 88289114 1719193600 31158 809668444160 4194304 16622877 140727689417072 0 0 0 0 0 2 0 0 0 -1 13 0 0 0 0 0 18838560 18947056 27185152 140727689421801 140727689421917 140727689421917 140727689428943 0
[pid=510665/tid=510681] ppid=510662 vsize=1678900 memory=0 CPUtime=0.03 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/510665/task/510681/stat : 510681 (fscip) D 510662 510665 508419 0 -1 4194368 1357 0 0 0 3 0 0 0 20 0 41 0 88289114 1719193600 31158 809668444160 4194304 16622877 140727689417072 0 0 0 0 0 2 0 0 0 -1 73 0 0 0 0 0 18838560 18947056 27185152 140727689421801 140727689421917 140727689421917 140727689428943 0
[pid=510665/tid=510682] ppid=510662 vsize=1678900 memory=0 CPUtime=0.03 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/510665/task/510682/stat : 510682 (fscip) R 510662 510665 508419 0 -1 4194368 1202 0 0 0 3 0 0 0 20 0 41 0 88289114 1719193600 31158 809668444160 4194304 16622877 140727689417072 0 0 0 0 0 2 0 0 0 -1 29 0 0 0 0 0 18838560 18947056 27185152 140727689421801 140727689421917 140727689421917 140727689428943 0
[pid=510665/tid=510683] ppid=510662 vsize=1678900 memory=0 CPUtime=0.04 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/510665/task/510683/stat : 510683 (fscip) D 510662 510665 508419 0 -1 4194368 1355 0 0 0 3 1 0 0 20 0 41 0 88289114 1719193600 31158 809668444160 4194304 16622877 140727689417072 0 0 0 0 0 2 0 0 0 -1 17 0 0 0 0 0 18838560 18947056 27185152 140727689421801 140727689421917 140727689421917 140727689428943 0
[pid=510665/tid=510684] ppid=510662 vsize=1678900 memory=0 CPUtime=0.04 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/510665/task/510684/stat : 510684 (fscip) R 510662 510665 508419 0 -1 4194368 1312 0 0 0 3 1 0 0 20 0 41 0 88289114 1719193600 31158 809668444160 4194304 16622877 140727689417072 0 0 0 0 0 2 0 0 0 -1 45 0 0 0 0 0 18838560 18947056 27185152 140727689421801 140727689421917 140727689421917 140727689428943 0
[pid=510665/tid=510685] ppid=510662 vsize=1678900 memory=0 CPUtime=0.04 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/510665/task/510685/stat : 510685 (fscip) D 510662 510665 508419 0 -1 4194368 1368 0 0 0 3 1 0 0 20 0 41 0 88289114 1719193600 31158 809668444160 4194304 16622877 140727689417072 0 0 0 0 0 2 1 0 0 -1 57 0 0 0 0 0 18838560 18947056 27185152 140727689421801 140727689421917 140727689421917 140727689428943 0
[pid=510665/tid=510686] ppid=510662 vsize=1678900 memory=0 CPUtime=0.04 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/510665/task/510686/stat : 510686 (fscip) R 510662 510665 508419 0 -1 4194368 1048 0 0 0 4 0 0 0 20 0 41 0 88289114 1719193600 31158 809668444160 4194304 16622877 140727689417072 0 0 0 0 0 2 0 0 0 -1 25 0 0 0 0 0 18838560 18947056 27185152 140727689421801 140727689421917 140727689421917 140727689428943 0
[pid=510665/tid=510687] ppid=510662 vsize=1678900 memory=0 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/510665/task/510687/stat : 510687 (fscip) S 510662 510665 508419 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 88289118 1719193600 31158 809668444160 4194304 16622877 140727689417072 0 0 0 0 0 2 1 0 0 -1 21 0 0 0 0 0 18838560 18947056 27185152 140727689421801 140727689421917 140727689421917 140727689428943 0
[pid=510665/tid=510688] ppid=510662 vsize=1678900 memory=0 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/510665/task/510688/stat : 510688 (fscip) S 510662 510665 508419 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 88289118 1719193600 31158 809668444160 4194304 16622877 140727689417072 0 0 0 0 0 2 1 0 0 -1 29 0 0 0 0 0 18838560 18947056 27185152 140727689421801 140727689421917 140727689421917 140727689428943 0
[pid=510665/tid=510689] ppid=510662 vsize=1678900 memory=0 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/510665/task/510689/stat : 510689 (fscip) S 510662 510665 508419 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 88289118 1719193600 31158 809668444160 4194304 16622877 140727689417072 0 0 0 0 0 2 1 0 0 -1 5 0 0 0 0 0 18838560 18947056 27185152 140727689421801 140727689421917 140727689421917 140727689428943 0
[pid=510665/tid=510690] ppid=510662 vsize=1678900 memory=0 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/510665/task/510690/stat : 510690 (fscip) S 510662 510665 508419 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 88289118 1719193600 31158 809668444160 4194304 16622877 140727689417072 0 0 0 0 0 2 1 0 0 -1 9 0 0 0 0 0 18838560 18947056 27185152 140727689421801 140727689421917 140727689421917 140727689428943 0
[pid=510665/tid=510691] ppid=510662 vsize=1678900 memory=0 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/510665/task/510691/stat : 510691 (fscip) S 510662 510665 508419 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 88289118 1719193600 31158 809668444160 4194304 16622877 140727689417072 0 0 0 0 0 2 1 0 0 -1 45 0 0 0 0 0 18838560 18947056 27185152 140727689421801 140727689421917 140727689421917 140727689428943 0
[pid=510665/tid=510692] ppid=510662 vsize=1678900 memory=0 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/510665/task/510692/stat : 510692 (fscip) S 510662 510665 508419 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 88289118 1719193600 31158 809668444160 4194304 16622877 140727689417072 0 0 0 0 0 2 1 0 0 -1 13 0 0 0 0 0 18838560 18947056 27185152 140727689421801 140727689421917 140727689421917 140727689428943 0
[pid=510665/tid=510693] ppid=510662 vsize=1678900 memory=0 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/510665/task/510693/stat : 510693 (fscip) S 510662 510665 508419 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 88289118 1719193600 31158 809668444160 4194304 16622877 140727689417072 0 0 0 0 0 2 1 0 0 -1 17 0 0 0 0 0 18838560 18947056 27185152 140727689421801 140727689421917 140727689421917 140727689428943 0
[pid=510665/tid=510694] ppid=510662 vsize=1678900 memory=0 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/510665/task/510694/stat : 510694 (fscip) S 510662 510665 508419 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 88289118 1719193600 31224 809668444160 4194304 16622877 140727689417072 0 0 0 0 0 2 1 0 0 -1 77 0 0 0 0 0 18838560 18947056 27185152 140727689421801 140727689421917 140727689421917 140727689428943 0
[pid=510665/tid=510695] ppid=510662 vsize=1678900 memory=0 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/510665/task/510695/stat : 510695 (fscip) S 510662 510665 508419 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 88289118 1719193600 31224 809668444160 4194304 16622877 140727689417072 0 0 0 0 0 2 1 0 0 -1 49 0 0 0 0 0 18838560 18947056 27185152 140727689421801 140727689421917 140727689421917 140727689428943 0
[pid=510665/tid=510696] ppid=510662 vsize=1678900 memory=0 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/510665/task/510696/stat : 510696 (fscip) S 510662 510665 508419 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 88289118 1719193600 31224 809668444160 4194304 16622877 140727689417072 0 0 0 0 0 2 1 0 0 -1 21 0 0 0 0 0 18838560 18947056 27185152 140727689421801 140727689421917 140727689421917 140727689428943 0
[pid=510665/tid=510697] ppid=510662 vsize=1678900 memory=0 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/510665/task/510697/stat : 510697 (fscip) S 510662 510665 508419 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 88289118 1719193600 31224 809668444160 4194304 16622877 140727689417072 0 0 0 0 0 2 1 0 0 -1 61 0 0 0 0 0 18838560 18947056 27185152 140727689421801 140727689421917 140727689421917 140727689428943 0
[pid=510665/tid=510698] ppid=510662 vsize=1678900 memory=0 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/510665/task/510698/stat : 510698 (fscip) S 510662 510665 508419 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 88289118 1719193600 31224 809668444160 4194304 16622877 140727689417072 0 0 0 0 0 2 1 0 0 -1 53 0 0 0 0 0 18838560 18947056 27185152 140727689421801 140727689421917 140727689421917 140727689428943 0
[pid=510665/tid=510699] ppid=510662 vsize=1678900 memory=0 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/510665/task/510699/stat : 510699 (fscip) S 510662 510665 508419 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 88289118 1719193600 31290 809668444160 4194304 16622877 140727689417072 0 0 0 0 0 2 1 0 0 -1 49 0 0 0 0 0 18838560 18947056 27185152 140727689421801 140727689421917 140727689421917 140727689428943 0
[pid=510665/tid=510700] ppid=510662 vsize=1678900 memory=0 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/510665/task/510700/stat : 510700 (fscip) S 510662 510665 508419 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 88289118 1719193600 31290 809668444160 4194304 16622877 140727689417072 0 0 0 0 0 2 1 0 0 -1 13 0 0 0 0 0 18838560 18947056 27185152 140727689421801 140727689421917 140727689421917 140727689428943 0
[pid=510665/tid=510701] ppid=510662 vsize=1678900 memory=0 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/510665/task/510701/stat : 510701 (fscip) S 510662 510665 508419 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 88289118 1719193600 31290 809668444160 4194304 16622877 140727689417072 0 0 0 0 0 2 1 0 0 -1 41 0 0 0 0 0 18838560 18947056 27185152 140727689421801 140727689421917 140727689421917 140727689428943 0
[pid=510665/tid=510702] ppid=510662 vsize=1678900 memory=0 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/510665/task/510702/stat : 510702 (fscip) S 510662 510665 508419 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 88289118 1719193600 31290 809668444160 4194304 16622877 140727689417072 0 0 0 0 0 2 1 0 0 -1 57 0 0 0 0 0 18838560 18947056 27185152 140727689421801 140727689421917 140727689421917 140727689428943 0
[pid=510665/tid=510703] ppid=510662 vsize=1678900 memory=0 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/510665/task/510703/stat : 510703 (fscip) S 510662 510665 508419 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 88289118 1719193600 31290 809668444160 4194304 16622877 140727689417072 0 0 0 0 0 2 1 0 0 -1 37 0 0 0 0 0 18838560 18947056 27185152 140727689421801 140727689421917 140727689421917 140727689428943 0
[pid=510665/tid=510704] ppid=510662 vsize=1678900 memory=0 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/510665/task/510704/stat : 510704 (fscip) S 510662 510665 508419 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 88289118 1719193600 31290 809668444160 4194304 16622877 140727689417072 0 0 0 0 0 2 1 0 0 -1 25 0 0 0 0 0 18838560 18947056 27185152 140727689421801 140727689421917 140727689421917 140727689428943 0
[pid=510665/tid=510705] ppid=510662 vsize=1678900 memory=0 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/510665/task/510705/stat : 510705 (fscip) S 510662 510665 508419 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 88289118 1719193600 31290 809668444160 4194304 16622877 140727689417072 0 0 0 0 0 2 1 0 0 -1 65 0 0 0 0 0 18838560 18947056 27185152 140727689421801 140727689421917 140727689421917 140727689428943 0
[pid=510665/tid=510706] ppid=510662 vsize=1678900 memory=0 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/510665/task/510706/stat : 510706 (fscip) S 510662 510665 508419 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 88289118 1719193600 31290 809668444160 4194304 16622877 140727689417072 0 0 0 0 0 2 1 0 0 -1 1 0 0 0 0 0 18838560 18947056 27185152 140727689421801 140727689421917 140727689421917 140727689428943 0
Current children cumulated CPU time: 0.9 s
Current children cumulated vsize: 1678900 KiB
Current children cumulated memory: 124368 KiB

[startup+0.222332 s]*
/proc/loadavg: 78.95 80.42 79.91 62/980 510715
/proc/meminfo: memFree=778246764/790760804 swapFree=131071996/131071996
[pid=510665] ppid=510662 vsize=1686772 memory=248976 CPUtime=3.35 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/510665/stat : 510665 (fscip) S 510662 510665 508419 0 -1 1077936128 59442 0 0 0 300 35 0 0 20 0 41 0 88289113 1727254528 62244 809668444160 4194304 16622877 140727689417072 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 18838560 18947056 27185152 140727689421801 140727689421917 140727689421917 140727689428943 0
/proc/510665/statm: 421693 62244 2966 3035 0 152794 0
[pid=510665/tid=510667] ppid=510662 vsize=1686772 memory=-6297277395865090922 CPUtime=0.15 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/510665/task/510667/stat : 510667 (fscip) R 510662 510665 508419 0 -1 4194368 4185 0 0 0 14 1 0 0 20 0 41 0 88289114 1727254528 62244 809668444160 4194304 16622877 140727689417072 0 0 0 0 0 2 0 0 0 -1 37 0 0 0 0 0 18838560 18947056 27185152 140727689421801 140727689421917 140727689421917 140727689428943 0
[pid=510665/tid=510668] ppid=510662 vsize=1686772 memory=0 CPUtime=0.16 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/510665/task/510668/stat : 510668 (fscip) R 510662 510665 508419 0 -1 4194368 2286 0 0 0 15 1 0 0 20 0 41 0 88289114 1727254528 62244 809668444160 4194304 16622877 140727689417072 0 0 0 0 0 2 0 0 0 -1 69 0 0 0 0 0 18838560 18947056 27185152 140727689421801 140727689421917 140727689421917 140727689428943 0
[pid=510665/tid=510669] ppid=510662 vsize=1686772 memory=0 CPUtime=0.15 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/510665/task/510669/stat : 510669 (fscip) R 510662 510665 508419 0 -1 4194368 2148 0 0 0 14 1 0 0 20 0 41 0 88289114 1727254528 62244 809668444160 4194304 16622877 140727689417072 0 0 0 0 0 2 0 0 0 -1 49 0 0 0 0 0 18838560 18947056 27185152 140727689421801 140727689421917 140727689421917 140727689428943 0
[pid=510665/tid=510670] ppid=510662 vsize=1686772 memory=0 CPUtime=0.16 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/510665/task/510670/stat : 510670 (fscip) R 510662 510665 508419 0 -1 4194368 4131 0 0 0 14 2 0 0 20 0 41 0 88289114 1727254528 62244 809668444160 4194304 16622877 140727689417072 0 0 0 0 0 2 0 0 0 -1 41 0 0 0 0 0 18838560 18947056 27185152 140727689421801 140727689421917 140727689421917 140727689428943 0
[pid=510665/tid=510671] ppid=510662 vsize=1686772 memory=0 CPUtime=0.16 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/510665/task/510671/stat : 510671 (fscip) R 510662 510665 508419 0 -1 4194368 2284 0 0 0 14 2 0 0 20 0 41 0 88289114 1727254528 62244 809668444160 4194304 16622877 140727689417072 0 0 0 0 0 2 0 0 0 -1 9 0 0 0 0 0 18838560 18947056 27185152 140727689421801 140727689421917 140727689421917 140727689428943 0
[pid=510665/tid=510672] ppid=510662 vsize=1686772 memory=0 CPUtime=0.15 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/510665/task/510672/stat : 510672 (fscip) R 510662 510665 508419 0 -1 4194368 2153 0 0 0 14 1 0 0 20 0 41 0 88289114 1727254528 62244 809668444160 4194304 16622877 140727689417072 0 0 0 0 0 2 0 0 0 -1 45 0 0 0 0 0 18838560 18947056 27185152 140727689421801 140727689421917 140727689421917 140727689428943 0
[pid=510665/tid=510673] ppid=510662 vsize=1686772 memory=0 CPUtime=0.17 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/510665/task/510673/stat : 510673 (fscip) R 510662 510665 508419 0 -1 4194368 3989 0 0 0 17 0 0 0 20 0 41 0 88289114 1727254528 62244 809668444160 4194304 16622877 140727689417072 0 0 0 0 0 2 0 0 0 -1 61 0 0 0 0 0 18838560 18947056 27185152 140727689421801 140727689421917 140727689421917 140727689428943 0
[pid=510665/tid=510674] ppid=510662 vsize=1686772 memory=0 CPUtime=0.15 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/510665/task/510674/stat : 510674 (fscip) R 510662 510665 508419 0 -1 4194368 2262 0 0 0 14 1 0 0 20 0 41 0 88289114 1727254528 62244 809668444160 4194304 16622877 140727689417072 0 0 0 0 0 2 0 0 0 -1 65 0 0 0 0 0 18838560 18947056 27185152 140727689421801 140727689421917 140727689421917 140727689428943 0
[pid=510665/tid=510675] ppid=510662 vsize=1686772 memory=0 CPUtime=0.15 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/510665/task/510675/stat : 510675 (fscip) R 510662 510665 508419 0 -1 4194368 2148 0 0 0 14 1 0 0 20 0 41 0 88289114 1727254528 62244 809668444160 4194304 16622877 140727689417072 0 0 0 0 0 2 0 0 0 -1 21 0 0 0 0 0 18838560 18947056 27185152 140727689421801 140727689421917 140727689421917 140727689428943 0
[pid=510665/tid=510676] ppid=510662 vsize=1686772 memory=0 CPUtime=0.16 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/510665/task/510676/stat : 510676 (fscip) R 510662 510665 508419 0 -1 4194368 4121 0 0 0 15 1 0 0 20 0 41 0 88289114 1727254528 62244 809668444160 4194304 16622877 140727689417072 0 0 0 0 0 2 0 0 0 -1 33 0 0 0 0 0 18838560 18947056 27185152 140727689421801 140727689421917 140727689421917 140727689428943 0
[pid=510665/tid=510677] ppid=510662 vsize=1686772 memory=0 CPUtime=0.15 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/510665/task/510677/stat : 510677 (fscip) R 510662 510665 508419 0 -1 4194368 2302 0 0 0 14 1 0 0 20 0 41 0 88289114 1727254528 62244 809668444160 4194304 16622877 140727689417072 0 0 0 0 0 2 0 0 0 -1 29 0 0 0 0 0 18838560 18947056 27185152 140727689421801 140727689421917 140727689421917 140727689428943 0
[pid=510665/tid=510678] ppid=510662 vsize=1686772 memory=0 CPUtime=0.16 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/510665/task/510678/stat : 510678 (fscip) R 510662 510665 508419 0 -1 4194368 2145 0 0 0 14 2 0 0 20 0 41 0 88289114 1727254528 62244 809668444160 4194304 16622877 140727689417072 0 0 0 0 0 2 0 0 0 -1 5 0 0 0 0 0 18838560 18947056 27185152 140727689421801 140727689421917 140727689421917 140727689428943 0
[pid=510665/tid=510679] ppid=510662 vsize=1686772 memory=0 CPUtime=0.16 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/510665/task/510679/stat : 510679 (fscip) R 510662 510665 508419 0 -1 4194368 4183 0 0 0 15 1 0 0 20 0 41 0 88289114 1727254528 62244 809668444160 4194304 16622877 140727689417072 0 0 0 0 0 2 0 0 0 -1 1 0 0 0 0 0 18838560 18947056 27185152 140727689421801 140727689421917 140727689421917 140727689428943 0
[pid=510665/tid=510680] ppid=510662 vsize=1686772 memory=0 CPUtime=0.15 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/510665/task/510680/stat : 510680 (fscip) R 510662 510665 508419 0 -1 4194368 2344 0 0 0 14 1 0 0 20 0 41 0 88289114 1727254528 62244 809668444160 4194304 16622877 140727689417072 0 0 0 0 0 2 0 0 0 -1 13 0 0 0 0 0 18838560 18947056 27185152 140727689421801 140727689421917 140727689421917 140727689428943 0
[pid=510665/tid=510681] ppid=510662 vsize=1686772 memory=0 CPUtime=0.13 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/510665/task/510681/stat : 510681 (fscip) R 510662 510665 508419 0 -1 1077936192 2158 0 0 0 12 1 0 0 20 0 41 0 88289114 1727254528 62244 809668444160 4194304 16622877 140727689417072 0 0 0 0 0 2 0 0 0 -1 49 0 0 0 0 0 18838560 18947056 27185152 140727689421801 140727689421917 140727689421917 140727689428943 0
[pid=510665/tid=510682] ppid=510662 vsize=1686772 memory=0 CPUtime=0.16 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/510665/task/510682/stat : 510682 (fscip) R 510662 510665 508419 0 -1 4194368 4088 0 0 0 15 1 0 0 20 0 41 0 88289114 1727254528 62244 809668444160 4194304 16622877 140727689417072 0 0 0 0 0 2 0 0 0 -1 73 0 0 0 0 0 18838560 18947056 27185152 140727689421801 140727689421917 140727689421917 140727689428943 0
[pid=510665/tid=510683] ppid=510662 vsize=1686772 memory=0 CPUtime=0.15 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/510665/task/510683/stat : 510683 (fscip) R 510662 510665 508419 0 -1 4194368 2311 0 0 0 14 1 0 0 20 0 41 0 88289114 1727254528 62244 809668444160 4194304 16622877 140727689417072 0 0 0 0 0 2 0 0 0 -1 17 0 0 0 0 0 18838560 18947056 27185152 140727689421801 140727689421917 140727689421917 140727689428943 0
[pid=510665/tid=510684] ppid=510662 vsize=1686772 memory=0 CPUtime=0.15 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/510665/task/510684/stat : 510684 (fscip) R 510662 510665 508419 0 -1 4194368 2146 0 0 0 14 1 0 0 20 0 41 0 88289114 1727254528 62244 809668444160 4194304 16622877 140727689417072 0 0 0 0 0 2 0 0 0 -1 53 0 0 0 0 0 18838560 18947056 27185152 140727689421801 140727689421917 140727689421917 140727689428943 0
[pid=510665/tid=510685] ppid=510662 vsize=1686772 memory=0 CPUtime=0.15 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/510665/task/510685/stat : 510685 (fscip) R 510662 510665 508419 0 -1 4194368 4183 0 0 0 14 1 0 0 20 0 41 0 88289114 1727254528 62244 809668444160 4194304 16622877 140727689417072 0 0 0 0 0 2 0 0 0 -1 57 0 0 0 0 0 18838560 18947056 27185152 140727689421801 140727689421917 140727689421917 140727689428943 0
[pid=510665/tid=510686] ppid=510662 vsize=1686772 memory=0 CPUtime=0.16 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/510665/task/510686/stat : 510686 (fscip) R 510662 510665 508419 0 -1 4194368 2275 0 0 0 15 1 0 0 20 0 41 0 88289114 1727254528 62244 809668444160 4194304 16622877 140727689417072 0 0 0 0 0 2 0 0 0 -1 25 0 0 0 0 0 18838560 18947056 27185152 140727689421801 140727689421917 140727689421917 140727689428943 0
[pid=510665/tid=510687] ppid=510662 vsize=1686772 memory=0 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/510665/task/510687/stat : 510687 (fscip) S 510662 510665 508419 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 88289118 1727254528 62244 809668444160 4194304 16622877 140727689417072 0 0 0 0 0 2 1 0 0 -1 21 0 0 0 0 0 18838560 18947056 27185152 140727689421801 140727689421917 140727689421917 140727689428943 0
[pid=510665/tid=510688] ppid=510662 vsize=1686772 memory=0 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/510665/task/510688/stat : 510688 (fscip) S 510662 510665 508419 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 88289118 1727254528 62244 809668444160 4194304 16622877 140727689417072 0 0 0 0 0 2 1 0 0 -1 29 0 0 0 0 0 18838560 18947056 27185152 140727689421801 140727689421917 140727689421917 140727689428943 0
[pid=510665/tid=510689] ppid=510662 vsize=1686772 memory=0 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/510665/task/510689/stat : 510689 (fscip) S 510662 510665 508419 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 88289118 1727254528 62244 809668444160 4194304 16622877 140727689417072 0 0 0 0 0 2 1 0 0 -1 5 0 0 0 0 0 18838560 18947056 27185152 140727689421801 140727689421917 140727689421917 140727689428943 0
[pid=510665/tid=510690] ppid=510662 vsize=1686772 memory=0 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/510665/task/510690/stat : 510690 (fscip) S 510662 510665 508419 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 88289118 1727254528 62244 809668444160 4194304 16622877 140727689417072 0 0 0 0 0 2 1 0 0 -1 9 0 0 0 0 0 18838560 18947056 27185152 140727689421801 140727689421917 140727689421917 140727689428943 0
[pid=510665/tid=510691] ppid=510662 vsize=1686772 memory=0 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/510665/task/510691/stat : 510691 (fscip) S 510662 510665 508419 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 88289118 1727254528 62244 809668444160 4194304 16622877 140727689417072 0 0 0 0 0 2 1 0 0 -1 45 0 0 0 0 0 18838560 18947056 27185152 140727689421801 140727689421917 140727689421917 140727689428943 0
[pid=510665/tid=510692] ppid=510662 vsize=1686772 memory=0 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/510665/task/510692/stat : 510692 (fscip) S 510662 510665 508419 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 88289118 1727254528 62244 809668444160 4194304 16622877 140727689417072 0 0 0 0 0 2 1 0 0 -1 13 0 0 0 0 0 18838560 18947056 27185152 140727689421801 140727689421917 140727689421917 140727689428943 0
[pid=510665/tid=510693] ppid=510662 vsize=1686772 memory=0 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/510665/task/510693/stat : 510693 (fscip) S 510662 510665 508419 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 88289118 1727254528 62244 809668444160 4194304 16622877 140727689417072 0 0 0 0 0 2 1 0 0 -1 17 0 0 0 0 0 18838560 18947056 27185152 140727689421801 140727689421917 140727689421917 140727689428943 0
[pid=510665/tid=510694] ppid=510662 vsize=1686772 memory=0 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/510665/task/510694/stat : 510694 (fscip) S 510662 510665 508419 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 88289118 1727254528 62244 809668444160 4194304 16622877 140727689417072 0 0 0 0 0 2 1 0 0 -1 77 0 0 0 0 0 18838560 18947056 27185152 140727689421801 140727689421917 140727689421917 140727689428943 0
[pid=510665/tid=510695] ppid=510662 vsize=1686772 memory=0 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/510665/task/510695/stat : 510695 (fscip) S 510662 510665 508419 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 88289118 1727254528 62244 809668444160 4194304 16622877 140727689417072 0 0 0 0 0 2 1 0 0 -1 49 0 0 0 0 0 18838560 18947056 27185152 140727689421801 140727689421917 140727689421917 140727689428943 0
[pid=510665/tid=510696] ppid=510662 vsize=1686772 memory=0 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/510665/task/510696/stat : 510696 (fscip) S 510662 510665 508419 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 88289118 1727254528 62244 809668444160 4194304 16622877 140727689417072 0 0 0 0 0 2 1 0 0 -1 21 0 0 0 0 0 18838560 18947056 27185152 140727689421801 140727689421917 140727689421917 140727689428943 0
[pid=510665/tid=510697] ppid=510662 vsize=1686772 memory=0 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/510665/task/510697/stat : 510697 (fscip) S 510662 510665 508419 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 88289118 1727254528 62244 809668444160 4194304 16622877 140727689417072 0 0 0 0 0 2 1 0 0 -1 61 0 0 0 0 0 18838560 18947056 27185152 140727689421801 140727689421917 140727689421917 140727689428943 0
[pid=510665/tid=510698] ppid=510662 vsize=1686772 memory=0 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/510665/task/510698/stat : 510698 (fscip) S 510662 510665 508419 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 88289118 1727254528 62244 809668444160 4194304 16622877 140727689417072 0 0 0 0 0 2 1 0 0 -1 53 0 0 0 0 0 18838560 18947056 27185152 140727689421801 140727689421917 140727689421917 140727689428943 0
[pid=510665/tid=510699] ppid=510662 vsize=1686772 memory=0 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/510665/task/510699/stat : 510699 (fscip) S 510662 510665 508419 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 88289118 1727254528 62244 809668444160 4194304 16622877 140727689417072 0 0 0 0 0 2 1 0 0 -1 49 0 0 0 0 0 18838560 18947056 27185152 140727689421801 140727689421917 140727689421917 140727689428943 0

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

/proc/510665/task/510693/stat : 510693 (fscip) S 510662 510665 508419 0 -1 1077936192 126 0 0 0 0 1 0 0 20 0 41 0 88289118 19635830784 4310754 809668444160 4194304 16622877 140727689417072 0 0 0 0 0 2 1 0 0 -1 69 0 0 0 0 0 18838560 18947056 27185152 140727689421801 140727689421917 140727689421917 140727689428943 0
[pid=510665/tid=510694] ppid=510662 vsize=19175616 memory=31304 CPUtime=0.02 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/510665/task/510694/stat : 510694 (fscip) S 510662 510665 508419 0 -1 1077936192 125 0 0 0 0 2 0 0 20 0 41 0 88289118 19635830784 4310754 809668444160 4194304 16622877 140727689417072 0 0 0 0 0 2 1 0 0 -1 5 0 0 0 0 0 18838560 18947056 27185152 140727689421801 140727689421917 140727689421917 140727689428943 0
[pid=510665/tid=510695] ppid=510662 vsize=19175616 memory=17205220 CPUtime=0.02 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/510665/task/510695/stat : 510695 (fscip) S 510662 510665 508419 0 -1 1077936192 128 0 0 0 1 1 0 0 20 0 41 0 88289118 19635830784 4310754 809668444160 4194304 16622877 140727689417072 0 0 0 0 0 2 1 0 0 -1 73 0 0 0 0 0 18838560 18947056 27185152 140727689421801 140727689421917 140727689421917 140727689428943 0
[pid=510665/tid=510696] ppid=510662 vsize=19175616 memory=17207140 CPUtime=0.01 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/510665/task/510696/stat : 510696 (fscip) S 510662 510665 508419 0 -1 1077936192 136 0 0 0 0 1 0 0 20 0 41 0 88289118 19635830784 4310754 809668444160 4194304 16622877 140727689417072 0 0 0 0 0 2 1 0 0 -1 1 0 0 0 0 0 18838560 18947056 27185152 140727689421801 140727689421917 140727689421917 140727689428943 0
[pid=510665/tid=510697] ppid=510662 vsize=19175616 memory=17214456 CPUtime=0.01 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/510665/task/510697/stat : 510697 (fscip) S 510662 510665 508419 0 -1 1077936192 126 0 0 0 1 0 0 0 20 0 41 0 88289118 19635830784 4310754 809668444160 4194304 16622877 140727689417072 0 0 0 0 0 2 1 0 0 -1 77 0 0 0 0 0 18838560 18947056 27185152 140727689421801 140727689421917 140727689421917 140727689428943 0
[pid=510665/tid=510698] ppid=510662 vsize=19175616 memory=17163064 CPUtime=0.01 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/510665/task/510698/stat : 510698 (fscip) S 510662 510665 508419 0 -1 1077936192 128 0 0 0 0 1 0 0 20 0 41 0 88289118 19635830784 4310754 809668444160 4194304 16622877 140727689417072 0 0 0 0 0 2 1 0 0 -1 77 0 0 0 0 0 18838560 18947056 27185152 140727689421801 140727689421917 140727689421917 140727689428943 0
[pid=510665/tid=510699] ppid=510662 vsize=19175616 memory=11448 CPUtime=0.02 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/510665/task/510699/stat : 510699 (fscip) S 510662 510665 508419 0 -1 1077936192 127 0 0 0 0 2 0 0 20 0 41 0 88289118 19635830784 4310754 809668444160 4194304 16622877 140727689417072 0 0 0 0 0 2 1 0 0 -1 25 0 0 0 0 0 18838560 18947056 27185152 140727689421801 140727689421917 140727689421917 140727689428943 0
[pid=510665/tid=510700] ppid=510662 vsize=19175616 memory=11448 CPUtime=0.01 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/510665/task/510700/stat : 510700 (fscip) S 510662 510665 508419 0 -1 1077936192 126 0 0 0 0 1 0 0 20 0 41 0 88289118 19635830784 4310754 809668444160 4194304 16622877 140727689417072 0 0 0 0 0 2 1 0 0 -1 65 0 0 0 0 0 18838560 18947056 27185152 140727689421801 140727689421917 140727689421917 140727689428943 0
[pid=510665/tid=510701] ppid=510662 vsize=19175616 memory=17218936 CPUtime=0.01 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/510665/task/510701/stat : 510701 (fscip) S 510662 510665 508419 0 -1 1077936192 125 0 0 0 0 1 0 0 20 0 41 0 88289118 19635830784 4310754 809668444160 4194304 16622877 140727689417072 0 0 0 0 0 2 1 0 0 -1 1 0 0 0 0 0 18838560 18947056 27185152 140727689421801 140727689421917 140727689421917 140727689428943 0
[pid=510665/tid=510702] ppid=510662 vsize=19175616 memory=11448 CPUtime=0.01 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/510665/task/510702/stat : 510702 (fscip) S 510662 510665 508419 0 -1 1077936192 125 0 0 0 0 1 0 0 20 0 41 0 88289118 19635830784 4310754 809668444160 4194304 16622877 140727689417072 0 0 0 0 0 2 1 0 0 -1 69 0 0 0 0 0 18838560 18947056 27185152 140727689421801 140727689421917 140727689421917 140727689428943 0
[pid=510665/tid=510703] ppid=510662 vsize=19175616 memory=31304 CPUtime=0.01 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/510665/task/510703/stat : 510703 (fscip) S 510662 510665 508419 0 -1 1077936192 125 0 0 0 0 1 0 0 20 0 41 0 88289118 19635830784 4310754 809668444160 4194304 16622877 140727689417072 0 0 0 0 0 2 1 0 0 -1 5 0 0 0 0 0 18838560 18947056 27185152 140727689421801 140727689421917 140727689421917 140727689428943 0
[pid=510665/tid=510704] ppid=510662 vsize=19175616 memory=10544 CPUtime=0.02 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/510665/task/510704/stat : 510704 (fscip) S 510662 510665 508419 0 -1 1077936192 125 0 0 0 0 2 0 0 20 0 41 0 88289118 19635830784 4310754 809668444160 4194304 16622877 140727689417072 0 0 0 0 0 2 1 0 0 -1 45 0 0 0 0 0 18838560 18947056 27185152 140727689421801 140727689421917 140727689421917 140727689428943 0
[pid=510665/tid=510705] ppid=510662 vsize=19175616 memory=5512 CPUtime=0.01 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/510665/task/510705/stat : 510705 (fscip) S 510662 510665 508419 0 -1 1077936192 127 0 0 0 0 1 0 0 20 0 41 0 88289118 19635830784 4310754 809668444160 4194304 16622877 140727689417072 0 0 0 0 0 2 1 0 0 -1 65 0 0 0 0 0 18838560 18947056 27185152 140727689421801 140727689421917 140727689421917 140727689428943 0
[pid=510665/tid=510706] ppid=510662 vsize=19175616 memory=15776 CPUtime=0.01 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/510665/task/510706/stat : 510706 (fscip) S 510662 510665 508419 0 -1 1077936192 127 0 0 0 0 1 0 0 20 0 41 0 88289118 19635830784 4310754 809668444160 4194304 16622877 140727689417072 0 0 0 0 0 2 1 0 0 -1 61 0 0 0 0 0 18838560 18947056 27185152 140727689421801 140727689421917 140727689421917 140727689428943 0
Current children cumulated CPU time: 70973 s
Current children cumulated vsize: 19175616 KiB
Current children cumulated memory: 17243016 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3634.13 s]
/proc/loadavg: 80.66 80.58 80.53 81/1023 512816
/proc/meminfo: memFree=698025224/790760804 swapFree=131071996/131071996
[pid=510665] ppid=510662 vsize=19391836 memory=17392444 CPUtime=72000.1 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/510665/stat : 510665 (fscip) S 510662 510665 508419 0 -1 1077936128 60808355 0 0 0 7142403 57609 0 0 20 0 41 0 88289113 19857240064 4348111 809668444160 4194304 16622877 140727689417072 0 0 0 0 0 2 0 0 0 17 49 0 0 0 0 0 18838560 18947056 27185152 140727689421801 140727689421917 140727689421917 140727689428943 0
/proc/510665/statm: 4847959 4348111 3030 3035 0 4593262 0
[pid=510665/tid=510667] ppid=510662 vsize=19391836 memory=4386785107875264 CPUtime=3603.98 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/510665/task/510667/stat : 510667 (fscip) R 510662 510665 508419 0 -1 4194368 5532446 0 0 0 359185 1213 0 0 20 0 41 0 88289114 19857240064 4348111 809668444160 4194304 16622877 140727689417072 0 0 0 0 0 2 0 0 0 -1 45 0 0 0 0 0 18838560 18947056 27185152 140727689421801 140727689421917 140727689421917 140727689428943 0
[pid=510665/tid=510668] ppid=510662 vsize=19391836 memory=6944652177228980320 CPUtime=3607.06 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/510665/task/510668/stat : 510668 (fscip) R 510662 510665 508419 0 -1 4194368 3260560 0 0 0 359812 894 0 0 20 0 41 0 88289114 19857240064 4348111 809668444160 4194304 16622877 140727689417072 0 0 0 0 0 2 0 0 0 -1 37 0 0 0 0 0 18838560 18947056 27185152 140727689421801 140727689421917 140727689421917 140727689428943 0
[pid=510665/tid=510669] ppid=510662 vsize=19391836 memory=51200 CPUtime=3591.99 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/510665/task/510669/stat : 510669 (fscip) R 510662 510665 508419 0 -1 4194368 23558 0 0 0 352482 6717 0 0 20 0 41 0 88289114 19857240064 4348111 809668444160 4194304 16622877 140727689417072 0 0 0 0 0 2 0 0 0 -1 77 0 0 0 0 0 18838560 18947056 27185152 140727689421801 140727689421917 140727689421917 140727689428943 0
[pid=510665/tid=510670] ppid=510662 vsize=19391836 memory=2481 CPUtime=3604.11 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/510665/task/510670/stat : 510670 (fscip) R 510662 510665 508419 0 -1 4194368 5364457 0 0 0 359246 1165 0 0 20 0 41 0 88289114 19857240064 4348111 809668444160 4194304 16622877 140727689417072 0 0 0 0 0 2 0 0 0 -1 61 0 0 0 0 0 18838560 18947056 27185152 140727689421801 140727689421917 140727689421917 140727689428943 0
[pid=510665/tid=510671] ppid=510662 vsize=19391836 memory=0 CPUtime=3605.14 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/510665/task/510671/stat : 510671 (fscip) R 510662 510665 508419 0 -1 4194368 3421532 0 0 0 359597 917 0 0 20 0 41 0 88289114 19857240064 4348111 809668444160 4194304 16622877 140727689417072 0 0 0 0 0 2 0 0 0 -1 69 0 0 0 0 0 18838560 18947056 27185152 140727689421801 140727689421917 140727689421917 140727689428943 0
[pid=510665/tid=510672] ppid=510662 vsize=19391836 memory=280573978127776 CPUtime=3587.97 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/510665/task/510672/stat : 510672 (fscip) R 510662 510665 508419 0 -1 4194368 24216 0 0 0 351881 6916 0 0 20 0 41 0 88289114 19857240064 4348111 809668444160 4194304 16622877 140727689417072 0 0 0 0 0 2 0 0 0 -1 13 0 0 0 0 0 18838560 18947056 27185152 140727689421801 140727689421917 140727689421917 140727689428943 0
[pid=510665/tid=510673] ppid=510662 vsize=19391836 memory=356160 CPUtime=3603.82 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/510665/task/510673/stat : 510673 (fscip) R 510662 510665 508419 0 -1 4194368 5334656 0 0 0 359288 1094 0 0 20 0 41 0 88289114 19857240064 4348111 809668444160 4194304 16622877 140727689417072 0 0 0 0 0 2 0 0 0 -1 5 0 0 0 0 0 18838560 18947056 27185152 140727689421801 140727689421917 140727689421917 140727689428943 0
[pid=510665/tid=510674] ppid=510662 vsize=19391836 memory=280573976842912 CPUtime=3605.33 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/510665/task/510674/stat : 510674 (fscip) R 510662 510665 508419 0 -1 4194368 3335590 0 0 0 359638 895 0 0 20 0 41 0 88289114 19857240064 4348111 809668444160 4194304 16622877 140727689417072 0 0 0 0 0 2 0 0 0 -1 57 0 0 0 0 0 18838560 18947056 27185152 140727689421801 140727689421917 140727689421917 140727689428943 0
[pid=510665/tid=510675] ppid=510662 vsize=19391836 memory=0 CPUtime=3591.44 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/510665/task/510675/stat : 510675 (fscip) R 510662 510665 508419 0 -1 4194368 24392 0 0 0 351745 7399 0 0 20 0 41 0 88289114 19857240064 4348111 809668444160 4194304 16622877 140727689417072 0 0 0 0 0 2 0 0 0 -1 9 0 0 0 0 0 18838560 18947056 27185152 140727689421801 140727689421917 140727689421917 140727689428943 0
[pid=510665/tid=510676] ppid=510662 vsize=19391836 memory=17304208 CPUtime=3603.29 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/510665/task/510676/stat : 510676 (fscip) R 510662 510665 508419 0 -1 4194368 5262345 0 0 0 359146 1183 0 0 20 0 41 0 88289114 19857240064 4348111 809668444160 4194304 16622877 140727689417072 0 0 0 0 0 2 0 0 0 -1 17 0 0 0 0 0 18838560 18947056 27185152 140727689421801 140727689421917 140727689421917 140727689428943 0
[pid=510665/tid=510677] ppid=510662 vsize=19391836 memory=25333125866717268 CPUtime=3605.67 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/510665/task/510677/stat : 510677 (fscip) R 510662 510665 508419 0 -1 4194368 3171842 0 0 0 359646 921 0 0 20 0 41 0 88289114 19857240064 4348111 809668444160 4194304 16622877 140727689417072 0 0 0 0 0 2 0 0 0 -1 1 0 0 0 0 0 18838560 18947056 27185152 140727689421801 140727689421917 140727689421917 140727689428943 0
[pid=510665/tid=510678] ppid=510662 vsize=19391836 memory=20368 CPUtime=3587.55 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/510665/task/510678/stat : 510678 (fscip) R 510662 510665 508419 0 -1 4194368 24585 0 0 0 351669 7086 0 0 20 0 41 0 88289114 19857240064 4348111 809668444160 4194304 16622877 140727689417072 0 0 0 0 0 2 0 0 0 -1 73 0 0 0 0 0 18838560 18947056 27185152 140727689421801 140727689421917 140727689421917 140727689428943 0
[pid=510665/tid=510679] ppid=510662 vsize=19391836 memory=280573975281072 CPUtime=3601.87 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/510665/task/510679/stat : 510679 (fscip) R 510662 510665 508419 0 -1 4194368 5335303 0 0 0 359043 1144 0 0 20 0 41 0 88289114 19857240064 4348111 809668444160 4194304 16622877 140727689417072 0 0 0 0 0 2 0 0 0 -1 53 0 0 0 0 0 18838560 18947056 27185152 140727689421801 140727689421917 140727689421917 140727689428943 0
[pid=510665/tid=510680] ppid=510662 vsize=19391836 memory=280573974000400 CPUtime=3605.59 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/510665/task/510680/stat : 510680 (fscip) R 510662 510665 508419 0 -1 4194368 3295406 0 0 0 359612 947 0 0 20 0 41 0 88289114 19857240064 4348111 809668444160 4194304 16622877 140727689417072 0 0 0 0 0 2 0 0 0 -1 25 0 0 0 0 0 18838560 18947056 27185152 140727689421801 140727689421917 140727689421917 140727689428943 0
[pid=510665/tid=510681] ppid=510662 vsize=19391836 memory=6720662155844139882 CPUtime=3593.13 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/510665/task/510681/stat : 510681 (fscip) R 510662 510665 508419 0 -1 4194368 24423 0 0 0 351618 7695 0 0 20 0 41 0 88289114 19857240064 4348111 809668444160 4194304 16622877 140727689417072 0 0 0 0 0 2 0 0 0 -1 33 0 0 0 0 0 18838560 18947056 27185152 140727689421801 140727689421917 140727689421917 140727689428943 0
[pid=510665/tid=510682] ppid=510662 vsize=19391836 memory=17359404 CPUtime=3601.69 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/510665/task/510682/stat : 510682 (fscip) R 510662 510665 508419 0 -1 4194368 5496185 0 0 0 359000 1169 0 0 20 0 41 0 88289114 19857240064 4348111 809668444160 4194304 16622877 140727689417072 0 0 0 0 0 2 0 0 0 -1 65 0 0 0 0 0 18838560 18947056 27185152 140727689421801 140727689421917 140727689421917 140727689428943 0
[pid=510665/tid=510683] ppid=510662 vsize=19391836 memory=280573973760624 CPUtime=3605.28 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/510665/task/510683/stat : 510683 (fscip) R 510662 510665 508419 0 -1 4194368 3308430 0 0 0 359616 912 0 0 20 0 41 0 88289114 19857240064 4348111 809668444160 4194304 16622877 140727689417072 0 0 0 0 0 2 0 0 0 -1 41 0 0 0 0 0 18838560 18947056 27185152 140727689421801 140727689421917 140727689421917 140727689428943 0
[pid=510665/tid=510684] ppid=510662 vsize=19391836 memory=7068 CPUtime=3582.75 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/510665/task/510684/stat : 510684 (fscip) R 510662 510665 508419 0 -1 4194368 23603 0 0 0 351063 7212 0 0 20 0 41 0 88289114 19857240064 4348111 809668444160 4194304 16622877 140727689417072 0 0 0 0 0 2 0 0 0 -1 49 0 0 0 0 0 18838560 18947056 27185152 140727689421801 140727689421917 140727689421917 140727689428943 0
[pid=510665/tid=510685] ppid=510662 vsize=19391836 memory=28568 CPUtime=3604.26 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/510665/task/510685/stat : 510685 (fscip) R 510662 510665 508419 0 -1 4194368 5263864 0 0 0 359298 1128 0 0 20 0 41 0 88289114 19857240064 4348111 809668444160 4194304 16622877 140727689417072 0 0 0 0 0 2 0 0 0 -1 29 0 0 0 0 0 18838560 18947056 27185152 140727689421801 140727689421917 140727689421917 140727689428943 0
[pid=510665/tid=510686] ppid=510662 vsize=19391836 memory=6720662155844139882 CPUtime=3606.43 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/510665/task/510686/stat : 510686 (fscip) R 510662 510665 508419 0 -1 4194368 3276255 0 0 0 359693 950 0 0 20 0 41 0 88289114 19857240064 4348111 809668444160 4194304 16622877 140727689417072 0 0 0 0 0 2 0 0 0 -1 21 0 0 0 0 0 18838560 18947056 27185152 140727689421801 140727689421917 140727689421917 140727689428943 0
[pid=510665/tid=510687] ppid=510662 vsize=19391836 memory=25333125866717268 CPUtime=0.01 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/510665/task/510687/stat : 510687 (fscip) S 510662 510665 508419 0 -1 1077936192 67 0 0 0 1 0 0 0 20 0 41 0 88289118 19857240064 4348111 809668444160 4194304 16622877 140727689417072 0 0 0 0 0 2 1 0 0 -1 77 0 0 0 0 0 18838560 18947056 27185152 140727689421801 140727689421917 140727689421917 140727689428943 0
[pid=510665/tid=510688] ppid=510662 vsize=19391836 memory=33000 CPUtime=0.01 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/510665/task/510688/stat : 510688 (fscip) S 510662 510665 508419 0 -1 1077936192 63 0 0 0 0 1 0 0 20 0 41 0 88289118 19857240064 4348111 809668444160 4194304 16622877 140727689417072 0 0 0 0 0 2 1 0 0 -1 65 0 0 0 0 0 18838560 18947056 27185152 140727689421801 140727689421917 140727689421917 140727689428943 0
[pid=510665/tid=510689] ppid=510662 vsize=19391836 memory=5512 CPUtime=0.01 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/510665/task/510689/stat : 510689 (fscip) S 510662 510665 508419 0 -1 1077936192 131 0 0 0 0 1 0 0 20 0 41 0 88289118 19857240064 4348111 809668444160 4194304 16622877 140727689417072 0 0 0 0 0 2 1 0 0 -1 45 0 0 0 0 0 18838560 18947056 27185152 140727689421801 140727689421917 140727689421917 140727689428943 0
[pid=510665/tid=510690] ppid=510662 vsize=19391836 memory=15776 CPUtime=0.01 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/510665/task/510690/stat : 510690 (fscip) S 510662 510665 508419 0 -1 1077936192 129 0 0 0 0 1 0 0 20 0 41 0 88289118 19857240064 4348111 809668444160 4194304 16622877 140727689417072 0 0 0 0 0 2 1 0 0 -1 33 0 0 0 0 0 18838560 18947056 27185152 140727689421801 140727689421917 140727689421917 140727689428943 0
[pid=510665/tid=510691] ppid=510662 vsize=19391836 memory=280573973536096 CPUtime=0.01 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/510665/task/510691/stat : 510691 (fscip) S 510662 510665 508419 0 -1 1077936192 129 0 0 0 0 1 0 0 20 0 41 0 88289118 19857240064 4348111 809668444160 4194304 16622877 140727689417072 0 0 0 0 0 2 1 0 0 -1 25 0 0 0 0 0 18838560 18947056 27185152 140727689421801 140727689421917 140727689421917 140727689428943 0
[pid=510665/tid=510692] ppid=510662 vsize=19391836 memory=280573974336624 CPUtime=0.01 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/510665/task/510692/stat : 510692 (fscip) S 510662 510665 508419 0 -1 1077936192 128 0 0 0 0 1 0 0 20 0 41 0 88289118 19857240064 4348111 809668444160 4194304 16622877 140727689417072 0 0 0 0 0 2 1 0 0 -1 9 0 0 0 0 0 18838560 18947056 27185152 140727689421801 140727689421917 140727689421917 140727689428943 0
[pid=510665/tid=510693] ppid=510662 vsize=19391836 memory=17084092 CPUtime=0.01 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/510665/task/510693/stat : 510693 (fscip) S 510662 510665 508419 0 -1 1077936192 128 0 0 0 0 1 0 0 20 0 41 0 88289118 19857240064 4348111 809668444160 4194304 16622877 140727689417072 0 0 0 0 0 2 1 0 0 -1 69 0 0 0 0 0 18838560 18947056 27185152 140727689421801 140727689421917 140727689421917 140727689428943 0
[pid=510665/tid=510694] ppid=510662 vsize=19391836 memory=17311300 CPUtime=0.02 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/510665/task/510694/stat : 510694 (fscip) S 510662 510665 508419 0 -1 1077936192 127 0 0 0 0 2 0 0 20 0 41 0 88289118 19857240064 4348111 809668444160 4194304 16622877 140727689417072 0 0 0 0 0 2 1 0 0 -1 77 0 0 0 0 0 18838560 18947056 27185152 140727689421801 140727689421917 140727689421917 140727689428943 0
[pid=510665/tid=510695] ppid=510662 vsize=19391836 memory=36300 CPUtime=0.02 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/510665/task/510695/stat : 510695 (fscip) S 510662 510665 508419 0 -1 1077936192 130 0 0 0 1 1 0 0 20 0 41 0 88289118 19857240064 4348111 809668444160 4194304 16622877 140727689417072 0 0 0 0 0 2 1 0 0 -1 37 0 0 0 0 0 18838560 18947056 27185152 140727689421801 140727689421917 140727689421917 140727689428943 0
[pid=510665/tid=510696] ppid=510662 vsize=19391836 memory=6796 CPUtime=0.01 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/510665/task/510696/stat : 510696 (fscip) S 510662 510665 508419 0 -1 1077936192 138 0 0 0 0 1 0 0 20 0 41 0 88289118 19857240064 4348111 809668444160 4194304 16622877 140727689417072 0 0 0 0 0 2 1 0 0 -1 1 0 0 0 0 0 18838560 18947056 27185152 140727689421801 140727689421917 140727689421917 140727689428943 0
[pid=510665/tid=510697] ppid=510662 vsize=19391836 memory=17354292 CPUtime=0.01 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/510665/task/510697/stat : 510697 (fscip) S 510662 510665 508419 0 -1 1077936192 128 0 0 0 1 0 0 0 20 0 41 0 88289118 19857240064 4348111 809668444160 4194304 16622877 140727689417072 0 0 0 0 0 2 1 0 0 -1 9 0 0 0 0 0 18838560 18947056 27185152 140727689421801 140727689421917 140727689421917 140727689428943 0
[pid=510665/tid=510698] ppid=510662 vsize=19391836 memory=0 CPUtime=0.01 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/510665/task/510698/stat : 510698 (fscip) S 510662 510665 508419 0 -1 1077936192 130 0 0 0 0 1 0 0 20 0 41 0 88289118 19857240064 4348111 809668444160 4194304 16622877 140727689417072 0 0 0 0 0 2 1 0 0 -1 69 0 0 0 0 0 18838560 18947056 27185152 140727689421801 140727689421917 140727689421917 140727689428943 0
[pid=510665/tid=510699] ppid=510662 vsize=19391836 memory=5512 CPUtime=0.02 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/510665/task/510699/stat : 510699 (fscip) S 510662 510665 508419 0 -1 1077936192 129 0 0 0 0 2 0 0 20 0 41 0 88289118 19857240064 4348111 809668444160 4194304 16622877 140727689417072 0 0 0 0 0 2 1 0 0 -1 53 0 0 0 0 0 18838560 18947056 27185152 140727689421801 140727689421917 140727689421917 140727689428943 0
[pid=510665/tid=510700] ppid=510662 vsize=19391836 memory=15776 CPUtime=0.01 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/510665/task/510700/stat : 510700 (fscip) S 510662 510665 508419 0 -1 1077936192 128 0 0 0 0 1 0 0 20 0 41 0 88289118 19857240064 4348111 809668444160 4194304 16622877 140727689417072 0 0 0 0 0 2 1 0 0 -1 33 0 0 0 0 0 18838560 18947056 27185152 140727689421801 140727689421917 140727689421917 140727689428943 0
[pid=510665/tid=510701] ppid=510662 vsize=19391836 memory=11448 CPUtime=0.01 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/510665/task/510701/stat : 510701 (fscip) S 510662 510665 508419 0 -1 1077936192 127 0 0 0 0 1 0 0 20 0 41 0 88289118 19857240064 4348111 809668444160 4194304 16622877 140727689417072 0 0 0 0 0 2 1 0 0 -1 9 0 0 0 0 0 18838560 18947056 27185152 140727689421801 140727689421917 140727689421917 140727689428943 0
[pid=510665/tid=510702] ppid=510662 vsize=19391836 memory=11448 CPUtime=0.01 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/510665/task/510702/stat : 510702 (fscip) S 510662 510665 508419 0 -1 1077936192 127 0 0 0 0 1 0 0 20 0 41 0 88289118 19857240064 4348111 809668444160 4194304 16622877 140727689417072 0 0 0 0 0 2 1 0 0 -1 73 0 0 0 0 0 18838560 18947056 27185152 140727689421801 140727689421917 140727689421917 140727689428943 0
[pid=510665/tid=510703] ppid=510662 vsize=19391836 memory=2208 CPUtime=0.01 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/510665/task/510703/stat : 510703 (fscip) S 510662 510665 508419 0 -1 1077936192 127 0 0 0 0 1 0 0 20 0 41 0 88289118 19857240064 4348111 809668444160 4194304 16622877 140727689417072 0 0 0 0 0 2 1 0 0 -1 5 0 0 0 0 0 18838560 18947056 27185152 140727689421801 140727689421917 140727689421917 140727689428943 0
[pid=510665/tid=510704] ppid=510662 vsize=19391836 memory=2036 CPUtime=0.02 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/510665/task/510704/stat : 510704 (fscip) S 510662 510665 508419 0 -1 1077936192 127 0 0 0 0 2 0 0 20 0 41 0 88289118 19857240064 4348111 809668444160 4194304 16622877 140727689417072 0 0 0 0 0 2 1 0 0 -1 45 0 0 0 0 0 18838560 18947056 27185152 140727689421801 140727689421917 140727689421917 140727689428943 0
[pid=510665/tid=510705] ppid=510662 vsize=19391836 memory=11448 CPUtime=0.01 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/510665/task/510705/stat : 510705 (fscip) S 510662 510665 508419 0 -1 1077936192 129 0 0 0 0 1 0 0 20 0 41 0 88289118 19857240064 4348111 809668444160 4194304 16622877 140727689417072 0 0 0 0 0 2 1 0 0 -1 65 0 0 0 0 0 18838560 18947056 27185152 140727689421801 140727689421917 140727689421917 140727689428943 0
[pid=510665/tid=510706] ppid=510662 vsize=19391836 memory=17354404 CPUtime=0.01 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/510665/task/510706/stat : 510706 (fscip) S 510662 510665 508419 0 -1 1077936192 129 0 0 0 0 1 0 0 20 0 41 0 88289118 19857240064 4348111 809668444160 4194304 16622877 140727689417072 0 0 0 0 0 2 1 0 0 -1 53 0 0 0 0 0 18838560 18947056 27185152 140727689421801 140727689421917 140727689421917 140727689428943 0
Current children cumulated CPU time: 72000.1 s
Current children cumulated vsize: 19391836 KiB
Current children cumulated memory: 17392444 KiB

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

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

# cumulated CPU time of all completed processes:  user=71424.3 s, system=576.665 s

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

[startup+3634.4 s]
/proc/loadavg: 80.66 80.58 80.53 63/984 512816
/proc/meminfo: memFree=700010556/790760804 swapFree=131071996/131071996
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

[startup+3634.6 s]
/proc/loadavg: 80.66 80.58 80.53 63/984 512816
/proc/meminfo: memFree=700010556/790760804 swapFree=131071996/131071996
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

[startup+3634.7 s]
/proc/loadavg: 80.66 80.58 80.53 63/984 512816
/proc/meminfo: memFree=700010556/790760804 swapFree=131071996/131071996
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

Child ended because it received signal 15 (SIGTERM)

Real time (s): 3634.73
CPU time (s): 72000.9
CPU user time (s): 71424.3
CPU system time (s): 576.665
CPU usage (%): 1980.91
Max. virtual memory (cumulated for all children) (KiB): 19391836
Max. memory (cumulated for all children) (KiB): 17392444

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 71424.3
system time used= 576.665
maximum resident set size= 17392520
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 60808369
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= 5241051
involuntary context switches= 181401


# summary of solver processes directly reported to runsolver:
#   pid: 510665
#   total CPU time (s): 72000.9
#   total CPU user time (s): 71424.3
#   total CPU system time (s): 576.665

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 28.0429 second user time and 77.5567 second system time

The end

Launcher Data

Begin job on nodeD105 at 2024-08-09 17:24:20
IDJOB=4467344
IDBENCH=147583
IDSOLVER=3097
FILE ID=nodeD105/4467344-1723217060
RUNJOBID= nodeD105-1723213421-508430
SLURM_JOB_ID= 8266900
Free space on /tmp= 8622836 MiB

SOLVER NAME= FiberSCIP 20 cores, 024-08-09
BENCH NAME= PB24/normalized-PB06/OPT-LIN/submitted-PB06/manquiho/market-split/normalized-market-split_8_70_4.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-4467344-1723217060/watcher-4467344-1723217060 -o /tmp/evaluation-result-4467344-1723217060/solver-4467344-1723217060 -C 72000 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeD105-1723213421-508430 --watchdog 3760  fscip settings/racing.prm HOME/instance-4467344-1723217060.opb -qsol -t 72000 -sth 20

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

MD5SUM BENCH= f08684a49e4744afc6bcc5ce80f1fe7b
RANDOM SEED=2023294081

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

processor	: 63
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003006
cpu MHz		: 1819.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	: 5011.78
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

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

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

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

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       790760804 kB
MemFree:        778484820 kB
MemAvailable:   778783860 kB
Buffers:          895088 kB
Cached:          2749420 kB
SwapCached:            0 kB
Active:          1227500 kB
Inactive:        8026040 kB
Active(anon):       2160 kB
Inactive(anon):  5637604 kB
Active(file):    1225340 kB
Inactive(file):  2388436 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:             57544 kB
Writeback:           136 kB
AnonPages:       5608772 kB
Mapped:           122812 kB
Shmem:             30728 kB
KReclaimable:     209936 kB
Slab:             608664 kB
SReclaimable:     209936 kB
SUnreclaim:       398728 kB
KernelStack:       16176 kB
PageTables:        20508 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    526452396 kB
Committed_AS:    1327412 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:           811776 kB
HardwareCorrupted:     0 kB
AnonHugePages:   3409920 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:      802816 kB
DirectMap2M:    101406720 kB
DirectMap1G:    703594496 kB

Free space on /tmp at the end= 8622804 MiB
End job on nodeD105 at 2024-08-09 18:24:55