Trace number 3488991

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_2 2011-06-10 (fixed)OPT2 134.677 134.675

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.5]
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-3488991-1307772055.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 = 1797
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.04/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.04/0.08	o 721
0.04/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.04/0.09	o 530
0.04/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.16	o 156
0.09/0.16	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.18	o 154
0.09/0.18	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.18	o 152
0.09/0.18	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.19/0.20	o 101
0.19/0.20	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.21	o 85
0.19/0.21	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.21	o 83
0.19/0.21	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.21	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.24	o 62
0.19/0.24	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.29	o 56
0.19/0.29	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.29	o 55
0.19/0.29	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.72	o 6
0.69/0.72	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.21	o 3
1.19/1.21	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.64	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.10/3.13	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
3.10/3.13	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.69/4.70	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.49	c   6.5s| 40000 |  1999 | 86150 |   2.2 |4306k|  33 |   - |  94 |4817 |  94 |  14 |  23 |6297 | 841 | 0.000000e+00 | 3.000000e+00 |    Inf 
7.49/7.55	o 2
7.49/7.55	c * 7.6s| 45857 |  1707 | 98656 |   2.1 |4091k|  33 |   - |  94 |4609 |  94 |  14 |  23 |7096 | 926 | 0.000000e+00 | 2.000000e+00 |    Inf 
8.19/8.23	c   8.2s| 50000 |  1681 |107347 |   2.1 |3932k|  33 |   4 |  94 |3914 |  94 |  14 |  23 |7617 |1053 | 0.000000e+00 | 2.000000e+00 |    Inf 
9.69/9.75	c   9.8s| 60000 |  1669 |126979 |   2.1 |3858k|  33 |   - |  94 |3716 |  94 |  14 |  23 |9026 |1147 | 0.000000e+00 | 2.000000e+00 |    Inf 
11.19/11.23	c  11.2s| 70000 |  1600 |146545 |   2.1 |3862k|  33 |   4 |  94 |3776 |  94 |  14 |  23 |  10k|1205 | 0.000000e+00 | 2.000000e+00 |    Inf 
12.49/12.59	c  12.6s| 80000 |  1594 |167187 |   2.1 |3297k|  33 |   4 |  94 |2233 |  94 |  14 |  23 |  11k|1239 | 0.000000e+00 | 2.000000e+00 |    Inf 
13.79/13.87	c  13.9s| 90000 |  1313 |187878 |   2.1 |2955k|  33 |   4 |  94 |1692 |  94 |  14 |  23 |  13k|1333 | 0.000000e+00 | 2.000000e+00 |    Inf 
15.09/15.11	c  15.1s|100000 |  1321 |208249 |   2.1 |3181k|  33 |   4 |  94 |2256 |  94 |  14 |  23 |  14k|1340 | 0.000000e+00 | 2.000000e+00 |    Inf 
16.29/16.38	c  16.4s|110000 |  1306 |228969 |   2.1 |3370k|  33 |   - |  94 |2757 |  94 |  14 |  23 |  15k|1347 | 0.000000e+00 | 2.000000e+00 |    Inf 
17.69/17.75	c  17.8s|120000 |  1570 |249855 |   2.1 |3699k|  33 |   - |  94 |3140 |  94 |  14 |  23 |  16k|1388 | 0.000000e+00 | 2.000000e+00 |    Inf 
19.09/19.18	c  19.2s|130000 |  1279 |268963 |   2.1 |3453k|  33 |   - |  94 |3006 |  94 |  14 |  23 |  18k|1436 | 0.000000e+00 | 2.000000e+00 |    Inf 
20.50/20.52	c  20.5s|140000 |  1342 |289056 |   2.1 |3589k|  33 |   - |  94 |3201 |   0 |   0 |  23 |  19k|1444 | 0.000000e+00 | 2.000000e+00 |    Inf 
21.79/21.88	c  21.9s|150000 |  1229 |309274 |   2.1 |3585k|  33 |   - |  94 |3359 |   0 |   0 |  23 |  20k|1456 | 0.000000e+00 | 2.000000e+00 |    Inf 
23.19/23.25	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
23.19/23.25	c  23.3s|160000 |  1011 |330066 |   2.1 |2922k|  33 |   - |  94 |1894 |  94 |  14 |  23 |  22k|1548 | 0.000000e+00 | 2.000000e+00 |    Inf 
24.39/24.47	c  24.5s|170000 |   969 |350076 |   2.1 |2832k|  33 |   4 |  94 |1702 |  94 |  14 |  23 |  23k|1577 | 0.000000e+00 | 2.000000e+00 |    Inf 
25.59/25.63	c  25.6s|180000 |  1372 |370647 |   2.1 |3065k|  33 |   - |  94 |1703 |  94 |  14 |  23 |  24k|1584 | 0.000000e+00 | 2.000000e+00 |    Inf 
26.79/26.81	c  26.8s|190000 |  1677 |389947 |   2.1 |3447k|  33 |   - |  94 |1971 |  94 |  14 |  23 |  25k|1595 | 0.000000e+00 | 2.000000e+00 |    Inf 
27.99/28.03	c  28.0s|200000 |  1025 |408721 |   2.0 |3079k|  33 |   - |  94 |1945 |   0 |   0 |  23 |  26k|1603 | 0.000000e+00 | 2.000000e+00 |    Inf 
29.19/29.20	c  29.2s|210000 |  1537 |428223 |   2.0 |3262k|  33 |   4 |  94 |1925 |  94 |  14 |  23 |  27k|1606 | 0.000000e+00 | 2.000000e+00 |    Inf 
30.39/30.42	c  30.4s|220000 |   967 |446754 |   2.0 |3048k|  33 |   4 |  94 |1995 |  94 |  14 |  23 |  29k|1628 | 0.000000e+00 | 2.000000e+00 |    Inf 
31.59/31.61	c  31.6s|230000 |   760 |466944 |   2.0 |2796k|  33 |   4 |  94 |1857 |  94 |  14 |  23 |  30k|1690 | 0.000000e+00 | 2.000000e+00 |    Inf 
32.80/32.81	c  32.8s|240000 |   860 |486854 |   2.0 |2947k|  33 |   4 |  94 |2052 |  94 |  14 |  23 |  31k|1744 | 0.000000e+00 | 2.000000e+00 |    Inf 
33.89/33.97	c  34.0s|250000 |   830 |506181 |   2.0 |3093k|  33 |   4 |  94 |2473 |  94 |  14 |  23 |  32k|1757 | 0.000000e+00 | 2.000000e+00 |    Inf 
35.09/35.16	c  35.2s|260000 |   813 |525272 |   2.0 |3081k|  33 |   4 |  94 |2500 |  94 |  14 |  23 |  33k|1767 | 0.000000e+00 | 2.000000e+00 |    Inf 
36.30/36.37	c  36.4s|270000 |   752 |544686 |   2.0 |3064k|  33 |   - |  94 |2534 |   0 |   0 |  23 |  35k|1774 | 0.000000e+00 | 2.000000e+00 |    Inf 
37.49/37.58	c  37.6s|280000 |   701 |565390 |   2.0 |3051k|  33 |   4 |  94 |2604 |  94 |  14 |  23 |  36k|1890 | 0.000000e+00 | 2.000000e+00 |    Inf 
38.79/38.80	c  38.8s|290000 |  1124 |583772 |   2.0 |3343k|  33 |   - |  94 |2761 |  94 |  14 |  23 |  37k|1905 | 0.000000e+00 | 2.000000e+00 |    Inf 
39.99/40.05	c  40.1s|300000 |  1069 |602414 |   2.0 |3192k|  33 |   - |  94 |2409 |  94 |  14 |  23 |  38k|1917 | 0.000000e+00 | 2.000000e+00 |    Inf 
41.20/41.25	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
41.20/41.25	c  41.3s|310000 |   689 |620929 |   2.0 |3021k|  33 |   4 |  94 |2552 |  94 |  14 |  23 |  40k|1935 | 0.000000e+00 | 2.000000e+00 |    Inf 
42.39/42.46	c  42.5s|320000 |   652 |640475 |   2.0 |3123k|  33 |   4 |  94 |2834 |  94 |  14 |  23 |  41k|1965 | 0.000000e+00 | 2.000000e+00 |    Inf 
43.69/43.70	c  43.7s|330000 |   756 |659882 |   2.0 |3177k|  33 |   - |  94 |2800 |   0 |   0 |  23 |  42k|2021 | 0.000000e+00 | 2.000000e+00 |    Inf 
44.90/44.93	c  44.9s|340000 |  1116 |678490 |   2.0 |3471k|  33 |   - |  94 |3061 |  94 |  14 |  23 |  43k|2041 | 0.000000e+00 | 2.000000e+00 |    Inf 
46.10/46.20	c  46.2s|350000 |  1338 |696879 |   2.0 |3754k|  33 |   4 |  94 |3169 |  94 |  14 |  23 |  44k|2054 | 0.000000e+00 | 2.000000e+00 |    Inf 
47.49/47.52	c  47.5s|360000 |   831 |715141 |   2.0 |3359k|  33 |   4 |  94 |2863 |  94 |  14 |  23 |  45k|2066 | 0.000000e+00 | 2.000000e+00 |    Inf 
48.69/48.75	c  48.8s|370000 |   560 |734471 |   2.0 |2926k|  33 |   4 |  94 |2425 |  94 |  14 |  23 |  46k|2156 | 0.000000e+00 | 2.000000e+00 |    Inf 
49.89/49.93	c  49.9s|380000 |   974 |754250 |   2.0 |3047k|  33 |   4 |  94 |2173 |  94 |  14 |  23 |  48k|2223 | 0.000000e+00 | 2.000000e+00 |    Inf 
51.09/51.12	c  51.1s|390000 |  1011 |773028 |   2.0 |3142k|  33 |   - |  94 |1986 |   0 |   0 |  23 |  49k|2242 | 0.000000e+00 | 2.000000e+00 |    Inf 
52.19/52.28	c  52.3s|400000 |   859 |791954 |   2.0 |2977k|  33 |   4 |  94 |2115 |  94 |  14 |  23 |  50k|2250 | 0.000000e+00 | 2.000000e+00 |    Inf 
53.39/53.46	c  53.5s|410000 |   657 |810774 |   2.0 |2944k|  33 |   4 |  94 |2303 |  94 |  14 |  23 |  51k|2280 | 0.000000e+00 | 2.000000e+00 |    Inf 
54.59/54.67	c  54.7s|420000 |   708 |830281 |   2.0 |3000k|  33 |   4 |  94 |2125 |  94 |  14 |  23 |  52k|2300 | 0.000000e+00 | 2.000000e+00 |    Inf 
55.79/55.83	c  55.8s|430000 |   497 |850383 |   2.0 |2811k|  33 |   - |  94 |2138 |  94 |  14 |  23 |  53k|2376 | 0.000000e+00 | 2.000000e+00 |    Inf 
56.89/56.98	c  57.0s|440000 |   598 |868973 |   2.0 |2960k|  33 |   4 |  94 |2244 |  94 |  14 |  23 |  55k|2391 | 0.000000e+00 | 2.000000e+00 |    Inf 
58.09/58.13	c  58.1s|450000 |   835 |888350 |   2.0 |3086k|  33 |   4 |  94 |2324 |  94 |  14 |  23 |  56k|2407 | 0.000000e+00 | 2.000000e+00 |    Inf 
59.30/59.36	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
59.30/59.36	c  59.4s|460000 |   439 |908227 |   2.0 |2641k|  33 |   - |  94 |1750 |  94 |  14 |  23 |  57k|2423 | 0.000000e+00 | 2.000000e+00 |    Inf 
60.39/60.47	c  60.5s|470000 |   441 |928678 |   2.0 |2721k|  33 |   4 |  94 |1868 |  94 |  14 |  23 |  58k|2438 | 0.000000e+00 | 2.000000e+00 |    Inf 
61.50/61.59	c  61.6s|480000 |   380 |948366 |   2.0 |2744k|  33 |   - |  94 |2101 |  94 |  14 |  23 |  59k|2486 | 0.000000e+00 | 2.000000e+00 |    Inf 
62.70/62.74	c  62.7s|490000 |   771 |967463 |   2.0 |3154k|  33 |   - |  94 |2547 |   0 |   0 |  23 |  60k|2501 | 0.000000e+00 | 2.000000e+00 |    Inf 
63.90/63.97	c  64.0s|500000 |   683 |986183 |   2.0 |3280k|  33 |   4 |  94 |2900 |  94 |  14 |  23 |  61k|2514 | 0.000000e+00 | 2.000000e+00 |    Inf 
65.20/65.22	c  65.2s|510000 |   837 |  1005k|   2.0 |3270k|  33 |   - |  94 |2759 |  94 |  14 |  23 |  62k|2531 | 0.000000e+00 | 2.000000e+00 |    Inf 
66.40/66.47	c  66.5s|520000 |   432 |  1023k|   2.0 |2967k|  33 |   4 |  94 |2661 |  94 |  14 |  23 |  63k|2542 | 0.000000e+00 | 2.000000e+00 |    Inf 
67.59/67.63	c  67.6s|530000 |   549 |  1043k|   2.0 |2755k|  33 |   - |  94 |1837 |  94 |  14 |  23 |  64k|2575 | 0.000000e+00 | 2.000000e+00 |    Inf 
68.69/68.74	c  68.7s|540000 |   829 |  1062k|   2.0 |2984k|  33 |   - |  94 |2025 |   0 |   0 |  23 |  66k|2589 | 0.000000e+00 | 2.000000e+00 |    Inf 
69.89/69.90	c  69.9s|550000 |   912 |  1080k|   2.0 |3193k|  33 |   - |  94 |2048 |  94 |  14 |  23 |  67k|2594 | 0.000000e+00 | 2.000000e+00 |    Inf 
70.99/71.08	c  71.1s|560000 |   666 |  1099k|   2.0 |3125k|  33 |   4 |  94 |2158 |  94 |  14 |  23 |  68k|2612 | 0.000000e+00 | 2.000000e+00 |    Inf 
72.20/72.23	c  72.2s|570000 |   905 |  1119k|   2.0 |3282k|  33 |   - |  94 |2254 |  94 |  14 |  23 |  69k|2631 | 0.000000e+00 | 2.000000e+00 |    Inf 
73.39/73.42	c  73.4s|580000 |   856 |  1138k|   2.0 |3301k|  33 |   4 |  94 |2326 |  94 |  14 |  23 |  70k|2643 | 0.000000e+00 | 2.000000e+00 |    Inf 
74.60/74.67	c  74.7s|590000 |   238 |  1157k|   2.0 |2574k|  33 |   - |  94 |1860 |  94 |  14 |  23 |  72k|2659 | 0.000000e+00 | 2.000000e+00 |    Inf 
75.69/75.77	c  75.8s|600000 |   769 |  1178k|   2.0 |2749k|  33 |   4 |  94 |1638 |  94 |  14 |  23 |  73k|2747 | 0.000000e+00 | 2.000000e+00 |    Inf 
76.79/76.85	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
76.79/76.85	c  76.9s|610000 |  1550 |  1198k|   2.0 |3340k|  33 |   4 |  94 |1788 |  94 |  14 |  23 |  73k|2762 | 0.000000e+00 | 2.000000e+00 |    Inf 
77.89/77.94	c  77.9s|620000 |  2423 |  1216k|   2.0 |4095k|  33 |   4 |  94 |2314 |  94 |  14 |  23 |  75k|2768 | 0.000000e+00 | 2.000000e+00 |    Inf 
79.10/79.17	c  79.2s|630000 |  2111 |  1234k|   2.0 |3993k|  33 |   - |  94 |2062 |  94 |  14 |  23 |  76k|2777 | 0.000000e+00 | 2.000000e+00 |    Inf 
80.39/80.42	c  80.4s|640000 |  1511 |  1253k|   2.0 |3727k|  33 |   - |  94 |2040 |  94 |  14 |  23 |  77k|2789 | 0.000000e+00 | 2.000000e+00 |    Inf 
81.59/81.68	c  81.7s|650000 |   855 |  1272k|   2.0 |3308k|  33 |   - |  94 |2276 |  94 |  14 |  23 |  78k|2803 | 0.000000e+00 | 2.000000e+00 |    Inf 
82.79/82.86	c  82.9s|660000 |   660 |  1291k|   2.0 |2940k|  33 |   4 |  94 |2260 |  94 |  14 |  23 |  80k|2812 | 0.000000e+00 | 2.000000e+00 |    Inf 
83.99/84.05	c  84.1s|670000 |   208 |  1309k|   2.0 |2826k|  33 |   4 |  94 |2448 |  94 |  14 |  23 |  81k|2814 | 0.000000e+00 | 2.000000e+00 |    Inf 
85.10/85.18	c  85.2s|680000 |  1432 |  1329k|   2.0 |3445k|  33 |   4 |  94 |2423 |  94 |  14 |  23 |  82k|2817 | 0.000000e+00 | 2.000000e+00 |    Inf 
86.29/86.36	c  86.4s|690000 |  1935 |  1348k|   2.0 |3918k|  33 |   4 |  94 |2585 |  94 |  14 |  23 |  83k|2842 | 0.000000e+00 | 2.000000e+00 |    Inf 
87.59/87.60	c  87.6s|700000 |  1420 |  1367k|   2.0 |3756k|  33 |   4 |  94 |2505 |  94 |  14 |  23 |  84k|2857 | 0.000000e+00 | 2.000000e+00 |    Inf 
88.79/88.87	c  88.9s|710000 |   524 |  1387k|   2.0 |3246k|  33 |   - |  94 |2711 |  94 |  14 |  23 |  85k|2873 | 0.000000e+00 | 2.000000e+00 |    Inf 
90.00/90.09	c  90.1s|720000 |   576 |  1407k|   2.0 |2733k|  33 |   4 |  94 |1852 |  94 |  14 |  23 |  86k|2922 | 0.000000e+00 | 2.000000e+00 |    Inf 
91.19/91.23	c  91.2s|730000 |   853 |  1427k|   2.0 |3035k|  33 |   4 |  94 |1843 |  94 |  14 |  23 |  87k|2936 | 0.000000e+00 | 2.000000e+00 |    Inf 
92.40/92.42	c  92.4s|740000 |   249 |  1447k|   2.0 |2520k|  33 |   4 |  94 |1719 |  94 |  14 |  23 |  88k|3007 | 0.000000e+00 | 2.000000e+00 |    Inf 
93.50/93.51	c  93.5s|750000 |   272 |  1467k|   2.0 |2809k|  33 |   4 |  94 |2371 |  94 |  14 |  23 |  90k|3056 | 0.000000e+00 | 2.000000e+00 |    Inf 
94.60/94.64	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
94.60/94.64	c  94.6s|760000 |   251 |  1486k|   2.0 |2909k|  33 |   - |  94 |2650 |  94 |  14 |  23 |  91k|3085 | 0.000000e+00 | 2.000000e+00 |    Inf 
95.79/95.83	c  95.8s|770000 |   431 |  1505k|   2.0 |3083k|  33 |   - |  94 |2876 |  94 |  14 |  23 |  92k|3109 | 0.000000e+00 | 2.000000e+00 |    Inf 
96.99/97.00	c  97.0s|780000 |   229 |  1524k|   2.0 |3053k|  33 |   4 |  94 |3142 |  94 |  14 |  23 |  93k|3129 | 0.000000e+00 | 2.000000e+00 |    Inf 
98.19/98.21	c  98.2s|790000 |   332 |  1543k|   2.0 |3092k|  33 |   - |  94 |3111 |   0 |   0 |  23 |  95k|3150 | 0.000000e+00 | 2.000000e+00 |    Inf 
99.39/99.42	c  99.4s|800000 |   237 |  1563k|   2.0 |2902k|  33 |   - |  94 |2707 |  94 |  14 |  23 |  96k|3155 | 0.000000e+00 | 2.000000e+00 |    Inf 
100.49/100.59	c   101s|810000 |   292 |  1583k|   2.0 |2966k|  33 |   - |  94 |2564 |  94 |  14 |  23 |  97k|3175 | 0.000000e+00 | 2.000000e+00 |    Inf 
101.69/101.74	c   102s|820000 |   165 |  1602k|   2.0 |2703k|  33 |   - |  94 |2307 |   0 |   0 |  23 |  98k|3179 | 0.000000e+00 | 2.000000e+00 |    Inf 
102.80/102.89	c   103s|830000 |   267 |  1624k|   2.0 |2792k|  33 |   - |  94 |2350 |  94 |  14 |  23 |  99k|3202 | 0.000000e+00 | 2.000000e+00 |    Inf 
103.99/104.08	c   104s|840000 |   287 |  1643k|   2.0 |2916k|  33 |   4 |  94 |2571 |  94 |  14 |  23 | 100k|3223 | 0.000000e+00 | 2.000000e+00 |    Inf 
105.20/105.26	c   105s|850000 |   458 |  1663k|   2.0 |3102k|  33 |   - |  94 |2900 |  94 |  14 |  23 | 101k|3233 | 0.000000e+00 | 2.000000e+00 |    Inf 
106.39/106.43	c   106s|860000 |   194 |  1682k|   2.0 |3030k|  33 |   - |  94 |3000 |  94 |  14 |  23 | 102k|3246 | 0.000000e+00 | 2.000000e+00 |    Inf 
107.60/107.64	c   108s|870000 |    80 |  1702k|   2.0 |2935k|  33 |   4 |  94 |3096 |  94 |  14 |  23 | 104k|3255 | 0.000000e+00 | 2.000000e+00 |    Inf 
108.80/108.84	c   109s|880000 |   292 |  1721k|   2.0 |3198k|  33 |   4 |  94 |3343 |  94 |  14 |  23 | 105k|3255 | 0.000000e+00 | 2.000000e+00 |    Inf 
109.99/110.08	c   110s|890000 |   619 |  1741k|   2.0 |3386k|  33 |   - |  94 |3376 |  94 |  14 |  23 | 106k|3263 | 0.000000e+00 | 2.000000e+00 |    Inf 
111.29/111.37	c   111s|900000 |   425 |  1760k|   2.0 |3311k|  33 |   4 |  94 |3274 |  94 |  14 |  23 | 107k|3276 | 0.000000e+00 | 2.000000e+00 |    Inf 
112.59/112.63	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
112.59/112.63	c   113s|910000 |   103 |  1780k|   2.0 |2918k|  33 |   4 |  94 |2983 |  94 |  14 |  23 | 108k|3285 | 0.000000e+00 | 2.000000e+00 |    Inf 
113.79/113.80	c   114s|920000 |  1400 |  1801k|   2.0 |3555k|  33 |   4 |  94 |2795 |  94 |  14 |  23 | 109k|3298 | 0.000000e+00 | 2.000000e+00 |    Inf 
114.99/115.01	c   115s|930000 |  2091 |  1821k|   2.0 |4181k|  33 |   4 |  94 |3082 |  94 |  14 |  23 | 110k|3312 | 0.000000e+00 | 2.000000e+00 |    Inf 
116.19/116.26	c   116s|940000 |  2601 |  1840k|   2.0 |4486k|  33 |   - |  94 |2766 |  94 |  14 |  23 | 111k|3327 | 0.000000e+00 | 2.000000e+00 |    Inf 
117.49/117.53	c   118s|950000 |  2433 |  1859k|   2.0 |4505k|  33 |   - |  94 |2621 |  94 |  14 |  23 | 112k|3338 | 0.000000e+00 | 2.000000e+00 |    Inf 
118.70/118.77	c   119s|960000 |  2415 |  1880k|   2.0 |4680k|  33 |   4 |  94 |2801 |  94 |  14 |  23 | 113k|3347 | 0.000000e+00 | 2.000000e+00 |    Inf 
119.99/120.01	c   120s|970000 |  2451 |  1900k|   2.0 |4803k|  33 |   4 |  94 |2759 |  94 |  14 |  23 | 115k|3350 | 0.000000e+00 | 2.000000e+00 |    Inf 
121.29/121.39	c   121s|980000 |  1481 |  1919k|   2.0 |4160k|  33 |   - |  94 |2534 |  94 |  14 |  23 | 116k|3358 | 0.000000e+00 | 2.000000e+00 |    Inf 
122.70/122.72	c   123s|990000 |   801 |  1939k|   2.0 |3501k|  33 |   4 |  94 |2545 |  94 |  14 |  23 | 117k|3360 | 0.000000e+00 | 2.000000e+00 |    Inf 
123.80/123.86	c   124s|  1000k|  1476 |  1959k|   2.0 |4112k|  33 |   4 |  94 |2872 |  94 |  14 |  23 | 118k|3369 | 0.000000e+00 | 2.000000e+00 |    Inf 
124.99/125.07	c   125s|  1010k|   979 |  1979k|   2.0 |3968k|  33 |   - |  94 |3011 |  94 |  14 |  23 | 119k|3374 | 0.000000e+00 | 2.000000e+00 |    Inf 
126.29/126.32	c   126s|  1020k|   683 |  1998k|   2.0 |3599k|  33 |   4 |  94 |2996 |  94 |  14 |  23 | 120k|3386 | 0.000000e+00 | 2.000000e+00 |    Inf 
127.50/127.53	c   128s|  1030k|   355 |  2019k|   2.0 |3247k|  33 |   4 |  94 |2985 |  94 |  14 |  23 | 121k|3395 | 0.000000e+00 | 2.000000e+00 |    Inf 
128.70/128.74	c   129s|  1040k|   501 |  2039k|   2.0 |3127k|  33 |   4 |  94 |2964 |  94 |  14 |  23 | 122k|3477 | 0.000000e+00 | 2.000000e+00 |    Inf 
129.89/129.91	c   130s|  1050k|  1347 |  2058k|   2.0 |3769k|  33 |   - |  94 |3190 |   0 |   0 |  23 | 123k|3483 | 0.000000e+00 | 2.000000e+00 |    Inf 
131.19/131.20	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
131.19/131.20	c   131s|  1060k|   587 |  2077k|   2.0 |3469k|  33 |   - |  94 |3231 |  94 |  14 |  23 | 124k|3495 | 0.000000e+00 | 2.000000e+00 |    Inf 
132.39/132.43	c   132s|  1070k|   562 |  2097k|   2.0 |3223k|  33 |   4 |  94 |3129 |  94 |  14 |  23 | 125k|3511 | 0.000000e+00 | 2.000000e+00 |    Inf 
133.59/133.65	c   134s|  1080k|    30 |  2115k|   2.0 |2875k|  33 |   4 |  94 |3029 |  94 |  14 |  23 | 126k|3574 | 0.000000e+00 | 2.000000e+00 |    Inf 
134.60/134.66	c 
134.60/134.66	c SCIP Status        : problem is solved [optimal solution found]
134.60/134.66	c Solving Time (sec) : 134.66
134.60/134.66	c Solving Nodes      : 1087800
134.60/134.66	c Primal Bound       : +2.00000000000000e+00 (40 solutions)
134.60/134.66	c Dual Bound         : +2.00000000000000e+00
134.60/134.66	c Gap                : 0.00 %
134.60/134.66	s OPTIMUM FOUND
134.60/134.66	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 
134.60/134.66	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 
134.60/134.66	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 
134.60/134.66	v -x15 -x14 -x13 -x12 -x11 -x10 -x9 -x8 -x7 -x6 -x5 -x4 -x3 -x2 x1 
134.60/134.66	c SCIP Status        : problem is solved [optimal solution found]
134.60/134.66	c Total Time         :     134.66
134.60/134.66	c   solving          :     134.66
134.60/134.66	c   presolving       :       0.00 (included in solving)
134.60/134.66	c   reading          :       0.00 (included in solving)
134.60/134.66	c Original Problem   :
134.60/134.66	c   Problem name     : HOME/instance-3488991-1307772055.opb
134.60/134.66	c   Variables        : 94 (94 binary, 0 integer, 0 implicit integer, 0 continuous)
134.60/134.66	c   Constraints      : 8 initial, 8 maximal
134.60/134.66	c Presolved Problem  :
134.60/134.66	c   Problem name     : t_HOME/instance-3488991-1307772055.opb
134.60/134.66	c   Variables        : 94 (94 binary, 0 integer, 0 implicit integer, 0 continuous)
134.60/134.66	c   Constraints      : 4 initial, 5151 maximal
134.60/134.66	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons    AddCons   ChgSides   ChgCoefs
134.60/134.66	c   trivial          :       0.00          0          0          0          0          0          0          0          0          0
134.60/134.66	c   dualfix          :       0.00          0          0          0          0          0          0          0          0          0
134.60/134.66	c   boundshift       :       0.00          0          0          0          0          0          0          0          0          0
134.60/134.66	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0          0
134.60/134.66	c   pseudoobj        :       0.00          0          0          0          0          0          0          0          0          0
134.60/134.66	c   implics          :       0.00          0          0          0          0          0          0          0          0          0
134.60/134.66	c   probing          :       0.00          0          0          0          0          0          0          0          0          0
134.60/134.66	c   linear           :       0.00          0          0          0          0          0          4          0          0          0
134.60/134.66	c   logicor          :       0.00          0          0          0          0          0          0          0          0          0
134.60/134.66	c   root node        :          -         57          -          -         57          -          -          -          -          -
134.60/134.66	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS     #Check   #Resprop    Cutoffs    DomReds       Cuts      Conss   Children
134.60/134.66	c   integral         :          0          0          0     555805          0         28          0        474       1832          0          0    1106982
134.60/134.66	c   linear           :          4+         7    1398052          2          0         25    1012035     192213    1191081          0          0          0
134.60/134.66	c   logicor          :          0+         0     791980          0          0          0      50478       1078      56326          0          0          0
134.60/134.66	c   countsols        :          0          0          0         18          0         24          0          0          0          0          0          0
134.60/134.66	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS      Check    Resprop
134.60/134.66	c   integral         :       3.06       0.00       0.00       3.06       0.00       0.00       0.00
134.60/134.66	c   linear           :      12.84       0.00      10.94       0.00       0.00       0.00       1.90
134.60/134.66	c   logicor          :      13.64       0.00      13.57       0.00       0.00       0.00       0.07
134.60/134.66	c   countsols        :       0.00       0.00       0.00       0.00       0.00       0.00       0.00
134.60/134.66	c Propagators        : #Propagate   #Resprop    Cutoffs    DomReds
134.60/134.66	c   vbounds          :          0          0          0          0
134.60/134.66	c   rootredcost      :         36          0          0         56
134.60/134.66	c   pseudoobj        :    1398170        433        287      60154
134.60/134.66	c Propagator Timings :  TotalTime  Propagate    Resprop
134.60/134.66	c   vbounds          :       0.24       0.24       0.00
134.60/134.66	c   rootredcost      :       0.25       0.25       0.00
134.60/134.66	c   pseudoobj        :       2.47       2.47       0.00
134.60/134.66	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
134.60/134.66	c   propagation      :       3.16     193578     114400     156307       22.8          4       21.8          -
134.60/134.66	c   infeasible LP    :       0.02       1257       1257       1394       14.6          1       24.0          0
134.60/134.66	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
134.60/134.66	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
134.60/134.66	c   pseudo solution  :       0.00          1          1          1        2.0          0        0.0          -
134.60/134.66	c   applied globally :          -          -          -     128407       22.6          -          -          -
134.60/134.66	c   applied locally  :          -          -          -         22       36.5          -          -          -
134.60/134.66	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
134.60/134.66	c   cut pool         :       0.00          5          -          -         20          -    (maximal pool size: 71)
134.60/134.66	c   redcost          :       1.75     583623          0     315041          0          0
134.60/134.66	c   impliedbounds    :       0.00          6          0          0          0          0
134.60/134.66	c   intobj           :       0.00          0          0          0          0          0
134.60/134.66	c   gomory           :       0.00          6          0          0          0          0
134.60/134.66	c   cgmip            :       0.00          0          0          0          0          0
134.60/134.66	c   closecuts        :       0.00          0          0          0          0          0
134.60/134.66	c   strongcg         :       0.00          6          0          0         12          0
134.60/134.66	c   cmir             :       0.01          6          0          0         32          0
134.60/134.66	c   flowcover        :       0.01          6          0          0         48          0
134.60/134.66	c   clique           :       0.00          1          0          0          0          0
134.60/134.66	c   zerohalf         :       0.00          0          0          0          0          0
134.60/134.66	c   mcf              :       0.00          1          0          0          0          0
134.60/134.66	c   oddcycle         :       0.00          0          0          0          0          0
134.60/134.66	c   rapidlearning    :       0.01          1          0          0          0         10
134.60/134.66	c Pricers            :       Time      Calls       Vars
134.60/134.66	c   problem variables:       0.00          0          0
134.60/134.66	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
134.60/134.66	c   relpscost        :       2.78     555787        474       1832          0          0    1106982
134.60/134.66	c   pscost           :       0.00          0          0          0          0          0          0
134.60/134.66	c   inference        :       0.00          0          0          0          0          0          0
134.60/134.66	c   mostinf          :       0.00          0          0          0          0          0          0
134.60/134.66	c   leastinf         :       0.00          0          0          0          0          0          0
134.60/134.66	c   fullstrong       :       0.00          0          0          0          0          0          0
134.60/134.66	c   allfullstrong    :       0.00          0          0          0          0          0          0
134.60/134.66	c   random           :       0.00          0          0          0          0          0          0
134.60/134.66	c Primal Heuristics  :       Time      Calls      Found
134.60/134.66	c   LP solutions     :       0.00          -         18
134.60/134.66	c   pseudo solutions :       0.00          -          0
134.60/134.66	c   feaspump         :       0.05          1          0
134.60/134.66	c   oneopt           :       0.22         35          0
134.60/134.66	c   guideddiving     :       0.18        506          3
134.60/134.66	c   veclendiving     :       0.19        507          2
134.60/134.66	c   linesearchdiving :       0.18        507          1
134.60/134.66	c   coefdiving       :       0.19        507          5
134.60/134.66	c   pscostdiving     :       0.19        507          3
134.60/134.66	c   fracdiving       :       0.18        507          1
134.60/134.66	c   objpscostdiving  :       0.11        291          1
134.60/134.66	c   rootsoldiving    :       0.22        291          1
134.60/134.66	c   trivial          :       0.00          2          0
134.60/134.66	c   shiftandpropagate:       0.00          1          1
134.60/134.66	c   simplerounding   :       0.11          0          0
134.60/134.66	c   zirounding       :       1.18          0          0
134.60/134.66	c   rounding         :       0.25      10793          0
134.60/134.66	c   shifting         :       3.05      14113          2
134.60/134.66	c   intshifting      :       0.02          0          0
134.60/134.66	c   twoopt           :       0.00          0          0
134.60/134.66	c   fixandinfer      :       0.00          0          0
134.60/134.66	c   clique           :       0.00          0          0
134.60/134.66	c   intdiving        :       0.00          0          0
134.60/134.66	c   actconsdiving    :       0.00          0          0
134.60/134.66	c   octane           :       0.00          0          0
134.60/134.66	c   rens             :       0.02          1          0
134.60/134.66	c   rins             :       0.00          0          0
134.60/134.66	c   localbranching   :       0.00          0          0
134.60/134.66	c   mutation         :       0.00          0          0
134.60/134.66	c   crossover        :       0.01          1          1
134.60/134.66	c   dins             :       0.00          0          0
134.60/134.66	c   vbounds          :       0.00          0          0
134.60/134.66	c   undercover       :       0.00          0          0
134.60/134.66	c   subnlp           :       0.16          0          0
134.60/134.66	c   trysol           :       0.20          0          0
134.60/134.66	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
134.60/134.66	c   primal LP        :       0.00          0          0       0.00          -
134.60/134.66	c   dual LP          :      39.75     945816    2107974       2.23   53032.71
134.60/134.66	c   lex dual LP      :       0.00          0          0       0.00          -
134.60/134.66	c   barrier LP       :       0.00          0          0       0.00          -
134.60/134.66	c   diving/probing LP:       0.51      10481      23797       2.27   46689.62
134.60/134.66	c   strong branching :       0.30       3639      14256       3.92   48192.93
134.60/134.66	c     (at root node) :          -          9        327      36.33          -
134.60/134.66	c   conflict analysis:       0.00          0          0       0.00          -
134.60/134.66	c B&B Tree           :
134.60/134.66	c   number of runs   :          1
134.60/134.66	c   nodes            :    1087800
134.60/134.66	c   nodes (total)    :    1087800
134.60/134.66	c   nodes left       :          0
134.60/134.66	c   max depth        :         33
134.60/134.66	c   max depth (total):         33
134.60/134.66	c   backtracks       :     306947 (28.2%)
134.60/134.66	c   delayed cutoffs  :      18729
134.60/134.66	c   repropagations   :      70246 (138267 domain reductions, 18276 cutoffs)
134.60/134.66	c   avg switch length:       4.88
134.60/134.66	c   switching time   :      25.05
134.60/134.66	c Solution           :
134.60/134.66	c   Solutions found  :         40 (37 improvements)
134.60/134.66	c   First Solution   : +1.12400000000000e+03   (in run 1, after 1 nodes, 0.01 seconds, depth 42, found by <shiftandpropagate>)
134.60/134.66	c   Primal Bound     : +2.00000000000000e+00   (in run 1, after 45857 nodes, 7.55 seconds, depth 24, found by <relaxation>)
134.60/134.66	c   Dual Bound       : +2.00000000000000e+00
134.60/134.66	c   Gap              :       0.00 %
134.60/134.66	c   Root Dual Bound  : +0.00000000000000e+00
134.60/134.66	c   Root Iterations  :         66
134.60/134.67	c Time complete: 134.67.

