Trace number 3734901

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)OPT1 369.56 369.63

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB06/
manquiho/market-split/normalized-opt-market-split_4_30_2.opb
MD5SUM031b0f629913e7cd5c934f00ec1a1885
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark1
Best CPU time to get the best result obtained on this benchmark11.1943
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 1
Optimality of the best value was proved YES
Number of variables94
Total number of constraints8
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints8
Minimum length of a constraint44
Maximum length of a constraint46
Number of terms in the objective function 64
Biggest coefficient in the objective function 128
Number of bits for the biggest coefficient in the objective function 8
Sum of the numbers in the objective function 2040
Number of bits of the sum of numbers in the objective function 11
Biggest number in a constraint 808
Number of bits of the biggest number in a constraint 10
Biggest sum of numbers in a constraint 2934
Number of bits of the biggest sum of numbers12
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Quality of the solution as a function of time


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

Solver Data

0.00/0.00	c SCIP version 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-3734901-1338715152.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.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 1105
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.105000e+03 |    Inf 
0.00/0.01	c   0.0s|     1 |     0 |    21 |     - | 367k|   0 |   4 |  94 |   4 |  94 |   4 |   0 |   0 |   0 | 0.000000e+00 | 1.105000e+03 |    Inf 
0.00/0.03	c   0.0s|     1 |     0 |    26 |     - | 427k|   0 |   8 |  94 |  21 |  94 |   8 |   4 |   0 |   0 | 0.000000e+00 | 1.105000e+03 |    Inf 
0.00/0.03	c   0.0s|     1 |     0 |    32 |     - | 468k|   0 |  10 |  94 |  21 |  94 |  13 |   9 |   0 |   0 | 0.000000e+00 | 1.105000e+03 |    Inf 
0.00/0.04	c   0.0s|     1 |     0 |    38 |     - | 515k|   0 |  11 |  94 |  21 |  94 |  18 |  14 |   0 |   0 | 0.000000e+00 | 1.105000e+03 |    Inf 
0.00/0.04	c   0.0s|     1 |     0 |    46 |     - | 537k|   0 |  14 |  94 |  21 |  94 |  21 |  17 |   0 |   0 | 0.000000e+00 | 1.105000e+03 |    Inf 
0.00/0.05	c   0.0s|     1 |     0 |    62 |     - | 552k|   0 |  15 |  94 |  21 |  94 |  25 |  21 |   0 |   0 | 0.000000e+00 | 1.105000e+03 |    Inf 
0.00/0.05	c   0.1s|     1 |     0 |    70 |     - | 556k|   0 |  16 |  94 |  21 |  94 |  28 |  24 |   0 |   0 | 0.000000e+00 | 1.105000e+03 |    Inf 
0.00/0.08	c   0.1s|     1 |     2 |   180 |     - | 557k|   0 |  16 |  94 |  21 |  94 |  28 |  24 |   0 |   9 | 0.000000e+00 | 1.105000e+03 |    Inf 
0.00/0.10	o 266
0.00/0.10	c c 0.1s|    23 |    22 |   298 |  10.4 | 579k|  22 |   - |  94 |  21 |  94 |  16 |  24 |   0 |  98 | 0.000000e+00 | 2.660000e+02 |    Inf 
0.09/0.13	o 75
0.09/0.13	c f 0.1s|    64 |    42 |   501 |   6.8 | 588k|  25 |   - |  94 |  21 |  94 |  16 |  24 |   0 | 214 | 0.000000e+00 | 7.500000e+01 |    Inf 
0.09/0.16	o 66
0.09/0.16	c g 0.2s|   172 |   130 |   860 |   4.6 | 647k|  25 |   - |  94 |  27 |  94 |  16 |  24 |  12 | 322 | 0.000000e+00 | 6.600000e+01 |    Inf 
0.09/0.17	o 65
0.09/0.17	c * 0.2s|   197 |   147 |   954 |   4.5 | 661k|  25 |   - |  94 |  30 |  94 |  16 |  24 |  17 | 341 | 0.000000e+00 | 6.500000e+01 |    Inf 
0.09/0.17	o 63
0.09/0.17	c * 0.2s|   200 |   147 |   957 |   4.5 | 663k|  26 |   - |  94 |  30 |  94 |  16 |  24 |  17 | 349 | 0.000000e+00 | 6.300000e+01 |    Inf 
0.09/0.17	o 61
0.09/0.17	c * 0.2s|   201 |   146 |   957 |   4.4 | 664k|  26 |   - |  94 |  30 |  94 |  16 |  24 |  17 | 349 | 0.000000e+00 | 6.100000e+01 |    Inf 
0.09/0.19	o 59
0.09/0.19	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.19	c v 0.2s|   294 |   206 |  1225 |   3.9 | 700k|  26 |   - |  94 |  20 |  94 |  16 |  24 |  27 | 384 | 0.000000e+00 | 5.900000e+01 |    Inf 
0.09/0.19	o 58
0.09/0.19	c * 0.2s|   295 |   205 |  1233 |   4.0 | 701k|  26 |   - |  94 |  20 |  94 |  16 |  24 |  27 | 384 | 0.000000e+00 | 5.800000e+01 |    Inf 
0.19/0.20	o 57
0.19/0.20	c l 0.2s|   337 |   229 |  1337 |   3.8 | 722k|  26 |   - |  94 |  27 |  94 |  16 |  24 |  35 | 391 | 0.000000e+00 | 5.700000e+01 |    Inf 
0.19/0.20	o 55
0.19/0.20	c g 0.2s|   337 |   229 |  1337 |   3.8 | 726k|  26 |   - |  94 |  28 |  94 |  16 |  24 |  36 | 391 | 0.000000e+00 | 5.500000e+01 |    Inf 
0.19/0.21	o 54
0.19/0.21	c * 0.2s|   348 |   238 |  1372 |   3.8 | 733k|  26 |   - |  94 |  28 |  94 |  16 |  24 |  36 | 403 | 0.000000e+00 | 5.400000e+01 |    Inf 
0.19/0.21	o 52
0.19/0.21	c * 0.2s|   349 |   235 |  1372 |   3.7 | 732k|  26 |   - |  94 |  28 |  94 |  16 |  24 |  36 | 403 | 0.000000e+00 | 5.200000e+01 |    Inf 
0.19/0.22	o 24
0.19/0.22	c s 0.2s|   381 |   208 |  1465 |   3.7 | 717k|  26 |   4 |  94 |  30 |  94 |  16 |  24 |  38 | 410 | 0.000000e+00 | 2.400000e+01 |    Inf 
0.19/0.23	o 22
0.19/0.23	c * 0.2s|   462 |   239 |  1674 |   3.5 | 742k|  26 |   - |  94 |  38 |  94 |  16 |  24 |  47 | 438 | 0.000000e+00 | 2.200000e+01 |    Inf 
0.19/0.23	o 21
0.19/0.23	c * 0.2s|   466 |   240 |  1692 |   3.5 | 744k|  26 |   - |  94 |  38 |  94 |  16 |  24 |  47 | 444 | 0.000000e+00 | 2.100000e+01 |    Inf 
0.19/0.23	o 19
0.19/0.23	c * 0.2s|   467 |   235 |  1692 |   3.5 | 743k|  26 |   - |  94 |  38 |  94 |  16 |  24 |  47 | 444 | 0.000000e+00 | 1.900000e+01 |    Inf 
0.19/0.24	o 17
0.19/0.24	c * 0.2s|   486 |   236 |  1740 |   3.4 | 745k|  26 |   - |  94 |  40 |  94 |  16 |  24 |  49 | 445 | 0.000000e+00 | 1.700000e+01 |    Inf 
0.28/0.32	o 16
0.28/0.32	c p 0.3s|   804 |   395 |  2761 |   3.4 | 846k|  26 |   - |  94 |  93 |  94 |  16 |  24 | 104 | 449 | 0.000000e+00 | 1.600000e+01 |    Inf 
0.38/0.42	o 15
0.38/0.42	c s 0.4s|  1329 |   690 |  4268 |   3.2 |1030k|  26 |   4 |  94 | 208 |  94 |  16 |  24 | 223 | 473 | 0.000000e+00 | 1.500000e+01 |    Inf 
0.38/0.43	o 11
0.38/0.43	c p 0.4s|  1329 |   675 |  4273 |   3.2 |1030k|  26 |   - |  94 | 211 |  94 |  16 |  24 | 227 | 475 | 0.000000e+00 | 1.100000e+01 |    Inf 
0.59/0.68	o 9
0.59/0.68	c * 0.7s|  2441 |  1153 |  8480 |   3.4 |1378k|  26 |   - |  94 | 483 |  94 |  16 |  24 | 499 | 478 | 0.000000e+00 | 9.000000e+00 |    Inf 
0.88/0.93	o 8
0.88/0.93	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
0.88/0.93	c * 0.9s|  3795 |  1449 | 12201 |   3.2 |1665k|  26 |   - |  94 | 768 |  94 |  16 |  24 | 784 | 489 | 0.000000e+00 | 8.000000e+00 |    Inf 
0.99/1.06	o 6
0.99/1.06	c * 1.1s|  4477 |  1481 | 13743 |   3.1 |1772k|  26 |   - |  94 | 905 |  94 |  16 |  24 | 934 | 493 | 0.000000e+00 | 6.000000e+00 |    Inf 
0.99/1.06	o 4
0.99/1.06	c * 1.1s|  4478 |  1449 | 13743 |   3.1 |1754k|  26 |   - |  94 | 905 |  94 |  16 |  24 | 934 | 493 | 0.000000e+00 | 4.000000e+00 |    Inf 
1.99/2.07	c   2.1s| 10000 |  1778 | 26437 |   2.6 |2496k|  26 |   - |  94 |1903 |  94 |  16 |  24 |1974 | 522 | 0.000000e+00 | 4.000000e+00 |    Inf 
4.09/4.12	c   4.1s| 20000 |  1902 | 48952 |   2.4 |3517k|  27 |   4 |  94 |3519 |  94 |  16 |  24 |3979 | 658 | 0.000000e+00 | 4.000000e+00 |    Inf 
4.49/4.59	o 3
4.49/4.59	c * 4.6s| 22099 |  1819 | 53464 |   2.4 |3605k|  27 |   - |  94 |3708 |  94 |  16 |  24 |4418 | 679 | 0.000000e+00 | 3.000000e+00 |    Inf 
6.18/6.29	c   6.3s| 30000 |  1635 | 70002 |   2.3 |3567k|  27 |   - |  94 |3497 |   0 |   0 |  24 |5935 | 787 | 0.000000e+00 | 3.000000e+00 |    Inf 
8.29/8.36	c   8.4s| 40000 |  1581 | 91105 |   2.3 |3750k|  27 |   - |  94 |3894 |   0 |   0 |  24 |8185 | 816 | 0.000000e+00 | 3.000000e+00 |    Inf 
10.29/10.35	c  10.4s| 50000 |  1755 |112038 |   2.2 |3109k|  27 |   - |  94 |1727 |  94 |  16 |  24 |  10k| 880 | 0.000000e+00 | 3.000000e+00 |    Inf 
11.99/12.06	c  12.1s| 60000 |  2137 |133095 |   2.2 |3394k|  27 |   - |  94 |1585 |  94 |  16 |  24 |  12k| 902 | 0.000000e+00 | 3.000000e+00 |    Inf 
13.68/13.72	c  13.7s| 70000 |  2001 |153298 |   2.2 |3361k|  27 |   4 |  94 |1484 |  94 |  16 |  24 |  14k| 939 | 0.000000e+00 | 3.000000e+00 |    Inf 
15.28/15.36	c  15.4s| 80000 |  2006 |175059 |   2.2 |3567k|  27 |   - |  94 |1837 |   0 |   0 |  24 |  15k| 997 | 0.000000e+00 | 3.000000e+00 |    Inf 
16.89/16.96	c  17.0s| 90000 |  1888 |196134 |   2.2 |3303k|  27 |   4 |  94 |1550 |  94 |  16 |  24 |  17k|1047 | 0.000000e+00 | 3.000000e+00 |    Inf 
18.48/18.54	c  18.5s|100000 |  2048 |217259 |   2.2 |3447k|  27 |   - |  94 |1334 |  94 |  16 |  24 |  19k|1092 | 0.000000e+00 | 3.000000e+00 |    Inf 
19.99/20.09	c  20.1s|110000 |  1767 |237997 |   2.2 |3187k|  27 |   4 |  94 |1164 |  94 |  16 |  24 |  20k|1162 | 0.000000e+00 | 3.000000e+00 |    Inf 
20.79/20.83	o 1
20.79/20.83	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
20.79/20.83	c *20.8s|114860 |  1795 |248575 |   2.2 |3235k|  27 |   - |  94 |1235 |  94 |  16 |  24 |  21k|1217 | 0.000000e+00 | 1.000000e+00 |    Inf 
21.89/21.92	c  21.9s|120000 |  1742 |258067 |   2.1 |3711k|  27 |   4 |  94 |2829 |  94 |  16 |  24 |  25k|1217 | 0.000000e+00 | 1.000000e+00 |    Inf 
24.29/24.38	c  24.4s|130000 |  1355 |275628 |   2.1 |3895k|  27 |   - |  94 |4560 |   0 |   0 |  24 |  32k|1349 | 0.000000e+00 | 1.000000e+00 |    Inf 
26.88/26.93	c  26.9s|140000 |  1461 |292347 |   2.1 |4248k|  27 |   4 |  94 |5183 |  94 |  16 |  24 |  39k|1371 | 0.000000e+00 | 1.000000e+00 |    Inf 
29.69/29.74	c  29.7s|150000 |  1000 |309039 |   2.1 |3949k|  27 |   4 |  94 |4956 |  94 |  16 |  24 |  46k|1393 | 0.000000e+00 | 1.000000e+00 |    Inf 
32.48/32.52	c  32.5s|160000 |  1326 |326771 |   2.0 |5027k|  27 |   4 |  94 |6635 |  94 |  16 |  24 |  53k|1393 | 0.000000e+00 | 1.000000e+00 |    Inf 
35.38/35.46	c  35.5s|170000 |  1315 |344105 |   2.0 |5414k|  27 |   - |  94 |7458 |   0 |   0 |  24 |  61k|1393 | 0.000000e+00 | 1.000000e+00 |    Inf 
38.59/38.65	c  38.7s|180000 |  1158 |361395 |   2.0 |5640k|  27 |   - |  94 |8667 |  94 |  16 |  24 |  68k|1444 | 0.000000e+00 | 1.000000e+00 |    Inf 
41.98/42.00	c  42.0s|190000 |  1071 |378326 |   2.0 |5980k|  27 |   - |  94 |9522 |   0 |   0 |  24 |  76k|1458 | 0.000000e+00 | 1.000000e+00 |    Inf 
45.48/45.59	c  45.6s|200000 |  1116 |394883 |   2.0 |6714k|  27 |   - |  94 |  11k|  94 |  16 |  24 |  83k|1479 | 0.000000e+00 | 1.000000e+00 |    Inf 
49.49/49.57	c  49.6s|210000 |  1081 |410627 |   2.0 |7244k|  27 |   4 |  94 |  12k|  94 |  16 |  24 |  90k|1495 | 0.000000e+00 | 1.000000e+00 |    Inf 
53.58/53.61	c  53.6s|220000 |  1000 |427718 |   1.9 |6350k|  27 |   4 |  94 |9324 |  94 |  16 |  24 |  97k|1511 | 0.000000e+00 | 1.000000e+00 |    Inf 
56.88/56.91	c  56.9s|230000 |   700 |444478 |   1.9 |4821k|  27 |   - |  94 |4959 |  94 |  16 |  24 | 104k|1532 | 0.000000e+00 | 1.000000e+00 |    Inf 
59.58/59.67	c  59.7s|240000 |  1087 |462036 |   1.9 |5539k|  27 |   4 |  94 |6292 |  94 |  16 |  24 | 111k|1534 | 0.000000e+00 | 1.000000e+00 |    Inf 
62.68/62.76	c  62.8s|250000 |   811 |479380 |   1.9 |4997k|  27 |   - |  94 |5093 |  94 |  16 |  24 | 119k|1551 | 0.000000e+00 | 1.000000e+00 |    Inf 
65.68/65.70	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
65.68/65.70	c  65.7s|260000 |   570 |496084 |   1.9 |5253k|  27 |   - |  94 |6289 |   0 |   0 |  24 | 127k|1557 | 0.000000e+00 | 1.000000e+00 |    Inf 
68.58/68.62	c  68.6s|270000 |   853 |514183 |   1.9 |5863k|  27 |   - |  94 |7048 |   0 |   0 |  24 | 134k|1581 | 0.000000e+00 | 1.000000e+00 |    Inf 
71.68/71.70	c  71.7s|280000 |   666 |531839 |   1.9 |5750k|  27 |   - |  94 |7479 |  94 |  16 |  24 | 142k|1603 | 0.000000e+00 | 1.000000e+00 |    Inf 
74.98/75.00	c  75.0s|290000 |  1002 |549920 |   1.9 |7192k|  27 |   - |  94 |  10k|  94 |  16 |  24 | 149k|1603 | 0.000000e+00 | 1.000000e+00 |    Inf 
78.68/78.75	c  78.8s|300000 |   805 |567585 |   1.9 |7437k|  27 |   - |  94 |  11k|   0 |   0 |  24 | 156k|1603 | 0.000000e+00 | 1.000000e+00 |    Inf 
82.58/82.69	c  82.7s|310000 |   678 |585315 |   1.9 |7757k|  27 |   4 |  94 |  12k|  94 |  16 |  24 | 164k|1603 | 0.000000e+00 | 1.000000e+00 |    Inf 
86.27/86.32	c  86.3s|320000 |   499 |603164 |   1.9 |6306k|  27 |   4 |  94 |8976 |  94 |  16 |  24 | 171k|1663 | 0.000000e+00 | 1.000000e+00 |    Inf 
89.28/89.31	c  89.3s|330000 |  1780 |623609 |   1.9 |7390k|  27 |   4 |  94 |  10k|  94 |  16 |  24 | 178k|1681 | 0.000000e+00 | 1.000000e+00 |    Inf 
92.26/92.32	c  92.3s|340000 |  3121 |641759 |   1.9 |8650k|  27 |   - |  94 |  10k|  94 |  16 |  24 | 185k|1687 | 0.000000e+00 | 1.000000e+00 |    Inf 
95.36/95.41	c  95.4s|350000 |  3718 |658772 |   1.9 |9717k|  27 |   4 |  94 |  10k|  94 |  16 |  24 | 192k|1702 | 0.000000e+00 | 1.000000e+00 |    Inf 
98.37/98.48	c  98.5s|360000 |  4544 |676809 |   1.9 |  11M|  27 |   4 |  94 |  12k|  94 |  16 |  24 | 199k|1717 | 0.000000e+00 | 1.000000e+00 |    Inf 
101.77/101.80	c   102s|370000 |  5123 |694683 |   1.9 |  11M|  27 |   - |  94 |  12k|  94 |  16 |  24 | 206k|1718 | 0.000000e+00 | 1.000000e+00 |    Inf 
105.17/105.23	c   105s|380000 |  5193 |711996 |   1.9 |  12M|  27 |   4 |  94 |  11k|  94 |  16 |  24 | 213k|1724 | 0.000000e+00 | 1.000000e+00 |    Inf 
108.56/108.67	c   109s|390000 |  5411 |729464 |   1.9 |  12M|  27 |   - |  94 |  12k|  94 |  16 |  24 | 221k|1741 | 0.000000e+00 | 1.000000e+00 |    Inf 
112.17/112.29	c   112s|400000 |  5135 |746297 |   1.9 |  12M|  27 |   4 |  94 |  12k|  94 |  16 |  24 | 228k|1749 | 0.000000e+00 | 1.000000e+00 |    Inf 
115.86/115.99	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
115.86/115.99	c   116s|410000 |  4658 |763071 |   1.9 |  12M|  27 |   - |  94 |  12k|  94 |  16 |  24 | 236k|1772 | 0.000000e+00 | 1.000000e+00 |    Inf 
119.36/119.45	c   119s|420000 |  4329 |780411 |   1.9 |  12M|  27 |   4 |  94 |  11k|  94 |  16 |  24 | 244k|1790 | 0.000000e+00 | 1.000000e+00 |    Inf 
122.46/122.59	c   123s|430000 |  5245 |798840 |   1.9 |  13M|  27 |   - |  94 |  14k|   0 |   0 |  24 | 251k|1790 | 0.000000e+00 | 1.000000e+00 |    Inf 
126.16/126.28	c   126s|440000 |  4939 |815886 |   1.9 |  14M|  27 |   - |  94 |  14k|  94 |  16 |  24 | 258k|1800 | 0.000000e+00 | 1.000000e+00 |    Inf 
129.86/129.98	c   130s|450000 |  5042 |833575 |   1.9 |  14M|  27 |   - |  94 |  16k|  94 |  16 |  24 | 266k|1805 | 0.000000e+00 | 1.000000e+00 |    Inf 
134.06/134.16	c   134s|460000 |  5165 |851189 |   1.9 |  15M|  27 |   - |  94 |  17k|  94 |  16 |  24 | 273k|1823 | 0.000000e+00 | 1.000000e+00 |    Inf 
138.86/138.91	c   139s|470000 |  4782 |868429 |   1.8 |  15M|  27 |   4 |  94 |  17k|  94 |  16 |  24 | 281k|1834 | 0.000000e+00 | 1.000000e+00 |    Inf 
143.56/143.63	c   144s|480000 |  4686 |885224 |   1.8 |  15M|  27 |   4 |  94 |  16k|  94 |  16 |  24 | 288k|1842 | 0.000000e+00 | 1.000000e+00 |    Inf 
148.16/148.24	c   148s|490000 |  4659 |902793 |   1.8 |  14M|  27 |   4 |  94 |  13k|  94 |  16 |  24 | 296k|1860 | 0.000000e+00 | 1.000000e+00 |    Inf 
152.25/152.33	c   152s|500000 |  4291 |919854 |   1.8 |  14M|  27 |   - |  94 |  16k|  94 |  16 |  24 | 304k|1872 | 0.000000e+00 | 1.000000e+00 |    Inf 
156.86/156.96	c   157s|510000 |  3540 |936764 |   1.8 |  13M|  27 |   - |  94 |  12k|   0 |   0 |  24 | 312k|1897 | 0.000000e+00 | 1.000000e+00 |    Inf 
160.76/160.85	c   161s|520000 |  3209 |953925 |   1.8 |  13M|  27 |   4 |  94 |  13k|  94 |  16 |  24 | 320k|1906 | 0.000000e+00 | 1.000000e+00 |    Inf 
164.85/164.91	c   165s|530000 |  2666 |971104 |   1.8 |  12M|  27 |   4 |  94 |  12k|  94 |  16 |  24 | 328k|1916 | 0.000000e+00 | 1.000000e+00 |    Inf 
168.55/168.69	c   169s|540000 |  2418 |988296 |   1.8 |  12M|  27 |   - |  94 |  12k|  94 |  16 |  24 | 335k|1921 | 0.000000e+00 | 1.000000e+00 |    Inf 
172.45/172.58	c   173s|550000 |  1795 |  1005k|   1.8 |  11M|  27 |   4 |  94 |  12k|  94 |  16 |  24 | 343k|1937 | 0.000000e+00 | 1.000000e+00 |    Inf 
176.35/176.44	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
176.35/176.44	c   176s|560000 |  1193 |  1021k|   1.8 |  10M|  27 |   4 |  94 |  12k|  94 |  16 |  24 | 351k|1950 | 0.000000e+00 | 1.000000e+00 |    Inf 
179.95/180.07	c   180s|570000 |  1721 |  1039k|   1.8 |  11M|  27 |   4 |  94 |  15k|  94 |  16 |  24 | 358k|1954 | 0.000000e+00 | 1.000000e+00 |    Inf 
184.45/184.59	c   185s|580000 |  1407 |  1055k|   1.8 |  12M|  27 |   - |  94 |  17k|  94 |  16 |  24 | 366k|1954 | 0.000000e+00 | 1.000000e+00 |    Inf 
189.75/189.82	c   190s|590000 |   730 |  1071k|   1.8 |9118k|  27 |   4 |  94 |  13k|  94 |  16 |  24 | 374k|1954 | 0.000000e+00 | 1.000000e+00 |    Inf 
194.15/194.20	c   194s|600000 |   493 |  1088k|   1.8 |8229k|  27 |   4 |  94 |  13k|  94 |  16 |  24 | 382k|1954 | 0.000000e+00 | 1.000000e+00 |    Inf 
197.65/197.77	c   198s|610000 |   949 |  1106k|   1.8 |8936k|  27 |   - |  94 |  13k|   0 |   0 |  24 | 390k|1954 | 0.000000e+00 | 1.000000e+00 |    Inf 
201.55/201.64	c   202s|620000 |   919 |  1123k|   1.8 |9794k|  27 |   - |  94 |  15k|  94 |  16 |  24 | 397k|1954 | 0.000000e+00 | 1.000000e+00 |    Inf 
205.45/205.59	c   206s|630000 |   639 |  1141k|   1.8 |9597k|  27 |   4 |  94 |  15k|  94 |  16 |  24 | 405k|1954 | 0.000000e+00 | 1.000000e+00 |    Inf 
209.65/209.71	c   210s|640000 |   472 |  1159k|   1.8 |8089k|  27 |   4 |  94 |  12k|  94 |  16 |  24 | 413k|1954 | 0.000000e+00 | 1.000000e+00 |    Inf 
213.14/213.23	c   213s|650000 |   282 |  1177k|   1.8 |8541k|  27 |   - |  94 |  14k|  94 |  16 |  24 | 421k|1954 | 0.000000e+00 | 1.000000e+00 |    Inf 
216.65/216.75	c   217s|660000 |   415 |  1194k|   1.8 |8702k|  27 |   4 |  94 |  13k|  94 |  16 |  24 | 429k|1954 | 0.000000e+00 | 1.000000e+00 |    Inf 
220.44/220.50	c   220s|670000 |   640 |  1213k|   1.8 |9364k|  27 |   4 |  94 |  15k|  94 |  16 |  24 | 436k|1954 | 0.000000e+00 | 1.000000e+00 |    Inf 
224.64/224.78	c   225s|680000 |   218 |  1232k|   1.8 |8583k|  27 |   - |  94 |  14k|   0 |   0 |  24 | 444k|1954 | 0.000000e+00 | 1.000000e+00 |    Inf 
228.04/228.19	c   228s|690000 |   930 |  1251k|   1.8 |8398k|  27 |   - |  94 |  11k|  94 |  16 |  24 | 451k|1963 | 0.000000e+00 | 1.000000e+00 |    Inf 
231.54/231.66	c   232s|700000 |  1187 |  1269k|   1.8 |9149k|  27 |   4 |  94 |  12k|  94 |  16 |  24 | 459k|1965 | 0.000000e+00 | 1.000000e+00 |    Inf 
235.74/235.83	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
235.74/235.83	c   236s|710000 |   463 |  1288k|   1.8 |8292k|  27 |   4 |  94 |  11k|  94 |  16 |  24 | 467k|1999 | 0.000000e+00 | 1.000000e+00 |    Inf 
239.14/239.24	c   239s|720000 |   709 |  1306k|   1.8 |9555k|  27 |   4 |  94 |  14k|  94 |  16 |  24 | 475k|1999 | 0.000000e+00 | 1.000000e+00 |    Inf 
243.24/243.37	c   243s|730000 |   610 |  1324k|   1.8 |  10M|  27 |   5 |  94 |  15k|  94 |  16 |  24 | 483k|1999 | 0.000000e+00 | 1.000000e+00 |    Inf 
247.45/247.57	c   248s|740000 |  1084 |  1344k|   1.8 |  11M|  27 |   4 |  94 |  18k|  94 |  16 |  24 | 490k|1999 | 0.000000e+00 | 1.000000e+00 |    Inf 
252.24/252.36	c   252s|750000 |   828 |  1363k|   1.8 |  12M|  27 |   4 |  94 |  20k|  94 |  16 |  24 | 498k|1999 | 0.000000e+00 | 1.000000e+00 |    Inf 
257.34/257.44	c   257s|760000 |   735 |  1381k|   1.8 |  12M|  27 |   4 |  94 |  22k|  94 |  16 |  24 | 506k|1999 | 0.000000e+00 | 1.000000e+00 |    Inf 
262.84/263.00	c   263s|770000 |   977 |  1399k|   1.8 |  13M|  27 |   4 |  94 |  23k|  94 |  16 |  24 | 514k|2002 | 0.000000e+00 | 1.000000e+00 |    Inf 
268.73/268.88	c   269s|780000 |   903 |  1417k|   1.8 |  13M|  27 |   - |  94 |  20k|  94 |  16 |  24 | 521k|2007 | 0.000000e+00 | 1.000000e+00 |    Inf 
274.23/274.39	c   274s|790000 |   789 |  1436k|   1.8 |  13M|  27 |   4 |  94 |  21k|  94 |  16 |  24 | 530k|2007 | 0.000000e+00 | 1.000000e+00 |    Inf 
280.14/280.28	c   280s|800000 |   396 |  1453k|   1.8 |  11M|  27 |   4 |  94 |  18k|  94 |  16 |  24 | 538k|2007 | 0.000000e+00 | 1.000000e+00 |    Inf 
284.74/284.90	c   285s|810000 |   690 |  1472k|   1.8 |  10M|  27 |   4 |  94 |  15k|  94 |  16 |  24 | 545k|2076 | 0.000000e+00 | 1.000000e+00 |    Inf 
289.03/289.17	c   289s|820000 |   828 |  1490k|   1.8 |  11M|  27 |   - |  94 |  17k|  94 |  16 |  24 | 552k|2076 | 0.000000e+00 | 1.000000e+00 |    Inf 
294.03/294.12	c   294s|830000 |   179 |  1506k|   1.8 |9831k|  27 |   - |  94 |  15k|  94 |  16 |  24 | 560k|2076 | 0.000000e+00 | 1.000000e+00 |    Inf 
298.04/298.17	c   298s|840000 |   848 |  1525k|   1.8 |  11M|  27 |   4 |  94 |  18k|  94 |  16 |  24 | 567k|2076 | 0.000000e+00 | 1.000000e+00 |    Inf 
302.83/302.95	c   303s|850000 |   651 |  1542k|   1.8 |  12M|  27 |   - |  94 |  19k|   0 |   0 |  24 | 575k|2076 | 0.000000e+00 | 1.000000e+00 |    Inf 
308.04/308.14	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
308.04/308.14	c   308s|860000 |   569 |  1560k|   1.8 |  12M|  27 |   4 |  94 |  20k|  94 |  16 |  24 | 584k|2076 | 0.000000e+00 | 1.000000e+00 |    Inf 
313.54/313.68	c   314s|870000 |   730 |  1578k|   1.8 |  13M|  27 |   - |  94 |  22k|   0 |   0 |  24 | 591k|2076 | 0.000000e+00 | 1.000000e+00 |    Inf 
319.13/319.29	c   319s|880000 |   814 |  1596k|   1.8 |  13M|  27 |   4 |  94 |  23k|  94 |  16 |  24 | 599k|2081 | 0.000000e+00 | 1.000000e+00 |    Inf 
325.23/325.33	c   325s|890000 |   745 |  1616k|   1.8 |  14M|  27 |   - |  94 |  26k|  94 |  16 |  24 | 607k|2088 | 0.000000e+00 | 1.000000e+00 |    Inf 
331.22/331.33	c   331s|900000 |   565 |  1634k|   1.8 |  12M|  27 |   4 |  94 |  20k|  94 |  16 |  24 | 615k|2089 | 0.000000e+00 | 1.000000e+00 |    Inf 
337.23/337.35	c   337s|910000 |   204 |  1653k|   1.8 |  12M|  27 |   4 |  94 |  22k|  94 |  16 |  24 | 623k|2089 | 0.000000e+00 | 1.000000e+00 |    Inf 
343.32/343.44	c   343s|920000 |   286 |  1671k|   1.8 |  13M|  27 |   4 |  94 |  24k|  94 |  16 |  24 | 630k|2089 | 0.000000e+00 | 1.000000e+00 |    Inf 
349.32/349.46	c   349s|930000 |   675 |  1692k|   1.8 |  14M|  27 |   - |  94 |  25k|   0 |   0 |  24 | 638k|2089 | 0.000000e+00 | 1.000000e+00 |    Inf 
356.03/356.12	c   356s|940000 |   947 |  1710k|   1.8 |  15M|  27 |   - |  94 |  27k|   0 |   0 |  24 | 645k|2089 | 0.000000e+00 | 1.000000e+00 |    Inf 
364.22/364.36	c   364s|950000 |   564 |  1728k|   1.8 |  15M|  27 |   4 |  94 |  29k|  94 |  16 |  24 | 654k|2089 | 0.000000e+00 | 1.000000e+00 |    Inf 
369.42/369.60	c 
369.42/369.60	c SCIP Status        : problem is solved [optimal solution found]
369.42/369.60	c Solving Time (sec) : 369.60
369.42/369.60	c Solving Nodes      : 956030
369.42/369.60	c Primal Bound       : +1.00000000000000e+00 (30 solutions)
369.42/369.60	c Dual Bound         : +1.00000000000000e+00
369.42/369.60	c Gap                : 0.00 %
369.42/369.60	s OPTIMUM FOUND
369.42/369.60	v -x69 x94 -x93 x92 x91 x90 x89 x88 -x87 x86 -x85 -x84 x83 -x82 x81 -x80 -x79 -x78 -x77 -x76 -x75 x74 -x73 x72 -x71 x70 x68 x67 -x66 
369.42/369.60	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 
369.42/369.60	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 
369.42/369.60	v -x15 -x14 -x13 -x12 -x11 -x10 -x9 -x8 -x7 -x6 -x5 -x4 -x3 -x2 x1 
369.42/369.60	c SCIP Status        : problem is solved [optimal solution found]
369.42/369.60	c Total Time         :     369.60
369.42/369.60	c   solving          :     369.60
369.42/369.60	c   presolving       :       0.00 (included in solving)
369.42/369.60	c   reading          :       0.00 (included in solving)
369.42/369.60	c Original Problem   :
369.42/369.60	c   Problem name     : HOME/instance-3734901-1338715152.opb
369.42/369.60	c   Variables        : 94 (94 binary, 0 integer, 0 implicit integer, 0 continuous)
369.42/369.60	c   Constraints      : 8 initial, 8 maximal
369.42/369.60	c Presolved Problem  :
369.42/369.60	c   Problem name     : t_HOME/instance-3734901-1338715152.opb
369.42/369.60	c   Variables        : 94 (94 binary, 0 integer, 0 implicit integer, 0 continuous)
369.42/369.60	c   Constraints      : 4 initial, 29884 maximal
369.42/369.60	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons    AddCons   ChgSides   ChgCoefs
369.42/369.60	c   trivial          :       0.00          0          0          0          0          0          0          0          0          0
369.42/369.60	c   dualfix          :       0.00          0          0          0          0          0          0          0          0          0
369.42/369.60	c   boundshift       :       0.00          0          0          0          0          0          0          0          0          0
369.42/369.60	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0          0
369.42/369.60	c   pseudoobj        :       0.00          0          0          0          0          0          0          0          0          0
369.42/369.60	c   implics          :       0.00          0          0          0          0          0          0          0          0          0
369.42/369.60	c   probing          :       0.00          0          0          0          0          0          0          0          0          0
369.42/369.60	c   linear           :       0.00          0          0          0          0          0          4          0          0          0
369.42/369.60	c   logicor          :       0.00          0          0          0          0          0          0          0          0          0
369.42/369.60	c   root node        :          -         65          -          -         65          -          -          -          -          -
369.42/369.60	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS     #Check   #Resprop    Cutoffs    DomReds       Cuts      Conss   Children
369.42/369.60	c   integral         :          0          0          0     536264          0         20          0        199        859          0          0    1070392
369.42/369.60	c   linear           :          4+         7    2390153          0          0         17    1470929     262164    1462840          0          0          0
369.42/369.60	c   logicor          :          0+         0    1323081          0          0          0    1177159      10992     638170          0          0          0
369.42/369.60	c   countsols        :          0          0          0         16          0         16          0          0          0          0          0          0
369.42/369.60	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS      Check    Resprop
369.42/369.60	c   integral         :       3.97       0.00       0.00       3.97       0.00       0.00       0.00
369.42/369.60	c   linear           :      30.06       0.00      26.56       0.00       0.00       0.00       3.51
369.42/369.60	c   logicor          :     101.07       0.00      99.42       0.00       0.00       0.00       1.65
369.42/369.60	c   countsols        :       0.00       0.00       0.00       0.00       0.00       0.00       0.00
369.42/369.60	c Propagators        : #Propagate   #Resprop    Cutoffs    DomReds
369.42/369.60	c   vbounds          :          0          0          0          0
369.42/369.60	c   rootredcost      :         26          0          0         64
369.42/369.60	c   pseudoobj        :    2390473        394        489       8417
369.42/369.60	c Propagator Timings :  TotalTime  Propagate    Resprop
369.42/369.60	c   vbounds          :       1.63       1.63       0.00
369.42/369.60	c   rootredcost      :       1.62       1.62       0.00
369.42/369.60	c   pseudoobj        :       4.80       4.79       0.00
369.42/369.60	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
369.42/369.60	c   propagation      :       8.00     273645     206532     510711       20.7         60       18.9          -
369.42/369.60	c   infeasible LP    :       6.07     251449     251448     444274       13.8       2833       17.4          0
369.42/369.60	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
369.42/369.60	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
369.42/369.60	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
369.42/369.60	c   applied globally :          -          -          -     658790       16.0          -          -          -
369.42/369.60	c   applied locally  :          -          -          -         12       35.3          -          -          -
369.42/369.60	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
369.42/369.60	c   cut pool         :       0.00          5          -          -         26          -    (maximal pool size: 81)
369.42/369.60	c   redcost          :       1.48     542407          0      87834          0          0
369.42/369.60	c   impliedbounds    :       0.00          6          0          0          0          0
369.42/369.60	c   intobj           :       0.00          0          0          0          0          0
369.42/369.60	c   gomory           :       0.00          6          0          0          0          0
369.42/369.60	c   cgmip            :       0.00          0          0          0          0          0
369.42/369.60	c   closecuts        :       0.00          0          0          0          0          0
369.42/369.60	c   strongcg         :       0.00          6          0          0         24          0
369.42/369.60	c   cmir             :       0.01          6          0          0         30          0
369.42/369.60	c   flowcover        :       0.01          6          0          0         38          0
369.42/369.60	c   clique           :       0.00          1          0          0          0          0
369.42/369.60	c   zerohalf         :       0.00          0          0          0          0          0
369.42/369.60	c   mcf              :       0.00          1          0          0          0          0
369.42/369.60	c   oddcycle         :       0.00          0          0          0          0          0
369.42/369.60	c   rapidlearning    :       0.02          1          0          0          0         17
369.42/369.60	c Pricers            :       Time      Calls       Vars
369.42/369.60	c   problem variables:       0.00          0          0
369.42/369.60	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
369.42/369.60	c   relpscost        :       2.99     536248        199        859          0          0    1070392
369.42/369.60	c   pscost           :       0.00          0          0          0          0          0          0
369.42/369.60	c   inference        :       0.00          0          0          0          0          0          0
369.42/369.60	c   mostinf          :       0.00          0          0          0          0          0          0
369.42/369.60	c   leastinf         :       0.00          0          0          0          0          0          0
369.42/369.60	c   fullstrong       :       0.00          0          0          0          0          0          0
369.42/369.60	c   allfullstrong    :       0.00          0          0          0          0          0          0
369.42/369.60	c   random           :       0.00          0          0          0          0          0          0
369.42/369.60	c Primal Heuristics  :       Time      Calls      Found
369.42/369.60	c   LP solutions     :       0.00          -         16
369.42/369.60	c   pseudo solutions :       0.00          -          0
369.42/369.60	c   feaspump         :       0.16          1          0
369.42/369.60	c   oneopt           :       0.75         25          0
369.42/369.60	c   rootsoldiving    :       0.78        972          1
369.42/369.60	c   fracdiving       :       1.72       2625          1
369.42/369.60	c   veclendiving     :       2.01       2625          1
369.42/369.60	c   guideddiving     :       1.75       2626          2
369.42/369.60	c   coefdiving       :       1.72       2626          1
369.42/369.60	c   pscostdiving     :       1.74       2626          2
369.42/369.60	c   linesearchdiving :       1.77       2627          1
369.42/369.60	c   objpscostdiving  :       0.55       1314          1
369.42/369.60	c   trivial          :       0.00          2          0
369.42/369.60	c   shiftandpropagate:       0.00          1          1
369.42/369.60	c   simplerounding   :       0.56          0          0
369.42/369.60	c   zirounding       :       1.94          0          0
369.42/369.60	c   rounding         :       0.54      10419          0
369.42/369.60	c   shifting         :       4.39      19391          3
369.42/369.60	c   intshifting      :       0.09          0          0
369.42/369.60	c   twoopt           :       0.00          0          0
369.42/369.60	c   fixandinfer      :       0.00          0          0
369.42/369.60	c   clique           :       0.00          0          0
369.42/369.60	c   intdiving        :       0.00          0          0
369.42/369.60	c   actconsdiving    :       0.00          0          0
369.42/369.60	c   octane           :       0.00          0          0
369.42/369.60	c   rens             :       0.02          1          0
369.42/369.60	c   rins             :       0.00          0          0
369.42/369.60	c   localbranching   :       0.00          0          0
369.42/369.60	c   mutation         :       0.00          0          0
369.42/369.60	c   crossover        :       0.02          1          0
369.42/369.60	c   dins             :       0.00          0          0
369.42/369.60	c   vbounds          :       0.00          0          0
369.42/369.60	c   undercover       :       0.00          0          0
369.42/369.60	c   subnlp           :       0.66          0          0
369.42/369.60	c   trysol           :       1.05          0          0
369.42/369.60	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
369.42/369.60	c   primal LP        :       0.00          0          0       0.00          -
369.42/369.60	c   dual LP          :      35.58     782403    1632524       2.09   45887.19
369.42/369.60	c   lex dual LP      :       0.00          0          0       0.00          -
369.42/369.60	c   barrier LP       :       0.00          0          0       0.00          -
369.42/369.60	c   diving/probing LP:       2.61      55724     105934       1.90   40553.85
369.42/369.60	c   strong branching :       0.19       2126       9359       4.40   49620.91
369.42/369.60	c     (at root node) :          -          9        530      58.89          -
369.42/369.60	c   conflict analysis:       0.00          0          0       0.00          -
369.42/369.60	c B&B Tree           :
369.42/369.60	c   number of runs   :          1
369.42/369.60	c   nodes            :     956030
369.42/369.60	c   nodes (total)    :     956030
369.42/369.60	c   nodes left       :          0
369.42/369.60	c   max depth        :         27
369.42/369.60	c   max depth (total):         27
369.42/369.60	c   backtracks       :     317148 (33.2%)
369.42/369.60	c   delayed cutoffs  :     114100
369.42/369.60	c   repropagations   :     736476 (994933 domain reductions, 96601 cutoffs)
369.42/369.60	c   avg switch length:       5.16
369.42/369.60	c   switching time   :      92.71
369.42/369.60	c Solution           :
369.42/369.60	c   Solutions found  :         30 (27 improvements)
369.42/369.60	c   First Solution   : +1.10500000000000e+03   (in run 1, after 1 nodes, 0.01 seconds, depth 43, found by <shiftandpropagate>)
369.42/369.60	c   Primal Bound     : +1.00000000000000e+00   (in run 1, after 114860 nodes, 20.83 seconds, depth 24, found by <relaxation>)
369.42/369.60	c   Dual Bound       : +1.00000000000000e+00
369.42/369.60	c   Gap              :       0.00 %
369.42/369.60	c   Root Dual Bound  : +0.00000000000000e+00
369.42/369.60	c   Root Iterations  :         70
369.53/369.62	c Time complete: 369.54.

