Trace number 3734895

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
PB09: SCIPspx SCIP 1.1.0.7 with SoPLEX 1.4.1(24.4.2009)OPT1 111.921 111.945

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB06/
manquiho/market-split/normalized-opt-market-split_4_30_2.opb
MD5SUM031b0f629913e7cd5c934f00ec1a1885
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark1
Best CPU time to get the best result obtained on this benchmark11.1943
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 1
Optimality of the best value was proved YES
Number of variables94
Total number of constraints8
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 constraints8
Minimum length of a constraint44
Maximum length of a constraint46
Number of terms in the objective function 64
Biggest coefficient in the objective function 128
Number of bits for the biggest coefficient in the objective function 8
Sum of the numbers in the objective function 2040
Number of bits of the sum of numbers in the objective function 11
Biggest number in a constraint 808
Number of bits of the biggest number in a constraint 10
Biggest sum of numbers in a constraint 2934
Number of bits of the biggest sum of numbers12
Number of products (including duplicates)0
Sum of products size (including duplicates)0
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 1.1.0.7
0.00/0.00	c LP-Solver SoPlex 1.4.1
0.00/0.00	c user parameter file <scip.set> not found - using default parameters
0.00/0.00	c read problem <HOME/instance-3734895-1338705862.opb>
0.00/0.00	c original problem has 94 variables (94 bin, 0 int, 0 impl, 0 cont) and 8 constraints
0.00/0.00	c start presolving problem
0.00/0.00	c presolving:
0.00/0.00	c (round 1) 0 del vars, 4 del conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 0 clqs
0.00/0.00	c (round 2) 4 del vars, 4 del conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 0 clqs
0.00/0.01	c presolving (3 rounds):
0.00/0.01	c  4 deleted vars, 4 deleted constraints, 0 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
0.00/0.01	c  0 implications, 0 cliques
0.00/0.01	c presolved problem has 90 variables (90 bin, 0 int, 0 impl, 0 cont) and 4 constraints
0.00/0.01	c       4 constraints of type <linear>
0.00/0.01	c transformed objective value is always integral (scale: 1)
0.00/0.01	c Presolving Time: 0.00
0.00/0.01	c OPT-LIN
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, range: [0,1.79769313486232e+308], default: 1e+20]
0.00/0.01	c limits/memory = c 13950
0.00/0.01	c # maximal time in seconds to run
0.00/0.01	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.00/0.01	c limits/time = c 1791
0.00/0.01	c # frequency for displaying node information lines
0.00/0.01	c # [type: int, range: [-1,2147483647], default: 100]
0.00/0.01	c display/freq = c 10000
0.00/0.01	c -----------------------------------------------------------------------------------------------
0.00/0.01	c start solving problem
0.00/0.01	c 
0.00/0.01	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
0.00/0.01	c   0.0s|     1 |     0 |    18 | 325k|   0 |   4 |  90 |   4 |   4 |  90 |   4 |   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
0.00/0.01	c   0.0s|     1 |     0 |    36 | 374k|   0 |   8 |  90 |   4 |   4 |  90 |   9 |   5 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
0.00/0.01	c   0.0s|     1 |     0 |    42 | 404k|   0 |   9 |  90 |   4 |   4 |  90 |  14 |  10 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
0.00/0.02	c   0.0s|     1 |     0 |    53 | 440k|   0 |  12 |  90 |   4 |   4 |  90 |  19 |  15 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
0.00/0.02	c   0.0s|     1 |     0 |    59 | 462k|   0 |  14 |  90 |   4 |   4 |  90 |  23 |  19 |   0 |   0 | 9.094947e-13 |      --      |    Inf 
0.00/0.03	c   0.0s|     1 |     0 |    70 | 481k|   0 |  18 |  90 |   4 |   4 |  90 |  27 |  23 |   0 |   0 | 9.094947e-13 |      --      |    Inf 
0.00/0.03	c   0.0s|     1 |     0 |    87 | 501k|   0 |  15 |  90 |   4 |   4 |  90 |  30 |  26 |   0 |   0 | 9.094947e-13 |      --      |    Inf 
0.00/0.06	c   0.1s|     1 |     2 |    87 | 501k|   0 |  15 |  90 |   4 |   4 |  90 |  30 |  26 |   0 |  15 | 9.094947e-13 |      --      |    Inf 
0.09/0.13	o 322
0.09/0.13	c p 0.1s|   131 |   111 |   811 | 577k|  25 |   - |  90 |   8 |   1 |  90 |  18 |  26 |   4 | 302 | 9.094947e-13 | 3.220000e+02 |    Inf 
0.09/0.13	o 132
0.09/0.13	c f 0.1s|   159 |   119 |   927 | 580k|  25 |   - |  90 |   8 |   1 |  90 |  18 |  26 |   4 | 319 | 9.094947e-13 | 1.320000e+02 |    Inf 
0.09/0.14	o 131
0.09/0.14	c l 0.1s|   186 |   144 |  1016 | 596k|  25 |   - |  90 |   8 |   2 |  90 |  18 |  26 |   8 | 346 | 9.094947e-13 | 1.310000e+02 |    Inf 
0.09/0.16	o 129
0.09/0.16	c * 0.1s|   245 |   196 |  1331 | 623k|  31 |   - |  90 |  12 |   0 |  90 |  18 |  26 |  14 | 390 | 9.094947e-13 | 1.290000e+02 |    Inf 
0.09/0.17	o 122
0.09/0.17	c f 0.1s|   290 |   236 |  1542 | 645k|  31 |   - |  90 |  12 |   3 |  90 |  18 |  26 |  15 | 417 | 9.094947e-13 | 1.220000e+02 |    Inf 
0.09/0.17	o 121
0.09/0.17	c v 0.1s|   305 |   249 |  1604 | 655k|  31 |   - |  90 |  12 |   4 |  90 |  18 |  26 |  17 | 420 | 9.094947e-13 | 1.210000e+02 |    Inf 
0.09/0.18	o 120
0.09/0.18	c * 0.1s|   315 |   257 |  1627 | 657k|  31 |   - |  90 |  12 |   0 |  90 |  18 |  26 |  17 | 424 | 9.094947e-13 | 1.200000e+02 |    Inf 
0.09/0.18	o 119
0.09/0.18	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
0.09/0.18	c * 0.2s|   319 |   257 |  1636 | 659k|  31 |   - |  90 |  12 |   0 |  90 |  18 |  26 |  17 | 434 | 9.094947e-13 | 1.190000e+02 |    Inf 
0.09/0.18	o 117
0.09/0.18	c l 0.2s|   321 |   256 |  1639 | 660k|  31 |   - |  90 |  12 |   0 |  90 |  18 |  26 |  17 | 437 | 9.094947e-13 | 1.170000e+02 |    Inf 
0.09/0.18	o 115
0.09/0.18	c * 0.2s|   335 |   267 |  1670 | 668k|  31 |   - |  90 |  12 |   1 |  90 |  18 |  26 |  17 | 449 | 9.094947e-13 | 1.150000e+02 |    Inf 
0.09/0.19	o 113
0.09/0.19	c * 0.2s|   348 |   275 |  1702 | 674k|  31 |   - |  90 |  12 |   2 |  90 |  18 |  26 |  17 | 462 | 9.094947e-13 | 1.130000e+02 |    Inf 
0.09/0.19	o 111
0.09/0.19	c * 0.2s|   349 |   270 |  1703 | 673k|  31 |   - |  90 |  12 |   2 |  90 |  18 |  26 |  17 | 462 | 9.094947e-13 | 1.110000e+02 |    Inf 
0.09/0.19	o 110
0.09/0.19	c * 0.2s|   357 |   276 |  1731 | 679k|  31 |   - |  90 |  12 |   0 |  90 |  18 |  26 |  17 | 464 | 9.094947e-13 | 1.100000e+02 |    Inf 
0.09/0.19	o 109
0.09/0.19	c * 0.2s|   362 |   277 |  1742 | 680k|  31 |   - |  90 |  12 |   0 |  90 |  18 |  26 |  17 | 476 | 9.094947e-13 | 1.090000e+02 |    Inf 
0.09/0.19	o 107
0.09/0.19	c * 0.2s|   363 |   272 |  1744 | 677k|  31 |   - |  90 |  12 |   0 |  90 |  18 |  26 |  17 | 476 | 9.094947e-13 | 1.070000e+02 |    Inf 
0.09/0.19	o 105
0.09/0.19	c * 0.2s|   375 |   278 |  1778 | 682k|  31 |   - |  90 |  12 |   1 |  90 |  18 |  26 |  17 | 487 | 9.094947e-13 | 1.050000e+02 |    Inf 
0.09/0.19	o 103
0.09/0.19	c * 0.2s|   377 |   275 |  1779 | 681k|  31 |   - |  90 |  12 |   1 |  90 |  18 |  26 |  17 | 488 | 9.094947e-13 | 1.030000e+02 |    Inf 
0.09/0.19	o 101
0.09/0.19	c * 0.2s|   379 |   273 |  1780 | 682k|  31 |   - |  90 |  12 |   1 |  90 |  18 |  26 |  17 | 488 | 9.094947e-13 | 1.010000e+02 |    Inf 
0.09/0.19	o 99
0.09/0.19	c * 0.2s|   380 |   269 |  1780 | 682k|  31 |   - |  90 |  12 |   1 |  90 |  18 |  26 |  17 | 488 | 9.094947e-13 | 9.900000e+01 |    Inf 
0.19/0.20	o 98
0.19/0.20	c * 0.2s|   387 |   271 |  1819 | 686k|  31 |   - |  90 |  12 |   0 |  90 |  18 |  26 |  17 | 501 | 9.094947e-13 | 9.800000e+01 |    Inf 
0.19/0.20	o 96
0.19/0.20	c * 0.2s|   388 |   265 |  1820 | 686k|  31 |   - |  90 |  12 |   0 |  90 |  18 |  26 |  17 | 503 | 9.094947e-13 | 9.600000e+01 |    Inf 
0.19/0.20	o 95
0.19/0.20	c * 0.2s|   399 |   270 |  1854 | 688k|  31 |   - |  90 |  12 |   1 |  90 |  18 |  26 |  17 | 516 | 9.094947e-13 | 9.500000e+01 |    Inf 
0.19/0.20	o 91
0.19/0.20	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
0.19/0.20	c R 0.2s|   402 |   266 |  1858 | 687k|  31 |   - |  90 |  12 |   3 |  90 |  18 |  26 |  17 | 521 | 9.094947e-13 | 9.100000e+01 |    Inf 
0.19/0.20	o 90
0.19/0.20	c * 0.2s|   409 |   270 |  1877 | 692k|  31 |   - |  90 |  13 |   1 |  90 |  18 |  26 |  18 | 525 | 9.094947e-13 | 9.000000e+01 |    Inf 
0.19/0.20	o 88
0.19/0.20	c * 0.2s|   410 |   265 |  1878 | 691k|  31 |   - |  90 |  13 |   1 |  90 |  18 |  26 |  18 | 525 | 9.094947e-13 | 8.800000e+01 |    Inf 
0.19/0.21	o 86
0.19/0.21	c * 0.2s|   471 |   289 |  2076 | 709k|  31 |   - |  90 |  15 |   0 |  90 |  18 |  26 |  20 | 539 | 9.094947e-13 | 8.600000e+01 |    Inf 
0.19/0.22	o 84
0.19/0.22	c * 0.2s|   480 |   295 |  2113 | 715k|  31 |   - |  90 |  15 |   1 |  90 |  18 |  26 |  20 | 544 | 9.094947e-13 | 8.400000e+01 |    Inf 
0.19/0.22	o 83
0.19/0.22	c * 0.2s|   482 |   295 |  2117 | 716k|  31 |   - |  90 |  15 |   1 |  90 |  18 |  26 |  20 | 547 | 9.094947e-13 | 8.300000e+01 |    Inf 
0.19/0.22	o 81
0.19/0.22	c * 0.2s|   487 |   293 |  2124 | 715k|  31 |   - |  90 |  15 |   1 |  90 |  18 |  26 |  20 | 558 | 9.094947e-13 | 8.100000e+01 |    Inf 
0.19/0.22	o 79
0.19/0.22	c * 0.2s|   488 |   289 |  2126 | 713k|  31 |   - |  90 |  15 |   1 |  90 |  18 |  26 |  20 | 558 | 9.094947e-13 | 7.900000e+01 |    Inf 
0.19/0.22	o 77
0.19/0.22	c * 0.2s|   501 |   292 |  2159 | 714k|  31 |   - |  90 |  15 |   2 |  90 |  18 |  26 |  20 | 568 | 9.094947e-13 | 7.700000e+01 |    Inf 
0.19/0.22	o 73
0.19/0.22	c R 0.2s|   503 |   284 |  2163 | 710k|  31 |   - |  90 |  15 |   5 |  90 |  18 |  26 |  20 | 569 | 9.094947e-13 | 7.300000e+01 |    Inf 
0.19/0.22	o 71
0.19/0.22	c * 0.2s|   504 |   280 |  2165 | 710k|  31 |   - |  90 |  16 |   2 |  90 |  18 |  26 |  21 | 569 | 9.094947e-13 | 7.100000e+01 |    Inf 
0.19/0.23	o 66
0.19/0.23	c g 0.2s|   521 |   282 |  2216 | 715k|  31 |   - |  90 |  16 |   2 |  90 |  18 |  26 |  21 | 572 | 9.094947e-13 | 6.600000e+01 |    Inf 
0.19/0.23	o 65
0.19/0.23	c * 0.2s|   536 |   289 |  2262 | 719k|  31 |   - |  90 |  16 |   0 |  90 |  18 |  26 |  21 | 580 | 9.094947e-13 | 6.500000e+01 |    Inf 
0.19/0.23	o 61
0.19/0.23	c R 0.2s|   538 |   285 |  2264 | 718k|  31 |   - |  90 |  16 |   1 |  90 |  18 |  26 |  21 | 581 | 9.094947e-13 | 6.100000e+01 |    Inf 
0.19/0.23	o 60
0.19/0.23	c * 0.2s|   569 |   297 |  2350 | 730k|  31 |   - |  90 |  20 |   1 |  90 |  18 |  26 |  26 | 588 | 9.094947e-13 | 6.000000e+01 |    Inf 
0.19/0.23	o 56
0.19/0.23	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
0.19/0.23	c R 0.2s|   571 |   290 |  2353 | 727k|  31 |   - |  90 |  20 |   2 |  90 |  18 |  26 |  26 | 590 | 9.094947e-13 | 5.600000e+01 |    Inf 
0.19/0.23	o 54
0.19/0.23	c * 0.2s|   572 |   282 |  2354 | 724k|  31 |   - |  90 |  21 |   1 |  90 |  18 |  26 |  27 | 590 | 9.094947e-13 | 5.400000e+01 |    Inf 
0.19/0.24	o 48
0.19/0.24	c c 0.2s|   576 |   271 |  2374 | 721k|  31 |   - |  90 |  21 |   4 |  90 |  18 |  26 |  27 | 593 | 9.094947e-13 | 4.800000e+01 |    Inf 
0.19/0.26	o 47
0.19/0.26	c p 0.2s|   659 |   342 |  2779 | 761k|  31 |   - |  90 |  27 |   0 |  90 |  18 |  26 |  36 | 602 | 9.094947e-13 | 4.700000e+01 |    Inf 
0.28/0.32	o 45
0.28/0.32	c f 0.3s|   899 |   521 |  3983 | 871k|  31 |   - |  90 |  61 |   3 |  90 |  18 |  26 |  77 | 623 | 9.094947e-13 | 4.500000e+01 |    Inf 
0.28/0.32	o 43
0.28/0.32	c v 0.3s|   899 |   511 |  3984 | 866k|  31 |   - |  90 |  61 |   2 |  90 |  18 |  26 |  78 | 623 | 9.094947e-13 | 4.300000e+01 |    Inf 
0.28/0.35	o 42
0.28/0.35	c v 0.3s|  1022 |   608 |  4614 | 925k|  31 |   - |  90 |  73 |   1 |  90 |  18 |  26 | 106 | 628 | 9.094947e-13 | 4.200000e+01 |    Inf 
0.28/0.35	o 40
0.28/0.35	c * 0.3s|  1036 |   612 |  4670 | 928k|  31 |   - |  90 |  73 |   4 |  90 |  18 |  26 | 107 | 629 | 9.094947e-13 | 4.000000e+01 |    Inf 
0.28/0.36	o 39
0.28/0.36	c * 0.3s|  1079 |   627 |  4842 | 938k|  31 |   - |  90 |  75 |   4 |  90 |  18 |  26 | 109 | 631 | 9.094947e-13 | 3.900000e+01 |    Inf 
0.38/0.40	o 37
0.38/0.40	c v 0.4s|  1264 |   758 |  5755 |1015k|  31 |   - |  90 |  90 |   0 |  90 |  18 |  26 | 141 | 633 | 9.094947e-13 | 3.700000e+01 |    Inf 
0.38/0.42	o 36
0.38/0.42	c l 0.4s|  1342 |   808 |  6077 |1043k|  31 |   - |  90 |  95 |   6 |  90 |  18 |  26 | 153 | 634 | 9.094947e-13 | 3.600000e+01 |    Inf 
0.38/0.44	o 34
0.38/0.44	c * 0.4s|  1421 |   862 |  6503 |1068k|  31 |   - |  90 | 103 |   4 |  90 |  18 |  26 | 173 | 634 | 9.094947e-13 | 3.400000e+01 |    Inf 
0.38/0.47	o 32
0.38/0.47	c v 0.4s|  1502 |   902 |  7226 |1094k|  31 |   - |  90 | 120 |   2 |  90 |  18 |  26 | 193 | 636 | 9.094947e-13 | 3.200000e+01 |    Inf 
0.49/0.52	o 28
0.49/0.52	c g 0.5s|  1707 |  1001 |  8545 |1152k|  31 |   - |  90 | 146 |   6 |  90 |  18 |  26 | 234 | 640 | 9.094947e-13 | 2.800000e+01 |    Inf 
0.49/0.56	o 26
0.49/0.56	c p 0.5s|  1861 |  1056 |  9178 |1192k|  31 |   - |  90 | 166 |   2 |  90 |  18 |  26 | 257 | 640 | 9.094947e-13 | 2.600000e+01 |    Inf 
0.49/0.58	o 25
0.49/0.58	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
0.49/0.58	c g 0.5s|  1987 |  1127 |  9718 |1229k|  31 |   - |  90 | 188 |   1 |  90 |  18 |  26 | 281 | 640 | 9.094947e-13 | 2.500000e+01 |    Inf 
0.59/0.60	o 24
0.59/0.60	c f 0.5s|  2045 |  1136 |  9923 |1240k|  31 |   - |  90 | 200 |   8 |  90 |  18 |  26 | 295 | 641 | 9.094947e-13 | 2.400000e+01 |    Inf 
0.59/0.60	o 22
0.59/0.60	c l 0.5s|  2060 |  1125 | 10016 |1233k|  31 |   - |  90 | 200 |  35 |  90 |  18 |  26 | 295 | 642 | 9.094947e-13 | 2.200000e+01 |    Inf 
0.59/0.61	o 20
0.59/0.61	c * 0.6s|  2129 |  1131 | 10251 |1242k|  31 |   - |  90 | 204 |   3 |  90 |  18 |  26 | 302 | 643 | 9.094947e-13 | 2.000000e+01 |    Inf 
0.59/0.65	o 18
0.59/0.65	c p 0.6s|  2296 |  1190 | 10951 |1288k|  31 |   - |  90 | 237 |   4 |  90 |  18 |  26 | 341 | 647 | 9.094947e-13 | 1.800000e+01 |    Inf 
0.59/0.65	o 16
0.59/0.65	c l 0.6s|  2296 |  1137 | 10952 |1262k|  31 |   - |  90 | 237 |   4 |  90 |  18 |  26 | 342 | 647 | 9.094947e-13 | 1.600000e+01 |    Inf 
0.69/0.75	o 15
0.69/0.75	c * 0.7s|  2811 |  1348 | 12907 |1396k|  31 |   - |  90 | 318 |   6 |  90 |  18 |  26 | 433 | 649 | 9.094947e-13 | 1.500000e+01 |    Inf 
0.69/0.76	o 11
0.69/0.76	c c 0.7s|  2813 |  1275 | 12911 |1357k|  31 |   - |  90 | 318 |   6 |  90 |  18 |  26 | 433 | 652 | 9.094947e-13 | 1.100000e+01 |    Inf 
0.69/0.76	o 9
0.69/0.76	c * 0.7s|  2815 |  1222 | 12912 |1330k|  31 |   - |  90 | 318 |   6 |  90 |  18 |  26 | 433 | 652 | 9.094947e-13 | 9.000000e+00 |    Inf 
0.69/0.76	o 7
0.69/0.76	c * 0.7s|  2816 |  1164 | 12914 |1302k|  31 |   - |  90 | 318 |   6 |  90 |  18 |  26 | 433 | 652 | 9.094947e-13 | 7.000000e+00 |    Inf 
1.78/1.85	c   1.7s| 10000 |  1763 | 31849 |2144k|  31 |   - |  90 |1280 |  15 |  90 |  18 |  26 |1423 | 716 | 9.094947e-13 | 7.000000e+00 |    Inf 
1.78/1.88	o 6
1.78/1.88	c * 1.7s| 10234 |  1730 | 32447 |2144k|  31 |   - |  90 |1309 |   4 |  90 |  18 |  26 |1455 | 719 | 9.094947e-13 | 6.000000e+00 |    Inf 
3.30/3.35	o 5
3.30/3.35	c * 3.1s| 19067 |  1643 | 54483 |2729k|  31 |   - |  90 |2408 |   5 |  90 |  18 |  26 |2714 | 895 | 9.094947e-13 | 5.000000e+00 |    Inf 
3.30/3.35	o 3
3.30/3.35	c * 3.1s| 19068 |  1598 | 54483 |2694k|  31 |   - |  90 |2408 |   5 |  90 |  18 |  26 |2714 | 895 | 9.094947e-13 | 3.000000e+00 |    Inf 
3.30/3.35	o 1
3.30/3.35	c * 3.1s| 19069 |  1563 | 54484 |2670k|  31 |   - |  90 |2408 |   5 |  90 |  18 |  26 |2714 | 895 | 9.094947e-13 | 1.000000e+00 |    Inf 
3.39/3.48	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
3.39/3.48	c   3.2s| 20000 |  1666 | 57058 |2727k|  31 |   - |  90 |2408 |  26 |  90 |  18 |  26 |2779 | 895 | 9.094947e-13 | 1.000000e+00 |    Inf 
4.88/4.97	c   4.7s| 30000 |  2010 | 78225 |3403k|  31 |   - |  90 |3397 | 558 |   0 |   0 |  26 |3931 | 895 | 9.094947e-13 | 1.000000e+00 |    Inf 
6.49/6.57	c   6.1s| 40000 |  2125 | 98515 |3774k|  31 |   4 |  90 |3990 |  15 |  90 |  18 |  26 |5164 | 895 | 9.094947e-13 | 1.000000e+00 |    Inf 
8.09/8.17	c   7.7s| 50000 |  1976 |118399 |3821k|  31 |   - |  90 |4318 |  12 |  90 |  18 |  26 |6324 | 895 | 9.094947e-13 | 1.000000e+00 |    Inf 
9.58/9.67	c   9.1s| 60000 |  1978 |138126 |3298k|  31 |   4 |  90 |2599 |  20 |  90 |  18 |  26 |7300 | 900 | 9.094947e-13 | 1.000000e+00 |    Inf 
11.00/11.04	c  10.4s| 70000 |  1926 |158059 |2989k|  31 |   - |  90 |1808 |   3 |   0 |   0 |  26 |8311 | 902 | 9.094947e-13 | 1.000000e+00 |    Inf 
12.29/12.33	c  11.6s| 80000 |  1836 |177058 |2817k|  31 |   4 |  90 |1468 |  25 |  90 |  18 |  26 |9439 | 920 | 9.094947e-13 | 1.000000e+00 |    Inf 
13.48/13.57	c  12.7s| 90000 |  1787 |195602 |2708k|  31 |   4 |  90 |1205 |  12 |  90 |  18 |  26 |  10k| 948 | 9.094947e-13 | 1.000000e+00 |    Inf 
14.68/14.78	c  13.9s|100000 |  1667 |215698 |2632k|  31 |   4 |  90 |1173 |   6 |  90 |  18 |  26 |  11k| 951 | 9.094947e-13 | 1.000000e+00 |    Inf 
15.89/15.97	c  15.0s|110000 |  1544 |235810 |2486k|  31 |   - |  90 |1017 |  10 |  90 |  18 |  26 |  12k|1016 | 9.094947e-13 | 1.000000e+00 |    Inf 
17.09/17.16	c  16.1s|120000 |  1731 |256492 |2593k|  31 |   - |  90 | 977 |  13 |   0 |   0 |  26 |  13k|1020 | 9.094947e-13 | 1.000000e+00 |    Inf 
18.29/18.35	c  17.2s|130000 |  1618 |276833 |2589k|  31 |   4 |  90 |1036 |  15 |  90 |  18 |  26 |  14k|1033 | 9.094947e-13 | 1.000000e+00 |    Inf 
19.48/19.56	c  18.3s|140000 |  1440 |297226 |2615k|  31 |   - |  90 |1561 |   4 |  90 |  18 |  26 |  15k|1034 | 9.094947e-13 | 1.000000e+00 |    Inf 
20.79/20.80	c  19.5s|150000 |  1439 |318132 |2656k|  31 |   - |  90 |1574 |  17 |  90 |  18 |  26 |  16k|1034 | 9.094947e-13 | 1.000000e+00 |    Inf 
21.99/22.06	c  20.6s|160000 |  1343 |339818 |2629k|  31 |   4 |  90 |1742 |  52 |  90 |  18 |  26 |  17k|1039 | 9.094947e-13 | 1.000000e+00 |    Inf 
23.29/23.33	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
23.29/23.33	c  21.8s|170000 |  1268 |360426 |2498k|  31 |   - |  90 |1433 | 120 |   0 |   0 |  26 |  19k|1039 | 9.094947e-13 | 1.000000e+00 |    Inf 
24.48/24.51	c  22.9s|180000 |  1208 |381979 |2517k|  31 |   4 |  90 |1578 |   7 |  90 |  18 |  26 |  19k|1039 | 9.094947e-13 | 1.000000e+00 |    Inf 
25.68/25.75	c  24.1s|190000 |  1364 |405154 |2604k|  31 |   - |  90 |1434 |  31 |  90 |  18 |  26 |  21k|1039 | 9.094947e-13 | 1.000000e+00 |    Inf 
26.89/26.96	c  25.2s|200000 |  1193 |428309 |2427k|  31 |   4 |  90 |1332 |   9 |  90 |  18 |  26 |  22k|1039 | 9.094947e-13 | 1.000000e+00 |    Inf 
28.08/28.15	c  26.3s|210000 |  1412 |451738 |2732k|  31 |   4 |  90 |1660 |  13 |  90 |  18 |  26 |  22k|1039 | 9.094947e-13 | 1.000000e+00 |    Inf 
29.29/29.37	c  27.4s|220000 |  1475 |474352 |2932k|  31 |   4 |  90 |1965 |   4 |  90 |  18 |  26 |  23k|1039 | 9.094947e-13 | 1.000000e+00 |    Inf 
30.58/30.63	c  28.6s|230000 |  1416 |496697 |3080k|  31 |   4 |  90 |2360 |   5 |  90 |  18 |  26 |  24k|1039 | 9.094947e-13 | 1.000000e+00 |    Inf 
31.89/31.94	c  29.8s|240000 |  1365 |518497 |3301k|  31 |   4 |  90 |3012 |  52 |  90 |  18 |  26 |  25k|1047 | 9.094947e-13 | 1.000000e+00 |    Inf 
33.28/33.32	c  31.1s|250000 |  1103 |540161 |2932k|  31 |   4 |  90 |2810 |   7 |  90 |  18 |  26 |  26k|1066 | 9.094947e-13 | 1.000000e+00 |    Inf 
34.58/34.66	c  32.4s|260000 |  1063 |562529 |2568k|  31 |   - |  90 |1727 |  14 |  90 |  18 |  26 |  27k|1074 | 9.094947e-13 | 1.000000e+00 |    Inf 
35.79/35.86	c  33.5s|270000 |  1010 |584921 |2473k|  31 |   4 |  90 |1523 |   7 |  90 |  18 |  26 |  28k|1076 | 9.094947e-13 | 1.000000e+00 |    Inf 
37.08/37.10	c  34.6s|280000 |   936 |606824 |2399k|  31 |   4 |  90 |1370 |  34 |  90 |  18 |  26 |  29k|1080 | 9.094947e-13 | 1.000000e+00 |    Inf 
38.28/38.32	c  35.8s|290000 |  1069 |628601 |2618k|  31 |   4 |  90 |1664 |   8 |  90 |  18 |  26 |  30k|1080 | 9.094947e-13 | 1.000000e+00 |    Inf 
39.49/39.54	c  36.9s|300000 |   953 |650847 |2632k|  31 |   - |  90 |1867 |  13 |   0 |   0 |  26 |  31k|1080 | 9.094947e-13 | 1.000000e+00 |    Inf 
40.68/40.79	c  38.1s|310000 |  1313 |672837 |2857k|  31 |   4 |  90 |1864 |  40 |  90 |  18 |  26 |  33k|1085 | 9.094947e-13 | 1.000000e+00 |    Inf 
41.98/42.01	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
41.98/42.01	c  39.2s|320000 |  1153 |694061 |2917k|  31 |   - |  90 |2088 |  25 |  90 |  18 |  26 |  34k|1085 | 9.094947e-13 | 1.000000e+00 |    Inf 
43.18/43.24	c  40.4s|330000 |  1028 |715604 |2853k|  31 |   4 |  90 |2163 |  69 |  90 |  18 |  26 |  35k|1107 | 9.094947e-13 | 1.000000e+00 |    Inf 
44.38/44.47	c  41.5s|340000 |  1089 |737930 |2916k|  31 |   4 |  90 |2192 |   9 |  90 |  18 |  26 |  36k|1107 | 9.094947e-13 | 1.000000e+00 |    Inf 
45.68/45.74	c  42.7s|350000 |  1036 |759330 |2995k|  31 |   4 |  90 |2519 |  10 |  90 |  18 |  26 |  37k|1107 | 9.094947e-13 | 1.000000e+00 |    Inf 
46.98/47.03	c  43.9s|360000 |  1076 |780636 |3127k|  31 |   - |  90 |2834 |   3 |   0 |   0 |  26 |  38k|1107 | 9.094947e-13 | 1.000000e+00 |    Inf 
48.28/48.33	c  45.2s|370000 |   828 |801247 |2754k|  31 |   - |  90 |2513 |  62 |  90 |  18 |  26 |  39k|1108 | 9.094947e-13 | 1.000000e+00 |    Inf 
49.48/49.59	c  46.3s|380000 |   824 |823696 |2726k|  31 |   - |  90 |2447 |  12 |   0 |   0 |  26 |  40k|1115 | 9.094947e-13 | 1.000000e+00 |    Inf 
50.77/50.85	c  47.5s|390000 |   822 |844596 |2646k|  31 |   - |  90 |2160 |   9 |  90 |  18 |  26 |  42k|1117 | 9.094947e-13 | 1.000000e+00 |    Inf 
51.98/52.07	c  48.6s|400000 |   613 |865734 |2333k|  31 |   - |  90 |1590 |   8 |  90 |  18 |  26 |  43k|1120 | 9.094947e-13 | 1.000000e+00 |    Inf 
53.18/53.21	c  49.7s|410000 |   599 |888965 |2386k|  31 |   - |  90 |1748 |  19 |   0 |   0 |  26 |  44k|1120 | 9.094947e-13 | 1.000000e+00 |    Inf 
54.37/54.44	c  50.8s|420000 |   624 |911151 |2392k|  31 |   - |  90 |1727 |   7 |   0 |   0 |  26 |  45k|1120 | 9.094947e-13 | 1.000000e+00 |    Inf 
55.58/55.67	c  52.0s|430000 |   775 |932900 |2685k|  31 |   4 |  90 |1990 |   7 |  90 |  18 |  26 |  46k|1120 | 9.094947e-13 | 1.000000e+00 |    Inf 
56.87/56.90	c  53.1s|440000 |   733 |955021 |2756k|  31 |   4 |  90 |2168 |  20 |  90 |  18 |  26 |  47k|1120 | 9.094947e-13 | 1.000000e+00 |    Inf 
58.07/58.15	c  54.3s|450000 |   477 |976856 |2389k|  31 |   4 |  90 |1937 |   5 |  90 |  18 |  26 |  49k|1123 | 9.094947e-13 | 1.000000e+00 |    Inf 
59.28/59.35	c  55.4s|460000 |   495 |999911 |2498k|  31 |   - |  90 |2210 |  13 |  90 |  18 |  26 |  50k|1126 | 9.094947e-13 | 1.000000e+00 |    Inf 
60.48/60.58	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
60.48/60.58	c  56.5s|470000 |   533 |  1023k|2614k|  31 |   4 |  90 |2311 |   8 |  90 |  18 |  26 |  51k|1126 | 9.094947e-13 | 1.000000e+00 |    Inf 
61.77/61.80	c  57.7s|480000 |   436 |  1046k|2481k|  31 |   4 |  90 |2261 |   7 |  90 |  18 |  26 |  52k|1129 | 9.094947e-13 | 1.000000e+00 |    Inf 
62.97/63.05	c  58.9s|490000 |   399 |  1069k|2417k|  31 |   4 |  90 |2071 |   6 |  90 |  18 |  26 |  53k|1170 | 9.094947e-13 | 1.000000e+00 |    Inf 
64.18/64.27	c  60.0s|500000 |   575 |  1090k|2469k|  31 |   4 |  90 |1817 |  12 |  90 |  18 |  26 |  54k|1170 | 9.094947e-13 | 1.000000e+00 |    Inf 
65.47/65.53	c  61.2s|510000 |   740 |  1112k|2709k|  31 |   4 |  90 |1990 |  17 |  90 |  18 |  26 |  55k|1170 | 9.094947e-13 | 1.000000e+00 |    Inf 
66.77/66.82	c  62.4s|520000 |   722 |  1133k|2656k|  31 |   - |  90 |1803 |  81 |  90 |  18 |  26 |  56k|1170 | 9.094947e-13 | 1.000000e+00 |    Inf 
67.98/68.07	c  63.6s|530000 |   885 |  1154k|2658k|  31 |   - |  90 |1479 | 351 |   0 |   0 |  26 |  58k|1183 | 9.094947e-13 | 1.000000e+00 |    Inf 
69.18/69.27	c  64.7s|540000 |  1058 |  1175k|2728k|  31 |   4 |  90 |1544 |   4 |  90 |  18 |  26 |  59k|1185 | 9.094947e-13 | 1.000000e+00 |    Inf 
70.38/70.43	c  65.8s|550000 |  1514 |  1196k|3223k|  31 |   4 |  90 |1801 |   8 |  90 |  18 |  26 |  60k|1190 | 9.094947e-13 | 1.000000e+00 |    Inf 
71.57/71.62	c  66.9s|560000 |  1667 |  1217k|3480k|  31 |   - |  90 |1944 |   9 |  90 |  18 |  26 |  61k|1202 | 9.094947e-13 | 1.000000e+00 |    Inf 
72.77/72.82	c  68.0s|570000 |  1492 |  1237k|3447k|  31 |   - |  90 |1935 |   3 |   0 |   0 |  26 |  62k|1207 | 9.094947e-13 | 1.000000e+00 |    Inf 
73.97/74.09	c  69.2s|580000 |  1043 |  1258k|3185k|  31 |   4 |  90 |2020 |  13 |  90 |  18 |  26 |  63k|1213 | 9.094947e-13 | 1.000000e+00 |    Inf 
75.17/75.26	c  70.3s|590000 |  1026 |  1277k|3298k|  31 |   - |  90 |2264 |   5 |   0 |   0 |  26 |  64k|1213 | 9.094947e-13 | 1.000000e+00 |    Inf 
76.37/76.47	c  71.4s|600000 |   851 |  1297k|3206k|  31 |   - |  90 |2431 |   3 |   0 |   0 |  26 |  65k|1220 | 9.094947e-13 | 1.000000e+00 |    Inf 
77.67/77.70	c  72.5s|610000 |   897 |  1318k|3324k|  31 |   4 |  90 |2644 |  29 |  90 |  18 |  26 |  66k|1249 | 9.094947e-13 | 1.000000e+00 |    Inf 
78.87/78.94	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
78.87/78.94	c  73.7s|620000 |   784 |  1340k|3138k|  31 |   - |  90 |2316 |   8 |  90 |  18 |  26 |  67k|1249 | 9.094947e-13 | 1.000000e+00 |    Inf 
80.07/80.15	c  74.8s|630000 |   752 |  1360k|3193k|  31 |   4 |  90 |2514 |  42 |  90 |  18 |  26 |  68k|1253 | 9.094947e-13 | 1.000000e+00 |    Inf 
81.38/81.41	c  76.0s|640000 |   807 |  1381k|2944k|  31 |   4 |  90 |2006 |  12 |  90 |  18 |  26 |  68k|1266 | 9.094947e-13 | 1.000000e+00 |    Inf 
82.57/82.65	c  77.1s|650000 |   540 |  1400k|2661k|  31 |   4 |  90 |1797 |  10 |  90 |  18 |  26 |  70k|1291 | 9.094947e-13 | 1.000000e+00 |    Inf 
83.77/83.85	c  78.2s|660000 |   829 |  1422k|2658k|  31 |   - |  90 |1861 |  29 |   0 |   0 |  26 |  70k|1291 | 9.094947e-13 | 1.000000e+00 |    Inf 
84.97/85.05	c  79.4s|670000 |   830 |  1445k|2825k|  31 |   - |  90 |2054 |   7 |  90 |  18 |  26 |  71k|1291 | 9.094947e-13 | 1.000000e+00 |    Inf 
86.17/86.24	c  80.5s|680000 |   715 |  1466k|2890k|  31 |   4 |  90 |2365 |   4 |  90 |  18 |  26 |  72k|1291 | 9.094947e-13 | 1.000000e+00 |    Inf 
87.37/87.45	c  81.6s|690000 |   535 |  1489k|2818k|  31 |   - |  90 |2561 |   7 |  90 |  18 |  26 |  73k|1291 | 9.094947e-13 | 1.000000e+00 |    Inf 
88.57/88.66	c  82.7s|700000 |   478 |  1511k|2861k|  31 |   - |  90 |2732 |  47 |  90 |  18 |  26 |  74k|1291 | 9.094947e-13 | 1.000000e+00 |    Inf 
89.87/89.95	c  83.9s|710000 |   537 |  1534k|3066k|  31 |   - |  90 |3094 |  29 |  90 |  18 |  26 |  75k|1291 | 9.094947e-13 | 1.000000e+00 |    Inf 
91.17/91.26	c  85.2s|720000 |   473 |  1557k|3064k|  31 |   4 |  90 |3248 |   4 |  90 |  18 |  26 |  76k|1291 | 9.094947e-13 | 1.000000e+00 |    Inf 
92.47/92.58	c  86.4s|730000 |   358 |  1580k|2400k|  31 |   4 |  90 |2084 |  20 |  90 |  18 |  26 |  77k|1336 | 9.094947e-13 | 1.000000e+00 |    Inf 
93.77/93.87	c  87.6s|740000 |   506 |  1601k|2758k|  31 |   - |  90 |2583 |   6 |  90 |  18 |  26 |  79k|1336 | 9.094947e-13 | 1.000000e+00 |    Inf 
95.07/95.12	c  88.8s|750000 |   373 |  1623k|2697k|  31 |   4 |  90 |2566 |  10 |  90 |  18 |  26 |  80k|1336 | 9.094947e-13 | 1.000000e+00 |    Inf 
96.27/96.39	c  90.0s|760000 |   268 |  1646k|2594k|  31 |   4 |  90 |2740 |   8 |  90 |  18 |  26 |  81k|1336 | 9.094947e-13 | 1.000000e+00 |    Inf 
97.57/97.65	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
97.57/97.65	c  91.1s|770000 |   389 |  1669k|2629k|  31 |   - |  90 |2690 |  11 |  90 |  18 |  26 |  82k|1336 | 9.094947e-13 | 1.000000e+00 |    Inf 
98.88/98.94	c  92.3s|780000 |   467 |  1692k|2933k|  31 |   4 |  90 |3148 |  11 |  90 |  18 |  26 |  83k|1336 | 9.094947e-13 | 1.000000e+00 |    Inf 
100.17/100.23	c  93.5s|790000 |   551 |  1715k|3139k|  31 |   - |  90 |3503 |  43 |  90 |  18 |  26 |  85k|1336 | 9.094947e-13 | 1.000000e+00 |    Inf 
101.47/101.59	c  94.8s|800000 |   184 |  1737k|2686k|  31 |   4 |  90 |3176 |  25 |  90 |  18 |  26 |  86k|1337 | 9.094947e-13 | 1.000000e+00 |    Inf 
102.87/102.90	c  96.0s|810000 |   537 |  1761k|2975k|  31 |   4 |  90 |3171 |  54 |  90 |  18 |  26 |  87k|1337 | 9.094947e-13 | 1.000000e+00 |    Inf 
104.17/104.22	c  97.2s|820000 |   324 |  1784k|2949k|  31 |   4 |  90 |3385 |   7 |  90 |  18 |  26 |  88k|1337 | 9.094947e-13 | 1.000000e+00 |    Inf 
105.47/105.55	c  98.5s|830000 |   409 |  1806k|2857k|  31 |   4 |  90 |3257 |  28 |  90 |  18 |  26 |  89k|1337 | 9.094947e-13 | 1.000000e+00 |    Inf 
106.87/106.94	c  99.8s|840000 |   309 |  1826k|3054k|  31 |   4 |  90 |3780 |  12 |  90 |  18 |  26 |  91k|1337 | 9.094947e-13 | 1.000000e+00 |    Inf 
108.27/108.37	c   101s|850000 |   179 |  1848k|2730k|  31 |   - |  90 |3284 | 343 |   0 |   0 |  26 |  92k|1352 | 9.094947e-13 | 1.000000e+00 |    Inf 
109.66/109.73	c   102s|860000 |   275 |  1869k|2867k|  31 |   - |  90 |3398 |   8 |   0 |   0 |  26 |  93k|1354 | 9.094947e-13 | 1.000000e+00 |    Inf 
111.07/111.13	c   104s|870000 |   195 |  1889k|2846k|  31 |   4 |  90 |3558 |   7 |  90 |  18 |  26 |  95k|1354 | 2.273737e-12 | 1.000000e+00 |    Inf 
111.87/111.94	c 
111.87/111.94	c SCIP Status        : problem is solved [optimal solution found]
111.87/111.94	c Solving Time (sec) : 104.49
111.87/111.94	c Solving Nodes      : 875580
111.87/111.94	c Primal Bound       : +1.00000000000000e+00 (73 solutions)
111.87/111.94	c Dual Bound         : +1.00000000000000e+00
111.87/111.94	c Gap                : 0.00 %
111.87/111.94	c NODE         875580
111.87/111.94	c DUAL BOUND   1
111.87/111.94	c PRIMAL BOUND 1
111.87/111.94	c GAP          0
111.87/111.94	s OPTIMUM FOUND
111.87/111.94	v x69 x94 -x93 x92 x91 x90 -x89 x88 x87 -x86 x85 x84 -x83 -x82 -x81 -x80 -x79 x78 -x77 -x76 -x75 -x74 -x73 x72 x71 x70 x68 -x67 -x66 
111.87/111.94	v x65 -x64 -x63 -x62 -x61 -x60 -x59 -x58 -x57 -x56 -x55 -x54 -x53 -x52 -x51 -x50 x49 -x48 -x47 -x46 -x45 -x44 -x43 -x42 -x41 
111.87/111.94	v -x40 -x39 -x38 -x37 -x36 -x35 -x34 -x33 -x32 -x31 -x30 -x29 -x28 -x27 -x26 -x25 -x24 -x23 -x22 -x21 -x20 -x19 -x18 -x17 -x16 
111.87/111.94	v -x15 -x14 -x13 -x12 -x11 -x10 -x9 -x8 -x7 -x6 -x5 -x4 -x3 -x2 -x1 
111.87/111.94	c SCIP Status        : problem is solved [optimal solution found]
111.87/111.94	c Solving Time       :     104.49
111.87/111.94	c Original Problem   :
111.87/111.94	c   Problem name     : HOME/instance-3734895-1338705862.opb
111.87/111.94	c   Variables        : 94 (94 binary, 0 integer, 0 implicit integer, 0 continuous)
111.87/111.94	c   Constraints      : 8 initial, 8 maximal
111.87/111.94	c Presolved Problem  :
111.87/111.94	c   Problem name     : t_HOME/instance-3734895-1338705862.opb
111.87/111.94	c   Variables        : 90 (90 binary, 0 integer, 0 implicit integer, 0 continuous)
111.87/111.94	c   Constraints      : 4 initial, 4384 maximal
111.87/111.94	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
111.87/111.94	c   trivial          :       0.00          0          0          0          0          0          0          0          0
111.87/111.94	c   dualfix          :       0.00          0          0          0          0          0          0          0          0
111.87/111.94	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
111.87/111.94	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
111.87/111.94	c   implics          :       0.00          0          0          0          0          0          0          0          0
111.87/111.94	c   probing          :       0.00          0          0          0          0          0          0          0          0
111.87/111.94	c   linear           :       0.00          0          4          0          0          0          4          0          0
111.87/111.94	c   logicor          :       0.00          0          0          0          0          0          0          0          0
111.87/111.94	c   root node        :          -         61          -          -         61          -          -          -          -
111.87/111.94	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
111.87/111.94	c   integral         :          0          0          0     447773          0         15        288          0          0     894872
111.87/111.94	c   linear           :          4          6    1172832          0          0     165143    1070399         16          0          0
111.87/111.94	c   logicor          :          0+         0     661534          0          0       2177      57333          0          0          0
111.87/111.94	c   countsols        :          0          0          0         39          0          0          0          0          0          0
111.87/111.94	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
111.87/111.94	c   integral         :       2.46       0.00       0.00       2.46       0.00
111.87/111.94	c   linear           :      17.34       0.00      17.34       0.00       0.00
111.87/111.94	c   logicor          :       9.13       0.00       9.13       0.00       0.00
111.87/111.94	c   countsols        :       0.00       0.00       0.00       0.00       0.00
111.87/111.94	c Propagators        :       Time      Calls    Cutoffs    DomReds
111.87/111.94	c   rootredcost      :       0.21         66          0         60
111.87/111.94	c   pseudoobj        :       2.39    1180381       7649      32295
111.87/111.94	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
111.87/111.94	c   propagation      :       2.79     174969      86021     129639       21.6          1       21.0          -
111.87/111.94	c   infeasible LP    :       0.10       3089       3089       3274       11.7          0        0.0          0
111.87/111.94	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
111.87/111.94	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
111.87/111.94	c   pseudo solution  :       0.00          5          5         13       30.0          0        0.0          -
111.87/111.94	c   applied globally :          -          -          -      96146       20.9          -          -          -
111.87/111.94	c   applied locally  :          -          -          -        157       32.6          -          -          -
111.87/111.94	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
111.87/111.94	c   cut pool         :       0.00          5          -          -         19          -    (maximal pool size: 95)
111.87/111.94	c   redcost          :       0.84     450593          0      34429          0          0
111.87/111.94	c   impliedbounds    :       0.00          6          0          0          0          0
111.87/111.94	c   intobj           :       0.00          0          0          0          0          0
111.87/111.94	c   gomory           :       0.01          6          0          0          0          0
111.87/111.94	c   strongcg         :       0.00          6          0          0         14          0
111.87/111.94	c   cmir             :       0.00          6          0          0         35          0
111.87/111.94	c   flowcover        :       0.02          6          0          0         48          0
111.87/111.94	c   clique           :       0.00          1          0          0          0          0
111.87/111.94	c   zerohalf         :       0.00          0          0          0          0          0
111.87/111.94	c   mcf              :       0.00          1          0          0          0          0
111.87/111.94	c Pricers            :       Time      Calls       Vars
111.87/111.94	c   problem variables:       0.00          0          0
111.87/111.94	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
111.87/111.94	c   relpscost        :       2.15     447734         15        288          0          0     894872
111.87/111.94	c   pscost           :       0.00          0          0          0          0          0          0
111.87/111.94	c   inference        :       0.00          0          0          0          0          0          0
111.87/111.94	c   mostinf          :       0.00          0          0          0          0          0          0
111.87/111.94	c   leastinf         :       0.00          0          0          0          0          0          0
111.87/111.94	c   fullstrong       :       0.00          0          0          0          0          0          0
111.87/111.94	c   allfullstrong    :       0.00          0          0          0          0          0          0
111.87/111.94	c   random           :       0.00          0          0          0          0          0          0
111.87/111.94	c Primal Heuristics  :       Time      Calls      Found
111.87/111.94	c   LP solutions     :       0.00          -         39
111.87/111.94	c   pseudo solutions :       0.00          -          0
111.87/111.94	c   feaspump         :       0.06          1          0
111.87/111.94	c   crossover        :       0.30          1          0
111.87/111.94	c   oneopt           :       0.11         64          0
111.87/111.94	c   pscostdiving     :       0.53       1620          4
111.87/111.94	c   fracdiving       :       0.68       1620          4
111.87/111.94	c   veclendiving     :       0.48       1620          5
111.87/111.94	c   linesearchdiving :       0.66       1620          5
111.87/111.94	c   guideddiving     :       0.46       1620          3
111.87/111.94	c   coefdiving       :       0.61       1621          2
111.87/111.94	c   objpscostdiving  :       0.34        812          4
111.87/111.94	c   simplerounding   :       0.12          0          0
111.87/111.94	c   rounding         :       0.81      61566          4
111.87/111.94	c   shifting         :       1.71       5328          1
111.87/111.94	c   intshifting      :       0.01          0          0
111.87/111.94	c   fixandinfer      :       0.00          0          0
111.87/111.94	c   intdiving        :       0.00          0          0
111.87/111.94	c   actconsdiving    :       0.00          0          0
111.87/111.94	c   rootsoldiving    :       0.59        747          2
111.87/111.94	c   octane           :       0.00          0          0
111.87/111.94	c   rens             :       0.01          1          0
111.87/111.94	c   rins             :       0.00          0          0
111.87/111.94	c   localbranching   :       0.00          0          0
111.87/111.94	c   mutation         :       0.00          0          0
111.87/111.94	c   dins             :       0.00          0          0
111.87/111.94	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
111.87/111.94	c   primal LP        :       0.00          0          0       0.00          -
111.87/111.94	c   dual LP          :      28.16     733302    1809494       2.47   64257.60
111.87/111.94	c   barrier LP       :       0.00          0          0       0.00          -
111.87/111.94	c   diving/probing LP:       1.84      43953      92665       2.11   50361.41
111.87/111.94	c   strong branching :       0.10       1354       7271       5.37   72710.00
111.87/111.94	c     (at root node) :          -         15        561      37.40          -
111.87/111.94	c   conflict analysis:       0.00          0          0       0.00          -
111.87/111.94	c B&B Tree           :
111.87/111.94	c   number of runs   :          1
111.87/111.94	c   nodes            :     875580
111.87/111.94	c   nodes (total)    :     875580
111.87/111.94	c   nodes left       :          0
111.87/111.94	c   max depth        :         31
111.87/111.94	c   max depth (total):         31
111.87/111.94	c   backtracks       :     254264 (29.0%)
111.87/111.94	c   delayed cutoffs  :      18558
111.87/111.94	c   repropagations   :      71377 (125558 domain reductions, 16716 cutoffs)
111.87/111.94	c   avg switch length:       4.44
111.87/111.94	c   switching time   :      18.21
111.87/111.94	c Solution           :
111.87/111.94	c   Solutions found  :         73 (66 improvements)
111.87/111.94	c   Primal Bound     : +1.00000000000000e+00   (in run 1, after 19069 nodes, 3.11 seconds, depth 19, found by <relaxation>)
111.87/111.94	c   Dual Bound       : +1.00000000000000e+00
111.87/111.94	c   Gap              :       0.00 %
111.87/111.94	c   Root Dual Bound  : +9.09494701772928e-13
111.87/111.94	c Time complete: 111.91.