Verifier Data

OK	2

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.1 (svn: 988)

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

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.00 1.93 2/177 12401
/proc/meminfo: memFree=31385612/32951124 swapFree=67054524/67111528
[pid=12401] ppid=12399 vsize=12564 CPUtime=0 cores=1,3,5,7
/proc/12401/stat : 12401 (scip-2.0.1.4b_2) R 12399 12401 8152 0 -1 4202496 2129 0 0 0 0 0 0 0 25 0 1 0 888803973 12865536 2083 33554432000 4194304 9016284 140734596622992 18446744073709551615 6813403 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/12401/statm: 3141 2088 353 1178 0 1959 0

[startup+0.0534731 s]
/proc/loadavg: 2.00 2.00 1.93 2/177 12401
/proc/meminfo: memFree=31385612/32951124 swapFree=67054524/67111528
[pid=12401] ppid=12399 vsize=26516 CPUtime=0.04 cores=1,3,5,7
/proc/12401/stat : 12401 (scip-2.0.1.4b_2) R 12399 12401 8152 0 -1 4202496 6579 0 0 0 4 0 0 0 18 0 1 0 888803973 27152384 5570 33554432000 4194304 9016284 140734596622992 18446744073709551615 4915328 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/12401/statm: 6629 5570 676 1178 0 5447 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 26516

