Trace number 3452731

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
SCIP spx SCIP 2.0.1.4. with SoPlex 1.5.0.4OPT2 137.521 137.518

General information on the benchmark

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

Quality of the solution as a function of time


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

Solver Data

0.00/0.00	c SCIP version 2.0.1.4 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: SoPlex 1.5.0.4]
0.00/0.00	c Copyright (c) 2002-2011 Konrad-Zuse-Zentrum fuer Informationstechnik Berlin (ZIB)
0.00/0.00	c 
0.00/0.00	c user parameter file <scip.set> not found - using default parameters
0.00/0.00	c reading problem <HOME/instance-3452731-1307094733.opb>
0.00/0.00	c original problem has 94 variables (94 bin, 0 int, 0 impl, 0 cont) and 8 constraints
0.00/0.00	c problem read
0.00/0.00	c presolving settings loaded
0.00/0.00	c presolving:
0.00/0.00	c (round 1) 0 del vars, 4 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 0 clqs
0.00/0.00	c presolving (2 rounds):
0.00/0.00	c  0 deleted vars, 4 deleted constraints, 0 added constraints, 0 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
0.00/0.00	c  0 implications, 0 cliques
0.00/0.00	c presolved problem has 94 variables (94 bin, 0 int, 0 impl, 0 cont) and 4 constraints
0.00/0.00	c       4 constraints of type <linear>
0.00/0.00	c transformed objective value is always integral (scale: 1)
0.00/0.00	c Presolving Time: 0.00
0.00/0.00	c - non default parameters ----------------------------------------------------------------------
0.00/0.00	c # SCIP version 2.0.1.4
0.00/0.00	c 
0.00/0.00	c # frequency for displaying node information lines
0.00/0.00	c # [type: int, range: [-1,2147483647], default: 100]
0.00/0.00	c display/freq = 10000
0.00/0.00	c 
0.00/0.00	c # maximal time in seconds to run
0.00/0.00	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.00/0.00	c limits/time = 1800
0.00/0.00	c 
0.00/0.00	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.00/0.00	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.00/0.00	c limits/memory = 13950
0.00/0.00	c 
0.00/0.00	c # default clock type (1: CPU user seconds, 2: wall clock time)
0.00/0.00	c # [type: int, range: [1,2], default: 1]
0.00/0.00	c timing/clocktype = 2
0.00/0.00	c 
0.00/0.00	c # belongs reading time to solving time?
0.00/0.00	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.00/0.00	c timing/reading = TRUE
0.00/0.00	c 
0.00/0.00	c # should presolving try to simplify inequalities
0.00/0.00	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.00/0.00	c constraints/linear/simplifyinequalities = TRUE
0.00/0.00	c 
0.00/0.00	c # add initial coupling inequalities as linear constraints, if 'addCoupling' is true
0.00/0.00	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.00/0.00	c constraints/indicator/addCouplingCons = TRUE
0.00/0.00	c 
0.00/0.00	c # should presolving try to simplify knapsacks
0.00/0.00	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.00/0.00	c constraints/knapsack/simplifyinequalities = TRUE
0.00/0.00	c 
0.00/0.00	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
0.00/0.00	c # [type: int, range: [-1,2147483647], default: -1]
0.00/0.00	c separating/rapidlearning/freq = 0
0.00/0.00	c 
0.00/0.00	c -----------------------------------------------------------------------------------------------
0.00/0.00	c start solving
0.00/0.01	c 
0.00/0.01	o 1124
0.00/0.01	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
0.00/0.01	c T 0.0s|     1 |     0 |     0 |     - | 385k|   0 |   - |  94 |   4 |  94 |   4 |   0 |   0 |   0 |      --      | 1.124000e+03 |    Inf 
0.00/0.01	c   0.0s|     1 |     0 |    19 |     - | 368k|   0 |   4 |  94 |   4 |  94 |   4 |   0 |   0 |   0 | 0.000000e+00 | 1.124000e+03 |    Inf 
0.00/0.02	o 1003
0.00/0.02	c y 0.0s|     1 |     0 |    19 |     - | 392k|   0 |   4 |  94 |   4 |  94 |   4 |   0 |   0 |   0 | 0.000000e+00 | 1.003000e+03 |    Inf 
0.00/0.02	c   0.0s|     1 |     0 |    25 |     - | 412k|   0 |   8 |  94 |  14 |  94 |   8 |   4 |   0 |   0 | 0.000000e+00 | 1.003000e+03 |    Inf 
0.00/0.02	c   0.0s|     1 |     0 |    33 |     - | 451k|   0 |  10 |  94 |  14 |  94 |  13 |   9 |   0 |   0 | 0.000000e+00 | 1.003000e+03 |    Inf 
0.00/0.03	c   0.0s|     1 |     0 |    37 |     - | 470k|   0 |  13 |  94 |  14 |  94 |  18 |  14 |   0 |   0 | 0.000000e+00 | 1.003000e+03 |    Inf 
0.00/0.03	c   0.0s|     1 |     0 |    49 |     - | 498k|   0 |  15 |  94 |  14 |  94 |  22 |  18 |   0 |   0 | 0.000000e+00 | 1.003000e+03 |    Inf 
0.02/0.04	c   0.0s|     1 |     0 |    60 |     - | 508k|   0 |  14 |  94 |  14 |  94 |  25 |  21 |   0 |   0 | 0.000000e+00 | 1.003000e+03 |    Inf 
0.02/0.04	c   0.0s|     1 |     0 |    66 |     - | 515k|   0 |  14 |  94 |  14 |  94 |  27 |  23 |   0 |   0 | 0.000000e+00 | 1.003000e+03 |    Inf 
0.02/0.06	c   0.1s|     1 |     2 |   163 |     - | 516k|   0 |  14 |  94 |  14 |  94 |  27 |  23 |   0 |   9 | 0.000000e+00 | 1.003000e+03 |    Inf 
0.02/0.08	o 721
0.02/0.08	c c 0.1s|    29 |    29 |   271 |   7.3 | 539k|  28 |   - |  94 |  14 |  94 |  14 |  23 |   0 | 123 | 0.000000e+00 | 7.210000e+02 |    Inf 
0.02/0.09	o 530
0.02/0.09	c p 0.1s|    42 |    37 |   327 |   6.4 | 545k|  28 |   - |  94 |  14 |  94 |  14 |  23 |   0 | 149 | 0.000000e+00 | 5.300000e+02 |    Inf 
0.09/0.12	o 386
0.09/0.12	c g 0.1s|   140 |   124 |   659 |   4.3 | 613k|  33 |   - |  94 |  22 |  94 |  14 |  23 |  10 | 256 | 0.000000e+00 | 3.860000e+02 |    Inf 
0.09/0.12	o 164
0.09/0.12	c c 0.1s|   159 |   118 |   756 |   4.4 | 615k|  33 |   - |  94 |  22 |  94 |  14 |  23 |  10 | 280 | 0.000000e+00 | 1.640000e+02 |    Inf 
0.09/0.12	o 162
0.09/0.12	c * 0.1s|   166 |   121 |   786 |   4.4 | 609k|  33 |   - |  94 |  22 |  94 |  14 |  23 |  10 | 285 | 0.000000e+00 | 1.620000e+02 |    Inf 
0.09/0.13	o 159
0.09/0.13	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
0.09/0.13	c * 0.1s|   171 |   123 |   800 |   4.3 | 610k|  33 |   - |  94 |  22 |  94 |  14 |  23 |  10 | 295 | 0.000000e+00 | 1.590000e+02 |    Inf 
0.09/0.15	o 158
0.09/0.15	c * 0.2s|   298 |   228 |  1243 |   4.0 | 667k|  33 |   - |  94 |  25 |  94 |  14 |  23 |  16 | 343 | 0.000000e+00 | 1.580000e+02 |    Inf 
0.09/0.15	o 156
0.09/0.15	c * 0.2s|   299 |   226 |  1243 |   3.9 | 668k|  33 |   - |  94 |  25 |  94 |  14 |  23 |  16 | 343 | 0.000000e+00 | 1.560000e+02 |    Inf 
0.09/0.17	o 155
0.09/0.17	c * 0.2s|   349 |   265 |  1488 |   4.1 | 696k|  33 |   - |  94 |  32 |  94 |  14 |  23 |  25 | 399 | 0.000000e+00 | 1.550000e+02 |    Inf 
0.09/0.17	o 154
0.09/0.17	c * 0.2s|   375 |   289 |  1574 |   4.0 | 710k|  33 |   - |  94 |  32 |  94 |  14 |  23 |  27 | 413 | 0.000000e+00 | 1.540000e+02 |    Inf 
0.09/0.17	o 152
0.09/0.17	c * 0.2s|   376 |   287 |  1574 |   4.0 | 710k|  33 |   - |  94 |  32 |  94 |  14 |  23 |  27 | 413 | 0.000000e+00 | 1.520000e+02 |    Inf 
0.09/0.18	o 151
0.09/0.18	c p 0.2s|   390 |   299 |  1614 |   4.0 | 723k|  33 |   - |  94 |  32 |  94 |  14 |  23 |  28 | 423 | 0.000000e+00 | 1.510000e+02 |    Inf 
0.09/0.18	o 149
0.09/0.18	c v 0.2s|   425 |   332 |  1720 |   3.9 | 743k|  33 |   - |  94 |  32 |  94 |  14 |  23 |  29 | 437 | 0.000000e+00 | 1.490000e+02 |    Inf 
0.09/0.19	o 101
0.09/0.19	c g 0.2s|   470 |   329 |  1869 |   3.8 | 750k|  33 |   - |  94 |  33 |  94 |  14 |  23 |  34 | 446 | 0.000000e+00 | 1.010000e+02 |    Inf 
0.09/0.19	o 100
0.09/0.19	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.09/0.20	o 98
0.09/0.20	c * 0.2s|   478 |   331 |  1886 |   3.8 | 747k|  33 |   - |  94 |  28 |  94 |  14 |  23 |  34 | 450 | 0.000000e+00 | 9.800000e+01 |    Inf 
0.19/0.20	o 96
0.19/0.20	c * 0.2s|   480 |   331 |  1886 |   3.8 | 749k|  33 |   - |  94 |  28 |  94 |  14 |  23 |  34 | 452 | 0.000000e+00 | 9.600000e+01 |    Inf 
0.19/0.20	o 94
0.19/0.20	c * 0.2s|   481 |   328 |  1886 |   3.8 | 748k|  33 |   - |  94 |  28 |  94 |  14 |  23 |  34 | 452 | 0.000000e+00 | 9.400000e+01 |    Inf 
0.19/0.20	o 86
0.19/0.20	c c 0.2s|   499 |   334 |  1937 |   3.8 | 755k|  33 |   - |  94 |  28 |  94 |  14 |  23 |  35 | 458 | 0.000000e+00 | 8.600000e+01 |    Inf 
0.19/0.20	o 85
0.19/0.20	c * 0.2s|   511 |   340 |  1970 |   3.7 | 758k|  33 |   - |  94 |  29 |  94 |  14 |  23 |  36 | 462 | 0.000000e+00 | 8.500000e+01 |    Inf 
0.19/0.20	o 83
0.19/0.20	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
0.19/0.20	c * 0.2s|   512 |   339 |  1970 |   3.7 | 759k|  33 |   - |  94 |  29 |  94 |  14 |  23 |  36 | 462 | 0.000000e+00 | 8.300000e+01 |    Inf 
0.19/0.23	o 62
0.19/0.23	c c 0.2s|   662 |   442 |  2599 |   3.8 | 818k|  33 |   - |  94 |  38 |  94 |  14 |  23 |  47 | 474 | 0.000000e+00 | 6.200000e+01 |    Inf 
0.19/0.27	o 60
0.19/0.27	c c 0.3s|   827 |   587 |  3331 |   4.0 | 885k|  33 |   - |  94 |  61 |  94 |  14 |  23 |  71 | 482 | 0.000000e+00 | 6.000000e+01 |    Inf 
0.19/0.27	o 58
0.19/0.27	c p 0.3s|   827 |   583 |  3331 |   4.0 | 889k|  33 |   - |  94 |  62 |  94 |  14 |  23 |  73 | 482 | 0.000000e+00 | 5.800000e+01 |    Inf 
0.19/0.28	o 56
0.19/0.28	c f 0.3s|   882 |   628 |  3630 |   4.0 | 920k|  33 |   - |  94 |  73 |  94 |  14 |  23 |  84 | 485 | 0.000000e+00 | 5.600000e+01 |    Inf 
0.19/0.28	o 55
0.19/0.28	c v 0.3s|   890 |   633 |  3672 |   4.1 | 928k|  33 |   - |  94 |  76 |  94 |  14 |  23 |  87 | 485 | 0.000000e+00 | 5.500000e+01 |    Inf 
0.19/0.28	o 17
0.19/0.28	c s 0.3s|   892 |   449 |  3681 |   4.1 | 842k|  33 |   4 |  94 |  76 |  94 |  14 |  23 |  87 | 485 | 0.000000e+00 | 1.700000e+01 |    Inf 
0.19/0.29	o 15
0.19/0.29	c * 0.3s|   893 |   435 |  3687 |   4.1 | 833k|  33 |   - |  94 |  52 |  94 |  14 |  23 |  87 | 488 | 0.000000e+00 | 1.500000e+01 |    Inf 
0.19/0.29	o 13
0.19/0.29	c * 0.3s|   894 |   422 |  3687 |   4.1 | 829k|  33 |   - |  94 |  52 |  94 |  14 |  23 |  87 | 488 | 0.000000e+00 | 1.300000e+01 |    Inf 
0.19/0.29	o 11
0.19/0.29	c l 0.3s|   898 |   415 |  3712 |   4.1 | 827k|  33 |   - |  94 |  49 |  94 |  14 |  23 |  89 | 495 | 0.000000e+00 | 1.100000e+01 |    Inf 
0.19/0.29	o 9
0.19/0.29	c g 0.3s|   898 |   392 |  3712 |   4.1 | 819k|  33 |   - |  94 |  49 |  94 |  14 |  23 |  90 | 495 | 0.000000e+00 | 9.000000e+00 |    Inf 
0.29/0.34	o 7
0.29/0.34	c C 0.3s|  1098 |   481 |  4758 |   4.3 | 867k|  33 |   4 |  94 |  87 |  94 |  14 |  23 | 128 | 497 | 0.000000e+00 | 7.000000e+00 |    Inf 
0.69/0.71	o 6
0.69/0.71	c * 0.7s|  3569 |  1257 | 11472 |   3.2 |1458k|  33 |   - |  94 | 606 |  94 |  14 |  23 | 647 | 535 | 0.000000e+00 | 6.000000e+00 |    Inf 
1.11/1.19	o 3
1.11/1.19	c * 1.2s|  7013 |  1526 | 19255 |   2.7 |1981k|  33 |   - |  94 |1241 |  94 |  14 |  23 |1283 | 571 | 0.000000e+00 | 3.000000e+00 |    Inf 
1.59/1.61	c   1.6s| 10000 |  2047 | 25885 |   2.6 |2484k|  33 |   4 |  94 |1729 |  94 |  14 |  23 |1781 | 596 | 0.000000e+00 | 3.000000e+00 |    Inf 
2.99/3.08	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
2.99/3.08	c   3.1s| 20000 |  2144 | 46494 |   2.3 |3325k|  33 |   - |  94 |3138 |  94 |  14 |  23 |3284 | 683 | 0.000000e+00 | 3.000000e+00 |    Inf 
4.59/4.63	c   4.6s| 30000 |  2022 | 66144 |   2.2 |3920k|  33 |   - |  94 |4497 |  94 |  14 |  23 |4848 | 768 | 0.000000e+00 | 3.000000e+00 |    Inf 
6.29/6.38	c   6.4s| 40000 |  2001 | 86146 |   2.2 |4308k|  33 |   4 |  94 |4820 |  94 |  14 |  23 |6300 | 841 | 0.000000e+00 | 3.000000e+00 |    Inf 
7.39/7.42	o 2
7.39/7.42	c * 7.4s| 45984 |  1709 | 98785 |   2.1 |4103k|  33 |   - |  94 |4638 |  94 |  14 |  23 |7032 | 878 | 0.000000e+00 | 2.000000e+00 |    Inf 
7.99/8.08	c   8.1s| 50000 |  1684 |107411 |   2.1 |3873k|  33 |   - |  94 |3728 |  94 |  14 |  23 |7495 |1006 | 0.000000e+00 | 2.000000e+00 |    Inf 
9.49/9.53	c   9.5s| 60000 |  1666 |127693 |   2.1 |3827k|  33 |   4 |  94 |3567 |  94 |  14 |  23 |8854 |1101 | 0.000000e+00 | 2.000000e+00 |    Inf 
10.91/10.94	c  10.9s| 70000 |  1589 |147520 |   2.1 |3498k|  33 |   4 |  94 |2759 |  94 |  14 |  23 |  10k|1161 | 0.000000e+00 | 2.000000e+00 |    Inf 
12.11/12.18	c  12.2s| 80000 |  1400 |168406 |   2.1 |3059k|  33 |   - |  94 |1824 |  94 |  14 |  23 |  11k|1273 | 0.000000e+00 | 2.000000e+00 |    Inf 
13.39/13.40	c  13.4s| 90000 |  1396 |189544 |   2.1 |3146k|  33 |   4 |  94 |2015 |  94 |  14 |  23 |  12k|1275 | 0.000000e+00 | 2.000000e+00 |    Inf 
14.59/14.66	c  14.7s|100000 |  1286 |210213 |   2.1 |3327k|  33 |   - |  94 |2637 |  94 |  14 |  23 |  14k|1297 | 0.000000e+00 | 2.000000e+00 |    Inf 
15.89/15.98	c  16.0s|110000 |  1436 |231464 |   2.1 |3380k|  33 |   4 |  94 |2587 |  94 |  14 |  23 |  15k|1326 | 0.000000e+00 | 2.000000e+00 |    Inf 
17.29/17.32	c  17.3s|120000 |  1444 |251344 |   2.1 |3618k|  33 |   - |  94 |2942 |   0 |   0 |  23 |  16k|1339 | 0.000000e+00 | 2.000000e+00 |    Inf 
18.61/18.64	c  18.6s|130000 |  1261 |271354 |   2.1 |3472k|  33 |   - |  94 |3012 |  94 |  14 |  23 |  17k|1389 | 0.000000e+00 | 2.000000e+00 |    Inf 
19.89/19.94	c  19.9s|140000 |  1431 |292339 |   2.1 |3604k|  33 |   4 |  94 |3054 |  94 |  14 |  23 |  19k|1409 | 0.000000e+00 | 2.000000e+00 |    Inf 
21.29/21.30	c  21.3s|150000 |  1087 |312843 |   2.1 |3269k|  33 |   - |  94 |2695 |  94 |  14 |  23 |  20k|1491 | 0.000000e+00 | 2.000000e+00 |    Inf 
22.49/22.53	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
22.49/22.53	c  22.5s|160000 |  1318 |333677 |   2.1 |3241k|  33 |   - |  94 |2282 |  94 |  14 |  23 |  21k|1503 | 0.000000e+00 | 2.000000e+00 |    Inf 
23.69/23.78	c  23.8s|170000 |  1675 |353505 |   2.1 |3653k|  33 |   4 |  94 |2533 |  94 |  14 |  23 |  22k|1514 | 0.000000e+00 | 2.000000e+00 |    Inf 
25.00/25.03	c  25.0s|180000 |  1178 |373648 |   2.1 |3381k|  33 |   4 |  94 |2625 |  94 |  14 |  23 |  23k|1525 | 0.000000e+00 | 2.000000e+00 |    Inf 
26.20/26.30	c  26.3s|190000 |  1112 |393503 |   2.1 |3396k|  33 |   4 |  94 |2915 |  94 |  14 |  23 |  25k|1547 | 0.000000e+00 | 2.000000e+00 |    Inf 
27.51/27.57	c  27.6s|200000 |  1153 |413639 |   2.1 |3525k|  33 |   - |  94 |3190 |  94 |  14 |  23 |  26k|1550 | 0.000000e+00 | 2.000000e+00 |    Inf 
28.79/28.87	c  28.9s|210000 |   984 |433777 |   2.1 |3406k|  33 |   4 |  94 |3168 |  94 |  14 |  23 |  27k|1634 | 0.000000e+00 | 2.000000e+00 |    Inf 
29.99/30.09	c  30.1s|220000 |   816 |454034 |   2.1 |2897k|  33 |   - |  94 |1976 |  94 |  14 |  23 |  28k|1746 | 0.000000e+00 | 2.000000e+00 |    Inf 
31.20/31.23	c  31.2s|230000 |   756 |474827 |   2.1 |2619k|  33 |   - |  94 |1282 |  94 |  14 |  23 |  29k|1763 | 0.000000e+00 | 2.000000e+00 |    Inf 
32.29/32.35	c  32.3s|240000 |   799 |494251 |   2.1 |2811k|  33 |   4 |  94 |1764 |  94 |  14 |  23 |  30k|1781 | 0.000000e+00 | 2.000000e+00 |    Inf 
33.40/33.48	c  33.5s|250000 |   943 |514781 |   2.1 |2939k|  33 |   4 |  94 |1918 |  94 |  14 |  23 |  31k|1789 | 0.000000e+00 | 2.000000e+00 |    Inf 
34.59/34.64	c  34.6s|260000 |   722 |534738 |   2.1 |2918k|  33 |   4 |  94 |2161 |  94 |  14 |  23 |  33k|1808 | 0.000000e+00 | 2.000000e+00 |    Inf 
35.79/35.80	c  35.8s|270000 |  1080 |554057 |   2.1 |3094k|  33 |   - |  94 |1876 |  94 |  14 |  23 |  34k|1818 | 0.000000e+00 | 2.000000e+00 |    Inf 
36.89/36.95	c  37.0s|280000 |   928 |572230 |   2.0 |3024k|  33 |   4 |  94 |2096 |  94 |  14 |  23 |  35k|1847 | 0.000000e+00 | 2.000000e+00 |    Inf 
38.09/38.13	c  38.1s|290000 |   646 |590745 |   2.0 |2878k|  33 |   - |  94 |2191 |  94 |  14 |  23 |  36k|1882 | 0.000000e+00 | 2.000000e+00 |    Inf 
39.19/39.29	c  39.3s|300000 |   672 |609779 |   2.0 |3249k|  33 |   - |  94 |3138 |  94 |  14 |  23 |  38k|1915 | 0.000000e+00 | 2.000000e+00 |    Inf 
40.49/40.56	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
40.49/40.56	c  40.6s|310000 |   844 |629531 |   2.0 |3227k|  33 |   4 |  94 |2847 |  94 |  14 |  23 |  39k|1997 | 0.000000e+00 | 2.000000e+00 |    Inf 
41.71/41.81	c  41.8s|320000 |  1280 |650955 |   2.0 |3591k|  33 |   4 |  94 |2852 |  94 |  14 |  23 |  40k|2010 | 0.000000e+00 | 2.000000e+00 |    Inf 
42.99/43.08	c  43.1s|330000 |   703 |671424 |   2.0 |3178k|  33 |   4 |  94 |2704 |  94 |  14 |  23 |  41k|2019 | 0.000000e+00 | 2.000000e+00 |    Inf 
44.19/44.24	c  44.2s|340000 |   584 |691726 |   2.0 |3049k|  33 |   4 |  94 |2684 |  94 |  14 |  23 |  42k|2072 | 0.000000e+00 | 2.000000e+00 |    Inf 
45.39/45.41	c  45.4s|350000 |  1025 |711513 |   2.0 |3244k|  33 |   - |  94 |2492 |  94 |  14 |  23 |  43k|2106 | 0.000000e+00 | 2.000000e+00 |    Inf 
46.60/46.61	c  46.6s|360000 |   508 |730110 |   2.0 |2908k|  33 |   4 |  94 |2390 |  94 |  14 |  23 |  44k|2119 | 0.000000e+00 | 2.000000e+00 |    Inf 
47.70/47.73	c  47.7s|370000 |   825 |749962 |   2.0 |3041k|  33 |   - |  94 |2100 |   0 |   0 |  23 |  45k|2138 | 0.000000e+00 | 2.000000e+00 |    Inf 
48.80/48.88	c  48.9s|380000 |   583 |769000 |   2.0 |3065k|  33 |   4 |  94 |2542 |  94 |  14 |  23 |  46k|2153 | 0.000000e+00 | 2.000000e+00 |    Inf 
50.00/50.08	c  50.1s|390000 |   792 |788134 |   2.0 |3210k|  33 |   - |  94 |2518 |  94 |  14 |  23 |  47k|2161 | 0.000000e+00 | 2.000000e+00 |    Inf 
51.19/51.26	c  51.3s|400000 |   989 |807015 |   2.0 |3320k|  33 |   - |  94 |2589 |  94 |  14 |  23 |  49k|2191 | 0.000000e+00 | 2.000000e+00 |    Inf 
52.40/52.47	c  52.5s|410000 |   721 |826725 |   2.0 |3216k|  33 |   - |  94 |2660 |  94 |  14 |  23 |  50k|2203 | 0.000000e+00 | 2.000000e+00 |    Inf 
53.60/53.69	c  53.7s|420000 |   449 |845838 |   2.0 |2816k|  33 |   4 |  94 |2180 |  94 |  14 |  23 |  51k|2215 | 0.000000e+00 | 2.000000e+00 |    Inf 
54.79/54.83	c  54.8s|430000 |   450 |866623 |   2.0 |2775k|  33 |   4 |  94 |2014 |  94 |  14 |  23 |  52k|2229 | 0.000000e+00 | 2.000000e+00 |    Inf 
55.90/55.95	c  56.0s|440000 |   424 |886612 |   2.0 |2887k|  33 |   - |  94 |2376 |  94 |  14 |  23 |  53k|2340 | 0.000000e+00 | 2.000000e+00 |    Inf 
56.99/57.11	c  57.1s|450000 |   520 |907076 |   2.0 |2600k|  33 |   - |  94 |1504 |  94 |  14 |  23 |  54k|2347 | 0.000000e+00 | 2.000000e+00 |    Inf 
58.09/58.17	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
58.09/58.17	c  58.2s|460000 |  1707 |926662 |   2.0 |3461k|  33 |   4 |  94 |1984 |  94 |  14 |  23 |  55k|2359 | 0.000000e+00 | 2.000000e+00 |    Inf 
59.19/59.30	c  59.3s|470000 |  2657 |945682 |   2.0 |4139k|  33 |   - |  94 |2118 |   0 |   0 |  23 |  56k|2375 | 0.000000e+00 | 2.000000e+00 |    Inf 
60.41/60.47	c  60.5s|480000 |  2774 |964859 |   2.0 |4324k|  33 |   - |  94 |1970 |  94 |  14 |  23 |  57k|2383 | 0.000000e+00 | 2.000000e+00 |    Inf 
61.51/61.59	c  61.6s|490000 |  3137 |983823 |   2.0 |4688k|  33 |   - |  94 |2128 |  94 |  14 |  23 |  58k|2385 | 0.000000e+00 | 2.000000e+00 |    Inf 
62.79/62.82	c  62.8s|500000 |  2745 |  1002k|   2.0 |4603k|  33 |   4 |  94 |2108 |  94 |  14 |  23 |  59k|2399 | 0.000000e+00 | 2.000000e+00 |    Inf 
64.09/64.12	c  64.1s|510000 |  1855 |  1020k|   2.0 |4067k|  33 |   4 |  94 |2014 |  94 |  14 |  23 |  61k|2407 | 0.000000e+00 | 2.000000e+00 |    Inf 
65.29/65.38	c  65.4s|520000 |   970 |  1040k|   2.0 |3470k|  33 |   4 |  94 |2169 |  94 |  14 |  23 |  62k|2418 | 0.000000e+00 | 2.000000e+00 |    Inf 
66.49/66.58	c  66.6s|530000 |   514 |  1059k|   2.0 |3065k|  33 |   - |  94 |2311 |  94 |  14 |  23 |  63k|2443 | 0.000000e+00 | 2.000000e+00 |    Inf 
67.69/67.72	c  67.7s|540000 |  1425 |  1079k|   2.0 |3424k|  33 |   4 |  94 |2163 |  94 |  14 |  23 |  64k|2471 | 0.000000e+00 | 2.000000e+00 |    Inf 
68.80/68.82	c  68.8s|550000 |  1800 |  1098k|   2.0 |3849k|  33 |   4 |  94 |2373 |  94 |  14 |  23 |  65k|2485 | 0.000000e+00 | 2.000000e+00 |    Inf 
69.89/69.99	c  70.0s|560000 |  1001 |  1117k|   2.0 |3439k|  33 |   4 |  94 |2201 |  94 |  14 |  23 |  67k|2494 | 0.000000e+00 | 2.000000e+00 |    Inf 
71.09/71.14	c  71.1s|570000 |   454 |  1137k|   2.0 |2949k|  33 |   4 |  94 |2279 |  94 |  14 |  23 |  68k|2506 | 0.000000e+00 | 2.000000e+00 |    Inf 
72.19/72.27	c  72.3s|580000 |   419 |  1157k|   2.0 |2801k|  33 |   - |  94 |2194 |  94 |  14 |  23 |  69k|2545 | 0.000000e+00 | 2.000000e+00 |    Inf 
73.40/73.40	c  73.4s|590000 |   454 |  1176k|   2.0 |2955k|  33 |   - |  94 |2473 |  94 |  14 |  23 |  70k|2555 | 0.000000e+00 | 2.000000e+00 |    Inf 
74.60/74.61	c  74.6s|600000 |   487 |  1195k|   2.0 |2962k|  33 |   4 |  94 |2277 |  94 |  14 |  23 |  71k|2599 | 0.000000e+00 | 2.000000e+00 |    Inf 
75.69/75.77	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
75.69/75.77	c  75.8s|610000 |   495 |  1213k|   2.0 |2994k|  33 |   4 |  94 |2410 |  94 |  14 |  23 |  72k|2614 | 0.000000e+00 | 2.000000e+00 |    Inf 
76.91/76.96	c  77.0s|620000 |   143 |  1233k|   2.0 |2635k|  33 |   4 |  94 |2190 |  94 |  14 |  23 |  73k|2730 | 0.000000e+00 | 2.000000e+00 |    Inf 
78.01/78.06	c  78.1s|630000 |  1148 |  1255k|   2.0 |3337k|  33 |   4 |  94 |2455 |  94 |  14 |  23 |  74k|2750 | 0.000000e+00 | 2.000000e+00 |    Inf 
79.21/79.22	c  79.2s|640000 |  1988 |  1274k|   2.0 |4038k|  33 |   4 |  94 |2797 |  94 |  14 |  23 |  75k|2765 | 0.000000e+00 | 2.000000e+00 |    Inf 
80.39/80.45	c  80.4s|650000 |  1997 |  1294k|   2.0 |4319k|  33 |   4 |  94 |3044 |  94 |  14 |  23 |  77k|2773 | 0.000000e+00 | 2.000000e+00 |    Inf 
81.69/81.77	c  81.8s|660000 |  1415 |  1313k|   2.0 |3948k|  33 |   4 |  94 |2704 |  94 |  14 |  23 |  78k|2783 | 0.000000e+00 | 2.000000e+00 |    Inf 
82.99/83.03	c  83.0s|670000 |   708 |  1333k|   2.0 |3523k|  33 |   - |  94 |2874 |  94 |  14 |  23 |  79k|2802 | 0.000000e+00 | 2.000000e+00 |    Inf 
84.19/84.24	c  84.2s|680000 |   438 |  1352k|   2.0 |3087k|  33 |   4 |  94 |2877 |  94 |  14 |  23 |  80k|2822 | 0.000000e+00 | 2.000000e+00 |    Inf 
85.30/85.40	c  85.4s|690000 |   180 |  1372k|   2.0 |2977k|  33 |   4 |  94 |3052 |  94 |  14 |  23 |  81k|2839 | 0.000000e+00 | 2.000000e+00 |    Inf 
86.49/86.53	c  86.5s|700000 |   475 |  1392k|   2.0 |3263k|  33 |   4 |  94 |3223 |  94 |  14 |  23 |  82k|2848 | 0.000000e+00 | 2.000000e+00 |    Inf 
87.70/87.72	c  87.7s|710000 |   610 |  1412k|   2.0 |3438k|  33 |   4 |  94 |3193 |  94 |  14 |  23 |  83k|2870 | 0.000000e+00 | 2.000000e+00 |    Inf 
88.90/88.95	c  88.9s|720000 |  1280 |  1431k|   2.0 |3526k|  33 |   - |  94 |2879 |   0 |   0 |  23 |  84k|2891 | 0.000000e+00 | 2.000000e+00 |    Inf 
90.11/90.19	c  90.2s|730000 |  1381 |  1450k|   2.0 |3673k|  33 |   4 |  94 |2673 |  94 |  14 |  23 |  85k|2901 | 0.000000e+00 | 2.000000e+00 |    Inf 
91.21/91.27	c  91.3s|740000 |  2679 |  1470k|   2.0 |4479k|  33 |   - |  94 |2789 |  94 |  14 |  23 |  86k|2906 | 0.000000e+00 | 2.000000e+00 |    Inf 
92.31/92.40	c  92.4s|750000 |  3534 |  1490k|   2.0 |5125k|  33 |   4 |  94 |3014 |  94 |  14 |  23 |  87k|2912 | 0.000000e+00 | 2.000000e+00 |    Inf 
93.59/93.62	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
93.59/93.62	c  93.6s|760000 |  3345 |  1509k|   2.0 |5181k|  33 |   - |  94 |2949 |  94 |  14 |  23 |  88k|2926 | 0.000000e+00 | 2.000000e+00 |    Inf 
94.89/94.90	c  94.9s|770000 |  2752 |  1528k|   2.0 |5013k|  33 |   4 |  94 |3060 |  94 |  14 |  23 |  90k|2930 | 0.000000e+00 | 2.000000e+00 |    Inf 
96.09/96.16	c  96.2s|780000 |  2240 |  1546k|   2.0 |4799k|  33 |   - |  94 |3095 |  94 |  14 |  23 |  91k|2942 | 0.000000e+00 | 2.000000e+00 |    Inf 
97.39/97.48	c  97.5s|790000 |  1370 |  1565k|   2.0 |4194k|  33 |   - |  94 |2892 |  94 |  14 |  23 |  92k|2957 | 0.000000e+00 | 2.000000e+00 |    Inf 
98.80/98.81	c  98.8s|800000 |   440 |  1584k|   2.0 |3157k|  33 |   4 |  94 |2785 |  94 |  14 |  23 |  93k|2960 | 0.000000e+00 | 2.000000e+00 |    Inf 
99.89/99.95	c   100s|810000 |   606 |  1603k|   2.0 |3513k|  33 |   - |  94 |3161 |  94 |  14 |  23 |  94k|2974 | 0.000000e+00 | 2.000000e+00 |    Inf 
101.11/101.15	c   101s|820000 |   515 |  1622k|   2.0 |3222k|  33 |   4 |  94 |3079 |  94 |  14 |  23 |  96k|2988 | 0.000000e+00 | 2.000000e+00 |    Inf 
102.31/102.35	c   102s|830000 |   449 |  1643k|   2.0 |3146k|  33 |   - |  94 |3069 |  94 |  14 |  23 |  97k|3148 | 0.000000e+00 | 2.000000e+00 |    Inf 
103.50/103.51	c   104s|840000 |  1098 |  1663k|   2.0 |3765k|  33 |   - |  94 |3459 |  94 |  14 |  23 |  98k|3151 | 0.000000e+00 | 2.000000e+00 |    Inf 
104.80/104.81	c   105s|850000 |   756 |  1683k|   2.0 |3453k|  33 |   4 |  94 |2795 |  94 |  14 |  23 |  99k|3162 | 0.000000e+00 | 2.000000e+00 |    Inf 
105.99/106.08	c   106s|860000 |   369 |  1703k|   2.0 |2988k|  33 |   4 |  94 |2678 |  94 |  14 |  23 | 100k|3176 | 0.000000e+00 | 2.000000e+00 |    Inf 
107.09/107.16	c   107s|870000 |  1157 |  1721k|   2.0 |3611k|  33 |   - |  94 |2964 |  94 |  14 |  23 | 101k|3181 | 0.000000e+00 | 2.000000e+00 |    Inf 
108.20/108.29	c   108s|880000 |   965 |  1742k|   2.0 |3688k|  33 |   - |  94 |3061 |  94 |  14 |  23 | 102k|3187 | 0.000000e+00 | 2.000000e+00 |    Inf 
109.50/109.56	c   110s|890000 |   370 |  1761k|   2.0 |3111k|  33 |   4 |  94 |2729 |  94 |  14 |  23 | 103k|3232 | 0.000000e+00 | 2.000000e+00 |    Inf 
110.69/110.74	c   111s|900000 |   356 |  1782k|   2.0 |3050k|  33 |   4 |  94 |2895 |  94 |  14 |  23 | 104k|3327 | 0.000000e+00 | 2.000000e+00 |    Inf 
111.89/111.91	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
111.89/111.91	c   112s|910000 |   180 |  1801k|   2.0 |3158k|  33 |   - |  94 |3261 |  94 |  14 |  23 | 105k|3338 | 0.000000e+00 | 2.000000e+00 |    Inf 
113.00/113.05	c   113s|920000 |   705 |  1821k|   2.0 |3569k|  33 |   4 |  94 |3472 |  94 |  14 |  23 | 107k|3354 | 0.000000e+00 | 2.000000e+00 |    Inf 
114.19/114.26	c   114s|930000 |   112 |  1840k|   2.0 |3232k|  33 |   4 |  94 |3678 |  94 |  14 |  23 | 108k|3365 | 0.000000e+00 | 2.000000e+00 |    Inf 
115.41/115.43	c   115s|940000 |    95 |  1859k|   2.0 |3199k|  33 |   4 |  94 |3665 |  94 |  14 |  23 | 109k|3372 | 0.000000e+00 | 2.000000e+00 |    Inf 
116.61/116.62	c   117s|950000 |   140 |  1878k|   2.0 |3172k|  33 |   - |  94 |3522 |   0 |   0 |  23 | 110k|3393 | 0.000000e+00 | 2.000000e+00 |    Inf 
117.89/117.91	c   118s|960000 |   287 |  1897k|   2.0 |2994k|  33 |   - |  94 |2580 |  94 |  14 |  23 | 111k|3396 | 0.000000e+00 | 2.000000e+00 |    Inf 
119.00/119.06	c   119s|970000 |   293 |  1917k|   2.0 |3112k|  33 |   - |  94 |2958 |  94 |  14 |  23 | 112k|3418 | 0.000000e+00 | 2.000000e+00 |    Inf 
120.19/120.23	c   120s|980000 |   373 |  1936k|   2.0 |3252k|  33 |   4 |  94 |3146 |  94 |  14 |  23 | 113k|3421 | 0.000000e+00 | 2.000000e+00 |    Inf 
121.29/121.37	c   121s|990000 |   191 |  1956k|   2.0 |3104k|  33 |   - |  94 |3214 |  94 |  14 |  23 | 114k|3427 | 0.000000e+00 | 2.000000e+00 |    Inf 
122.50/122.57	c   123s|  1000k|   348 |  1976k|   2.0 |3202k|  33 |   - |  94 |3247 |  94 |  14 |  23 | 115k|3451 | 0.000000e+00 | 2.000000e+00 |    Inf 
123.69/123.77	c   124s|  1010k|   200 |  1994k|   2.0 |3320k|  33 |   - |  94 |3777 |  94 |  14 |  23 | 117k|3465 | 0.000000e+00 | 2.000000e+00 |    Inf 
125.00/125.03	c   125s|  1020k|   227 |  2014k|   2.0 |3464k|  33 |   - |  94 |4077 |  94 |  14 |  23 | 119k|3494 | 0.000000e+00 | 2.000000e+00 |    Inf 
126.29/126.37	c   126s|  1030k|   272 |  2033k|   2.0 |3665k|  33 |   - |  94 |4490 |   0 |   0 |  23 | 121k|3505 | 0.000000e+00 | 2.000000e+00 |    Inf 
127.69/127.71	c   128s|  1040k|   751 |  2052k|   2.0 |3888k|  33 |   4 |  94 |4541 |  94 |  14 |  23 | 123k|3516 | 0.000000e+00 | 2.000000e+00 |    Inf 
129.10/129.15	c   129s|  1050k|   429 |  2072k|   2.0 |3639k|  33 |   4 |  94 |3988 |  94 |  14 |  23 | 125k|3525 | 0.000000e+00 | 2.000000e+00 |    Inf 
130.40/130.49	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
130.40/130.49	c   130s|  1060k|   453 |  2091k|   2.0 |3699k|  33 |   4 |  94 |4383 |  94 |  14 |  23 | 127k|3527 | 0.000000e+00 | 2.000000e+00 |    Inf 
131.79/131.85	c   132s|  1070k|   649 |  2111k|   2.0 |3863k|  33 |   - |  94 |4585 |  94 |  14 |  23 | 129k|3531 | 0.000000e+00 | 2.000000e+00 |    Inf 
133.19/133.20	c   133s|  1080k|   610 |  2130k|   2.0 |4096k|  33 |   - |  94 |4943 |   0 |   0 |  23 | 131k|3534 | 0.000000e+00 | 2.000000e+00 |    Inf 
134.60/134.62	c   135s|  1090k|   200 |  2149k|   2.0 |4029k|  33 |   4 |  94 |5588 |  94 |  14 |  23 | 133k|3541 | 0.000000e+00 | 2.000000e+00 |    Inf 
136.00/136.03	c   136s|  1100k|   381 |  2169k|   2.0 |4028k|  33 |   4 |  94 |5232 |  94 |  14 |  23 | 135k|3555 | 0.000000e+00 | 2.000000e+00 |    Inf 
137.41/137.49	c   137s|  1110k|    30 |  2189k|   2.0 |3818k|  33 |   - |  94 |5280 |  94 |  14 |  23 | 137k|3557 | 0.000000e+00 | 2.000000e+00 |    Inf 
137.41/137.51	c 
137.41/137.51	c SCIP Status        : problem is solved [optimal solution found]
137.41/137.51	c Solving Time (sec) : 137.51
137.41/137.51	c Solving Nodes      : 1110049
137.41/137.51	c Primal Bound       : +2.00000000000000e+00 (39 solutions)
137.41/137.51	c Dual Bound         : +2.00000000000000e+00
137.41/137.51	c Gap                : 0.00 %
137.41/137.51	s OPTIMUM FOUND
137.41/137.51	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 
137.41/137.51	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 
137.41/137.51	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 
137.41/137.51	v -x15 -x14 -x13 -x12 -x11 -x10 -x9 -x8 -x7 -x6 -x5 -x4 -x3 -x2 x1 
137.41/137.51	c SCIP Status        : problem is solved [optimal solution found]
137.41/137.51	c Total Time         :     137.51
137.41/137.51	c   solving          :     137.51
137.41/137.51	c   presolving       :       0.00 (included in solving)
137.41/137.51	c   reading          :       0.00 (included in solving)
137.41/137.51	c Original Problem   :
137.41/137.51	c   Problem name     : HOME/instance-3452731-1307094733.opb
137.41/137.51	c   Variables        : 94 (94 binary, 0 integer, 0 implicit integer, 0 continuous)
137.41/137.51	c   Constraints      : 8 initial, 8 maximal
137.41/137.51	c Presolved Problem  :
137.41/137.51	c   Problem name     : t_HOME/instance-3452731-1307094733.opb
137.41/137.51	c   Variables        : 94 (94 binary, 0 integer, 0 implicit integer, 0 continuous)
137.41/137.51	c   Constraints      : 4 initial, 5735 maximal
137.41/137.51	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons    AddCons   ChgSides   ChgCoefs
137.41/137.51	c   trivial          :       0.00          0          0          0          0          0          0          0          0          0
137.41/137.51	c   dualfix          :       0.00          0          0          0          0          0          0          0          0          0
137.41/137.51	c   boundshift       :       0.00          0          0          0          0          0          0          0          0          0
137.41/137.51	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0          0
137.41/137.51	c   implics          :       0.00          0          0          0          0          0          0          0          0          0
137.41/137.51	c   probing          :       0.00          0          0          0          0          0          0          0          0          0
137.41/137.51	c   linear           :       0.00          0          0          0          0          0          4          0          0          0
137.41/137.51	c   logicor          :       0.00          0          0          0          0          0          0          0          0          0
137.41/137.51	c   root node        :          -         57          -          -         57          -          -          -          -          -
137.41/137.51	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS     #Check   #Resprop    Cutoffs    DomReds       Cuts      Conss   Children
137.41/137.51	c   integral         :          0          0          0     567433          0         27          0        464       1743          0          0    1130442
137.41/137.51	c   linear           :          4+         7    1434409          2          0         24    1020448     193487    1200736          0          0          0
137.41/137.51	c   logicor          :          0+         0     816717          0          0          0      54425       1201      61281          0          0          0
137.41/137.51	c   countsols        :          0          0          0         18          0         23          0          0          0          0          0          0
137.41/137.51	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS      Check    Resprop
137.41/137.51	c   integral         :       3.10       0.00       0.00       3.10       0.00       0.00       0.00
137.41/137.51	c   linear           :      12.97       0.00      11.12       0.00       0.00       0.00       1.85
137.41/137.51	c   logicor          :      15.08       0.00      15.01       0.00       0.00       0.00       0.07
137.41/137.51	c   countsols        :       0.00       0.00       0.00       0.00       0.00       0.00       0.00
137.41/137.51	c Propagators        : #Propagate   #Resprop    Cutoffs    DomReds
137.41/137.51	c   vbounds          :          0          0          0          0
137.41/137.51	c   rootredcost      :         36          0          0         56
137.41/137.51	c   pseudoobj        :    1434539        477        299      60986
137.41/137.51	c Propagator Timings :  TotalTime  Propagate    Resprop
137.41/137.51	c   vbounds          :       0.26       0.26       0.00
137.41/137.51	c   rootredcost      :       0.29       0.29       0.00
137.41/137.51	c   pseudoobj        :       2.23       2.23       0.00
137.41/137.51	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
137.41/137.51	c   propagation      :       3.07     194987     122230     167898       22.7          7       24.1          -
137.41/137.51	c   infeasible LP    :       0.02       1349       1348       1484       14.4          1       25.0          0
137.41/137.51	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
137.41/137.51	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
137.41/137.51	c   pseudo solution  :       0.00          1          1          1        2.0          0        0.0          -
137.41/137.51	c   applied globally :          -          -          -     137167       22.5          -          -          -
137.41/137.51	c   applied locally  :          -          -          -         22       36.5          -          -          -
137.41/137.51	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
137.41/137.51	c   cut pool         :       0.00          5          -          -         20          -    (maximal pool size: 71)
137.41/137.51	c   redcost          :       1.75     595701          0     320249          0          0
137.41/137.51	c   impliedbounds    :       0.00          6          0          0          0          0
137.41/137.51	c   intobj           :       0.00          0          0          0          0          0
137.41/137.51	c   gomory           :       0.00          6          0          0          0          0
137.41/137.51	c   cgmip            :       0.00          0          0          0          0          0
137.41/137.51	c   closecuts        :       0.00          0          0          0          0          0
137.41/137.51	c   strongcg         :       0.00          6          0          0         12          0
137.41/137.51	c   cmir             :       0.01          6          0          0         32          0
137.41/137.51	c   flowcover        :       0.01          6          0          0         48          0
137.41/137.51	c   clique           :       0.00          1          0          0          0          0
137.41/137.51	c   zerohalf         :       0.00          0          0          0          0          0
137.41/137.51	c   mcf              :       0.00          1          0          0          0          0
137.41/137.51	c   oddcycle         :       0.00          0          0          0          0          0
137.41/137.51	c   rapidlearning    :       0.01          1          0          0          0         10
137.41/137.51	c Pricers            :       Time      Calls       Vars
137.41/137.51	c   problem variables:       0.00          0          0
137.41/137.51	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
137.41/137.51	c   relpscost        :       2.82     567415        464       1743          0          0    1130442
137.41/137.51	c   pscost           :       0.00          0          0          0          0          0          0
137.41/137.51	c   inference        :       0.00          0          0          0          0          0          0
137.41/137.51	c   mostinf          :       0.00          0          0          0          0          0          0
137.41/137.51	c   leastinf         :       0.00          0          0          0          0          0          0
137.41/137.51	c   fullstrong       :       0.00          0          0          0          0          0          0
137.41/137.51	c   allfullstrong    :       0.00          0          0          0          0          0          0
137.41/137.51	c   random           :       0.00          0          0          0          0          0          0
137.41/137.51	c Primal Heuristics  :       Time      Calls      Found
137.41/137.51	c   LP solutions     :       0.00          -         18
137.41/137.51	c   pseudo solutions :       0.00          -          0
137.41/137.51	c   feaspump         :       0.05          1          0
137.41/137.51	c   oneopt           :       0.22         35          0
137.41/137.51	c   guideddiving     :       0.18        526          3
137.41/137.51	c   veclendiving     :       0.20        526          2
137.41/137.51	c   linesearchdiving :       0.19        526          1
137.41/137.51	c   pscostdiving     :       0.19        527          3
137.41/137.51	c   coefdiving       :       0.19        527          5
137.41/137.51	c   fracdiving       :       0.19        527          1
137.41/137.51	c   rootsoldiving    :       0.23        305          1
137.41/137.51	c   objpscostdiving  :       0.11        306          1
137.41/137.51	c   trivial          :       0.00          2          0
137.41/137.51	c   shiftandpropagate:       0.00          1          1
137.41/137.51	c   simplerounding   :       0.12          0          0
137.41/137.51	c   zirounding       :       1.23          0          0
137.41/137.51	c   rounding         :       0.26      10911          0
137.41/137.51	c   shifting         :       3.11      13812          1
137.41/137.51	c   intshifting      :       0.02          0          0
137.41/137.51	c   twoopt           :       0.00          0          0
137.41/137.51	c   fixandinfer      :       0.00          0          0
137.41/137.51	c   clique           :       0.00          0          0
137.41/137.51	c   intdiving        :       0.00          0          0
137.41/137.51	c   actconsdiving    :       0.00          0          0
137.41/137.51	c   octane           :       0.00          0          0
137.41/137.51	c   rens             :       0.02          1          0
137.41/137.51	c   rins             :       0.00          0          0
137.41/137.51	c   localbranching   :       0.00          0          0
137.41/137.51	c   mutation         :       0.00          0          0
137.41/137.51	c   crossover        :       0.01          1          1
137.41/137.51	c   dins             :       0.00          0          0
137.41/137.51	c   vbounds          :       0.00          0          0
137.41/137.51	c   undercover       :       0.00          0          0
137.41/137.51	c   subnlp           :       0.14          0          0
137.41/137.51	c   trysol           :       0.19          0          0
137.41/137.51	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
137.41/137.51	c   primal LP        :       0.00          0          0       0.00          -
137.41/137.51	c   dual LP          :      39.59     968490    2164522       2.23   54675.23
137.41/137.51	c   lex dual LP      :       0.00          0          0       0.00          -
137.41/137.51	c   barrier LP       :       0.00          0          0       0.00          -
137.41/137.51	c   diving/probing LP:       0.51      10893      24927       2.29   48434.29
137.41/137.51	c   strong branching :       0.28       3557      14324       4.03   51046.85
137.41/137.51	c     (at root node) :          -          9        327      36.33          -
137.41/137.51	c   conflict analysis:       0.00          0          0       0.00          -
137.41/137.51	c B&B Tree           :
137.41/137.51	c   number of runs   :          1
137.41/137.51	c   nodes            :    1110049
137.41/137.51	c   nodes (total)    :    1110049
137.41/137.51	c   nodes left       :          0
137.41/137.51	c   max depth        :         33
137.41/137.51	c   max depth (total):         33
137.41/137.51	c   backtracks       :     314368 (28.3%)
137.41/137.51	c   delayed cutoffs  :      19940
137.41/137.51	c   repropagations   :      76708 (149847 domain reductions, 19495 cutoffs)
137.41/137.51	c   avg switch length:       4.92
137.41/137.51	c   switching time   :      26.16
137.41/137.51	c Solution           :
137.41/137.51	c   Solutions found  :         39 (37 improvements)
137.41/137.51	c   First Solution   : +1.12400000000000e+03   (in run 1, after 1 nodes, 0.01 seconds, depth 42, found by <shiftandpropagate>)
137.41/137.51	c   Primal Bound     : +2.00000000000000e+00   (in run 1, after 45984 nodes, 7.42 seconds, depth 24, found by <relaxation>)
137.41/137.51	c   Dual Bound       : +2.00000000000000e+00
137.41/137.51	c   Gap              :       0.00 %
137.41/137.51	c   Root Dual Bound  : +0.00000000000000e+00
137.41/137.51	c   Root Iterations  :         66
137.41/137.51	c Time complete: 137.51.

