Trace number 3734714

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
PB11: SCIP spx E_2 2011-06-10 (fixed)OPT2 154.993 155.028

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 benchmark52.396
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-3734714-1338713193.opb>
0.00/0.01	c original problem has 94 variables (94 bin, 0 int, 0 impl, 0 cont) and 8 constraints
0.00/0.01	c problem read
0.00/0.01	c presolving settings loaded
0.00/0.01	c presolving:
0.00/0.01	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.01	c presolving (2 rounds):
0.00/0.01	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.01	c  0 implications, 0 cliques
0.00/0.01	c presolved problem has 94 variables (94 bin, 0 int, 0 impl, 0 cont) and 4 constraints
0.00/0.01	c       4 constraints of type <linear>
0.00/0.01	c transformed objective value is always integral (scale: 1)
0.00/0.01	c Presolving Time: 0.00
0.00/0.01	c - non default parameters ----------------------------------------------------------------------
0.00/0.01	c # SCIP version 2.0.1.5
0.00/0.01	c 
0.00/0.01	c # frequency for displaying node information lines
0.00/0.01	c # [type: int, range: [-1,2147483647], default: 100]
0.00/0.01	c display/freq = 10000
0.00/0.01	c 
0.00/0.01	c # maximal time in seconds to run
0.00/0.01	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.00/0.01	c limits/time = 1797
0.00/0.01	c 
0.00/0.01	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.00/0.01	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.00/0.01	c limits/memory = 13950
0.00/0.01	c 
0.00/0.01	c # default clock type (1: CPU user seconds, 2: wall clock time)
0.00/0.01	c # [type: int, range: [1,2], default: 1]
0.00/0.01	c timing/clocktype = 2
0.00/0.01	c 
0.00/0.01	c # belongs reading time to solving time?
0.00/0.01	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.00/0.01	c timing/reading = TRUE
0.00/0.01	c 
0.00/0.01	c # should presolving try to simplify inequalities
0.00/0.01	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.00/0.01	c constraints/linear/simplifyinequalities = TRUE
0.00/0.01	c 
0.00/0.01	c # add initial coupling inequalities as linear constraints, if 'addCoupling' is true
0.00/0.01	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.00/0.01	c constraints/indicator/addCouplingCons = TRUE
0.00/0.01	c 
0.00/0.01	c # should presolving try to simplify knapsacks
0.00/0.01	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.00/0.01	c constraints/knapsack/simplifyinequalities = TRUE
0.00/0.01	c 
0.00/0.01	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
0.00/0.01	c # [type: int, range: [-1,2147483647], default: -1]
0.00/0.01	c separating/rapidlearning/freq = 0
0.00/0.01	c 
0.00/0.01	c -----------------------------------------------------------------------------------------------
0.00/0.01	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.03	o 1003
0.00/0.03	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.03	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.04	c   0.0s|     1 |     0 |    33 |     - | 451k|   0 |  10 |  94 |  14 |  94 |  13 |   9 |   0 |   0 | 0.000000e+00 | 1.003000e+03 |    Inf 
0.03/0.04	c   0.0s|     1 |     0 |    37 |     - | 470k|   0 |  13 |  94 |  14 |  94 |  18 |  14 |   0 |   0 | 0.000000e+00 | 1.003000e+03 |    Inf 
0.03/0.05	c   0.0s|     1 |     0 |    49 |     - | 498k|   0 |  15 |  94 |  14 |  94 |  22 |  18 |   0 |   0 | 0.000000e+00 | 1.003000e+03 |    Inf 
0.03/0.05	c   0.0s|     1 |     0 |    60 |     - | 508k|   0 |  14 |  94 |  14 |  94 |  25 |  21 |   0 |   0 | 0.000000e+00 | 1.003000e+03 |    Inf 
0.03/0.06	c   0.1s|     1 |     0 |    66 |     - | 514k|   0 |  14 |  94 |  14 |  94 |  27 |  23 |   0 |   0 | 0.000000e+00 | 1.003000e+03 |    Inf 
0.03/0.08	c   0.1s|     1 |     2 |   163 |     - | 515k|   0 |  14 |  94 |  14 |  94 |  27 |  23 |   0 |   9 | 0.000000e+00 | 1.003000e+03 |    Inf 
0.09/0.10	o 721
0.09/0.10	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.09/0.11	o 530
0.09/0.11	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.14	o 386
0.09/0.14	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.15	o 164
0.09/0.15	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.15	o 162
0.09/0.15	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.15	o 159
0.09/0.15	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.15	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.18	o 158
0.09/0.18	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.18	o 156
0.09/0.18	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.18/0.20	o 155
0.18/0.20	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.18/0.21	o 154
0.18/0.21	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.18/0.21	o 152
0.18/0.21	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.18/0.21	o 151
0.18/0.21	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.18/0.22	o 149
0.18/0.22	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.18/0.23	o 101
0.18/0.23	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.18/0.23	o 100
0.18/0.23	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.18/0.23	o 98
0.18/0.23	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.18/0.23	o 96
0.18/0.23	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.18/0.23	o 94
0.18/0.23	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.18/0.24	o 86
0.18/0.24	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.18/0.24	o 85
0.18/0.24	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.18/0.24	o 83
0.18/0.24	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
0.18/0.24	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.18/0.28	o 62
0.18/0.28	c c 0.3s|   662 |   442 |  2599 |   3.8 | 817k|  33 |   - |  94 |  38 |  94 |  14 |  23 |  47 | 474 | 0.000000e+00 | 6.200000e+01 |    Inf 
0.28/0.32	o 60
0.28/0.32	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.28/0.32	o 58
0.28/0.32	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.28/0.34	o 56
0.28/0.34	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.28/0.34	o 55
0.28/0.34	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.28/0.34	o 17
0.28/0.34	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.28/0.34	o 15
0.28/0.34	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.28/0.34	o 13
0.28/0.34	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.28/0.34	o 11
0.28/0.34	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.28/0.34	o 9
0.28/0.34	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.39/0.40	o 7
0.39/0.40	c C 0.4s|  1098 |   481 |  4758 |   4.3 | 867k|  33 |   4 |  94 |  87 |  94 |  14 |  23 | 128 | 497 | 0.000000e+00 | 7.000000e+00 |    Inf 
0.78/0.85	o 6
0.78/0.85	c * 0.8s|  3569 |  1257 | 11472 |   3.2 |1458k|  33 |   - |  94 | 606 |  94 |  14 |  23 | 647 | 535 | 0.000000e+00 | 6.000000e+00 |    Inf 
1.39/1.43	o 3
1.39/1.43	c * 1.4s|  7013 |  1526 | 19255 |   2.7 |1981k|  33 |   - |  94 |1241 |  94 |  14 |  23 |1283 | 571 | 0.000000e+00 | 3.000000e+00 |    Inf 
1.88/1.94	c   1.9s| 10000 |  2047 | 25885 |   2.6 |2483k|  33 |   4 |  94 |1729 |  94 |  14 |  23 |1781 | 596 | 0.000000e+00 | 3.000000e+00 |    Inf 
3.58/3.69	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
3.58/3.69	c   3.7s| 20000 |  2144 | 46494 |   2.3 |3325k|  33 |   - |  94 |3138 |  94 |  14 |  23 |3284 | 683 | 0.000000e+00 | 3.000000e+00 |    Inf 
5.49/5.54	c   5.5s| 30000 |  2022 | 66144 |   2.2 |3920k|  33 |   - |  94 |4497 |  94 |  14 |  23 |4848 | 768 | 0.000000e+00 | 3.000000e+00 |    Inf 
7.49/7.59	c   7.6s| 40000 |  1999 | 86150 |   2.2 |4306k|  33 |   - |  94 |4817 |  94 |  14 |  23 |6297 | 841 | 0.000000e+00 | 3.000000e+00 |    Inf 
8.79/8.81	o 2
8.79/8.81	c * 8.8s| 45857 |  1707 | 98656 |   2.1 |4091k|  33 |   - |  94 |4609 |  94 |  14 |  23 |7096 | 926 | 0.000000e+00 | 2.000000e+00 |    Inf 
9.49/9.59	c   9.6s| 50000 |  1681 |107347 |   2.1 |3932k|  33 |   4 |  94 |3914 |  94 |  14 |  23 |7617 |1053 | 0.000000e+00 | 2.000000e+00 |    Inf 
11.28/11.37	c  11.4s| 60000 |  1669 |126979 |   2.1 |3858k|  33 |   - |  94 |3716 |  94 |  14 |  23 |9026 |1147 | 0.000000e+00 | 2.000000e+00 |    Inf 
13.09/13.10	c  13.1s| 70000 |  1600 |146545 |   2.1 |3862k|  33 |   4 |  94 |3776 |  94 |  14 |  23 |  10k|1205 | 0.000000e+00 | 2.000000e+00 |    Inf 
14.68/14.73	c  14.7s| 80000 |  1594 |167187 |   2.1 |3297k|  33 |   4 |  94 |2233 |  94 |  14 |  23 |  11k|1239 | 0.000000e+00 | 2.000000e+00 |    Inf 
16.18/16.26	c  16.3s| 90000 |  1313 |187878 |   2.1 |2955k|  33 |   4 |  94 |1692 |  94 |  14 |  23 |  13k|1333 | 0.000000e+00 | 2.000000e+00 |    Inf 
17.68/17.75	c  17.7s|100000 |  1321 |208249 |   2.1 |3181k|  33 |   4 |  94 |2256 |  94 |  14 |  23 |  14k|1340 | 0.000000e+00 | 2.000000e+00 |    Inf 
19.18/19.28	c  19.3s|110000 |  1306 |228969 |   2.1 |3370k|  33 |   - |  94 |2757 |  94 |  14 |  23 |  15k|1347 | 0.000000e+00 | 2.000000e+00 |    Inf 
20.89/20.91	c  20.9s|120000 |  1570 |249855 |   2.1 |3699k|  33 |   - |  94 |3140 |  94 |  14 |  23 |  16k|1388 | 0.000000e+00 | 2.000000e+00 |    Inf 
22.48/22.59	c  22.6s|130000 |  1279 |268963 |   2.1 |3453k|  33 |   - |  94 |3006 |  94 |  14 |  23 |  18k|1436 | 0.000000e+00 | 2.000000e+00 |    Inf 
24.09/24.19	c  24.2s|140000 |  1342 |289056 |   2.1 |3589k|  33 |   - |  94 |3201 |   0 |   0 |  23 |  19k|1444 | 0.000000e+00 | 2.000000e+00 |    Inf 
25.79/25.81	c  25.8s|150000 |  1229 |309274 |   2.1 |3585k|  33 |   - |  94 |3359 |   0 |   0 |  23 |  20k|1456 | 0.000000e+00 | 2.000000e+00 |    Inf 
27.38/27.44	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
27.38/27.44	c  27.4s|160000 |  1011 |330066 |   2.1 |2922k|  33 |   - |  94 |1894 |  94 |  14 |  23 |  22k|1548 | 0.000000e+00 | 2.000000e+00 |    Inf 
28.88/28.92	c  28.9s|170000 |   969 |350076 |   2.1 |2832k|  33 |   4 |  94 |1702 |  94 |  14 |  23 |  23k|1577 | 0.000000e+00 | 2.000000e+00 |    Inf 
30.28/30.33	c  30.3s|180000 |  1372 |370647 |   2.1 |3065k|  33 |   - |  94 |1703 |  94 |  14 |  23 |  24k|1584 | 0.000000e+00 | 2.000000e+00 |    Inf 
31.68/31.76	c  31.8s|190000 |  1677 |389947 |   2.1 |3447k|  33 |   - |  94 |1971 |  94 |  14 |  23 |  25k|1595 | 0.000000e+00 | 2.000000e+00 |    Inf 
33.18/33.23	c  33.2s|200000 |  1025 |408721 |   2.0 |3079k|  33 |   - |  94 |1945 |   0 |   0 |  23 |  26k|1603 | 0.000000e+00 | 2.000000e+00 |    Inf 
34.58/34.61	c  34.6s|210000 |  1537 |428223 |   2.0 |3262k|  33 |   4 |  94 |1925 |  94 |  14 |  23 |  27k|1606 | 0.000000e+00 | 2.000000e+00 |    Inf 
35.98/36.03	c  36.0s|220000 |   967 |446754 |   2.0 |3048k|  33 |   4 |  94 |1995 |  94 |  14 |  23 |  29k|1628 | 0.000000e+00 | 2.000000e+00 |    Inf 
37.39/37.43	c  37.4s|230000 |   760 |466944 |   2.0 |2796k|  33 |   4 |  94 |1857 |  94 |  14 |  23 |  30k|1690 | 0.000000e+00 | 2.000000e+00 |    Inf 
38.78/38.83	c  38.8s|240000 |   860 |486854 |   2.0 |2947k|  33 |   4 |  94 |2052 |  94 |  14 |  23 |  31k|1744 | 0.000000e+00 | 2.000000e+00 |    Inf 
40.08/40.16	c  40.2s|250000 |   830 |506181 |   2.0 |3093k|  33 |   4 |  94 |2473 |  94 |  14 |  23 |  32k|1757 | 0.000000e+00 | 2.000000e+00 |    Inf 
41.48/41.50	c  41.5s|260000 |   813 |525272 |   2.0 |3081k|  33 |   4 |  94 |2500 |  94 |  14 |  23 |  33k|1767 | 0.000000e+00 | 2.000000e+00 |    Inf 
42.78/42.85	c  42.8s|270000 |   752 |544686 |   2.0 |3064k|  33 |   - |  94 |2534 |   0 |   0 |  23 |  35k|1774 | 0.000000e+00 | 2.000000e+00 |    Inf 
44.18/44.21	c  44.2s|280000 |   701 |565390 |   2.0 |3051k|  33 |   4 |  94 |2604 |  94 |  14 |  23 |  36k|1890 | 0.000000e+00 | 2.000000e+00 |    Inf 
45.47/45.57	c  45.6s|290000 |  1124 |583772 |   2.0 |3343k|  33 |   - |  94 |2761 |  94 |  14 |  23 |  37k|1905 | 0.000000e+00 | 2.000000e+00 |    Inf 
46.87/46.97	c  47.0s|300000 |  1069 |602414 |   2.0 |3192k|  33 |   - |  94 |2409 |  94 |  14 |  23 |  38k|1917 | 0.000000e+00 | 2.000000e+00 |    Inf 
48.27/48.32	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
48.27/48.32	c  48.3s|310000 |   689 |620929 |   2.0 |3021k|  33 |   4 |  94 |2552 |  94 |  14 |  23 |  40k|1935 | 0.000000e+00 | 2.000000e+00 |    Inf 
49.58/49.66	c  49.7s|320000 |   652 |640475 |   2.0 |3123k|  33 |   4 |  94 |2834 |  94 |  14 |  23 |  41k|1965 | 0.000000e+00 | 2.000000e+00 |    Inf 
50.97/51.05	c  51.0s|330000 |   756 |659882 |   2.0 |3177k|  33 |   - |  94 |2800 |   0 |   0 |  23 |  42k|2021 | 0.000000e+00 | 2.000000e+00 |    Inf 
52.38/52.43	c  52.4s|340000 |  1116 |678490 |   2.0 |3471k|  33 |   - |  94 |3061 |  94 |  14 |  23 |  43k|2041 | 0.000000e+00 | 2.000000e+00 |    Inf 
53.78/53.83	c  53.8s|350000 |  1338 |696879 |   2.0 |3754k|  33 |   4 |  94 |3169 |  94 |  14 |  23 |  44k|2054 | 0.000000e+00 | 2.000000e+00 |    Inf 
55.17/55.29	c  55.3s|360000 |   831 |715141 |   2.0 |3359k|  33 |   4 |  94 |2863 |  94 |  14 |  23 |  45k|2066 | 0.000000e+00 | 2.000000e+00 |    Inf 
56.57/56.67	c  56.7s|370000 |   560 |734471 |   2.0 |2926k|  33 |   4 |  94 |2425 |  94 |  14 |  23 |  46k|2156 | 0.000000e+00 | 2.000000e+00 |    Inf 
57.97/58.00	c  58.0s|380000 |   974 |754250 |   2.0 |3047k|  33 |   4 |  94 |2173 |  94 |  14 |  23 |  48k|2223 | 0.000000e+00 | 2.000000e+00 |    Inf 
59.28/59.33	c  59.3s|390000 |  1011 |773028 |   2.0 |3142k|  33 |   - |  94 |1986 |   0 |   0 |  23 |  49k|2242 | 0.000000e+00 | 2.000000e+00 |    Inf 
60.57/60.65	c  60.6s|400000 |   859 |791954 |   2.0 |2977k|  33 |   4 |  94 |2115 |  94 |  14 |  23 |  50k|2250 | 0.000000e+00 | 2.000000e+00 |    Inf 
61.87/61.98	c  62.0s|410000 |   657 |810774 |   2.0 |2944k|  33 |   4 |  94 |2303 |  94 |  14 |  23 |  51k|2280 | 0.000000e+00 | 2.000000e+00 |    Inf 
63.27/63.33	c  63.3s|420000 |   708 |830281 |   2.0 |3000k|  33 |   4 |  94 |2125 |  94 |  14 |  23 |  52k|2300 | 0.000000e+00 | 2.000000e+00 |    Inf 
64.57/64.64	c  64.6s|430000 |   497 |850383 |   2.0 |2811k|  33 |   - |  94 |2138 |  94 |  14 |  23 |  53k|2376 | 0.000000e+00 | 2.000000e+00 |    Inf 
65.88/65.94	c  65.9s|440000 |   598 |868973 |   2.0 |2960k|  33 |   4 |  94 |2244 |  94 |  14 |  23 |  55k|2391 | 0.000000e+00 | 2.000000e+00 |    Inf 
67.17/67.24	c  67.2s|450000 |   835 |888350 |   2.0 |3086k|  33 |   4 |  94 |2324 |  94 |  14 |  23 |  56k|2407 | 0.000000e+00 | 2.000000e+00 |    Inf 
68.57/68.61	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
68.57/68.61	c  68.6s|460000 |   439 |908227 |   2.0 |2641k|  33 |   - |  94 |1750 |  94 |  14 |  23 |  57k|2423 | 0.000000e+00 | 2.000000e+00 |    Inf 
69.77/69.87	c  69.9s|470000 |   441 |928678 |   2.0 |2721k|  33 |   4 |  94 |1868 |  94 |  14 |  23 |  58k|2438 | 0.000000e+00 | 2.000000e+00 |    Inf 
71.07/71.14	c  71.1s|480000 |   380 |948366 |   2.0 |2744k|  33 |   - |  94 |2101 |  94 |  14 |  23 |  59k|2486 | 0.000000e+00 | 2.000000e+00 |    Inf 
72.37/72.44	c  72.4s|490000 |   771 |967463 |   2.0 |3154k|  33 |   - |  94 |2547 |   0 |   0 |  23 |  60k|2501 | 0.000000e+00 | 2.000000e+00 |    Inf 
73.76/73.81	c  73.8s|500000 |   683 |986183 |   2.0 |3280k|  33 |   4 |  94 |2900 |  94 |  14 |  23 |  61k|2514 | 0.000000e+00 | 2.000000e+00 |    Inf 
75.17/75.21	c  75.2s|510000 |   837 |  1005k|   2.0 |3270k|  33 |   - |  94 |2759 |  94 |  14 |  23 |  62k|2531 | 0.000000e+00 | 2.000000e+00 |    Inf 
76.57/76.60	c  76.6s|520000 |   432 |  1023k|   2.0 |2967k|  33 |   4 |  94 |2661 |  94 |  14 |  23 |  63k|2542 | 0.000000e+00 | 2.000000e+00 |    Inf 
77.86/77.90	c  77.9s|530000 |   549 |  1043k|   2.0 |2755k|  33 |   - |  94 |1837 |  94 |  14 |  23 |  64k|2575 | 0.000000e+00 | 2.000000e+00 |    Inf 
79.08/79.17	c  79.2s|540000 |   829 |  1062k|   2.0 |2984k|  33 |   - |  94 |2025 |   0 |   0 |  23 |  66k|2589 | 0.000000e+00 | 2.000000e+00 |    Inf 
80.37/80.48	c  80.5s|550000 |   912 |  1080k|   2.0 |3193k|  33 |   - |  94 |2048 |  94 |  14 |  23 |  67k|2594 | 0.000000e+00 | 2.000000e+00 |    Inf 
81.77/81.80	c  81.8s|560000 |   666 |  1099k|   2.0 |3125k|  33 |   4 |  94 |2158 |  94 |  14 |  23 |  68k|2612 | 0.000000e+00 | 2.000000e+00 |    Inf 
83.06/83.10	c  83.1s|570000 |   905 |  1119k|   2.0 |3282k|  33 |   - |  94 |2254 |  94 |  14 |  23 |  69k|2631 | 0.000000e+00 | 2.000000e+00 |    Inf 
84.36/84.43	c  84.4s|580000 |   856 |  1138k|   2.0 |3301k|  33 |   4 |  94 |2326 |  94 |  14 |  23 |  70k|2643 | 0.000000e+00 | 2.000000e+00 |    Inf 
85.77/85.82	c  85.8s|590000 |   238 |  1157k|   2.0 |2574k|  33 |   - |  94 |1860 |  94 |  14 |  23 |  72k|2659 | 0.000000e+00 | 2.000000e+00 |    Inf 
86.96/87.07	c  87.1s|600000 |   769 |  1178k|   2.0 |2749k|  33 |   4 |  94 |1638 |  94 |  14 |  23 |  73k|2747 | 0.000000e+00 | 2.000000e+00 |    Inf 
88.27/88.31	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
88.27/88.31	c  88.3s|610000 |  1550 |  1198k|   2.0 |3340k|  33 |   4 |  94 |1788 |  94 |  14 |  23 |  73k|2762 | 0.000000e+00 | 2.000000e+00 |    Inf 
89.46/89.55	c  89.5s|620000 |  2423 |  1216k|   2.0 |4095k|  33 |   4 |  94 |2314 |  94 |  14 |  23 |  75k|2768 | 0.000000e+00 | 2.000000e+00 |    Inf 
90.87/90.93	c  90.9s|630000 |  2111 |  1234k|   2.0 |3993k|  33 |   - |  94 |2062 |  94 |  14 |  23 |  76k|2777 | 0.000000e+00 | 2.000000e+00 |    Inf 
92.27/92.32	c  92.3s|640000 |  1511 |  1253k|   2.0 |3727k|  33 |   - |  94 |2040 |  94 |  14 |  23 |  77k|2789 | 0.000000e+00 | 2.000000e+00 |    Inf 
93.66/93.73	c  93.7s|650000 |   855 |  1272k|   2.0 |3308k|  33 |   - |  94 |2276 |  94 |  14 |  23 |  78k|2803 | 0.000000e+00 | 2.000000e+00 |    Inf 
94.97/95.06	c  95.1s|660000 |   660 |  1291k|   2.0 |2940k|  33 |   4 |  94 |2260 |  94 |  14 |  23 |  80k|2812 | 0.000000e+00 | 2.000000e+00 |    Inf 
96.37/96.40	c  96.4s|670000 |   208 |  1309k|   2.0 |2826k|  33 |   4 |  94 |2448 |  94 |  14 |  23 |  81k|2814 | 0.000000e+00 | 2.000000e+00 |    Inf 
97.57/97.68	c  97.7s|680000 |  1432 |  1329k|   2.0 |3445k|  33 |   4 |  94 |2423 |  94 |  14 |  23 |  82k|2817 | 0.000000e+00 | 2.000000e+00 |    Inf 
98.97/99.01	c  99.0s|690000 |  1935 |  1348k|   2.0 |3918k|  33 |   4 |  94 |2585 |  94 |  14 |  23 |  83k|2842 | 0.000000e+00 | 2.000000e+00 |    Inf 
100.26/100.39	c   100s|700000 |  1420 |  1367k|   2.0 |3756k|  33 |   4 |  94 |2505 |  94 |  14 |  23 |  84k|2857 | 0.000000e+00 | 2.000000e+00 |    Inf 
101.76/101.81	c   102s|710000 |   524 |  1387k|   2.0 |3246k|  33 |   - |  94 |2711 |  94 |  14 |  23 |  85k|2873 | 0.000000e+00 | 2.000000e+00 |    Inf 
103.16/103.21	c   103s|720000 |   576 |  1407k|   2.0 |2733k|  33 |   4 |  94 |1852 |  94 |  14 |  23 |  86k|2922 | 0.000000e+00 | 2.000000e+00 |    Inf 
104.47/104.54	c   105s|730000 |   853 |  1427k|   2.0 |3035k|  33 |   4 |  94 |1843 |  94 |  14 |  23 |  87k|2936 | 0.000000e+00 | 2.000000e+00 |    Inf 
105.86/105.94	c   106s|740000 |   249 |  1447k|   2.0 |2520k|  33 |   4 |  94 |1719 |  94 |  14 |  23 |  88k|3007 | 0.000000e+00 | 2.000000e+00 |    Inf 
107.17/107.23	c   107s|750000 |   272 |  1467k|   2.0 |2809k|  33 |   4 |  94 |2371 |  94 |  14 |  23 |  90k|3056 | 0.000000e+00 | 2.000000e+00 |    Inf 
108.47/108.56	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
108.47/108.56	c   109s|760000 |   251 |  1486k|   2.0 |2909k|  33 |   - |  94 |2650 |  94 |  14 |  23 |  91k|3085 | 0.000000e+00 | 2.000000e+00 |    Inf 
109.86/109.94	c   110s|770000 |   431 |  1505k|   2.0 |3083k|  33 |   - |  94 |2876 |  94 |  14 |  23 |  92k|3109 | 0.000000e+00 | 2.000000e+00 |    Inf 
111.26/111.32	c   111s|780000 |   229 |  1524k|   2.0 |3053k|  33 |   4 |  94 |3142 |  94 |  14 |  23 |  93k|3129 | 0.000000e+00 | 2.000000e+00 |    Inf 
112.66/112.73	c   113s|790000 |   332 |  1543k|   2.0 |3092k|  33 |   - |  94 |3111 |   0 |   0 |  23 |  95k|3150 | 0.000000e+00 | 2.000000e+00 |    Inf 
114.06/114.13	c   114s|800000 |   237 |  1563k|   2.0 |2902k|  33 |   - |  94 |2707 |  94 |  14 |  23 |  96k|3155 | 0.000000e+00 | 2.000000e+00 |    Inf 
115.37/115.49	c   115s|810000 |   292 |  1583k|   2.0 |2966k|  33 |   - |  94 |2564 |  94 |  14 |  23 |  97k|3175 | 0.000000e+00 | 2.000000e+00 |    Inf 
116.76/116.84	c   117s|820000 |   165 |  1602k|   2.0 |2703k|  33 |   - |  94 |2307 |   0 |   0 |  23 |  98k|3179 | 0.000000e+00 | 2.000000e+00 |    Inf 
118.06/118.19	c   118s|830000 |   267 |  1624k|   2.0 |2792k|  33 |   - |  94 |2350 |  94 |  14 |  23 |  99k|3202 | 0.000000e+00 | 2.000000e+00 |    Inf 
119.47/119.58	c   120s|840000 |   287 |  1643k|   2.0 |2916k|  33 |   4 |  94 |2571 |  94 |  14 |  23 | 100k|3223 | 0.000000e+00 | 2.000000e+00 |    Inf 
120.87/120.96	c   121s|850000 |   458 |  1663k|   2.0 |3102k|  33 |   - |  94 |2900 |  94 |  14 |  23 | 101k|3233 | 0.000000e+00 | 2.000000e+00 |    Inf 
122.26/122.33	c   122s|860000 |   194 |  1682k|   2.0 |3030k|  33 |   - |  94 |3000 |  94 |  14 |  23 | 102k|3246 | 0.000000e+00 | 2.000000e+00 |    Inf 
123.66/123.73	c   124s|870000 |    80 |  1702k|   2.0 |2935k|  33 |   4 |  94 |3096 |  94 |  14 |  23 | 104k|3255 | 0.000000e+00 | 2.000000e+00 |    Inf 
125.06/125.14	c   125s|880000 |   292 |  1721k|   2.0 |3198k|  33 |   4 |  94 |3343 |  94 |  14 |  23 | 105k|3255 | 0.000000e+00 | 2.000000e+00 |    Inf 
126.47/126.56	c   127s|890000 |   619 |  1741k|   2.0 |3386k|  33 |   - |  94 |3376 |  94 |  14 |  23 | 106k|3263 | 0.000000e+00 | 2.000000e+00 |    Inf 
127.96/128.05	c   128s|900000 |   425 |  1760k|   2.0 |3311k|  33 |   4 |  94 |3274 |  94 |  14 |  23 | 107k|3276 | 0.000000e+00 | 2.000000e+00 |    Inf 
129.46/129.50	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
129.46/129.50	c   129s|910000 |   103 |  1780k|   2.0 |2918k|  33 |   4 |  94 |2983 |  94 |  14 |  23 | 108k|3285 | 0.000000e+00 | 2.000000e+00 |    Inf 
130.76/130.87	c   131s|920000 |  1400 |  1801k|   2.0 |3555k|  33 |   4 |  94 |2795 |  94 |  14 |  23 | 109k|3298 | 0.000000e+00 | 2.000000e+00 |    Inf 
132.16/132.27	c   132s|930000 |  2091 |  1821k|   2.0 |4181k|  33 |   4 |  94 |3082 |  94 |  14 |  23 | 110k|3312 | 0.000000e+00 | 2.000000e+00 |    Inf 
133.66/133.72	c   134s|940000 |  2601 |  1840k|   2.0 |4486k|  33 |   - |  94 |2766 |  94 |  14 |  23 | 111k|3327 | 0.000000e+00 | 2.000000e+00 |    Inf 
135.06/135.18	c   135s|950000 |  2433 |  1859k|   2.0 |4505k|  33 |   - |  94 |2621 |  94 |  14 |  23 | 112k|3338 | 0.000000e+00 | 2.000000e+00 |    Inf 
136.56/136.61	c   137s|960000 |  2415 |  1880k|   2.0 |4680k|  33 |   4 |  94 |2801 |  94 |  14 |  23 | 113k|3347 | 0.000000e+00 | 2.000000e+00 |    Inf 
137.96/138.04	c   138s|970000 |  2451 |  1900k|   2.0 |4803k|  33 |   4 |  94 |2759 |  94 |  14 |  23 | 115k|3350 | 0.000000e+00 | 2.000000e+00 |    Inf 
139.57/139.61	c   140s|980000 |  1481 |  1919k|   2.0 |4160k|  33 |   - |  94 |2534 |  94 |  14 |  23 | 116k|3358 | 0.000000e+00 | 2.000000e+00 |    Inf 
141.06/141.13	c   141s|990000 |   801 |  1939k|   2.0 |3501k|  33 |   4 |  94 |2545 |  94 |  14 |  23 | 117k|3360 | 0.000000e+00 | 2.000000e+00 |    Inf 
142.36/142.47	c   142s|  1000k|  1476 |  1959k|   2.0 |4112k|  33 |   4 |  94 |2872 |  94 |  14 |  23 | 118k|3369 | 0.000000e+00 | 2.000000e+00 |    Inf 
143.76/143.88	c   144s|  1010k|   979 |  1979k|   2.0 |3968k|  33 |   - |  94 |3011 |  94 |  14 |  23 | 119k|3374 | 0.000000e+00 | 2.000000e+00 |    Inf 
145.25/145.33	c   145s|  1020k|   683 |  1998k|   2.0 |3599k|  33 |   4 |  94 |2996 |  94 |  14 |  23 | 120k|3386 | 0.000000e+00 | 2.000000e+00 |    Inf 
146.66/146.73	c   147s|  1030k|   355 |  2019k|   2.0 |3247k|  33 |   4 |  94 |2985 |  94 |  14 |  23 | 121k|3395 | 0.000000e+00 | 2.000000e+00 |    Inf 
148.06/148.13	c   148s|  1040k|   501 |  2039k|   2.0 |3127k|  33 |   4 |  94 |2964 |  94 |  14 |  23 | 122k|3477 | 0.000000e+00 | 2.000000e+00 |    Inf 
149.35/149.50	c   149s|  1050k|  1347 |  2058k|   2.0 |3769k|  33 |   - |  94 |3190 |   0 |   0 |  23 | 123k|3483 | 0.000000e+00 | 2.000000e+00 |    Inf 
150.86/150.99	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
150.86/150.99	c   151s|  1060k|   587 |  2077k|   2.0 |3469k|  33 |   - |  94 |3231 |  94 |  14 |  23 | 124k|3495 | 0.000000e+00 | 2.000000e+00 |    Inf 
152.35/152.41	c   152s|  1070k|   562 |  2097k|   2.0 |3223k|  33 |   4 |  94 |3129 |  94 |  14 |  23 | 125k|3511 | 0.000000e+00 | 2.000000e+00 |    Inf 
153.76/153.84	c   154s|  1080k|    30 |  2115k|   2.0 |2875k|  33 |   4 |  94 |3029 |  94 |  14 |  23 | 126k|3574 | 0.000000e+00 | 2.000000e+00 |    Inf 
154.96/155.01	c 
154.96/155.01	c SCIP Status        : problem is solved [optimal solution found]
154.96/155.01	c Solving Time (sec) : 155.01
154.96/155.01	c Solving Nodes      : 1087800
154.96/155.01	c Primal Bound       : +2.00000000000000e+00 (40 solutions)
154.96/155.01	c Dual Bound         : +2.00000000000000e+00
154.96/155.01	c Gap                : 0.00 %
154.96/155.01	s OPTIMUM FOUND
154.96/155.01	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 
154.96/155.01	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 
154.96/155.01	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 
154.96/155.01	v -x15 -x14 -x13 -x12 -x11 -x10 -x9 -x8 -x7 -x6 -x5 -x4 -x3 -x2 x1 
154.96/155.01	c SCIP Status        : problem is solved [optimal solution found]
154.96/155.01	c Total Time         :     155.01
154.96/155.01	c   solving          :     155.01
154.96/155.01	c   presolving       :       0.00 (included in solving)
154.96/155.01	c   reading          :       0.00 (included in solving)
154.96/155.01	c Original Problem   :
154.96/155.01	c   Problem name     : HOME/instance-3734714-1338713193.opb
154.96/155.01	c   Variables        : 94 (94 binary, 0 integer, 0 implicit integer, 0 continuous)
154.96/155.01	c   Constraints      : 8 initial, 8 maximal
154.96/155.01	c Presolved Problem  :
154.96/155.01	c   Problem name     : t_HOME/instance-3734714-1338713193.opb
154.96/155.02	c   Variables        : 94 (94 binary, 0 integer, 0 implicit integer, 0 continuous)
154.96/155.02	c   Constraints      : 4 initial, 5151 maximal
154.96/155.02	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons    AddCons   ChgSides   ChgCoefs
154.96/155.02	c   trivial          :       0.00          0          0          0          0          0          0          0          0          0
154.96/155.02	c   dualfix          :       0.00          0          0          0          0          0          0          0          0          0
154.96/155.02	c   boundshift       :       0.00          0          0          0          0          0          0          0          0          0
154.96/155.02	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0          0
154.96/155.02	c   pseudoobj        :       0.00          0          0          0          0          0          0          0          0          0
154.96/155.02	c   implics          :       0.00          0          0          0          0          0          0          0          0          0
154.96/155.02	c   probing          :       0.00          0          0          0          0          0          0          0          0          0
154.96/155.02	c   linear           :       0.00          0          0          0          0          0          4          0          0          0
154.96/155.02	c   logicor          :       0.00          0          0          0          0          0          0          0          0          0
154.96/155.02	c   root node        :          -         57          -          -         57          -          -          -          -          -
154.96/155.02	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS     #Check   #Resprop    Cutoffs    DomReds       Cuts      Conss   Children
154.96/155.02	c   integral         :          0          0          0     555805          0         28          0        474       1832          0          0    1106982
154.96/155.02	c   linear           :          4+         7    1398052          2          0         25    1012035     192213    1191081          0          0          0
154.96/155.02	c   logicor          :          0+         0     791980          0          0          0      50478       1078      56326          0          0          0
154.96/155.02	c   countsols        :          0          0          0         18          0         24          0          0          0          0          0          0
154.96/155.02	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS      Check    Resprop
154.96/155.02	c   integral         :       4.00       0.00       0.00       4.00       0.00       0.00       0.00
154.96/155.02	c   linear           :      15.43       0.00      13.00       0.00       0.00       0.00       2.43
154.96/155.02	c   logicor          :      12.42       0.00      12.33       0.00       0.00       0.00       0.09
154.96/155.02	c   countsols        :       0.00       0.00       0.00       0.00       0.00       0.00       0.00
154.96/155.02	c Propagators        : #Propagate   #Resprop    Cutoffs    DomReds
154.96/155.02	c   vbounds          :          0          0          0          0
154.96/155.02	c   rootredcost      :         36          0          0         56
154.96/155.02	c   pseudoobj        :    1398170        433        287      60154
154.96/155.02	c Propagator Timings :  TotalTime  Propagate    Resprop
154.96/155.02	c   vbounds          :       0.95       0.95       0.00
154.96/155.02	c   rootredcost      :       0.97       0.97       0.00
154.96/155.02	c   pseudoobj        :       3.09       3.09       0.00
154.96/155.02	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
154.96/155.02	c   propagation      :       4.47     193578     114400     156307       22.8          4       21.8          -
154.96/155.02	c   infeasible LP    :       0.02       1257       1257       1394       14.6          1       24.0          0
154.96/155.02	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
154.96/155.02	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
154.96/155.02	c   pseudo solution  :       0.00          1          1          1        2.0          0        0.0          -
154.96/155.02	c   applied globally :          -          -          -     128407       22.6          -          -          -
154.96/155.02	c   applied locally  :          -          -          -         22       36.5          -          -          -
154.96/155.02	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
154.96/155.02	c   cut pool         :       0.00          5          -          -         20          -    (maximal pool size: 71)
154.96/155.02	c   redcost          :       2.03     583623          0     315041          0          0
154.96/155.02	c   impliedbounds    :       0.00          6          0          0          0          0
154.96/155.02	c   intobj           :       0.00          0          0          0          0          0
154.96/155.02	c   gomory           :       0.00          6          0          0          0          0
154.96/155.02	c   cgmip            :       0.00          0          0          0          0          0
154.96/155.02	c   closecuts        :       0.00          0          0          0          0          0
154.96/155.02	c   strongcg         :       0.00          6          0          0         12          0
154.96/155.02	c   cmir             :       0.01          6          0          0         32          0
154.96/155.02	c   flowcover        :       0.01          6          0          0         48          0
154.96/155.02	c   clique           :       0.00          1          0          0          0          0
154.96/155.02	c   zerohalf         :       0.00          0          0          0          0          0
154.96/155.02	c   mcf              :       0.00          1          0          0          0          0
154.96/155.02	c   oddcycle         :       0.00          0          0          0          0          0
154.96/155.02	c   rapidlearning    :       0.02          1          0          0          0         10
154.96/155.02	c Pricers            :       Time      Calls       Vars
154.96/155.02	c   problem variables:       0.00          0          0
154.96/155.02	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
154.96/155.02	c   relpscost        :       3.05     555787        474       1832          0          0    1106982
154.96/155.02	c   pscost           :       0.00          0          0          0          0          0          0
154.96/155.02	c   inference        :       0.00          0          0          0          0          0          0
154.96/155.02	c   mostinf          :       0.00          0          0          0          0          0          0
154.96/155.02	c   leastinf         :       0.00          0          0          0          0          0          0
154.96/155.02	c   fullstrong       :       0.00          0          0          0          0          0          0
154.96/155.02	c   allfullstrong    :       0.00          0          0          0          0          0          0
154.96/155.02	c   random           :       0.00          0          0          0          0          0          0
154.96/155.02	c Primal Heuristics  :       Time      Calls      Found
154.96/155.02	c   LP solutions     :       0.00          -         18
154.96/155.02	c   pseudo solutions :       0.00          -          0
154.96/155.02	c   feaspump         :       0.22          1          0
154.96/155.02	c   oneopt           :       0.80         35          0
154.96/155.02	c   guideddiving     :       0.35        506          3
154.96/155.02	c   veclendiving     :       0.36        507          2
154.96/155.02	c   linesearchdiving :       0.35        507          1
154.96/155.02	c   coefdiving       :       0.36        507          5
154.96/155.02	c   pscostdiving     :       0.36        507          3
154.96/155.02	c   fracdiving       :       0.36        507          1
154.96/155.02	c   objpscostdiving  :       0.26        291          1
154.96/155.02	c   rootsoldiving    :       0.37        291          1
154.96/155.02	c   trivial          :       0.00          2          0
154.96/155.02	c   shiftandpropagate:       0.00          1          1
154.96/155.02	c   simplerounding   :       0.56          0          0
154.96/155.02	c   zirounding       :       1.97          0          0
154.96/155.02	c   rounding         :       0.56      10793          0
154.96/155.02	c   shifting         :       3.12      14113          2
154.96/155.02	c   intshifting      :       0.08          0          0
154.96/155.02	c   twoopt           :       0.00          0          0
154.96/155.02	c   fixandinfer      :       0.00          0          0
154.96/155.02	c   clique           :       0.00          0          0
154.96/155.02	c   intdiving        :       0.00          0          0
154.96/155.02	c   actconsdiving    :       0.00          0          0
154.96/155.02	c   octane           :       0.00          0          0
154.96/155.02	c   rens             :       0.02          1          0
154.96/155.02	c   rins             :       0.00          0          0
154.96/155.02	c   localbranching   :       0.00          0          0
154.96/155.02	c   mutation         :       0.00          0          0
154.96/155.02	c   crossover        :       0.01          1          1
154.96/155.02	c   dins             :       0.00          0          0
154.96/155.02	c   vbounds          :       0.00          0          0
154.96/155.02	c   undercover       :       0.00          0          0
154.96/155.02	c   subnlp           :       0.73          0          0
154.96/155.02	c   trysol           :       1.11          0          0
154.96/155.02	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
154.96/155.02	c   primal LP        :       0.00          0          0       0.00          -
154.96/155.02	c   dual LP          :      38.31     945816    2107974       2.23   55025.19
154.96/155.02	c   lex dual LP      :       0.00          0          0       0.00          -
154.96/155.02	c   barrier LP       :       0.00          0          0       0.00          -
154.96/155.02	c   diving/probing LP:       0.50      10481      23797       2.27   47945.34
154.96/155.02	c   strong branching :       0.28       3639      14256       3.92   50365.30
154.96/155.02	c     (at root node) :          -          9        327      36.33          -
154.96/155.02	c   conflict analysis:       0.00          0          0       0.00          -
154.96/155.02	c B&B Tree           :
154.96/155.02	c   number of runs   :          1
154.96/155.02	c   nodes            :    1087800
154.96/155.02	c   nodes (total)    :    1087800
154.96/155.02	c   nodes left       :          0
154.96/155.02	c   max depth        :         33
154.96/155.02	c   max depth (total):         33
154.96/155.02	c   backtracks       :     306947 (28.2%)
154.96/155.02	c   delayed cutoffs  :      18729
154.96/155.02	c   repropagations   :      70246 (138267 domain reductions, 18276 cutoffs)
154.96/155.02	c   avg switch length:       4.88
154.96/155.02	c   switching time   :      24.84
154.96/155.02	c Solution           :
154.96/155.02	c   Solutions found  :         40 (37 improvements)
154.96/155.02	c   First Solution   : +1.12400000000000e+03   (in run 1, after 1 nodes, 0.01 seconds, depth 42, found by <shiftandpropagate>)
154.96/155.02	c   Primal Bound     : +2.00000000000000e+00   (in run 1, after 45857 nodes, 8.80 seconds, depth 24, found by <relaxation>)
154.96/155.02	c   Dual Bound       : +2.00000000000000e+00
154.96/155.02	c   Gap              :       0.00 %
154.96/155.02	c   Root Dual Bound  : +0.00000000000000e+00
154.96/155.02	c   Root Iterations  :         66
154.96/155.02	c Time complete: 154.98.