[startup+0.100464 s]
/proc/loadavg: 2.00 2.00 1.93 2/177 12401
/proc/meminfo: memFree=31385612/32951124 swapFree=67054524/67111528
[pid=12401] ppid=12399 vsize=26556 CPUtime=0.09 cores=1,3,5,7
/proc/12401/stat : 12401 (scip-2.0.1.4b_2) R 12399 12401 8152 0 -1 4202496 7103 0 0 0 7 2 0 0 18 0 1 0 888803973 27193344 5608 33554432000 4194304 9016284 140734596622992 18446744073709551615 4878604 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/12401/statm: 6639 5608 683 1178 0 5457 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 26556

[startup+0.300417 s]
/proc/loadavg: 2.00 2.00 1.93 2/177 12401
/proc/meminfo: memFree=31385612/32951124 swapFree=67054524/67111528
[pid=12401] ppid=12399 vsize=26556 CPUtime=0.29 cores=1,3,5,7
/proc/12401/stat : 12401 (scip-2.0.1.4b_2) R 12399 12401 8152 0 -1 4202496 7106 0 0 0 23 6 0 0 18 0 1 0 888803973 27193344 5611 33554432000 4194304 9016284 140734596622992 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/12401/statm: 6639 5611 685 1178 0 5457 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 26556