Verifier Data

OK	1

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.1 (svn: 989)

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.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3734895-1338705862/watcher-3734895-1338705862 -o /tmp/evaluation-result-3734895-1338705862/solver-3734895-1338705862 -C 1800 -W 1900 -M 15500 HOME/pbscip.linux.x86_64.gnu.opt-gcc42.spx -t 1800 -m 15500 -f HOME/instance-3734895-1338705862.opb 

running on 4 cores: 1,3,5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1900 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.00 2.01 2.00 3/176 22683
/proc/meminfo: memFree=27274552/32873844 swapFree=7116/7116
[pid=22683] ppid=22681 vsize=7800 CPUtime=0 cores=1,3,5,7
/proc/22683/stat : 22683 (pbscip.linux.x8) R 22681 22683 10620 0 -1 4202496 1503 0 0 0 0 0 0 0 20 0 1 0 336711271 7987200 1101 33554432000 4194304 7823515 140735726252256 140733662521432 5800032 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/22683/statm: 2128 1120 365 887 0 1238 0

[startup+0.0677829 s]
/proc/loadavg: 2.00 2.01 2.00 3/176 22683
/proc/meminfo: memFree=27274552/32873844 swapFree=7116/7116
[pid=22683] ppid=22681 vsize=15296 CPUtime=0.06 cores=1,3,5,7
/proc/22683/stat : 22683 (pbscip.linux.x8) R 22681 22683 10620 0 -1 4202496 4558 0 0 0 5 1 0 0 20 0 1 0 336711271 15663104 3033 33554432000 4194304 7823515 140735726252256 140733662521432 6954986 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/22683/statm: 3824 3033 567 887 0 2934 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 15296