Verifier Data

OK	2

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.1 (svn: 989)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3734714-1338713193/watcher-3734714-1338713193 -o /tmp/evaluation-result-3734714-1338713193/solver-3734714-1338713193 -C 1800 -W 1900 -M 15500 HOME/scip-2.0.1.4b_2.linux.x86_64.gnu.opt.spx -f HOME/instance-3734714-1338713193.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.02 2.01 2.00 3/176 12115
/proc/meminfo: memFree=28563588/32873844 swapFree=7644/7644
[pid=12115] ppid=12113 vsize=7628 CPUtime=0 cores=1,3,5,7
/proc/12115/stat : 12115 (scip-2.0.1.4b_2) R 12113 12115 10351 0 -1 4202496 769 0 0 0 0 0 0 0 20 0 1 0 337443757 7811072 724 33554432000 4194304 9016284 140734754430144 140734769097192 7870589 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/12115/statm: 1907 732 189 1178 0 725 0

[startup+0.043592 s]
/proc/loadavg: 2.02 2.01 2.00 3/176 12115
/proc/meminfo: memFree=28563588/32873844 swapFree=7644/7644
[pid=12115] ppid=12113 vsize=26516 CPUtime=0.03 cores=1,3,5,7
/proc/12115/stat : 12115 (scip-2.0.1.4b_2) R 12113 12115 10351 0 -1 4202496 6226 0 0 0 3 0 0 0 20 0 1 0 337443757 27152384 5217 33554432000 4194304 9016284 140734754430144 140734769097192 7260852 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/12115/statm: 6629 5217 668 1178 0 5447 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 26516