[startup+0.700363 s]
/proc/loadavg: 2.00 2.00 1.93 2/177 12401
/proc/meminfo: memFree=31385612/32951124 swapFree=67054524/67111528
[pid=12401] ppid=12399 vsize=26556 CPUtime=0.69 cores=1,3,5,7
/proc/12401/stat : 12401 (scip-2.0.1.4b_2) R 12399 12401 8152 0 -1 4202496 7851 0 0 0 57 12 0 0 18 0 1 0 888803973 27193344 5614 33554432000 4194304 9016284 140734596622992 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/12401/statm: 6639 5614 685 1178 0 5457 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 26556

[startup+1.50023 s]
/proc/loadavg: 2.00 2.00 1.93 3/178 12402
/proc/meminfo: memFree=31365292/32951124 swapFree=67054524/67111528
[pid=12401] ppid=12399 vsize=26556 CPUtime=1.49 cores=1,3,5,7
/proc/12401/stat : 12401 (scip-2.0.1.4b_2) R 12399 12401 8152 0 -1 4202496 7852 0 0 0 127 22 0 0 20 0 1 0 888803973 27193344 5615 33554432000 4194304 9016284 140734596622992 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/12401/statm: 6639 5615 685 1178 0 5457 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 26556

[startup+3.10096 s]
/proc/loadavg: 2.00 2.00 1.93 3/178 12402
/proc/meminfo: memFree=31364920/32951124 swapFree=67054524/67111528
[pid=12401] ppid=12399 vsize=26556 CPUtime=3.1 cores=1,3,5,7
/proc/12401/stat : 12401 (scip-2.0.1.4b_2) R 12399 12401 8152 0 -1 4202496 7855 0 0 0 273 37 0 0 25 0 1 0 888803973 27193344 5618 33554432000 4194304 9016284 140734596622992 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/12401/statm: 6639 5618 685 1178 0 5457 0
Current children cumulated CPU time (s) 3.1
Current children cumulated vsize (KiB) 26556

