Trace number 3451071

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 spx E SCIP 2.0.1.4b with SoPlex 1.5.0.4OPT2 138.653 138.65

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB06/
manquiho/market-split/normalized-opt-market-split_4_30_3.opb
MD5SUMd26b3b10be20d9248aac462b86b1f040
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark2
Best CPU time to get the best result obtained on this benchmark134.677
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 2
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 constraint45
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 940
Number of bits of the biggest number in a constraint 10
Biggest sum of numbers in a constraint 3331
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 2.0.1.5 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: SoPlex 1.5.0.4]
0.00/0.00	c Copyright (c) 2002-2011 Konrad-Zuse-Zentrum fuer Informationstechnik 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-3451071-1307093547.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 problem read
0.00/0.00	c presolving settings loaded
0.00/0.00	c presolving:
0.00/0.00	c (round 1) 0 del vars, 4 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 0 clqs
0.00/0.00	c presolving (2 rounds):
0.00/0.00	c  0 deleted vars, 4 deleted constraints, 0 added constraints, 0 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
0.00/0.00	c  0 implications, 0 cliques
0.00/0.00	c presolved problem has 94 variables (94 bin, 0 int, 0 impl, 0 cont) and 4 constraints
0.00/0.00	c       4 constraints of type <linear>
0.00/0.00	c transformed objective value is always integral (scale: 1)
0.00/0.00	c Presolving Time: 0.00
0.00/0.00	c - non default parameters ----------------------------------------------------------------------
0.00/0.00	c # SCIP version 2.0.1.5
0.00/0.00	c 
0.00/0.00	c # frequency for displaying node information lines
0.00/0.00	c # [type: int, range: [-1,2147483647], default: 100]
0.00/0.00	c display/freq = 10000
0.00/0.00	c 
0.00/0.00	c # maximal time in seconds to run
0.00/0.00	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.00/0.00	c limits/time = 1800
0.00/0.00	c 
0.00/0.00	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.00/0.00	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.00/0.00	c limits/memory = 13950
0.00/0.00	c 
0.00/0.00	c # default clock type (1: CPU user seconds, 2: wall clock time)
0.00/0.00	c # [type: int, range: [1,2], default: 1]
0.00/0.00	c timing/clocktype = 2
0.00/0.00	c 
0.00/0.00	c # belongs reading time to solving time?
0.00/0.00	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.00/0.00	c timing/reading = TRUE
0.00/0.00	c 
0.00/0.00	c # should presolving try to simplify inequalities
0.00/0.00	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.00/0.00	c constraints/linear/simplifyinequalities = TRUE
0.00/0.00	c 
0.00/0.00	c # add initial coupling inequalities as linear constraints, if 'addCoupling' is true
0.00/0.00	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.00/0.00	c constraints/indicator/addCouplingCons = TRUE
0.00/0.00	c 
0.00/0.00	c # should presolving try to simplify knapsacks
0.00/0.00	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.00/0.00	c constraints/knapsack/simplifyinequalities = TRUE
0.00/0.00	c 
0.00/0.00	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
0.00/0.00	c # [type: int, range: [-1,2147483647], default: -1]
0.00/0.00	c separating/rapidlearning/freq = 0
0.00/0.00	c 
0.00/0.00	c -----------------------------------------------------------------------------------------------
0.00/0.00	c start solving
0.00/0.01	c 
0.00/0.01	o 1124
0.00/0.01	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
0.00/0.01	c T 0.0s|     1 |     0 |     0 |     - | 384k|   0 |   - |  94 |   4 |  94 |   4 |   0 |   0 |   0 |      --      | 1.124000e+03 |    Inf 
0.00/0.01	c   0.0s|     1 |     0 |    19 |     - | 367k|   0 |   4 |  94 |   4 |  94 |   4 |   0 |   0 |   0 | 0.000000e+00 | 1.124000e+03 |    Inf 
0.00/0.02	o 1003
0.00/0.02	c y 0.0s|     1 |     0 |    19 |     - | 392k|   0 |   4 |  94 |   4 |  94 |   4 |   0 |   0 |   0 | 0.000000e+00 | 1.003000e+03 |    Inf 
0.00/0.02	c   0.0s|     1 |     0 |    25 |     - | 411k|   0 |   8 |  94 |  14 |  94 |   8 |   4 |   0 |   0 | 0.000000e+00 | 1.003000e+03 |    Inf 
0.00/0.02	c   0.0s|     1 |     0 |    33 |     - | 451k|   0 |  10 |  94 |  14 |  94 |  13 |   9 |   0 |   0 | 0.000000e+00 | 1.003000e+03 |    Inf 
0.00/0.03	c   0.0s|     1 |     0 |    37 |     - | 470k|   0 |  13 |  94 |  14 |  94 |  18 |  14 |   0 |   0 | 0.000000e+00 | 1.003000e+03 |    Inf 
0.00/0.03	c   0.0s|     1 |     0 |    49 |     - | 498k|   0 |  15 |  94 |  14 |  94 |  22 |  18 |   0 |   0 | 0.000000e+00 | 1.003000e+03 |    Inf 
0.00/0.04	c   0.0s|     1 |     0 |    60 |     - | 508k|   0 |  14 |  94 |  14 |  94 |  25 |  21 |   0 |   0 | 0.000000e+00 | 1.003000e+03 |    Inf 
0.00/0.04	c   0.0s|     1 |     0 |    66 |     - | 514k|   0 |  14 |  94 |  14 |  94 |  27 |  23 |   0 |   0 | 0.000000e+00 | 1.003000e+03 |    Inf 
0.00/0.06	c   0.1s|     1 |     2 |   163 |     - | 515k|   0 |  14 |  94 |  14 |  94 |  27 |  23 |   0 |   9 | 0.000000e+00 | 1.003000e+03 |    Inf 
0.00/0.08	o 721
0.00/0.08	c c 0.1s|    29 |    29 |   271 |   7.3 | 538k|  28 |   - |  94 |  14 |  94 |  14 |  23 |   0 | 123 | 0.000000e+00 | 7.210000e+02 |    Inf 
0.08/0.09	o 530
0.08/0.09	c p 0.1s|    42 |    37 |   327 |   6.4 | 544k|  28 |   - |  94 |  14 |  94 |  14 |  23 |   0 | 149 | 0.000000e+00 | 5.300000e+02 |    Inf 
0.09/0.12	o 386
0.09/0.12	c g 0.1s|   140 |   124 |   659 |   4.3 | 612k|  33 |   - |  94 |  22 |  94 |  14 |  23 |  10 | 256 | 0.000000e+00 | 3.860000e+02 |    Inf 
0.09/0.12	o 164
0.09/0.12	c c 0.1s|   159 |   118 |   756 |   4.4 | 615k|  33 |   - |  94 |  22 |  94 |  14 |  23 |  10 | 280 | 0.000000e+00 | 1.640000e+02 |    Inf 
0.09/0.13	o 162
0.09/0.13	c * 0.1s|   166 |   121 |   786 |   4.4 | 608k|  33 |   - |  94 |  22 |  94 |  14 |  23 |  10 | 285 | 0.000000e+00 | 1.620000e+02 |    Inf 
0.09/0.13	o 159
0.09/0.13	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
0.09/0.13	c * 0.1s|   171 |   123 |   800 |   4.3 | 610k|  33 |   - |  94 |  22 |  94 |  14 |  23 |  10 | 295 | 0.000000e+00 | 1.590000e+02 |    Inf 
0.09/0.15	o 158
0.09/0.15	c * 0.2s|   298 |   228 |  1243 |   4.0 | 667k|  33 |   - |  94 |  25 |  94 |  14 |  23 |  16 | 343 | 0.000000e+00 | 1.580000e+02 |    Inf 
0.09/0.15	o 156
0.09/0.15	c * 0.2s|   299 |   226 |  1243 |   3.9 | 668k|  33 |   - |  94 |  25 |  94 |  14 |  23 |  16 | 343 | 0.000000e+00 | 1.560000e+02 |    Inf 
0.09/0.17	o 155
0.09/0.17	c * 0.2s|   349 |   265 |  1488 |   4.1 | 696k|  33 |   - |  94 |  32 |  94 |  14 |  23 |  25 | 399 | 0.000000e+00 | 1.550000e+02 |    Inf 
0.09/0.17	o 154
0.09/0.17	c * 0.2s|   375 |   289 |  1574 |   4.0 | 709k|  33 |   - |  94 |  32 |  94 |  14 |  23 |  27 | 413 | 0.000000e+00 | 1.540000e+02 |    Inf 
0.09/0.17	o 152
0.09/0.17	c * 0.2s|   376 |   287 |  1574 |   4.0 | 710k|  33 |   - |  94 |  32 |  94 |  14 |  23 |  27 | 413 | 0.000000e+00 | 1.520000e+02 |    Inf 
0.09/0.18	o 151
0.09/0.18	c p 0.2s|   390 |   299 |  1614 |   4.0 | 722k|  33 |   - |  94 |  32 |  94 |  14 |  23 |  28 | 423 | 0.000000e+00 | 1.510000e+02 |    Inf 
0.09/0.19	o 149
0.09/0.19	c v 0.2s|   425 |   332 |  1720 |   3.9 | 743k|  33 |   - |  94 |  32 |  94 |  14 |  23 |  29 | 437 | 0.000000e+00 | 1.490000e+02 |    Inf 
0.09/0.19	o 101
0.09/0.19	c g 0.2s|   470 |   329 |  1869 |   3.8 | 749k|  33 |   - |  94 |  33 |  94 |  14 |  23 |  34 | 446 | 0.000000e+00 | 1.010000e+02 |    Inf 
0.19/0.20	o 100
0.19/0.20	c * 0.2s|   476 |   332 |  1885 |   3.8 | 747k|  33 |   - |  94 |  28 |  94 |  14 |  23 |  34 | 448 | 0.000000e+00 | 1.000000e+02 |    Inf 
0.19/0.20	o 98
0.19/0.20	c * 0.2s|   478 |   331 |  1886 |   3.8 | 747k|  33 |   - |  94 |  28 |  94 |  14 |  23 |  34 | 450 | 0.000000e+00 | 9.800000e+01 |    Inf 
0.19/0.20	o 96
0.19/0.20	c * 0.2s|   480 |   331 |  1886 |   3.8 | 748k|  33 |   - |  94 |  28 |  94 |  14 |  23 |  34 | 452 | 0.000000e+00 | 9.600000e+01 |    Inf 
0.19/0.20	o 94
0.19/0.20	c * 0.2s|   481 |   328 |  1886 |   3.8 | 747k|  33 |   - |  94 |  28 |  94 |  14 |  23 |  34 | 452 | 0.000000e+00 | 9.400000e+01 |    Inf 
0.19/0.20	o 86
0.19/0.20	c c 0.2s|   499 |   334 |  1937 |   3.8 | 754k|  33 |   - |  94 |  28 |  94 |  14 |  23 |  35 | 458 | 0.000000e+00 | 8.600000e+01 |    Inf 
0.19/0.20	o 85
0.19/0.20	c * 0.2s|   511 |   340 |  1970 |   3.7 | 758k|  33 |   - |  94 |  29 |  94 |  14 |  23 |  36 | 462 | 0.000000e+00 | 8.500000e+01 |    Inf 
0.19/0.20	o 83
0.19/0.20	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
0.19/0.20	c * 0.2s|   512 |   339 |  1970 |   3.7 | 759k|  33 |   - |  94 |  29 |  94 |  14 |  23 |  36 | 462 | 0.000000e+00 | 8.300000e+01 |    Inf 
0.19/0.23	o 62
0.19/0.23	c c 0.2s|   662 |   442 |  2599 |   3.8 | 817k|  33 |   - |  94 |  38 |  94 |  14 |  23 |  47 | 474 | 0.000000e+00 | 6.200000e+01 |    Inf 
0.19/0.27	o 60
0.19/0.27	c c 0.3s|   827 |   587 |  3331 |   4.0 | 885k|  33 |   - |  94 |  61 |  94 |  14 |  23 |  71 | 482 | 0.000000e+00 | 6.000000e+01 |    Inf 
0.19/0.27	o 58
0.19/0.27	c p 0.3s|   827 |   583 |  3331 |   4.0 | 889k|  33 |   - |  94 |  62 |  94 |  14 |  23 |  73 | 482 | 0.000000e+00 | 5.800000e+01 |    Inf 
0.19/0.28	o 56
0.19/0.28	c f 0.3s|   882 |   628 |  3630 |   4.0 | 920k|  33 |   - |  94 |  73 |  94 |  14 |  23 |  84 | 485 | 0.000000e+00 | 5.600000e+01 |    Inf 
0.19/0.28	o 55
0.19/0.28	c v 0.3s|   890 |   633 |  3672 |   4.1 | 928k|  33 |   - |  94 |  76 |  94 |  14 |  23 |  87 | 485 | 0.000000e+00 | 5.500000e+01 |    Inf 
0.19/0.29	o 17
0.19/0.29	c s 0.3s|   892 |   449 |  3681 |   4.1 | 842k|  33 |   4 |  94 |  76 |  94 |  14 |  23 |  87 | 485 | 0.000000e+00 | 1.700000e+01 |    Inf 
0.19/0.29	o 15
0.19/0.29	c * 0.3s|   893 |   435 |  3687 |   4.1 | 832k|  33 |   - |  94 |  52 |  94 |  14 |  23 |  87 | 488 | 0.000000e+00 | 1.500000e+01 |    Inf 
0.19/0.29	o 13
0.19/0.29	c * 0.3s|   894 |   422 |  3687 |   4.1 | 829k|  33 |   - |  94 |  52 |  94 |  14 |  23 |  87 | 488 | 0.000000e+00 | 1.300000e+01 |    Inf 
0.19/0.29	o 11
0.19/0.29	c l 0.3s|   898 |   415 |  3712 |   4.1 | 826k|  33 |   - |  94 |  49 |  94 |  14 |  23 |  89 | 495 | 0.000000e+00 | 1.100000e+01 |    Inf 
0.19/0.29	o 9
0.19/0.29	c g 0.3s|   898 |   392 |  3712 |   4.1 | 818k|  33 |   - |  94 |  49 |  94 |  14 |  23 |  90 | 495 | 0.000000e+00 | 9.000000e+00 |    Inf 
0.29/0.34	o 7
0.29/0.34	c C 0.3s|  1098 |   481 |  4758 |   4.3 | 867k|  33 |   4 |  94 |  87 |  94 |  14 |  23 | 128 | 497 | 0.000000e+00 | 7.000000e+00 |    Inf 
0.69/0.71	o 6
0.69/0.71	c * 0.7s|  3569 |  1257 | 11472 |   3.2 |1458k|  33 |   - |  94 | 606 |  94 |  14 |  23 | 647 | 535 | 0.000000e+00 | 6.000000e+00 |    Inf 
1.19/1.20	o 3
1.19/1.20	c * 1.2s|  7013 |  1526 | 19255 |   2.7 |1981k|  33 |   - |  94 |1241 |  94 |  14 |  23 |1283 | 571 | 0.000000e+00 | 3.000000e+00 |    Inf 
1.59/1.63	c   1.6s| 10000 |  2047 | 25885 |   2.6 |2483k|  33 |   4 |  94 |1729 |  94 |  14 |  23 |1781 | 596 | 0.000000e+00 | 3.000000e+00 |    Inf 
3.09/3.11	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
3.09/3.11	c   3.1s| 20000 |  2144 | 46494 |   2.3 |3325k|  33 |   - |  94 |3138 |  94 |  14 |  23 |3284 | 683 | 0.000000e+00 | 3.000000e+00 |    Inf 
4.59/4.67	c   4.7s| 30000 |  2022 | 66144 |   2.2 |3920k|  33 |   - |  94 |4497 |  94 |  14 |  23 |4848 | 768 | 0.000000e+00 | 3.000000e+00 |    Inf 
6.39/6.43	c   6.4s| 40000 |  2001 | 86146 |   2.2 |4307k|  33 |   4 |  94 |4820 |  94 |  14 |  23 |6300 | 841 | 0.000000e+00 | 3.000000e+00 |    Inf 
7.39/7.48	o 2
7.39/7.48	c * 7.5s| 45984 |  1709 | 98785 |   2.1 |4102k|  33 |   - |  94 |4638 |  94 |  14 |  23 |7032 | 878 | 0.000000e+00 | 2.000000e+00 |    Inf 
8.09/8.14	c   8.1s| 50000 |  1684 |107411 |   2.1 |3873k|  33 |   - |  94 |3728 |  94 |  14 |  23 |7495 |1006 | 0.000000e+00 | 2.000000e+00 |    Inf 
9.59/9.60	c   9.6s| 60000 |  1666 |127693 |   2.1 |3826k|  33 |   4 |  94 |3567 |  94 |  14 |  23 |8854 |1101 | 0.000000e+00 | 2.000000e+00 |    Inf 
11.00/11.02	c  11.0s| 70000 |  1589 |147520 |   2.1 |3498k|  33 |   4 |  94 |2759 |  94 |  14 |  23 |  10k|1161 | 0.000000e+00 | 2.000000e+00 |    Inf 
12.19/12.27	c  12.3s| 80000 |  1400 |168406 |   2.1 |3058k|  33 |   - |  94 |1824 |  94 |  14 |  23 |  11k|1273 | 0.000000e+00 | 2.000000e+00 |    Inf 
13.49/13.50	c  13.5s| 90000 |  1396 |189544 |   2.1 |3146k|  33 |   4 |  94 |2015 |  94 |  14 |  23 |  12k|1275 | 0.000000e+00 | 2.000000e+00 |    Inf 
14.69/14.78	c  14.8s|100000 |  1286 |210213 |   2.1 |3327k|  33 |   - |  94 |2637 |  94 |  14 |  23 |  14k|1297 | 0.000000e+00 | 2.000000e+00 |    Inf 
16.09/16.10	c  16.1s|110000 |  1436 |231464 |   2.1 |3380k|  33 |   4 |  94 |2587 |  94 |  14 |  23 |  15k|1326 | 0.000000e+00 | 2.000000e+00 |    Inf 
17.40/17.45	c  17.4s|120000 |  1444 |251344 |   2.1 |3617k|  33 |   - |  94 |2942 |   0 |   0 |  23 |  16k|1339 | 0.000000e+00 | 2.000000e+00 |    Inf 
18.70/18.78	c  18.8s|130000 |  1261 |271354 |   2.1 |3471k|  33 |   - |  94 |3012 |  94 |  14 |  23 |  17k|1389 | 0.000000e+00 | 2.000000e+00 |    Inf 
19.99/20.09	c  20.1s|140000 |  1431 |292339 |   2.1 |3604k|  33 |   4 |  94 |3054 |  94 |  14 |  23 |  19k|1409 | 0.000000e+00 | 2.000000e+00 |    Inf 
21.39/21.46	c  21.5s|150000 |  1087 |312843 |   2.1 |3268k|  33 |   - |  94 |2695 |  94 |  14 |  23 |  20k|1491 | 0.000000e+00 | 2.000000e+00 |    Inf 
22.69/22.71	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
22.69/22.71	c  22.7s|160000 |  1318 |333677 |   2.1 |3241k|  33 |   - |  94 |2282 |  94 |  14 |  23 |  21k|1503 | 0.000000e+00 | 2.000000e+00 |    Inf 
23.89/23.97	c  24.0s|170000 |  1675 |353505 |   2.1 |3652k|  33 |   4 |  94 |2533 |  94 |  14 |  23 |  22k|1514 | 0.000000e+00 | 2.000000e+00 |    Inf 
25.20/25.22	c  25.2s|180000 |  1178 |373648 |   2.1 |3381k|  33 |   4 |  94 |2625 |  94 |  14 |  23 |  23k|1525 | 0.000000e+00 | 2.000000e+00 |    Inf 
26.49/26.50	c  26.5s|190000 |  1112 |393503 |   2.1 |3396k|  33 |   4 |  94 |2915 |  94 |  14 |  23 |  25k|1547 | 0.000000e+00 | 2.000000e+00 |    Inf 
27.69/27.79	c  27.8s|200000 |  1153 |413639 |   2.1 |3525k|  33 |   - |  94 |3190 |  94 |  14 |  23 |  26k|1550 | 0.000000e+00 | 2.000000e+00 |    Inf 
29.09/29.10	c  29.1s|210000 |   984 |433777 |   2.1 |3405k|  33 |   4 |  94 |3168 |  94 |  14 |  23 |  27k|1634 | 0.000000e+00 | 2.000000e+00 |    Inf 
30.29/30.33	c  30.3s|220000 |   816 |454034 |   2.1 |2896k|  33 |   - |  94 |1976 |  94 |  14 |  23 |  28k|1746 | 0.000000e+00 | 2.000000e+00 |    Inf 
31.39/31.47	c  31.5s|230000 |   756 |474827 |   2.1 |2619k|  33 |   - |  94 |1282 |  94 |  14 |  23 |  29k|1763 | 0.000000e+00 | 2.000000e+00 |    Inf 
32.59/32.60	c  32.6s|240000 |   799 |494251 |   2.1 |2811k|  33 |   4 |  94 |1764 |  94 |  14 |  23 |  30k|1781 | 0.000000e+00 | 2.000000e+00 |    Inf 
33.69/33.74	c  33.7s|250000 |   943 |514781 |   2.1 |2939k|  33 |   4 |  94 |1918 |  94 |  14 |  23 |  31k|1789 | 0.000000e+00 | 2.000000e+00 |    Inf 
34.90/34.91	c  34.9s|260000 |   722 |534738 |   2.1 |2918k|  33 |   4 |  94 |2161 |  94 |  14 |  23 |  33k|1808 | 0.000000e+00 | 2.000000e+00 |    Inf 
35.99/36.08	c  36.1s|270000 |  1080 |554057 |   2.1 |3093k|  33 |   - |  94 |1876 |  94 |  14 |  23 |  34k|1818 | 0.000000e+00 | 2.000000e+00 |    Inf 
37.19/37.25	c  37.2s|280000 |   928 |572230 |   2.0 |3024k|  33 |   4 |  94 |2096 |  94 |  14 |  23 |  35k|1847 | 0.000000e+00 | 2.000000e+00 |    Inf 
38.41/38.44	c  38.4s|290000 |   646 |590745 |   2.0 |2877k|  33 |   - |  94 |2191 |  94 |  14 |  23 |  36k|1882 | 0.000000e+00 | 2.000000e+00 |    Inf 
39.51/39.61	c  39.6s|300000 |   672 |609779 |   2.0 |3249k|  33 |   - |  94 |3138 |  94 |  14 |  23 |  38k|1915 | 0.000000e+00 | 2.000000e+00 |    Inf 
40.80/40.89	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
40.80/40.89	c  40.9s|310000 |   844 |629531 |   2.0 |3226k|  33 |   4 |  94 |2847 |  94 |  14 |  23 |  39k|1997 | 0.000000e+00 | 2.000000e+00 |    Inf 
42.09/42.14	c  42.1s|320000 |  1280 |650955 |   2.0 |3590k|  33 |   4 |  94 |2852 |  94 |  14 |  23 |  40k|2010 | 0.000000e+00 | 2.000000e+00 |    Inf 
43.39/43.43	c  43.4s|330000 |   703 |671424 |   2.0 |3178k|  33 |   4 |  94 |2704 |  94 |  14 |  23 |  41k|2019 | 0.000000e+00 | 2.000000e+00 |    Inf 
44.49/44.59	c  44.6s|340000 |   584 |691726 |   2.0 |3048k|  33 |   4 |  94 |2684 |  94 |  14 |  23 |  42k|2072 | 0.000000e+00 | 2.000000e+00 |    Inf 
45.70/45.77	c  45.8s|350000 |  1025 |711513 |   2.0 |3244k|  33 |   - |  94 |2492 |  94 |  14 |  23 |  43k|2106 | 0.000000e+00 | 2.000000e+00 |    Inf 
46.89/46.98	c  47.0s|360000 |   508 |730110 |   2.0 |2907k|  33 |   4 |  94 |2390 |  94 |  14 |  23 |  44k|2119 | 0.000000e+00 | 2.000000e+00 |    Inf 
48.09/48.11	c  48.1s|370000 |   825 |749962 |   2.0 |3041k|  33 |   - |  94 |2100 |   0 |   0 |  23 |  45k|2138 | 0.000000e+00 | 2.000000e+00 |    Inf 
49.19/49.27	c  49.3s|380000 |   583 |769000 |   2.0 |3064k|  33 |   4 |  94 |2542 |  94 |  14 |  23 |  46k|2153 | 0.000000e+00 | 2.000000e+00 |    Inf 
50.39/50.48	c  50.5s|390000 |   792 |788134 |   2.0 |3209k|  33 |   - |  94 |2518 |  94 |  14 |  23 |  47k|2161 | 0.000000e+00 | 2.000000e+00 |    Inf 
51.61/51.67	c  51.7s|400000 |   989 |807015 |   2.0 |3319k|  33 |   - |  94 |2589 |  94 |  14 |  23 |  49k|2191 | 0.000000e+00 | 2.000000e+00 |    Inf 
52.81/52.89	c  52.9s|410000 |   721 |826725 |   2.0 |3215k|  33 |   - |  94 |2660 |  94 |  14 |  23 |  50k|2203 | 0.000000e+00 | 2.000000e+00 |    Inf 
54.09/54.12	c  54.1s|420000 |   449 |845838 |   2.0 |2815k|  33 |   4 |  94 |2180 |  94 |  14 |  23 |  51k|2215 | 0.000000e+00 | 2.000000e+00 |    Inf 
55.19/55.27	c  55.3s|430000 |   450 |866623 |   2.0 |2775k|  33 |   4 |  94 |2014 |  94 |  14 |  23 |  52k|2229 | 0.000000e+00 | 2.000000e+00 |    Inf 
56.40/56.40	c  56.4s|440000 |   424 |886612 |   2.0 |2887k|  33 |   - |  94 |2376 |  94 |  14 |  23 |  53k|2340 | 0.000000e+00 | 2.000000e+00 |    Inf 
57.49/57.57	c  57.6s|450000 |   520 |907076 |   2.0 |2599k|  33 |   - |  94 |1504 |  94 |  14 |  23 |  54k|2347 | 0.000000e+00 | 2.000000e+00 |    Inf 
58.59/58.63	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
58.59/58.63	c  58.6s|460000 |  1707 |926662 |   2.0 |3460k|  33 |   4 |  94 |1984 |  94 |  14 |  23 |  55k|2359 | 0.000000e+00 | 2.000000e+00 |    Inf 
59.69/59.78	c  59.8s|470000 |  2657 |945682 |   2.0 |4138k|  33 |   - |  94 |2118 |   0 |   0 |  23 |  56k|2375 | 0.000000e+00 | 2.000000e+00 |    Inf 
60.89/60.95	c  61.0s|480000 |  2774 |964859 |   2.0 |4323k|  33 |   - |  94 |1970 |  94 |  14 |  23 |  57k|2383 | 0.000000e+00 | 2.000000e+00 |    Inf 
61.99/62.09	c  62.1s|490000 |  3137 |983823 |   2.0 |4687k|  33 |   - |  94 |2128 |  94 |  14 |  23 |  58k|2385 | 0.000000e+00 | 2.000000e+00 |    Inf 
63.30/63.32	c  63.3s|500000 |  2745 |  1002k|   2.0 |4603k|  33 |   4 |  94 |2108 |  94 |  14 |  23 |  59k|2399 | 0.000000e+00 | 2.000000e+00 |    Inf 
64.59/64.64	c  64.6s|510000 |  1855 |  1020k|   2.0 |4066k|  33 |   4 |  94 |2014 |  94 |  14 |  23 |  61k|2407 | 0.000000e+00 | 2.000000e+00 |    Inf 
65.79/65.91	c  65.9s|520000 |   970 |  1040k|   2.0 |3469k|  33 |   4 |  94 |2169 |  94 |  14 |  23 |  62k|2418 | 0.000000e+00 | 2.000000e+00 |    Inf 
67.10/67.12	c  67.1s|530000 |   514 |  1059k|   2.0 |3065k|  33 |   - |  94 |2311 |  94 |  14 |  23 |  63k|2443 | 0.000000e+00 | 2.000000e+00 |    Inf 
68.21/68.27	c  68.3s|540000 |  1425 |  1079k|   2.0 |3424k|  33 |   4 |  94 |2163 |  94 |  14 |  23 |  64k|2471 | 0.000000e+00 | 2.000000e+00 |    Inf 
69.31/69.38	c  69.4s|550000 |  1800 |  1098k|   2.0 |3848k|  33 |   4 |  94 |2373 |  94 |  14 |  23 |  65k|2485 | 0.000000e+00 | 2.000000e+00 |    Inf 
70.50/70.56	c  70.6s|560000 |  1001 |  1117k|   2.0 |3438k|  33 |   4 |  94 |2201 |  94 |  14 |  23 |  67k|2494 | 0.000000e+00 | 2.000000e+00 |    Inf 
71.69/71.72	c  71.7s|570000 |   454 |  1137k|   2.0 |2948k|  33 |   4 |  94 |2279 |  94 |  14 |  23 |  68k|2506 | 0.000000e+00 | 2.000000e+00 |    Inf 
72.79/72.86	c  72.9s|580000 |   419 |  1157k|   2.0 |2801k|  33 |   - |  94 |2194 |  94 |  14 |  23 |  69k|2545 | 0.000000e+00 | 2.000000e+00 |    Inf 
73.99/74.00	c  74.0s|590000 |   454 |  1176k|   2.0 |2955k|  33 |   - |  94 |2473 |  94 |  14 |  23 |  70k|2555 | 0.000000e+00 | 2.000000e+00 |    Inf 
75.19/75.22	c  75.2s|600000 |   487 |  1195k|   2.0 |2962k|  33 |   4 |  94 |2277 |  94 |  14 |  23 |  71k|2599 | 0.000000e+00 | 2.000000e+00 |    Inf 
76.39/76.40	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
76.39/76.40	c  76.4s|610000 |   495 |  1213k|   2.0 |2993k|  33 |   4 |  94 |2410 |  94 |  14 |  23 |  72k|2614 | 0.000000e+00 | 2.000000e+00 |    Inf 
77.50/77.59	c  77.6s|620000 |   143 |  1233k|   2.0 |2635k|  33 |   4 |  94 |2190 |  94 |  14 |  23 |  73k|2730 | 0.000000e+00 | 2.000000e+00 |    Inf 
78.69/78.71	c  78.7s|630000 |  1148 |  1255k|   2.0 |3337k|  33 |   4 |  94 |2455 |  94 |  14 |  23 |  74k|2750 | 0.000000e+00 | 2.000000e+00 |    Inf 
79.79/79.88	c  79.9s|640000 |  1988 |  1274k|   2.0 |4038k|  33 |   4 |  94 |2797 |  94 |  14 |  23 |  75k|2765 | 0.000000e+00 | 2.000000e+00 |    Inf 
81.09/81.11	c  81.1s|650000 |  1997 |  1294k|   2.0 |4318k|  33 |   4 |  94 |3044 |  94 |  14 |  23 |  77k|2773 | 0.000000e+00 | 2.000000e+00 |    Inf 
82.40/82.44	c  82.4s|660000 |  1415 |  1313k|   2.0 |3948k|  33 |   4 |  94 |2704 |  94 |  14 |  23 |  78k|2783 | 0.000000e+00 | 2.000000e+00 |    Inf 
83.69/83.71	c  83.7s|670000 |   708 |  1333k|   2.0 |3523k|  33 |   - |  94 |2874 |  94 |  14 |  23 |  79k|2802 | 0.000000e+00 | 2.000000e+00 |    Inf 
84.89/84.94	c  84.9s|680000 |   438 |  1352k|   2.0 |3087k|  33 |   4 |  94 |2877 |  94 |  14 |  23 |  80k|2822 | 0.000000e+00 | 2.000000e+00 |    Inf 
86.10/86.10	c  86.1s|690000 |   180 |  1372k|   2.0 |2977k|  33 |   4 |  94 |3052 |  94 |  14 |  23 |  81k|2839 | 0.000000e+00 | 2.000000e+00 |    Inf 
87.20/87.25	c  87.3s|700000 |   475 |  1392k|   2.0 |3263k|  33 |   4 |  94 |3223 |  94 |  14 |  23 |  82k|2848 | 0.000000e+00 | 2.000000e+00 |    Inf 
88.39/88.45	c  88.5s|710000 |   610 |  1412k|   2.0 |3438k|  33 |   4 |  94 |3193 |  94 |  14 |  23 |  83k|2870 | 0.000000e+00 | 2.000000e+00 |    Inf 
89.59/89.68	c  89.7s|720000 |  1280 |  1431k|   2.0 |3525k|  33 |   - |  94 |2879 |   0 |   0 |  23 |  84k|2891 | 0.000000e+00 | 2.000000e+00 |    Inf 
90.89/90.94	c  90.9s|730000 |  1381 |  1450k|   2.0 |3673k|  33 |   4 |  94 |2673 |  94 |  14 |  23 |  85k|2901 | 0.000000e+00 | 2.000000e+00 |    Inf 
91.99/92.03	c  92.0s|740000 |  2679 |  1470k|   2.0 |4478k|  33 |   - |  94 |2789 |  94 |  14 |  23 |  86k|2906 | 0.000000e+00 | 2.000000e+00 |    Inf 
93.09/93.17	c  93.2s|750000 |  3534 |  1490k|   2.0 |5125k|  33 |   4 |  94 |3014 |  94 |  14 |  23 |  87k|2912 | 0.000000e+00 | 2.000000e+00 |    Inf 
94.30/94.39	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
94.30/94.39	c  94.4s|760000 |  3345 |  1509k|   2.0 |5181k|  33 |   - |  94 |2949 |  94 |  14 |  23 |  88k|2926 | 0.000000e+00 | 2.000000e+00 |    Inf 
95.61/95.69	c  95.7s|770000 |  2752 |  1528k|   2.0 |5012k|  33 |   4 |  94 |3060 |  94 |  14 |  23 |  90k|2930 | 0.000000e+00 | 2.000000e+00 |    Inf 
96.90/96.96	c  97.0s|780000 |  2240 |  1546k|   2.0 |4799k|  33 |   - |  94 |3095 |  94 |  14 |  23 |  91k|2942 | 0.000000e+00 | 2.000000e+00 |    Inf 
98.19/98.29	c  98.3s|790000 |  1370 |  1565k|   2.0 |4194k|  33 |   - |  94 |2892 |  94 |  14 |  23 |  92k|2957 | 0.000000e+00 | 2.000000e+00 |    Inf 
99.59/99.63	c  99.6s|800000 |   440 |  1584k|   2.0 |3157k|  33 |   4 |  94 |2785 |  94 |  14 |  23 |  93k|2960 | 0.000000e+00 | 2.000000e+00 |    Inf 
100.70/100.78	c   101s|810000 |   606 |  1603k|   2.0 |3513k|  33 |   - |  94 |3161 |  94 |  14 |  23 |  94k|2974 | 0.000000e+00 | 2.000000e+00 |    Inf 
101.89/101.99	c   102s|820000 |   515 |  1622k|   2.0 |3222k|  33 |   4 |  94 |3079 |  94 |  14 |  23 |  96k|2988 | 0.000000e+00 | 2.000000e+00 |    Inf 
103.19/103.20	c   103s|830000 |   449 |  1643k|   2.0 |3146k|  33 |   - |  94 |3069 |  94 |  14 |  23 |  97k|3148 | 0.000000e+00 | 2.000000e+00 |    Inf 
104.30/104.37	c   104s|840000 |  1098 |  1663k|   2.0 |3765k|  33 |   - |  94 |3459 |  94 |  14 |  23 |  98k|3151 | 0.000000e+00 | 2.000000e+00 |    Inf 
105.61/105.68	c   106s|850000 |   756 |  1683k|   2.0 |3452k|  33 |   4 |  94 |2795 |  94 |  14 |  23 |  99k|3162 | 0.000000e+00 | 2.000000e+00 |    Inf 
106.89/106.96	c   107s|860000 |   369 |  1703k|   2.0 |2987k|  33 |   4 |  94 |2678 |  94 |  14 |  23 | 100k|3176 | 0.000000e+00 | 2.000000e+00 |    Inf 
108.00/108.05	c   108s|870000 |  1157 |  1721k|   2.0 |3610k|  33 |   - |  94 |2964 |  94 |  14 |  23 | 101k|3181 | 0.000000e+00 | 2.000000e+00 |    Inf 
109.09/109.19	c   109s|880000 |   965 |  1742k|   2.0 |3688k|  33 |   - |  94 |3061 |  94 |  14 |  23 | 102k|3187 | 0.000000e+00 | 2.000000e+00 |    Inf 
110.39/110.47	c   110s|890000 |   370 |  1761k|   2.0 |3110k|  33 |   4 |  94 |2729 |  94 |  14 |  23 | 103k|3232 | 0.000000e+00 | 2.000000e+00 |    Inf 
111.59/111.66	c   112s|900000 |   356 |  1782k|   2.0 |3050k|  33 |   4 |  94 |2895 |  94 |  14 |  23 | 104k|3327 | 0.000000e+00 | 2.000000e+00 |    Inf 
112.79/112.84	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
112.79/112.84	c   113s|910000 |   180 |  1801k|   2.0 |3157k|  33 |   - |  94 |3261 |  94 |  14 |  23 | 105k|3338 | 0.000000e+00 | 2.000000e+00 |    Inf 
113.90/114.00	c   114s|920000 |   705 |  1821k|   2.0 |3569k|  33 |   4 |  94 |3472 |  94 |  14 |  23 | 107k|3354 | 0.000000e+00 | 2.000000e+00 |    Inf 
115.20/115.21	c   115s|930000 |   112 |  1840k|   2.0 |3231k|  33 |   4 |  94 |3678 |  94 |  14 |  23 | 108k|3365 | 0.000000e+00 | 2.000000e+00 |    Inf 
116.29/116.39	c   116s|940000 |    95 |  1859k|   2.0 |3199k|  33 |   4 |  94 |3665 |  94 |  14 |  23 | 109k|3372 | 0.000000e+00 | 2.000000e+00 |    Inf 
117.49/117.59	c   118s|950000 |   140 |  1878k|   2.0 |3172k|  33 |   - |  94 |3522 |   0 |   0 |  23 | 110k|3393 | 0.000000e+00 | 2.000000e+00 |    Inf 
118.90/118.90	c   119s|960000 |   287 |  1897k|   2.0 |2994k|  33 |   - |  94 |2580 |  94 |  14 |  23 | 111k|3396 | 0.000000e+00 | 2.000000e+00 |    Inf 
119.99/120.06	c   120s|970000 |   293 |  1917k|   2.0 |3111k|  33 |   - |  94 |2958 |  94 |  14 |  23 | 112k|3418 | 0.000000e+00 | 2.000000e+00 |    Inf 
121.20/121.23	c   121s|980000 |   373 |  1936k|   2.0 |3251k|  33 |   4 |  94 |3146 |  94 |  14 |  23 | 113k|3421 | 0.000000e+00 | 2.000000e+00 |    Inf 
122.29/122.38	c   122s|990000 |   191 |  1956k|   2.0 |3103k|  33 |   - |  94 |3214 |  94 |  14 |  23 | 114k|3427 | 0.000000e+00 | 2.000000e+00 |    Inf 
123.50/123.59	c   124s|  1000k|   348 |  1976k|   2.0 |3202k|  33 |   - |  94 |3247 |  94 |  14 |  23 | 115k|3451 | 0.000000e+00 | 2.000000e+00 |    Inf 
124.79/124.80	c   125s|  1010k|   200 |  1994k|   2.0 |3320k|  33 |   - |  94 |3777 |  94 |  14 |  23 | 117k|3465 | 0.000000e+00 | 2.000000e+00 |    Inf 
125.99/126.07	c   126s|  1020k|   227 |  2014k|   2.0 |3464k|  33 |   - |  94 |4077 |  94 |  14 |  23 | 119k|3494 | 0.000000e+00 | 2.000000e+00 |    Inf 
127.39/127.42	c   127s|  1030k|   272 |  2033k|   2.0 |3664k|  33 |   - |  94 |4490 |   0 |   0 |  23 | 121k|3505 | 0.000000e+00 | 2.000000e+00 |    Inf 
128.71/128.77	c   129s|  1040k|   751 |  2052k|   2.0 |3888k|  33 |   4 |  94 |4541 |  94 |  14 |  23 | 123k|3516 | 0.000000e+00 | 2.000000e+00 |    Inf 
130.19/130.23	c   130s|  1050k|   429 |  2072k|   2.0 |3639k|  33 |   4 |  94 |3988 |  94 |  14 |  23 | 125k|3525 | 0.000000e+00 | 2.000000e+00 |    Inf 
131.49/131.58	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
131.49/131.58	c   132s|  1060k|   453 |  2091k|   2.0 |3699k|  33 |   4 |  94 |4383 |  94 |  14 |  23 | 127k|3527 | 0.000000e+00 | 2.000000e+00 |    Inf 
132.90/132.95	c   133s|  1070k|   649 |  2111k|   2.0 |3863k|  33 |   - |  94 |4585 |  94 |  14 |  23 | 129k|3531 | 0.000000e+00 | 2.000000e+00 |    Inf 
134.29/134.31	c   134s|  1080k|   610 |  2130k|   2.0 |4096k|  33 |   - |  94 |4943 |   0 |   0 |  23 | 131k|3534 | 0.000000e+00 | 2.000000e+00 |    Inf 
135.70/135.74	c   136s|  1090k|   200 |  2149k|   2.0 |4028k|  33 |   4 |  94 |5588 |  94 |  14 |  23 | 133k|3541 | 0.000000e+00 | 2.000000e+00 |    Inf 
137.10/137.15	c   137s|  1100k|   381 |  2169k|   2.0 |4027k|  33 |   4 |  94 |5232 |  94 |  14 |  23 | 135k|3555 | 0.000000e+00 | 2.000000e+00 |    Inf 
138.60/138.62	c   139s|  1110k|    30 |  2189k|   2.0 |3817k|  33 |   - |  94 |5280 |  94 |  14 |  23 | 137k|3557 | 0.000000e+00 | 2.000000e+00 |    Inf 
138.60/138.64	c 
138.60/138.64	c SCIP Status        : problem is solved [optimal solution found]
138.60/138.64	c Solving Time (sec) : 138.64
138.60/138.64	c Solving Nodes      : 1110049
138.60/138.64	c Primal Bound       : +2.00000000000000e+00 (39 solutions)
138.60/138.64	c Dual Bound         : +2.00000000000000e+00
138.60/138.64	c Gap                : 0.00 %
138.60/138.64	s OPTIMUM FOUND
138.60/138.64	v 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 -x69 x68 -x67 x66 
138.60/138.64	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 
138.60/138.64	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 
138.60/138.64	v -x15 -x14 -x13 -x12 -x11 -x10 -x9 -x8 -x7 -x6 -x5 -x4 -x3 -x2 x1 
138.60/138.64	c SCIP Status        : problem is solved [optimal solution found]
138.60/138.64	c Total Time         :     138.64
138.60/138.64	c   solving          :     138.64
138.60/138.64	c   presolving       :       0.00 (included in solving)
138.60/138.64	c   reading          :       0.00 (included in solving)
138.60/138.64	c Original Problem   :
138.60/138.64	c   Problem name     : HOME/instance-3451071-1307093547.opb
138.60/138.64	c   Variables        : 94 (94 binary, 0 integer, 0 implicit integer, 0 continuous)
138.60/138.64	c   Constraints      : 8 initial, 8 maximal
138.60/138.64	c Presolved Problem  :
138.60/138.64	c   Problem name     : t_HOME/instance-3451071-1307093547.opb
138.60/138.64	c   Variables        : 94 (94 binary, 0 integer, 0 implicit integer, 0 continuous)
138.60/138.64	c   Constraints      : 4 initial, 5735 maximal
138.60/138.64	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons    AddCons   ChgSides   ChgCoefs
138.60/138.64	c   trivial          :       0.00          0          0          0          0          0          0          0          0          0
138.60/138.64	c   dualfix          :       0.00          0          0          0          0          0          0          0          0          0
138.60/138.64	c   boundshift       :       0.00          0          0          0          0          0          0          0          0          0
138.60/138.64	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0          0
138.60/138.64	c   pseudoobj        :       0.00          0          0          0          0          0          0          0          0          0
138.60/138.64	c   implics          :       0.00          0          0          0          0          0          0          0          0          0
138.60/138.64	c   probing          :       0.00          0          0          0          0          0          0          0          0          0
138.60/138.64	c   linear           :       0.00          0          0          0          0          0          4          0          0          0
138.60/138.64	c   logicor          :       0.00          0          0          0          0          0          0          0          0          0
138.60/138.64	c   root node        :          -         57          -          -         57          -          -          -          -          -
138.60/138.64	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS     #Check   #Resprop    Cutoffs    DomReds       Cuts      Conss   Children
138.60/138.64	c   integral         :          0          0          0     567433          0         27          0        464       1743          0          0    1130442
138.60/138.64	c   linear           :          4+         7    1434409          2          0         24    1020448     193487    1200736          0          0          0
138.60/138.64	c   logicor          :          0+         0     816717          0          0          0      54425       1201      61281          0          0          0
138.60/138.64	c   countsols        :          0          0          0         18          0         23          0          0          0          0          0          0
138.60/138.64	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS      Check    Resprop
138.60/138.64	c   integral         :       3.12       0.00       0.00       3.12       0.00       0.00       0.00
138.60/138.64	c   linear           :      13.45       0.00      11.46       0.00       0.00       0.00       2.00
138.60/138.64	c   logicor          :      15.14       0.00      15.07       0.00       0.00       0.00       0.07
138.60/138.64	c   countsols        :       0.00       0.00       0.00       0.00       0.00       0.00       0.00
138.60/138.64	c Propagators        : #Propagate   #Resprop    Cutoffs    DomReds
138.60/138.64	c   vbounds          :          0          0          0          0
138.60/138.64	c   rootredcost      :         36          0          0         56
138.60/138.64	c   pseudoobj        :    1434539        477        299      60986
138.60/138.64	c Propagator Timings :  TotalTime  Propagate    Resprop
138.60/138.64	c   vbounds          :       0.26       0.26       0.00
138.60/138.64	c   rootredcost      :       0.32       0.32       0.00
138.60/138.64	c   pseudoobj        :       2.53       2.53       0.00
138.60/138.64	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
138.60/138.64	c   propagation      :       3.21     194987     122230     167898       22.7          7       24.1          -
138.60/138.64	c   infeasible LP    :       0.02       1349       1348       1484       14.4          1       25.0          0
138.60/138.64	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
138.60/138.64	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
138.60/138.64	c   pseudo solution  :       0.00          1          1          1        2.0          0        0.0          -
138.60/138.64	c   applied globally :          -          -          -     137167       22.5          -          -          -
138.60/138.64	c   applied locally  :          -          -          -         22       36.5          -          -          -
138.60/138.64	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
138.60/138.64	c   cut pool         :       0.00          5          -          -         20          -    (maximal pool size: 71)
138.60/138.64	c   redcost          :       1.82     595701          0     320249          0          0
138.60/138.64	c   impliedbounds    :       0.00          6          0          0          0          0
138.60/138.64	c   intobj           :       0.00          0          0          0          0          0
138.60/138.64	c   gomory           :       0.00          6          0          0          0          0
138.60/138.64	c   cgmip            :       0.00          0          0          0          0          0
138.60/138.64	c   closecuts        :       0.00          0          0          0          0          0
138.60/138.64	c   strongcg         :       0.00          6          0          0         12          0
138.60/138.64	c   cmir             :       0.01          6          0          0         32          0
138.60/138.64	c   flowcover        :       0.01          6          0          0         48          0
138.60/138.64	c   clique           :       0.00          1          0          0          0          0
138.60/138.64	c   zerohalf         :       0.00          0          0          0          0          0
138.60/138.64	c   mcf              :       0.00          1          0          0          0          0
138.60/138.64	c   oddcycle         :       0.00          0          0          0          0          0
138.60/138.64	c   rapidlearning    :       0.01          1          0          0          0         10
138.60/138.64	c Pricers            :       Time      Calls       Vars
138.60/138.64	c   problem variables:       0.00          0          0
138.60/138.64	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
138.60/138.64	c   relpscost        :       2.83     567415        464       1743          0          0    1130442
138.60/138.64	c   pscost           :       0.00          0          0          0          0          0          0
138.60/138.64	c   inference        :       0.00          0          0          0          0          0          0
138.60/138.64	c   mostinf          :       0.00          0          0          0          0          0          0
138.60/138.64	c   leastinf         :       0.00          0          0          0          0          0          0
138.60/138.64	c   fullstrong       :       0.00          0          0          0          0          0          0
138.60/138.64	c   allfullstrong    :       0.00          0          0          0          0          0          0
138.60/138.64	c   random           :       0.00          0          0          0          0          0          0
138.60/138.64	c Primal Heuristics  :       Time      Calls      Found
138.60/138.64	c   LP solutions     :       0.00          -         18
138.60/138.64	c   pseudo solutions :       0.00          -          0
138.60/138.64	c   feaspump         :       0.05          1          0
138.60/138.64	c   oneopt           :       0.22         35          0
138.60/138.64	c   guideddiving     :       0.18        526          3
138.60/138.64	c   veclendiving     :       0.20        526          2
138.60/138.64	c   linesearchdiving :       0.19        526          1
138.60/138.64	c   pscostdiving     :       0.19        527          3
138.60/138.64	c   coefdiving       :       0.19        527          5
138.60/138.64	c   fracdiving       :       0.20        527          1
138.60/138.64	c   rootsoldiving    :       0.23        305          1
138.60/138.64	c   objpscostdiving  :       0.11        306          1
138.60/138.64	c   trivial          :       0.00          2          0
138.60/138.64	c   shiftandpropagate:       0.00          1          1
138.60/138.64	c   simplerounding   :       0.10          0          0
138.60/138.64	c   zirounding       :       1.23          0          0
138.60/138.64	c   rounding         :       0.29      10911          0
138.60/138.64	c   shifting         :       3.07      13812          1
138.60/138.64	c   intshifting      :       0.02          0          0
138.60/138.64	c   twoopt           :       0.00          0          0
138.60/138.64	c   fixandinfer      :       0.00          0          0
138.60/138.64	c   clique           :       0.00          0          0
138.60/138.64	c   intdiving        :       0.00          0          0
138.60/138.64	c   actconsdiving    :       0.00          0          0
138.60/138.64	c   octane           :       0.00          0          0
138.60/138.64	c   rens             :       0.02          1          0
138.60/138.64	c   rins             :       0.00          0          0
138.60/138.64	c   localbranching   :       0.00          0          0
138.60/138.64	c   mutation         :       0.00          0          0
138.60/138.64	c   crossover        :       0.01          1          1
138.60/138.64	c   dins             :       0.00          0          0
138.60/138.64	c   vbounds          :       0.00          0          0
138.60/138.64	c   undercover       :       0.00          0          0
138.60/138.64	c   subnlp           :       0.15          0          0
138.60/138.64	c   trysol           :       0.18          0          0
138.60/138.64	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
138.60/138.64	c   primal LP        :       0.00          0          0       0.00          -
138.60/138.64	c   dual LP          :      39.57     968490    2164522       2.23   54701.07
138.60/138.64	c   lex dual LP      :       0.00          0          0       0.00          -
138.60/138.64	c   barrier LP       :       0.00          0          0       0.00          -
138.60/138.64	c   diving/probing LP:       0.52      10893      24927       2.29   48223.84
138.60/138.64	c   strong branching :       0.28       3557      14324       4.03   50967.65
138.60/138.64	c     (at root node) :          -          9        327      36.33          -
138.60/138.64	c   conflict analysis:       0.00          0          0       0.00          -
138.60/138.64	c B&B Tree           :
138.60/138.64	c   number of runs   :          1
138.60/138.64	c   nodes            :    1110049
138.60/138.64	c   nodes (total)    :    1110049
138.60/138.64	c   nodes left       :          0
138.60/138.64	c   max depth        :         33
138.60/138.64	c   max depth (total):         33
138.60/138.64	c   backtracks       :     314368 (28.3%)
138.60/138.64	c   delayed cutoffs  :      19940
138.60/138.64	c   repropagations   :      76708 (149847 domain reductions, 19495 cutoffs)
138.60/138.64	c   avg switch length:       4.92
138.60/138.64	c   switching time   :      26.49
138.60/138.64	c Solution           :
138.60/138.64	c   Solutions found  :         39 (37 improvements)
138.60/138.64	c   First Solution   : +1.12400000000000e+03   (in run 1, after 1 nodes, 0.01 seconds, depth 42, found by <shiftandpropagate>)
138.60/138.64	c   Primal Bound     : +2.00000000000000e+00   (in run 1, after 45984 nodes, 7.48 seconds, depth 24, found by <relaxation>)
138.60/138.64	c   Dual Bound       : +2.00000000000000e+00
138.60/138.64	c   Gap              :       0.00 %
138.60/138.64	c   Root Dual Bound  : +0.00000000000000e+00
138.60/138.64	c   Root Iterations  :         66
138.60/138.64	c Time complete: 138.65.