[startup+0.100333 s]
/proc/loadavg: 2.02 2.01 2.00 3/176 12115
/proc/meminfo: memFree=28563588/32873844 swapFree=7644/7644
[pid=12115] ppid=12113 vsize=26556 CPUtime=0.09 cores=1,3,5,7
/proc/12115/stat : 12115 (scip-2.0.1.4b_2) R 12113 12115 10351 0 -1 4202496 7101 0 0 0 8 1 0 0 20 0 1 0 337443757 27193344 5606 33554432000 4194304 9016284 140734754430144 140734769097192 7925162 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/12115/statm: 6639 5606 683 1178 0 5457 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 26556

[startup+0.300229 s]
/proc/loadavg: 2.02 2.01 2.00 3/176 12115
/proc/meminfo: memFree=28563588/32873844 swapFree=7644/7644
[pid=12115] ppid=12113 vsize=26556 CPUtime=0.28 cores=1,3,5,7
/proc/12115/stat : 12115 (scip-2.0.1.4b_2) R 12113 12115 10351 0 -1 4202496 7103 0 0 0 27 1 0 0 20 0 1 0 337443757 27193344 5608 33554432000 4194304 9016284 140734754430144 140734754424472 7925162 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/12115/statm: 6639 5608 685 1178 0 5457 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 26556