Verifier Data

OK	1

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.1 (svn: 989)

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3734901-1338715152/watcher-3734901-1338715152 -o /tmp/evaluation-result-3734901-1338715152/solver-3734901-1338715152 -C 1800 -W 1900 -M 15500 HOME/scip-2.0.1.4b_2.linux.x86_64.gnu.opt.spx -f HOME/instance-3734901-1338715152.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: 1.97 2.00 2.00 3/176 12306
/proc/meminfo: memFree=28834956/32873844 swapFree=7644/7644
[pid=12306] ppid=12304 vsize=9588 CPUtime=0 cores=1,3,5,7
/proc/12306/stat : 12306 (scip-2.0.1.4b_2) R 12304 12306 10351 0 -1 4202496 1512 0 0 0 0 0 0 0 20 0 1 0 337639563 9818112 1467 33554432000 4194304 9016284 140733289974784 140736270636920 7875499 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/12306/statm: 2397 1468 311 1178 0 1215 0

[startup+0.106029 s]
/proc/loadavg: 1.97 2.00 2.00 3/176 12306
/proc/meminfo: memFree=28834956/32873844 swapFree=7644/7644
[pid=12306] ppid=12304 vsize=26584 CPUtime=0.09 cores=1,3,5,7
/proc/12306/stat : 12306 (scip-2.0.1.4b_2) R 12304 12306 10351 0 -1 4202496 7111 0 0 0 8 1 0 0 20 0 1 0 337639563 27222016 5615 33554432000 4194304 9016284 140733289974784 140733289969944 7925162 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/12306/statm: 6646 5615 683 1178 0 5464 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 26584