Verifier Data

OK	2

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 977)

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3452731-1307094733/watcher-3452731-1307094733 -o /tmp/evaluation-result-3452731-1307094733/solver-3452731-1307094733 -C 1800 -W 1900 -M 15500 HOME/scip-2.0.1.4.linux.x86_64.gnu.opt.spx -f HOME/instance-3452731-1307094733.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: 0.93 1.16 1.54 4/510 30613
/proc/meminfo: memFree=16810744/32951124 swapFree=67111204/67111528
[pid=30613] ppid=30609 vsize=26372 CPUtime=0 cores=1,3,5,7
/proc/30613/stat : 30613 (scip-2.0.1.4.li) R 30609 30613 30576 0 -1 4202496 5294 0 0 0 0 0 0 0 18 0 1 0 801889406 27004928 4990 33554432000 4194304 9128323 140735369389568 18446744073709551615 8009006 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/30613/statm: 6593 5007 669 1205 0 5384 0

[startup+0.038414 s]
/proc/loadavg: 0.93 1.16 1.54 4/510 30613
/proc/meminfo: memFree=16810744/32951124 swapFree=67111204/67111528
[pid=30613] ppid=30609 vsize=25224 CPUtime=0.02 cores=1,3,5,7
/proc/30613/stat : 30613 (scip-2.0.1.4.li) R 30609 30613 30576 0 -1 4202496 5565 0 0 0 2 0 0 0 18 0 1 0 801889406 25829376 4908 33554432000 4194304 9128323 140735369389568 18446744073709551615 6699339 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/30613/statm: 6306 4908 698 1205 0 5097 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 25224