[startup+0.10033 s]
/proc/loadavg: 2.00 2.01 2.00 3/176 22683
/proc/meminfo: memFree=27274552/32873844 swapFree=7116/7116
[pid=22683] ppid=22681 vsize=15296 CPUtime=0.09 cores=1,3,5,7
/proc/22683/stat : 22683 (pbscip.linux.x8) R 22681 22683 10620 0 -1 4202496 4559 0 0 0 8 1 0 0 20 0 1 0 336711271 15663104 3034 33554432000 4194304 7823515 140735726252256 140733662521432 6954986 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/22683/statm: 3824 3034 568 887 0 2934 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 15296

[startup+0.300225 s]
/proc/loadavg: 2.00 2.01 2.00 3/176 22683
/proc/meminfo: memFree=27274552/32873844 swapFree=7116/7116
[pid=22683] ppid=22681 vsize=15296 CPUtime=0.28 cores=1,3,5,7
/proc/22683/stat : 22683 (pbscip.linux.x8) R 22681 22683 10620 0 -1 4202496 4564 0 0 0 26 2 0 0 20 0 1 0 336711271 15663104 3039 33554432000 4194304 7823515 140735726252256 140733662521432 6954986 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/22683/statm: 3824 3039 573 887 0 2934 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 15296

[startup+0.70029 s]
/proc/loadavg: 2.00 2.01 2.00 3/176 22683
/proc/meminfo: memFree=27274552/32873844 swapFree=7116/7116
[pid=22683] ppid=22681 vsize=16424 CPUtime=0.69 cores=1,3,5,7
/proc/22683/stat : 22683 (pbscip.linux.x8) R 22681 22683 10620 0 -1 4202496 4867 0 0 0 63 6 0 0 20 0 1 0 336711271 16818176 3342 33554432000 4194304 7823515 140735726252256 140733662521432 6954986 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/22683/statm: 4106 3342 573 887 0 3216 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 16424