Verifier Data

OK	2

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 977)

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-3451071-1307093547/watcher-3451071-1307093547 -o /tmp/evaluation-result-3451071-1307093547/solver-3451071-1307093547 -C 1800 -W 1900 -M 15500 HOME/scip-2.0.1.4b.linux.x86_64.gnu.opt.spx -f HOME/instance-3451071-1307093547.opb -t 1800 -m 15500 

running on 4 cores: 0,2,4,6

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: 1.99 2.00 1.97 3/399 27104
/proc/meminfo: memFree=30167284/32950904 swapFree=56615552/67111528
[pid=27104] ppid=27102 vsize=22048 CPUtime=0 cores=0,2,4,6
/proc/27104/stat : 27104 (scip-2.0.1.4b.l) R 27102 27104 27067 0 -1 4202496 4694 0 0 0 0 0 0 0 25 0 1 0 820954467 22577152 4390 33554432000 4194304 9163163 140735925004768 18446744073709551615 8013931 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/27104/statm: 5512 4391 654 1214 0 4294 0

[startup+0.093125 s]
/proc/loadavg: 1.99 2.00 1.97 3/399 27104
/proc/meminfo: memFree=30167284/32950904 swapFree=56615552/67111528
[pid=27104] ppid=27102 vsize=26696 CPUtime=0.08 cores=0,2,4,6
/proc/27104/stat : 27104 (scip-2.0.1.4b.l) R 27102 27104 27067 0 -1 4202496 7128 0 0 0 8 0 0 0 25 0 1 0 820954467 27336704 5631 33554432000 4194304 9163163 140735925004768 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/27104/statm: 6674 5631 705 1214 0 5456 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 26696