[startup+0.200342 s]
/proc/loadavg: 1.97 2.00 2.00 3/176 12306
/proc/meminfo: memFree=28834956/32873844 swapFree=7644/7644
[pid=12306] ppid=12304 vsize=26584 CPUtime=0.19 cores=1,3,5,7
/proc/12306/stat : 12306 (scip-2.0.1.4b_2) R 12304 12306 10351 0 -1 4202496 7113 0 0 0 17 2 0 0 20 0 1 0 337639563 27222016 5617 33554432000 4194304 9016284 140733289974784 140733289969944 7925162 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/12306/statm: 6646 5617 685 1178 0 5464 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 26584

[startup+0.300285 s]
/proc/loadavg: 1.97 2.00 2.00 3/176 12306
/proc/meminfo: memFree=28834956/32873844 swapFree=7644/7644
[pid=12306] ppid=12304 vsize=31052 CPUtime=0.28 cores=1,3,5,7
/proc/12306/stat : 12306 (scip-2.0.1.4b_2) R 12304 12306 10351 0 -1 4202496 7858 0 0 0 26 2 0 0 20 0 1 0 337639563 31797248 6362 33554432000 4194304 9016284 140733289974784 140733289969944 4445237 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/12306/statm: 7763 6362 685 1178 0 6581 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 31052

