Trace number 4460080

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
SCIP 2024-07-07OPT-167 1108.5 1111.16

General information on the benchmark

NamePB24/normalized-PB15eval/OPT-NLC/minlplib2-pb-0.1.0/
opb/normalized-sporttournament26.opb
MD5SUM4a2fbd934e93739f7ac25dbfb2053862
Bench CategoryOPT-NLC (optimization problem, non-linear constraints, no OPT/UNSAT certificate)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark-167
Best CPU time to get the best result obtained on this benchmark999.467
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables0
Total number of constraints0
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint-1
Maximum length of a constraint0
Number of terms in the objective function 852
Biggest coefficient in the objective function 2
Number of bits for the biggest coefficient in the objective function 2
Sum of the numbers in the objective function 920
Number of bits of the sum of numbers in the objective function 10
Biggest number in a constraint 2
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 920
Number of bits of the biggest sum of numbers10
Number of products (including duplicates)624
Sum of products size (including duplicates)1248
Number of different products0
Sum of products size0

Quality of the solution as a function of time


Download the above graph as a PDF file / as an EPS file

Solver Data

0.00/0.00	c SCIP version 10.0.0 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: Soplex 7.0.0] [GitHash: 405ed0d46f]
0.00/0.00	c Copyright (c) 2002-2024 Zuse Institute Berlin (ZIB)
0.00/0.00	c 
0.00/0.00	c user parameter file <scip.set> not found - using default parameters
0.00/0.00	c reading problem <HOME/instance-4460080-1721939466.opb>
0.00/0.00	c original problem has 949 variables (325 bin, 0 int, 624 impl, 0 cont) and 624 constraints
0.00/0.00	c problem read in 0.00
0.00/0.00	o 0
0.00/0.00	c feasible solution found by trivial heuristic after 0.0 seconds, objective value 0.000000e+00
0.00/0.00	c presolving:
0.00/0.01	c    (0.0s) probing: 51/949 (5.4%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
0.00/0.01	c    (0.0s) probing aborted: 50/50 successive totally useless probings
0.00/0.01	c    (0.0s) symmetry computation started: requiring (bin +, int +, cont +), (fixed: bin -, int -, cont -)
0.00/0.01	c    (0.0s) no symmetry present (symcode time: 0.00)
0.00/0.01	c presolving (1 rounds: 1 fast, 1 medium, 1 exhaustive):
0.00/0.01	c  0 deleted vars, 0 deleted constraints, 0 added constraints, 0 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
0.00/0.01	c  0 implications, 1248 cliques
0.00/0.01	c presolved problem has 949 variables (325 bin, 0 int, 624 impl, 0 cont) and 624 constraints
0.00/0.01	c     624 constraints of type <and>
0.00/0.01	c transformed objective value is always integral (scale: 1)
0.00/0.01	c Presolving Time: 0.01
0.00/0.01	c - non default parameters ----------------------------------------------------------------------
0.00/0.01	c # SCIP version 10.0.0
0.00/0.01	c 
0.00/0.01	c # maximal time in seconds to run
0.00/0.01	c # [type: real, advanced: FALSE, range: [0,1e+20], default: 1e+20]
0.00/0.01	c limits/time = 3596.99801
0.00/0.01	c 
0.00/0.01	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.00/0.01	c # [type: real, advanced: FALSE, range: [0,8796093022207], default: 8796093022207]
0.00/0.01	c limits/memory = 27900
0.00/0.01	c 
0.00/0.01	c # belongs reading time to solving time?
0.00/0.01	c # [type: bool, advanced: FALSE, range: {TRUE,FALSE}, default: FALSE]
0.00/0.01	c timing/reading = TRUE
0.00/0.01	c 
0.00/0.01	c -----------------------------------------------------------------------------------------------
0.00/0.01	c start solving
0.00/0.01	c transformed 2/2 original solutions to the transformed problem space
0.00/0.01	c 
0.00/0.02	o -94
0.00/0.02	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
0.00/0.02	c p 0.0s|     1 |     0 |     0 |     - |  clique|   0 | 949 | 624 |1248 |   0 |  0 |   0 |   0 |-4.600000e+02 |-9.400000e+01 | 389.36%| unknown
0.00/0.04	o -112
0.00/0.04	c i 0.0s|     1 |     0 |     1 |     - |  oneopt|   0 | 949 | 624 |1248 |   0 |  0 |   0 |   0 |-4.600000e+02 |-1.120000e+02 | 310.71%| unknown
0.00/0.05	c   0.1s|     1 |     0 |   812 |     - |  9824k |   0 | 949 | 624 |1248 |   0 |  0 |   0 |   0 |-2.110000e+02 |-1.120000e+02 |  88.39%| unknown
0.00/0.07	o -120
0.00/0.07	c L 0.1s|     1 |     0 |   812 |     - |undercov|   0 | 949 | 624 |1248 |   0 |  0 |   0 |   0 |-2.110000e+02 |-1.200000e+02 |  75.83%| unknown
0.00/0.08	c   0.1s|     1 |     0 |   817 |     - |    10M |   0 | 949 | 624 |1430 | 182 |  1 |   0 |   0 |-2.110000e+02 |-1.200000e+02 |  75.83%| unknown
0.00/0.08	o -136
0.00/0.08	c i 0.1s|     1 |     0 |  1220 |     - |  oneopt|   0 | 949 | 624 |1430 | 182 |  1 |   0 |   0 |-2.110000e+02 |-1.360000e+02 |  55.15%| unknown
0.00/0.09	c   0.1s|     1 |     0 |  1231 |     - |    10M |   0 | 949 | 624 |1630 | 382 |  2 |   0 |   0 |-2.110000e+02 |-1.360000e+02 |  55.15%| unknown
0.10/0.16	c   0.2s|     1 |     0 |  1630 |     - |    13M |   0 | 949 | 624 |1662 | 414 |  3 |   0 |   0 |-1.955000e+02 |-1.360000e+02 |  43.75%| unknown
0.20/0.22	c   0.2s|     1 |     0 |  1845 |     - |    14M |   0 | 949 | 624 |1689 | 441 |  4 |   0 |   0 |-1.900000e+02 |-1.360000e+02 |  39.71%| unknown
0.20/0.30	c   0.3s|     1 |     0 |  2146 |     - |    16M |   0 | 949 | 624 |1716 | 468 |  5 |   0 |   0 |-1.872500e+02 |-1.360000e+02 |  37.68%| unknown
0.40/0.46	c   0.5s|     1 |     0 |  2435 |     - |    22M |   0 | 949 | 624 |1736 | 488 |  6 |   0 |   0 |-1.855000e+02 |-1.360000e+02 |  36.40%| unknown
0.50/0.60	c   0.6s|     1 |     0 |  2735 |     - |    23M |   0 | 949 | 624 |1757 | 509 |  7 |   0 |   0 |-1.843750e+02 |-1.360000e+02 |  35.57%| unknown
0.69/0.72	c   0.7s|     1 |     0 |  3213 |     - |    26M |   0 | 949 | 624 |1779 | 531 |  8 |   0 |   0 |-1.827917e+02 |-1.360000e+02 |  34.41%| unknown
0.79/0.84	c   0.8s|     1 |     0 |  3696 |     - |    28M |   0 | 949 | 624 |1798 | 550 |  9 |   0 |   0 |-1.814861e+02 |-1.360000e+02 |  33.45%| unknown
0.99/1.02	c   1.0s|     1 |     0 |  4298 |     - |    30M |   0 | 949 | 624 |1821 | 573 | 10 |   0 |   0 |-1.803104e+02 |-1.360000e+02 |  32.58%| unknown
1.09/1.15	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1.09/1.15	c   1.2s|     1 |     0 |  4642 |     - |    35M |   0 | 949 | 624 |1846 | 598 | 11 |   0 |   0 |-1.795200e+02 |-1.360000e+02 |  32.00%| unknown
1.29/1.31	c   1.3s|     1 |     0 |  5142 |     - |    42M |   0 | 949 | 624 |1865 | 617 | 12 |   0 |   0 |-1.784673e+02 |-1.360000e+02 |  31.23%| unknown
1.39/1.40	c   1.4s|     1 |     0 |  5713 |     - |    43M |   0 | 949 | 624 |1881 | 633 | 13 |   0 |   0 |-1.779152e+02 |-1.360000e+02 |  30.82%| unknown
1.49/1.50	c   1.5s|     1 |     0 |  6174 |     - |    43M |   0 | 949 | 624 |1899 | 651 | 14 |   0 |   0 |-1.774814e+02 |-1.360000e+02 |  30.50%| unknown
1.59/1.61	c   1.6s|     1 |     0 |  6932 |     - |    43M |   0 | 949 | 624 |1906 | 668 | 15 |   0 |   0 |-1.774814e+02 |-1.360000e+02 |  30.50%| unknown
1.59/1.61	c   1.6s|     1 |     0 |  6932 |     - |    43M |   0 | 949 | 624 |1906 | 668 | 15 |   0 |   0 |-1.766541e+02 |-1.360000e+02 |  29.89%| unknown
1.69/1.72	c   1.7s|     1 |     0 |  7879 |     - |    43M |   0 | 949 | 624 |1926 | 688 | 16 |   0 |   0 |-1.766541e+02 |-1.360000e+02 |  29.89%| unknown
1.69/1.72	c   1.7s|     1 |     0 |  7883 |     - |    43M |   0 | 949 | 624 |1926 | 688 | 16 |   0 |   0 |-1.760363e+02 |-1.360000e+02 |  29.44%| unknown
1.79/1.81	c   1.8s|     1 |     0 |  8638 |     - |    43M |   0 | 949 | 624 |1940 | 702 | 17 |   0 |   0 |-1.760363e+02 |-1.360000e+02 |  29.44%| unknown
1.79/1.81	c   1.8s|     1 |     0 |  8638 |     - |    43M |   0 | 949 | 624 |1940 | 702 | 17 |   0 |   0 |-1.755115e+02 |-1.360000e+02 |  29.05%| unknown
1.89/1.90	c   1.9s|     1 |     0 |  9163 |     - |    44M |   0 | 949 | 624 |1931 | 716 | 18 |   0 |   0 |-1.755115e+02 |-1.360000e+02 |  29.05%| unknown
1.89/1.90	c   1.9s|     1 |     0 |  9163 |     - |    44M |   0 | 949 | 624 |1931 | 716 | 18 |   0 |   0 |-1.751620e+02 |-1.360000e+02 |  28.80%| unknown
1.89/1.98	c   2.0s|     1 |     0 |  9754 |     - |    44M |   0 | 949 | 624 |1946 | 731 | 19 |   0 |   0 |-1.751620e+02 |-1.360000e+02 |  28.80%| unknown
1.89/1.98	c   2.0s|     1 |     0 |  9754 |     - |    44M |   0 | 949 | 624 |1946 | 731 | 19 |   0 |   0 |-1.748731e+02 |-1.360000e+02 |  28.58%| unknown
1.99/2.06	c   2.1s|     1 |     0 | 10294 |     - |    44M |   0 | 949 | 624 |1956 | 741 | 20 |   0 |   0 |-1.748731e+02 |-1.360000e+02 |  28.58%| unknown
1.99/2.06	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1.99/2.06	c   2.1s|     1 |     0 | 10294 |     - |    44M |   0 | 949 | 624 |1956 | 741 | 20 |   0 |   0 |-1.746751e+02 |-1.360000e+02 |  28.44%| unknown
2.09/2.17	c   2.2s|     1 |     0 | 11138 |     - |    44M |   0 | 949 | 624 |1945 | 750 | 21 |   0 |   0 |-1.746751e+02 |-1.360000e+02 |  28.44%| unknown
2.09/2.18	c   2.2s|     1 |     0 | 11138 |     - |    44M |   0 | 949 | 624 |1945 | 750 | 21 |   0 |   0 |-1.743734e+02 |-1.360000e+02 |  28.22%| unknown
2.19/2.26	c   2.3s|     1 |     0 | 11653 |     - |    45M |   0 | 949 | 624 |1953 | 758 | 22 |   0 |   0 |-1.743734e+02 |-1.360000e+02 |  28.22%| unknown
2.19/2.26	c   2.3s|     1 |     0 | 11653 |     - |    45M |   0 | 949 | 624 |1953 | 758 | 22 |   0 |   0 |-1.742569e+02 |-1.360000e+02 |  28.13%| unknown
2.29/2.30	c   2.3s|     1 |     0 | 11775 |     - |    45M |   0 | 949 | 624 |1959 | 764 | 23 |   0 |   0 |-1.742457e+02 |-1.360000e+02 |  28.12%| unknown
2.29/2.33	c   2.3s|     1 |     0 | 11851 |     - |    45M |   0 | 949 | 624 |1961 | 766 | 24 |   0 |   0 |-1.742397e+02 |-1.360000e+02 |  28.12%| unknown
2.29/2.36	c   2.4s|     1 |     0 | 11856 |     - |    45M |   0 | 949 | 624 |1963 | 768 | 25 |   0 |   0 |-1.742397e+02 |-1.360000e+02 |  28.12%| unknown
3.18/3.20	o -155
3.18/3.20	c d 3.2s|     1 |     0 | 22865 |     - |farkasdi|   0 | 949 | 624 |1963 |   0 | 26 |   0 |   0 |-1.742397e+02 |-1.550000e+02 |  12.41%| unknown
3.38/3.46	c   3.5s|     1 |     0 | 27046 |     - |    45M |   0 | 949 | 624 |1963 | 768 | 26 |   0 |   0 |-1.742397e+02 |-1.550000e+02 |  12.41%| unknown
3.38/3.49	c   3.5s|     1 |     0 | 27048 |     - |    45M |   0 | 949 | 624 |1938 | 769 | 27 |   0 |   0 |-1.742397e+02 |-1.550000e+02 |  12.41%| unknown
3.38/3.49	c   3.5s|     1 |     0 | 27048 |     - |    45M |   0 | 949 | 624 |1938 | 769 | 27 |   0 |   0 |-1.742397e+02 |-1.550000e+02 |  12.41%| unknown
6.08/6.18	c   6.2s|     1 |     2 | 27052 |     - |    45M |   0 | 949 | 624 |1938 | 769 | 28 |   0 |  34 |-1.742397e+02 |-1.550000e+02 |  12.41%| unknown
17.45/17.55	o -156
17.45/17.55	c r17.6s|    52 |    40 | 39539 | 542.8 |simplero|  48 | 949 | 624 |1934 | 821 |  0 |   0 | 187 |-1.742397e+02 |-1.560000e+02 |  11.69%| unknown
17.45/17.56	o -157
17.45/17.56	c i17.6s|    52 |    40 | 39729 | 546.5 |  oneopt|  48 | 949 | 624 |1934 | 821 |  0 |   0 | 187 |-1.742397e+02 |-1.570000e+02 |  10.98%| unknown
17.95/18.02	o -158
17.95/18.02	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
17.95/18.02	c r18.0s|    62 |    37 | 41332 | 483.2 |simplero|  48 | 949 | 624 |1932 | 833 |  0 |   0 | 187 |-1.742397e+02 |-1.580000e+02 |  10.28%| unknown
18.05/18.10	o -159
18.05/18.10	c r18.1s|    70 |    35 | 42543 | 444.7 |simplero|  48 | 949 | 624 |1925 | 833 |  0 |   0 | 187 |-1.742397e+02 |-1.590000e+02 |   9.58%| unknown
20.84/20.92	o -160
20.84/20.92	c d20.9s|    85 |    47 | 53028 | 490.1 |pscostdi|  48 | 949 | 624 |1927 |   0 |  1 |   0 | 200 |-1.739592e+02 |-1.600000e+02 |   8.72%| unknown
20.94/21.07	c  21.1s|   100 |    46 | 54939 | 435.2 |    79M |  48 | 949 | 624 |1921 | 871 |  0 |   0 | 200 |-1.739592e+02 |-1.600000e+02 |   8.72%| unknown
27.22/27.33	o -163
27.22/27.33	c d27.3s|   185 |    95 | 90637 | 428.2 |adaptive|  48 | 949 | 624 |1935 |   0 |  1 |   0 | 223 |-1.734514e+02 |-1.630000e+02 |   6.41%| unknown
27.41/27.57	c  27.6s|   200 |   106 | 93250 | 409.0 |   113M |  48 | 949 | 624 |1941 |1017 |  2 |   0 | 223 |-1.734514e+02 |-1.630000e+02 |   6.41%| unknown
30.51/30.67	c  30.7s|   300 |   138 |114711 | 344.0 |   118M |  48 | 949 | 624 |1936 |1069 |  0 |   0 | 245 |-1.733849e+02 |-1.630000e+02 |   6.37%| unknown
34.60/34.71	c  34.7s|   400 |   160 |152043 | 351.3 |   124M |  48 | 949 | 624 |1936 |1078 |  0 |   0 | 256 |-1.731088e+02 |-1.630000e+02 |   6.20%| unknown
35.40/35.59	o -164
35.40/35.59	c d35.6s|   415 |   145 |162479 | 363.8 |guideddi|  48 | 949 | 624 |1912 |   0 |  1 |   0 | 256 |-1.731045e+02 |-1.640000e+02 |   5.55%| unknown
39.00/39.19	c  39.2s|   500 |   160 |195537 | 368.1 |   124M |  48 | 949 | 624 |1941 |1129 |  1 |   0 | 278 |-1.729100e+02 |-1.640000e+02 |   5.43%| unknown
42.48/42.61	c  42.6s|   600 |   172 |225589 | 356.8 |   124M |  48 | 949 | 624 |1946 |1182 |  3 |   0 | 305 |-1.728418e+02 |-1.640000e+02 |   5.39%| unknown
44.47/44.68	c  44.7s|   700 |   176 |241726 | 328.9 |   124M |  48 | 949 | 624 |1939 |1191 |  0 |   0 | 326 |-1.728418e+02 |-1.640000e+02 |   5.39%| unknown
48.36/48.52	c  48.5s|   800 |   196 |276166 | 330.8 |   124M |  48 | 949 | 624 |1940 |1223 |  1 |   0 | 359 |-1.727100e+02 |-1.640000e+02 |   5.31%| unknown
52.35/52.57	c  52.6s|   900 |   212 |310517 | 332.2 |   124M |  48 | 949 | 624 |1948 |1323 |  2 |   0 | 392 |-1.726475e+02 |-1.640000e+02 |   5.27%| unknown
56.44/56.61	o -165
56.44/56.61	c d56.6s|   945 |   218 |336779 | 344.2 |fracdivi|  48 | 949 | 624 |1917 |   0 |  1 |   0 | 408 |-1.725736e+02 |-1.650000e+02 |   4.59%| unknown
61.13/61.33	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
61.13/61.33	c  61.3s|  1000 |   261 |362880 | 351.4 |   140M |  48 | 949 | 624 |1953 |1527 |  1 |   0 | 429 |-1.725473e+02 |-1.650000e+02 |   4.57%| unknown
66.62/66.83	c  66.8s|  1100 |   283 |388912 | 343.1 |   223M |  48 | 949 | 624 |1953 |1700 |  1 |   0 | 457 |-1.724846e+02 |-1.650000e+02 |   4.54%| unknown
69.21/69.43	c  69.4s|  1200 |   311 |412741 | 334.3 |   223M |  48 | 949 | 624 |1953 |1784 |  0 |   0 | 487 |-1.724380e+02 |-1.650000e+02 |   4.51%| unknown
75.59/75.85	c  75.8s|  1300 |   343 |449120 | 336.6 |   232M |  48 | 949 | 624 |1955 |1976 |  2 |   0 | 537 |-1.723951e+02 |-1.650000e+02 |   4.48%| unknown
81.97/82.25	c  82.3s|  1400 |   375 |484542 | 337.9 |   233M |  48 | 949 | 624 |1961 |2157 |  0 |   0 | 563 |-1.723725e+02 |-1.650000e+02 |   4.47%| unknown
87.86/88.15	c  88.1s|  1500 |   389 |518006 | 337.7 |   234M |  48 | 949 | 624 |1965 |2411 |  2 |   0 | 569 |-1.723364e+02 |-1.650000e+02 |   4.45%| unknown
91.34/91.65	c  91.6s|  1600 |   403 |547911 | 335.2 |   238M |  48 | 949 | 624 |1963 |2535 |  0 |   0 | 575 |-1.723120e+02 |-1.650000e+02 |   4.43%| unknown
94.84/95.11	c  95.1s|  1700 |   417 |576720 | 332.5 |   239M |  48 | 949 | 624 |1962 |2686 |  1 |   0 | 580 |-1.722731e+02 |-1.650000e+02 |   4.41%| unknown
99.32/99.69	c  99.7s|  1800 |   437 |608979 | 331.9 |   239M |  48 | 949 | 624 |1966 |2879 |  0 |   0 | 599 |-1.722356e+02 |-1.650000e+02 |   4.39%| unknown
106.81/107.12	c   107s|  1900 |   467 |658868 | 340.7 |   243M |  48 | 949 | 624 |1959 |3289 |  1 |   0 | 601 |-1.721965e+02 |-1.650000e+02 |   4.36%| unknown
110.69/111.00	c   111s|  2000 |   479 |689004 | 338.7 |   244M |  48 | 949 | 624 |1954 |3490 |  2 |   0 | 604 |-1.721734e+02 |-1.650000e+02 |   4.35%| unknown
114.39/114.74	c   115s|  2100 |   489 |715138 | 335.1 |   244M |  48 | 949 | 624 |1965 |3641 |  1 |   0 | 615 |-1.721647e+02 |-1.650000e+02 |   4.34%| unknown
114.39/114.78	c Restart triggered after 50 consecutive estimations that the remaining tree will be large
114.39/114.78	o -166
114.39/114.78	c r 115s|  2107 |   440 |715405 | 334.1 |simplero|  48 | 949 | 624 |1965 |3641 |  0 |   0 | 615 |-1.721647e+02 |-1.660000e+02 |   3.71%| unknown
114.39/114.78	c (run 1, node 2107) performing user restart
114.39/114.78	c 
114.39/114.78	c (restart) converted 292 cuts from the global cut pool into linear constraints
114.39/114.78	c 
114.88/115.20	c presolving:
114.88/115.20	c (round 1, exhaustive) 0 del vars, 0 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 292 upgd conss, 0 impls, 1248 clqs
114.88/115.20	c presolving (2 rounds: 2 fast, 2 medium, 2 exhaustive):
114.88/115.20	c  0 deleted vars, 0 deleted constraints, 0 added constraints, 0 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
114.88/115.20	c  0 implications, 1248 cliques
114.88/115.20	c presolved problem has 949 variables (325 bin, 0 int, 624 impl, 0 cont) and 916 constraints
114.88/115.20	c     287 constraints of type <knapsack>
114.88/115.20	c       5 constraints of type <setppc>
114.88/115.20	c     624 constraints of type <and>
114.88/115.20	c transformed objective value is always integral (scale: 1)
114.88/115.20	c Presolving Time: 0.02
114.88/115.21	c transformed 37/37 original solutions to the transformed problem space
114.88/115.21	c 
115.28/115.62	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
115.28/115.62	c   116s|     1 |     0 |720694 |     - |   223M |   0 | 949 | 916 |1540 |   0 |  0 |   0 | 615 |-1.721647e+02 |-1.660000e+02 |   3.71%| unknown
115.58/115.94	c   116s|     1 |     0 |721031 |     - |   238M |   0 | 949 | 916 |1683 | 143 |  1 |   0 | 615 |-1.721647e+02 |-1.660000e+02 |   3.71%| unknown
115.97/116.39	c   116s|     1 |     0 |722087 |     - |   253M |   0 | 949 | 916 |1782 | 242 |  2 |   0 | 615 |-1.721647e+02 |-1.660000e+02 |   3.71%| unknown
116.28/116.69	c   117s|     1 |     0 |722932 |     - |   264M |   0 | 949 | 916 |1827 | 287 |  3 |   0 | 615 |-1.721647e+02 |-1.660000e+02 |   3.71%| unknown
116.58/116.99	c   117s|     1 |     0 |723982 |     - |   265M |   0 | 949 | 916 |1851 | 311 |  4 |   0 | 615 |-1.721647e+02 |-1.660000e+02 |   3.71%| unknown
117.08/117.41	c   117s|     1 |     0 |724577 |     - |   264M |   0 | 949 | 916 |1872 | 332 |  5 |   0 | 615 |-1.721647e+02 |-1.660000e+02 |   3.71%| unknown
117.37/117.75	c   118s|     1 |     0 |725234 |     - |   280M |   0 | 949 | 916 |1890 | 350 |  6 |   0 | 615 |-1.721647e+02 |-1.660000e+02 |   3.71%| unknown
117.88/118.21	c   118s|     1 |     0 |725644 |     - |   292M |   0 | 949 | 916 |1903 | 363 |  7 |   0 | 615 |-1.721647e+02 |-1.660000e+02 |   3.71%| unknown
118.37/118.76	c   119s|     1 |     0 |725994 |     - |   302M |   0 | 949 | 916 |1916 | 376 |  8 |   0 | 615 |-1.721647e+02 |-1.660000e+02 |   3.71%| unknown
118.87/119.24	c   119s|     1 |     0 |726578 |     - |   307M |   0 | 949 | 916 |1925 | 385 |  9 |   0 | 615 |-1.721647e+02 |-1.660000e+02 |   3.71%| unknown
119.57/119.95	c   120s|     1 |     0 |726936 |     - |   320M |   0 | 949 | 916 |1924 | 393 | 10 |   0 | 615 |-1.721647e+02 |-1.660000e+02 |   3.71%| unknown
119.57/119.95	c   120s|     1 |     0 |726936 |     - |   320M |   0 | 949 | 916 |1924 | 393 | 10 |   0 | 615 |-1.721647e+02 |-1.660000e+02 |   3.71%| unknown
119.67/120.04	c   120s|     1 |     0 |727025 |     - |   320M |   0 | 949 | 916 |1933 | 402 | 11 |   0 | 615 |-1.721647e+02 |-1.660000e+02 |   3.71%| unknown
119.67/120.04	c   120s|     1 |     0 |727025 |     - |   320M |   0 | 949 | 916 |1933 | 402 | 11 |   0 | 615 |-1.721647e+02 |-1.660000e+02 |   3.71%| unknown
119.77/120.17	c   120s|     1 |     0 |727267 |     - |   320M |   0 | 949 | 916 |1937 | 406 | 12 |   0 | 615 |-1.721647e+02 |-1.660000e+02 |   3.71%| unknown
119.77/120.17	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
119.77/120.17	c   120s|     1 |     0 |727267 |     - |   320M |   0 | 949 | 916 |1937 | 406 | 12 |   0 | 615 |-1.721647e+02 |-1.660000e+02 |   3.71%| unknown
119.97/120.31	c   120s|     1 |     0 |727463 |     - |   320M |   0 | 949 | 916 |1944 | 413 | 13 |   0 | 615 |-1.721647e+02 |-1.660000e+02 |   3.71%| unknown
120.07/120.44	c   120s|     1 |     0 |727599 |     - |   321M |   0 | 949 | 916 |1947 | 416 | 14 |   0 | 615 |-1.721647e+02 |-1.660000e+02 |   3.71%| unknown
120.07/120.48	c   120s|     1 |     0 |727600 |     - |   321M |   0 | 949 | 916 |1817 | 416 | 14 |   0 | 615 |-1.721647e+02 |-1.660000e+02 |   3.71%| unknown
120.27/120.62	c   121s|     1 |     0 |727626 |     - |   321M |   0 | 949 | 916 |1820 | 419 | 15 |   0 | 615 |-1.721647e+02 |-1.660000e+02 |   3.71%| unknown
120.27/120.62	c   121s|     1 |     0 |727626 |     - |   321M |   0 | 949 | 916 |1820 | 419 | 15 |   0 | 615 |-1.721647e+02 |-1.660000e+02 |   3.71%| unknown
120.47/120.81	c   121s|     1 |     0 |727952 |     - |   321M |   0 | 949 | 916 |1825 | 424 | 16 |   0 | 615 |-1.721647e+02 |-1.660000e+02 |   3.71%| unknown
120.47/120.81	c   121s|     1 |     0 |727952 |     - |   321M |   0 | 949 | 916 |1825 | 424 | 16 |   0 | 615 |-1.721647e+02 |-1.660000e+02 |   3.71%| unknown
120.57/120.99	c   121s|     1 |     0 |728129 |     - |   321M |   0 | 949 | 916 |1835 | 434 | 17 |   0 | 615 |-1.721647e+02 |-1.660000e+02 |   3.71%| unknown
120.86/121.21	c   121s|     1 |     0 |728328 |     - |   321M |   0 | 949 | 916 |1786 | 441 | 18 |   0 | 615 |-1.721647e+02 |-1.660000e+02 |   3.71%| unknown
120.86/121.21	c   121s|     1 |     0 |728328 |     - |   321M |   0 | 949 | 916 |1786 | 441 | 18 |   0 | 615 |-1.721647e+02 |-1.660000e+02 |   3.71%| unknown
120.96/121.38	c   121s|     1 |     0 |728380 |     - |   322M |   0 | 949 | 916 |1793 | 448 | 19 |   0 | 615 |-1.721647e+02 |-1.660000e+02 |   3.71%| unknown
120.96/121.38	c   121s|     1 |     0 |728380 |     - |   322M |   0 | 949 | 916 |1793 | 448 | 19 |   0 | 615 |-1.721647e+02 |-1.660000e+02 |   3.71%| unknown
121.16/121.59	c   122s|     1 |     0 |728649 |     - |   322M |   0 | 949 | 916 |1799 | 454 | 20 |   0 | 615 |-1.721647e+02 |-1.660000e+02 |   3.71%| unknown
121.26/121.60	c   122s|     1 |     0 |728660 |     - |   322M |   0 | 949 | 916 |1799 | 454 | 20 |   0 | 615 |-1.721647e+02 |-1.660000e+02 |   3.71%| unknown
124.95/125.35	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
124.95/125.35	c   125s|     1 |     2 |735100 |     - |   322M |   0 | 949 | 916 |1799 | 454 | 20 |   0 | 643 |-1.721647e+02 |-1.660000e+02 |   3.71%| unknown
141.02/141.49	c   141s|   100 |    33 |805629 | 353.8 |   340M |  19 | 949 | 916 |1906 | 936 |  6 |   0 | 768 |-1.719448e+02 |-1.660000e+02 |   3.58%| unknown
148.79/149.23	c   149s|   200 |    57 |879263 | 370.4 |   348M |  19 | 949 | 916 |1896 |1107 |  0 |   0 | 772 |-1.716400e+02 |-1.660000e+02 |   3.40%| unknown
152.69/153.17	c   153s|   300 |    69 |920560 | 372.2 |   348M |  21 | 949 | 916 |1908 |1210 |  0 |   0 | 784 |-1.715746e+02 |-1.660000e+02 |   3.36%| unknown
158.17/158.67	c   159s|   400 |    81 |959204 | 372.7 |   363M |  22 | 949 | 916 |1926 |1329 |  1 |   0 | 819 |-1.715187e+02 |-1.660000e+02 |   3.32%| unknown
161.06/161.53	c   162s|   500 |    95 |988354 | 369.6 |   363M |  22 | 949 | 916 |1930 |1403 |  0 |   0 | 823 |-1.715075e+02 |-1.660000e+02 |   3.32%| unknown
164.95/165.48	c   165s|   600 |   117 |  1030k| 371.5 |   363M |  22 | 949 | 916 |1931 |1487 |  1 |   0 | 826 |-1.714030e+02 |-1.660000e+02 |   3.25%| unknown
168.24/168.76	c   169s|   700 |   117 |  1063k| 370.0 |   363M |  22 | 949 | 916 |1930 |1535 |  1 |   0 | 832 |-1.713620e+02 |-1.660000e+02 |   3.23%| unknown
172.54/173.07	c   173s|   800 |   139 |  1094k| 368.1 |   363M |  24 | 949 | 916 |1924 |1622 |  0 |   0 | 866 |-1.713545e+02 |-1.660000e+02 |   3.23%| unknown
173.23/173.71	o -167
173.23/173.71	c * 174s|   809 |   106 |  1099k| 368.6 |strongbr|  24 | 949 | 916 |1924 |1640 |  2 |   0 | 874 |-1.713545e+02 |-1.670000e+02 |   2.61%| unknown
178.72/179.21	c   179s|   900 |   119 |  1149k| 374.2 |   363M |  24 | 949 | 916 |1920 |1743 |  1 |   0 | 876 |-1.713147e+02 |-1.670000e+02 |   2.58%| unknown
183.31/183.84	c   184s|  1000 |   131 |  1186k| 373.9 |   366M |  24 | 949 | 916 |1935 |1827 |  0 |   0 | 894 |-1.713023e+02 |-1.670000e+02 |   2.58%| unknown
187.89/188.41	c   188s|  1100 |   149 |  1229k| 375.7 |   366M |  24 | 949 | 916 |1938 |1898 |  0 |   0 | 897 |-1.712881e+02 |-1.670000e+02 |   2.57%| unknown
192.08/192.60	c   193s|  1200 |   171 |  1272k| 377.3 |   369M |  24 | 949 | 916 |1942 |1964 |  2 |   0 | 906 |-1.712346e+02 |-1.670000e+02 |   2.54%| unknown
199.76/200.39	c   200s|  1300 |   193 |  1330k| 383.2 |   369M |  24 | 949 | 916 |1935 |2092 |  2 |   0 | 926 |-1.711246e+02 |-1.670000e+02 |   2.47%| unknown
203.65/204.23	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
203.65/204.23	c   204s|  1400 |   213 |  1370k| 383.8 |   369M |  24 | 949 | 916 |1933 |2146 |  0 |   0 | 934 |-1.711085e+02 |-1.670000e+02 |   2.46%| unknown
208.94/209.51	c   210s|  1500 |   239 |  1421k| 387.2 |   369M |  24 | 949 | 916 |1921 |2208 |  2 |   0 | 938 |-1.710840e+02 |-1.670000e+02 |   2.45%| unknown
214.72/215.38	c   215s|  1600 |   259 |  1467k| 389.1 |   370M |  24 | 949 | 916 |1935 |2287 |  2 |   0 | 943 |-1.710358e+02 |-1.670000e+02 |   2.42%|  14.42%
223.20/223.81	c   224s|  1700 |   275 |  1517k| 392.2 |   428M |  24 | 949 | 916 |1950 |2390 |  0 |   0 | 960 |-1.710160e+02 |-1.670000e+02 |   2.40%|  14.70%
231.58/232.25	c   232s|  1800 |   311 |  1574k| 396.6 |   460M |  24 | 949 | 916 |1946 |2516 |  1 |   0 | 968 |-1.709527e+02 |-1.670000e+02 |   2.37%|  15.03%
236.27/236.99	c   237s|  1900 |   311 |  1613k| 396.6 |   460M |  24 | 949 | 916 |1949 |2597 |  0 |   0 | 970 |-1.709316e+02 |-1.670000e+02 |   2.35%|  15.14%
241.85/242.59	c   243s|  2000 |   309 |  1658k| 397.9 |   462M |  24 | 949 | 916 |1939 |2671 |  2 |   0 | 970 |-1.709054e+02 |-1.670000e+02 |   2.34%|  15.42%
248.44/249.14	c   249s|  2100 |   325 |  1711k| 400.9 |   473M |  24 | 949 | 916 |1930 |2742 |  0 |   0 | 970 |-1.708984e+02 |-1.670000e+02 |   2.33%|  15.52%
256.92/257.66	c   258s|  2200 |   353 |  1770k| 405.3 |   476M |  24 | 949 | 916 |1947 |2862 |  2 |   0 | 970 |-1.708751e+02 |-1.670000e+02 |   2.32%|  15.79%
265.50/266.26	c   266s|  2300 |   367 |  1828k| 409.3 |   476M |  24 | 949 | 916 |1957 |2994 |  0 |   0 | 992 |-1.708617e+02 |-1.670000e+02 |   2.31%|  16.04%
270.59/271.33	c   271s|  2400 |   367 |  1872k| 409.9 |   476M |  24 | 949 | 916 |1956 |3045 |  1 |   0 | 995 |-1.708602e+02 |-1.670000e+02 |   2.31%|  16.22%
283.85/284.67	c   285s|  2500 |   385 |  1934k| 414.4 |   488M |  24 | 949 | 916 |1965 |3284 |  1 |   0 |1013 |-1.708541e+02 |-1.670000e+02 |   2.31%|  16.38%
290.04/290.89	c   291s|  2600 |   387 |  1976k| 414.7 |   491M |  24 | 949 | 916 |1969 |3355 |  0 |   0 |1024 |-1.708380e+02 |-1.670000e+02 |   2.30%|  16.61%
300.21/301.06	c   301s|  2700 |   393 |  2039k| 419.2 |   490M |  24 | 949 | 916 |1947 |3523 |  0 |   0 |1025 |-1.708322e+02 |-1.670000e+02 |   2.29%|  17.11%
307.20/308.01	c   308s|  2800 |   391 |  2092k| 421.3 |   494M |  24 | 949 | 916 |1981 |3615 |  0 |   0 |1026 |-1.708201e+02 |-1.670000e+02 |   2.29%|  17.39%
316.58/317.47	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
316.58/317.47	c   317s|  2900 |   401 |  2147k| 424.0 |   501M |  24 | 949 | 916 |1974 |3772 |  0 |   0 |1036 |-1.707993e+02 |-1.670000e+02 |   2.28%|  17.86%
327.64/328.55	c   329s|  3000 |   429 |  2211k| 428.2 |   511M |  24 | 949 | 916 |1961 |3985 |  0 |   0 |1042 |-1.707589e+02 |-1.670000e+02 |   2.25%|  18.61%
337.82/338.71	c   339s|  3100 |   451 |  2274k| 432.1 |   512M |  24 | 949 | 916 |1962 |4217 |  1 |   0 |1046 |-1.707510e+02 |-1.670000e+02 |   2.25%|  19.39%
348.20/349.17	c   349s|  3200 |   445 |  2330k| 434.5 |   514M |  24 | 949 | 916 |1995 |4437 |  0 |   0 |1052 |-1.707502e+02 |-1.670000e+02 |   2.25%|  19.77%
359.07/360.10	c   360s|  3300 |   471 |  2399k| 439.1 |   518M |  24 | 949 | 916 |1975 |4604 |  2 |   0 |1063 |-1.707191e+02 |-1.670000e+02 |   2.23%|  20.54%
371.83/372.80	c   373s|  3400 |   483 |  2466k| 443.4 |   519M |  24 | 949 | 916 |1989 |4921 |  1 |   0 |1071 |-1.706995e+02 |-1.670000e+02 |   2.22%|  21.41%
380.91/381.95	c   382s|  3500 |   477 |  2524k| 445.8 |   520M |  24 | 949 | 916 |1971 |5058 |  0 |   0 |1072 |-1.706942e+02 |-1.670000e+02 |   2.21%|  22.05%
389.59/390.63	c   391s|  3600 |   477 |  2585k| 448.7 |   527M |  24 | 949 | 916 |1958 |5224 |  2 |   0 |1074 |-1.706863e+02 |-1.670000e+02 |   2.21%|  22.65%
400.57/401.61	c   402s|  3700 |   473 |  2647k| 451.7 |   528M |  24 | 949 | 916 |1986 |5497 |  2 |   0 |1074 |-1.706714e+02 |-1.670000e+02 |   2.20%|  23.58%
413.24/414.31	c   414s|  3800 |   471 |  2713k| 455.2 |   528M |  24 | 949 | 916 |1979 |5853 |  1 |   0 |1077 |-1.706534e+02 |-1.670000e+02 |   2.19%|  24.52%
427.41/428.59	c   429s|  3900 |   469 |  2781k| 459.0 |   529M |  24 | 949 | 916 |1920 |6166 |  2 |   0 |1089 |-1.706492e+02 |-1.670000e+02 |   2.19%|  25.46%
444.07/445.23	c   445s|  4000 |   467 |  2856k| 463.7 |   530M |  24 | 949 | 916 |1990 |6647 |  2 |   0 |1095 |-1.706397e+02 |-1.670000e+02 |   2.18%|  26.53%
457.44/458.60	c   459s|  4100 |   469 |  2928k| 467.9 |   530M |  24 | 949 | 916 |1982 |7013 |  2 |   0 |1095 |-1.706247e+02 |-1.670000e+02 |   2.17%|  27.76%
468.31/469.57	c   470s|  4200 |   463 |  2991k| 470.5 |   551M |  24 | 949 | 916 |1984 |7280 |  0 |   0 |1100 |-1.706230e+02 |-1.670000e+02 |   2.17%|  28.54%
488.57/489.81	c   490s|  4300 |   475 |  3079k| 476.8 |   555M |  24 | 949 | 916 |1977 |7870 |  1 |   0 |1103 |-1.706184e+02 |-1.670000e+02 |   2.17%|  29.73%
505.13/506.41	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
505.13/506.41	c   506s|  4400 |   459 |  3160k| 482.0 |   555M |  24 | 949 | 916 |1989 |8324 |  0 |   0 |1109 |-1.705876e+02 |-1.670000e+02 |   2.15%|  31.59%
516.91/518.25	c   518s|  4500 |   461 |  3224k| 484.4 |   565M |  24 | 949 | 916 |1997 |8598 |  2 |   0 |1128 |-1.705850e+02 |-1.670000e+02 |   2.15%|  31.81%
529.18/530.51	c   531s|  4600 |   453 |  3290k| 486.9 |   567M |  24 | 949 | 916 |1984 |8879 |  0 |   0 |1137 |-1.705808e+02 |-1.670000e+02 |   2.14%|  32.27%
547.44/548.80	c   549s|  4700 |   463 |  3369k| 491.4 |   568M |  24 | 949 | 916 |1994 |9443 |  1 |   0 |1146 |-1.705499e+02 |-1.670000e+02 |   2.13%|  32.84%
563.41/564.84	c   565s|  4800 |   455 |  3441k| 494.6 |   572M |  24 | 949 | 916 |1986 |9942 |  0 |   0 |1150 |-1.705494e+02 |-1.670000e+02 |   2.13%|  33.71%
576.48/577.97	c   578s|  4900 |   453 |  3502k| 496.4 |   572M |  24 | 949 | 916 |1987 |  10k|  0 |   0 |1151 |-1.705480e+02 |-1.670000e+02 |   2.12%|  34.34%
590.35/591.88	c   592s|  5000 |   463 |  3572k| 499.2 |   599M |  24 | 949 | 916 |1967 |  10k|  2 |   0 |1154 |-1.705332e+02 |-1.670000e+02 |   2.12%|  35.17%
608.21/609.70	c   610s|  5100 |   473 |  3648k| 502.8 |   602M |  24 | 949 | 916 |2012 |  11k|  0 |   0 |1155 |-1.705206e+02 |-1.670000e+02 |   2.11%|  35.63%
623.98/625.53	c   626s|  5200 |   469 |  3728k| 506.9 |   617M |  24 | 949 | 916 |1993 |  11k|  2 |   0 |1163 |-1.705146e+02 |-1.670000e+02 |   2.10%|  36.86%
647.83/649.46	c   649s|  5300 |   451 |  3824k| 513.0 |   618M |  24 | 949 | 916 |1982 |  12k|  0 |   0 |1173 |-1.705001e+02 |-1.670000e+02 |   2.10%|  38.64%
668.49/670.11	c   670s|  5400 |   439 |  3907k| 517.2 |   619M |  24 | 949 | 916 |2021 |  13k|  3 |   0 |1190 |-1.704736e+02 |-1.670000e+02 |   2.08%|  39.65%
690.04/691.75	c   692s|  5500 |   433 |  4001k| 522.8 |   619M |  24 | 949 | 916 |2001 |  13k|  0 |   0 |1195 |-1.704546e+02 |-1.670000e+02 |   2.07%|  40.88%
712.79/714.53	c   715s|  5600 |   415 |  4096k| 528.4 |   619M |  24 | 949 | 916 |2004 |  14k|  0 |   0 |1195 |-1.704430e+02 |-1.670000e+02 |   2.06%|  41.89%
727.75/729.51	c   730s|  5700 |   409 |  4169k| 530.9 |   619M |  24 | 949 | 916 |1994 |  15k|  2 |   0 |1195 |-1.704303e+02 |-1.670000e+02 |   2.05%|  43.13%
751.70/753.58	c   754s|  5800 |   391 |  4264k| 536.2 |   620M |  24 | 949 | 916 |1995 |  15k|  0 |   0 |1216 |-1.704272e+02 |-1.670000e+02 |   2.05%|  44.60%
766.97/768.80	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
766.97/768.80	c   769s|  5900 |   387 |  4351k| 540.4 |   681M |  24 | 949 | 916 |2009 |  16k|  0 |   0 |1230 |-1.704083e+02 |-1.670000e+02 |   2.04%|  45.93%
792.22/794.15	c   794s|  6000 |   373 |  4454k| 546.5 |   687M |  24 | 949 | 916 |2035 |  17k|  1 |   0 |1233 |-1.704048e+02 |-1.670000e+02 |   2.04%|  47.72%
817.16/819.15	c   819s|  6100 |   355 |  4558k| 552.5 |   688M |  24 | 949 | 916 |2018 |  18k|  0 |   0 |1238 |-1.703994e+02 |-1.670000e+02 |   2.04%|  49.70%
839.40/841.47	c   841s|  6200 |   329 |  4658k| 557.8 |   688M |  24 | 949 | 916 |2020 |  18k|  0 |   0 |1243 |-1.703816e+02 |-1.670000e+02 |   2.02%|  52.15%
860.55/862.64	c   863s|  6300 |   313 |  4755k| 562.8 |   688M |  24 | 949 | 916 |2014 |  19k|  0 |   0 |1246 |-1.703732e+02 |-1.670000e+02 |   2.02%|  54.06%
881.59/883.72	c   884s|  6400 |   281 |  4855k| 567.9 |   689M |  24 | 949 | 916 |1986 |  20k|  2 |   0 |1264 |-1.703609e+02 |-1.670000e+02 |   2.01%|  56.62%
907.13/909.36	c   909s|  6500 |   257 |  4968k| 574.4 |   689M |  24 | 949 | 916 |1988 |  21k|  0 |   0 |1275 |-1.702972e+02 |-1.670000e+02 |   1.97%|  58.50%
932.77/935.09	c   935s|  6600 |   235 |  5089k| 581.7 |   690M |  24 | 949 | 916 |2029 |  22k|  2 |   0 |1277 |-1.702768e+02 |-1.670000e+02 |   1.96%|  62.23%
956.41/958.78	c   959s|  6700 |   207 |  5197k| 587.3 |   690M |  24 | 949 | 916 |2004 |  23k|  1 |   0 |1285 |-1.702716e+02 |-1.670000e+02 |   1.96%|  64.74%
980.55/982.92	c   983s|  6800 |   179 |  5315k| 594.0 |   690M |  24 | 949 | 916 |1989 |  24k|  2 |   0 |1287 |-1.702575e+02 |-1.670000e+02 |   1.95%|  68.50%
1004.79/1007.22	c  1007s|  6900 |   159 |  5425k| 599.6 |   690M |  24 | 949 | 916 |2009 |  25k|  0 |   0 |1299 |-1.702337e+02 |-1.670000e+02 |   1.94%|  71.72%
1029.43/1031.93	c  1032s|  7000 |   127 |  5545k| 606.2 |   690M |  24 | 949 | 916 |2008 |  26k|  2 |   0 |1312 |-1.701952e+02 |-1.670000e+02 |   1.91%|  75.69%
1049.48/1052.02	c  1052s|  7100 |    93 |  5658k| 612.0 |   691M |  24 | 949 | 916 |1990 |  26k|  1 |   0 |1324 |-1.701802e+02 |-1.670000e+02 |   1.90%|  81.23%
1068.63/1071.30	c  1071s|  7200 |    73 |  5762k| 616.6 |   691M |  24 | 949 | 916 |2030 |  27k|  0 |   0 |1330 |-1.701210e+02 |-1.670000e+02 |   1.87%|  86.38%
1091.57/1094.21	c  1094s|  7300 |    41 |  5878k| 622.3 |   691M |  24 | 949 | 916 |1993 |  28k|  2 |   0 |1338 |-1.699854e+02 |-1.670000e+02 |   1.79%|  91.12%
1108.03/1110.70	c 
1108.03/1110.70	c SCIP Status        : problem is solved [optimal solution found]
1108.03/1110.70	c Solving Time (sec) : 1110.70
1108.03/1110.70	c Solving Nodes      : 7393 (total of 9500 nodes in 2 runs)
1108.03/1110.70	c Primal Bound       : -1.67000000000000e+02 (51 solutions)
1108.03/1110.70	c Dual Bound         : -1.67000000000000e+02
1108.03/1110.70	c Gap                : 0.00 %
1108.03/1110.70	s OPTIMUM FOUND
1108.03/1110.70	v -x238 -x325 x324 -x225 x221 x210 x209 -x208 x207 -x202 -x280 x319 -x301 -x313 x195 -x312 -x189 x217 -x186 -x297 -x179 -x175 x176 
1108.03/1110.70	v -x170 x200 x322 -x311 x317 x167 -x165 x323 x224 -x298 x161 x184 x160 -x159 x293 -x157 -x302 x258 x153 x276 -x205 x306 x239 
1108.03/1110.70	v x150 -x148 x321 x146 -x279 x308 -x143 x139 -x192 -x191 -x164 x190 x187 -x188 x132 -x218 x129 x130 -x265 -x213 -x126 -x320 -x287 
1108.03/1110.70	v -x125 -x124 -x206 -x151 -x263 -x309 x318 -x286 x121 -x119 x194 x304 -x117 x115 -x163 -x138 x162 -x246 -x307 x110 x316 -x185 
1108.03/1110.70	v x108 x315 x314 -x253 x244 x105 x104 -x174 x271 x177 x147 -x103 x173 -x144 -x266 x203 x99 x198 x118 -x300 x196 x227 x94 -x135 
1108.03/1110.70	v -x114 x134 -x242 x88 x222 -x219 x87 -x183 -x158 -x84 -x310 x269 -x259 -x82 -x120 x81 x168 -x98 x250 -x77 x141 x193 x75 -x112 
1108.03/1110.70	v -x93 -x111 x247 x231 -x71 -x270 -x215 x131 -x268 -x69 x290 x296 -x264 -x251 -x178 -x102 -x67 x65 -x100 x64 -x234 -x305 -x80 
1108.03/1110.70	v -x289 x254 -x61 -x166 x140 x116 x226 x58 -x91 -x74 x90 -x303 -x223 x54 x274 -x109 x52 -x214 x51 x229 -x154 -x292 x267 -x272 
1108.03/1110.70	v x230 x50 x152 -x49 x285 x46 -x237 -x95 x45 x137 x44 x72 -x57 -x299 -x294 x41 x278 x86 -x85 x39 -x212 -x182 x38 x123 x66 -x48 
1108.03/1110.70	v -x257 x101 x47 x37 -x36 -x142 x96 x295 x113 x33 -x291 -x55 -x43 -x282 x220 -x216 x70 -x29 -x284 x181 x156 -x28 -x32 -x288 x92 
1108.03/1110.70	v x27 -x53 x25 x281 -x155 -x128 x24 -x26 x73 x31 x23 x68 -x40 x30 x21 -x277 -x211 x127 -x107 -x20 -x197 -x19 -x22 x56 -x42 x18 
1108.03/1110.70	v -x273 x180 -x106 x83 x16 -x283 -x60 -x228 -x17 x13 x245 x204 -x171 -x122 -x12 -x241 -x97 -x252 x172 x149 -x145 -x10 -x199 x79 
1108.03/1110.70	v -x63 x9 x275 x249 x15 x11 -x8 -x235 x169 -x62 x7 -x262 x261 -x240 x6 -x248 -x76 -x35 x34 x5 -x256 x255 -x201 -x78 x4 -x260 
1108.03/1110.70	v x243 -x59 -x14 x3 x233 x133 -x89 x236 x232 x136 x2 -x1 
1108.03/1110.70	c SCIP Status        : problem is solved [optimal solution found]
1108.03/1110.70	c Total Time         :    1110.70
1108.03/1110.70	c   solving          :    1110.70
1108.03/1110.70	c   presolving       :       0.02 (included in solving)
1108.03/1110.70	c   reading          :       0.00 (included in solving)
1108.03/1110.70	c   copying          :       0.08 (29 #copies) (minimal 0.00, maximal 0.00, average 0.00)
1108.03/1110.70	c Original Problem   :
1108.03/1110.70	c   Problem name     : HOME/instance-4460080-1721939466.opb
1108.03/1110.70	c   Variables        : 949 (325 binary, 0 integer, 624 implicit integer, 0 continuous)
1108.03/1110.70	c   Constraints      : 624 initial, 624 maximal
1108.03/1110.70	c   Objective        : minimize, 852 non-zeros (abs.min = 1, abs.max = 2)
1108.03/1110.70	c Presolved Problem  :
1108.03/1110.70	c   Problem name     : t_HOME/instance-4460080-1721939466.opb
1108.03/1110.70	c   Variables        : 949 (325 binary, 0 integer, 624 implicit integer, 0 continuous)
1108.03/1110.70	c   Constraints      : 916 initial, 916 maximal
1108.03/1110.70	c   Objective        : minimize, 852 non-zeros (abs.min = 1, abs.max = 2)
1108.03/1110.70	c   Nonzeros         : 5843 constraint, 2304 clique table
1108.03/1110.70	c Presolvers         :   ExecTime  SetupTime  Calls  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons    AddCons   ChgSides   ChgCoefs
1108.03/1110.70	c   boundshift       :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
1108.03/1110.70	c   convertinttobin  :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
1108.03/1110.70	c   domcol           :       0.00       0.00      2          0          0          0          0          0          0          0          0          0
1108.03/1110.70	c   dualagg          :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
1108.03/1110.70	c   dualcomp         :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
1108.03/1110.70	c   dualinfer        :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
1108.03/1110.70	c   dualsparsify     :       0.00       0.00      1          0          0          0          0          0          0          0          0          0
1108.03/1110.70	c   gateextraction   :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
1108.03/1110.70	c   implics          :       0.00       0.00      3          0          0          0          0          0          0          0          0          0
1108.03/1110.70	c   inttobinary      :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
1108.03/1110.70	c   milp             :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
1108.03/1110.70	c   qpkktref         :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
1108.03/1110.70	c   redvub           :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
1108.03/1110.70	c   sparsify         :       0.00       0.00      1          0          0          0          0          0          0          0          0          0
1108.03/1110.70	c   stuffing         :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
1108.03/1110.70	c   trivial          :       0.00       0.00      3          0          0          0          0          0          0          0          0          0
1108.03/1110.70	c   tworowbnd        :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
1108.03/1110.70	c   dualfix          :       0.00       0.00      3          0          0          0          0          0          0          0          0          0
1108.03/1110.70	c   genvbounds       :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
1108.03/1110.70	c   probing          :       0.00       0.00      1          0          0          0          0          0          0          0          0          0
1108.03/1110.70	c   pseudoobj        :       0.00       0.00      2          0          0          0          0          0          0          0          0          0
1108.03/1110.70	c   symmetry         :       0.00       0.00      1          0          0          0          0          0          0          0          0          0
1108.03/1110.70	c   vbounds          :       0.00       0.00      2          0          0          0          0          0          0          0          0          0
1108.03/1110.70	c   knapsack         :       0.00       0.00      3          0          0          0          0          0          0          0          0          0
1108.03/1110.70	c   setppc           :       0.00       0.00      3          0          0          0          0          0          0          0          0          0
1108.03/1110.70	c   and              :       0.00       0.00      6          0          0          0          0          0          0          0          0          0
1108.03/1110.70	c   linear           :       0.00       0.00      2          0          0          0          0          0          0          0          0          0
1108.03/1110.70	c   benders          :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
1108.03/1110.70	c   components       :       0.00       0.00      2          0          0          0          0          0          0          0          0          0
1108.03/1110.70	c   root node        :          -          -      -         49          -          -         49          -          -          -          -          -
1108.03/1110.70	c Constraints        :     Number  MaxNumber  #Separate #Propagate    #EnfoLP    #EnfoRelax  #EnfoPS    #Check   #ResProp    Cutoffs    DomReds       Cuts    Applied      Conss   Children
1108.03/1110.70	c   benderslp        :          0          0          0          0       5057          0          0        465          0          0          0          0          0          0          0
1108.03/1110.70	c   integral         :          0          0          0          0       5057          0          0        465          0          1          0          0          0          0      10112
1108.03/1110.70	c   knapsack         :        287        287         20      52743          0          0          0          0          0          0       8618          7          5          0          0
1108.03/1110.70	c   setppc           :          5+        29         20      51533          0          0          0          0          0          0         22          0          0          0          0
1108.03/1110.70	c   and              :        624        624      10415      80572          0          0          0        462          0          0      17537       7410       4495          0          0
1108.03/1110.70	c   benders          :          0          0          0          0          0          0          0         93          0          0          0          0          0          0          0
1108.03/1110.70	c   fixedvar         :          0          0          0          0          0          0          0         93          0          0          0          0          0          0          0
1108.03/1110.70	c   countsols        :          0          0          0          0          0          0          0         93          0          0          0          0          0          0          0
1108.03/1110.70	c   components       :          0          0          0          0          0          0          0          0          0          0          0          0          0          0          0
1108.03/1110.70	c Constraint Timings :  TotalTime  SetupTime   Separate  Propagate     EnfoLP     EnfoPS     EnfoRelax   Check    ResProp    SB-Prop
1108.03/1110.70	c   benderslp        :       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00
1108.03/1110.70	c   integral         :      71.84       0.00       0.00       0.00      71.84       0.00       0.00       0.00       0.00       0.00
1108.03/1110.70	c   knapsack         :       0.42       0.00       0.05       0.36       0.00       0.00       0.00       0.00       0.00       0.01
1108.03/1110.70	c   setppc           :       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00
1108.03/1110.70	c   and              :       1.80       0.00       1.29       0.47       0.00       0.00       0.00       0.00       0.00       0.03
1108.03/1110.70	c   benders          :       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00
1108.03/1110.70	c   fixedvar         :       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00
1108.03/1110.70	c   countsols        :       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00
1108.03/1110.70	c   components       :       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00
1108.03/1110.70	c Propagators        : #Propagate   #ResProp    Cutoffs    DomReds
1108.03/1110.70	c   dualfix          :          4          0          0          0
1108.03/1110.70	c   genvbounds       :          0          0          0          0
1108.03/1110.70	c   nlobbt           :          0          0          0          0
1108.03/1110.70	c   obbt             :          0          0          0          0
1108.03/1110.70	c   probing          :          0          0          0          0
1108.03/1110.70	c   pseudoobj        :      26301          0          0          0
1108.03/1110.70	c   redcost          :      22213          0          0     134142
1108.03/1110.70	c   rootredcost      :         10          0          0          0
1108.03/1110.70	c   symmetry         :          0          0          0          0
1108.03/1110.70	c   vbounds          :      32631          0          0          0
1108.03/1110.70	c Propagator Timings :  TotalTime  SetupTime   Presolve  Propagate    ResProp    SB-Prop
1108.03/1110.70	c   dualfix          :       0.00       0.00       0.00       0.00       0.00       0.00
1108.03/1110.70	c   genvbounds       :       0.01       0.00       0.00       0.01       0.00       0.00
1108.03/1110.70	c   nlobbt           :       0.00       0.00       0.00       0.00       0.00       0.00
1108.03/1110.70	c   obbt             :       0.00       0.00       0.00       0.00       0.00       0.00
1108.03/1110.70	c   probing          :       0.00       0.00       0.00       0.00       0.00       0.00
1108.03/1110.70	c   pseudoobj        :       0.03       0.00       0.00       0.03       0.00       0.00
1108.03/1110.70	c   redcost          :       0.49       0.00       0.00       0.49       0.00       0.00
1108.03/1110.70	c   rootredcost      :       0.01       0.00       0.00       0.01       0.00       0.00
1108.03/1110.70	c   symmetry         :       0.01       0.00       0.00       0.01       0.00       0.00
1108.03/1110.70	c   vbounds          :       0.02       0.00       0.00       0.02       0.00       0.00
1108.03/1110.70	c Symmetry           :
1108.03/1110.70	c   orbitopal red.   :          0 reductions applied,          0 cutoffs
1108.03/1110.70	c   orbital reduction:          0 reductions applied,          0 cutoffs
1108.03/1110.70	c   lexicographic red:          0 reductions applied,          0 cutoffs
1108.03/1110.70	c   shadow tree time :       0.00 s
1108.03/1110.70	c Conflict Analysis  :       Time      Calls    Success    DomReds  Conflicts   Literals    Reconvs ReconvLits   Dualrays   Nonzeros   LP Iters   (pool size: [--,--])
1108.03/1110.70	c   propagation      :       0.00          0          0          -          0        0.0          0        0.0          -          -          -
1108.03/1110.70	c   infeasible LP    :       0.00          0          0          -          0        0.0          0        0.0          0        0.0          0
1108.03/1110.70	c   bound exceed. LP :       0.00          5          0          -          0        0.0          0        0.0          0        0.0         50
1108.03/1110.70	c   strong branching :       0.00          0          0          -          0        0.0          0        0.0          -          -          0
1108.03/1110.70	c   pseudo solution  :       0.00          0          0          -          0        0.0          0        0.0          -          -          -
1108.03/1110.70	c   applied globally :       0.00          -          -          0          0        0.0          -          -          0          -          -
1108.03/1110.70	c   applied locally  :          -          -          -          0          0        0.0          -          -          0          -          -
1108.03/1110.70	c Separators         :   ExecTime  SetupTime      Calls  RootCalls    Cutoffs    DomReds  FoundCuts ViaPoolAdd  DirectAdd    Applied ViaPoolApp  DirectApp      Conss
1108.03/1110.70	c   cut pool         :      31.64          -       6379         85          -          -     144596     462782          -          -          -          -          -    (maximal pool size:       4896)
1108.03/1110.70	c   aggregation      :     156.51       0.00       3276         45          0          0         38         42          0          2          2          0          0
1108.03/1110.70	c   > cmir           :          -          -          -          -          -          -          -         41          0          2          2          0          -
1108.03/1110.70	c   > flowcover      :          -          -          -          -          -          -          -          1          0          0          0          0          -
1108.03/1110.70	c   > knapsackcover  :          -          -          -          -          -          -          -          0          0          0          0          0          -
1108.03/1110.70	c   cgmip            :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
1108.03/1110.70	c   clique           :       0.02       0.00         45         45          0          0          0          0          0          0          0          0          0
1108.03/1110.70	c   closecuts        :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
1108.03/1110.70	c   convexproj       :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
1108.03/1110.70	c   disjunctive      :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
1108.03/1110.70	c   eccuts           :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
1108.03/1110.70	c   gauge            :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
1108.03/1110.70	c   gomory           :     185.39       0.00       2696         20          0          0     138780     202895         51       4754       4753          1          0
1108.03/1110.70	c   > gomorymi       :          -          -          -          -          -          -          -     100354         32       1595       1594          1          -
1108.03/1110.70	c   > strongcg       :          -          -          -          -          -          -          -     102541         19       3159       3159          0          -
1108.03/1110.70	c   impliedbounds    :       0.20       0.00       3276         45          0          0       1087       2462          0       1946       1946          0          0
1108.03/1110.70	c   interminor       :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
1108.03/1110.70	c   intobj           :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
1108.03/1110.70	c   lagromory        :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
1108.03/1110.70	c   mcf              :       0.00       0.00          2          2          0          0          0          0          0          0          0          0          0
1108.03/1110.70	c   minor            :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
1108.03/1110.70	c   mixing           :       0.00       0.00       3278         47          0          0          0          0          0          0          0          0          0
1108.03/1110.70	c   multilinear      :       0.00       0.00        434         47          0          0          0          0          0          0          0          0          0
1108.03/1110.70	c   oddcycle         :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
1108.03/1110.70	c   rapidlearning    :       0.02       0.00          0          0          0          0          0          0          0          0          0          0          0
1108.03/1110.70	c   rlt              :      51.21       0.00        758         20          0          0        289        590          7        425        425          0          0
1108.03/1110.70	c   zerohalf         :      28.75       0.00       2716         40          0          0       4477     256793         17      21408      21407          1          0
1108.03/1110.70	c Cutselectors       :   ExecTime  SetupTime      Calls  RootCalls   Selected     Forced   Filtered  RootSelec   RootForc   RootFilt 
1108.03/1110.70	c   hybrid           :       3.01       0.00       5671         46      33035          0     437239       1223          0       6506
1108.03/1110.70	c   ensemble         :       0.00       0.00          0          0          0          0          0          0          0          0
1108.03/1110.70	c   dynamic          :       0.00       0.00          0          0          0          0          0          0          0          0
1108.03/1110.70	c Pricers            :   ExecTime  SetupTime      Calls       Vars
1108.03/1110.70	c   problem variables:       0.30          -      27905      28983
1108.03/1110.70	c Branching Rules    :   ExecTime  SetupTime   BranchLP  BranchExt   BranchPS    Cutoffs    DomReds       Cuts      Conss   Children
1108.03/1110.70	c   allfullstrong    :       0.00       0.00          0          0          0          0          0          0          0          0
1108.03/1110.70	c   cloud            :       0.00       0.00          0          0          0          0          0          0          0          0
1108.03/1110.70	c   distribution     :       0.00       0.00          0          0          0          0          0          0          0          0
1108.03/1110.70	c   fullstrong       :       0.00       0.00          0          0          0          0          0          0          0          0
1108.03/1110.70	c   gomory           :       0.00       0.00          0          0          0          0          0          0          0          0
1108.03/1110.70	c   inference        :       0.00       0.00          0          0          0          0          0          0          0          0
1108.03/1110.70	c   leastinf         :       0.00       0.00          0          0          0          0          0          0          0          0
1108.03/1110.70	c   lookahead        :       0.00       0.00          0          0          0          0          0          0          0          0
1108.03/1110.70	c   mostinf          :       0.00       0.00          0          0          0          0          0          0          0          0
1108.03/1110.70	c   multaggr         :       0.00       0.00          0          0          0          0          0          0          0          0
1108.03/1110.70	c   nodereopt        :       0.00       0.00          0          0          0          0          0          0          0          0
1108.03/1110.70	c   pscost           :       0.00       0.00          0          0          0          0          0          0          0          0
1108.03/1110.70	c   random           :       0.00       0.00          0          0          0          0          0          0          0          0
1108.03/1110.70	c   relpscost        :      71.84       0.00       5057          0          0          1          0          0          0      10112
1108.03/1110.70	c   vanillafullstrong:       0.00       0.00          0          0          0          0          0          0          0          0
1108.03/1110.70	c Primal Heuristics  :   ExecTime  SetupTime      Calls      Found       Best
1108.03/1110.70	c   LP solutions     :       0.00          -          -          0          0
1108.03/1110.70	c   relax solutions  :       0.00          -          -          0          0
1108.03/1110.70	c   pseudo solutions :       0.00          -          -          0          0
1108.03/1110.70	c   strong branching :       0.00          -          -          1          1
1108.03/1110.70	c   actconsdiving    :       0.00       0.00          0          0          0
1108.03/1110.70	c   adaptivediving   :       7.81       0.00         51          1          1
1108.03/1110.70	c   alns             :       0.03       0.00          5          0          0
1108.03/1110.70	c   bound            :       0.00       0.00          0          0          0
1108.03/1110.70	c   clique           :       0.01       0.00          1          1          1
1108.03/1110.70	c   coefdiving       :       0.00       0.00          0          0          0
1108.03/1110.70	c   completesol      :       0.00       0.00          0          0          0
1108.03/1110.70	c   conflictdiving   :       0.00       0.00          0          0          0
1108.03/1110.70	c   crossover        :       0.17       0.00          1          1          0
1108.03/1110.70	c   dins             :       0.00       0.00          0          0          0
1108.03/1110.70	c   distributiondivin:      11.98       0.00         36          0          0
1108.03/1110.70	c   dps              :       0.00       0.00          0          0          0
1108.03/1110.70	c   dualval          :       0.00       0.00          0          0          0
1108.03/1110.70	c   farkasdiving     :       7.46       0.00         36          1          1
1108.03/1110.70	c   feasjump         :       0.00       0.00          0          0          0
1108.03/1110.70	c   feaspump         :       0.25       0.00          1          1          0
1108.03/1110.70	c   fixandinfer      :       0.00       0.00          0          0          0
1108.03/1110.70	c   fracdiving       :       5.17       0.00         36          1          1
1108.03/1110.70	c   gins             :       0.17       0.00         17         17          0
1108.03/1110.70	c   guideddiving     :       4.49       0.00         35          1          1
1108.03/1110.70	c   indcoefdiving    :       0.00       0.00          0          0          0
1108.03/1110.70	c   indicator        :       0.01       0.00          0          0          0
1108.03/1110.70	c   indicatordiving  :       0.00       0.00          0          0          0
1108.03/1110.70	c   indoneopt        :       0.00       0.00          0          0          0
1108.03/1110.70	c   indrounding      :       0.00       0.00          0          0          0
1108.03/1110.70	c   indtwoopt        :       0.00       0.00          0          0          0
1108.03/1110.70	c   intdiving        :       0.00       0.00          0          0          0
1108.03/1110.70	c   intshifting      :       0.00       0.00          0          0          0
1108.03/1110.70	c   linesearchdiving :       4.48       0.00         35          0          0
1108.03/1110.70	c   localbranching   :       0.00       0.00          0          0          0
1108.03/1110.70	c   locks            :       0.00       0.00          1          0          0
1108.03/1110.70	c   lpface           :       0.00       0.00          0          0          0
1108.03/1110.70	c   mpec             :       0.00       0.00          0          0          0
1108.03/1110.70	c   multistart       :       0.00       0.00          0          0          0
1108.03/1110.70	c   mutation         :       0.00       0.00          0          0          0
1108.03/1110.70	c   nlpdiving        :       0.00       0.00          0          0          0
1108.03/1110.70	c   objpscostdiving  :       4.03       0.00          7          6          0
1108.03/1110.70	c   octane           :       0.00       0.00          0          0          0
1108.03/1110.70	c   ofins            :       0.00       0.00          0          0          0
1108.03/1110.70	c   oneopt           :       0.02       0.00         12          3          3
1108.03/1110.70	c   padm             :       0.00       0.00          0          0          0
1108.03/1110.70	c   proximity        :       0.00       0.00          0          0          0
1108.03/1110.70	c   pscostdiving     :       4.39       0.00         36          1          1
1108.03/1110.70	c   randrounding     :       0.16       0.00        360          0          0
1108.03/1110.70	c   rens             :       0.00       0.00          0          0          0
1108.03/1110.70	c   reoptsols        :       0.00       0.00          0          0          0
1108.03/1110.70	c   repair           :       0.00       0.00          0          0          0
1108.03/1110.70	c   rins             :       1.01       0.00          5          5          0
1108.03/1110.70	c   rootsoldiving    :       1.04       0.00          8          4          0
1108.03/1110.70	c   rounding         :       0.08       0.00       1366          0          0
1108.03/1110.70	c   scheduler        :       0.00       0.00          0          0          0
1108.03/1110.70	c   shiftandpropagate:       0.00       0.00          0          0          0
1108.03/1110.70	c   shifting         :       0.33       0.00        801          0          0
1108.03/1110.70	c   simplerounding   :       0.38       0.00      24503          4          4
1108.03/1110.70	c   smallcard        :       0.00       0.00          0          0          0
1108.03/1110.70	c   subnlp           :       0.01       0.00          0          0          0
1108.03/1110.70	c   trivial          :       0.00       0.00          4          2          1
1108.03/1110.70	c   trivialnegation  :       0.00       0.00          0          0          0
1108.03/1110.70	c   trustregion      :       0.00       0.00          0          0          0
1108.03/1110.70	c   trysol           :       0.00       0.00          0          0          0
1108.03/1110.70	c   twoopt           :       0.00       0.00          0          0          0
1108.03/1110.70	c   undercover       :       0.02       0.00          1          1          1
1108.03/1110.70	c   vbounds          :       0.01       0.00          2          0          0
1108.03/1110.70	c   veclendiving     :       1.11       0.00         36          0          0
1108.03/1110.70	c   zeroobj          :       0.00       0.00          0          0          0
1108.03/1110.70	c   zirounding       :       0.23       0.00       1000          0          0
1108.03/1110.70	c   other solutions  :          -          -          -          0          -
1108.03/1110.70	c LNS (Scheduler)    :      Calls  SetupTime  SolveTime SolveNodes       Sols       Best       Exp3    Exp3-IX  EpsGreedy        UCB TgtFixRate  Opt  Inf Node Stal  Sol  Usr Othr Actv
1108.03/1110.70	c   rens             :          0       0.00       0.00          0          0          0    0.00000    0.12500   -1.00000    1.00000      0.900    0    0    0    0    0    0    0    1
1108.03/1110.70	c   rins             :          0       0.00       0.00          0          0          0    0.00000    0.12500   -1.00000    1.00000      0.900    0    0    0    0    0    0    0    1
1108.03/1110.70	c   mutation         :          0       0.00       0.00          0          0          0    0.00000    0.12500   -1.00000    1.00000      0.900    0    0    0    0    0    0    0    1
1108.03/1110.70	c   localbranching   :          0       0.00       0.00          0          0          0    0.00000    0.12500   -1.00000    1.00000      0.900    0    0    0    0    0    0    0    1
1108.03/1110.70	c   crossover        :          0       0.00       0.00          0          0          0    0.00000    0.12500   -1.00000    1.00000      0.900    0    0    0    0    0    0    0    1
1108.03/1110.70	c   proximity        :          0       0.00       0.00          0          0          0    0.00000    0.12500   -1.00000    1.00000      0.900    0    0    0    0    0    0    0    1
1108.03/1110.70	c   zeroobjective    :          0       0.00       0.00          0          0          0    0.00000    0.12500   -1.00000    1.00000      0.900    0    0    0    0    0    0    0    1
1108.03/1110.70	c   dins             :          0       0.00       0.00          0          0          0    0.00000    0.12500   -1.00000    1.00000      0.900    0    0    0    0    0    0    0    1
1108.03/1110.70	c   trustregion      :          0       0.00       0.00          0          0          0    0.00000    0.00000   -1.00000    1.00000      0.900    0    0    0    0    0    0    0    0
1108.03/1110.70	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec  Time-0-It Calls-0-It    ItLimit
1108.03/1110.70	c   primal LP        :      52.48      12923     425686      67.61    8111.49       6.30       6627
1108.03/1110.70	c   dual LP          :     417.01      21621    4910566     323.79   11775.59       3.62       6455
1108.03/1110.70	c   lex dual LP      :       0.00          0          0       0.00          -
1108.03/1110.70	c   barrier LP       :       0.00          0          0       0.00          -       0.00          0
1108.03/1110.70	c   resolve instable :       0.00          0          0       0.00          -
1108.03/1110.70	c   diving/probing LP:      48.38       2283     656909     287.74   13579.50
1108.03/1110.70	c   strong branching :      68.96       1340     828269     618.11   12010.16          -          -        513
1108.03/1110.70	c     (at root node) :          -         62      57428     926.26          -
1108.03/1110.70	c   conflict analysis:       0.00          5         50      10.00          -
1108.03/1110.70	c B&B Tree           :
1108.03/1110.70	c   number of runs   :          2
1108.03/1110.70	c   nodes            :       7393 (3714 internal, 3679 leaves)
1108.03/1110.70	c   feasible leaves  :          0
1108.03/1110.70	c   infeas. leaves   :       3679
1108.03/1110.70	c   objective leaves :          0
1108.03/1110.70	c   nodes (total)    :       9500 (5056 internal, 4444 leaves)
1108.03/1110.70	c   nodes left       :          0
1108.03/1110.70	c   max depth        :         24
1108.03/1110.70	c   max depth (total):         48
1108.03/1110.70	c   backtracks       :       2691 (36.4%)
1108.03/1110.70	c   early backtracks :          0 (0.0%)
1108.03/1110.70	c   nodes exc. ref.  :          0 (0.0%)
1108.03/1110.70	c   delayed cutoffs  :          0
1108.03/1110.70	c   repropagations   :          1 (0 domain reductions, 0 cutoffs)
1108.03/1110.70	c   avg switch length:       5.11
1108.03/1110.70	c   switching time   :       1.41
1108.03/1110.70	c Root Node          :
1108.03/1110.70	c   First LP value   : -2.11000000000000e+02
1108.03/1110.70	c   First LP Iters   :        811 (66312.35 Iter/sec)
1108.03/1110.70	c   First LP Time    :       0.01
1108.03/1110.70	c   Final Dual Bound : -1.72164702167686e+02
1108.03/1110.70	c   Final Root Iters :      25112
1108.03/1110.70	c   Root LP Estimate : -1.22124909480924e+02
1108.03/1110.70	c Solution           :
1108.03/1110.70	c   Solutions found  :         51 (16 improvements)
1108.03/1110.70	c   First Solution   : +0.00000000000000e+00   (in run 1, after 0 nodes, 0.00 seconds, depth 0, found by <trivial>)
1108.03/1110.70	c   Gap First Sol.   :   infinite
1108.03/1110.70	c   Gap Last Sol.    :       2.61 %
1108.03/1110.70	c   Primal Bound     : -1.67000000000000e+02   (in run 2, after 809 nodes, 173.71 seconds, depth 24, found by <relaxation>)
1108.03/1110.70	c   Dual Bound       : -1.67000000000000e+02
1108.03/1110.70	c   Gap              :       0.00 %
1108.03/1110.70	c Integrals          :      Total       Avg%
1108.03/1110.70	c   primal-dual      :    2856.95       2.57
1108.03/1110.70	c   primal-ref       :          -          - (not evaluated)
1108.03/1110.70	c   dual-ref         :          -          - (not evaluated)
1108.43/1111.16	c Time complete: 1108.5.

Verifier Data

OK	-167

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: 2
  memory of node 0: 63968 MiB (61147 MiB free)
  memory of node 1: 64473 MiB (62193 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4460080-1721939466/watcher-4460080-1721939466 -o /tmp/evaluation-result-4460080-1721939466/solver-4460080-1721939466 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC030-1721939462-308653 --watchdog 3760 pbscip -f HOME/instance-4460080-1721939466.opb -t 3600 -j 2 -m 31000 

running on 2 cores: 1,3

CPU governors:
  performance: 1 3

Enforcing FSIZE limit: 104857600 KiB
Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 3600 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 3630 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=308805, runsolver pid=308802
Current StackSize limit: 8192 KiB


[startup+0.100089 s]*
/proc/loadavg: 0.43 0.17 0.19 5/258 308806
/proc/meminfo: memFree=126279936/131524600 swapFree=131056796/131071996
[pid=308805] ppid=308802 vsize=76372 memory=36712 CPUtime=0.1 cores=1,3
/proc/308805/stat : 308805 (pbscip) R 308802 308805 308641 0 -1 4194304 5629 0 0 0 9 1 0 0 20 0 1 0 30470585 78204928 9178 134679101440 4194304 18693293 140733842777040 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 21375888 21430392 37146624 140733842781187 140733842781286 140733842781286 140733842788302 0
/proc/308805/statm: 19093 9178 3954 3540 0 7350 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 76372 KiB
Current children cumulated memory: 36712 KiB

[startup+0.205591 s]*
/proc/loadavg: 0.43 0.17 0.19 5/258 308806
/proc/meminfo: memFree=126279740/131524600 swapFree=131056796/131071996
[pid=308805] ppid=308802 vsize=76372 memory=36988 CPUtime=0.2 cores=1,3
/proc/308805/stat : 308805 (pbscip) R 308802 308805 308641 0 -1 4194304 5658 0 0 0 19 1 0 0 20 0 1 0 30470585 78204928 9247 134679101440 4194304 18693293 140733842777040 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 21375888 21430392 37146624 140733842781187 140733842781286 140733842781286 140733842788302 0
/proc/308805/statm: 19093 9247 3970 3540 0 7350 0
Current children cumulated CPU time: 0.2 s
Current children cumulated vsize: 76372 KiB
Current children cumulated memory: 36988 KiB

[startup+0.30463 s]*
/proc/loadavg: 0.43 0.17 0.19 5/258 308806
/proc/meminfo: memFree=126277584/131524600 swapFree=131056796/131071996
[pid=308805] ppid=308802 vsize=77312 memory=38044 CPUtime=0.3 cores=1,3
/proc/308805/stat : 308805 (pbscip) R 308802 308805 308641 0 -1 4194304 5896 0 0 0 29 1 0 0 20 0 1 0 30470585 79167488 9511 134679101440 4194304 18693293 140733842777040 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 21375888 21430392 37146624 140733842781187 140733842781286 140733842781286 140733842788302 0
/proc/308805/statm: 19328 9511 3970 3540 0 7585 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 77312 KiB
Current children cumulated memory: 38044 KiB

[startup+0.70019 s]
/proc/loadavg: 0.43 0.17 0.19 5/258 308806
/proc/meminfo: memFree=126338960/131524600 swapFree=131056796/131071996
[pid=308805] ppid=308802 vsize=86900 memory=47020 CPUtime=0.69 cores=1,3
/proc/308805/stat : 308805 (pbscip) R 308802 308805 308641 0 -1 4194304 8158 0 0 0 68 1 0 0 20 0 1 0 30470585 88985600 11755 134679101440 4194304 18693293 140733842777040 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 21375888 21430392 37146624 140733842781187 140733842781286 140733842781286 140733842788302 0
/proc/308805/statm: 21725 11755 3970 3540 0 9982 0
Current children cumulated CPU time: 0.69 s
Current children cumulated vsize: 86900 KiB
Current children cumulated memory: 47020 KiB

[startup+1.50018 s]
/proc/loadavg: 0.43 0.17 0.19 5/256 308806
/proc/meminfo: memFree=126391484/131524600 swapFree=131056796/131071996
[pid=308805] ppid=308802 vsize=103860 memory=62332 CPUtime=1.49 cores=1,3
/proc/308805/stat : 308805 (pbscip) R 308802 308805 308641 0 -1 4194304 11983 0 0 0 147 2 0 0 20 0 1 0 30470585 106352640 15583 134679101440 4194304 18693293 140733842777040 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 21375888 21430392 37146624 140733842781187 140733842781286 140733842781286 140733842788302 0
/proc/308805/statm: 25965 15583 3970 3540 0 14222 0
Current children cumulated CPU time: 1.49 s
Current children cumulated vsize: 103860 KiB
Current children cumulated memory: 62332 KiB

[startup+3.10525 s]
/proc/loadavg: 0.43 0.17 0.19 4/251 308839
/proc/meminfo: memFree=126384204/131524600 swapFree=131056796/131071996
[pid=308805] ppid=308802 vsize=106216 memory=63652 CPUtime=3.09 cores=1,3
/proc/308805/stat : 308805 (pbscip) R 308802 308805 308641 0 -1 4194304 12323 0 0 0 307 2 0 0 20 0 1 0 30470585 108765184 15913 134679101440 4194304 18693293 140733842777040 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 21375888 21430392 37146624 140733842781187 140733842781286 140733842781286 140733842788302 0
/proc/308805/statm: 26554 15913 3970 3540 0 14811 0
Current children cumulated CPU time: 3.09 s
Current children cumulated vsize: 106216 KiB
Current children cumulated memory: 63652 KiB

[startup+6.3002 s]
/proc/loadavg: 0.64 0.22 0.21 4/251 308839
/proc/meminfo: memFree=126378868/131524600 swapFree=131056796/131071996
[pid=308805] ppid=308802 vsize=108928 memory=66612 CPUtime=6.28 cores=1,3
/proc/308805/stat : 308805 (pbscip) R 308802 308805 308641 0 -1 4194304 13183 0 0 0 626 2 0 0 20 0 1 0 30470585 111542272 16653 134679101440 4194304 18693293 140733842777040 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 21375888 21430392 37146624 140733842781187 140733842781286 140733842781286 140733842788302 0
/proc/308805/statm: 27232 16653 3970 3540 0 15489 0
Current children cumulated CPU time: 6.28 s
Current children cumulated vsize: 108928 KiB
Current children cumulated memory: 66612 KiB

[startup+12.7001 s]
/proc/loadavg: 0.82 0.27 0.22 4/251 308840
/proc/meminfo: memFree=126374500/131524600 swapFree=131056796/131071996
[pid=308805] ppid=308802 vsize=108928 memory=66612 CPUtime=12.66 cores=1,3
/proc/308805/stat : 308805 (pbscip) R 308802 308805 308641 0 -1 4194304 13183 0 0 0 1264 2 0 0 20 0 1 0 30470585 111542272 16653 134679101440 4194304 18693293 140733842777040 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 21375888 21430392 37146624 140733842781187 140733842781286 140733842781286 140733842788302 0
/proc/308805/statm: 27232 16653 3970 3540 0 15489 0
Current children cumulated CPU time: 12.66 s
Current children cumulated vsize: 108928 KiB
Current children cumulated memory: 66612 KiB

[startup+25.5002 s]
/proc/loadavg: 1.16 0.36 0.25 4/251 308842
/proc/meminfo: memFree=126307164/131524600 swapFree=131056796/131071996
[pid=308805] ppid=308802 vsize=166288 memory=120292 CPUtime=25.42 cores=1,3
/proc/308805/stat : 308805 (pbscip) R 308802 308805 308641 0 -1 4194304 26580 0 0 0 2538 4 0 0 20 0 1 0 30470585 170278912 30073 134679101440 4194304 18693293 140733842777040 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 21375888 21430392 37146624 140733842781187 140733842781286 140733842781286 140733842788302 0
/proc/308805/statm: 41572 30073 4001 3540 0 29829 0
Current children cumulated CPU time: 25.42 s
Current children cumulated vsize: 166288 KiB
Current children cumulated memory: 120292 KiB

[startup+51.1047 s]
/proc/loadavg: 1.87 0.61 0.34 6/244 308876
/proc/meminfo: memFree=126341300/131524600 swapFree=131056796/131071996
[pid=308805] ppid=308802 vsize=196296 memory=150240 CPUtime=50.96 cores=1,3
/proc/308805/stat : 308805 (pbscip) R 308802 308805 308641 0 -1 4194304 34566 0 0 0 5091 5 0 0 20 0 1 0 30470585 201007104 37560 134679101440 4194304 18693293 140733842777040 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 21375888 21430392 37146624 140733842781187 140733842781286 140733842781286 140733842788302 0
/proc/308805/statm: 49074 37560 4001 3540 0 37331 0
Current children cumulated CPU time: 50.96 s
Current children cumulated vsize: 196296 KiB
Current children cumulated memory: 150240 KiB

[startup+102.3 s]
/proc/loadavg: 2.01 0.84 0.44 3/244 308887
/proc/meminfo: memFree=126209780/131524600 swapFree=131056796/131071996
[pid=308805] ppid=308802 vsize=304528 memory=255396 CPUtime=102.01 cores=1,3
/proc/308805/stat : 308805 (pbscip) R 308802 308805 308641 0 -1 4194304 62072 0 0 0 10188 13 0 0 20 0 1 0 30470585 311836672 63849 134679101440 4194304 18693293 140733842777040 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 21375888 21430392 37146624 140733842781187 140733842781286 140733842781286 140733842788302 0
/proc/308805/statm: 76132 63849 4001 3540 0 64389 0
Current children cumulated CPU time: 102.01 s
Current children cumulated vsize: 304528 KiB
Current children cumulated memory: 255396 KiB

[startup+162.3 s]
/proc/loadavg: 2.05 1.07 0.54 3/244 308898
/proc/meminfo: memFree=126027840/131524600 swapFree=131056796/131071996
[pid=308805] ppid=308802 vsize=420700 memory=369812 CPUtime=161.86 cores=1,3
/proc/308805/stat : 308805 (pbscip) R 308802 308805 308641 0 -1 4194304 97841 0 0 0 16165 21 0 0 20 0 1 0 30470585 430796800 92453 134679101440 4194304 18693293 140733842777040 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 21375888 21430392 37146624 140733842781187 140733842781286 140733842781286 140733842788302 0
/proc/308805/statm: 105175 92453 4001 3540 0 93432 0
Current children cumulated CPU time: 161.86 s
Current children cumulated vsize: 420700 KiB
Current children cumulated memory: 369812 KiB

[startup+222.3 s]
/proc/loadavg: 2.06 1.26 0.64 3/243 308909
/proc/meminfo: memFree=125943360/131524600 swapFree=131056796/131071996
[pid=308805] ppid=308802 vsize=474324 memory=427232 CPUtime=221.7 cores=1,3
/proc/308805/stat : 308805 (pbscip) R 308802 308805 308641 0 -1 4194304 110959 0 0 0 22146 24 0 0 20 0 1 0 30470585 485707776 106808 134679101440 4194304 18693293 140733842777040 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 21375888 21430392 37146624 140733842781187 140733842781286 140733842781286 140733842788302 0
/proc/308805/statm: 118581 106808 4001 3540 0 106838 0
Current children cumulated CPU time: 221.7 s
Current children cumulated vsize: 474324 KiB
Current children cumulated memory: 427232 KiB

[startup+282.3 s]
/proc/loadavg: 2.07 1.41 0.73 3/240 308919
/proc/meminfo: memFree=125826636/131524600 swapFree=131056796/131071996
[pid=308805] ppid=308802 vsize=549320 memory=497744 CPUtime=281.56 cores=1,3
/proc/308805/stat : 308805 (pbscip) R 308802 308805 308641 0 -1 4194304 128939 0 0 0 28130 26 0 0 20 0 1 0 30470585 562503680 124436 134679101440 4194304 18693293 140733842777040 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 21375888 21430392 37146624 140733842781187 140733842781286 140733842781286 140733842788302 0
/proc/308805/statm: 137330 124436 4001 3540 0 125587 0
Current children cumulated CPU time: 281.56 s
Current children cumulated vsize: 549320 KiB
Current children cumulated memory: 497744 KiB

[startup+342.3 s]
/proc/loadavg: 2.07 1.54 0.82 3/240 308929
/proc/meminfo: memFree=125712452/131524600 swapFree=131056796/131071996
[pid=308805] ppid=308802 vsize=577668 memory=532236 CPUtime=341.41 cores=1,3
/proc/308805/stat : 308805 (pbscip) R 308802 308805 308641 0 -1 4194304 135560 0 0 0 34114 27 0 0 20 0 1 0 30470585 591532032 133059 134679101440 4194304 18693293 140733842777040 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 21375888 21430392 37146624 140733842781187 140733842781286 140733842781286 140733842788302 0
/proc/308805/statm: 144417 133059 4001 3540 0 132674 0
Current children cumulated CPU time: 341.41 s
Current children cumulated vsize: 577668 KiB
Current children cumulated memory: 532236 KiB

[startup+402.3 s]
/proc/loadavg: 2.12 1.65 0.91 3/240 308941
/proc/meminfo: memFree=125653004/131524600 swapFree=131056796/131071996
[pid=308805] ppid=308802 vsize=591476 memory=541748 CPUtime=401.27 cores=1,3
/proc/308805/stat : 308805 (pbscip) R 308802 308805 308641 0 -1 4194304 137767 0 0 0 40099 28 0 0 20 0 1 0 30470585 605671424 135437 134679101440 4194304 18693293 140733842777040 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 21375888 21430392 37146624 140733842781187 140733842781286 140733842781286 140733842788302 0
/proc/308805/statm: 147869 135437 4001 3540 0 136126 0
Current children cumulated CPU time: 401.27 s
Current children cumulated vsize: 591476 KiB
Current children cumulated memory: 541748 KiB

[startup+462.3 s]
/proc/loadavg: 2.31 1.80 1.01 3/240 308951
/proc/meminfo: memFree=125627832/131524600 swapFree=131056796/131071996
[pid=308805] ppid=308802 vsize=609412 memory=564076 CPUtime=461.13 cores=1,3
/proc/308805/stat : 308805 (pbscip) R 308802 308805 308641 0 -1 4194304 140399 0 0 0 46085 28 0 0 20 0 1 0 30470585 624037888 141019 134679101440 4194304 18693293 140733842777040 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 21375888 21430392 37146624 140733842781187 140733842781286 140733842781286 140733842788302 0
/proc/308805/statm: 152353 141019 4001 3540 0 140610 0

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

/proc/loadavg: 2.08 1.99 1.32 3/243 309010
/proc/meminfo: memFree=125546488/131524600 swapFree=131056796/131071996
[pid=308805] ppid=308802 vsize=670268 memory=616928 CPUtime=760.48 cores=1,3
/proc/308805/stat : 308805 (pbscip) R 308802 308805 308641 0 -1 4194304 147175 0 0 0 76018 30 0 0 20 0 1 0 30470585 686354432 154232 134679101440 4194304 18693293 140733842777040 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 21375888 21430392 37146624 140733842781187 140733842781286 140733842781286 140733842788302 0
/proc/308805/statm: 167567 154232 4001 3540 0 155824 0
Current children cumulated CPU time: 760.48 s
Current children cumulated vsize: 670268 KiB
Current children cumulated memory: 616928 KiB

[startup+822.3 s]
/proc/loadavg: 2.15 2.02 1.38 3/243 309020
/proc/meminfo: memFree=125489076/131524600 swapFree=131056796/131071996
[pid=308805] ppid=308802 vsize=734592 memory=665376 CPUtime=820.35 cores=1,3
/proc/308805/stat : 308805 (pbscip) R 308802 308805 308641 0 -1 4194304 150368 0 0 0 82004 31 0 0 20 0 1 0 30470585 752222208 166344 134679101440 4194304 18693293 140733842777040 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 21375888 21430392 37146624 140733842781187 140733842781286 140733842781286 140733842788302 0
/proc/308805/statm: 183648 166344 4001 3540 0 171905 0
Current children cumulated CPU time: 820.35 s
Current children cumulated vsize: 734592 KiB
Current children cumulated memory: 665376 KiB

[startup+882.3 s]
/proc/loadavg: 2.05 2.02 1.42 3/241 309030
/proc/meminfo: memFree=125465876/131524600 swapFree=131056796/131071996
[pid=308805] ppid=308802 vsize=737232 memory=667948 CPUtime=880.2 cores=1,3
/proc/308805/stat : 308805 (pbscip) R 308802 308805 308641 0 -1 4194304 151532 0 0 0 87989 31 0 0 20 0 1 0 30470585 754925568 166987 134679101440 4194304 18693293 140733842777040 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 21375888 21430392 37146624 140733842781187 140733842781286 140733842781286 140733842788302 0
/proc/308805/statm: 184308 166987 4001 3540 0 172565 0
Current children cumulated CPU time: 880.2 s
Current children cumulated vsize: 737232 KiB
Current children cumulated memory: 667948 KiB

[startup+942.3 s]
/proc/loadavg: 2.06 2.03 1.46 3/240 309040
/proc/meminfo: memFree=125422680/131524600 swapFree=131056796/131071996
[pid=308805] ppid=308802 vsize=737920 memory=668652 CPUtime=940.04 cores=1,3
/proc/308805/stat : 308805 (pbscip) R 308802 308805 308641 0 -1 4194304 152399 0 0 0 93973 31 0 0 20 0 1 0 30470585 755630080 167163 134679101440 4194304 18693293 140733842777040 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 21375888 21430392 37146624 140733842781187 140733842781286 140733842781286 140733842788302 0
/proc/308805/statm: 184480 167163 4001 3540 0 172737 0
Current children cumulated CPU time: 940.04 s
Current children cumulated vsize: 737920 KiB
Current children cumulated memory: 668652 KiB

[startup+1002.3 s]
/proc/loadavg: 2.12 2.05 1.51 3/240 309051
/proc/meminfo: memFree=125402800/131524600 swapFree=131056796/131071996
[pid=308805] ppid=308802 vsize=737920 memory=668652 CPUtime=999.9 cores=1,3
/proc/308805/stat : 308805 (pbscip) R 308802 308805 308641 0 -1 4194304 152678 0 0 0 99958 32 0 0 20 0 1 0 30470585 755630080 167163 134679101440 4194304 18693293 140733842777040 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 21375888 21430392 37146624 140733842781187 140733842781286 140733842781286 140733842788302 0
/proc/308805/statm: 184480 167163 4001 3540 0 172737 0
Current children cumulated CPU time: 999.9 s
Current children cumulated vsize: 737920 KiB
Current children cumulated memory: 668652 KiB

[startup+1062.3 s]
/proc/loadavg: 2.10 2.05 1.55 3/240 309061
/proc/meminfo: memFree=125340616/131524600 swapFree=131056796/131071996
[pid=308805] ppid=308802 vsize=739336 memory=670048 CPUtime=1059.75 cores=1,3
/proc/308805/stat : 308805 (pbscip) R 308802 308805 308641 0 -1 4194304 153687 0 0 0 105943 32 0 0 20 0 1 0 30470585 757080064 167512 134679101440 4194304 18693293 140733842777040 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 21375888 21430392 37146624 140733842781187 140733842781286 140733842781286 140733842788302 0
/proc/308805/statm: 184834 167512 4001 3540 0 173091 0
Current children cumulated CPU time: 1059.75 s
Current children cumulated vsize: 739336 KiB
Current children cumulated memory: 670048 KiB

[startup+1111.16 s]
# the end of solver process 308805 was just reported to runsolver
# Child status: 0

# cumulated CPU time of all completed processes:  user=1108.17 s, system=0.33501 s

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

[startup+1075.2 s]
/proc/loadavg: 2.08 2.05 1.55 3/240 309064
/proc/meminfo: memFree=125335292/131524600 swapFree=131056796/131071996
[pid=308805] ppid=308802 vsize=739336 memory=670048 CPUtime=1072.62 cores=1,3
/proc/308805/stat : 308805 (pbscip) R 308802 308805 308641 0 -1 4194304 153766 0 0 0 107230 32 0 0 20 0 1 0 30470585 757080064 167512 134679101440 4194304 18693293 140733842777040 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 21375888 21430392 37146624 140733842781187 140733842781286 140733842781286 140733842788302 0
/proc/308805/statm: 184834 167512 4001 3540 0 173091 0
Current children cumulated CPU time: 1072.62 s
Current children cumulated vsize: 739336 KiB
Current children cumulated memory: 670048 KiB

[startup+1088 s]*
/proc/loadavg: 2.14 2.07 1.57 3/240 309065
/proc/meminfo: memFree=125325468/131524600 swapFree=131056796/131071996
[pid=308805] ppid=308802 vsize=739336 memory=670048 CPUtime=1085.39 cores=1,3
/proc/308805/stat : 308805 (pbscip) R 308802 308805 308641 0 -1 4194304 153885 0 0 0 108507 32 0 0 20 0 1 0 30470585 757080064 167512 134679101440 4194304 18693293 140733842777040 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 21375888 21430392 37146624 140733842781187 140733842781286 140733842781286 140733842788302 0
/proc/308805/statm: 184834 167512 4001 3540 0 173091 0
Current children cumulated CPU time: 1085.39 s
Current children cumulated vsize: 739336 KiB
Current children cumulated memory: 670048 KiB

[startup+1100.8 s]
/proc/loadavg: 2.11 2.06 1.57 3/240 309067
/proc/meminfo: memFree=125323868/131524600 swapFree=131056796/131071996
[pid=308805] ppid=308802 vsize=739336 memory=670048 CPUtime=1098.15 cores=1,3
/proc/308805/stat : 308805 (pbscip) R 308802 308805 308641 0 -1 4194304 153886 0 0 0 109783 32 0 0 20 0 1 0 30470585 757080064 167512 134679101440 4194304 18693293 140733842777040 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 21375888 21430392 37146624 140733842781187 140733842781286 140733842781286 140733842788302 0
/proc/308805/statm: 184834 167512 4001 3540 0 173091 0
Current children cumulated CPU time: 1098.15 s
Current children cumulated vsize: 739336 KiB
Current children cumulated memory: 670048 KiB

[startup+1107.2 s]
/proc/loadavg: 2.10 2.06 1.58 3/240 309068
/proc/meminfo: memFree=125323804/131524600 swapFree=131056796/131071996
[pid=308805] ppid=308802 vsize=739336 memory=670048 CPUtime=1104.54 cores=1,3
/proc/308805/stat : 308805 (pbscip) R 308802 308805 308641 0 -1 4194304 153965 0 0 0 110422 32 0 0 20 0 1 0 30470585 757080064 167512 134679101440 4194304 18693293 140733842777040 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 21375888 21430392 37146624 140733842781187 140733842781286 140733842781286 140733842788302 0
/proc/308805/statm: 184834 167512 4001 3540 0 173091 0
Current children cumulated CPU time: 1104.54 s
Current children cumulated vsize: 739336 KiB
Current children cumulated memory: 670048 KiB

[startup+1108.8 s]
/proc/loadavg: 2.10 2.06 1.58 3/240 309068
/proc/meminfo: memFree=125323796/131524600 swapFree=131056796/131071996
[pid=308805] ppid=308802 vsize=739336 memory=670048 CPUtime=1106.13 cores=1,3
/proc/308805/stat : 308805 (pbscip) R 308802 308805 308641 0 -1 4194304 153965 0 0 0 110581 32 0 0 20 0 1 0 30470585 757080064 167512 134679101440 4194304 18693293 140733842777040 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 21375888 21430392 37146624 140733842781187 140733842781286 140733842781286 140733842788302 0
/proc/308805/statm: 184834 167512 4001 3540 0 173091 0
Current children cumulated CPU time: 1106.13 s
Current children cumulated vsize: 739336 KiB
Current children cumulated memory: 670048 KiB

[startup+1110.4 s]
/proc/loadavg: 2.10 2.06 1.58 3/240 309068
/proc/meminfo: memFree=125323796/131524600 swapFree=131056796/131071996
[pid=308805] ppid=308802 vsize=739336 memory=670048 CPUtime=1107.73 cores=1,3
/proc/308805/stat : 308805 (pbscip) R 308802 308805 308641 0 -1 4194304 153965 0 0 0 110741 32 0 0 20 0 1 0 30470585 757080064 167512 134679101440 4194304 18693293 140733842777040 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 21375888 21430392 37146624 140733842781187 140733842781286 140733842781286 140733842788302 0
/proc/308805/statm: 184834 167512 4001 3540 0 173091 0
Current children cumulated CPU time: 1107.73 s
Current children cumulated vsize: 739336 KiB
Current children cumulated memory: 670048 KiB

[startup+1110.8 s]
/proc/loadavg: 2.10 2.06 1.58 3/240 309068
/proc/meminfo: memFree=125323796/131524600 swapFree=131056796/131071996
[pid=308805] ppid=308802 vsize=739336 memory=670048 CPUtime=1108.13 cores=1,3
/proc/308805/stat : 308805 (pbscip) R 308802 308805 308641 0 -1 4194304 153965 0 0 0 110781 32 0 0 20 0 1 0 30470585 757080064 167512 134679101440 4194304 18693293 140733842777040 0 0 0 0 0 0 0 0 0 17 1 0 0 0 0 0 21375888 21430392 37146624 140733842781187 140733842781286 140733842781286 140733842788302 0
/proc/308805/statm: 184834 167512 4001 3540 0 173091 0
Current children cumulated CPU time: 1108.13 s
Current children cumulated vsize: 739336 KiB
Current children cumulated memory: 670048 KiB

[startup+1111 s]*
/proc/loadavg: 2.09 2.06 1.58 5/240 309068
/proc/meminfo: memFree=125323720/131524600 swapFree=131056796/131071996
[pid=308805] ppid=308802 vsize=739336 memory=670048 CPUtime=1108.33 cores=1,3
/proc/308805/stat : 308805 (pbscip) R 308802 308805 308641 0 -1 4194304 153965 0 0 0 110801 32 0 0 20 0 1 0 30470585 757080064 167512 134679101440 4194304 18693293 140733842777040 0 0 0 0 0 0 0 0 0 17 1 0 0 0 0 0 21375888 21430392 37146624 140733842781187 140733842781286 140733842781286 140733842788302 0
/proc/308805/statm: 184834 167512 4001 3540 0 173091 0
Current children cumulated CPU time: 1108.33 s
Current children cumulated vsize: 739336 KiB
Current children cumulated memory: 670048 KiB

[startup+1111.11 s]
/proc/loadavg: 2.09 2.06 1.58 5/240 309068
/proc/meminfo: memFree=125323720/131524600 swapFree=131056796/131071996
[pid=308805] ppid=308802 vsize=739336 memory=670048 CPUtime=1108.43 cores=1,3
/proc/308805/stat : 308805 (pbscip) R 308802 308805 308641 0 -1 4194304 153965 0 0 0 110811 32 0 0 20 0 1 0 30470585 757080064 167512 134679101440 4194304 18693293 140733842777040 0 0 0 0 0 0 0 0 0 17 1 0 0 0 0 0 21375888 21430392 37146624 140733842781187 140733842781286 140733842781286 140733842788302 0
/proc/308805/statm: 184834 167512 4001 3540 0 173091 0
Current children cumulated CPU time: 1108.43 s
Current children cumulated vsize: 739336 KiB
Current children cumulated memory: 670048 KiB

Child status: 0

Real time (s): 1111.16
CPU time (s): 1108.5
CPU user time (s): 1108.17
CPU system time (s): 0.33501
CPU usage (%): 99.7603
Max. virtual memory (cumulated for all children) (KiB): 739336
Max. memory (cumulated for all children) (KiB): 670048

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1108.17
system time used= 0.33501
maximum resident set size= 671312
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 153978
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= 74
involuntary context switches= 724


# summary of solver processes directly reported to runsolver:
#   pid: 308805
#   total CPU time (s): 1108.5
#   total CPU user time (s): 1108.17
#   total CPU system time (s): 0.33501

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.94707 second user time and 4.51722 second system time

The end

Launcher Data

Begin job on nodeC030 at 2024-07-25 22:31:06
IDJOB=4460080
IDBENCH=160626
IDSOLVER=3059
FILE ID=nodeC030/4460080-1721939466
RUNJOBID= nodeC030-1721939462-308653
SLURM_JOB_ID= 8247250
Free space on /tmp= 890024 MiB

SOLVER NAME= SCIP 2024-07-07
BENCH NAME= PB24/normalized-PB15eval/OPT-NLC/minlplib2-pb-0.1.0/opb/normalized-sporttournament26.opb
COMMAND LINE= pbscip -f BENCHNAME -t TIMEOUT -j NBCORE -m MEMLIMIT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4460080-1721939466/watcher-4460080-1721939466 -o /tmp/evaluation-result-4460080-1721939466/solver-4460080-1721939466 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC030-1721939462-308653 --watchdog 3760  pbscip -f HOME/instance-4460080-1721939466.opb -t 3600 -j 2 -m 31000

TIME LIMIT= 3600 seconds
MEMORY LIMIT= 31000 MiB
NBCORE= 2

MD5SUM BENCH= 4a2fbd934e93739f7ac25dbfb2053862
RANDOM SEED=1956819754

nodeC030.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		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3668.527
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 6999.45
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		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3664.457
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 7005.46
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		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3600.051
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 6999.45
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		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3667.881
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 7005.46
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		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3668.559
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 6999.45
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		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3669.552
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 7005.46
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		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3600.041
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 6999.45
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		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3600.013
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 7005.46
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131524600 kB
MemFree:        126302008 kB
MemAvailable:   129364368 kB
Buffers:          326348 kB
Cached:          3524392 kB
SwapCached:          212 kB
Active:          2634124 kB
Inactive:        1901852 kB
Active(anon):       2276 kB
Inactive(anon):   735876 kB
Active(file):    2631848 kB
Inactive(file):  1165976 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131056796 kB
Dirty:             75488 kB
Writeback:             0 kB
AnonPages:        681980 kB
Mapped:           142352 kB
Shmem:             52912 kB
KReclaimable:     208716 kB
Slab:             330196 kB
SReclaimable:     208716 kB
SUnreclaim:       121480 kB
KernelStack:        4160 kB
PageTables:        11060 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196834296 kB
Committed_AS:    1019960 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            18176 kB
HardwareCorrupted:     0 kB
AnonHugePages:    241664 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:      344788 kB
DirectMap2M:    39274496 kB
DirectMap1G:    96468992 kB

Free space on /tmp at the end= 890044 MiB
End job on nodeC030 at 2024-07-25 22:49:37