[startup+0.100121 s]
/proc/loadavg: 1.99 2.00 1.97 3/399 27104
/proc/meminfo: memFree=30167284/32950904 swapFree=56615552/67111528
[pid=27104] ppid=27102 vsize=26696 CPUtime=0.09 cores=0,2,4,6
/proc/27104/stat : 27104 (scip-2.0.1.4b.l) R 27102 27104 27067 0 -1 4202496 7128 0 0 0 9 0 0 0 25 0 1 0 820954467 27336704 5631 33554432000 4194304 9163163 140735925004768 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/27104/statm: 6674 5631 705 1214 0 5456 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 26696

[startup+0.300088 s]
/proc/loadavg: 1.99 2.00 1.97 3/399 27104
/proc/meminfo: memFree=30167284/32950904 swapFree=56615552/67111528
[pid=27104] ppid=27102 vsize=26696 CPUtime=0.29 cores=0,2,4,6
/proc/27104/stat : 27104 (scip-2.0.1.4b.l) R 27102 27104 27067 0 -1 4202496 7132 0 0 0 26 3 0 0 25 0 1 0 820954467 27336704 5635 33554432000 4194304 9163163 140735925004768 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/27104/statm: 6674 5635 708 1214 0 5456 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 26696

[startup+0.701126 s]
/proc/loadavg: 1.99 2.00 1.97 3/399 27104
/proc/meminfo: memFree=30167284/32950904 swapFree=56615552/67111528
[pid=27104] ppid=27102 vsize=26696 CPUtime=0.69 cores=0,2,4,6
/proc/27104/stat : 27104 (scip-2.0.1.4b.l) R 27102 27104 27067 0 -1 4202496 7877 0 0 0 65 4 0 0 25 0 1 0 820954467 27336704 5638 33554432000 4194304 9163163 140735925004768 18446744073709551615 5842890 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/27104/statm: 6674 5638 708 1214 0 5456 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 26696