[startup+0.70023 s]
/proc/loadavg: 1.97 2.00 2.00 3/176 12306
/proc/meminfo: memFree=28834956/32873844 swapFree=7644/7644
[pid=12306] ppid=12304 vsize=26584 CPUtime=0.69 cores=1,3,5,7
/proc/12306/stat : 12306 (scip-2.0.1.4b_2) R 12304 12306 10351 0 -1 4202496 7862 0 0 0 66 3 0 0 20 0 1 0 337639563 27222016 5621 33554432000 4194304 9016284 140733289974784 140733289969944 7925162 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/12306/statm: 6646 5621 685 1178 0 5464 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 26584

[startup+1.50023 s]
/proc/loadavg: 1.97 2.00 2.00 3/177 12307
/proc/meminfo: memFree=28814960/32873844 swapFree=7644/7644
[pid=12306] ppid=12304 vsize=26584 CPUtime=1.49 cores=1,3,5,7
/proc/12306/stat : 12306 (scip-2.0.1.4b_2) R 12304 12306 10351 0 -1 4202496 7863 0 0 0 144 5 0 0 20 0 1 0 337639563 27222016 5622 33554432000 4194304 9016284 140733289974784 140733289968648 7925162 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/12306/statm: 6646 5622 685 1178 0 5464 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 26584