[startup+0.100399 s]
/proc/loadavg: 0.93 1.16 1.54 4/510 30613
/proc/meminfo: memFree=16810744/32951124 swapFree=67111204/67111528
[pid=30613] ppid=30609 vsize=27680 CPUtime=0.09 cores=1,3,5,7
/proc/30613/stat : 30613 (scip-2.0.1.4.li) R 30609 30613 30576 0 -1 4202496 6191 0 0 0 8 1 0 0 18 0 1 0 801889406 28344320 5534 33554432000 4194304 9128323 140735369389568 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/30613/statm: 6920 5534 723 1205 0 5711 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 27680

[startup+0.300361 s]
/proc/loadavg: 0.93 1.16 1.54 4/510 30613
/proc/meminfo: memFree=16810744/32951124 swapFree=67111204/67111528
[pid=30613] ppid=30609 vsize=27680 CPUtime=0.29 cores=1,3,5,7
/proc/30613/stat : 30613 (scip-2.0.1.4.li) R 30609 30613 30576 0 -1 4202496 6194 0 0 0 24 5 0 0 18 0 1 0 801889406 28344320 5537 33554432000 4194304 9128323 140735369389568 18446744073709551615 7414820 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/30613/statm: 6920 5537 725 1205 0 5711 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 27680