[startup+1.50023 s]
/proc/loadavg: 2.08 2.03 2.01 3/177 22684
/proc/meminfo: memFree=27262632/32873844 swapFree=7116/7116
[pid=22683] ppid=22681 vsize=17112 CPUtime=1.49 cores=1,3,5,7
/proc/22683/stat : 22683 (pbscip.linux.x8) R 22681 22683 10620 0 -1 4202496 5041 0 0 0 137 12 0 0 20 0 1 0 336711271 17522688 3516 33554432000 4194304 7823515 140735726252256 140735726250104 6954986 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/22683/statm: 4278 3516 573 887 0 3388 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 17112

[startup+3.10024 s]
/proc/loadavg: 2.08 2.03 2.01 3/177 22684
/proc/meminfo: memFree=27261020/32873844 swapFree=7116/7116
[pid=22683] ppid=22681 vsize=18520 CPUtime=3.08 cores=1,3,5,7
/proc/22683/stat : 22683 (pbscip.linux.x8) R 22681 22683 10620 0 -1 4202496 5392 0 0 0 286 22 0 0 20 0 1 0 336711271 18964480 3867 33554432000 4194304 7823515 140735726252256 140735726248056 6954986 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/22683/statm: 4630 3867 573 887 0 3740 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 18520

[startup+6.30024 s]
/proc/loadavg: 2.08 2.03 2.01 3/177 22684
/proc/meminfo: memFree=27259532/32873844 swapFree=7116/7116
[pid=22683] ppid=22681 vsize=19604 CPUtime=6.29 cores=1,3,5,7
/proc/22683/stat : 22683 (pbscip.linux.x8) R 22681 22683 10620 0 -1 4202496 5667 0 0 0 589 40 0 0 20 0 1 0 336711271 20074496 4142 33554432000 4194304 7823515 140735726252256 140735726249000 6954986 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/22683/statm: 4901 4142 573 887 0 4011 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 19604