[startup+6.30042 s]
/proc/loadavg: 2.00 2.00 1.93 3/178 12402
/proc/meminfo: memFree=31364128/32951124 swapFree=67054524/67111528
[pid=12401] ppid=12399 vsize=26556 CPUtime=6.3 cores=1,3,5,7
/proc/12401/stat : 12401 (scip-2.0.1.4b_2) R 12399 12401 8152 0 -1 4202496 7855 0 0 0 565 65 0 0 25 0 1 0 888803973 27193344 5618 33554432000 4194304 9016284 140734596622992 18446744073709551615 5325537 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/12401/statm: 6639 5618 685 1178 0 5457 0
Current children cumulated CPU time (s) 6.3
Current children cumulated vsize (KiB) 26556

[startup+12.7003 s]
/proc/loadavg: 2.00 2.00 1.93 3/178 12411
/proc/meminfo: memFree=31363952/32951124 swapFree=67054524/67111528
[pid=12401] ppid=12399 vsize=26556 CPUtime=12.69 cores=1,3,5,7
/proc/12401/stat : 12401 (scip-2.0.1.4b_2) R 12399 12401 8152 0 -1 4202496 7855 0 0 0 1142 127 0 0 25 0 1 0 888803973 27193344 5618 33554432000 4194304 9016284 140734596622992 18446744073709551615 18446744073699066043 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/12401/statm: 6639 5618 685 1178 0 5457 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 26556