[startup+0.700293 s]
/proc/loadavg: 0.93 1.16 1.54 4/510 30613
/proc/meminfo: memFree=16810744/32951124 swapFree=67111204/67111528
[pid=30613] ppid=30609 vsize=25264 CPUtime=0.69 cores=1,3,5,7
/proc/30613/stat : 30613 (scip-2.0.1.4.li) R 30609 30613 30576 0 -1 4202496 6310 0 0 0 58 11 0 0 18 0 1 0 801889406 25870336 5295 33554432000 4194304 9128323 140735369389568 18446744073709551615 5239352 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/30613/statm: 6316 5295 725 1205 0 5107 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 25264

[startup+1.50016 s]
/proc/loadavg: 0.93 1.16 1.54 4/512 30615
/proc/meminfo: memFree=16768476/32951124 swapFree=67111204/67111528
[pid=30613] ppid=30609 vsize=25264 CPUtime=1.49 cores=1,3,5,7
/proc/30613/stat : 30613 (scip-2.0.1.4.li) R 30609 30613 30576 0 -1 4202496 6311 0 0 0 129 20 0 0 20 0 1 0 801889406 25870336 5296 33554432000 4194304 9128323 140735369389568 18446744073709551615 5332975 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/30613/statm: 6316 5296 725 1205 0 5107 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 25264