[startup+12.7002 s]
/proc/loadavg: 2.07 2.03 2.00 3/177 22684
/proc/meminfo: memFree=27257920/32873844 swapFree=7116/7116
[pid=22683] ppid=22681 vsize=20664 CPUtime=12.69 cores=1,3,5,7
/proc/22683/stat : 22683 (pbscip.linux.x8) R 22681 22683 10620 0 -1 4202496 5931 0 0 0 1194 75 0 0 20 0 1 0 336711271 21159936 4406 33554432000 4194304 7823515 140735726252256 140735726249288 6954986 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/22683/statm: 5166 4406 573 887 0 4276 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 20664

[startup+25.5002 s]
/proc/loadavg: 2.06 2.03 2.00 3/177 22684
/proc/meminfo: memFree=27257036/32873844 swapFree=7116/7116
[pid=22683] ppid=22681 vsize=20664 CPUtime=25.49 cores=1,3,5,7
/proc/22683/stat : 22683 (pbscip.linux.x8) R 22681 22683 10620 0 -1 4202496 5931 0 0 0 2382 167 0 0 20 0 1 0 336711271 21159936 4406 33554432000 4194304 7823515 140735726252256 140735726247592 6954986 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/22683/statm: 5166 4406 573 887 0 4276 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 20664