[startup+3.10023 s]
/proc/loadavg: 1.97 2.00 2.00 3/177 12307
/proc/meminfo: memFree=28814712/32873844 swapFree=7644/7644
[pid=12306] ppid=12304 vsize=26584 CPUtime=3.09 cores=1,3,5,7
/proc/12306/stat : 12306 (scip-2.0.1.4b_2) R 12304 12306 10351 0 -1 4202496 7863 0 0 0 302 7 0 0 20 0 1 0 337639563 27222016 5622 33554432000 4194304 9016284 140733289974784 140733289969112 7925162 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/12306/statm: 6646 5622 685 1178 0 5464 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 26584

[startup+6.30023 s]
/proc/loadavg: 1.97 2.00 2.00 3/177 12307
/proc/meminfo: memFree=28814340/32873844 swapFree=7644/7644
[pid=12306] ppid=12304 vsize=26584 CPUtime=6.28 cores=1,3,5,7
/proc/12306/stat : 12306 (scip-2.0.1.4b_2) R 12304 12306 10351 0 -1 4202496 7863 0 0 0 618 10 0 0 20 0 1 0 337639563 27222016 5622 33554432000 4194304 9016284 140733289974784 140733289969112 7925162 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/12306/statm: 6646 5622 685 1178 0 5464 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 26584