[startup+0.700229 s]
/proc/loadavg: 2.02 2.01 2.00 3/176 12115
/proc/meminfo: memFree=28563588/32873844 swapFree=7644/7644
[pid=12115] ppid=12113 vsize=26556 CPUtime=0.68 cores=1,3,5,7
/proc/12115/stat : 12115 (scip-2.0.1.4b_2) R 12113 12115 10351 0 -1 4202496 7849 0 0 0 65 3 0 0 20 0 1 0 337443757 27193344 5612 33554432000 4194304 9016284 140734754430144 140734754424472 7925162 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/12115/statm: 6639 5612 685 1178 0 5457 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 26556

[startup+1.50023 s]
/proc/loadavg: 2.02 2.01 2.00 3/177 12116
/proc/meminfo: memFree=28543392/32873844 swapFree=7644/7644
[pid=12115] ppid=12113 vsize=26556 CPUtime=1.48 cores=1,3,5,7
/proc/12115/stat : 12115 (scip-2.0.1.4b_2) R 12113 12115 10351 0 -1 4202496 7850 0 0 0 144 4 0 0 20 0 1 0 337443757 27193344 5613 33554432000 4194304 9016284 140734754430144 140734754424472 6469440 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/12115/statm: 6639 5613 685 1178 0 5457 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 26556