[startup+1.50094 s]
/proc/loadavg: 1.99 2.00 1.97 4/401 27106
/proc/meminfo: memFree=30128108/32950904 swapFree=56615552/67111528
[pid=27104] ppid=27102 vsize=26696 CPUtime=1.49 cores=0,2,4,6
/proc/27104/stat : 27104 (scip-2.0.1.4b.l) R 27102 27104 27067 0 -1 4202496 7878 0 0 0 140 9 0 0 25 0 1 0 820954467 27336704 5639 33554432000 4194304 9163163 140735925004768 18446744073709551615 6889928 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/27104/statm: 6674 5639 708 1214 0 5456 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 26696

[startup+3.1007 s]
/proc/loadavg: 1.99 2.00 1.97 4/401 27106
/proc/meminfo: memFree=30124636/32950904 swapFree=56615552/67111528
[pid=27104] ppid=27102 vsize=26696 CPUtime=3.09 cores=0,2,4,6
/proc/27104/stat : 27104 (scip-2.0.1.4b.l) R 27102 27104 27067 0 -1 4202496 7881 0 0 0 293 16 0 0 25 0 1 0 820954467 27336704 5642 33554432000 4194304 9163163 140735925004768 18446744073709551615 4794285 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/27104/statm: 6674 5642 708 1214 0 5456 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 26696