[startup+51.1002 s]
/proc/loadavg: 2.04 2.02 2.00 3/177 22684
/proc/meminfo: memFree=27253224/32873844 swapFree=7116/7116
[pid=22683] ppid=22681 vsize=20796 CPUtime=51.08 cores=1,3,5,7
/proc/22683/stat : 22683 (pbscip.linux.x8) R 22681 22683 10620 0 -1 4202496 5964 0 0 0 4772 336 0 0 20 0 1 0 336711271 21295104 4833 33554432000 4194304 7823515 140735726252256 140735726249304 6954986 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/22683/statm: 5199 4833 573 887 0 4309 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 20796

[startup+102.306 s]
/proc/loadavg: 2.09 2.03 2.00 3/177 22684
/proc/meminfo: memFree=27252228/32873844 swapFree=7116/7116
[pid=22683] ppid=22681 vsize=21016 CPUtime=102.28 cores=1,3,5,7
/proc/22683/stat : 22683 (pbscip.linux.x8) R 22681 22683 10620 0 -1 4202496 6892 0 0 0 9547 681 0 0 20 0 1 0 336711271 21520384 4890 33554432000 4194304 7823515 140735726252256 140735726248744 6954986 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/22683/statm: 5254 4890 573 887 0 4364 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 21016

Solver just ended. Dumping a history of the last processes samples