[startup+3.10024 s]
/proc/loadavg: 2.02 2.01 2.00 3/177 12116
/proc/meminfo: memFree=28542648/32873844 swapFree=7644/7644
[pid=12115] ppid=12113 vsize=26556 CPUtime=3.09 cores=1,3,5,7
/proc/12115/stat : 12115 (scip-2.0.1.4b_2) R 12113 12115 10351 0 -1 4202496 7853 0 0 0 301 8 0 0 20 0 1 0 337443757 27193344 5616 33554432000 4194304 9016284 140734754430144 140734754424472 18446744073699066235 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/12115/statm: 6639 5616 685 1178 0 5457 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 26556

[startup+6.30023 s]
/proc/loadavg: 2.02 2.01 2.00 3/177 12116
/proc/meminfo: memFree=28541268/32873844 swapFree=7644/7644
[pid=12115] ppid=12113 vsize=26556 CPUtime=6.28 cores=1,3,5,7
/proc/12115/stat : 12115 (scip-2.0.1.4b_2) R 12113 12115 10351 0 -1 4202496 7853 0 0 0 616 12 0 0 20 0 1 0 337443757 27193344 5616 33554432000 4194304 9016284 140734754430144 140734754424472 4330770 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/12115/statm: 6639 5616 685 1178 0 5457 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 26556