[startup+12.7002 s]
/proc/loadavg: 1.97 2.00 2.00 3/177 12307
/proc/meminfo: memFree=28814744/32873844 swapFree=7644/7644
[pid=12306] ppid=12304 vsize=26584 CPUtime=12.68 cores=1,3,5,7
/proc/12306/stat : 12306 (scip-2.0.1.4b_2) R 12304 12306 10351 0 -1 4202496 7866 0 0 0 1246 22 0 0 20 0 1 0 337639563 27222016 5625 33554432000 4194304 9016284 140733289974784 140733289968888 7925162 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/12306/statm: 6646 5625 685 1178 0 5464 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 26584

[startup+25.5003 s]
/proc/loadavg: 1.98 2.00 2.00 3/177 12307
/proc/meminfo: memFree=28814868/32873844 swapFree=7644/7644
[pid=12306] ppid=12304 vsize=26584 CPUtime=25.49 cores=1,3,5,7
/proc/12306/stat : 12306 (scip-2.0.1.4b_2) R 12304 12306 10351 0 -1 4202496 7866 0 0 0 2501 48 0 0 20 0 1 0 337639563 27222016 5625 33554432000 4194304 9016284 140733289974784 140733289969112 7925162 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/12306/statm: 6646 5625 685 1178 0 5464 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 26584