[startup+3.10087 s]
/proc/loadavg: 0.93 1.16 1.54 3/512 30615
/proc/meminfo: memFree=16766492/32951124 swapFree=67111204/67111528
[pid=30613] ppid=30609 vsize=25264 CPUtime=3.09 cores=1,3,5,7
/proc/30613/stat : 30613 (scip-2.0.1.4.li) R 30609 30613 30576 0 -1 4202496 6314 0 0 0 273 36 0 0 25 0 1 0 801889406 25870336 5299 33554432000 4194304 9128323 140735369389568 18446744073709551615 7414868 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/30613/statm: 6316 5299 725 1205 0 5107 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 25264

[startup+6.30031 s]
/proc/loadavg: 1.01 1.17 1.54 4/512 30616
/proc/meminfo: memFree=16765880/32951124 swapFree=67111204/67111528
[pid=30613] ppid=30609 vsize=25264 CPUtime=6.29 cores=1,3,5,7
/proc/30613/stat : 30613 (scip-2.0.1.4.li) R 30609 30613 30576 0 -1 4202496 6314 0 0 0 568 61 0 0 25 0 1 0 801889406 25870336 5299 33554432000 4194304 9128323 140735369389568 18446744073709551615 6581570 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/30613/statm: 6316 5299 725 1205 0 5107 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 25264