[startup+12.7002 s]
/proc/loadavg: 2.02 2.01 2.00 3/177 12116
/proc/meminfo: memFree=28539656/32873844 swapFree=7644/7644
[pid=12115] ppid=12113 vsize=26556 CPUtime=12.68 cores=1,3,5,7
/proc/12115/stat : 12115 (scip-2.0.1.4b_2) R 12113 12115 10351 0 -1 4202496 7853 0 0 0 1246 22 0 0 20 0 1 0 337443757 27193344 5616 33554432000 4194304 9016284 140734754430144 140734754424472 7925162 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/12115/statm: 6639 5616 685 1178 0 5457 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 26556

[startup+25.5002 s]
/proc/loadavg: 2.01 2.01 2.00 3/177 12116
/proc/meminfo: memFree=28536192/32873844 swapFree=7644/7644
[pid=12115] ppid=12113 vsize=26556 CPUtime=25.48 cores=1,3,5,7
/proc/12115/stat : 12115 (scip-2.0.1.4b_2) R 12113 12115 10351 0 -1 4202496 7853 0 0 0 2496 52 0 0 20 0 1 0 337443757 27193344 5616 33554432000 4194304 9016284 140734754430144 140734754424472 6523046 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/12115/statm: 6639 5616 685 1178 0 5457 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 26556

