Trace number 4465794

Some explanations

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

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

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

Solver answer on this benchmark

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

General information on the benchmark

NamePB24/normalized-PB16/DEC-LIN/elffers/Instances3col_OPB/
normalized-3col-almost3reg-l055-r054-n1.opb
MD5SUMf0e9fb7942cf170d68fd4efe40bdbadd
Bench CategoryDEC-LIN (decision problem, linear constraints, no UNSAT certificate)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark126.71
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables2991
Total number of constraints6388
Number of constraints which are clauses5391
Number of constraints which are cardinality constraints (but not clauses)997
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint3
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 4
Number of bits of the biggest sum of numbers3
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.00	c The following solver is parallelized by UG version 1.0.0 [GitHash: e6e2b6ff-dirty]
0.00/0.00	c SCIP version 10.0.0 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: Soplex 7.1.1] [GitHash: 020d91813d]
0.00/0.00	c Copyright (c) 2002-2024 Zuse Institute Berlin (ZIB)
0.00/0.00	c External libraries: 
0.00/0.00	c   Soplex 7.1.1         Linear Programming Solver developed at Zuse Institute Berlin (soplex.zib.de) [GitHash: b4905e82]
0.00/0.00	c   CppAD 20180000.0     Algorithmic Differentiation of C++ algorithms developed by B. Bell (github.com/coin-or/CppAD)
0.00/0.00	c   AMPL/MP 690e9e7      AMPL .nl file reader library (github.com/ampl/mp)
0.00/0.00	c   PaPILO 2.4.0         parallel presolve for integer and linear optimization (github.com/scipopt/papilo)
0.00/0.00	c   Nauty 2.8.8          Computing Graph Automorphism Groups by Brendan D. McKay (users.cecs.anu.edu.au/~bdm/nauty)
0.00/0.00	c   sassy 1.1            Symmetry preprocessor by Markus Anders (github.com/markusa4/sassy)
0.00/0.02	c Default LC presolving (default).
0.00/0.02	c ** Before presolving: virtualMemUsedAtLc = 37445632, getVmSize() = 37445632, SCIPgetMemUsed() = 13306741, SCIPgetMemTotal() = 15343229, SCIPgetMemExternEstim() = 8582610
0.00/0.02	c ** set memory limit for presolving in LC to 8.79598e+12 for SCIP **
0.00/0.10	c ** Estimated virtualMemUsedAtSolver = 37522964, getVmSize() = 71880704, SCIPgetMemUsed() = 33093445, SCIPgetMemTotal() = 47701837, SCIPgetMemExternEstim() = 8582610
0.00/0.10	c ** set memory limit for solvers to 4.1885e+11 for each SCIP **
0.00/0.10	c Original Problem   :
0.00/0.10	c   Problem name     : instance-4465794-1722587432
0.00/0.10	c   Variables        : 2991 (2991 binary, 0 integer, 0 implicit integer, 0 continuous)
0.00/0.10	c   Constraints      : 6388
0.00/0.10	c   Objective sense  : minimize
0.00/0.10	c Presolved Problem  :
0.00/0.10	c   Variables        : 2974 (2974 binary, 0 integer, 0 implicit integer, 0 continuous)
0.00/0.10	c   Constraints      : 6345
0.00/0.10	c Constraints        : Number
0.00/0.10	c   setppc           : 6344 
0.00/0.10	c   orbitope         : 1 
0.00/0.10	c ** Instance transfer method used: 0
0.00/0.11	c ** ParaScipInstance copy increased the number of variables. **
0.24/0.29	c LC is working with racing ramp-up and with rebuilding tree after racing.
0.24/0.29	c                                Nodes    Active                                            
0.24/0.29	c      Time          Nodes        Left   Solvers     Best Integer        Best Node        Gap     Best Node(S)     Gap(S)
96.60/5.23	c         5              2           1        20                -           0.0000          -
195.13/10.29	c        10          16275          33        20                -           0.0000          -
296.23/15.32	c        15          20169          22        20                -           0.0000          -
395.47/20.36	c        20              2           1        20                -           0.0000          -
498.66/25.55	c        26             24          23        20                -           0.0000          -
601.68/30.73	c        31           2501         107        20                -           0.0000          -
700.75/35.79	c        36           2669           0        20                -           0.0000          -
801.59/40.84	c        41          45165          34        20                -           0.0000          -
902.60/45.90	c        46            359         125        20                -           0.0000          -
1001.31/50.94	c        51          51096          28        20                -           0.0000          -
1100.38/55.99	c        56          54375          21        20                -           0.0000          -
1202.34/61.04	c        61          57697          23        20                -           0.0000          -
1301.10/66.04	c        66          60370          18        20                -           0.0000          -
1401.66/71.13	c        71           2087         120        20                -           0.0000          -
1500.88/76.18	c        76          68032          19        20                -           0.0000          -
1601.07/81.23	c        81          68987          23        20                -           0.0000          -
1700.09/86.24	c        86          71418          18        20                -           0.0000          -
1798.90/91.28	c        91          74023          18        20                -           0.0000          -
1900.05/96.36	c        96          76737          25        20                -           0.0000          -
2001.15/101.41	c       101           4130         139        20                -           0.0000          -
2102.22/106.53	c       107          82630          21        20                -           0.0000          -
2201.30/111.57	c       112          85496          20        20                -           0.0000          -
2302.31/116.61	c       117          92432          27        20                -           0.0000          -
2401.23/121.66	c       122           7708         148        20                -           0.0000          -
2502.27/126.70	c       127          98508          96        20                -           0.0000          -
2601.34/131.74	c       132         101418          23        20                -           0.0000          -
2702.51/136.81	c       137           8874         158        20                -           0.0000          -
2801.53/141.87	c       142           9211         178        20                -           0.0000          -
2902.54/146.93	c       147         106100          25        20                -           0.0000          -
3001.70/151.98	c       152           9592         184        20                -           0.0000          -
3103.25/157.03	c       157           9990         191        20                -           0.0000          -
3202.16/162.09	c       162         115251          26        20                -           0.0000          -
3303.32/167.14	c       167         117998          17        20                -           0.0000          -
3402.55/172.18	c       172          10512           1        20                -           0.0000          -
3502.91/177.24	c       177         127497          23        20                -           0.0000          -
3604.04/182.30	c       182         129986          24        20                -           0.0000          -
3703.13/187.34	c       187          10853          58        20                -           0.0000          -
3802.29/192.36	c       192          10968          60        20                -           0.0000          -
3901.50/197.39	c       197         138000          29        20                -           0.0000          -
4002.57/202.44	c       202          11171          64        20                -           0.0000          -
4103.75/207.56	c       208          11351          61        20                -           0.0000          -
4204.65/212.63	c       213         143364          23        20                -           0.0000          -
4303.78/217.68	c       218          11499          69        20                -           0.0000          -
4403.05/222.69	c       223         148572          20        20                -           0.0000          -
4503.97/227.76	c       228          11707          72        20                -           0.0000          -
4603.11/232.77	c       233          11729          76        20                -           0.0000          -
4704.14/237.83	c       238          11922          65        20                -           0.0000          -
4805.31/242.92	c       243         159222          20        20                -           0.0000          -
4904.51/247.98	c       248          12090          84        20                -           0.0000          -
5003.40/252.99	c       253         164822          19        20                -           0.0000          -
5102.59/258.02	c       258          12191          86        20                -           0.0000          -
5206.20/263.15	c       263          12553          78        20                -           0.0000          -
5306.58/268.22	c       268          12724          77        20                -           0.0000          -
5405.55/273.27	c       273          12805          77        20                -           0.0000          -
5506.48/278.32	c       278          12928          80        20                -           0.0000          -
5605.36/283.37	c       283          13220          76        20                -           0.0000          -
5706.45/288.42	c       288          13382          60        20                -           0.0000          -
5805.43/293.47	c       293          13673          52        20                -           0.0000          -
5906.11/298.53	c       299          14226          45        20                -           0.0000          -
6005.24/303.58	c       304         190320          19        20                -           0.0000          -
6106.03/308.62	c       309         192541          27        20                -           0.0000          -
6205.12/313.67	c       314         194995          29        20                -           0.0000          -
6306.15/318.73	c       319         197424          21        20                -           0.0000          -
6405.21/323.78	c       324          15671          35        20                -           0.0000          -
6506.08/328.82	c       329          15801          38        20                -           0.0000          -
6605.03/333.89	c       334          15821          35        20                -           0.0000          -
6705.92/338.95	c       339         207641          28        20                -           0.0000          -
6805.05/344.00	c       344          16711          33        20                -           0.0000          -
6906.97/349.06	c       349         212661          15        20                -           0.0000          -
7005.99/354.12	c       354          17333          34        20                -           0.0000          -
7107.09/359.16	c       359          17469          41        20                -           0.0000          -
7207.52/364.23	c       364          17684          40        20                -           0.0000          -
7306.55/369.27	c       369          17834          38        20                -           0.0000          -
7405.66/374.30	c       374         224762          20        20                -           0.0000          -
7506.78/379.33	c       379         227222          21        20                -           0.0000          -
7607.86/384.43	c       384          18807          75        20                -           0.0000          -
7706.94/389.48	c       389         232421          20        20                -           0.0000          -
7807.96/394.53	c       395         235229          29        20                -           0.0000          -
7907.15/399.53	c       400         237654          25        20                -           0.0000          -
8005.86/404.58	c       405          20157          32        20                -           0.0000          -
8106.81/409.64	c       410          20347          34        20                -           0.0000          -
8206.00/414.68	c       415         244717          19        20                -           0.0000          -
8307.13/419.73	c       420         247135          20        20                -           0.0000          -
8406.34/424.76	c       425         249504          14        20                -           0.0000          -
8507.44/429.82	c       430          21066          29        20                -           0.0000          -
8606.64/434.88	c       435          21066          29        20                -           0.0000          -
8707.78/439.94	c       440          21284          26        20                -           0.0000          -
8806.99/444.95	c       445          21553          34        20                -           0.0000          -
8906.03/449.96	c       450          21816          27        20                -           0.0000          -
9005.23/455.00	c       455          22031          24        20                -           0.0000          -
9107.18/460.06	c       460          96665         547        20                -           0.0000          -
9206.34/465.12	c       465          97768         543        20                -           0.0000          -
9307.13/470.16	c       470          22663          42        20                -           0.0000          -
9407.39/475.22	c       475         100109         545        20                -           0.0000          -
9506.36/480.26	c       480          23105          54        20                -           0.0000          -
9607.23/485.32	c       485         102251         507        20                -           0.0000          -
9706.37/490.38	c       490         252155          18        20                -           0.0000          -
9807.54/495.43	c       495          23906          34        20                -           0.0000          -
9906.75/500.48	c       500          24290          37        20                -           0.0000          -
10007.84/505.52	c       506          24305          37        20                -           0.0000          -
10106.91/510.57	c       511         107794         503        20                -           0.0000          -
10208.06/515.63	c       516          24842          34        20                -           0.0000          -
10307.18/520.66	c       521         264327          15        20                -           0.0000          -
10408.33/525.72	c       526         266280          11        20                -           0.0000          -
10507.47/530.77	c       531         112392         498        20                -           0.0000          -
10608.53/535.80	c       536         270128          17        20                -           0.0000          -
10707.70/540.87	c       541          26871          47        20                -           0.0000          -
10808.85/545.93	c       546          27110          35        20                -           0.0000          -
10907.98/550.98	c       551          27706          28        20                -           0.0000          -
11009.70/556.03	c       556         117968         547        20                -           0.0000          -
11108.69/561.08	c       561          28481          45        20                -           0.0000          -
11209.58/566.13	c       566          28611          52        20                -           0.0000          -
11308.53/571.19	c       571          28921          65        20                -           0.0000          -
11408.99/576.25	c       576          29155          59        20                -           0.0000          -
11509.95/581.30	c       581          29428          36        20                -           0.0000          -
11609.04/586.36	c       586          29577          27        20                -           0.0000          -
11710.15/591.42	c       591         125743         516        20                -           0.0000          -
11809.31/596.43	c       596          30047          46        20                -           0.0000          -
11908.40/601.44	c       601          30047          46        20                -           0.0000          -
12007.23/606.46	c       606         297956          14        20                -           0.0000          -
12106.46/611.48	c       611         299789          14        20                -           0.0000          -
12209.54/616.61	c       617         301643          17        20                -           0.0000          -
12308.68/621.68	c       622          31560          43        20                -           0.0000          -
12409.84/626.71	c       627         305293          20        20                -           0.0000          -
12508.87/631.77	c       632         307175          23        20                -           0.0000          -
12610.02/636.83	c       637          32301          42        20                -           0.0000          -
12708.86/641.88	c       642         310913          19        20                -           0.0000          -
12809.95/646.92	c       647          32500          45        20                -           0.0000          -
12908.96/651.98	c       652         314796          17        20                -           0.0000          -
13008.00/657.03	c       657          32950          60        20                -           0.0000          -
13111.76/662.15	c       662          33110          54        20                -           0.0000          -
13212.00/667.20	c       667         143066         510        20                -           0.0000          -
13311.14/672.26	c       672          33718          48        20                -           0.0000          -
13410.35/677.28	c       677          33893          50        20                -           0.0000          -
13509.51/682.30	c       682         325247           9        20                -           0.0000          -
13612.55/687.40	c       687          34325          48        20                -           0.0000          -
13711.64/692.45	c       692          34491          66        20                -           0.0000          -
13812.74/697.51	c       698          34935          87        20                -           0.0000          -
13911.88/702.56	c       703          35552          95        20                -           0.0000          -
14011.05/707.57	c       708         335475          15        20                -           0.0000          -
14112.12/712.66	c       713         153063         490        20                -           0.0000          -
14213.23/717.70	c       718         154163         463        20                -           0.0000          -
14312.36/722.77	c       723         155258         487        20                -           0.0000          -
14413.46/727.81	c       728         381287          15        20                -           0.0000          -
14512.58/732.84	c       733         345170          16        20                -           0.0000          -
14611.77/737.89	c       738          38804          52        20                -           0.0000          -
14712.94/742.90	c       743         348949          20        20                -           0.0000          -
14812.06/747.94	c       748          39147          51        20                -           0.0000          -
14911.10/753.00	c       753         353030          15        20                -           0.0000          -
15010.30/758.01	c       758         355162          21        20                -           0.0000          -
15111.86/763.13	c       763         357140          19        20                -           0.0000          -
15213.01/768.18	c       768          40397          51        20                -           0.0000          -
15315.43/773.30	c       773          40807          51        20                -           0.0000          -
15414.55/778.37	c       778          41216          59        20                -           0.0000          -
15515.73/783.42	c       783          41645          50        20                -           0.0000          -
15614.83/788.46	c       788          42038          55        20                -           0.0000          -
15715.89/793.52	c       794          42215          56        20                -           0.0000          -
15814.97/798.56	c       799          42638          46        20                -           0.0000          -
15916.14/803.62	c       804          42756          48        20                -           0.0000          -
16015.32/808.63	c       809         375084          13        20                -           0.0000          -
16116.36/813.72	c       814          43237          49        20                -           0.0000          -
16215.61/818.78	c       819          43247          47        20                -           0.0000          -
16316.67/823.82	c       824          43779          48        20                -           0.0000          -
16415.78/828.88	c       829         383413          20        20                -           0.0000          -
16516.93/833.95	c       834          44684          54        20                -           0.0000          -
16616.16/839.00	c       839          45130          53        20                -           0.0000          -
16717.99/844.05	c       844          45311          51        20                -           0.0000          -
16817.10/849.10	c       849          45747          98        20                -           0.0000          -
16918.31/854.15	c       854          45747          98        20                -           0.0000          -
17017.33/859.16	c       859          45833         106        20                -           0.0000          -
17117.83/864.23	c       864          45833         106        20                -           0.0000          -
17216.90/869.29	c       869         185591         476        20                -           0.0000          -
17317.86/874.36	c       874         186457         486        20                -           0.0000          -
17418.91/879.42	c       879         187311         493        20                -           0.0000          -
17517.98/884.47	c       884         188175         485        20                -           0.0000          -
17619.06/889.51	c       890         407169          13        20                -           0.0000          -
17718.02/894.51	c       895         409248          13        20                -           0.0000          -
17817.17/899.57	c       900         411371          24        20                -           0.0000          -
17918.25/904.64	c       905          49899          52        20                -           0.0000          -
18017.43/909.69	c       910         415363          15        20                -           0.0000          -
18118.60/914.73	c       915         417228          17        20                -           0.0000          -
18217.76/919.79	c       920         418922          13        20                -           0.0000          -
18318.75/924.83	c       925         420841          13        20                -           0.0000          -
18417.80/929.89	c       930          51961          46        20                -           0.0000          -
18518.90/934.90	c       935         424850          17        20                -           0.0000          -
18617.94/939.92	c       940         426738          15        20                -           0.0000          -
18717.10/944.99	c       945         428673          18        20                -           0.0000          -
18815.94/950.02	c       950          53886          59        20                -           0.0000          -
18917.82/955.07	c       955          53886          59        20                -           0.0000          -
19018.64/960.14	c       960         434547          18        20                -           0.0000          -
19117.79/965.18	c       965         436427          15        20                -           0.0000          -
19217.96/970.21	c       970          55048          49        20                -           0.0000          -
19317.01/975.24	c       975         440228          13        20                -           0.0000          -
19416.05/980.30	c       980         442152          16        20                -           0.0000          -
19517.10/985.30	c       985         465833          17        20                -           0.0000          -
19615.94/990.34	c       990         467974          26        20                -           0.0000          -
19715.15/995.34	c       995          57046          57        20                -           0.0000          -
19816.09/1000.40	c      1000          57636          42        20                -           0.0000          -
19915.27/1005.45	c      1005          58132          42        20                -           0.0000          -
20014.27/1010.49	c      1010         476748          17        20                -           0.0000          -
20115.56/1015.55	c      1016         478664          17        20                -           0.0000          -
20216.50/1020.60	c      1021         480915          20        20                -           0.0000          -
20315.48/1025.65	c      1026         483393          20        20                -           0.0000          -
20414.62/1030.67	c      1031         513305          23        20                -           0.0000          -
20515.74/1035.72	c      1036          61167          75        20                -           0.0000          -
20614.80/1040.73	c      1041         517610          21        20                -           0.0000          -
20715.80/1045.86	c      1046         519852          21        20                -           0.0000          -
20814.60/1050.88	c      1051         522409          21        20                -           0.0000          -
20915.75/1055.98	c      1056          62627          45        20                -           0.0000          -
21017.30/1061.05	c      1061          63346          42        20                -           0.0000          -
21116.59/1066.10	c      1066         501712          22        20                -           0.0000          -
21217.64/1071.15	c      1071         503831          19        20                -           0.0000          -
21318.07/1076.21	c      1076         506017          22        20                -           0.0000          -
21417.22/1081.25	c      1081         508099          19        20                -           0.0000          -
21518.35/1086.32	c      1086          65343          42        20                -           0.0000          -
21617.48/1091.38	c      1091         512863          19        20                -           0.0000          -
21716.61/1096.39	c      1096          65762          48        20                -           0.0000          -
21817.75/1101.41	c      1101         544350          26        20                -           0.0000          -
21916.84/1106.47	c      1106          66300          55        20                -           0.0000          -
22018.01/1111.56	c      1112          66371          56        20                -           0.0000          -
22118.90/1116.63	c      1117         551593          15        20                -           0.0000          -
22217.89/1121.70	c      1122         553878          20        20                -           0.0000          -
22319.01/1126.75	c      1127          67730          99        20                -           0.0000          -
22419.98/1131.80	c      1132         531100          19        20                -           0.0000          -
22518.92/1136.86	c      1137         560906          25        20                -           0.0000          -
22619.76/1141.92	c      1142          69222          75        20                -           0.0000          -
22718.91/1146.98	c      1147          69518          77        20                -           0.0000          -
22818.11/1152.02	c      1152          69587          75        20                -           0.0000          -
22919.96/1157.09	c      1157         542096          16        20                -           0.0000          -
23020.99/1162.14	c      1162          70240          39        20                -           0.0000          -
23120.09/1167.16	c      1167          70240          39        20                -           0.0000          -
23220.44/1172.24	c      1172         548277          14        20                -           0.0000          -
23321.65/1177.31	c      1177         550369          14        20                -           0.0000          -
23420.37/1182.37	c      1182         552575          13        20                -           0.0000          -
23521.40/1187.44	c      1187         554575          13        20                -           0.0000          -
23620.47/1192.50	c      1192         556907          21        20                -           0.0000          -
23721.51/1197.55	c      1198         558817          14        20                -           0.0000          -
23822.61/1202.60	c      1203         560687          15        20                -           0.0000          -
23921.76/1207.65	c      1208         562583          14        20                -           0.0000          -
24022.80/1212.70	c      1213         594408          26        20                -           0.0000          -
24121.85/1217.72	c      1218          75153          34        20                -           0.0000          -
24220.95/1222.74	c      1223         598603          23        20                -           0.0000          -
24322.07/1227.88	c      1228          75845          74        20                -           0.0000          -
24423.15/1232.92	c      1233         572951          17        20                -           0.0000          -
24522.33/1237.98	c      1238          76479          77        20                -           0.0000          -
24621.37/1243.03	c      1243         577402          13        20                -           0.0000          -
24723.31/1248.04	c      1248         609694          22        20                -           0.0000          -
24822.02/1253.09	c      1253          77595          57        20                -           0.0000          -
24920.95/1258.13	c      1258          77599          57        20                -           0.0000          -
25022.12/1263.19	c      1263          77633          59        20                -           0.0000          -
25122.69/1268.24	c      1268         618245          19        20                -           0.0000          -
25221.80/1273.29	c      1273         588351          15        20                -           0.0000          -
25322.91/1278.36	c      1278          78389          62        20                -           0.0000          -
25423.83/1283.41	c      1283         591895          13        20                -           0.0000          -
25522.81/1288.47	c      1288         593687          12        20                -           0.0000          -
25623.77/1293.52	c      1294          79356          61        20                -           0.0000          -
25722.95/1298.58	c      1299         598319          22        20                -           0.0000          -
25822.27/1303.58	c      1304          79729          63        20                -           0.0000          -
25921.29/1308.59	c      1309         602493          23        20                -           0.0000          -
26022.42/1313.66	c      1314         604643          18        20                -           0.0000          -
26123.60/1318.72	c      1319         606868          20        20                -           0.0000          -
26222.79/1323.79	c      1324          81173          78        20                -           0.0000          -
26323.90/1328.83	c      1329         611449          21        20                -           0.0000          -
26423.04/1333.88	c      1334          81704          68        20                -           0.0000          -
26524.22/1338.95	c      1339         615952          19        20                -           0.0000          -
26623.34/1344.00	c      1344          81911          76        20                -           0.0000          -
26725.03/1349.06	c      1349         621050          14        20                -           0.0000          -
26824.26/1354.10	c      1354         623582          19        20                -           0.0000          -
26925.60/1359.15	c      1359         625798          15        20                -           0.0000          -
27025.89/1364.21	c      1364         628025          13        20                -           0.0000          -
27125.08/1369.27	c      1369         630513          22        20                -           0.0000          -
27224.24/1374.29	c      1374         632843          15        20                -           0.0000          -
27325.30/1379.37	c      1379         634948          13        20                -           0.0000          -
27424.25/1384.39	c      1384          85407          77        20                -           0.0000          -
27525.40/1389.48	c      1389          85751          75        20                -           0.0000          -
27626.31/1394.52	c      1395          86183          68        20                -           0.0000          -
27725.57/1399.57	c      1400          86368          76        20                -           0.0000          -
27826.56/1404.63	c      1405         646807          20        20                -           0.0000          -
27925.50/1409.68	c      1410         649080          14        20                -           0.0000          -
28024.50/1414.69	c      1415         651035           8        20                -           0.0000          -
28125.25/1419.77	c      1420         653130           6        20                -           0.0000          -
28226.39/1424.85	c      1425          87971          69        20                -           0.0000          -
28327.32/1429.92	c      1430          88257          66        20                -           0.0000          -
28426.21/1434.98	c      1435         659582          22        20                -           0.0000          -
28524.85/1440.03	c      1440         661584          14        20                -           0.0000          -
28626.61/1445.08	c      1445         663887          17        20                -           0.0000          -
28725.51/1450.14	c      1450         696390          21        20                -           0.0000          -
28826.33/1455.18	c      1455         668330          17        20                -           0.0000          -
28926.71/1460.23	c      1460          90641          64        20                -           0.0000          -
29025.70/1465.28	c      1465         672567          15        20                -           0.0000          -
29124.39/1470.30	c      1470         674455          12        20                -           0.0000          -
29225.20/1475.34	c      1475          91734          63        20                -           0.0000          -
29324.25/1480.36	c      1480          92038          67        20                -           0.0000          -
29423.17/1485.37	c      1485         680551          15        20                -           0.0000          -
29524.08/1490.42	c      1490         302738         444        20                -           0.0000          -
29625.34/1495.51	c      1496         684601          17        20                -           0.0000          -
29724.14/1500.54	c      1501          93443          70        20                -           0.0000          -
29823.23/1505.58	c      1506          93458          66        20                -           0.0000          -
29924.32/1510.65	c      1511          93863          64        20                -           0.0000          -
30025.36/1515.71	c      1516          94501          64        20                -           0.0000          -
30124.37/1520.75	c      1521          95119          82        20                -           0.0000          -
30223.39/1525.77	c      1526         310060         394        20                -           0.0000          -
30324.29/1530.81	c      1531         311115         398        20                -           0.0000          -
30425.30/1535.91	c      1536         701363          14        20                -           0.0000          -
30524.39/1540.97	c      1541          96291          73        20                -           0.0000          -
30623.54/1546.01	c      1546         705438           9        20                -           0.0000          -
30725.32/1551.06	c      1551         707608          14        20                -           0.0000          -
30824.21/1556.11	c      1556         316094         391        20                -           0.0000          -
30925.46/1561.17	c      1561          97710          68        20                -           0.0000          -
31025.99/1566.22	c      1566          97859          75        20                -           0.0000          -
31125.16/1571.24	c      1571         319514         352        20                -           0.0000          -
31224.20/1576.28	c      1576         320565         369        20                -           0.0000          -
31325.26/1581.34	c      1581         321709         364        20                -           0.0000          -
31424.37/1586.36	c      1586          99452          82        20                -           0.0000          -
31525.28/1591.44	c      1591         323878         381        20                -           0.0000          -
31624.32/1596.49	c      1596         325042         366        20                -           0.0000          -
31725.54/1601.57	c      1602         326076         360        20                -           0.0000          -
31826.27/1606.63	c      1607         327051         377        20                -           0.0000          -
31925.20/1611.66	c      1612         101818          92        20                -           0.0000          -
32026.30/1616.76	c      1617         102450          99        20                -           0.0000          -
32127.34/1621.80	c      1622         329711         466        20                -           0.0000          -
32226.39/1626.86	c      1627         330679         449        20                -           0.0000          -
32327.41/1631.94	c      1632         331674         448        20                -           0.0000          -
32426.21/1636.99	c      1637         332774         427        20                -           0.0000          -
32525.30/1642.02	c      1642         333707         404        20                -           0.0000          -
32627.18/1647.07	c      1647         334600         391        20                -           0.0000          -
32725.62/1652.08	c      1652         335578         392        20                -           0.0000          -
32826.66/1657.19	c      1657         106452          62        20                -           0.0000          -
32927.06/1662.24	c      1662         106452          62        20                -           0.0000          -
33026.06/1667.30	c      1667         338694         358        20                -           0.0000          -
33127.10/1672.31	c      1672         339812         348        20                -           0.0000          -
33226.17/1677.35	c      1677         107096          73        20                -           0.0000          -
33327.28/1682.43	c      1682         341956         349        20                -           0.0000          -
33426.38/1687.49	c      1688         767000          19        20                -           0.0000          -
33529.42/1692.61	c      1693         769258          20        20                -           0.0000          -
33628.51/1697.67	c      1698         771356          16        20                -           0.0000          -
33729.52/1702.73	c      1703         108736          79        20                -           0.0000          -
33828.45/1707.75	c      1708         108784          74        20                -           0.0000          -
33929.29/1712.84	c      1713         778058          17        20                -           0.0000          -
34028.11/1717.90	c      1718         780766          17        20                -           0.0000          -
34129.21/1722.93	c      1723         109625          96        20                -           0.0000          -
34228.25/1728.00	c      1728         109776          99        20                -           0.0000          -
34329.95/1733.07	c      1733         109859          96        20                -           0.0000          -
34428.99/1738.11	c      1738         110152         108        20                -           0.0000          -
34530.27/1743.17	c      1743         110582          97        20                -           0.0000          -
34630.47/1748.23	c      1748         794912          14        20                -           0.0000          -
34729.34/1753.27	c      1753         797347          15        20                -           0.0000          -
34830.60/1758.33	c      1758         799680          20        20                -           0.0000          -
34929.54/1763.37	c      1763         801887          23        20                -           0.0000          -
35030.66/1768.41	c      1768         804111          14        20                -           0.0000          -
35129.61/1773.48	c      1773         806322          11        20                -           0.0000          -
35230.60/1778.50	c      1778         808787          22        20                -           0.0000          -
35329.84/1783.58	c      1784         810881          23        20                -           0.0000          -
35430.65/1788.65	c      1789         114123         112        20                -           0.0000          -
35531.76/1793.71	c      1794         114530         114        20                -           0.0000          -
35630.64/1798.76	c      1799         114919         104        20                -           0.0000          -
35731.60/1803.83	c      1804         115472          96        20                -           0.0000          -
35830.69/1808.85	c      1809         116015          99        20                -           0.0000          -
35931.69/1813.94	c      1814         116172          94        20                -           0.0000          -
36030.78/1818.99	c      1819         116278          90        20                -           0.0000          -
36132.51/1824.03	c      1824         828613          16        20                -           0.0000          -
36231.70/1829.08	c      1829         830888          20        20                -           0.0000          -
36332.60/1834.15	c      1834         832865          13        20                -           0.0000          -
36433.01/1839.20	c      1839         835123          21        20                -           0.0000          -
36532.15/1844.25	c      1844         837457          19        20                -           0.0000          -
36633.26/1849.31	c      1849         839890          17        20                -           0.0000          -
36732.41/1854.35	c      1854         118756         109        20                -           0.0000          -
36833.05/1859.41	c      1859         119191          89        20                -           0.0000          -
36932.15/1864.48	c      1864         119625          99        20                -           0.0000          -
37033.29/1869.55	c      1870         848518          11        20                -           0.0000          -
37132.48/1874.59	c      1875         120338          99        20                -           0.0000          -
37233.70/1879.64	c      1880         120338          99        20                -           0.0000          -
37332.77/1884.66	c      1885         120338          99        20                -           0.0000          -
37431.79/1889.67	c      1890         856476          12        20                -           0.0000          -
37532.97/1894.71	c      1895         858433          13        20                -           0.0000          -
37631.69/1899.75	c      1900         386571         159        20                -           0.0000          -
37732.50/1904.81	c      1905         387610         143        20                -           0.0000          -
37831.59/1909.86	c      1910         388625         155        20                -           0.0000          -
37932.60/1914.93	c      1915         389729         147        20                -           0.0000          -
38031.60/1919.99	c      1920         122653          91        20                -           0.0000          -
38130.67/1925.04	c      1925         123040          83        20                -           0.0000          -
38232.32/1930.09	c      1930         393148         150        20                -           0.0000          -
38333.47/1935.13	c      1935         394255         143        20                -           0.0000          -
38433.87/1940.21	c      1940         395314         146        20                -           0.0000          -
38533.06/1945.27	c      1945         124352          83        20                -           0.0000          -
38631.97/1950.29	c      1950         881732          17        20                -           0.0000          -
38733.10/1955.33	c      1955         883677          15        20                -           0.0000          -
38832.12/1960.37	c      1960         885870          12        20                -           0.0000          -
38931.27/1965.38	c      1965         125905          95        20                -           0.0000          -
39030.31/1970.38	c      1970         125905          95        20                -           0.0000          -
39131.49/1975.48	c      1975         126249          82        20                -           0.0000          -
39232.56/1980.54	c      1981         126764          94        20                -           0.0000          -
39331.76/1985.60	c      1986         127216          97        20                -           0.0000          -
39432.90/1990.64	c      1991         127619          97        20                -           0.0000          -
39534.19/1995.70	c      1996         900648          14        20                -           0.0000          -
39633.48/2000.75	c      2001         902989          17        20                -           0.0000          -
39732.75/2005.78	c      2006         904893          17        20                -           0.0000          -
39834.01/2010.85	c      2011         907177          19        20                -           0.0000          -
39935.29/2015.92	c      2016         128754         130        20                -           0.0000          -
40034.57/2020.96	c      2021         129085         142        20                -           0.0000          -
40133.88/2026.01	c      2026         129086         143        20                -           0.0000          -
40235.75/2031.05	c      2031         915819          24        20                -           0.0000          -
40337.08/2036.14	c      2036         129668         137        20                -           0.0000          -
40437.67/2041.21	c      2041         130048         125        20                -           0.0000          -
40536.96/2046.28	c      2046         130403          95        20                -           0.0000          -
40638.22/2051.33	c      2051         130616          90        20                -           0.0000          -
40737.52/2056.38	c      2056         130636          89        20                -           0.0000          -
40836.77/2061.39	c      2061         131072         123        20                -           0.0000          -
40938.03/2066.47	c      2066         131553         118        20                -           0.0000          -
41039.44/2071.53	c      2072         131957         112        20                -           0.0000          -
41138.55/2076.57	c      2077         132360         115        20                -           0.0000          -
41239.84/2081.62	c      2082         938121          17        20                -           0.0000          -
41339.05/2086.67	c      2087         132944         125        20                -           0.0000          -
41440.28/2091.74	c      2092         133336         118        20                -           0.0000          -
41539.58/2096.75	c      2097         133721         126        20                -           0.0000          -
41640.84/2101.80	c      2102         134026         135        20                -           0.0000          -
41740.14/2106.85	c      2107         948636          22        20                -           0.0000          -
41841.41/2111.90	c      2112         134462         150        20                -           0.0000          -
41940.71/2116.95	c      2117         952481          16        20                -           0.0000          -
42039.98/2122.03	c      2122         954526          15        20                -           0.0000          -
42141.80/2127.07	c      2127         135130         117        20                -           0.0000          -
42241.21/2132.12	c      2132         135404         112        20                -           0.0000          -
42342.21/2137.17	c      2137         436799         132        20                -           0.0000          -
42442.97/2142.23	c      2142         135876         116        20                -           0.0000          -
42542.24/2147.28	c      2147         965183          22        20                -           0.0000          -
42643.50/2152.35	c      2152         967173          20        20                -           0.0000          -
42744.77/2157.42	c      2157         969367          19        20                -           0.0000          -
42844.06/2162.48	c      2162         971771          21        20                -           0.0000          -
42945.52/2167.56	c      2168         443200         140        20                -           0.0000          -
43046.63/2172.60	c      2173         444229         148        20                -           0.0000          -
43145.90/2177.63	c      2178         445285         188        20                -           0.0000          -
43247.17/2182.71	c      2183         446405         151        20                -           0.0000          -
43346.44/2187.72	c      2188         447460         150        20                -           0.0000          -
43447.72/2192.80	c      2193         448631         144        20                -           0.0000          -
43547.01/2197.87	c      2198         449695         159        20                -           0.0000          -
43648.27/2202.92	c      2203         450739         159        20                -           0.0000          -
43747.53/2207.97	c      2208         451849         157        20                -           0.0000          -
43846.80/2212.99	c      2213         453011         145        20                -           0.0000          -
43948.64/2218.06	c      2218         454096         137        20                -           0.0000          -
44049.91/2223.13	c      2223         141579          94        20                -           0.0000          -
44149.26/2228.18	c      2228         141997         108        20                -           0.0000          -
44249.81/2233.21	c      2233         142631         108        20                -           0.0000          -
44349.07/2238.28	c      2238         458244         132        20                -           0.0000          -
44450.34/2243.34	c      2243         143488         100        20                -           0.0000          -
44549.63/2248.38	c      2248         143488         100        20                -           0.0000          -
44650.91/2253.44	c      2253         143673          98        20                -           0.0000          -
44752.19/2258.51	c      2259         143804          98        20                -           0.0000          -
44851.60/2263.58	c      2264         143804          98        20                -           0.0000          -
44952.64/2268.63	c      2269         464491         137        20                -           0.0000          -
45051.93/2273.66	c      2274         144553          98        20                -           0.0000          -
45153.15/2278.73	c      2279         466770         148        20                -           0.0000          -
45252.40/2283.79	c      2284         468002         144        20                -           0.0000          -
45353.56/2288.82	c      2289         469019         158        20                -           0.0000          -
45452.78/2293.87	c      2294         470139         147        20                -           0.0000          -
45553.95/2298.93	c      2299         146212          95        20                -           0.0000          -
45653.19/2303.97	c      2304         472411         152        20                -           0.0000          -
45755.00/2309.03	c      2309         473545         155        20                -           0.0000          -
45854.15/2314.09	c      2314         474761         157        20                -           0.0000          -
45955.33/2319.14	c      2319         475970         149        20                -           0.0000          -
46054.63/2324.15	c      2324         477020         152        20                -           0.0000          -
46153.92/2329.19	c      2329         478122         157        20                -           0.0000          -
46254.56/2334.25	c      2334         148736          98        20                -           0.0000          -
46353.63/2339.30	c      2339         148736          98        20                -           0.0000          -
46454.89/2344.35	c      2344         481397         152        20                -           0.0000          -
46554.16/2349.39	c      2349         149415         104        20                -           0.0000          -
46655.40/2354.47	c      2354         149751         103        20                -           0.0000          -
46756.81/2359.51	c      2360         149849         101        20                -           0.0000          -
46855.98/2364.56	c      2365         485956         143        20                -           0.0000          -
46957.18/2369.66	c      2370         487029         140        20                -           0.0000          -
47058.44/2374.71	c      2375         150381          99        20                -           0.0000          -
47159.70/2379.81	c      2380         150464          99        20                -           0.0000          -
47258.97/2384.87	c      2385         150757          93        20                -           0.0000          -
47360.24/2389.91	c      2390         151192         107        20                -           0.0000          -
47459.50/2394.96	c      2395         151600         104        20                -           0.0000          -
47558.76/2399.98	c      2400         493458         132        20                -           0.0000          -
47660.44/2405.04	c      2405         494574         147        20                -           0.0000          -
47759.81/2410.13	c      2410         152524          97        20                -           0.0000          -
47861.19/2415.15	c      2415         152524          97        20                -           0.0000          -
47961.78/2420.23	c      2420        1081705          20        20                -           0.0000          -
48061.03/2425.30	c      2425        1083789          16        20                -           0.0000          -
48162.19/2430.34	c      2430        1086035          15        20                -           0.0000          -
48261.39/2435.37	c      2435         154137         108        20                -           0.0000          -
48362.66/2440.43	c      2440        1090362          19        20                -           0.0000          -
48461.94/2445.47	c      2445        1092352          12        20                -           0.0000          -
48561.21/2450.48	c      2450         155029         114        20                -           0.0000          -
48662.43/2455.54	c      2456         155061         100        20                -           0.0000          -
48763.71/2460.69	c      2461         155183         105        20                -           0.0000          -
48862.95/2465.70	c      2466         155592         101        20                -           0.0000          -
48964.20/2470.73	c      2471         155736          95        20                -           0.0000          -
49065.46/2475.84	c      2476        1104605           8        20                -           0.0000          -
49164.77/2480.89	c      2481        1106593          13        20                -           0.0000          -
49266.06/2485.94	c      2486         156560         112        20                -           0.0000          -
49365.28/2490.99	c      2491         156649         108        20                -           0.0000          -
49467.03/2496.04	c      2496         157054         104        20                -           0.0000          -
49566.49/2501.09	c      2501         157472         107        20                -           0.0000          -
49667.79/2506.16	c      2506        1117284          11        20                -           0.0000          -
49768.30/2511.23	c      2511        1119382          21        20                -           0.0000          -
49867.50/2516.29	c      2516         158442         122        20                -           0.0000          -
49966.70/2521.30	c      2521         158595         120        20                -           0.0000          -
50067.94/2526.32	c      2526         159105         123        20                -           0.0000          -
50167.22/2531.37	c      2531         159246         123        20                -           0.0000          -
50268.51/2536.43	c      2536         159459         115        20                -           0.0000          -
50367.76/2541.48	c      2541         159915         110        20                -           0.0000          -
50469.01/2546.54	c      2547         159915         110        20                -           0.0000          -
50568.42/2551.59	c      2552        1135576          14        20                -           0.0000          -
50669.51/2556.65	c      2557        1137566          11        20                -           0.0000          -
50770.74/2561.74	c      2562        1139642          18        20                -           0.0000          -
50870.00/2566.78	c      2567         161446         101        20                -           0.0000          -
50971.25/2571.84	c      2572         161446         101        20                -           0.0000          -
51070.52/2576.84	c      2577         161573         103        20                -           0.0000          -
51169.78/2581.86	c      2582         161762         119        20                -           0.0000          -
51271.01/2586.90	c      2587         162202         111        20                -           0.0000          -
51370.21/2591.91	c      2592         162507         113        20                -           0.0000          -
51469.45/2596.97	c      2597         538051         109        20                -           0.0000          -
51568.70/2602.01	c      2602         539107         107        20                -           0.0000          -
51670.45/2607.09	c      2607         540165         107        20                -           0.0000          -
51773.09/2612.24	c      2612         164083         102        20                -           0.0000          -
51872.31/2617.29	c      2617         164545         105        20                -           0.0000          -
51973.56/2622.35	c      2622         164924         122        20                -           0.0000          -
52074.70/2627.40	c      2627         165443         131        20                -           0.0000          -
52173.98/2632.47	c      2632         165633         132        20                -           0.0000          -
52275.23/2637.52	c      2638        1171918          14        20                -           0.0000          -
52374.54/2642.57	c      2643        1173981          16        20                -           0.0000          -
52475.80/2647.61	c      2648         166783         113        20                -           0.0000          -
52575.11/2652.66	c      2653         166992         110        20                -           0.0000          -
52674.46/2657.69	c      2658         167266         108        20                -           0.0000          -
52775.81/2662.76	c      2663         167266         108        20                -           0.0000          -
52877.12/2667.81	c      2668        1184398          11        20                -           0.0000          -
52976.43/2672.84	c      2673         554392         115        20                -           0.0000          -
53077.72/2677.93	c      2678         555605         106        20                -           0.0000          -
53177.03/2682.97	c      2683         556665         106        20                -           0.0000          -
53278.86/2688.09	c      2688         169358         109        20                -           0.0000          -
53380.20/2693.14	c      2693         169859         131        20                -           0.0000          -
53479.70/2698.19	c      2698        1196408          19        20                -           0.0000          -
53580.31/2703.24	c      2703        1198557          24        20                -           0.0000          -
53679.65/2708.27	c      2708         561975          99        20                -           0.0000          -
53780.99/2713.33	c      2713         171053         110        20                -           0.0000          -
53882.33/2718.42	c      2718         564216          96        20                -           0.0000          -
53981.70/2723.46	c      2723         565217          90        20                -           0.0000          -
54083.04/2728.53	c      2729         566337          83        20                -           0.0000          -
54182.40/2733.57	c      2734         567454          81        20                -           0.0000          -
54283.71/2738.62	c      2739         568423          82        20                -           0.0000          -
54383.05/2743.67	c      2744         569481          73        20                -           0.0000          -
54484.41/2748.72	c      2749         570670          76        20                -           0.0000          -
54583.76/2753.76	c      2754         571802          57        20                -           0.0000          -
54685.07/2758.83	c      2759         572915          52        20                -           0.0000          -
54784.41/2763.84	c      2764         573646          58        20                -           0.0000          -
54883.76/2768.85	c      2769         574815          55        20                -           0.0000          -
54983.10/2773.88	c      2774         176209         124        20                -           0.0000          -
55084.41/2778.93	c      2779         176834         132        20                -           0.0000          -
55183.73/2783.99	c      2784         177423         122        20                -           0.0000          -
55285.53/2789.04	c      2789         579162          40        20                -           0.0000          -
55384.85/2794.07	c      2794         177896         110        20                -           0.0000          -
55486.21/2799.14	c      2799         581445          45        20                -           0.0000          -
55585.82/2804.19	c      2804         178207         117        20                -           0.0000          -
55686.43/2809.24	c      2809         178228         117        20                -           0.0000          -
55785.79/2814.29	c      2814         178763         116        20                -           0.0000          -
55887.10/2819.36	c      2819         179258         122        20                -           0.0000          -
55986.42/2824.36	c      2824         179835         116        20                -           0.0000          -
56087.75/2829.46	c      2829         179835         116        20                -           0.0000          -
56187.08/2834.49	c      2834         589720          63        20                -           0.0000          -
56288.52/2839.55	c      2840         180687         121        20                -           0.0000          -
56389.70/2844.61	c      2845         181321         134        20                -           0.0000          -
56489.03/2849.64	c      2850         181841         111        20                -           0.0000          -
56590.36/2854.70	c      2855         182027         118        20                -           0.0000          -
56689.77/2859.75	c      2860         182111         118        20                -           0.0000          -
56789.19/2864.79	c      2865         182593         111        20                -           0.0000          -
56890.40/2869.85	c      2870         182946         120        20                -           0.0000          -
56991.74/2874.92	c      2875         598865         154        20                -           0.0000          -
57091.07/2879.96	c      2880         599896         153        20                -           0.0000          -
57190.39/2885.02	c      2885         600963         181        20                -           0.0000          -
57292.46/2890.07	c      2890         602022         214        20                -           0.0000          -
57393.64/2895.13	c      2895         184442         131        20                -           0.0000          -
57493.13/2900.18	c      2900         184553         131        20                -           0.0000          -
57593.74/2905.20	c      2905         185050         120        20                -           0.0000          -
57693.12/2910.23	c      2910         185452         128        20                -           0.0000          -
57792.48/2915.29	c      2915         185818         161        20                -           0.0000          -
57891.81/2920.30	c      2920         186099         173        20                -           0.0000          -
57993.17/2925.34	c      2925         186274         170        20                -           0.0000          -
58094.48/2930.46	c      2930         186274         170        20                -           0.0000          -
58195.97/2935.58	c      2936        1297714          15        20                -           0.0000          -
58297.11/2940.64	c      2941         187067         166        20                -           0.0000          -
58398.41/2945.79	c      2946         187707         126        20                -           0.0000          -
58499.72/2950.84	c      2951         188244         144        20                -           0.0000          -
58601.03/2955.91	c      2956         188534         144        20                -           0.0000          -
58700.40/2960.94	c      2961        1308682           8        20                -           0.0000          -
58802.30/2966.05	c      2966        1311127          16        20                -           0.0000          -
58903.64/2971.15	c      2971         189488         125        20                -           0.0000          -
59003.20/2976.19	c      2976         189943         132        20                -           0.0000          -
59103.78/2981.25	c      2981         190089         128        20                -           0.0000          -
59203.07/2986.27	c      2986         190559         137        20                -           0.0000          -
59304.42/2991.34	c      2991         190559         137        20                -           0.0000          -
59405.77/2996.40	c      2996        1324606          20        20                -           0.0000          -
59505.12/3001.47	c      3001        1326689          16        20                -           0.0000          -
59606.48/3006.53	c      3007         191953         133        20                -           0.0000          -
59705.83/3011.58	c      3012         192496         132        20                -           0.0000          -
59807.14/3016.65	c      3017         193126         131        20                -           0.0000          -
59908.48/3021.72	c      3022         193722         129        20                -           0.0000          -
60007.81/3026.74	c      3027         194250         124        20                -           0.0000          -
60109.17/3031.81	c      3032         194862         127        20                -           0.0000          -
60208.51/3036.86	c      3037         195425         139        20                -           0.0000          -
60309.86/3041.93	c      3042         196045         128        20                -           0.0000          -
60411.81/3047.04	c      3047         196270         126        20                -           0.0000          -
60511.13/3052.12	c      3052         196573         132        20                -           0.0000          -
60612.55/3057.17	c      3057         196999         130        20                -           0.0000          -
60711.82/3062.19	c      3062         197385         126        20                -           0.0000          -
60812.63/3067.29	c      3067        1354531          16        20                -           0.0000          -
60913.96/3072.30	c      3072        1356670          15        20                -           0.0000          -
61013.29/3077.38	c      3077        1358610          11        20                -           0.0000          -
61114.62/3082.44	c      3082        1360788          14        20                -           0.0000          -
61213.99/3087.49	c      3087        1362881          13        20                -           0.0000          -
61315.32/3092.54	c      3093        1365162          13        20                -           0.0000          -
61414.65/3097.59	c      3098         200903         127        20                -           0.0000          -
61516.00/3102.65	c      3103        1369499          10        20                -           0.0000          -
61617.33/3107.71	c      3108        1371733          13        20                -           0.0000          -
61716.69/3112.75	c      3113        1373813           6        20                -           0.0000          -
61818.00/3117.80	c      3118         202126         122        20                -           0.0000          -
61917.34/3122.86	c      3123        1377963           7        20                -           0.0000          -
62018.66/3127.90	c      3128        1380577          25        20                -           0.0000          -
62118.02/3132.92	c      3133         203095         134        20                -           0.0000          -
62217.38/3137.96	c      3138         203119         132        20                -           0.0000          -
62316.71/3142.97	c      3143         203593         131        20                -           0.0000          -
62416.08/3148.03	c      3148        1389559          20        20                -           0.0000          -
62517.91/3153.09	c      3153         203863         134        20                -           0.0000          -
62619.41/3158.13	c      3158        1393811          21        20                -           0.0000          -
62718.58/3163.15	c      3163        1395794          23        20                -           0.0000          -
62818.15/3168.18	c      3168        1397750          15        20                -           0.0000          -
62918.69/3173.22	c      3173        1399853          19        20                -           0.0000          -
63018.01/3178.24	c      3178         205595         133        20                -           0.0000          -
63117.35/3183.29	c      3183         205946         133        20                -           0.0000          -
63218.74/3188.32	c      3188         670220          55        20                -           0.0000          -
63318.09/3193.38	c      3193        1408706          15        20                -           0.0000          -
63417.36/3198.40	c      3198         672793          50        20                -           0.0000          -
63518.71/3203.48	c      3203         207232         154        20                -           0.0000          -
63620.04/3208.53	c      3209         675149          44        20                -           0.0000          -
63721.35/3213.60	c      3214         207749         166        20                -           0.0000          -
63820.69/3218.61	c      3219         677237          48        20                -           0.0000          -
63922.01/3223.71	c      3224         678196          58        20                -           0.0000          -
64021.33/3228.76	c      3229         208547         207        20                -           0.0000          -
64120.65/3233.77	c      3234         680107          62        20                -           0.0000          -
64221.97/3238.82	c      3239         680951          55        20                -           0.0000          -
64323.30/3243.93	c      3244         681947          51        20                -           0.0000          -
64422.65/3249.03	c      3249         682872          61        20                -           0.0000          -
64524.50/3254.11	c      3254         683732          54        20                -           0.0000          -
64625.86/3259.16	c      3259         684571          49        20                -           0.0000          -
64726.61/3264.21	c      3264         685392          53        20                -           0.0000          -
64825.91/3269.22	c      3269         686197          50        20                -           0.0000          -
64925.26/3274.25	c      3274         213067         159        20                -           0.0000          -
65026.60/3279.36	c      3279         213619         155        20                -           0.0000          -
65127.94/3284.43	c      3284         688863          44        20                -           0.0000          -
65227.27/3289.49	c      3289         689778          57        20                -           0.0000          -
65328.62/3294.54	c      3295         690869          59        20                -           0.0000          -
65429.94/3299.61	c      3300         692043          65        20                -           0.0000          -
65529.28/3304.66	c      3305         692813          69        20                -           0.0000          -
65628.62/3309.69	c      3310         215603         152        20                -           0.0000          -
65729.93/3314.77	c      3315         215802         157        20                -           0.0000          -
65831.26/3319.86	c      3320         216165         160        20                -           0.0000          -
65932.57/3324.91	c      3325         696228          73        20                -           0.0000          -
66031.91/3329.94	c      3330         697085          86        20                -           0.0000          -
66133.75/3335.04	c      3335         217349         158        20                -           0.0000          -
66233.00/3340.05	c      3340         698752          69        20                -           0.0000          -
66332.65/3345.13	c      3345         699520          79        20                -           0.0000          -
66435.23/3350.23	c      3350         700333          60        20                -           0.0000          -
66534.59/3355.28	c      3355         701185          66        20                -           0.0000          -
66635.90/3360.33	c      3360         219264         157        20                -           0.0000          -
66735.22/3365.38	c      3365         703072          79        20                -           0.0000          -
66836.54/3370.41	c      3370         219740         160        20                -           0.0000          -
66935.85/3375.48	c      3375         705017          82        20                -           0.0000          -
67037.19/3380.53	c      3381         705945         100        20                -           0.0000          -
67136.50/3385.57	c      3386         220482         158        20                -           0.0000          -
67237.71/3390.64	c      3391         220846         165        20                -           0.0000          -
67337.05/3395.67	c      3396         221210         157        20                -           0.0000          -
67438.38/3400.74	c      3401         221341         153        20                -           0.0000          -
67539.71/3405.81	c      3406         710604          66        20                -           0.0000          -
67639.05/3410.86	c      3411         711504          66        20                -           0.0000          -
67740.36/3415.92	c      3416         712392          60        20                -           0.0000          -
67839.70/3420.97	c      3421         222734         152        20                -           0.0000          -
67939.02/3426.02	c      3426         223152         155        20                -           0.0000          -
68040.88/3431.08	c      3431         223602         150        20                -           0.0000          -
68142.18/3436.14	c      3436         224103         151        20                -           0.0000          -
68241.50/3441.19	c      3441         224740         160        20                -           0.0000          -
68342.29/3446.25	c      3446         225197         167        20                -           0.0000          -
68443.51/3451.31	c      3451         225742         164        20                -           0.0000          -
68542.83/3456.35	c      3456         226320         169        20                -           0.0000          -
68644.15/3461.40	c      3461        1520614          13        20                -           0.0000          -
68743.47/3466.41	c      3466        1522519          26        20                -           0.0000          -
68842.82/3471.48	c      3471         227546         157        20                -           0.0000          -
68944.13/3476.54	c      3477         227889         149        20                -           0.0000          -
69043.50/3481.54	c      3482         228433         158        20                -           0.0000          -
69144.84/3486.61	c      3487         228937         162        20                -           0.0000          -
69246.17/3491.70	c      3492         229491         155        20                -           0.0000          -
69345.50/3496.72	c      3497        1535924          16        20                -           0.0000          -
69446.81/3501.81	c      3502        1538171          11        20                -           0.0000          -
69546.16/3506.82	c      3507        1540441          14        20                -           0.0000          -
69645.49/3511.88	c      3512        1542619          14        20                -           0.0000          -
69746.79/3516.91	c      3517         231732         160        20                -           0.0000          -
69846.14/3521.97	c      3522        1547412          52        20                -           0.0000          -
69945.48/3526.99	c      3527        1549739          23        20                -           0.0000          -
70047.40/3532.08	c      3532        1551701          15        20                -           0.0000          -
70146.70/3537.10	c      3537        1553740          14        20                -           0.0000          -
70248.11/3542.18	c      3542         233779         160        20                -           0.0000          -
70348.70/3547.23	c      3547         234163         157        20                -           0.0000          -
70447.99/3552.28	c      3552         234180         158        20                -           0.0000          -
70549.29/3557.37	c      3557         234454         155        20                -           0.0000          -
70650.64/3562.43	c      3562        1563817           9        20                -           0.0000          -
70750.12/3567.50	c      3568        1565846          11        20                -           0.0000          -
70851.17/3572.58	c      3573        1567926          14        20                -           0.0000          -
70952.40/3577.63	c      3578        1570226          10        20                -           0.0000          -
71051.71/3582.70	c      3583        1572098          10        20                -           0.0000          -
71153.02/3587.71	c      3588        1574327          15        20                -           0.0000          -
71254.32/3592.81	c      3593        1576237          11        20                -           0.0000          -
71353.64/3597.87	c      3598        1578401          18        20                -           0.0000          -
71454.93/3602.91	c      3603        1580338          16        20                -           0.0000          -
71554.22/3607.99	c      3608        1582456          13        20                -           0.0000          -
71656.06/3613.03	c      3613        1584368          19        20                -           0.0000          -
71755.43/3618.09	c      3618        1586485          12        20                -           0.0000          -
71854.79/3623.09	c      3623        1588481          15        20                -           0.0000          -
71954.03/3628.11	c      3628         241505         160        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 (187408 MiB free)
  memory of node 1: 193531 MiB (188350 MiB free)
  memory of node 2: 193531 MiB (189997 MiB free)
  memory of node 3: 193493 MiB (188695 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-4465794-1722587432/watcher-4465794-1722587432 -o /tmp/evaluation-result-4465794-1722587432/solver-4465794-1722587432 -C 72000 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeD104-1722578068-152141 --watchdog 3760 ./fscip settings/racing.prm HOME/instance-4465794-1722587432.opb -qsol -t 72000 -sth 20 

running on 20 cores: 0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76

CPU governors:
  performance: 0 4 8 12 16 20 24 28 32 36 40 44 48 52 56 60 64 68 72 76

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


[startup+0.100103 s]*
/proc/loadavg: 78.57 80.00 79.85 63/990 160158
/proc/meminfo: memFree=772520500/790760800 swapFree=131071996/131071996
[pid=160157] ppid=160154 vsize=1557332 memory=72360 CPUtime=0.12 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/160157/stat : 160157 (fscip) S 160154 160157 152131 0 -1 1077936128 15067 0 0 0 10 2 0 0 20 0 21 0 25322600 1594707968 18090 809668444160 4194304 16623229 140723100889472 0 0 0 0 0 2 0 0 0 17 60 0 0 0 0 0 18838560 18947056 49590272 140723100894217 140723100894335 140723100894335 140723100901360 0
/proc/160157/statm: 389333 18090 2758 3035 0 59690 0
[pid=160157/tid=160159] ppid=160154 vsize=1557332 memory=8390339637985935414 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/160157/task/160159/stat : 160159 (fscip) R 160154 160157 152131 0 -1 4194368 1718 0 0 0 0 0 0 0 20 0 21 0 25322610 1594707968 18090 809668444160 4194304 16623229 140723100889472 0 0 0 0 0 2 0 0 0 -1 64 0 0 0 0 0 18838560 18947056 49590272 140723100894217 140723100894335 140723100894335 140723100901360 0
[pid=160157/tid=160160] ppid=160154 vsize=1557332 memory=32309 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/160157/task/160160/stat : 160160 (fscip) S 160154 160157 152131 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 25322610 1594707968 18090 809668444160 4194304 16623229 140723100889472 0 0 0 0 0 2 0 0 0 -1 0 0 0 0 0 0 18838560 18947056 49590272 140723100894217 140723100894335 140723100894335 140723100901360 0
[pid=160157/tid=160161] ppid=160154 vsize=1557332 memory=55216921903569 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/160157/task/160161/stat : 160161 (fscip) S 160154 160157 152131 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 25322611 1594707968 18090 809668444160 4194304 16623229 140723100889472 0 0 0 0 0 2 0 0 0 -1 0 0 0 0 0 0 18838560 18947056 49590272 140723100894217 140723100894335 140723100894335 140723100901360 0
[pid=160157/tid=160162] ppid=160154 vsize=1557332 memory=52983572464199 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/160157/task/160162/stat : 160162 (fscip) S 160154 160157 152131 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 25322611 1594707968 18090 809668444160 4194304 16623229 140723100889472 0 0 0 0 0 2 0 0 0 -1 0 0 0 0 0 0 18838560 18947056 49590272 140723100894217 140723100894335 140723100894335 140723100901360 0
[pid=160157/tid=160163] ppid=160154 vsize=1557332 memory=59584953975483 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/160157/task/160163/stat : 160163 (fscip) S 160154 160157 152131 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 25322611 1594707968 18090 809668444160 4194304 16623229 140723100889472 0 0 0 0 0 2 0 0 0 -1 4 0 0 0 0 0 18838560 18947056 49590272 140723100894217 140723100894335 140723100894335 140723100901360 0
[pid=160157/tid=160164] ppid=160154 vsize=1557332 memory=58519852418102 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/160157/task/160164/stat : 160164 (fscip) S 160154 160157 152131 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 25322611 1594707968 18090 809668444160 4194304 16623229 140723100889472 0 0 0 0 0 2 0 0 0 -1 8 0 0 0 0 0 18838560 18947056 49590272 140723100894217 140723100894335 140723100894335 140723100901360 0
[pid=160157/tid=160165] ppid=160154 vsize=1557332 memory=15254839894476263 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/160157/task/160165/stat : 160165 (fscip) S 160154 160157 152131 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 25322611 1594707968 18090 809668444160 4194304 16623229 140723100889472 0 0 0 0 0 2 0 0 0 -1 12 0 0 0 0 0 18838560 18947056 49590272 140723100894217 140723100894335 140723100894335 140723100901360 0
[pid=160157/tid=160166] ppid=160154 vsize=1557332 memory=119289 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/160157/task/160166/stat : 160166 (fscip) S 160154 160157 152131 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 25322611 1594707968 18090 809668444160 4194304 16623229 140723100889472 0 0 0 0 0 2 0 0 0 -1 16 0 0 0 0 0 18838560 18947056 49590272 140723100894217 140723100894335 140723100894335 140723100901360 0
[pid=160157/tid=160167] ppid=160154 vsize=1557332 memory=3760568576587858007 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/160157/task/160167/stat : 160167 (fscip) S 160154 160157 152131 0 -1 1077936192 2 0 0 0 0 0 0 0 20 0 21 0 25322611 1594707968 18090 809668444160 4194304 16623229 140723100889472 0 0 0 0 0 2 0 0 0 -1 24 0 0 0 0 0 18838560 18947056 49590272 140723100894217 140723100894335 140723100894335 140723100901360 0
[pid=160157/tid=160168] ppid=160154 vsize=1557332 memory=3474583416064966736 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/160157/task/160168/stat : 160168 (fscip) S 160154 160157 152131 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 25322611 1594707968 18090 809668444160 4194304 16623229 140723100889472 0 0 0 0 0 2 0 0 0 -1 28 0 0 0 0 0 18838560 18947056 49590272 140723100894217 140723100894335 140723100894335 140723100901360 0
[pid=160157/tid=160169] ppid=160154 vsize=1557332 memory=0 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/160157/task/160169/stat : 160169 (fscip) S 160154 160157 152131 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 25322611 1594707968 18090 809668444160 4194304 16623229 140723100889472 0 0 0 0 0 2 0 0 0 -1 32 0 0 0 0 0 18838560 18947056 49590272 140723100894217 140723100894335 140723100894335 140723100901360 0
[pid=160157/tid=160170] ppid=160154 vsize=1557332 memory=0 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/160157/task/160170/stat : 160170 (fscip) S 160154 160157 152131 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 25322611 1594707968 18090 809668444160 4194304 16623229 140723100889472 0 0 0 0 0 2 0 0 0 -1 36 0 0 0 0 0 18838560 18947056 49590272 140723100894217 140723100894335 140723100894335 140723100901360 0
[pid=160157/tid=160171] ppid=160154 vsize=1557332 memory=0 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/160157/task/160171/stat : 160171 (fscip) S 160154 160157 152131 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 25322611 1594707968 18090 809668444160 4194304 16623229 140723100889472 0 0 0 0 0 2 0 0 0 -1 44 0 0 0 0 0 18838560 18947056 49590272 140723100894217 140723100894335 140723100894335 140723100901360 0
[pid=160157/tid=160172] ppid=160154 vsize=1557332 memory=0 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/160157/task/160172/stat : 160172 (fscip) S 160154 160157 152131 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 25322611 1594707968 18090 809668444160 4194304 16623229 140723100889472 0 0 0 0 0 2 0 0 0 -1 56 0 0 0 0 0 18838560 18947056 49590272 140723100894217 140723100894335 140723100894335 140723100901360 0
[pid=160157/tid=160173] ppid=160154 vsize=1557332 memory=0 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/160157/task/160173/stat : 160173 (fscip) S 160154 160157 152131 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 25322611 1594707968 18090 809668444160 4194304 16623229 140723100889472 0 0 0 0 0 2 0 0 0 -1 20 0 0 0 0 0 18838560 18947056 49590272 140723100894217 140723100894335 140723100894335 140723100901360 0
[pid=160157/tid=160174] ppid=160154 vsize=1557332 memory=0 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/160157/task/160174/stat : 160174 (fscip) S 160154 160157 152131 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 25322611 1594707968 18090 809668444160 4194304 16623229 140723100889472 0 0 0 0 0 2 0 0 0 -1 40 0 0 0 0 0 18838560 18947056 49590272 140723100894217 140723100894335 140723100894335 140723100901360 0
[pid=160157/tid=160175] ppid=160154 vsize=1557332 memory=0 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/160157/task/160175/stat : 160175 (fscip) S 160154 160157 152131 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 25322611 1594707968 18090 809668444160 4194304 16623229 140723100889472 0 0 0 0 0 2 0 0 0 -1 48 0 0 0 0 0 18838560 18947056 49590272 140723100894217 140723100894335 140723100894335 140723100901360 0
[pid=160157/tid=160176] ppid=160154 vsize=1557332 memory=0 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/160157/task/160176/stat : 160176 (fscip) S 160154 160157 152131 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 25322611 1594707968 18090 809668444160 4194304 16623229 140723100889472 0 0 0 0 0 2 0 0 0 -1 0 0 0 0 0 0 18838560 18947056 49590272 140723100894217 140723100894335 140723100894335 140723100901360 0
[pid=160157/tid=160177] ppid=160154 vsize=1557332 memory=0 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/160157/task/160177/stat : 160177 (fscip) S 160154 160157 152131 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 25322611 1594707968 18090 809668444160 4194304 16623229 140723100889472 0 0 0 0 0 2 0 0 0 -1 68 0 0 0 0 0 18838560 18947056 49590272 140723100894217 140723100894335 140723100894335 140723100901360 0
[pid=160157/tid=160178] ppid=160154 vsize=1557332 memory=0 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/160157/task/160178/stat : 160178 (fscip) S 160154 160157 152131 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 25322611 1594707968 18090 809668444160 4194304 16623229 140723100889472 0 0 0 0 0 2 0 0 0 -1 72 0 0 0 0 0 18838560 18947056 49590272 140723100894217 140723100894335 140723100894335 140723100901360 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 1557332 KiB
Current children cumulated memory: 72360 KiB

[startup+0.222072 s]*
/proc/loadavg: 78.57 80.00 79.85 62/1010 160178
/proc/meminfo: memFree=772388748/790760800 swapFree=131071996/131071996
[pid=160157] ppid=160154 vsize=1627308 memory=199232 CPUtime=0.24 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/160157/stat : 160157 (fscip) S 160154 160157 152131 0 -1 1077936128 47547 0 0 0 18 6 0 0 20 0 21 0 25322600 1666363392 49808 809668444160 4194304 16623229 140723100889472 0 0 0 0 0 2 0 0 0 17 60 0 0 0 0 0 18838560 18947056 49590272 140723100894217 140723100894335 140723100894335 140723100901360 0
/proc/160157/statm: 406827 49808 2758 3035 0 92540 0
[pid=160157/tid=160159] ppid=160154 vsize=1627308 memory=8318255677412212789 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/160157/task/160159/stat : 160159 (fscip) S 160154 160157 152131 0 -1 1077936192 2428 0 0 0 0 0 0 0 20 0 21 0 25322610 1666363392 49808 809668444160 4194304 16623229 140723100889472 0 0 0 0 0 2 0 0 0 -1 64 0 0 0 0 0 18838560 18947056 49590272 140723100894217 140723100894335 140723100894335 140723100901360 0
[pid=160157/tid=160160] ppid=160154 vsize=1627308 memory=237112656212 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/160157/task/160160/stat : 160160 (fscip) S 160154 160157 152131 0 -1 1077936192 2427 0 0 0 0 0 0 0 20 0 21 0 25322610 1666363392 49808 809668444160 4194304 16623229 140723100889472 0 0 0 0 0 2 0 0 0 -1 60 0 0 0 0 0 18838560 18947056 49590272 140723100894217 140723100894335 140723100894335 140723100901360 0
[pid=160157/tid=160161] ppid=160154 vsize=1627308 memory=59610673479151 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/160157/task/160161/stat : 160161 (fscip) S 160154 160157 152131 0 -1 1077936192 2427 0 0 0 0 0 0 0 20 0 21 0 25322611 1666363392 49808 809668444160 4194304 16623229 140723100889472 0 0 0 0 0 2 0 0 0 -1 0 0 0 0 0 0 18838560 18947056 49590272 140723100894217 140723100894335 140723100894335 140723100901360 0
[pid=160157/tid=160162] ppid=160154 vsize=1627308 memory=57420256935643 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/160157/task/160162/stat : 160162 (fscip) S 160154 160157 152131 0 -1 1077936192 2427 0 0 0 0 0 0 0 20 0 21 0 25322611 1666363392 49808 809668444160 4194304 16623229 140723100889472 0 0 0 0 0 2 0 0 0 -1 0 0 0 0 0 0 18838560 18947056 49590272 140723100894217 140723100894335 140723100894335 140723100901360 0
[pid=160157/tid=160163] ppid=160154 vsize=1627308 memory=52987884240835 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/160157/task/160163/stat : 160163 (fscip) S 160154 160157 152131 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 25322611 1666363392 49808 809668444160 4194304 16623229 140723100889472 0 0 0 0 0 2 0 0 0 -1 4 0 0 0 0 0 18838560 18947056 49590272 140723100894217 140723100894335 140723100894335 140723100901360 0
[pid=160157/tid=160164] ppid=160154 vsize=1627308 memory=61818370608595 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/160157/task/160164/stat : 160164 (fscip) S 160154 160157 152131 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 25322611 1666363392 49808 809668444160 4194304 16623229 140723100889472 0 0 0 0 0 2 0 0 0 -1 8 0 0 0 0 0 18838560 18947056 49590272 140723100894217 140723100894335 140723100894335 140723100901360 0
[pid=160157/tid=160165] ppid=160154 vsize=1627308 memory=15815590824688074 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/160157/task/160165/stat : 160165 (fscip) R 160154 160157 152131 0 -1 4194368 248 0 0 0 0 0 0 0 20 0 21 0 25322611 1666363392 49808 809668444160 4194304 16623229 140723100889472 0 0 0 0 0 2 0 0 0 -1 12 0 0 0 0 0 18838560 18947056 49590272 140723100894217 140723100894335 140723100894335 140723100901360 0
[pid=160157/tid=160166] ppid=160154 vsize=1627308 memory=16099282088442298 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/160157/task/160166/stat : 160166 (fscip) S 160154 160157 152131 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 25322611 1666363392 49808 809668444160 4194304 16623229 140723100889472 0 0 0 0 0 2 0 0 0 -1 16 0 0 0 0 0 18838560 18947056 49590272 140723100894217 140723100894335 140723100894335 140723100901360 0
[pid=160157/tid=160167] ppid=160154 vsize=1627308 memory=4123106147567927376 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/160157/task/160167/stat : 160167 (fscip) S 160154 160157 152131 0 -1 1077936192 2427 0 0 0 0 0 0 0 20 0 21 0 25322611 1666363392 49808 809668444160 4194304 16623229 140723100889472 0 0 0 0 0 2 0 0 0 -1 24 0 0 0 0 0 18838560 18947056 49590272 140723100894217 140723100894335 140723100894335 140723100901360 0
[pid=160157/tid=160168] ppid=160154 vsize=1627308 memory=4122256237964558423 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/160157/task/160168/stat : 160168 (fscip) S 160154 160157 152131 0 -1 1077936192 2427 0 0 0 0 0 0 0 20 0 21 0 25322611 1666363392 49808 809668444160 4194304 16623229 140723100889472 0 0 0 0 0 2 0 0 0 -1 28 0 0 0 0 0 18838560 18947056 49590272 140723100894217 140723100894335 140723100894335 140723100901360 0
[pid=160157/tid=160169] ppid=160154 vsize=1627308 memory=0 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/160157/task/160169/stat : 160169 (fscip) S 160154 160157 152131 0 -1 1077936192 2427 0 0 0 0 0 0 0 20 0 21 0 25322611 1666363392 49808 809668444160 4194304 16623229 140723100889472 0 0 0 0 0 2 0 0 0 -1 32 0 0 0 0 0 18838560 18947056 49590272 140723100894217 140723100894335 140723100894335 140723100901360 0
[pid=160157/tid=160170] ppid=160154 vsize=1627308 memory=0 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/160157/task/160170/stat : 160170 (fscip) S 160154 160157 152131 0 -1 1077936192 2426 0 0 0 0 0 0 0 20 0 21 0 25322611 1666363392 49808 809668444160 4194304 16623229 140723100889472 0 0 0 0 0 2 0 0 0 -1 36 0 0 0 0 0 18838560 18947056 49590272 140723100894217 140723100894335 140723100894335 140723100901360 0
[pid=160157/tid=160171] ppid=160154 vsize=1627308 memory=0 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/160157/task/160171/stat : 160171 (fscip) S 160154 160157 152131 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 25322611 1666363392 49808 809668444160 4194304 16623229 140723100889472 0 0 0 0 0 2 0 0 0 -1 44 0 0 0 0 0 18838560 18947056 49590272 140723100894217 140723100894335 140723100894335 140723100901360 0
[pid=160157/tid=160172] ppid=160154 vsize=1627308 memory=0 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/160157/task/160172/stat : 160172 (fscip) S 160154 160157 152131 0 -1 1077936192 2427 0 0 0 0 0 0 0 20 0 21 0 25322611 1666363392 49808 809668444160 4194304 16623229 140723100889472 0 0 0 0 0 2 0 0 0 -1 56 0 0 0 0 0 18838560 18947056 49590272 140723100894217 140723100894335 140723100894335 140723100901360 0
[pid=160157/tid=160173] ppid=160154 vsize=1627308 memory=0 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/160157/task/160173/stat : 160173 (fscip) S 160154 160157 152131 0 -1 1077936192 2427 0 0 0 0 0 0 0 20 0 21 0 25322611 1666363392 49808 809668444160 4194304 16623229 140723100889472 0 0 0 0 0 2 0 0 0 -1 20 0 0 0 0 0 18838560 18947056 49590272 140723100894217 140723100894335 140723100894335 140723100901360 0
[pid=160157/tid=160174] ppid=160154 vsize=1627308 memory=0 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/160157/task/160174/stat : 160174 (fscip) S 160154 160157 152131 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 25322611 1666363392 49808 809668444160 4194304 16623229 140723100889472 0 0 0 0 0 2 0 0 0 -1 40 0 0 0 0 0 18838560 18947056 49590272 140723100894217 140723100894335 140723100894335 140723100901360 0
[pid=160157/tid=160175] ppid=160154 vsize=1627308 memory=0 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/160157/task/160175/stat : 160175 (fscip) S 160154 160157 152131 0 -1 1077936192 2427 0 0 0 0 0 0 0 20 0 21 0 25322611 1666363392 49808 809668444160 4194304 16623229 140723100889472 0 0 0 0 0 2 0 0 0 -1 48 0 0 0 0 0 18838560 18947056 49590272 140723100894217 140723100894335 140723100894335 140723100901360 0
[pid=160157/tid=160176] ppid=160154 vsize=1627308 memory=0 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/160157/task/160176/stat : 160176 (fscip) S 160154 160157 152131 0 -1 1077936192 2427 0 0 0 0 0 0 0 20 0 21 0 25322611 1666363392 49808 809668444160 4194304 16623229 140723100889472 0 0 0 0 0 2 0 0 0 -1 0 0 0 0 0 0 18838560 18947056 49590272 140723100894217 140723100894335 140723100894335 140723100901360 0
[pid=160157/tid=160177] ppid=160154 vsize=1627308 memory=0 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/160157/task/160177/stat : 160177 (fscip) S 160154 160157 152131 0 -1 1077936192 2426 0 0 0 0 0 0 0 20 0 21 0 25322611 1666363392 49808 809668444160 4194304 16623229 140723100889472 0 0 0 0 0 2 0 0 0 -1 68 0 0 0 0 0 18838560 18947056 49590272 140723100894217 140723100894335 140723100894335 140723100901360 0
[pid=160157/tid=160178] ppid=160154 vsize=1627308 memory=0 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/160157/task/160178/stat : 160178 (fscip) S 160154 160157 152131 0 -1 1077936192 2427 0 0 0 0 0 0 0 20 0 21 0 25322611 1666363392 49808 809668444160 4194304 16623229 140723100889472 0 0 0 0 0 2 0 0 0 -1 72 0 0 0 0 0 18838560 18947056 49590272 140723100894217 140723100894335 140723100894335 140723100901360 0
Current children cumulated CPU time: 0.24 s
Current children cumulated vsize: 1627308 KiB
Current children cumulated memory: 199232 KiB

[startup+0.32024 s]*
/proc/loadavg: 78.57 80.00 79.85 74/1030 160198
/proc/meminfo: memFree=772173720/790760800 swapFree=131071996/131071996
[pid=160157] ppid=160154 vsize=1922588 memory=421724 CPUtime=0.8 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/160157/stat : 160157 (fscip) S 160154 160157 152131 0 -1 1077936128 102478 0 0 0 55 25 0 0 20 0 41 0 25322600 1968730112 105365 809668444160 4194304 16623229 140723100889472 0 0 0 0 0 2 0 0 0 17 60 0 0 0 0 0 18838560 18947056 49590272 140723100894217 140723100894335 140723100894335 140723100901360 0
/proc/160157/statm: 480647 105365 2774 3035 0 194980 0
[pid=160157/tid=160159] ppid=160154 vsize=1922588 memory=140493279336304 CPUtime=0.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/160157/task/160159/stat : 160159 (fscip) D 160154 160157 152131 0 -1 4194368 4393 0 0 0 2 1 0 0 20 0 41 0 25322610 1968730112 105431 809668444160 4194304 16623229 140723100889472 0 0 0 0 0 2 1 0 0 -1 32 0 0 0 0 0 18838560 18947056 49590272 140723100894217 140723100894335 140723100894335 140723100901360 0
[pid=160157/tid=160160] ppid=160154 vsize=1922588 memory=0 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/160157/task/160160/stat : 160160 (fscip) R 160154 160157 152131 0 -1 4194368 4505 0 0 0 2 0 0 0 20 0 41 0 25322610 1968730112 105431 809668444160 4194304 16623229 140723100889472 0 0 0 0 0 2 0 0 0 -1 72 0 0 0 0 0 18838560 18947056 49590272 140723100894217 140723100894335 140723100894335 140723100901360 0
[pid=160157/tid=160161] ppid=160154 vsize=1922588 memory=0 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/160157/task/160161/stat : 160161 (fscip) R 160154 160157 152131 0 -1 4194368 4511 0 0 0 2 0 0 0 20 0 41 0 25322611 1968730112 105431 809668444160 4194304 16623229 140723100889472 0 0 0 0 0 2 0 0 0 -1 28 0 0 0 0 0 18838560 18947056 49590272 140723100894217 140723100894335 140723100894335 140723100901360 0
[pid=160157/tid=160162] ppid=160154 vsize=1922588 memory=0 CPUtime=0.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/160157/task/160162/stat : 160162 (fscip) D 160154 160157 152131 0 -1 4194368 4527 0 0 0 2 1 0 0 20 0 41 0 25322611 1968730112 105431 809668444160 4194304 16623229 140723100889472 0 0 0 0 0 2 1 0 0 -1 20 0 0 0 0 0 18838560 18947056 49590272 140723100894217 140723100894335 140723100894335 140723100901360 0
[pid=160157/tid=160163] ppid=160154 vsize=1922588 memory=0 CPUtime=0.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/160157/task/160163/stat : 160163 (fscip) D 160154 160157 152131 0 -1 4194368 4506 0 0 0 2 1 0 0 20 0 41 0 25322611 1968730112 105431 809668444160 4194304 16623229 140723100889472 0 0 0 0 0 2 1 0 0 -1 44 0 0 0 0 0 18838560 18947056 49590272 140723100894217 140723100894335 140723100894335 140723100901360 0
[pid=160157/tid=160164] ppid=160154 vsize=1922588 memory=0 CPUtime=0.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/160157/task/160164/stat : 160164 (fscip) D 160154 160157 152131 0 -1 4194368 4478 0 0 0 2 1 0 0 20 0 41 0 25322611 1968730112 105431 809668444160 4194304 16623229 140723100889472 0 0 0 0 0 2 1 0 0 -1 16 0 0 0 0 0 18838560 18947056 49590272 140723100894217 140723100894335 140723100894335 140723100901360 0
[pid=160157/tid=160165] ppid=160154 vsize=1922588 memory=2305976550283280418 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/160157/task/160165/stat : 160165 (fscip) R 160154 160157 152131 0 -1 4194368 4445 0 0 0 2 0 0 0 20 0 41 0 25322611 1968730112 105431 809668444160 4194304 16623229 140723100889472 0 0 0 0 0 2 0 0 0 -1 0 0 0 0 0 0 18838560 18947056 49590272 140723100894217 140723100894335 140723100894335 140723100901360 0
[pid=160157/tid=160166] ppid=160154 vsize=1922588 memory=32231 CPUtime=0.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/160157/task/160166/stat : 160166 (fscip) D 160154 160157 152131 0 -1 4194368 4512 0 0 0 2 1 0 0 20 0 41 0 25322611 1968730112 105431 809668444160 4194304 16623229 140723100889472 0 0 0 0 0 2 1 0 0 -1 4 0 0 0 0 0 18838560 18947056 49590272 140723100894217 140723100894335 140723100894335 140723100901360 0
[pid=160157/tid=160167] ppid=160154 vsize=1922588 memory=32561 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/160157/task/160167/stat : 160167 (fscip) R 160154 160157 152131 0 -1 4194368 4436 0 0 0 2 0 0 0 20 0 41 0 25322611 1968730112 105497 809668444160 4194304 16623229 140723100889472 0 0 0 0 0 2 0 0 0 -1 40 0 0 0 0 0 18838560 18947056 49590272 140723100894217 140723100894335 140723100894335 140723100901360 0
[pid=160157/tid=160168] ppid=160154 vsize=1922588 memory=32894 CPUtime=0.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/160157/task/160168/stat : 160168 (fscip) R 160154 160157 152131 0 -1 4194368 4490 0 0 0 2 1 0 0 20 0 41 0 25322611 1968730112 105497 809668444160 4194304 16623229 140723100889472 0 0 0 0 0 2 0 0 0 -1 0 0 0 0 0 0 18838560 18947056 49590272 140723100894217 140723100894335 140723100894335 140723100901360 0
[pid=160157/tid=160169] ppid=160154 vsize=1922588 memory=33224 CPUtime=0.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/160157/task/160169/stat : 160169 (fscip) R 160154 160157 152131 0 -1 4194368 4332 0 0 0 2 1 0 0 20 0 41 0 25322611 1968730112 105497 809668444160 4194304 16623229 140723100889472 0 0 0 0 0 2 0 0 0 -1 64 0 0 0 0 0 18838560 18947056 49590272 140723100894217 140723100894335 140723100894335 140723100901360 0
[pid=160157/tid=160170] ppid=160154 vsize=1922588 memory=61809747119181 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/160157/task/160170/stat : 160170 (fscip) D 160154 160157 152131 0 -1 4194368 4482 0 0 0 1 1 0 0 20 0 41 0 25322611 1968730112 105497 809668444160 4194304 16623229 140723100889472 0 0 0 0 0 2 0 0 0 -1 12 0 0 0 0 0 18838560 18947056 49590272 140723100894217 140723100894335 140723100894335 140723100901360 0
[pid=160157/tid=160171] ppid=160154 vsize=1922588 memory=14415903932594584 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/160157/task/160171/stat : 160171 (fscip) D 160154 160157 152131 0 -1 4194368 4460 0 0 0 1 1 0 0 20 0 41 0 25322611 1968730112 105497 809668444160 4194304 16623229 140723100889472 0 0 0 0 0 2 1 0 0 -1 8 0 0 0 0 0 18838560 18947056 49590272 140723100894217 140723100894335 140723100894335 140723100901360 0
[pid=160157/tid=160172] ppid=160154 vsize=1922588 memory=15538543959270647 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/160157/task/160172/stat : 160172 (fscip) R 160154 160157 152131 0 -1 4194368 4471 0 0 0 1 1 0 0 20 0 41 0 25322611 1968730112 105497 809668444160 4194304 16623229 140723100889472 0 0 0 0 0 2 0 0 0 -1 60 0 0 0 0 0 18838560 18947056 49590272 140723100894217 140723100894335 140723100894335 140723100901360 0
[pid=160157/tid=160173] ppid=160154 vsize=1922588 memory=3474024842683220050 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/160157/task/160173/stat : 160173 (fscip) R 160154 160157 152131 0 -1 4194368 4511 0 0 0 2 0 0 0 20 0 41 0 25322611 1968730112 105497 809668444160 4194304 16623229 140723100889472 0 0 0 0 0 2 0 0 0 -1 56 0 0 0 0 0 18838560 18947056 49590272 140723100894217 140723100894335 140723100894335 140723100901360 0
[pid=160157/tid=160174] ppid=160154 vsize=1922588 memory=498305 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/160157/task/160174/stat : 160174 (fscip) D 160154 160157 152131 0 -1 4194368 4452 0 0 0 2 0 0 0 20 0 41 0 25322611 1968730112 105563 809668444160 4194304 16623229 140723100889472 0 0 0 0 0 2 1 0 0 -1 68 0 0 0 0 0 18838560 18947056 49590272 140723100894217 140723100894335 140723100894335 140723100901360 0
[pid=160157/tid=160175] ppid=160154 vsize=1922588 memory=0 CPUtime=0.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/160157/task/160175/stat : 160175 (fscip) R 160154 160157 152131 0 -1 4194368 4487 0 0 0 2 1 0 0 20 0 41 0 25322611 1968730112 105563 809668444160 4194304 16623229 140723100889472 0 0 0 0 0 2 0 0 0 -1 68 0 0 0 0 0 18838560 18947056 49590272 140723100894217 140723100894335 140723100894335 140723100901360 0
[pid=160157/tid=160176] ppid=160154 vsize=1922588 memory=0 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/160157/task/160176/stat : 160176 (fscip) R 160154 160157 152131 0 -1 4194368 4436 0 0 0 1 1 0 0 20 0 41 0 25322611 1968730112 105563 809668444160 4194304 16623229 140723100889472 0 0 0 0 0 2 0 0 0 -1 36 0 0 0 0 0 18838560 18947056 49590272 140723100894217 140723100894335 140723100894335 140723100901360 0
[pid=160157/tid=160177] ppid=160154 vsize=1922588 memory=0 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/160157/task/160177/stat : 160177 (fscip) R 160154 160157 152131 0 -1 4194368 4300 0 0 0 2 0 0 0 20 0 41 0 25322611 1968730112 105629 809668444160 4194304 16623229 140723100889472 0 0 0 0 0 2 0 0 0 -1 12 0 0 0 0 0 18838560 18947056 49590272 140723100894217 140723100894335 140723100894335 140723100901360 0
[pid=160157/tid=160178] ppid=160154 vsize=1922588 memory=0 CPUtime=0.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/160157/task/160178/stat : 160178 (fscip) R 160154 160157 152131 0 -1 4194368 4505 0 0 0 2 1 0 0 20 0 41 0 25322611 1968730112 105629 809668444160 4194304 16623229 140723100889472 0 0 0 0 0 2 0 0 0 -1 48 0 0 0 0 0 18838560 18947056 49590272 140723100894217 140723100894335 140723100894335 140723100901360 0
[pid=160157/tid=160179] ppid=160154 vsize=1922588 memory=0 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/160157/task/160179/stat : 160179 (fscip) S 160154 160157 152131 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 25322630 1968730112 105629 809668444160 4194304 16623229 140723100889472 0 0 0 0 0 2 1 0 0 -1 52 0 0 0 0 0 18838560 18947056 49590272 140723100894217 140723100894335 140723100894335 140723100901360 0
[pid=160157/tid=160180] ppid=160154 vsize=1922588 memory=0 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/160157/task/160180/stat : 160180 (fscip) S 160154 160157 152131 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 25322630 1968730112 105629 809668444160 4194304 16623229 140723100889472 0 0 0 0 0 2 1 0 0 -1 8 0 0 0 0 0 18838560 18947056 49590272 140723100894217 140723100894335 140723100894335 140723100901360 0
[pid=160157/tid=160181] ppid=160154 vsize=1922588 memory=0 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/160157/task/160181/stat : 160181 (fscip) S 160154 160157 152131 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 25322630 1968730112 105629 809668444160 4194304 16623229 140723100889472 0 0 0 0 0 2 1 0 0 -1 72 0 0 0 0 0 18838560 18947056 49590272 140723100894217 140723100894335 140723100894335 140723100901360 0
[pid=160157/tid=160182] ppid=160154 vsize=1922588 memory=0 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/160157/task/160182/stat : 160182 (fscip) S 160154 160157 152131 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 25322630 1968730112 105629 809668444160 4194304 16623229 140723100889472 0 0 0 0 0 2 1 0 0 -1 52 0 0 0 0 0 18838560 18947056 49590272 140723100894217 140723100894335 140723100894335 140723100901360 0
[pid=160157/tid=160183] ppid=160154 vsize=1922588 memory=0 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/160157/task/160183/stat : 160183 (fscip) S 160154 160157 152131 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 25322630 1968730112 105629 809668444160 4194304 16623229 140723100889472 0 0 0 0 0 2 1 0 0 -1 52 0 0 0 0 0 18838560 18947056 49590272 140723100894217 140723100894335 140723100894335 140723100901360 0
[pid=160157/tid=160184] ppid=160154 vsize=1922588 memory=0 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/160157/task/160184/stat : 160184 (fscip) S 160154 160157 152131 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 25322630 1968730112 105629 809668444160 4194304 16623229 140723100889472 0 0 0 0 0 2 1 0 0 -1 4 0 0 0 0 0 18838560 18947056 49590272 140723100894217 140723100894335 140723100894335 140723100901360 0
[pid=160157/tid=160185] ppid=160154 vsize=1922588 memory=0 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/160157/task/160185/stat : 160185 (fscip) S 160154 160157 152131 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 25322630 1968730112 105629 809668444160 4194304 16623229 140723100889472 0 0 0 0 0 2 1 0 0 -1 4 0 0 0 0 0 18838560 18947056 49590272 140723100894217 140723100894335 140723100894335 140723100901360 0
[pid=160157/tid=160186] ppid=160154 vsize=1922588 memory=0 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/160157/task/160186/stat : 160186 (fscip) S 160154 160157 152131 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 25322630 1968730112 105629 809668444160 4194304 16623229 140723100889472 0 0 0 0 0 2 1 0 0 -1 64 0 0 0 0 0 18838560 18947056 49590272 140723100894217 140723100894335 140723100894335 140723100901360 0

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

/proc/160157/task/160178/stat : 160178 (fscip) R 160154 160157 152131 0 -1 4194368 1559641 0 0 0 355288 357 0 0 20 0 41 0 25322611 7230160896 1478611 809668444160 4194304 16623229 140723100889472 0 0 0 0 0 2 0 0 0 -1 16 0 0 0 0 0 18838560 18947056 49590272 140723100894217 140723100894335 140723100894335 140723100901360 0
[pid=160157/tid=160179] ppid=160154 vsize=7060704 memory=15780 CPUtime=0.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/160157/task/160179/stat : 160179 (fscip) S 160154 160157 152131 0 -1 1077936192 121 0 0 0 3 0 0 0 20 0 41 0 25322630 7230160896 1478611 809668444160 4194304 16623229 140723100889472 0 0 0 0 0 2 1 0 0 -1 28 0 0 0 0 0 18838560 18947056 49590272 140723100894217 140723100894335 140723100894335 140723100901360 0
[pid=160157/tid=160180] ppid=160154 vsize=7060704 memory=25333125866717268 CPUtime=0.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/160157/task/160180/stat : 160180 (fscip) S 160154 160157 152131 0 -1 1077936192 108 0 0 0 3 0 0 0 20 0 41 0 25322630 7230160896 1478611 809668444160 4194304 16623229 140723100889472 0 0 0 0 0 2 1 0 0 -1 28 0 0 0 0 0 18838560 18947056 49590272 140723100894217 140723100894335 140723100894335 140723100901360 0
[pid=160157/tid=160181] ppid=160154 vsize=7060704 memory=6720664350488543336 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/160157/task/160181/stat : 160181 (fscip) S 160154 160157 152131 0 -1 1077936192 108 0 0 0 2 0 0 0 20 0 41 0 25322630 7230160896 1478611 809668444160 4194304 16623229 140723100889472 0 0 0 0 0 2 1 0 0 -1 24 0 0 0 0 0 18838560 18947056 49590272 140723100894217 140723100894335 140723100894335 140723100901360 0
[pid=160157/tid=160182] ppid=160154 vsize=7060704 memory=280986559354688 CPUtime=0.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/160157/task/160182/stat : 160182 (fscip) S 160154 160157 152131 0 -1 1077936192 108 0 0 0 3 0 0 0 20 0 41 0 25322630 7230160896 1478611 809668444160 4194304 16623229 140723100889472 0 0 0 0 0 2 1 0 0 -1 4 0 0 0 0 0 18838560 18947056 49590272 140723100894217 140723100894335 140723100894335 140723100901360 0
[pid=160157/tid=160183] ppid=160154 vsize=7060704 memory=8021895708503296 CPUtime=0.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/160157/task/160183/stat : 160183 (fscip) S 160154 160157 152131 0 -1 1077936192 108 0 0 0 3 0 0 0 20 0 41 0 25322630 7230160896 1478611 809668444160 4194304 16623229 140723100889472 0 0 0 0 0 2 1 0 0 -1 36 0 0 0 0 0 18838560 18947056 49590272 140723100894217 140723100894335 140723100894335 140723100901360 0
[pid=160157/tid=160184] ppid=160154 vsize=7060704 memory=32852 CPUtime=0.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/160157/task/160184/stat : 160184 (fscip) S 160154 160157 152131 0 -1 1077936192 124 0 0 0 3 0 0 0 20 0 41 0 25322630 7230160896 1478611 809668444160 4194304 16623229 140723100889472 0 0 0 0 0 2 1 0 0 -1 12 0 0 0 0 0 18838560 18947056 49590272 140723100894217 140723100894335 140723100894335 140723100901360 0
[pid=160157/tid=160185] ppid=160154 vsize=7060704 memory=0 CPUtime=0.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/160157/task/160185/stat : 160185 (fscip) S 160154 160157 152131 0 -1 1077936192 113 0 0 0 3 0 0 0 20 0 41 0 25322630 7230160896 1478611 809668444160 4194304 16623229 140723100889472 0 0 0 0 0 2 1 0 0 -1 56 0 0 0 0 0 18838560 18947056 49590272 140723100894217 140723100894335 140723100894335 140723100901360 0
[pid=160157/tid=160186] ppid=160154 vsize=7060704 memory=280986561220256 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/160157/task/160186/stat : 160186 (fscip) S 160154 160157 152131 0 -1 1077936192 110 0 0 0 2 0 0 0 20 0 41 0 25322630 7230160896 1478611 809668444160 4194304 16623229 140723100889472 0 0 0 0 0 2 1 0 0 -1 52 0 0 0 0 0 18838560 18947056 49590272 140723100894217 140723100894335 140723100894335 140723100901360 0
[pid=160157/tid=160187] ppid=160154 vsize=7060704 memory=29273809900535888 CPUtime=0.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/160157/task/160187/stat : 160187 (fscip) S 160154 160157 152131 0 -1 1077936192 123 0 0 0 3 0 0 0 20 0 41 0 25322630 7230160896 1478611 809668444160 4194304 16623229 140723100889472 0 0 0 0 0 2 1 0 0 -1 0 0 0 0 0 0 18838560 18947056 49590272 140723100894217 140723100894335 140723100894335 140723100901360 0
[pid=160157/tid=160188] ppid=160154 vsize=7060704 memory=11572 CPUtime=0.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/160157/task/160188/stat : 160188 (fscip) S 160154 160157 152131 0 -1 1077936192 108 0 0 0 3 0 0 0 20 0 41 0 25322630 7230160896 1478611 809668444160 4194304 16623229 140723100889472 0 0 0 0 0 2 1 0 0 -1 12 0 0 0 0 0 18838560 18947056 49590272 140723100894217 140723100894335 140723100894335 140723100901360 0
[pid=160157/tid=160189] ppid=160154 vsize=7060704 memory=15780 CPUtime=0.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/160157/task/160189/stat : 160189 (fscip) S 160154 160157 152131 0 -1 1077936192 110 0 0 0 3 0 0 0 20 0 41 0 25322630 7230160896 1478611 809668444160 4194304 16623229 140723100889472 0 0 0 0 0 2 1 0 0 -1 56 0 0 0 0 0 18838560 18947056 49590272 140723100894217 140723100894335 140723100894335 140723100901360 0
[pid=160157/tid=160190] ppid=160154 vsize=7060704 memory=6836 CPUtime=0.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/160157/task/160190/stat : 160190 (fscip) S 160154 160157 152131 0 -1 1077936192 122 0 0 0 3 0 0 0 20 0 41 0 25322630 7230160896 1478611 809668444160 4194304 16623229 140723100889472 0 0 0 0 0 2 1 0 0 -1 72 0 0 0 0 0 18838560 18947056 49590272 140723100894217 140723100894335 140723100894335 140723100901360 0
[pid=160157/tid=160191] ppid=160154 vsize=7060704 memory=5914040 CPUtime=0.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/160157/task/160191/stat : 160191 (fscip) S 160154 160157 152131 0 -1 1077936192 108 0 0 0 0 3 0 0 20 0 41 0 25322630 7230160896 1478611 809668444160 4194304 16623229 140723100889472 0 0 0 0 0 2 1 0 0 -1 68 0 0 0 0 0 18838560 18947056 49590272 140723100894217 140723100894335 140723100894335 140723100901360 0
[pid=160157/tid=160192] ppid=160154 vsize=7060704 memory=5914360 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/160157/task/160192/stat : 160192 (fscip) S 160154 160157 152131 0 -1 1077936192 121 0 0 0 2 0 0 0 20 0 41 0 25322630 7230160896 1478611 809668444160 4194304 16623229 140723100889472 0 0 0 0 0 2 1 0 0 -1 16 0 0 0 0 0 18838560 18947056 49590272 140723100894217 140723100894335 140723100894335 140723100901360 0
[pid=160157/tid=160193] ppid=160154 vsize=7060704 memory=1968 CPUtime=0.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/160157/task/160193/stat : 160193 (fscip) S 160154 160157 152131 0 -1 1077936192 108 0 0 0 3 0 0 0 20 0 41 0 25322630 7230160896 1478611 809668444160 4194304 16623229 140723100889472 0 0 0 0 0 2 1 0 0 -1 32 0 0 0 0 0 18838560 18947056 49590272 140723100894217 140723100894335 140723100894335 140723100901360 0
[pid=160157/tid=160194] ppid=160154 vsize=7060704 memory=16325789170925620 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/160157/task/160194/stat : 160194 (fscip) S 160154 160157 152131 0 -1 1077936192 108 0 0 0 2 0 0 0 20 0 41 0 25322630 7230160896 1478611 809668444160 4194304 16623229 140723100889472 0 0 0 0 0 2 1 0 0 -1 36 0 0 0 0 0 18838560 18947056 49590272 140723100894217 140723100894335 140723100894335 140723100901360 0
[pid=160157/tid=160195] ppid=160154 vsize=7060704 memory=5914428 CPUtime=0.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/160157/task/160195/stat : 160195 (fscip) S 160154 160157 152131 0 -1 1077936192 109 0 0 0 3 0 0 0 20 0 41 0 25322630 7230160896 1478611 809668444160 4194304 16623229 140723100889472 0 0 0 0 0 2 1 0 0 -1 40 0 0 0 0 0 18838560 18947056 49590272 140723100894217 140723100894335 140723100894335 140723100901360 0
[pid=160157/tid=160196] ppid=160154 vsize=7060704 memory=5903340 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/160157/task/160196/stat : 160196 (fscip) S 160154 160157 152131 0 -1 1077936192 108 0 0 0 2 0 0 0 20 0 41 0 25322630 7230160896 1478611 809668444160 4194304 16623229 140723100889472 0 0 0 0 0 2 1 0 0 -1 60 0 0 0 0 0 18838560 18947056 49590272 140723100894217 140723100894335 140723100894335 140723100901360 0
[pid=160157/tid=160197] ppid=160154 vsize=7060704 memory=4764 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/160157/task/160197/stat : 160197 (fscip) S 160154 160157 152131 0 -1 1077936192 123 0 0 0 2 0 0 0 20 0 41 0 25322630 7230160896 1478611 809668444160 4194304 16623229 140723100889472 0 0 0 0 0 2 1 0 0 -1 68 0 0 0 0 0 18838560 18947056 49590272 140723100894217 140723100894335 140723100894335 140723100901360 0
[pid=160157/tid=160198] ppid=160154 vsize=7060704 memory=0 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/160157/task/160198/stat : 160198 (fscip) S 160154 160157 152131 0 -1 1077936192 111 0 0 0 2 0 0 0 20 0 41 0 25322630 7230160896 1478611 809668444160 4194304 16623229 140723100889472 0 0 0 0 0 2 1 0 0 -1 28 0 0 0 0 0 18838560 18947056 49590272 140723100894217 140723100894335 140723100894335 140723100901360 0
Current children cumulated CPU time: 71045.7 s
Current children cumulated vsize: 7060704 KiB
Current children cumulated memory: 5914444 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3630.4 s]
/proc/loadavg: 20.00 20.94 33.87 21/886 162156
/proc/meminfo: memFree=776331528/790760800 swapFree=131071996/131071996
[pid=160157] ppid=160154 vsize=7071144 memory=5929368 CPUtime=72001.1 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/160157/stat : 160157 (fscip) S 160154 160157 152131 0 -1 1077936128 23219811 0 0 0 7189660 10449 0 0 20 0 41 0 25322600 7240851456 1482342 809668444160 4194304 16623229 140723100889472 0 0 0 0 0 2 0 0 0 17 68 0 0 0 0 0 18838560 18947056 49590272 140723100894217 140723100894335 140723100894335 140723100901360 0
/proc/160157/statm: 1767786 1482342 2998 3035 0 1621977 0
[pid=160157/tid=160159] ppid=160154 vsize=7071144 memory=5929248 CPUtime=3602.53 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/160157/task/160159/stat : 160159 (fscip) R 160154 160157 152131 0 -1 4194368 1018551 0 0 0 359761 492 0 0 20 0 41 0 25322610 7240851456 1482342 809668444160 4194304 16623229 140723100889472 0 0 0 0 0 2 0 0 0 -1 56 0 0 0 0 0 18838560 18947056 49590272 140723100894217 140723100894335 140723100894335 140723100901360 0
[pid=160157/tid=160160] ppid=160154 vsize=7071144 memory=5928700 CPUtime=3606.54 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/160157/task/160160/stat : 160160 (fscip) R 160154 160157 152131 0 -1 4194368 1433428 0 0 0 360334 320 0 0 20 0 41 0 25322610 7240851456 1482342 809668444160 4194304 16623229 140723100889472 0 0 0 0 0 2 0 0 0 -1 4 0 0 0 0 0 18838560 18947056 49590272 140723100894217 140723100894335 140723100894335 140723100901360 0
[pid=160157/tid=160161] ppid=160154 vsize=7071144 memory=0 CPUtime=3598.62 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/160157/task/160161/stat : 160161 (fscip) R 160154 160157 152131 0 -1 4194368 787827 0 0 0 359178 684 0 0 20 0 41 0 25322611 7240851456 1482342 809668444160 4194304 16623229 140723100889472 0 0 0 0 0 2 0 0 0 -1 12 0 0 0 0 0 18838560 18947056 49590272 140723100894217 140723100894335 140723100894335 140723100901360 0
[pid=160157/tid=160162] ppid=160154 vsize=7071144 memory=280986560426048 CPUtime=3600.5 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/160157/task/160162/stat : 160162 (fscip) R 160154 160157 152131 0 -1 4194368 1120539 0 0 0 359567 483 0 0 20 0 41 0 25322611 7240851456 1482342 809668444160 4194304 16623229 140723100889472 0 0 0 0 0 2 0 0 0 -1 72 0 0 0 0 0 18838560 18947056 49590272 140723100894217 140723100894335 140723100894335 140723100901360 0
[pid=160157/tid=160163] ppid=160154 vsize=7071144 memory=5928772 CPUtime=3603.28 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/160157/task/160163/stat : 160163 (fscip) R 160154 160157 152131 0 -1 4194368 1357608 0 0 0 359954 374 0 0 20 0 41 0 25322611 7240851456 1482342 809668444160 4194304 16623229 140723100889472 0 0 0 0 0 2 0 0 0 -1 28 0 0 0 0 0 18838560 18947056 49590272 140723100894217 140723100894335 140723100894335 140723100901360 0
[pid=160157/tid=160164] ppid=160154 vsize=7071144 memory=5716 CPUtime=3595.7 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/160157/task/160164/stat : 160164 (fscip) R 160154 160157 152131 0 -1 4194368 820352 0 0 0 358840 730 0 0 20 0 41 0 25322611 7240851456 1482342 809668444160 4194304 16623229 140723100889472 0 0 0 0 0 2 0 0 0 -1 60 0 0 0 0 0 18838560 18947056 49590272 140723100894217 140723100894335 140723100894335 140723100901360 0
[pid=160157/tid=160165] ppid=160154 vsize=7071144 memory=11572 CPUtime=3595.28 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/160157/task/160165/stat : 160165 (fscip) R 160154 160157 152131 0 -1 4194368 1286791 0 0 0 358970 558 0 0 20 0 41 0 25322611 7240851456 1482342 809668444160 4194304 16623229 140723100889472 0 0 0 0 0 2 0 0 0 -1 0 0 0 0 0 0 18838560 18947056 49590272 140723100894217 140723100894335 140723100894335 140723100901360 0
[pid=160157/tid=160166] ppid=160154 vsize=7071144 memory=5929220 CPUtime=3604.83 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/160157/task/160166/stat : 160166 (fscip) R 160154 160157 152131 0 -1 4194368 1478202 0 0 0 360160 323 0 0 20 0 41 0 25322611 7240851456 1482342 809668444160 4194304 16623229 140723100889472 0 0 0 0 0 2 0 0 0 -1 52 0 0 0 0 0 18838560 18947056 49590272 140723100894217 140723100894335 140723100894335 140723100901360 0
[pid=160157/tid=160167] ppid=160154 vsize=7071144 memory=7809616036307951976 CPUtime=3602.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/160157/task/160167/stat : 160167 (fscip) R 160154 160157 152131 0 -1 4194368 823400 0 0 0 359488 715 0 0 20 0 41 0 25322611 7240851456 1482342 809668444160 4194304 16623229 140723100889472 0 0 0 0 0 2 0 0 0 -1 32 0 0 0 0 0 18838560 18947056 49590272 140723100894217 140723100894335 140723100894335 140723100901360 0
[pid=160157/tid=160168] ppid=160154 vsize=7071144 memory=25325351 CPUtime=3601.91 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/160157/task/160168/stat : 160168 (fscip) R 160154 160157 152131 0 -1 4194368 1129291 0 0 0 359707 484 0 0 20 0 41 0 25322611 7240851456 1482342 809668444160 4194304 16623229 140723100889472 0 0 0 0 0 2 0 0 0 -1 64 0 0 0 0 0 18838560 18947056 49590272 140723100894217 140723100894335 140723100894335 140723100901360 0
[pid=160157/tid=160169] ppid=160154 vsize=7071144 memory=6720664350488543336 CPUtime=3603.88 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/160157/task/160169/stat : 160169 (fscip) R 160154 160157 152131 0 -1 4194368 1520091 0 0 0 360057 331 0 0 20 0 41 0 25322611 7240851456 1482342 809668444160 4194304 16623229 140723100889472 0 0 0 0 0 2 0 0 0 -1 8 0 0 0 0 0 18838560 18947056 49590272 140723100894217 140723100894335 140723100894335 140723100901360 0
[pid=160157/tid=160170] ppid=160154 vsize=7071144 memory=38844130910404740 CPUtime=3585.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/160157/task/160170/stat : 160170 (fscip) R 160154 160157 152131 0 -1 4194368 754500 0 0 0 357762 741 0 0 20 0 41 0 25322611 7240851456 1482342 809668444160 4194304 16623229 140723100889472 0 0 0 0 0 2 0 0 0 -1 36 0 0 0 0 0 18838560 18947056 49590272 140723100894217 140723100894335 140723100894335 140723100901360 0
[pid=160157/tid=160171] ppid=160154 vsize=7071144 memory=-9001734000804784231 CPUtime=3602.32 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/160157/task/160171/stat : 160171 (fscip) R 160154 160157 152131 0 -1 4194368 1208803 0 0 0 359742 490 0 0 20 0 41 0 25322611 7240851456 1482342 809668444160 4194304 16623229 140723100889472 0 0 0 0 0 2 0 0 0 -1 44 0 0 0 0 0 18838560 18947056 49590272 140723100894217 140723100894335 140723100894335 140723100901360 0
[pid=160157/tid=160172] ppid=160154 vsize=7071144 memory=4785954446170668518 CPUtime=3585.51 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/160157/task/160172/stat : 160172 (fscip) R 160154 160157 152131 0 -1 4194368 1856520 0 0 0 358026 525 0 0 20 0 41 0 25322611 7240851456 1482342 809668444160 4194304 16623229 140723100889472 0 0 0 0 0 2 0 0 0 -1 48 0 0 0 0 0 18838560 18947056 49590272 140723100894217 140723100894335 140723100894335 140723100901360 0
[pid=160157/tid=160173] ppid=160154 vsize=7071144 memory=1968 CPUtime=3604.15 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/160157/task/160173/stat : 160173 (fscip) R 160154 160157 152131 0 -1 4194368 797717 0 0 0 359721 694 0 0 20 0 41 0 25322611 7240851456 1482342 809668444160 4194304 16623229 140723100889472 0 0 0 0 0 2 0 0 0 -1 40 0 0 0 0 0 18838560 18947056 49590272 140723100894217 140723100894335 140723100894335 140723100901360 0
[pid=160157/tid=160174] ppid=160154 vsize=7071144 memory=54204 CPUtime=3598.13 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/160157/task/160174/stat : 160174 (fscip) R 160154 160157 152131 0 -1 4194368 972397 0 0 0 359258 555 0 0 20 0 41 0 25322611 7240851456 1482342 809668444160 4194304 16623229 140723100889472 0 0 0 0 0 2 0 0 0 -1 76 0 0 0 0 0 18838560 18947056 49590272 140723100894217 140723100894335 140723100894335 140723100901360 0
[pid=160157/tid=160175] ppid=160154 vsize=7071144 memory=33196 CPUtime=3603.58 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/160157/task/160175/stat : 160175 (fscip) R 160154 160157 152131 0 -1 4194368 1479382 0 0 0 360036 322 0 0 20 0 41 0 25322611 7240851456 1482342 809668444160 4194304 16623229 140723100889472 0 0 0 0 0 2 0 0 0 -1 20 0 0 0 0 0 18838560 18947056 49590272 140723100894217 140723100894335 140723100894335 140723100901360 0
[pid=160157/tid=160176] ppid=160154 vsize=7071144 memory=21532 CPUtime=3602.1 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/160157/task/160176/stat : 160176 (fscip) R 160154 160157 152131 0 -1 4194368 751541 0 0 0 359541 669 0 0 20 0 41 0 25322611 7240851456 1482342 809668444160 4194304 16623229 140723100889472 0 0 0 0 0 2 0 0 0 -1 24 0 0 0 0 0 18838560 18947056 49590272 140723100894217 140723100894335 140723100894335 140723100901360 0
[pid=160157/tid=160177] ppid=160154 vsize=7071144 memory=100 CPUtime=3598.43 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/160157/task/160177/stat : 160177 (fscip) R 160154 160157 152131 0 -1 4194368 1032708 0 0 0 359324 519 0 0 20 0 41 0 25322611 7240851456 1482342 809668444160 4194304 16623229 140723100889472 0 0 0 0 0 2 0 0 0 -1 68 0 0 0 0 0 18838560 18947056 49590272 140723100894217 140723100894335 140723100894335 140723100901360 0
[pid=160157/tid=160178] ppid=160154 vsize=7071144 memory=6720664350488543336 CPUtime=3604.32 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/160157/task/160178/stat : 160178 (fscip) R 160154 160157 152131 0 -1 4194368 1573616 0 0 0 360071 361 0 0 20 0 41 0 25322611 7240851456 1482342 809668444160 4194304 16623229 140723100889472 0 0 0 0 0 2 0 0 0 -1 16 0 0 0 0 0 18838560 18947056 49590272 140723100894217 140723100894335 140723100894335 140723100901360 0
[pid=160157/tid=160179] ppid=160154 vsize=7071144 memory=28716 CPUtime=0.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/160157/task/160179/stat : 160179 (fscip) S 160154 160157 152131 0 -1 1077936192 121 0 0 0 3 0 0 0 20 0 41 0 25322630 7240851456 1482342 809668444160 4194304 16623229 140723100889472 0 0 0 0 0 2 1 0 0 -1 28 0 0 0 0 0 18838560 18947056 49590272 140723100894217 140723100894335 140723100894335 140723100901360 0
[pid=160157/tid=160180] ppid=160154 vsize=7071144 memory=32852 CPUtime=0.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/160157/task/160180/stat : 160180 (fscip) S 160154 160157 152131 0 -1 1077936192 108 0 0 0 3 0 0 0 20 0 41 0 25322630 7240851456 1482342 809668444160 4194304 16623229 140723100889472 0 0 0 0 0 2 1 0 0 -1 28 0 0 0 0 0 18838560 18947056 49590272 140723100894217 140723100894335 140723100894335 140723100901360 0
[pid=160157/tid=160181] ppid=160154 vsize=7071144 memory=6988 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/160157/task/160181/stat : 160181 (fscip) S 160154 160157 152131 0 -1 1077936192 108 0 0 0 2 0 0 0 20 0 41 0 25322630 7240851456 1482342 809668444160 4194304 16623229 140723100889472 0 0 0 0 0 2 1 0 0 -1 24 0 0 0 0 0 18838560 18947056 49590272 140723100894217 140723100894335 140723100894335 140723100901360 0
[pid=160157/tid=160182] ppid=160154 vsize=7071144 memory=36312 CPUtime=0.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/160157/task/160182/stat : 160182 (fscip) S 160154 160157 152131 0 -1 1077936192 108 0 0 0 3 0 0 0 20 0 41 0 25322630 7240851456 1482342 809668444160 4194304 16623229 140723100889472 0 0 0 0 0 2 1 0 0 -1 4 0 0 0 0 0 18838560 18947056 49590272 140723100894217 140723100894335 140723100894335 140723100901360 0
[pid=160157/tid=160183] ppid=160154 vsize=7071144 memory=4764 CPUtime=0.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/160157/task/160183/stat : 160183 (fscip) S 160154 160157 152131 0 -1 1077936192 108 0 0 0 3 0 0 0 20 0 41 0 25322630 7240851456 1482342 809668444160 4194304 16623229 140723100889472 0 0 0 0 0 2 1 0 0 -1 36 0 0 0 0 0 18838560 18947056 49590272 140723100894217 140723100894335 140723100894335 140723100901360 0
[pid=160157/tid=160184] ppid=160154 vsize=7071144 memory=20452 CPUtime=0.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/160157/task/160184/stat : 160184 (fscip) S 160154 160157 152131 0 -1 1077936192 124 0 0 0 3 0 0 0 20 0 41 0 25322630 7240851456 1482342 809668444160 4194304 16623229 140723100889472 0 0 0 0 0 2 1 0 0 -1 12 0 0 0 0 0 18838560 18947056 49590272 140723100894217 140723100894335 140723100894335 140723100901360 0
[pid=160157/tid=160185] ppid=160154 vsize=7071144 memory=1836 CPUtime=0.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/160157/task/160185/stat : 160185 (fscip) S 160154 160157 152131 0 -1 1077936192 113 0 0 0 3 0 0 0 20 0 41 0 25322630 7240851456 1482342 809668444160 4194304 16623229 140723100889472 0 0 0 0 0 2 1 0 0 -1 24 0 0 0 0 0 18838560 18947056 49590272 140723100894217 140723100894335 140723100894335 140723100901360 0
[pid=160157/tid=160186] ppid=160154 vsize=7071144 memory=25988 CPUtime=0.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/160157/task/160186/stat : 160186 (fscip) S 160154 160157 152131 0 -1 1077936192 110 0 0 0 3 0 0 0 20 0 41 0 25322630 7240851456 1482342 809668444160 4194304 16623229 140723100889472 0 0 0 0 0 2 1 0 0 -1 76 0 0 0 0 0 18838560 18947056 49590272 140723100894217 140723100894335 140723100894335 140723100901360 0
[pid=160157/tid=160187] ppid=160154 vsize=7071144 memory=2244 CPUtime=0.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/160157/task/160187/stat : 160187 (fscip) S 160154 160157 152131 0 -1 1077936192 123 0 0 0 3 0 0 0 20 0 41 0 25322630 7240851456 1482342 809668444160 4194304 16623229 140723100889472 0 0 0 0 0 2 1 0 0 -1 0 0 0 0 0 0 18838560 18947056 49590272 140723100894217 140723100894335 140723100894335 140723100901360 0
[pid=160157/tid=160188] ppid=160154 vsize=7071144 memory=31232 CPUtime=0.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/160157/task/160188/stat : 160188 (fscip) S 160154 160157 152131 0 -1 1077936192 108 0 0 0 3 0 0 0 20 0 41 0 25322630 7240851456 1482342 809668444160 4194304 16623229 140723100889472 0 0 0 0 0 2 1 0 0 -1 44 0 0 0 0 0 18838560 18947056 49590272 140723100894217 140723100894335 140723100894335 140723100901360 0
[pid=160157/tid=160189] ppid=160154 vsize=7071144 memory=28656 CPUtime=0.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/160157/task/160189/stat : 160189 (fscip) S 160154 160157 152131 0 -1 1077936192 110 0 0 0 3 0 0 0 20 0 41 0 25322630 7240851456 1482342 809668444160 4194304 16623229 140723100889472 0 0 0 0 0 2 1 0 0 -1 56 0 0 0 0 0 18838560 18947056 49590272 140723100894217 140723100894335 140723100894335 140723100901360 0
[pid=160157/tid=160190] ppid=160154 vsize=7071144 memory=7492 CPUtime=0.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/160157/task/160190/stat : 160190 (fscip) S 160154 160157 152131 0 -1 1077936192 122 0 0 0 3 0 0 0 20 0 41 0 25322630 7240851456 1482342 809668444160 4194304 16623229 140723100889472 0 0 0 0 0 2 1 0 0 -1 72 0 0 0 0 0 18838560 18947056 49590272 140723100894217 140723100894335 140723100894335 140723100901360 0
[pid=160157/tid=160191] ppid=160154 vsize=7071144 memory=26972 CPUtime=0.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/160157/task/160191/stat : 160191 (fscip) S 160154 160157 152131 0 -1 1077936192 108 0 0 0 0 3 0 0 20 0 41 0 25322630 7240851456 1482342 809668444160 4194304 16623229 140723100889472 0 0 0 0 0 2 1 0 0 -1 68 0 0 0 0 0 18838560 18947056 49590272 140723100894217 140723100894335 140723100894335 140723100901360 0
[pid=160157/tid=160192] ppid=160154 vsize=7071144 memory=-5155634595918145885 CPUtime=0.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/160157/task/160192/stat : 160192 (fscip) S 160154 160157 152131 0 -1 1077936192 121 0 0 0 3 0 0 0 20 0 41 0 25322630 7240851456 1482342 809668444160 4194304 16623229 140723100889472 0 0 0 0 0 2 1 0 0 -1 16 0 0 0 0 0 18838560 18947056 49590272 140723100894217 140723100894335 140723100894335 140723100901360 0
[pid=160157/tid=160193] ppid=160154 vsize=7071144 memory=6432438385247020602 CPUtime=0.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/160157/task/160193/stat : 160193 (fscip) S 160154 160157 152131 0 -1 1077936192 108 0 0 0 3 0 0 0 20 0 41 0 25322630 7240851456 1482342 809668444160 4194304 16623229 140723100889472 0 0 0 0 0 2 1 0 0 -1 60 0 0 0 0 0 18838560 18947056 49590272 140723100894217 140723100894335 140723100894335 140723100901360 0
[pid=160157/tid=160194] ppid=160154 vsize=7071144 memory=5919392 CPUtime=0.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/160157/task/160194/stat : 160194 (fscip) S 160154 160157 152131 0 -1 1077936192 108 0 0 0 3 0 0 0 20 0 41 0 25322630 7240851456 1482342 809668444160 4194304 16623229 140723100889472 0 0 0 0 0 2 1 0 0 -1 36 0 0 0 0 0 18838560 18947056 49590272 140723100894217 140723100894335 140723100894335 140723100901360 0
[pid=160157/tid=160195] ppid=160154 vsize=7071144 memory=36312 CPUtime=0.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/160157/task/160195/stat : 160195 (fscip) S 160154 160157 152131 0 -1 1077936192 109 0 0 0 3 0 0 0 20 0 41 0 25322630 7240851456 1482342 809668444160 4194304 16623229 140723100889472 0 0 0 0 0 2 1 0 0 -1 72 0 0 0 0 0 18838560 18947056 49590272 140723100894217 140723100894335 140723100894335 140723100901360 0
[pid=160157/tid=160196] ppid=160154 vsize=7071144 memory=4764 CPUtime=0.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/160157/task/160196/stat : 160196 (fscip) S 160154 160157 152131 0 -1 1077936192 108 0 0 0 3 0 0 0 20 0 41 0 25322630 7240851456 1482342 809668444160 4194304 16623229 140723100889472 0 0 0 0 0 2 1 0 0 -1 60 0 0 0 0 0 18838560 18947056 49590272 140723100894217 140723100894335 140723100894335 140723100901360 0
[pid=160157/tid=160197] ppid=160154 vsize=7071144 memory=20452 CPUtime=0.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/160157/task/160197/stat : 160197 (fscip) S 160154 160157 152131 0 -1 1077936192 123 0 0 0 3 0 0 0 20 0 41 0 25322630 7240851456 1482342 809668444160 4194304 16623229 140723100889472 0 0 0 0 0 2 1 0 0 -1 68 0 0 0 0 0 18838560 18947056 49590272 140723100894217 140723100894335 140723100894335 140723100901360 0
[pid=160157/tid=160198] ppid=160154 vsize=7071144 memory=6720664350488543336 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/160157/task/160198/stat : 160198 (fscip) S 160154 160157 152131 0 -1 1077936192 111 0 0 0 2 0 0 0 20 0 41 0 25322630 7240851456 1482342 809668444160 4194304 16623229 140723100889472 0 0 0 0 0 2 1 0 0 -1 28 0 0 0 0 0 18838560 18947056 49590272 140723100894217 140723100894335 140723100894335 140723100901360 0
Current children cumulated CPU time: 72001.1 s
Current children cumulated vsize: 7071144 KiB
Current children cumulated memory: 5929368 KiB

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

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