[startup+108.7 s]
/proc/loadavg: 2.08 2.03 2.00 3/177 22684
/proc/meminfo: memFree=27251856/32873844 swapFree=7116/7116
[pid=22683] ppid=22681 vsize=21908 CPUtime=108.66 cores=1,3,5,7
/proc/22683/stat : 22683 (pbscip.linux.x8) R 22681 22683 10620 0 -1 4202496 7120 0 0 0 10145 721 0 0 20 0 1 0 336711271 22433792 5118 33554432000 4194304 7823515 140735726252256 140735726249288 6954986 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/22683/statm: 5477 5118 573 887 0 4587 0
Current children cumulated CPU time (s) 108.66
Current children cumulated vsize (KiB) 21908

[startup+110.3 s]
/proc/loadavg: 2.08 2.03 2.00 3/177 22684
/proc/meminfo: memFree=27251856/32873844 swapFree=7116/7116
[pid=22683] ppid=22681 vsize=21908 CPUtime=110.27 cores=1,3,5,7
/proc/22683/stat : 22683 (pbscip.linux.x8) R 22681 22683 10620 0 -1 4202496 7120 0 0 0 10296 731 0 0 20 0 1 0 336711271 22433792 5118 33554432000 4194304 7823515 140735726252256 140735726247944 6954986 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/22683/statm: 5477 5118 573 887 0 4587 0
Current children cumulated CPU time (s) 110.27
Current children cumulated vsize (KiB) 21908