[startup+12.7002 s]
/proc/loadavg: 1.09 1.18 1.54 3/512 30616
/proc/meminfo: memFree=16753512/32951124 swapFree=67111204/67111528
[pid=30613] ppid=30609 vsize=25264 CPUtime=12.69 cores=1,3,5,7
/proc/30613/stat : 30613 (scip-2.0.1.4.li) R 30609 30613 30576 0 -1 4202496 6314 0 0 0 1140 129 0 0 25 0 1 0 801889406 25870336 5299 33554432000 4194304 9128323 140735369389568 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/30613/statm: 6316 5299 725 1205 0 5107 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 25264

[startup+25.5009 s]
/proc/loadavg: 1.29 1.22 1.55 3/512 30616
/proc/meminfo: memFree=16726892/32951124 swapFree=67111204/67111528
[pid=30613] ppid=30609 vsize=25264 CPUtime=25.49 cores=1,3,5,7
/proc/30613/stat : 30613 (scip-2.0.1.4.li) R 30609 30613 30576 0 -1 4202496 6314 0 0 0 2286 263 0 0 25 0 1 0 801889406 25870336 5299 33554432000 4194304 9128323 140735369389568 18446744073709551615 4900848 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/30613/statm: 6316 5299 725 1205 0 5107 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 25264