[startup+51.1002 s]
/proc/loadavg: 2.01 2.01 2.00 3/177 12154
/proc/meminfo: memFree=28924740/32873844 swapFree=7644/7644
[pid=12115] ppid=12113 vsize=26556 CPUtime=51.08 cores=1,3,5,7
/proc/12115/stat : 12115 (scip-2.0.1.4b_2) R 12113 12115 10351 0 -1 4202496 7859 0 0 0 4989 119 0 0 20 0 1 0 337443757 27193344 5861 33554432000 4194304 9016284 140734754430144 140734754424248 4562404 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/12115/statm: 6639 5861 685 1178 0 5457 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 26556

[startup+102.307 s]
/proc/loadavg: 2.04 2.02 2.00 3/177 12154
/proc/meminfo: memFree=28909468/32873844 swapFree=7644/7644
[pid=12115] ppid=12113 vsize=26556 CPUtime=102.27 cores=1,3,5,7
/proc/12115/stat : 12115 (scip-2.0.1.4b_2) R 12113 12115 10351 0 -1 4202496 7859 0 0 0 9970 257 0 0 20 0 1 0 337443757 27193344 5861 33554432000 4194304 9016284 140734754430144 140734754424008 7925162 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/12115/statm: 6639 5861 685 1178 0 5457 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 26556

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

[startup+127.9 s]
/proc/loadavg: 2.02 2.02 2.00 3/177 12154
/proc/meminfo: memFree=28909032/32873844 swapFree=7644/7644
[pid=12115] ppid=12113 vsize=26556 CPUtime=127.86 cores=1,3,5,7
/proc/12115/stat : 12115 (scip-2.0.1.4b_2) R 12113 12115 10351 0 -1 4202496 7859 0 0 0 12476 310 0 0 20 0 1 0 337443757 27193344 5861 33554432000 4194304 9016284 140734754430144 140734754424472 7925162 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/12115/statm: 6639 5861 685 1178 0 5457 0
Current children cumulated CPU time (s) 127.86
Current children cumulated vsize (KiB) 26556