[startup+25.5002 s]
/proc/loadavg: 2.00 2.00 1.93 3/178 12411
/proc/meminfo: memFree=31361940/32951124 swapFree=67054524/67111528
[pid=12401] ppid=12399 vsize=26556 CPUtime=25.49 cores=1,3,5,7
/proc/12401/stat : 12401 (scip-2.0.1.4b_2) R 12399 12401 8152 0 -1 4202496 7855 0 0 0 2263 286 0 0 25 0 1 0 888803973 27193344 5618 33554432000 4194304 9016284 140734596622992 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/12401/statm: 6639 5618 685 1178 0 5457 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 26556

[startup+51.1009 s]
/proc/loadavg: 2.00 2.00 1.93 3/178 12412
/proc/meminfo: memFree=31358604/32951124 swapFree=67054524/67111528
[pid=12401] ppid=12399 vsize=26556 CPUtime=51.09 cores=1,3,5,7
/proc/12401/stat : 12401 (scip-2.0.1.4b_2) R 12399 12401 8152 0 -1 4202496 7855 0 0 0 4515 594 0 0 25 0 1 0 888803973 27193344 5618 33554432000 4194304 9016284 140734596622992 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/12401/statm: 6639 5618 685 1178 0 5457 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 26556

[startup+102.306 s]
/proc/loadavg: 2.00 2.00 1.93 3/178 12414
/proc/meminfo: memFree=31355348/32951124 swapFree=67054524/67111528
[pid=12401] ppid=12399 vsize=26556 CPUtime=102.3 cores=1,3,5,7
/proc/12401/stat : 12401 (scip-2.0.1.4b_2) R 12399 12401 8152 0 -1 4202496 7855 0 0 0 8993 1237 0 0 25 0 1 0 888803973 27193344 5618 33554432000 4194304 9016284 140734596622992 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/12401/statm: 6639 5618 685 1178 0 5457 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 26556

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