[startup+51.1004 s]
/proc/loadavg: 1.69 1.32 1.57 3/512 30617
/proc/meminfo: memFree=16704824/32951124 swapFree=67111204/67111528
[pid=30613] ppid=30609 vsize=25264 CPUtime=51.09 cores=1,3,5,7
/proc/30613/stat : 30613 (scip-2.0.1.4.li) R 30609 30613 30576 0 -1 4202496 6314 0 0 0 4574 535 0 0 25 0 1 0 801889406 25870336 5299 33554432000 4194304 9128323 140735369389568 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/30613/statm: 6316 5299 725 1205 0 5107 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 25264

[startup+102.319 s]
/proc/loadavg: 1.87 1.42 1.59 3/512 30618
/proc/meminfo: memFree=16632096/32951124 swapFree=67111204/67111528
[pid=30613] ppid=30609 vsize=25264 CPUtime=102.31 cores=1,3,5,7
/proc/30613/stat : 30613 (scip-2.0.1.4.li) R 30609 30613 30576 0 -1 4202496 6319 0 0 0 9139 1092 0 0 25 0 1 0 801889406 25870336 5304 33554432000 4194304 9128323 140735369389568 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/30613/statm: 6316 5304 725 1205 0 5107 0
Current children cumulated CPU time (s) 102.31
Current children cumulated vsize (KiB) 25264

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