[startup+6.30102 s]
/proc/loadavg: 1.99 2.00 1.97 4/401 27106
/proc/meminfo: memFree=30126372/32950904 swapFree=56615552/67111528
[pid=27104] ppid=27102 vsize=26696 CPUtime=6.29 cores=0,2,4,6
/proc/27104/stat : 27104 (scip-2.0.1.4b.l) R 27102 27104 27067 0 -1 4202496 7881 0 0 0 606 23 0 0 25 0 1 0 820954467 27336704 5642 33554432000 4194304 9163163 140735925004768 18446744073709551615 5842790 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/27104/statm: 6674 5642 708 1214 0 5456 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 26696

[startup+12.7009 s]
/proc/loadavg: 1.99 2.00 1.97 4/401 27106
/proc/meminfo: memFree=30113764/32950904 swapFree=56615552/67111528
[pid=27104] ppid=27102 vsize=26696 CPUtime=12.69 cores=0,2,4,6
/proc/27104/stat : 27104 (scip-2.0.1.4b.l) R 27102 27104 27067 0 -1 4202496 7881 0 0 0 1227 42 0 0 25 0 1 0 820954467 27336704 5642 33554432000 4194304 9163163 140735925004768 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/27104/statm: 6674 5642 708 1214 0 5456 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 26696