[startup+51.1003 s]
/proc/loadavg: 1.98 2.00 2.00 3/178 12311
/proc/meminfo: memFree=28813536/32873844 swapFree=7644/7644
[pid=12306] ppid=12304 vsize=31100 CPUtime=51.08 cores=1,3,5,7
/proc/12306/stat : 12306 (scip-2.0.1.4b_2) R 12304 12306 10351 0 -1 4202496 8818 0 0 0 5033 75 0 0 20 0 1 0 337639563 31846400 6577 33554432000 4194304 9016284 140733289974784 140733289969112 7925162 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/12306/statm: 7775 6577 685 1178 0 6593 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 31100

[startup+102.3 s]
/proc/loadavg: 2.07 2.01 2.00 4/178 12349
/proc/meminfo: memFree=28902412/32873844 swapFree=7644/7644
[pid=12306] ppid=12304 vsize=36924 CPUtime=102.27 cores=1,3,5,7
/proc/12306/stat : 12306 (scip-2.0.1.4b_2) R 12304 12306 10351 0 -1 4202496 10218 0 0 0 10085 142 0 0 20 0 1 0 337639563 37810176 8297 33554432000 4194304 9016284 140733289974784 140733289968920 7925162 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/12306/statm: 9231 8297 685 1178 0 8049 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 36924

[startup+162.3 s]
/proc/loadavg: 2.02 2.01 2.00 4/177 12349
/proc/meminfo: memFree=28812876/32873844 swapFree=7644/7644
[pid=12306] ppid=12304 vsize=43756 CPUtime=162.26 cores=1,3,5,7
/proc/12306/stat : 12306 (scip-2.0.1.4b_2) R 12304 12306 10351 0 -1 4202496 11695 0 0 0 16022 204 0 0 20 0 1 0 337639563 44806144 9774 33554432000 4194304 9016284 140733289974784 140733289969112 7925162 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/12306/statm: 10939 9774 685 1178 0 9757 0
Current children cumulated CPU time (s) 162.26
Current children cumulated vsize (KiB) 43756

[startup+222.307 s]
/proc/loadavg: 2.01 2.00 2.00 4/177 12349
/proc/meminfo: memFree=28733408/32873844 swapFree=7644/7644
[pid=12306] ppid=12304 vsize=43980 CPUtime=222.25 cores=1,3,5,7
/proc/12306/stat : 12306 (scip-2.0.1.4b_2) R 12304 12306 10351 0 -1 4202496 11758 0 0 0 21959 266 0 0 20 0 1 0 337639563 45035520 9925 33554432000 4194304 9016284 140733289974784 140733289969112 7925162 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/12306/statm: 10995 9925 685 1178 0 9813 0
Current children cumulated CPU time (s) 222.25
Current children cumulated vsize (KiB) 43980

[startup+282.3 s]
/proc/loadavg: 2.00 2.00 2.00 4/177 12349
/proc/meminfo: memFree=28661052/32873844 swapFree=7644/7644
[pid=12306] ppid=12304 vsize=47368 CPUtime=282.23 cores=1,3,5,7
/proc/12306/stat : 12306 (scip-2.0.1.4b_2) R 12304 12306 10351 0 -1 4202496 12443 0 0 0 27898 325 0 0 20 0 1 0 337639563 48504832 10610 33554432000 4194304 9016284 140733289974784 140733289969112 7925162 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/12306/statm: 11842 10610 685 1178 0 10660 0
Current children cumulated CPU time (s) 282.23
Current children cumulated vsize (KiB) 47368