[startup+115.1 s]
/proc/loadavg: 2.00 2.00 1.93 3/178 12414
/proc/meminfo: memFree=31353832/32951124 swapFree=67054524/67111528
[pid=12401] ppid=12399 vsize=26556 CPUtime=115.09 cores=1,3,5,7
/proc/12401/stat : 12401 (scip-2.0.1.4b_2) R 12399 12401 8152 0 -1 4202496 7855 0 0 0 10120 1389 0 0 25 0 1 0 888803973 27193344 5618 33554432000 4194304 9016284 140734596622992 18446744073709551615 6817595 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/12401/statm: 6639 5618 685 1178 0 5457 0
Current children cumulated CPU time (s) 115.09
Current children cumulated vsize (KiB) 26556

[startup+127.901 s]
/proc/loadavg: 2.00 2.00 1.93 3/178 12414
/proc/meminfo: memFree=31353696/32951124 swapFree=67054524/67111528
[pid=12401] ppid=12399 vsize=26556 CPUtime=127.89 cores=1,3,5,7
/proc/12401/stat : 12401 (scip-2.0.1.4b_2) R 12399 12401 8152 0 -1 4202496 7856 0 0 0 11251 1538 0 0 25 0 1 0 888803973 27193344 5619 33554432000 4194304 9016284 140734596622992 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/12401/statm: 6639 5619 685 1178 0 5457 0
Current children cumulated CPU time (s) 127.89
Current children cumulated vsize (KiB) 26556