[startup+25.5006 s]
/proc/loadavg: 1.99 2.00 1.97 4/401 27107
/proc/meminfo: memFree=30095176/32950904 swapFree=56615552/67111528
[pid=27104] ppid=27102 vsize=26696 CPUtime=25.49 cores=0,2,4,6
/proc/27104/stat : 27104 (scip-2.0.1.4b.l) R 27102 27104 27067 0 -1 4202496 7881 0 0 0 2459 90 0 0 25 0 1 0 820954467 27336704 5642 33554432000 4194304 9163163 140735925004768 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/27104/statm: 6674 5642 708 1214 0 5456 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 26696

[startup+51.1012 s]
/proc/loadavg: 2.15 2.03 1.98 4/401 27107
/proc/meminfo: memFree=30058976/32950904 swapFree=56615552/67111528
[pid=27104] ppid=27102 vsize=26696 CPUtime=51.09 cores=0,2,4,6
/proc/27104/stat : 27104 (scip-2.0.1.4b.l) R 27102 27104 27067 0 -1 4202496 7881 0 0 0 4910 199 0 0 25 0 1 0 820954467 27336704 5642 33554432000 4194304 9163163 140735925004768 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/27104/statm: 6674 5642 708 1214 0 5456 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 26696

[startup+102.315 s]
/proc/loadavg: 2.14 2.04 1.99 4/401 27109
/proc/meminfo: memFree=29965860/32950904 swapFree=56615552/67111528
[pid=27104] ppid=27102 vsize=26696 CPUtime=102.31 cores=0,2,4,6
/proc/27104/stat : 27104 (scip-2.0.1.4b.l) R 27102 27104 27067 0 -1 4202496 7886 0 0 0 9831 400 0 0 25 0 1 0 820954467 27336704 5647 33554432000 4194304 9163163 140735925004768 18446744073709551615 6508696 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/27104/statm: 6674 5647 708 1214 0 5456 0
Current children cumulated CPU time (s) 102.31
Current children cumulated vsize (KiB) 26696

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