[startup+342.3 s]
/proc/loadavg: 2.00 2.00 2.00 4/177 12349
/proc/meminfo: memFree=28591888/32873844 swapFree=7644/7644
[pid=12306] ppid=12304 vsize=48980 CPUtime=342.23 cores=1,3,5,7
/proc/12306/stat : 12306 (scip-2.0.1.4b_2) R 12304 12306 10351 0 -1 4202496 12691 0 0 0 33849 374 0 0 20 0 1 0 337639563 50155520 10858 33554432000 4194304 9016284 140733289974784 140733289969112 7925162 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/12306/statm: 12245 10858 685 1178 0 11063 0
Current children cumulated CPU time (s) 342.23
Current children cumulated vsize (KiB) 48980

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

[startup+345.6 s]
/proc/loadavg: 2.00 2.00 2.00 4/177 12349
/proc/meminfo: memFree=28589036/32873844 swapFree=7644/7644
[pid=12306] ppid=12304 vsize=48980 CPUtime=345.53 cores=1,3,5,7
/proc/12306/stat : 12306 (scip-2.0.1.4b_2) R 12304 12306 10351 0 -1 4202496 12691 0 0 0 34177 376 0 0 20 0 1 0 337639563 50155520 10858 33554432000 4194304 9016284 140733289974784 140733289968872 4347574 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/12306/statm: 12245 10858 685 1178 0 11063 0
Current children cumulated CPU time (s) 345.53
Current children cumulated vsize (KiB) 48980

[startup+358.4 s]
/proc/loadavg: 2.00 2.00 2.00 4/177 12350
/proc/meminfo: memFree=28572652/32873844 swapFree=7644/7644
[pid=12306] ppid=12304 vsize=48980 CPUtime=358.33 cores=1,3,5,7
/proc/12306/stat : 12306 (scip-2.0.1.4b_2) R 12304 12306 10351 0 -1 4202496 12694 0 0 0 35448 385 0 0 20 0 1 0 337639563 50155520 10861 33554432000 4194304 9016284 140733289974784 140733289969112 5325537 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/12306/statm: 12245 10861 685 1178 0 11063 0
Current children cumulated CPU time (s) 358.33
Current children cumulated vsize (KiB) 48980

[startup+364.8 s]
/proc/loadavg: 2.00 2.00 2.00 4/177 12350
/proc/meminfo: memFree=28564948/32873844 swapFree=7644/7644
[pid=12306] ppid=12304 vsize=49456 CPUtime=364.72 cores=1,3,5,7
/proc/12306/stat : 12306 (scip-2.0.1.4b_2) R 12304 12306 10351 0 -1 4202496 12816 0 0 0 36084 388 0 0 20 0 1 0 337639563 50642944 10983 33554432000 4194304 9016284 140733289974784 140733289969112 4941398 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/12306/statm: 12364 10983 685 1178 0 11182 0
Current children cumulated CPU time (s) 364.72
Current children cumulated vsize (KiB) 49456

[startup+368 s]
/proc/loadavg: 2.00 2.00 2.00 4/177 12350
/proc/meminfo: memFree=28561724/32873844 swapFree=7644/7644
[pid=12306] ppid=12304 vsize=49456 CPUtime=367.92 cores=1,3,5,7
/proc/12306/stat : 12306 (scip-2.0.1.4b_2) R 12304 12306 10351 0 -1 4202496 12827 0 0 0 36403 389 0 0 20 0 1 0 337639563 50642944 10994 33554432000 4194304 9016284 140733289974784 140733289969112 7925162 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/12306/statm: 12364 10994 685 1178 0 11182 0
Current children cumulated CPU time (s) 367.92
Current children cumulated vsize (KiB) 49456

[startup+368.8 s]
/proc/loadavg: 2.00 2.00 2.00 4/177 12350
/proc/meminfo: memFree=28559988/32873844 swapFree=7644/7644
[pid=12306] ppid=12304 vsize=50340 CPUtime=368.72 cores=1,3,5,7
/proc/12306/stat : 12306 (scip-2.0.1.4b_2) R 12304 12306 10351 0 -1 4202496 12928 0 0 0 36482 390 0 0 20 0 1 0 337639563 51548160 11095 33554432000 4194304 9016284 140733289974784 140733289969112 4320775 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/12306/statm: 12585 11095 685 1178 0 11403 0
Current children cumulated CPU time (s) 368.72
Current children cumulated vsize (KiB) 50340

[startup+369.2 s]
/proc/loadavg: 2.00 2.00 2.00 4/177 12350
/proc/meminfo: memFree=28559988/32873844 swapFree=7644/7644
[pid=12306] ppid=12304 vsize=50340 CPUtime=369.12 cores=1,3,5,7
/proc/12306/stat : 12306 (scip-2.0.1.4b_2) R 12304 12306 10351 0 -1 4202496 12928 0 0 0 36522 390 0 0 20 0 1 0 337639563 51548160 11095 33554432000 4194304 9016284 140733289974784 140733289969112 7925162 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/12306/statm: 12585 11095 685 1178 0 11403 0
Current children cumulated CPU time (s) 369.12
Current children cumulated vsize (KiB) 50340

[startup+369.6 s]
/proc/loadavg: 2.00 2.00 2.00 4/177 12350
/proc/meminfo: memFree=28557508/32873844 swapFree=7644/7644
[pid=12306] ppid=12304 vsize=50340 CPUtime=369.53 cores=1,3,5,7
/proc/12306/stat : 12306 (scip-2.0.1.4b_2) R 12304 12306 10351 0 -1 4202496 12930 0 0 0 36563 390 0 0 20 0 1 0 337639563 51548160 11097 33554432000 4194304 9016284 140733289974784 140733289969112 4538515 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/12306/statm: 12585 11097 687 1178 0 11403 0
Current children cumulated CPU time (s) 369.53
Current children cumulated vsize (KiB) 50340

Child status: 0
Real time (s): 369.63
CPU time (s): 369.56
CPU user time (s): 365.649
CPU system time (s): 3.91041
CPU usage (%): 99.981
Max. virtual memory (cumulated for all children) (KiB): 50340

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 365.649
system time used= 3.9104
maximum resident set size= 44388
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 12935
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= 18
involuntary context switches= 381

runsolver used 0.663899 second user time and 1.72474 second system time

The end

Launcher Data

Begin job on node147 at 2012-06-03 11:19:12
IDJOB=3734901
IDBENCH=2916
IDSOLVER=2329
FILE ID=node147/3734901-1338715152
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_2.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-3734901-1338715152/watcher-3734901-1338715152 -o /tmp/evaluation-result-3734901-1338715152/solver-3734901-1338715152 -C 1800 -W 1900 -M 15500  HOME/scip-2.0.1.4b_2.linux.x86_64.gnu.opt.spx -f HOME/instance-3734901-1338715152.opb -t 1800 -m 15500

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

MD5SUM BENCH= 031b0f629913e7cd5c934f00ec1a1885
RANDOM SEED=1471334600

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:        28835584 kB
Buffers:          446948 kB
Cached:          2586152 kB
SwapCached:         3380 kB
Active:          1628856 kB
Inactive:        1543844 kB
Active(anon):     135340 kB
Inactive(anon):     5908 kB
Active(file):    1493516 kB
Inactive(file):  1537936 kB
Unevictable:        7644 kB
Mlocked:            7644 kB
SwapTotal:      67108856 kB
SwapFree:       67100236 kB
Dirty:             16736 kB
Writeback:             0 kB
AnonPages:        143524 kB
Mapped:            12156 kB
Shmem:                 0 kB
Slab:             721916 kB
SReclaimable:     163100 kB
SUnreclaim:       558816 kB
KernelStack:        1456 kB
PageTables:         3852 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     260472 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:    114688 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 11:25:21