# cumulated CPU time of all completed processes:  user=71896.8 s, system=104.62 s

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

[startup+3630.51 s]*
/proc/loadavg: 20.00 20.92 33.80 2/847 162156
/proc/meminfo: memFree=781791888/790760800 swapFree=131071996/131071996
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

Child ended because it received signal 15 (SIGTERM)

Real time (s): 3630.54
CPU time (s): 72001.5
CPU user time (s): 71896.8
CPU system time (s): 104.62
CPU usage (%): 1983.22
Max. virtual memory (cumulated for all children) (KiB): 7117160
Max. memory (cumulated for all children) (KiB): 5929368

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 71896.8
system time used= 104.62
maximum resident set size= 5931100
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 23219849
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= 324768
involuntary context switches= 342624


# summary of solver processes directly reported to runsolver:
#   pid: 160157
#   total CPU time (s): 72001.5
#   total CPU user time (s): 71896.8
#   total CPU system time (s): 104.62

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 25.9324 second user time and 77.8377 second system time

The end

Launcher Data

Begin job on nodeD104 at 2024-08-02 10:30:32
IDJOB=4465794
IDBENCH=162562
IDSOLVER=3094
FILE ID=nodeD104/4465794-1722587432
RUNJOBID= nodeD104-1722578068-152141
SLURM_JOB_ID= 8254293
Free space on /tmp= 8622836 MiB