[startup+140.7 s]
/proc/loadavg: 2.02 2.02 2.00 3/177 12154
/proc/meminfo: memFree=28908100/32873844 swapFree=7644/7644
[pid=12115] ppid=12113 vsize=26556 CPUtime=140.67 cores=1,3,5,7
/proc/12115/stat : 12115 (scip-2.0.1.4b_2) R 12113 12115 10351 0 -1 4202496 7860 0 0 0 13729 338 0 0 20 0 1 0 337443757 27193344 5862 33554432000 4194304 9016284 140734754430144 140734754424472 7925162 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/12115/statm: 6639 5862 685 1178 0 5457 0
Current children cumulated CPU time (s) 140.67
Current children cumulated vsize (KiB) 26556

[startup+147.1 s]
/proc/loadavg: 2.02 2.01 2.00 3/177 12154
/proc/meminfo: memFree=28908224/32873844 swapFree=7644/7644
[pid=12115] ppid=12113 vsize=26556 CPUtime=147.06 cores=1,3,5,7
/proc/12115/stat : 12115 (scip-2.0.1.4b_2) R 12113 12115 10351 0 -1 4202496 7860 0 0 0 14358 348 0 0 20 0 1 0 337443757 27193344 5862 33554432000 4194304 9016284 140734754430144 140734754424472 7925162 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/12115/statm: 6639 5862 685 1178 0 5457 0
Current children cumulated CPU time (s) 147.06
Current children cumulated vsize (KiB) 26556

[startup+150.3 s]
/proc/loadavg: 2.02 2.01 2.00 3/177 12154
/proc/meminfo: memFree=28908224/32873844 swapFree=7644/7644
[pid=12115] ppid=12113 vsize=26556 CPUtime=150.25 cores=1,3,5,7
/proc/12115/stat : 12115 (scip-2.0.1.4b_2) R 12113 12115 10351 0 -1 4202496 7860 0 0 0 14670 355 0 0 20 0 1 0 337443757 27193344 5862 33554432000 4194304 9016284 140734754430144 140734754424472 5325519 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/12115/statm: 6639 5862 685 1178 0 5457 0
Current children cumulated CPU time (s) 150.25
Current children cumulated vsize (KiB) 26556

[startup+153.5 s]
/proc/loadavg: 2.01 2.01 2.00 3/177 12154
/proc/meminfo: memFree=28907976/32873844 swapFree=7644/7644
[pid=12115] ppid=12113 vsize=26556 CPUtime=153.46 cores=1,3,5,7
/proc/12115/stat : 12115 (scip-2.0.1.4b_2) R 12113 12115 10351 0 -1 4202496 7860 0 0 0 14981 365 0 0 20 0 1 0 337443757 27193344 5862 33554432000 4194304 9016284 140734754430144 140734754424472 7925162 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/12115/statm: 6639 5862 685 1178 0 5457 0
Current children cumulated CPU time (s) 153.46
Current children cumulated vsize (KiB) 26556

[startup+154.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/177 12154
/proc/meminfo: memFree=28907976/32873844 swapFree=7644/7644
[pid=12115] ppid=12113 vsize=26556 CPUtime=154.26 cores=1,3,5,7
/proc/12115/stat : 12115 (scip-2.0.1.4b_2) R 12113 12115 10351 0 -1 4202496 7860 0 0 0 15058 368 0 0 20 0 1 0 337443757 27193344 5862 33554432000 4194304 9016284 140734754430144 140734754424472 18446744073699066235 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/12115/statm: 6639 5862 685 1178 0 5457 0
Current children cumulated CPU time (s) 154.26
Current children cumulated vsize (KiB) 26556

[startup+154.7 s]
/proc/loadavg: 2.01 2.01 2.00 3/177 12154
/proc/meminfo: memFree=28907976/32873844 swapFree=7644/7644
[pid=12115] ppid=12113 vsize=26556 CPUtime=154.65 cores=1,3,5,7
/proc/12115/stat : 12115 (scip-2.0.1.4b_2) R 12113 12115 10351 0 -1 4202496 7860 0 0 0 15097 368 0 0 20 0 1 0 337443757 27193344 5862 33554432000 4194304 9016284 140734754430144 140734754424472 7925162 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/12115/statm: 6639 5862 685 1178 0 5457 0
Current children cumulated CPU time (s) 154.65
Current children cumulated vsize (KiB) 26556

[startup+154.9 s]
/proc/loadavg: 2.01 2.01 2.00 3/177 12154
/proc/meminfo: memFree=28907976/32873844 swapFree=7644/7644
[pid=12115] ppid=12113 vsize=26556 CPUtime=154.86 cores=1,3,5,7
/proc/12115/stat : 12115 (scip-2.0.1.4b_2) R 12113 12115 10351 0 -1 4202496 7860 0 0 0 15117 369 0 0 20 0 1 0 337443757 27193344 5862 33554432000 4194304 9016284 140734754430144 140734754424472 18446744073699066235 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/12115/statm: 6639 5862 685 1178 0 5457 0
Current children cumulated CPU time (s) 154.86
Current children cumulated vsize (KiB) 26556

[startup+155 s]
/proc/loadavg: 2.01 2.01 2.00 3/177 12154
/proc/meminfo: memFree=28907976/32873844 swapFree=7644/7644
[pid=12115] ppid=12113 vsize=26556 CPUtime=154.96 cores=1,3,5,7
/proc/12115/stat : 12115 (scip-2.0.1.4b_2) R 12113 12115 10351 0 -1 4202496 7860 0 0 0 15127 369 0 0 20 0 1 0 337443757 27193344 5862 33554432000 4194304 9016284 140734754430144 140734754424472 7925162 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/12115/statm: 6639 5862 685 1178 0 5457 0
Current children cumulated CPU time (s) 154.96
Current children cumulated vsize (KiB) 26556

Child status: 0
Real time (s): 155.028
CPU time (s): 154.993
CPU user time (s): 151.298
CPU system time (s): 3.69544
CPU usage (%): 99.9778
Max. virtual memory (cumulated for all children) (KiB): 26556

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 151.298
system time used= 3.69544
maximum resident set size= 25404
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 7867
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= 9
involuntary context switches= 161

runsolver used 0.333949 second user time and 1.21981 second system time

The end

Launcher Data

Begin job on node147 at 2012-06-03 10:46:34
IDJOB=3734714
IDBENCH=2896
IDSOLVER=2329
FILE ID=node147/3734714-1338713193
RUNJOBID= node147-1338702405-10368
PBS_JOBID= 14636713
Free space on /tmp= 70768 MiB

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

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

MD5SUM BENCH= d26b3b10be20d9248aac462b86b1f040
RANDOM SEED=337619186

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        28564108 kB
Buffers:          446020 kB
Cached:          2586392 kB
SwapCached:         3380 kB
Active:          1904868 kB
Inactive:        1543932 kB
Active(anon):     412308 kB
Inactive(anon):     6088 kB
Active(file):    1492560 kB
Inactive(file):  1537844 kB
Unevictable:        7644 kB
Mlocked:            7644 kB
SwapTotal:      67108856 kB
SwapFree:       67100236 kB
Dirty:             16704 kB
Writeback:             0 kB
AnonPages:        445628 kB
Mapped:            12288 kB
Shmem:                 0 kB
Slab:             721836 kB
SReclaimable:     163032 kB
SUnreclaim:       558804 kB
KernelStack:        1480 kB
PageTables:         4988 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     537052 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:    391168 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7872 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 70752 MiB
End job on node147 at 2012-06-03 10:49:09