[startup+115.101 s]
/proc/loadavg: 2.12 2.04 1.99 4/401 27109
/proc/meminfo: memFree=29976180/32950904 swapFree=56615552/67111528
[pid=27104] ppid=27102 vsize=26696 CPUtime=115.1 cores=0,2,4,6
/proc/27104/stat : 27104 (scip-2.0.1.4b.l) R 27102 27104 27067 0 -1 4202496 7886 0 0 0 11058 452 0 0 25 0 1 0 820954467 27336704 5647 33554432000 4194304 9163163 140735925004768 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/27104/statm: 6674 5647 708 1214 0 5456 0
Current children cumulated CPU time (s) 115.1
Current children cumulated vsize (KiB) 26696

[startup+127.9 s]
/proc/loadavg: 2.09 2.04 1.99 4/401 27109
/proc/meminfo: memFree=29968988/32950904 swapFree=56615552/67111528
[pid=27104] ppid=27102 vsize=26852 CPUtime=127.89 cores=0,2,4,6
/proc/27104/stat : 27104 (scip-2.0.1.4b.l) R 27102 27104 27067 0 -1 4202496 7887 0 0 0 12289 500 0 0 25 0 1 0 820954467 27496448 5648 33554432000 4194304 9163163 140735925004768 18446744073709551615 5275566 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/27104/statm: 6713 5648 708 1214 0 5495 0
Current children cumulated CPU time (s) 127.89
Current children cumulated vsize (KiB) 26852