SOLVER NAME= FiberSCIP 20 cores, 2024-07-30
BENCH NAME= PB24/normalized-PB16/DEC-LIN/elffers/Instances3col_OPB/normalized-3col-almost3reg-l055-r054-n1.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-4465794-1722587432/watcher-4465794-1722587432 -o /tmp/evaluation-result-4465794-1722587432/solver-4465794-1722587432 -C 72000 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeD104-1722578068-152141 --watchdog 3760  ./fscip settings/racing.prm HOME/instance-4465794-1722587432.opb -qsol -t 72000 -sth 20

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

MD5SUM BENCH= f0e9fb7942cf170d68fd4efe40bdbadd
RANDOM SEED=1106639879

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       790760800 kB
MemFree:        772559588 kB
MemAvailable:   774763928 kB
Buffers:          368468 kB
Cached:          5146236 kB
SwapCached:            0 kB
Active:           544232 kB
Inactive:       15038172 kB
Active(anon):       2212 kB
Inactive(anon): 10088024 kB
Active(file):     542020 kB
Inactive(file):  4950148 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:             29096 kB
Writeback:            56 kB
AnonPages:      10067672 kB
Mapped:           131184 kB
Shmem:             22536 kB
KReclaimable:     263772 kB
Slab:             631652 kB
SReclaimable:     263772 kB
SUnreclaim:       367880 kB
KernelStack:       16976 kB
PageTables:        31764 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    526452396 kB
Committed_AS:    1546432 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:           295680 kB
HardwareCorrupted:     0 kB
AnonHugePages:    292864 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:      692224 kB
DirectMap2M:    65865728 kB
DirectMap1G:    739246080 kB

Free space on /tmp at the end= 8622892 MiB
End job on nodeD104 at 2024-08-02 11:31:03