[startup+115.1 s]
/proc/loadavg: 1.89 1.45 1.59 3/512 30618
/proc/meminfo: memFree=16616088/32951124 swapFree=67111204/67111528
[pid=30613] ppid=30609 vsize=25264 CPUtime=115.09 cores=1,3,5,7
/proc/30613/stat : 30613 (scip-2.0.1.4.li) R 30609 30613 30576 0 -1 4202496 6319 0 0 0 10275 1234 0 0 25 0 1 0 801889406 25870336 5304 33554432000 4194304 9128323 140735369389568 18446744073709551615 6581536 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/30613/statm: 6316 5304 725 1205 0 5107 0
Current children cumulated CPU time (s) 115.09
Current children cumulated vsize (KiB) 25264

[startup+127.901 s]
/proc/loadavg: 1.91 1.47 1.60 3/512 30619
/proc/meminfo: memFree=16615708/32951124 swapFree=67111204/67111528
[pid=30613] ppid=30609 vsize=25420 CPUtime=127.89 cores=1,3,5,7
/proc/30613/stat : 30613 (scip-2.0.1.4.li) R 30609 30613 30576 0 -1 4202496 6320 0 0 0 11421 1368 0 0 25 0 1 0 801889406 26030080 5305 33554432000 4194304 9128323 140735369389568 18446744073709551615 18446744073699065949 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/30613/statm: 6355 5305 725 1205 0 5146 0
Current children cumulated CPU time (s) 127.89
Current children cumulated vsize (KiB) 25420

[startup+134.301 s]
/proc/loadavg: 1.92 1.48 1.60 3/512 30619
/proc/meminfo: memFree=16612232/32951124 swapFree=67111204/67111528
[pid=30613] ppid=30609 vsize=25420 CPUtime=134.3 cores=1,3,5,7
/proc/30613/stat : 30613 (scip-2.0.1.4.li) R 30609 30613 30576 0 -1 4202496 6320 0 0 0 12006 1424 0 0 25 0 1 0 801889406 26030080 5305 33554432000 4194304 9128323 140735369389568 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/30613/statm: 6355 5305 725 1205 0 5146 0
Current children cumulated CPU time (s) 134.3
Current children cumulated vsize (KiB) 25420

[startup+135.901 s]
/proc/loadavg: 1.92 1.48 1.60 3/512 30619
/proc/meminfo: memFree=16612232/32951124 swapFree=67111204/67111528
[pid=30613] ppid=30609 vsize=25648 CPUtime=135.9 cores=1,3,5,7
/proc/30613/stat : 30613 (scip-2.0.1.4.li) R 30609 30613 30576 0 -1 4202496 6322 0 0 0 12151 1439 0 0 25 0 1 0 801889406 26263552 5307 33554432000 4194304 9128323 140735369389568 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/30613/statm: 6412 5307 725 1205 0 5203 0
Current children cumulated CPU time (s) 135.9
Current children cumulated vsize (KiB) 25648

[startup+136.7 s]
/proc/loadavg: 1.92 1.48 1.60 3/512 30619
/proc/meminfo: memFree=16612976/32951124 swapFree=67111204/67111528
[pid=30613] ppid=30609 vsize=25648 CPUtime=136.7 cores=1,3,5,7
/proc/30613/stat : 30613 (scip-2.0.1.4.li) R 30609 30613 30576 0 -1 4202496 6322 0 0 0 12223 1447 0 0 25 0 1 0 801889406 26263552 5307 33554432000 4194304 9128323 140735369389568 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/30613/statm: 6412 5307 725 1205 0 5203 0
Current children cumulated CPU time (s) 136.7
Current children cumulated vsize (KiB) 25648

[startup+137.1 s]
/proc/loadavg: 1.92 1.48 1.60 3/512 30619
/proc/meminfo: memFree=16612976/32951124 swapFree=67111204/67111528
[pid=30613] ppid=30609 vsize=25648 CPUtime=137.1 cores=1,3,5,7
/proc/30613/stat : 30613 (scip-2.0.1.4.li) R 30609 30613 30576 0 -1 4202496 6322 0 0 0 12259 1451 0 0 25 0 1 0 801889406 26263552 5307 33554432000 4194304 9128323 140735369389568 18446744073709551615 4710503 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/30613/statm: 6412 5307 725 1205 0 5203 0
Current children cumulated CPU time (s) 137.1
Current children cumulated vsize (KiB) 25648

[startup+137.3 s]
/proc/loadavg: 1.92 1.48 1.60 3/512 30619
/proc/meminfo: memFree=16612976/32951124 swapFree=67111204/67111528
[pid=30613] ppid=30609 vsize=25648 CPUtime=137.29 cores=1,3,5,7
/proc/30613/stat : 30613 (scip-2.0.1.4.li) R 30609 30613 30576 0 -1 4202496 6322 0 0 0 12277 1452 0 0 25 0 1 0 801889406 26263552 5307 33554432000 4194304 9128323 140735369389568 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/30613/statm: 6412 5307 725 1205 0 5203 0
Current children cumulated CPU time (s) 137.29
Current children cumulated vsize (KiB) 25648

[startup+137.4 s]
/proc/loadavg: 1.92 1.48 1.60 3/512 30619
/proc/meminfo: memFree=16611860/32951124 swapFree=67111204/67111528
[pid=30613] ppid=30609 vsize=25648 CPUtime=137.41 cores=1,3,5,7
/proc/30613/stat : 30613 (scip-2.0.1.4.li) R 30609 30613 30576 0 -1 4202496 6322 0 0 0 12288 1453 0 0 25 0 1 0 801889406 26263552 5307 33554432000 4194304 9128323 140735369389568 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/30613/statm: 6412 5307 725 1205 0 5203 0
Current children cumulated CPU time (s) 137.41
Current children cumulated vsize (KiB) 25648

Child status: 0
Real time (s): 137.518
CPU time (s): 137.521
CPU user time (s): 122.981
CPU system time (s): 14.5398
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 27680

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

runsolver used 0.734888 second user time and 1.64375 second system time

The end

Launcher Data

Begin job on node144 at 2011-06-03 11:52:13
IDJOB=3452731
IDBENCH=2896
IDSOLVER=1949
FILE ID=node144/3452731-1307094733
RUNJOBID= node144-1307094732-30595
PBS_JOBID= 13498007
Free space on /tmp= 73896 MiB

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

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

MD5SUM BENCH= d26b3b10be20d9248aac462b86b1f040
RANDOM SEED=1114420182

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

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.850
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5333.70
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.850
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5226.16
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.850
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.850
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.850
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.850
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.82
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.850
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.850
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.76
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      16811320 kB
Buffers:        276780 kB
Cached:         423092 kB
SwapCached:        140 kB
Active:       15496260 kB
Inactive:       366108 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      16811320 kB
SwapTotal:    67111528 kB
SwapFree:     67111204 kB
Dirty:           24084 kB
Writeback:           0 kB
AnonPages:    15162604 kB
Mapped:          41664 kB
Slab:           136576 kB
PageTables:      69576 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 157743384 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296008 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 73872 MiB
End job on node144 at 2011-06-03 11:54:30