[startup+134.3 s]
/proc/loadavg: 2.08 2.04 1.99 4/401 27110
/proc/meminfo: memFree=29960672/32950904 swapFree=56615552/67111528
[pid=27104] ppid=27102 vsize=27008 CPUtime=134.29 cores=0,2,4,6
/proc/27104/stat : 27104 (scip-2.0.1.4b.l) R 27102 27104 27067 0 -1 4202496 7888 0 0 0 12909 520 0 0 25 0 1 0 820954467 27656192 5649 33554432000 4194304 9163163 140735925004768 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/27104/statm: 6752 5649 708 1214 0 5534 0
Current children cumulated CPU time (s) 134.29
Current children cumulated vsize (KiB) 27008

[startup+135.901 s]
/proc/loadavg: 2.08 2.04 1.99 4/401 27110
/proc/meminfo: memFree=29959308/32950904 swapFree=56615552/67111528
[pid=27104] ppid=27102 vsize=27008 CPUtime=135.9 cores=0,2,4,6
/proc/27104/stat : 27104 (scip-2.0.1.4b.l) R 27102 27104 27067 0 -1 4202496 7888 0 0 0 13066 524 0 0 25 0 1 0 820954467 27656192 5649 33554432000 4194304 9163163 140735925004768 18446744073709551615 4902259 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/27104/statm: 6752 5649 708 1214 0 5534 0
Current children cumulated CPU time (s) 135.9
Current children cumulated vsize (KiB) 27008

[startup+137.515 s]
/proc/loadavg: 2.08 2.04 1.99 4/401 27110
/proc/meminfo: memFree=29957324/32950904 swapFree=56615552/67111528
[pid=27104] ppid=27102 vsize=27008 CPUtime=137.51 cores=0,2,4,6
/proc/27104/stat : 27104 (scip-2.0.1.4b.l) R 27102 27104 27067 0 -1 4202496 7890 0 0 0 13220 531 0 0 25 0 1 0 820954467 27656192 5651 33554432000 4194304 9163163 140735925004768 18446744073709551615 4219894 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/27104/statm: 6752 5651 708 1214 0 5534 0
Current children cumulated CPU time (s) 137.51
Current children cumulated vsize (KiB) 27008

[startup+138.301 s]
/proc/loadavg: 2.08 2.04 1.99 4/401 27110
/proc/meminfo: memFree=29957324/32950904 swapFree=56615552/67111528
[pid=27104] ppid=27102 vsize=27008 CPUtime=138.29 cores=0,2,4,6
/proc/27104/stat : 27104 (scip-2.0.1.4b.l) R 27102 27104 27067 0 -1 4202496 7890 0 0 0 13295 534 0 0 25 0 1 0 820954467 27656192 5651 33554432000 4194304 9163163 140735925004768 18446744073709551615 18446744073699066094 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/27104/statm: 6752 5651 708 1214 0 5534 0
Current children cumulated CPU time (s) 138.29
Current children cumulated vsize (KiB) 27008

[startup+138.5 s]
/proc/loadavg: 2.08 2.04 1.99 4/401 27110
/proc/meminfo: memFree=29954472/32950904 swapFree=56615552/67111528
[pid=27104] ppid=27102 vsize=27008 CPUtime=138.5 cores=0,2,4,6
/proc/27104/stat : 27104 (scip-2.0.1.4b.l) R 27102 27104 27067 0 -1 4202496 7890 0 0 0 13315 535 0 0 25 0 1 0 820954467 27656192 5651 33554432000 4194304 9163163 140735925004768 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/27104/statm: 6752 5651 708 1214 0 5534 0
Current children cumulated CPU time (s) 138.5
Current children cumulated vsize (KiB) 27008

[startup+138.616 s]
/proc/loadavg: 2.08 2.04 1.99 4/401 27110
/proc/meminfo: memFree=29954472/32950904 swapFree=56615552/67111528
[pid=27104] ppid=27102 vsize=27008 CPUtime=138.6 cores=0,2,4,6
/proc/27104/stat : 27104 (scip-2.0.1.4b.l) R 27102 27104 27067 0 -1 4202496 7890 0 0 0 13325 535 0 0 25 0 1 0 820954467 27656192 5651 33554432000 4194304 9163163 140735925004768 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/27104/statm: 6752 5651 708 1214 0 5534 0
Current children cumulated CPU time (s) 138.6
Current children cumulated vsize (KiB) 27008

Child status: 0
Real time (s): 138.65
CPU time (s): 138.653
CPU user time (s): 133.293
CPU system time (s): 5.36019
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 27008

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 133.293
system time used= 5.36018
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 7895
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= 6
involuntary context switches= 203

runsolver used 0.508922 second user time and 1.26481 second system time

The end

Launcher Data

Begin job on node121 at 2011-06-03 11:32:27
IDJOB=3451071
IDBENCH=2896
IDSOLVER=1948
FILE ID=node121/3451071-1307093547
RUNJOBID= node121-1307093547-27085
PBS_JOBID= 13497996
Free space on /tmp= 73952 MiB

SOLVER NAME= SCIP spx E SCIP 2.0.1.4b with SoPlex 1.5.0.4
BENCH NAME= PB06/final/normalized-PB06/OPT-SMALLINT/submitted-PB06/manquiho/market-split/normalized-opt-market-split_4_30_3.opb
COMMAND LINE= HOME/scip-2.0.1.4b.linux.x86_64.gnu.opt.spx -f BENCHNAME -t TIMEOUT -m MEMLIMIT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3451071-1307093547/watcher-3451071-1307093547 -o /tmp/evaluation-result-3451071-1307093547/solver-3451071-1307093547 -C 1800 -W 1900 -M 15500  HOME/scip-2.0.1.4b.linux.x86_64.gnu.opt.spx -f HOME/instance-3451071-1307093547.opb -t 1800 -m 15500

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

MD5SUM BENCH= d26b3b10be20d9248aac462b86b1f040
RANDOM SEED=725251826

node121.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

/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		: 2666.817
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5333.63
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.817
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5226.07
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.817
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.84
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.817
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.77
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.817
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.82
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.817
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.817
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.817
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32950904 kB
MemFree:      30171780 kB
Buffers:        272424 kB
Cached:         402552 kB
SwapCached:       9896 kB
Active:        2161108 kB
Inactive:       358204 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950904 kB
LowFree:      30171780 kB
SwapTotal:    67111528 kB
SwapFree:     56615552 kB
Dirty:           24104 kB
Writeback:           0 kB
AnonPages:     1842172 kB
Mapped:          13260 kB
Slab:           140208 kB
PageTables:      51812 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586980 kB
Committed_AS: 83515088 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296008 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 73928 MiB
End job on node121 at 2011-06-03 11:34:46