[startup+131.1 s]
/proc/loadavg: 2.00 2.00 1.93 3/178 12414
/proc/meminfo: memFree=31353316/32951124 swapFree=67054524/67111528
[pid=12401] ppid=12399 vsize=26556 CPUtime=131.09 cores=1,3,5,7
/proc/12401/stat : 12401 (scip-2.0.1.4b_2) R 12399 12401 8152 0 -1 4202496 7856 0 0 0 11528 1581 0 0 25 0 1 0 888803973 27193344 5619 33554432000 4194304 9016284 140734596622992 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/12401/statm: 6639 5619 685 1178 0 5457 0
Current children cumulated CPU time (s) 131.09
Current children cumulated vsize (KiB) 26556

[startup+132.7 s]
/proc/loadavg: 2.00 2.00 1.93 3/178 12414
/proc/meminfo: memFree=31353316/32951124 swapFree=67054524/67111528
[pid=12401] ppid=12399 vsize=26556 CPUtime=132.69 cores=1,3,5,7
/proc/12401/stat : 12401 (scip-2.0.1.4b_2) R 12399 12401 8152 0 -1 4202496 7856 0 0 0 11668 1601 0 0 25 0 1 0 888803973 27193344 5619 33554432000 4194304 9016284 140734596622992 18446744073709551615 5879901 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/12401/statm: 6639 5619 685 1178 0 5457 0
Current children cumulated CPU time (s) 132.69
Current children cumulated vsize (KiB) 26556

[startup+133.501 s]
/proc/loadavg: 2.00 2.00 1.93 3/178 12414
/proc/meminfo: memFree=31353316/32951124 swapFree=67054524/67111528
[pid=12401] ppid=12399 vsize=26556 CPUtime=133.49 cores=1,3,5,7
/proc/12401/stat : 12401 (scip-2.0.1.4b_2) R 12399 12401 8152 0 -1 4202496 7856 0 0 0 11738 1611 0 0 25 0 1 0 888803973 27193344 5619 33554432000 4194304 9016284 140734596622992 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/12401/statm: 6639 5619 685 1178 0 5457 0
Current children cumulated CPU time (s) 133.49
Current children cumulated vsize (KiB) 26556

[startup+134.301 s]
/proc/loadavg: 2.00 2.00 1.93 3/178 12414
/proc/meminfo: memFree=31353192/32951124 swapFree=67054524/67111528
[pid=12401] ppid=12399 vsize=26556 CPUtime=134.29 cores=1,3,5,7
/proc/12401/stat : 12401 (scip-2.0.1.4b_2) R 12399 12401 8152 0 -1 4202496 7856 0 0 0 11811 1618 0 0 25 0 1 0 888803973 27193344 5619 33554432000 4194304 9016284 140734596622992 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/12401/statm: 6639 5619 685 1178 0 5457 0
Current children cumulated CPU time (s) 134.29
Current children cumulated vsize (KiB) 26556

[startup+134.501 s]
/proc/loadavg: 2.00 2.00 1.93 3/178 12414
/proc/meminfo: memFree=31353192/32951124 swapFree=67054524/67111528
[pid=12401] ppid=12399 vsize=26556 CPUtime=134.5 cores=1,3,5,7
/proc/12401/stat : 12401 (scip-2.0.1.4b_2) R 12399 12401 8152 0 -1 4202496 7856 0 0 0 11829 1621 0 0 25 0 1 0 888803973 27193344 5619 33554432000 4194304 9016284 140734596622992 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/12401/statm: 6639 5619 685 1178 0 5457 0
Current children cumulated CPU time (s) 134.5
Current children cumulated vsize (KiB) 26556

[startup+134.601 s]
/proc/loadavg: 2.00 2.00 1.93 3/178 12414
/proc/meminfo: memFree=31353192/32951124 swapFree=67054524/67111528
[pid=12401] ppid=12399 vsize=26556 CPUtime=134.6 cores=1,3,5,7
/proc/12401/stat : 12401 (scip-2.0.1.4b_2) R 12399 12401 8152 0 -1 4202496 7856 0 0 0 11838 1622 0 0 25 0 1 0 888803973 27193344 5619 33554432000 4194304 9016284 140734596622992 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/12401/statm: 6639 5619 685 1178 0 5457 0
Current children cumulated CPU time (s) 134.6
Current children cumulated vsize (KiB) 26556

Child status: 0
Real time (s): 134.675
CPU time (s): 134.677
CPU user time (s): 118.443
CPU system time (s): 16.2335
CPU usage (%): 100.001
Max. virtual memory (cumulated for all children) (KiB): 26556

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 118.443
system time used= 16.2335
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 7863
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= 8
involuntary context switches= 229

runsolver used 0.174973 second user time and 0.449931 second system time

The end

Launcher Data

Begin job on node130 at 2011-06-11 08:00:55
IDJOB=3488991
IDBENCH=2896
IDSOLVER=1979
FILE ID=node130/3488991-1307772055
RUNJOBID= node130-1307767514-11557
PBS_JOBID= 13550842
Free space on /tmp= 73936 MiB

SOLVER NAME= SCIP spx E_2 2011-06-10 (fixed)
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_2.linux.x86_64.gnu.opt.spx -f BENCHNAME -t TIMEOUT -m MEMLIMIT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3488991-1307772055/watcher-3488991-1307772055 -o /tmp/evaluation-result-3488991-1307772055/solver-3488991-1307772055 -C 1800 -W 1900 -M 15500  HOME/scip-2.0.1.4b_2.linux.x86_64.gnu.opt.spx -f HOME/instance-3488991-1307772055.opb -t 1800 -m 15500

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

MD5SUM BENCH= d26b3b10be20d9248aac462b86b1f040
RANDOM SEED=426851175

node130.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.838
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.67
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.838
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	: 5332.83
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.838
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.75
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.838
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.81
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.838
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.75
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.838
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.83
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.838
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.838
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.81
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      31386296 kB
Buffers:        245108 kB
Cached:         941660 kB
SwapCached:      10548 kB
Active:         681100 kB
Inactive:       691724 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      31386296 kB
SwapTotal:    67111528 kB
SwapFree:     67054524 kB
Dirty:           16752 kB
Writeback:           0 kB
AnonPages:      183488 kB
Mapped:          15652 kB
Slab:           127744 kB
PageTables:       5140 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   382576 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= 73920 MiB
End job on node130 at 2011-06-11 08:03:09