[startup+111.106 s]
/proc/loadavg: 2.07 2.03 2.00 3/177 22684
/proc/meminfo: memFree=27251856/32873844 swapFree=7116/7116
[pid=22683] ppid=22681 vsize=21908 CPUtime=111.07 cores=1,3,5,7
/proc/22683/stat : 22683 (pbscip.linux.x8) R 22681 22683 10620 0 -1 4202496 7120 0 0 0 10371 736 0 0 20 0 1 0 336711271 22433792 5118 33554432000 4194304 7823515 140735726252256 140735726248584 6954986 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/22683/statm: 5477 5118 573 887 0 4587 0
Current children cumulated CPU time (s) 111.07
Current children cumulated vsize (KiB) 21908

[startup+111.5 s]
/proc/loadavg: 2.07 2.03 2.00 3/177 22684
/proc/meminfo: memFree=27251856/32873844 swapFree=7116/7116
[pid=22683] ppid=22681 vsize=21908 CPUtime=111.47 cores=1,3,5,7
/proc/22683/stat : 22683 (pbscip.linux.x8) R 22681 22683 10620 0 -1 4202496 7120 0 0 0 10408 739 0 0 20 0 1 0 336711271 22433792 5118 33554432000 4194304 7823515 140735726252256 140735726248584 6954986 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/22683/statm: 5477 5118 573 887 0 4587 0
Current children cumulated CPU time (s) 111.47
Current children cumulated vsize (KiB) 21908

[startup+111.9 s]
/proc/loadavg: 2.07 2.03 2.00 3/177 22684
/proc/meminfo: memFree=27251856/32873844 swapFree=7116/7116
[pid=22683] ppid=22681 vsize=21908 CPUtime=111.87 cores=1,3,5,7
/proc/22683/stat : 22683 (pbscip.linux.x8) R 22681 22683 10620 0 -1 4202496 7120 0 0 0 10446 741 0 0 20 0 1 0 336711271 22433792 5118 33554432000 4194304 7823515 140735726252256 140735726248584 6954986 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/22683/statm: 5477 5118 573 887 0 4587 0
Current children cumulated CPU time (s) 111.87
Current children cumulated vsize (KiB) 21908

Child status: 0
Real time (s): 111.945
CPU time (s): 111.921
CPU user time (s): 104.501
CPU system time (s): 7.41987
CPU usage (%): 99.9784
Max. virtual memory (cumulated for all children) (KiB): 21908

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 104.501
system time used= 7.41987
maximum resident set size= 23044
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 7125
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= 10
involuntary context switches= 114

runsolver used 0.171973 second user time and 0.443932 second system time

The end

Launcher Data

Begin job on node138 at 2012-06-03 08:44:22
IDJOB=3734895
IDBENCH=2916
IDSOLVER=2321
FILE ID=node138/3734895-1338705862
RUNJOBID= node138-1338679216-19463
PBS_JOBID= 14636675
Free space on /tmp= 70780 MiB

SOLVER NAME= PB09: SCIPspx SCIP 1.1.0.7 with SoPLEX 1.4.1(24.4.2009)
BENCH NAME= PB06/final/normalized-PB06/OPT-SMALLINT/submitted-PB06/manquiho/market-split/normalized-opt-market-split_4_30_2.opb
COMMAND LINE= HOME/pbscip.linux.x86_64.gnu.opt-gcc42.spx -t TIMEOUT -m MEMLIMIT -f BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3734895-1338705862/watcher-3734895-1338705862 -o /tmp/evaluation-result-3734895-1338705862/solver-3734895-1338705862 -C 1800 -W 1900 -M 15500  HOME/pbscip.linux.x86_64.gnu.opt-gcc42.spx -t 1800 -m 15500 -f HOME/instance-3734895-1338705862.opb

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 15500 MiB
NBCORE= 4

MD5SUM BENCH= 031b0f629913e7cd5c934f00ec1a1885
RANDOM SEED=166432663

node138.alineos.net Linux 2.6.32-71.29.1.el6.x86_64 #1 SMP Mon Jun 27 19:49:27 BST 2011

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.347
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5334.69
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.347
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.347
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.347
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.347
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.347
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.347
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.92
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.347
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        27275220 kB
Buffers:          712132 kB
Cached:          3895232 kB
SwapCached:          208 kB
Active:          2412784 kB
Inactive:        2283248 kB
Active(anon):      73040 kB
Inactive(anon):    11376 kB
Active(file):    2339744 kB
Inactive(file):  2271872 kB
Unevictable:        7116 kB
Mlocked:            7116 kB
SwapTotal:      67108856 kB
SwapFree:       67108648 kB
Dirty:              9772 kB
Writeback:             0 kB
AnonPages:        182936 kB
Mapped:            16572 kB
Shmem:               200 kB
Slab:             764084 kB
SReclaimable:     206220 kB
SUnreclaim:       557864 kB
KernelStack:        1440 kB
PageTables:         4264 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     198104 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:     94208 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7872 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 70772 MiB
End job on node138 at 2012-06-03 08:46:14