Trace number 3734978

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 489.461 489.546

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB06/
manquiho/market-split/normalized-opt-market-split_4_30_4.opb
MD5SUM1757d8d914b8f8f6b2c05049538ae81a
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 benchmark22.1726
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 869
Number of bits of the biggest number in a constraint 10
Biggest sum of numbers in a constraint 3118
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-3734978-1338715708.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 1075
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 |     - | 383k|   0 |   - |  94 |   4 |  94 |   4 |   0 |   0 |   0 |      --      | 1.075000e+03 |    Inf 
0.00/0.01	c   0.0s|     1 |     0 |    19 |     - | 367k|   0 |   4 |  94 |   4 |  94 |   4 |   0 |   0 |   0 | 0.000000e+00 | 1.075000e+03 |    Inf 
0.00/0.03	o 994
0.00/0.03	c y 0.0s|     1 |     0 |    19 |     - | 392k|   0 |   4 |  94 |   4 |  94 |   4 |   0 |   0 |   0 | 0.000000e+00 | 9.940000e+02 |    Inf 
0.00/0.03	c   0.0s|     1 |     0 |    25 |     - | 410k|   0 |   8 |  94 |  13 |  94 |   8 |   4 |   0 |   0 | 0.000000e+00 | 9.940000e+02 |    Inf 
0.00/0.03	c   0.0s|     1 |     0 |    33 |     - | 456k|   0 |  11 |  94 |  13 |  94 |  14 |  10 |   0 |   0 | 0.000000e+00 | 9.940000e+02 |    Inf 
0.03/0.04	c   0.0s|     1 |     0 |    59 |     - | 484k|   0 |  10 |  94 |  13 |  94 |  19 |  15 |   0 |   0 | 0.000000e+00 | 9.940000e+02 |    Inf 
0.03/0.04	c   0.0s|     1 |     0 |    71 |     - | 509k|   0 |  12 |  94 |  13 |  94 |  22 |  18 |   0 |   0 | 0.000000e+00 | 9.940000e+02 |    Inf 
0.03/0.05	c   0.0s|     1 |     0 |    83 |     - | 536k|   0 |  10 |  94 |  13 |  94 |  26 |  22 |   0 |   0 | 0.000000e+00 | 9.940000e+02 |    Inf 
0.03/0.05	c   0.0s|     1 |     0 |    90 |     - | 575k|   0 |  10 |  94 |  13 |  94 |  30 |  26 |   0 |   0 | 0.000000e+00 | 9.940000e+02 |    Inf 
0.03/0.07	c   0.1s|     1 |     2 |   141 |     - | 576k|   0 |  10 |  94 |  13 |  94 |  30 |  26 |   0 |   9 | 0.000000e+00 | 9.940000e+02 |    Inf 
0.03/0.08	o 145
0.03/0.08	c c 0.1s|    16 |    16 |   238 |   9.9 | 597k|  15 |   - |  94 |  13 |  94 |  11 |  26 |   0 |  69 | 0.000000e+00 | 1.450000e+02 |    Inf 
0.03/0.09	o 143
0.03/0.09	c * 0.1s|    37 |    35 |   346 |   7.1 | 596k|  19 |   - |  94 |  13 |  94 |  11 |  26 |   0 | 123 | 0.000000e+00 | 1.430000e+02 |    Inf 
0.03/0.09	o 141
0.03/0.09	c * 0.1s|    38 |    34 |   346 |   6.9 | 597k|  19 |   - |  94 |  13 |  94 |  11 |  26 |   0 | 123 | 0.000000e+00 | 1.410000e+02 |    Inf 
0.08/0.10	o 140
0.08/0.10	c v 0.1s|    65 |    61 |   450 |   5.6 | 633k|  19 |   - |  94 |  13 |  94 |  11 |  26 |   3 | 181 | 0.000000e+00 | 1.400000e+02 |    Inf 
0.08/0.11	o 139
0.08/0.11	c * 0.1s|   102 |    96 |   663 |   5.7 | 647k|  24 |   - |  94 |  14 |  94 |  11 |  26 |   4 | 238 | 0.000000e+00 | 1.390000e+02 |    Inf 
0.08/0.11	o 137
0.08/0.11	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
0.08/0.11	c l 0.1s|   105 |    99 |   667 |   5.5 | 650k|  26 |   - |  94 |  14 |  94 |  11 |  26 |   4 | 245 | 0.000000e+00 | 1.370000e+02 |    Inf 
0.08/0.12	o 136
0.08/0.12	c * 0.1s|   116 |   108 |   701 |   5.3 | 658k|  26 |   - |  94 |  14 |  94 |  11 |  26 |   4 | 254 | 0.000000e+00 | 1.360000e+02 |    Inf 
0.08/0.12	o 132
0.08/0.12	c * 0.1s|   119 |   108 |   702 |   5.2 | 659k|  26 |   - |  94 |  14 |  94 |  11 |  26 |   4 | 258 | 0.000000e+00 | 1.320000e+02 |    Inf 
0.08/0.13	o 130
0.08/0.13	c * 0.1s|   161 |   136 |   824 |   4.6 | 676k|  26 |   - |  94 |  14 |  94 |  11 |  26 |   4 | 312 | 0.000000e+00 | 1.300000e+02 |    Inf 
0.08/0.13	o 128
0.08/0.13	c c 0.1s|   163 |   134 |   824 |   4.5 | 677k|  26 |   - |  94 |  14 |  94 |  11 |  26 |   4 | 314 | 0.000000e+00 | 1.280000e+02 |    Inf 
0.08/0.13	o 126
0.08/0.13	c p 0.1s|   163 |   131 |   824 |   4.5 | 686k|  26 |   - |  94 |  15 |  94 |  11 |  26 |   5 | 314 | 0.000000e+00 | 1.260000e+02 |    Inf 
0.08/0.14	o 125
0.08/0.14	c * 0.1s|   196 |   162 |   942 |   4.4 | 701k|  26 |   - |  94 |   6 |  94 |  11 |  26 |   5 | 334 | 0.000000e+00 | 1.250000e+02 |    Inf 
0.08/0.14	o 123
0.08/0.14	c * 0.1s|   199 |   161 |   943 |   4.3 | 700k|  26 |   - |  94 |   6 |  94 |  11 |  26 |   5 | 338 | 0.000000e+00 | 1.230000e+02 |    Inf 
0.08/0.14	o 121
0.08/0.14	c * 0.1s|   201 |   161 |   943 |   4.3 | 701k|  26 |   - |  94 |   6 |  94 |  11 |  26 |   5 | 338 | 0.000000e+00 | 1.210000e+02 |    Inf 
0.08/0.14	o 119
0.08/0.14	c * 0.1s|   202 |   159 |   943 |   4.2 | 702k|  26 |   - |  94 |   6 |  94 |  11 |  26 |   5 | 338 | 0.000000e+00 | 1.190000e+02 |    Inf 
0.08/0.15	o 118
0.08/0.15	c g 0.1s|   230 |   186 |  1037 |   4.1 | 717k|  26 |   - |  94 |   6 |  94 |  11 |  26 |   5 | 369 | 0.000000e+00 | 1.180000e+02 |    Inf 
0.08/0.15	o 116
0.08/0.15	c c 0.1s|   230 |   183 |  1037 |   4.1 | 716k|  26 |   - |  94 |   6 |  94 |  11 |  26 |   5 | 369 | 0.000000e+00 | 1.160000e+02 |    Inf 
0.08/0.15	o 115
0.08/0.15	c * 0.1s|   234 |   185 |  1053 |   4.1 | 720k|  26 |   - |  94 |   6 |  94 |  11 |  26 |   5 | 374 | 0.000000e+00 | 1.150000e+02 |    Inf 
0.08/0.15	o 113
0.08/0.15	c * 0.1s|   237 |   185 |  1056 |   4.1 | 722k|  26 |   - |  94 |   6 |  94 |  11 |  26 |   5 | 379 | 0.000000e+00 | 1.130000e+02 |    Inf 
0.08/0.15	o 111
0.08/0.15	c * 0.1s|   238 |   182 |  1056 |   4.1 | 722k|  26 |   - |  94 |   6 |  94 |  11 |  26 |   5 | 379 | 0.000000e+00 | 1.110000e+02 |    Inf 
0.08/0.16	o 110
0.08/0.16	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
0.08/0.16	c * 0.2s|   249 |   190 |  1079 |   4.0 | 729k|  26 |   - |  94 |   6 |  94 |  11 |  26 |   5 | 385 | 0.000000e+00 | 1.100000e+02 |    Inf 
0.08/0.16	o 106
0.08/0.16	c v 0.2s|   294 |   219 |  1197 |   3.8 | 743k|  26 |   - |  94 |   6 |  94 |  11 |  26 |   8 | 400 | 0.000000e+00 | 1.060000e+02 |    Inf 
0.08/0.16	o 102
0.08/0.16	c l 0.2s|   294 |   215 |  1197 |   3.8 | 743k|  26 |   - |  94 |   7 |  94 |  11 |  26 |   9 | 400 | 0.000000e+00 | 1.020000e+02 |    Inf 
0.08/0.17	o 93
0.08/0.17	c g 0.2s|   309 |   216 |  1238 |   3.7 | 756k|  26 |   - |  94 |   9 |  94 |  11 |  26 |  11 | 413 | 0.000000e+00 | 9.300000e+01 |    Inf 
0.08/0.18	o 92
0.08/0.18	c f 0.2s|   393 |   284 |  1460 |   3.5 | 800k|  26 |   - |  94 |  16 |  94 |  11 |  26 |  23 | 428 | 0.000000e+00 | 9.200000e+01 |    Inf 
0.08/0.19	o 91
0.08/0.19	c * 0.2s|   402 |   287 |  1480 |   3.5 | 802k|  26 |   - |  94 |  16 |  94 |  11 |  26 |  23 | 437 | 0.000000e+00 | 9.100000e+01 |    Inf 
0.08/0.19	o 89
0.08/0.19	c * 0.2s|   403 |   284 |  1480 |   3.5 | 802k|  26 |   - |  94 |  16 |  94 |  11 |  26 |  23 | 437 | 0.000000e+00 | 8.900000e+01 |    Inf 
0.19/0.20	o 40
0.19/0.20	c c 0.2s|   462 |   286 |  1790 |   3.7 | 803k|  26 |   - |  94 |  20 |  94 |  11 |  26 |  29 | 440 | 0.000000e+00 | 4.000000e+01 |    Inf 
0.19/0.21	o 39
0.19/0.21	c v 0.2s|   514 |   331 |  1946 |   3.6 | 819k|  26 |   - |  94 |  22 |  94 |  11 |  26 |  32 | 444 | 0.000000e+00 | 3.900000e+01 |    Inf 
0.19/0.21	o 37
0.19/0.21	c l 0.2s|   514 |   327 |  1946 |   3.6 | 821k|  26 |   - |  94 |  23 |  94 |  11 |  26 |  33 | 444 | 0.000000e+00 | 3.700000e+01 |    Inf 
0.19/0.22	o 36
0.19/0.22	c * 0.2s|   541 |   347 |  2034 |   3.6 | 831k|  26 |   - |  94 |  23 |  94 |  11 |  26 |  35 | 445 | 0.000000e+00 | 3.600000e+01 |    Inf 
0.19/0.23	o 35
0.19/0.23	c v 0.2s|   593 |   392 |  2204 |   3.6 | 858k|  26 |   - |  94 |  26 |  94 |  11 |  26 |  45 | 446 | 0.000000e+00 | 3.500000e+01 |    Inf 
0.19/0.28	o 34
0.19/0.28	c v 0.3s|   837 |   601 |  3074 |   3.6 | 964k|  26 |   - |  94 |  59 |  94 |  11 |  26 |  89 | 458 | 0.000000e+00 | 3.400000e+01 |    Inf 
0.19/0.29	o 33
0.19/0.29	c f 0.3s|   881 |   633 |  3244 |   3.6 | 984k|  26 |   - |  94 |  64 |  94 |  11 |  26 |  95 | 461 | 0.000000e+00 | 3.300000e+01 |    Inf 
0.29/0.30	o 23
0.29/0.30	c g 0.3s|   901 |   621 |  3324 |   3.6 | 986k|  26 |   - |  94 |  70 |  94 |  11 |  26 | 102 | 465 | 0.000000e+00 | 2.300000e+01 |    Inf 
0.29/0.36	o 22
0.29/0.36	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
0.29/0.36	c p 0.4s|  1184 |   840 |  4561 |   3.8 |1117k|  26 |   - |  94 | 135 |  94 |  11 |  26 | 172 | 482 | 0.000000e+00 | 2.200000e+01 |    Inf 
0.29/0.36	o 21
0.29/0.36	c p 0.4s|  1208 |   857 |  4733 |   3.8 |1130k|  26 |   - |  94 | 147 |  94 |  11 |  26 | 184 | 485 | 0.000000e+00 | 2.100000e+01 |    Inf 
0.29/0.36	o 19
0.29/0.36	c f 0.4s|  1208 |   839 |  4733 |   3.8 |1121k|  26 |   - |  94 | 150 |  94 |  11 |  26 | 188 | 485 | 0.000000e+00 | 1.900000e+01 |    Inf 
0.39/0.46	o 17
0.39/0.46	c l 0.5s|  1614 |  1150 |  6618 |   4.0 |1327k|  26 |   - |  94 | 282 |  94 |  11 |  26 | 326 | 485 | 0.000000e+00 | 1.700000e+01 |    Inf 
0.49/0.56	o 15
0.49/0.56	c * 0.6s|  1991 |  1391 |  8554 |   4.3 |1502k|  27 |   - |  94 | 424 |  94 |  11 |  26 | 471 | 486 | 0.000000e+00 | 1.500000e+01 |    Inf 
0.49/0.56	o 13
0.49/0.56	c * 0.6s|  1992 |  1375 |  8554 |   4.3 |1496k|  27 |   - |  94 | 424 |  94 |  11 |  26 | 471 | 486 | 0.000000e+00 | 1.300000e+01 |    Inf 
0.69/0.75	o 11
0.69/0.75	c l 0.7s|  2782 |  1824 | 11949 |   4.3 |1770k|  27 |   - |  94 | 623 |  94 |  11 |  26 | 699 | 492 | 0.000000e+00 | 1.100000e+01 |    Inf 
1.00/1.08	o 10
1.00/1.08	c * 1.1s|  4535 |  2573 | 18123 |   4.0 |2345k|  27 |   - |  94 |1100 |  94 |  11 |  26 |1186 | 504 | 0.000000e+00 | 1.000000e+01 |    Inf 
1.18/1.24	o 9
1.18/1.24	c l 1.2s|  5425 |  2878 | 20584 |   3.8 |2610k|  27 |   - |  94 |1283 |  94 |  11 |  26 |1373 | 531 | 0.000000e+00 | 9.000000e+00 |    Inf 
1.18/1.24	o 7
1.18/1.24	c * 1.2s|  5427 |  2829 | 20586 |   3.8 |2579k|  27 |   - |  94 |1284 |  94 |  11 |  26 |1374 | 531 | 0.000000e+00 | 7.000000e+00 |    Inf 
1.68/1.71	o 6
1.68/1.71	c * 1.7s|  8367 |  3420 | 27872 |   3.3 |3115k|  27 |   - |  94 |1864 |  94 |  11 |  26 |2004 | 569 | 0.000000e+00 | 6.000000e+00 |    Inf 
1.89/1.97	c   2.0s| 10000 |  3511 | 31278 |   3.1 |3367k|  27 |   - |  94 |2226 |   0 |   0 |  26 |2378 | 588 | 0.000000e+00 | 6.000000e+00 |    Inf 
3.69/3.79	c   3.8s| 20000 |  4842 | 53451 |   2.7 |5194k|  27 |   - |  94 |4284 |   0 |   0 |  26 |4706 | 706 | 0.000000e+00 | 6.000000e+00 |    Inf 
5.89/5.95	c   6.0s| 30000 |  4860 | 74440 |   2.5 |5655k|  27 |   4 |  94 |4379 |  94 |  11 |  26 |7075 | 877 | 0.000000e+00 | 6.000000e+00 |    Inf 
7.88/7.91	c   7.9s| 40000 |  4800 | 94912 |   2.4 |5790k|  27 |   4 |  94 |4520 |  94 |  11 |  26 |9541 |1012 | 0.000000e+00 | 6.000000e+00 |    Inf 
8.38/8.44	o 5
8.38/8.44	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
8.38/8.44	c * 8.4s| 42815 |  4776 |100522 |   2.3 |5824k|  27 |   - |  94 |4581 |  94 |  11 |  26 |  10k|1042 | 0.000000e+00 | 5.000000e+00 |    Inf 
8.38/8.44	o 3
8.38/8.44	c * 8.4s| 42816 |  4682 |100522 |   2.3 |5735k|  27 |   - |  94 |4581 |  94 |  11 |  26 |  10k|1042 | 0.000000e+00 | 3.000000e+00 |    Inf 
9.49/9.57	c   9.6s| 50000 |  4589 |114704 |   2.3 |4928k|  27 |   - |  94 |2465 |   0 |   0 |  26 |  11k|1055 | 0.000000e+00 | 3.000000e+00 |    Inf 
10.99/11.02	c  11.0s| 60000 |  4311 |134457 |   2.2 |4459k|  27 |   - |  94 |1530 |  94 |  11 |  26 |  13k|1126 | 0.000000e+00 | 3.000000e+00 |    Inf 
12.19/12.29	c  12.3s| 70000 |  4120 |154145 |   2.2 |4407k|  27 |   4 |  94 |1767 |  94 |  11 |  26 |  15k|1153 | 0.000000e+00 | 3.000000e+00 |    Inf 
13.49/13.53	c  13.5s| 80000 |  3949 |173816 |   2.2 |4156k|  27 |   - |  94 |1302 |   0 |   0 |  26 |  17k|1181 | 0.000000e+00 | 3.000000e+00 |    Inf 
14.68/14.75	c  14.8s| 90000 |  3993 |193349 |   2.1 |4279k|  27 |   4 |  94 |1550 |  94 |  11 |  26 |  19k|1212 | 0.000000e+00 | 3.000000e+00 |    Inf 
15.98/16.02	c  16.0s|100000 |  4143 |212703 |   2.1 |4455k|  27 |   4 |  94 |1881 |  94 |  11 |  26 |  21k|1245 | 0.000000e+00 | 3.000000e+00 |    Inf 
17.28/17.34	c  17.3s|110000 |  5188 |232763 |   2.1 |5357k|  27 |   - |  94 |2566 |  94 |  11 |  26 |  23k|1250 | 0.000000e+00 | 3.000000e+00 |    Inf 
18.59/18.66	c  18.7s|120000 |  5355 |251604 |   2.1 |5545k|  27 |   4 |  94 |2347 |  94 |  11 |  26 |  25k|1279 | 0.000000e+00 | 3.000000e+00 |    Inf 
19.89/19.98	c  20.0s|130000 |  5330 |269782 |   2.1 |5712k|  27 |   4 |  94 |2501 |  94 |  11 |  26 |  27k|1294 | 0.000000e+00 | 3.000000e+00 |    Inf 
21.29/21.32	c  21.3s|140000 |  5401 |288376 |   2.1 |5976k|  27 |   - |  94 |2819 |  94 |  11 |  26 |  28k|1314 | 0.000000e+00 | 3.000000e+00 |    Inf 
22.58/22.64	c  22.6s|150000 |  5353 |306897 |   2.0 |6145k|  27 |   4 |  94 |3082 |  94 |  11 |  26 |  30k|1336 | 0.000000e+00 | 3.000000e+00 |    Inf 
23.98/24.03	c  24.0s|160000 |  5612 |325533 |   2.0 |6397k|  27 |   4 |  94 |3073 |  94 |  11 |  26 |  32k|1367 | 0.000000e+00 | 3.000000e+00 |    Inf 
25.38/25.46	c  25.5s|170000 |  4892 |343608 |   2.0 |5712k|  27 |   - |  94 |2374 |   0 |   0 |  26 |  34k|1382 | 0.000000e+00 | 3.000000e+00 |    Inf 
26.79/26.86	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
26.79/26.86	c  26.9s|180000 |  3883 |362166 |   2.0 |4693k|  27 |   4 |  94 |2741 |  94 |  11 |  26 |  36k|1389 | 0.000000e+00 | 3.000000e+00 |    Inf 
28.19/28.23	c  28.2s|190000 |  3760 |381646 |   2.0 |4337k|  27 |   4 |  94 |2044 |  94 |  11 |  26 |  38k|1418 | 0.000000e+00 | 3.000000e+00 |    Inf 
29.49/29.52	c  29.5s|200000 |  4452 |400012 |   2.0 |5089k|  27 |   4 |  94 |2749 |  94 |  11 |  26 |  40k|1436 | 0.000000e+00 | 3.000000e+00 |    Inf 
30.79/30.88	c  30.9s|210000 |  4342 |418006 |   2.0 |5135k|  27 |   - |  94 |2686 |  94 |  11 |  26 |  42k|1449 | 0.000000e+00 | 3.000000e+00 |    Inf 
32.19/32.23	c  32.2s|220000 |  4480 |435931 |   2.0 |5611k|  27 |   4 |  94 |3456 |  94 |  11 |  26 |  44k|1475 | 0.000000e+00 | 3.000000e+00 |    Inf 
33.58/33.64	c  33.6s|230000 |  4588 |453852 |   2.0 |5497k|  27 |   - |  94 |2854 |  94 |  11 |  26 |  46k|1492 | 0.000000e+00 | 3.000000e+00 |    Inf 
34.98/35.03	c  35.0s|240000 |  4154 |471289 |   2.0 |5140k|  27 |   - |  94 |2556 |  94 |  11 |  26 |  48k|1523 | 0.000000e+00 | 3.000000e+00 |    Inf 
36.29/36.35	c  36.3s|250000 |  3715 |490079 |   2.0 |4478k|  27 |   - |  94 |2334 |  94 |  11 |  26 |  49k|1534 | 0.000000e+00 | 3.000000e+00 |    Inf 
37.68/37.70	c  37.7s|260000 |  3418 |509223 |   2.0 |4278k|  27 |   - |  94 |2259 |  94 |  11 |  26 |  51k|1547 | 0.000000e+00 | 3.000000e+00 |    Inf 
38.98/39.01	c  39.0s|270000 |  3388 |528051 |   2.0 |4309k|  27 |   4 |  94 |2388 |  94 |  11 |  26 |  53k|1571 | 0.000000e+00 | 3.000000e+00 |    Inf 
40.18/40.26	c  40.3s|280000 |  3265 |547141 |   2.0 |4153k|  27 |   - |  94 |2078 |  94 |  11 |  26 |  55k|1584 | 0.000000e+00 | 3.000000e+00 |    Inf 
41.58/41.61	c  41.6s|290000 |  3407 |566965 |   2.0 |4076k|  27 |   4 |  94 |1726 |  94 |  11 |  26 |  57k|1615 | 0.000000e+00 | 3.000000e+00 |    Inf 
42.79/42.83	c  42.8s|300000 |  4694 |584970 |   1.9 |5015k|  27 |   - |  94 |2170 |   0 |   0 |  26 |  59k|1625 | 0.000000e+00 | 3.000000e+00 |    Inf 
43.99/44.07	c  44.1s|310000 |  5099 |602078 |   1.9 |5464k|  27 |   - |  94 |2328 |  94 |  11 |  26 |  61k|1634 | 0.000000e+00 | 3.000000e+00 |    Inf 
45.28/45.36	c  45.4s|320000 |  5009 |619311 |   1.9 |5589k|  27 |   4 |  94 |2334 |  94 |  11 |  26 |  63k|1668 | 0.000000e+00 | 3.000000e+00 |    Inf 
46.58/46.66	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
46.58/46.66	c  46.7s|330000 |  4684 |636042 |   1.9 |5532k|  27 |   - |  94 |2411 |   0 |   0 |  26 |  65k|1703 | 0.000000e+00 | 3.000000e+00 |    Inf 
47.88/47.93	c  47.9s|340000 |  4639 |653277 |   1.9 |5708k|  27 |   - |  94 |2653 |  94 |  11 |  26 |  66k|1713 | 0.000000e+00 | 3.000000e+00 |    Inf 
49.28/49.38	c  49.4s|350000 |  3452 |671138 |   1.9 |4390k|  27 |   4 |  94 |2378 |  94 |  11 |  26 |  68k|1735 | 0.000000e+00 | 3.000000e+00 |    Inf 
50.68/50.70	c  50.7s|360000 |  3226 |689736 |   1.9 |4135k|  28 |   - |  94 |2093 |  94 |  11 |  26 |  70k|1757 | 0.000000e+00 | 3.000000e+00 |    Inf 
51.88/51.92	c  51.9s|370000 |  3566 |708712 |   1.9 |4498k|  28 |   4 |  94 |2517 |  94 |  11 |  26 |  72k|1791 | 0.000000e+00 | 3.000000e+00 |    Inf 
52.48/52.58	o 1
52.48/52.58	c *52.6s|375009 |  3205 |718635 |   1.9 |4239k|  28 |   - |  94 |2397 |  94 |  11 |  26 |  73k|1808 | 0.000000e+00 | 1.000000e+00 |    Inf 
53.38/53.48	c  53.5s|380000 |  3061 |726630 |   1.9 |4633k|  28 |   - |  94 |4040 |  94 |  11 |  26 |  77k|1808 | 0.000000e+00 | 1.000000e+00 |    Inf 
55.48/55.57	c  55.6s|390000 |  3051 |743394 |   1.9 |5159k|  28 |   4 |  94 |5446 |  94 |  11 |  26 |  84k|1808 | 0.000000e+00 | 1.000000e+00 |    Inf 
57.78/57.85	c  57.8s|400000 |  2924 |759022 |   1.9 |5843k|  28 |   4 |  94 |7543 |  94 |  11 |  26 |  91k|1808 | 0.000000e+00 | 1.000000e+00 |    Inf 
60.39/60.44	c  60.4s|410000 |  3096 |775416 |   1.9 |6564k|  28 |   - |  94 |8502 |  94 |  11 |  26 |  99k|1808 | 0.000000e+00 | 1.000000e+00 |    Inf 
63.08/63.17	c  63.2s|420000 |  3121 |791770 |   1.9 |6993k|  28 |   - |  94 |9410 |  94 |  11 |  26 | 106k|1808 | 0.000000e+00 | 1.000000e+00 |    Inf 
66.07/66.15	c  66.1s|430000 |  2865 |808004 |   1.9 |6581k|  28 |   4 |  94 |9007 |  94 |  11 |  26 | 113k|1808 | 0.000000e+00 | 1.000000e+00 |    Inf 
69.07/69.11	c  69.1s|440000 |  2778 |825081 |   1.9 |6721k|  28 |   4 |  94 |9032 |  94 |  11 |  26 | 121k|1808 | 0.000000e+00 | 1.000000e+00 |    Inf 
71.58/71.68	c  71.7s|450000 |  4247 |844126 |   1.9 |8260k|  28 |   4 |  94 |  10k|  94 |  11 |  26 | 128k|1808 | 0.000000e+00 | 1.000000e+00 |    Inf 
74.48/74.55	c  74.5s|460000 |  4432 |861133 |   1.9 |8858k|  28 |   4 |  94 |  10k|  94 |  11 |  26 | 135k|1808 | 0.000000e+00 | 1.000000e+00 |    Inf 
77.38/77.41	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
77.38/77.41	c  77.4s|470000 |  4421 |877471 |   1.9 |9261k|  28 |   - |  94 |  10k|   0 |   0 |  26 | 143k|1808 | 0.000000e+00 | 1.000000e+00 |    Inf 
80.47/80.52	c  80.5s|480000 |  5060 |894824 |   1.9 |  10M|  28 |   4 |  94 |  12k|  94 |  11 |  26 | 150k|1808 | 0.000000e+00 | 1.000000e+00 |    Inf 
83.88/83.93	c  83.9s|490000 |  4780 |910981 |   1.9 |  10M|  28 |   4 |  94 |  11k|  94 |  11 |  26 | 157k|1808 | 0.000000e+00 | 1.000000e+00 |    Inf 
87.07/87.10	c  87.1s|500000 |  4635 |926798 |   1.9 |  10M|  28 |   - |  94 |  11k|  94 |  11 |  26 | 164k|1808 | 0.000000e+00 | 1.000000e+00 |    Inf 
90.18/90.24	c  90.2s|510000 |  5168 |943672 |   1.9 |  11M|  28 |   4 |  94 |  13k|  94 |  11 |  26 | 171k|1808 | 0.000000e+00 | 1.000000e+00 |    Inf 
93.68/93.79	c  93.8s|520000 |  5626 |960380 |   1.8 |  12M|  28 |   - |  94 |  14k|   0 |   0 |  26 | 179k|1808 | 0.000000e+00 | 1.000000e+00 |    Inf 
97.67/97.77	c  97.8s|530000 |  4903 |975740 |   1.8 |  11M|  28 |   4 |  94 |  12k|  94 |  11 |  26 | 187k|1808 | 0.000000e+00 | 1.000000e+00 |    Inf 
101.08/101.13	c   101s|540000 |  4956 |991714 |   1.8 |  11M|  28 |   - |  94 |  11k|  94 |  11 |  26 | 194k|1808 | 0.000000e+00 | 1.000000e+00 |    Inf 
104.48/104.55	c   105s|550000 |  4834 |  1007k|   1.8 |  11M|  28 |   4 |  94 |  13k|  94 |  11 |  26 | 202k|1808 | 0.000000e+00 | 1.000000e+00 |    Inf 
108.47/108.50	c   108s|560000 |  3860 |  1023k|   1.8 |9572k|  28 |   4 |  94 |  10k|  94 |  11 |  26 | 210k|1808 | 0.000000e+00 | 1.000000e+00 |    Inf 
111.57/111.68	c   112s|570000 |  4382 |  1040k|   1.8 |9783k|  28 |   - |  94 |  11k|   0 |   0 |  26 | 216k|1808 | 0.000000e+00 | 1.000000e+00 |    Inf 
114.76/114.87	c   115s|580000 |  5485 |  1057k|   1.8 |  11M|  28 |   - |  94 |  12k|   0 |   0 |  26 | 223k|1808 | 0.000000e+00 | 1.000000e+00 |    Inf 
118.16/118.22	c   118s|590000 |  5897 |  1073k|   1.8 |  11M|  28 |   - |  94 |  12k|   0 |   0 |  26 | 229k|1808 | 0.000000e+00 | 1.000000e+00 |    Inf 
121.46/121.51	c   122s|600000 |  6859 |  1089k|   1.8 |  13M|  28 |   4 |  94 |  13k|  94 |  11 |  26 | 235k|1808 | 0.000000e+00 | 1.000000e+00 |    Inf 
125.07/125.19	c   125s|610000 |  6575 |  1105k|   1.8 |  12M|  28 |   - |  94 |  12k|  94 |  11 |  26 | 242k|1808 | 0.000000e+00 | 1.000000e+00 |    Inf 
128.67/128.77	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
128.67/128.77	c   129s|620000 |  6158 |  1121k|   1.8 |  12M|  28 |   4 |  94 |  12k|  94 |  11 |  26 | 249k|1808 | 0.000000e+00 | 1.000000e+00 |    Inf 
132.07/132.18	c   132s|630000 |  6934 |  1137k|   1.8 |  13M|  28 |   4 |  94 |  13k|  94 |  11 |  26 | 255k|1808 | 0.000000e+00 | 1.000000e+00 |    Inf 
135.57/135.68	c   136s|640000 |  6753 |  1153k|   1.8 |  14M|  28 |   4 |  94 |  14k|  94 |  11 |  26 | 262k|1808 | 0.000000e+00 | 1.000000e+00 |    Inf 
139.67/139.71	c   140s|650000 |  6042 |  1168k|   1.8 |  13M|  28 |   - |  94 |  13k|   0 |   0 |  26 | 268k|1808 | 0.000000e+00 | 1.000000e+00 |    Inf 
143.16/143.26	c   143s|660000 |  6594 |  1184k|   1.8 |  14M|  28 |   - |  94 |  14k|  94 |  11 |  26 | 275k|1808 | 0.000000e+00 | 1.000000e+00 |    Inf 
147.06/147.12	c   147s|670000 |  6279 |  1200k|   1.8 |  14M|  28 |   4 |  94 |  15k|  94 |  11 |  26 | 281k|1808 | 0.000000e+00 | 1.000000e+00 |    Inf 
151.36/151.43	c   151s|680000 |  5984 |  1216k|   1.8 |  13M|  28 |   4 |  94 |  14k|  94 |  11 |  26 | 288k|1808 | 0.000000e+00 | 1.000000e+00 |    Inf 
155.16/155.25	c   155s|690000 |  6406 |  1232k|   1.8 |  15M|  28 |   - |  94 |  16k|   0 |   0 |  26 | 295k|1808 | 0.000000e+00 | 1.000000e+00 |    Inf 
159.26/159.37	c   159s|700000 |  6732 |  1248k|   1.8 |  15M|  28 |   - |  94 |  17k|   0 |   0 |  26 | 301k|1808 | 0.000000e+00 | 1.000000e+00 |    Inf 
163.66/163.74	c   164s|710000 |  6745 |  1264k|   1.8 |  16M|  28 |   4 |  94 |  18k|  94 |  11 |  26 | 308k|1808 | 0.000000e+00 | 1.000000e+00 |    Inf 
168.27/168.32	c   168s|720000 |  7076 |  1281k|   1.8 |  17M|  28 |   4 |  94 |  19k|  94 |  11 |  26 | 315k|1808 | 0.000000e+00 | 1.000000e+00 |    Inf 
172.96/173.02	c   173s|730000 |  6935 |  1297k|   1.8 |  17M|  28 |   4 |  94 |  18k|  94 |  11 |  26 | 322k|1808 | 0.000000e+00 | 1.000000e+00 |    Inf 
177.86/177.93	c   178s|740000 |  6758 |  1313k|   1.8 |  16M|  28 |   - |  94 |  18k|   0 |   0 |  26 | 329k|1808 | 0.000000e+00 | 1.000000e+00 |    Inf 
182.56/182.66	c   183s|750000 |  6477 |  1329k|   1.8 |  16M|  28 |   - |  94 |  19k|   0 |   0 |  26 | 336k|1808 | 0.000000e+00 | 1.000000e+00 |    Inf 
187.36/187.45	c   187s|760000 |  6319 |  1345k|   1.8 |  16M|  28 |   4 |  94 |  19k|  94 |  11 |  26 | 343k|1808 | 0.000000e+00 | 1.000000e+00 |    Inf 
191.96/192.04	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
191.96/192.04	c   192s|770000 |  6211 |  1361k|   1.8 |  16M|  28 |   - |  94 |  20k|  94 |  11 |  26 | 350k|1808 | 0.000000e+00 | 1.000000e+00 |    Inf 
197.16/197.20	c   197s|780000 |  5932 |  1376k|   1.8 |  16M|  28 |   - |  94 |  20k|  94 |  11 |  26 | 357k|1808 | 0.000000e+00 | 1.000000e+00 |    Inf 
202.35/202.43	c   202s|790000 |  5609 |  1391k|   1.8 |  15M|  28 |   4 |  94 |  17k|  94 |  11 |  26 | 364k|1808 | 0.000000e+00 | 1.000000e+00 |    Inf 
207.65/207.72	c   208s|800000 |  4432 |  1405k|   1.8 |  13M|  28 |   - |  94 |  14k|  94 |  11 |  26 | 371k|1808 | 0.000000e+00 | 1.000000e+00 |    Inf 
212.25/212.32	c   212s|810000 |  3119 |  1420k|   1.8 |9617k|  28 |   - |  94 |  12k|   0 |   0 |  26 | 379k|1808 | 0.000000e+00 | 1.000000e+00 |    Inf 
215.75/215.85	c   216s|820000 |  3293 |  1436k|   1.8 |  10M|  28 |   - |  94 |  14k|   0 |   0 |  26 | 386k|1808 | 0.000000e+00 | 1.000000e+00 |    Inf 
219.55/219.65	c   220s|830000 |  3197 |  1452k|   1.7 |  10M|  28 |   4 |  94 |  15k|  94 |  11 |  26 | 393k|1808 | 0.000000e+00 | 1.000000e+00 |    Inf 
223.55/223.68	c   224s|840000 |  3146 |  1468k|   1.7 |  11M|  28 |   4 |  94 |  16k|  94 |  11 |  26 | 400k|1808 | 0.000000e+00 | 1.000000e+00 |    Inf 
227.85/227.92	c   228s|850000 |  3059 |  1483k|   1.7 |  11M|  28 |   5 |  94 |  18k|  94 |  11 |  26 | 407k|1808 | 0.000000e+00 | 1.000000e+00 |    Inf 
232.65/232.72	c   233s|860000 |  3106 |  1498k|   1.7 |  12M|  28 |   4 |  94 |  20k|  94 |  11 |  26 | 413k|1808 | 0.000000e+00 | 1.000000e+00 |    Inf 
237.45/237.54	c   238s|870000 |  2871 |  1514k|   1.7 |9799k|  28 |   - |  94 |  13k|  94 |  11 |  26 | 420k|1808 | 0.000000e+00 | 1.000000e+00 |    Inf 
240.95/241.04	c   241s|880000 |  2666 |  1529k|   1.7 |8437k|  28 |   - |  94 |9422 |   0 |   0 |  26 | 427k|1808 | 0.000000e+00 | 1.000000e+00 |    Inf 
244.06/244.11	c   244s|890000 |  2499 |  1545k|   1.7 |8000k|  28 |   4 |  94 |8307 |  94 |  11 |  26 | 434k|1808 | 0.000000e+00 | 1.000000e+00 |    Inf 
246.74/246.87	c   247s|900000 |  2897 |  1561k|   1.7 |8700k|  28 |   - |  94 |9013 |  94 |  11 |  26 | 441k|1808 | 0.000000e+00 | 1.000000e+00 |    Inf 
249.84/249.98	c   250s|910000 |  3149 |  1577k|   1.7 |9823k|  28 |   4 |  94 |  11k|  94 |  11 |  26 | 447k|1808 | 0.000000e+00 | 1.000000e+00 |    Inf 
253.15/253.23	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
253.15/253.23	c   253s|920000 |  3024 |  1592k|   1.7 |9978k|  28 |   - |  94 |  11k|   0 |   0 |  26 | 453k|1808 | 0.000000e+00 | 1.000000e+00 |    Inf 
256.65/256.77	c   257s|930000 |  2690 |  1609k|   1.7 |9115k|  28 |   4 |  94 |  11k|  94 |  11 |  26 | 460k|1808 | 0.000000e+00 | 1.000000e+00 |    Inf 
260.34/260.43	c   260s|940000 |  2450 |  1624k|   1.7 |8824k|  28 |   - |  94 |  10k|   0 |   0 |  26 | 468k|1808 | 0.000000e+00 | 1.000000e+00 |    Inf 
263.44/263.59	c   264s|950000 |  2343 |  1641k|   1.7 |8257k|  28 |   4 |  94 |9184 |  94 |  11 |  26 | 475k|1808 | 0.000000e+00 | 1.000000e+00 |    Inf 
266.64/266.72	c   267s|960000 |  2318 |  1656k|   1.7 |7648k|  28 |   4 |  94 |7398 |  94 |  11 |  26 | 482k|1808 | 0.000000e+00 | 1.000000e+00 |    Inf 
269.24/269.33	c   269s|970000 |  2448 |  1672k|   1.7 |7914k|  28 |   4 |  94 |7561 |  94 |  11 |  26 | 489k|1808 | 0.000000e+00 | 1.000000e+00 |    Inf 
272.04/272.19	c   272s|980000 |  2214 |  1688k|   1.7 |8191k|  28 |   - |  94 |9240 |   0 |   0 |  26 | 496k|1808 | 0.000000e+00 | 1.000000e+00 |    Inf 
275.14/275.27	c   275s|990000 |  2420 |  1703k|   1.7 |9116k|  28 |   4 |  94 |  11k|  94 |  11 |  26 | 503k|1808 | 0.000000e+00 | 1.000000e+00 |    Inf 
278.44/278.54	c   279s|  1000k|  3309 |  1719k|   1.7 |  10M|  28 |   4 |  94 |  13k|  94 |  11 |  26 | 509k|1808 | 0.000000e+00 | 1.000000e+00 |    Inf 
282.23/282.30	c   282s|  1010k|  2927 |  1734k|   1.7 |  10M|  28 |   - |  94 |  12k|  94 |  11 |  26 | 516k|1808 | 0.000000e+00 | 1.000000e+00 |    Inf 
285.74/285.84	c   286s|  1020k|  2663 |  1749k|   1.7 |  10M|  28 |   4 |  94 |  12k|  94 |  11 |  26 | 522k|1808 | 0.000000e+00 | 1.000000e+00 |    Inf 
289.44/289.50	c   289s|  1030k|  2235 |  1765k|   1.7 |9054k|  28 |   4 |  94 |  11k|  94 |  11 |  26 | 530k|1808 | 0.000000e+00 | 1.000000e+00 |    Inf 
292.54/292.68	c   293s|  1040k|  2403 |  1781k|   1.7 |8559k|  28 |   - |  94 |9381 |   0 |   0 |  26 | 537k|1808 | 0.000000e+00 | 1.000000e+00 |    Inf 
295.85/295.95	c   296s|  1050k|  2056 |  1797k|   1.7 |8029k|  28 |   4 |  94 |8601 |  94 |  11 |  26 | 545k|1808 | 0.000000e+00 | 1.000000e+00 |    Inf 
298.53/298.69	c   299s|  1060k|  2065 |  1813k|   1.7 |8162k|  28 |   - |  94 |8761 |  94 |  11 |  26 | 552k|1808 | 0.000000e+00 | 1.000000e+00 |    Inf 
301.64/301.76	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
301.64/301.76	c   302s|  1070k|  1934 |  1829k|   1.7 |7968k|  28 |   4 |  94 |8482 |  94 |  11 |  26 | 559k|1808 | 0.000000e+00 | 1.000000e+00 |    Inf 
304.44/304.57	c   305s|  1080k|  1832 |  1845k|   1.7 |7618k|  28 |   - |  94 |7482 |   0 |   0 |  26 | 566k|1808 | 0.000000e+00 | 1.000000e+00 |    Inf 
307.23/307.31	c   307s|  1090k|  2090 |  1861k|   1.7 |8630k|  28 |   - |  94 |9488 |   0 |   0 |  26 | 573k|1808 | 0.000000e+00 | 1.000000e+00 |    Inf 
310.14/310.25	c   310s|  1100k|  1743 |  1877k|   1.7 |7517k|  28 |   4 |  94 |7233 |  94 |  11 |  26 | 580k|1808 | 0.000000e+00 | 1.000000e+00 |    Inf 
312.74/312.87	c   313s|  1110k|  1773 |  1892k|   1.7 |7273k|  28 |   4 |  94 |6396 |  94 |  11 |  26 | 587k|1808 | 0.000000e+00 | 1.000000e+00 |    Inf 
315.54/315.69	c   316s|  1120k|  1496 |  1909k|   1.7 |6785k|  28 |   4 |  94 |5338 |  94 |  11 |  26 | 595k|1808 | 0.000000e+00 | 1.000000e+00 |    Inf 
318.04/318.16	c   318s|  1130k|  1934 |  1925k|   1.7 |7940k|  28 |   - |  94 |7318 |  94 |  11 |  26 | 601k|1808 | 0.000000e+00 | 1.000000e+00 |    Inf 
320.84/320.97	c   321s|  1140k|  1441 |  1941k|   1.7 |7390k|  28 |   - |  94 |7278 |  94 |  11 |  26 | 608k|1808 | 0.000000e+00 | 1.000000e+00 |    Inf 
323.54/323.61	c   324s|  1150k|  1826 |  1957k|   1.7 |8395k|  28 |   4 |  94 |9116 |  94 |  11 |  26 | 614k|1808 | 0.000000e+00 | 1.000000e+00 |    Inf 
326.54/326.64	c   327s|  1160k|  2255 |  1974k|   1.7 |9440k|  28 |   4 |  94 |  10k|  94 |  11 |  26 | 621k|1808 | 0.000000e+00 | 1.000000e+00 |    Inf 
329.94/330.08	c   330s|  1170k|  1921 |  1990k|   1.7 |9341k|  28 |   4 |  94 |  10k|  94 |  11 |  26 | 627k|1808 | 0.000000e+00 | 1.000000e+00 |    Inf 
333.43/333.52	c   334s|  1180k|  1328 |  2005k|   1.7 |7828k|  28 |   4 |  94 |8825 |  94 |  11 |  26 | 635k|1808 | 0.000000e+00 | 1.000000e+00 |    Inf 
336.33/336.41	c   336s|  1190k|  1356 |  2022k|   1.7 |7469k|  28 |   4 |  94 |7657 |  94 |  11 |  26 | 642k|1808 | 0.000000e+00 | 1.000000e+00 |    Inf 
339.03/339.14	c   339s|  1200k|  1378 |  2037k|   1.7 |8194k|  28 |   - |  94 |9325 |  94 |  11 |  26 | 648k|1808 | 0.000000e+00 | 1.000000e+00 |    Inf 
341.94/342.03	c   342s|  1210k|  1418 |  2053k|   1.7 |7794k|  28 |   4 |  94 |8417 |  94 |  11 |  26 | 655k|1808 | 0.000000e+00 | 1.000000e+00 |    Inf 
344.93/345.07	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
344.93/345.07	c   345s|  1220k|  1155 |  2068k|   1.7 |7884k|  28 |   4 |  94 |9095 |  94 |  11 |  26 | 662k|1808 | 0.000000e+00 | 1.000000e+00 |    Inf 
347.93/348.09	c   348s|  1230k|  1633 |  2085k|   1.7 |8362k|  28 |   4 |  94 |9409 |  94 |  11 |  26 | 668k|1808 | 0.000000e+00 | 1.000000e+00 |    Inf 
350.93/351.07	c   351s|  1240k|  1689 |  2101k|   1.7 |8695k|  28 |   - |  94 |9627 |  94 |  11 |  26 | 675k|1808 | 0.000000e+00 | 1.000000e+00 |    Inf 
354.14/354.27	c   354s|  1250k|  1689 |  2117k|   1.7 |9229k|  28 |   - |  94 |  10k|   0 |   0 |  26 | 681k|1808 | 0.000000e+00 | 1.000000e+00 |    Inf 
357.53/357.61	c   358s|  1260k|  1319 |  2133k|   1.7 |8259k|  28 |   4 |  94 |9873 |  94 |  11 |  26 | 689k|1808 | 0.000000e+00 | 1.000000e+00 |    Inf 
360.73/360.86	c   361s|  1270k|  1044 |  2150k|   1.7 |7678k|  28 |   - |  94 |8689 |  94 |  11 |  26 | 696k|1808 | 0.000000e+00 | 1.000000e+00 |    Inf 
363.72/363.85	c   364s|  1280k|  1046 |  2165k|   1.7 |7911k|  28 |   - |  94 |9166 |   0 |   0 |  26 | 703k|1808 | 0.000000e+00 | 1.000000e+00 |    Inf 
366.82/366.91	c   367s|  1290k|   912 |  2181k|   1.7 |7159k|  28 |   4 |  94 |7345 |  94 |  11 |  26 | 711k|1808 | 0.000000e+00 | 1.000000e+00 |    Inf 
369.32/369.48	c   369s|  1300k|   901 |  2197k|   1.7 |7114k|  28 |   - |  94 |7203 |   0 |   0 |  26 | 718k|1808 | 0.000000e+00 | 1.000000e+00 |    Inf 
372.22/372.34	c   372s|  1310k|   859 |  2214k|   1.7 |7506k|  28 |   - |  94 |8555 |  94 |  11 |  26 | 725k|1808 | 0.000000e+00 | 1.000000e+00 |    Inf 
375.22/375.33	c   375s|  1320k|  1319 |  2230k|   1.7 |8416k|  28 |   4 |  94 |  10k|  94 |  11 |  26 | 732k|1808 | 0.000000e+00 | 1.000000e+00 |    Inf 
378.42/378.59	c   379s|  1330k|  1123 |  2246k|   1.7 |8732k|  28 |   - |  94 |  10k|  94 |  11 |  26 | 739k|1808 | 0.000000e+00 | 1.000000e+00 |    Inf 
381.72/381.84	c   382s|  1340k|  1657 |  2262k|   1.7 |9810k|  28 |   - |  94 |  12k|   0 |   0 |  26 | 746k|1808 | 0.000000e+00 | 1.000000e+00 |    Inf 
385.52/385.64	c   386s|  1350k|   759 |  2276k|   1.7 |7652k|  28 |   - |  94 |9085 |  94 |  11 |  26 | 753k|1808 | 0.000000e+00 | 1.000000e+00 |    Inf 
388.33/388.46	c   388s|  1360k|   723 |  2292k|   1.7 |7913k|  28 |   4 |  94 |9870 |  94 |  11 |  26 | 760k|1808 | 0.000000e+00 | 1.000000e+00 |    Inf 
391.23/391.34	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
391.23/391.34	c   391s|  1370k|   919 |  2308k|   1.7 |8248k|  28 |   - |  94 |  10k|  94 |  11 |  26 | 767k|1808 | 0.000000e+00 | 1.000000e+00 |    Inf 
394.43/394.53	c   395s|  1380k|   884 |  2325k|   1.7 |8816k|  28 |   4 |  94 |  11k|  94 |  11 |  26 | 774k|1808 | 0.000000e+00 | 1.000000e+00 |    Inf 
397.92/398.05	c   398s|  1390k|  1103 |  2341k|   1.7 |9711k|  28 |   4 |  94 |  13k|  94 |  11 |  26 | 780k|1808 | 0.000000e+00 | 1.000000e+00 |    Inf 
401.72/401.85	c   402s|  1400k|  1354 |  2357k|   1.7 |  10M|  28 |   - |  94 |  13k|  94 |  11 |  26 | 786k|1808 | 0.000000e+00 | 1.000000e+00 |    Inf 
405.83/405.92	c   406s|  1410k|  1400 |  2374k|   1.7 |  11M|  28 |   4 |  94 |  16k|  94 |  11 |  26 | 793k|1808 | 0.000000e+00 | 1.000000e+00 |    Inf 
410.82/410.93	c   411s|  1420k|  1053 |  2389k|   1.7 |  10M|  28 |   - |  94 |  15k|  94 |  11 |  26 | 800k|1808 | 0.000000e+00 | 1.000000e+00 |    Inf 
415.21/415.35	c   415s|  1430k|   684 |  2405k|   1.7 |9183k|  28 |   - |  94 |  13k|   0 |   0 |  26 | 807k|1808 | 0.000000e+00 | 1.000000e+00 |    Inf 
418.72/418.84	c   419s|  1440k|  1838 |  2423k|   1.7 |  10M|  28 |   4 |  94 |  13k|  94 |  11 |  26 | 814k|1808 | 0.000000e+00 | 1.000000e+00 |    Inf 
422.42/422.59	c   423s|  1450k|  1946 |  2439k|   1.7 |  10M|  28 |   - |  94 |  13k|  94 |  11 |  26 | 821k|1808 | 0.000000e+00 | 1.000000e+00 |    Inf 
426.11/426.24	c   426s|  1460k|  2538 |  2455k|   1.7 |  11M|  28 |   4 |  94 |  15k|  94 |  11 |  26 | 828k|1808 | 0.000000e+00 | 1.000000e+00 |    Inf 
430.81/430.98	c   431s|  1470k|  1309 |  2470k|   1.7 |  10M|  28 |   4 |  94 |  13k|  94 |  11 |  26 | 836k|1808 | 0.000000e+00 | 1.000000e+00 |    Inf 
434.72/434.80	c   435s|  1480k|   799 |  2486k|   1.7 |8418k|  28 |   4 |  94 |  10k|  94 |  11 |  26 | 843k|1808 | 0.000000e+00 | 1.000000e+00 |    Inf 
437.81/437.96	c   438s|  1490k|  1135 |  2502k|   1.7 |9255k|  28 |   4 |  94 |  12k|  94 |  11 |  26 | 850k|1808 | 0.000000e+00 | 1.000000e+00 |    Inf 
441.62/441.70	c   442s|  1500k|   443 |  2517k|   1.7 |7875k|  28 |   4 |  94 |9991 |  94 |  11 |  26 | 858k|1808 | 0.000000e+00 | 1.000000e+00 |    Inf 
444.71/444.83	c   445s|  1510k|   501 |  2533k|   1.7 |8206k|  28 |   - |  94 |  10k|   0 |   0 |  26 | 865k|1808 | 0.000000e+00 | 1.000000e+00 |    Inf 
448.02/448.15	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
448.02/448.15	c   448s|  1520k|   345 |  2549k|   1.7 |8099k|  28 |   - |  94 |  10k|  94 |  11 |  26 | 872k|1808 | 0.000000e+00 | 1.000000e+00 |    Inf 
451.12/451.29	c   451s|  1530k|   368 |  2566k|   1.7 |7216k|  28 |   4 |  94 |8233 |  94 |  11 |  26 | 879k|1808 | 0.000000e+00 | 1.000000e+00 |    Inf 
454.12/454.24	c   454s|  1540k|   253 |  2582k|   1.7 |7595k|  28 |   4 |  94 |9541 |  94 |  11 |  26 | 886k|1808 | 0.000000e+00 | 1.000000e+00 |    Inf 
457.32/457.40	c   457s|  1550k|   125 |  2598k|   1.7 |7470k|  28 |   - |  94 |9518 |  94 |  11 |  26 | 893k|1808 | 0.000000e+00 | 1.000000e+00 |    Inf 
460.31/460.46	c   460s|  1560k|   494 |  2614k|   1.7 |8613k|  28 |   4 |  94 |  11k|  94 |  11 |  26 | 900k|1808 | 0.000000e+00 | 1.000000e+00 |    Inf 
463.81/463.99	c   464s|  1570k|   462 |  2630k|   1.7 |8176k|  28 |   - |  94 |  10k|   0 |   0 |  26 | 908k|1808 | 0.000000e+00 | 1.000000e+00 |    Inf 
467.41/467.55	c   468s|  1580k|   771 |  2647k|   1.7 |8552k|  28 |   - |  94 |  11k|  94 |  11 |  26 | 915k|1808 | 0.000000e+00 | 1.000000e+00 |    Inf 
470.91/471.01	c   471s|  1590k|   873 |  2662k|   1.7 |9289k|  28 |   4 |  94 |  12k|  94 |  11 |  26 | 922k|1808 | 0.000000e+00 | 1.000000e+00 |    Inf 
474.51/474.64	c   475s|  1600k|  1602 |  2679k|   1.7 |  10M|  28 |   - |  94 |  13k|  94 |  11 |  26 | 928k|1808 | 0.000000e+00 | 1.000000e+00 |    Inf 
479.11/479.24	c   479s|  1610k|   671 |  2694k|   1.7 |9464k|  28 |   4 |  94 |  12k|  94 |  11 |  26 | 936k|1808 | 0.000000e+00 | 1.000000e+00 |    Inf 
483.00/483.17	c   483s|  1620k|   157 |  2710k|   1.7 |8299k|  28 |   - |  94 |  11k|   0 |   0 |  26 | 943k|1808 | 0.000000e+00 | 1.000000e+00 |    Inf 
486.50/486.62	c   487s|  1630k|   268 |  2726k|   1.7 |9073k|  28 |   4 |  94 |  13k|  94 |  11 |  26 | 951k|1808 | 0.000000e+00 | 1.000000e+00 |    Inf 
489.41/489.53	c 
489.41/489.53	c SCIP Status        : problem is solved [optimal solution found]
489.41/489.53	c Solving Time (sec) : 489.52
489.41/489.53	c Solving Nodes      : 1637434
489.41/489.53	c Primal Bound       : +1.00000000000000e+00 (54 solutions)
489.41/489.53	c Dual Bound         : +1.00000000000000e+00
489.41/489.53	c Gap                : 0.00 %
489.41/489.53	s OPTIMUM FOUND
489.41/489.53	v x94 -x75 x93 x92 -x91 x90 -x89 -x88 -x87 -x86 -x85 x84 x83 -x82 x81 x80 x79 x78 x77 -x76 x74 x73 -x72 x71 -x70 -x69 -x68 x67 x66 
489.41/489.53	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 
489.41/489.53	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 
489.41/489.53	v -x15 -x14 -x13 -x12 -x11 -x10 -x9 -x8 -x7 -x6 -x5 -x4 -x3 -x2 -x1 
489.41/489.53	c SCIP Status        : problem is solved [optimal solution found]
489.41/489.53	c Total Time         :     489.52
489.41/489.53	c   solving          :     489.52
489.41/489.53	c   presolving       :       0.00 (included in solving)
489.41/489.53	c   reading          :       0.00 (included in solving)
489.41/489.53	c Original Problem   :
489.41/489.53	c   Problem name     : HOME/instance-3734978-1338715708.opb
489.41/489.53	c   Variables        : 94 (94 binary, 0 integer, 0 implicit integer, 0 continuous)
489.41/489.53	c   Constraints      : 8 initial, 8 maximal
489.41/489.53	c Presolved Problem  :
489.41/489.53	c   Problem name     : t_HOME/instance-3734978-1338715708.opb
489.41/489.53	c   Variables        : 94 (94 binary, 0 integer, 0 implicit integer, 0 continuous)
489.41/489.53	c   Constraints      : 4 initial, 21557 maximal
489.41/489.53	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons    AddCons   ChgSides   ChgCoefs
489.41/489.53	c   trivial          :       0.00          0          0          0          0          0          0          0          0          0
489.41/489.53	c   dualfix          :       0.00          0          0          0          0          0          0          0          0          0
489.41/489.53	c   boundshift       :       0.00          0          0          0          0          0          0          0          0          0
489.41/489.53	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0          0
489.41/489.53	c   pseudoobj        :       0.00          0          0          0          0          0          0          0          0          0
489.41/489.53	c   implics          :       0.00          0          0          0          0          0          0          0          0          0
489.41/489.53	c   probing          :       0.00          0          0          0          0          0          0          0          0          0
489.41/489.53	c   linear           :       0.00          0          0          0          0          0          4          0          0          0
489.41/489.53	c   logicor          :       0.00          0          0          0          0          0          0          0          0          0
489.41/489.53	c   root node        :          -         66          -          -         66          -          -          -          -          -
489.41/489.53	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS     #Check   #Resprop    Cutoffs    DomReds       Cuts      Conss   Children
489.41/489.53	c   integral         :          0          0          0     920310          0         35          0         77        705          0          0    1839022
489.41/489.53	c   linear           :          4+         7    3680502          1          0         32    3148531     564800    3002294          0          0          0
489.41/489.53	c   logicor          :          0+         0    2018371          0          0          0    1453065      23091     787066          0          0          0
489.41/489.53	c   countsols        :          0          0          0         25          0         31          0          0          0          0          0          0
489.41/489.53	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS      Check    Resprop
489.41/489.53	c   integral         :       4.80       0.00       0.00       4.80       0.00       0.00       0.00
489.41/489.53	c   linear           :      48.20       0.00      42.57       0.00       0.00       0.00       5.63
489.41/489.53	c   logicor          :     135.67       0.00     134.34       0.00       0.00       0.00       1.33
489.41/489.53	c   countsols        :       0.00       0.00       0.00       0.00       0.00       0.00       0.00
489.41/489.53	c Propagators        : #Propagate   #Resprop    Cutoffs    DomReds
489.41/489.53	c   vbounds          :          0          0          0          0
489.41/489.53	c   rootredcost      :         50          0          0         56
489.41/489.53	c   pseudoobj        :    3682945       1602       2596      32147
489.41/489.53	c Propagator Timings :  TotalTime  Propagate    Resprop
489.41/489.53	c   vbounds          :       0.50       0.50       0.00
489.41/489.53	c   rootredcost      :       0.55       0.55       0.00
489.41/489.53	c   pseudoobj        :       5.88       5.88       0.00
489.41/489.53	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
489.41/489.53	c   propagation      :      10.48     590487     416060     906353       21.0        171       19.7          -
489.41/489.53	c   infeasible LP    :       6.14     292374     292371     474470       13.9       2541       18.3          0
489.41/489.53	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
489.41/489.53	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
489.41/489.53	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
489.41/489.53	c   applied globally :          -          -          -     956663       17.3          -          -          -
489.41/489.53	c   applied locally  :          -          -          -         55       33.2          -          -          -
489.41/489.53	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
489.41/489.53	c   cut pool         :       0.00          5          -          -         17          -    (maximal pool size: 100)
489.41/489.53	c   redcost          :       2.23     936943          0     242370          0          0
489.41/489.53	c   impliedbounds    :       0.00          6          0          0          0          0
489.41/489.53	c   intobj           :       0.00          0          0          0          0          0
489.41/489.53	c   gomory           :       0.00          6          0          0          0          0
489.41/489.53	c   cgmip            :       0.00          0          0          0          0          0
489.41/489.53	c   closecuts        :       0.00          0          0          0          0          0
489.41/489.53	c   strongcg         :       0.00          6          0          0         25          0
489.41/489.53	c   cmir             :       0.01          6          0          0         39          0
489.41/489.53	c   flowcover        :       0.01          6          0          0         54          0
489.41/489.53	c   clique           :       0.00          1          0          0          0          0
489.41/489.53	c   zerohalf         :       0.00          0          0          0          0          0
489.41/489.53	c   mcf              :       0.00          1          0          0          0          0
489.41/489.53	c   oddcycle         :       0.00          0          0          0          0          0
489.41/489.53	c   rapidlearning    :       0.02          1          0          0          0          9
489.41/489.53	c Pricers            :       Time      Calls       Vars
489.41/489.53	c   problem variables:       0.00          0          0
489.41/489.53	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
489.41/489.53	c   relpscost        :       4.35     920285         77        705          0          0    1839022
489.41/489.53	c   pscost           :       0.00          0          0          0          0          0          0
489.41/489.53	c   inference        :       0.00          0          0          0          0          0          0
489.41/489.53	c   mostinf          :       0.00          0          0          0          0          0          0
489.41/489.53	c   leastinf         :       0.00          0          0          0          0          0          0
489.41/489.53	c   fullstrong       :       0.00          0          0          0          0          0          0
489.41/489.53	c   allfullstrong    :       0.00          0          0          0          0          0          0
489.41/489.53	c   random           :       0.00          0          0          0          0          0          0
489.41/489.53	c Primal Heuristics  :       Time      Calls      Found
489.41/489.53	c   LP solutions     :       0.00          -         25
489.41/489.53	c   pseudo solutions :       0.00          -          0
489.41/489.53	c   feaspump         :       0.06          1          0
489.41/489.53	c   oneopt           :       0.31         46          0
489.41/489.53	c   rootsoldiving    :       1.00       1484          0
489.41/489.53	c   objpscostdiving  :       0.66       1967          2
489.41/489.53	c   veclendiving     :       3.46       6083          5
489.41/489.53	c   linesearchdiving :       3.06       6083          6
489.41/489.53	c   guideddiving     :       2.93       6083          3
489.41/489.53	c   fracdiving       :       2.82       6083          3
489.41/489.53	c   coefdiving       :       2.77       6084          4
489.41/489.53	c   pscostdiving     :       2.77       6084          3
489.41/489.53	c   trivial          :       0.00          2          0
489.41/489.53	c   shiftandpropagate:       0.00          1          1
489.41/489.53	c   simplerounding   :       0.18          0          0
489.41/489.53	c   zirounding       :       1.89          0          0
489.41/489.53	c   rounding         :       0.36      13645          0
489.41/489.53	c   shifting         :       1.73       7850          1
489.41/489.53	c   intshifting      :       0.03          0          0
489.41/489.53	c   twoopt           :       0.00          0          0
489.41/489.53	c   fixandinfer      :       0.00          0          0
489.41/489.53	c   clique           :       0.00          0          0
489.41/489.53	c   intdiving        :       0.00          0          0
489.41/489.53	c   actconsdiving    :       0.00          0          0
489.41/489.53	c   octane           :       0.00          0          0
489.41/489.53	c   rens             :       0.01          1          0
489.41/489.53	c   rins             :       0.00          0          0
489.41/489.53	c   localbranching   :       0.00          0          0
489.41/489.53	c   mutation         :       0.00          0          0
489.41/489.53	c   crossover        :       0.01          0          0
489.41/489.53	c   dins             :       0.00          0          0
489.41/489.53	c   vbounds          :       0.00          0          0
489.41/489.53	c   undercover       :       0.00          0          0
489.41/489.53	c   subnlp           :       0.21          0          0
489.41/489.53	c   trysol           :       0.26          0          0
489.41/489.53	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
489.41/489.53	c   primal LP        :       0.00          0          0       0.00          -
489.41/489.53	c   dual LP          :      53.04    1270441    2567792       2.02   48414.63
489.41/489.53	c   lex dual LP      :       0.00          0          0       0.00          -
489.41/489.53	c   barrier LP       :       0.00          0          0       0.00          -
489.41/489.53	c   diving/probing LP:       4.16      94851     170158       1.79   40874.49
489.41/489.53	c   strong branching :       0.14       1808       6291       3.48   45128.48
489.41/489.53	c     (at root node) :          -          9        214      23.78          -
489.41/489.53	c   conflict analysis:       0.00          0          0       0.00          -
489.41/489.53	c B&B Tree           :
489.41/489.53	c   number of runs   :          1
489.41/489.53	c   nodes            :    1637434
489.41/489.53	c   nodes (total)    :    1637434
489.41/489.53	c   nodes left       :          0
489.41/489.53	c   max depth        :         28
489.41/489.53	c   max depth (total):         28
489.41/489.53	c   backtracks       :     552846 (33.8%)
489.41/489.53	c   delayed cutoffs  :     201060
489.41/489.53	c   repropagations   :     969929 (1511349 domain reductions, 175896 cutoffs)
489.41/489.53	c   avg switch length:       5.11
489.41/489.53	c   switching time   :     129.31
489.41/489.53	c Solution           :
489.41/489.53	c   Solutions found  :         54 (51 improvements)
489.41/489.53	c   First Solution   : +1.07500000000000e+03   (in run 1, after 1 nodes, 0.01 seconds, depth 36, found by <shiftandpropagate>)
489.41/489.53	c   Primal Bound     : +1.00000000000000e+00   (in run 1, after 375009 nodes, 52.58 seconds, depth 21, found by <relaxation>)
489.41/489.53	c   Dual Bound       : +1.00000000000000e+00
489.41/489.53	c   Gap              :       0.00 %
489.41/489.53	c   Root Dual Bound  : +0.00000000000000e+00
489.41/489.53	c   Root Iterations  :         90
489.41/489.54	c Time complete: 489.45.

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

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

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1900 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.05 2.03 2.00 3/176 28505
/proc/meminfo: memFree=27166820/32873844 swapFree=7372/7372
[pid=28505] ppid=28503 vsize=9456 CPUtime=0 cores=0,2,4,6
/proc/28505/stat : 28505 (scip-2.0.1.4b_2) R 28503 28505 26510 0 -1 4202496 1498 0 0 0 0 0 0 0 20 0 1 0 337696895 9682944 1452 33554432000 4194304 9016284 140734853713296 140734716797288 7824814 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/28505/statm: 2364 1453 311 1178 0 1182 0

[startup+0.037511 s]
/proc/loadavg: 2.05 2.03 2.00 3/176 28505
/proc/meminfo: memFree=27166820/32873844 swapFree=7372/7372
[pid=28505] ppid=28503 vsize=26516 CPUtime=0.03 cores=0,2,4,6
/proc/28505/stat : 28505 (scip-2.0.1.4b_2) R 28503 28505 26510 0 -1 4202496 6227 0 0 0 3 0 0 0 20 0 1 0 337696895 27152384 5218 33554432000 4194304 9016284 140734853713296 140734716797288 6582055 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/28505/statm: 6629 5218 668 1178 0 5447 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 26516

[startup+0.100251 s]
/proc/loadavg: 2.05 2.03 2.00 3/176 28505
/proc/meminfo: memFree=27166820/32873844 swapFree=7372/7372
[pid=28505] ppid=28503 vsize=26564 CPUtime=0.08 cores=0,2,4,6
/proc/28505/stat : 28505 (scip-2.0.1.4b_2) R 28503 28505 26510 0 -1 4202496 7110 0 0 0 8 0 0 0 20 0 1 0 337696895 27201536 5614 33554432000 4194304 9016284 140734853713296 140734853708968 7925162 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/28505/statm: 6641 5614 683 1178 0 5459 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 26564

[startup+0.300181 s]
/proc/loadavg: 2.05 2.03 2.00 3/176 28505
/proc/meminfo: memFree=27166820/32873844 swapFree=7372/7372
[pid=28505] ppid=28503 vsize=26564 CPUtime=0.29 cores=0,2,4,6
/proc/28505/stat : 28505 (scip-2.0.1.4b_2) R 28503 28505 26510 0 -1 4202496 7113 0 0 0 28 1 0 0 20 0 1 0 337696895 27201536 5617 33554432000 4194304 9016284 140734853713296 140734853708968 7925162 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/28505/statm: 6641 5617 685 1178 0 5459 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 26564

[startup+0.700176 s]
/proc/loadavg: 2.05 2.03 2.00 3/176 28505
/proc/meminfo: memFree=27166820/32873844 swapFree=7372/7372
[pid=28505] ppid=28503 vsize=26564 CPUtime=0.69 cores=0,2,4,6
/proc/28505/stat : 28505 (scip-2.0.1.4b_2) R 28503 28505 26510 0 -1 4202496 7117 0 0 0 66 3 0 0 20 0 1 0 337696895 27201536 5621 33554432000 4194304 9016284 140734853713296 140734853707624 7260802 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/28505/statm: 6641 5621 685 1178 0 5459 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 26564

[startup+1.50018 s]
/proc/loadavg: 2.05 2.03 2.00 3/177 28506
/proc/meminfo: memFree=27144840/32873844 swapFree=7372/7372
[pid=28505] ppid=28503 vsize=26564 CPUtime=1.48 cores=0,2,4,6
/proc/28505/stat : 28505 (scip-2.0.1.4b_2) R 28503 28505 26510 0 -1 4202496 7124 0 0 0 143 5 0 0 20 0 1 0 337696895 27201536 5628 33554432000 4194304 9016284 140734853713296 140734853707512 5023446 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/28505/statm: 6641 5628 685 1178 0 5459 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 26564

[startup+3.10017 s]
/proc/loadavg: 2.04 2.03 2.00 3/177 28506
/proc/meminfo: memFree=27143228/32873844 swapFree=7372/7372
[pid=28505] ppid=28503 vsize=26564 CPUtime=3.09 cores=0,2,4,6
/proc/28505/stat : 28505 (scip-2.0.1.4b_2) R 28503 28505 26510 0 -1 4202496 7128 0 0 0 298 11 0 0 20 0 1 0 337696895 27201536 5632 33554432000 4194304 9016284 140734853713296 140734853707160 4898508 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/28505/statm: 6641 5632 685 1178 0 5459 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 26564

[startup+6.30018 s]
/proc/loadavg: 2.04 2.03 2.00 3/177 28506
/proc/meminfo: memFree=27139880/32873844 swapFree=7372/7372
[pid=28505] ppid=28503 vsize=26564 CPUtime=6.29 cores=0,2,4,6
/proc/28505/stat : 28505 (scip-2.0.1.4b_2) R 28503 28505 26510 0 -1 4202496 7129 0 0 0 611 18 0 0 20 0 1 0 337696895 27201536 5633 33554432000 4194304 9016284 140734853713296 140734853707352 4653872 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/28505/statm: 6641 5633 685 1178 0 5459 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 26564

[startup+12.7002 s]
/proc/loadavg: 2.04 2.03 2.00 3/177 28506
/proc/meminfo: memFree=27132200/32873844 swapFree=7372/7372
[pid=28505] ppid=28503 vsize=26564 CPUtime=12.68 cores=0,2,4,6
/proc/28505/stat : 28505 (scip-2.0.1.4b_2) R 28503 28505 26510 0 -1 4202496 7129 0 0 0 1234 34 0 0 20 0 1 0 337696895 27201536 5633 33554432000 4194304 9016284 140734853713296 140734853708408 7925162 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/28505/statm: 6641 5633 685 1178 0 5459 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 26564

[startup+25.5002 s]
/proc/loadavg: 2.03 2.02 2.00 3/177 28506
/proc/meminfo: memFree=27119164/32873844 swapFree=7372/7372
[pid=28505] ppid=28503 vsize=27900 CPUtime=25.48 cores=0,2,4,6
/proc/28505/stat : 28505 (scip-2.0.1.4b_2) R 28503 28505 26510 0 -1 4202496 7360 0 0 0 2482 66 0 0 20 0 1 0 337696895 28569600 5864 33554432000 4194304 9016284 140734853713296 140734853708408 7925162 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/28505/statm: 6975 5864 685 1178 0 5793 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 27900

[startup+51.1002 s]
/proc/loadavg: 2.02 2.02 2.00 3/177 28506
/proc/meminfo: memFree=27093508/32873844 swapFree=7372/7372
[pid=28505] ppid=28503 vsize=27900 CPUtime=51.08 cores=0,2,4,6
/proc/28505/stat : 28505 (scip-2.0.1.4b_2) R 28503 28505 26510 0 -1 4202496 7360 0 0 0 4978 130 0 0 20 0 1 0 337696895 28569600 5864 33554432000 4194304 9016284 140734853713296 140734853707400 7925162 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/28505/statm: 6975 5864 685 1178 0 5793 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 27900

[startup+102.306 s]
/proc/loadavg: 2.01 2.02 2.00 3/177 28509
/proc/meminfo: memFree=27044696/32873844 swapFree=7372/7372
[pid=28505] ppid=28503 vsize=36900 CPUtime=102.28 cores=0,2,4,6
/proc/28505/stat : 28505 (scip-2.0.1.4b_2) R 28503 28505 26510 0 -1 4202496 9416 0 0 0 10032 196 0 0 20 0 1 0 337696895 37785600 7920 33554432000 4194304 9016284 140734853713296 140734853707624 7925162 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/28505/statm: 9225 7920 685 1178 0 8043 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 36900

[startup+162.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/177 28510
/proc/meminfo: memFree=26994256/32873844 swapFree=7372/7372
[pid=28505] ppid=28503 vsize=40288 CPUtime=162.26 cores=0,2,4,6
/proc/28505/stat : 28505 (scip-2.0.1.4b_2) R 28503 28505 26510 0 -1 4202496 10230 0 0 0 15971 255 0 0 20 0 1 0 337696895 41254912 8734 33554432000 4194304 9016284 140734853713296 140734853707624 7925162 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/28505/statm: 10072 8734 685 1178 0 8890 0
Current children cumulated CPU time (s) 162.26
Current children cumulated vsize (KiB) 40288

[startup+222.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/177 28510
/proc/meminfo: memFree=26940840/32873844 swapFree=7372/7372
[pid=28505] ppid=28503 vsize=44256 CPUtime=222.25 cores=0,2,4,6
/proc/28505/stat : 28505 (scip-2.0.1.4b_2) R 28503 28505 26510 0 -1 4202496 11248 0 0 0 21924 301 0 0 20 0 1 0 337696895 45318144 9752 33554432000 4194304 9016284 140734853713296 140734853707624 7925162 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/28505/statm: 11064 9752 685 1178 0 9882 0
Current children cumulated CPU time (s) 222.25
Current children cumulated vsize (KiB) 44256

[startup+282.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 28510
/proc/meminfo: memFree=26896600/32873844 swapFree=7372/7372
[pid=28505] ppid=28503 vsize=44724 CPUtime=282.23 cores=0,2,4,6
/proc/28505/stat : 28505 (scip-2.0.1.4b_2) R 28503 28505 26510 0 -1 4202496 11384 0 0 0 27862 361 0 0 20 0 1 0 337696895 45797376 9888 33554432000 4194304 9016284 140734853713296 140734853707624 5315521 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/28505/statm: 11181 9888 685 1178 0 9999 0
Current children cumulated CPU time (s) 282.23
Current children cumulated vsize (KiB) 44724

[startup+342.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 28510
/proc/meminfo: memFree=26847772/32873844 swapFree=7372/7372
[pid=28505] ppid=28503 vsize=44724 CPUtime=342.23 cores=0,2,4,6
/proc/28505/stat : 28505 (scip-2.0.1.4b_2) R 28503 28505 26510 0 -1 4202496 11384 0 0 0 33789 434 0 0 20 0 1 0 337696895 45797376 9888 33554432000 4194304 9016284 140734853713296 140734853708408 7925162 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/28505/statm: 11181 9888 685 1178 0 9999 0
Current children cumulated CPU time (s) 342.23
Current children cumulated vsize (KiB) 44724

[startup+402.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 28510
/proc/meminfo: memFree=26805144/32873844 swapFree=7372/7372
[pid=28505] ppid=28503 vsize=44724 CPUtime=402.22 cores=0,2,4,6
/proc/28505/stat : 28505 (scip-2.0.1.4b_2) R 28503 28505 26510 0 -1 4202496 11384 0 0 0 39714 508 0 0 20 0 1 0 337696895 45797376 9888 33554432000 4194304 9016284 140734853713296 140734853708408 7925162 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/28505/statm: 11181 9888 685 1178 0 9999 0
Current children cumulated CPU time (s) 402.22
Current children cumulated vsize (KiB) 44724

[startup+462.3 s]
/proc/loadavg: 2.07 2.02 2.00 3/177 28511
/proc/meminfo: memFree=26757928/32873844 swapFree=7372/7372
[pid=28505] ppid=28503 vsize=44724 CPUtime=462.21 cores=0,2,4,6
/proc/28505/stat : 28505 (scip-2.0.1.4b_2) R 28503 28505 26510 0 -1 4202496 11387 0 0 0 45653 568 0 0 20 0 1 0 337696895 45797376 9891 33554432000 4194304 9016284 140734853713296 140734853707624 5325519 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/28505/statm: 11181 9891 685 1178 0 9999 0
Current children cumulated CPU time (s) 462.21
Current children cumulated vsize (KiB) 44724

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

[startup+473.5 s]
/proc/loadavg: 2.06 2.02 2.00 3/177 28511
/proc/meminfo: memFree=26752580/32873844 swapFree=7372/7372
[pid=28505] ppid=28503 vsize=44724 CPUtime=473.41 cores=0,2,4,6
/proc/28505/stat : 28505 (scip-2.0.1.4b_2) R 28503 28505 26510 0 -1 4202496 11387 0 0 0 46760 581 0 0 20 0 1 0 337696895 45797376 9891 33554432000 4194304 9016284 140734853713296 140734853707624 7925162 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/28505/statm: 11181 9891 685 1178 0 9999 0
Current children cumulated CPU time (s) 473.41
Current children cumulated vsize (KiB) 44724

[startup+479.9 s]
/proc/loadavg: 2.06 2.01 2.00 3/177 28511
/proc/meminfo: memFree=26744892/32873844 swapFree=7372/7372
[pid=28505] ppid=28503 vsize=44724 CPUtime=479.8 cores=0,2,4,6
/proc/28505/stat : 28505 (scip-2.0.1.4b_2) R 28503 28505 26510 0 -1 4202496 11387 0 0 0 47395 585 0 0 20 0 1 0 337696895 45797376 9891 33554432000 4194304 9016284 140734853713296 140734853707624 7925162 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/28505/statm: 11181 9891 685 1178 0 9999 0
Current children cumulated CPU time (s) 479.8
Current children cumulated vsize (KiB) 44724

[startup+486.3 s]
/proc/loadavg: 2.05 2.01 2.00 3/177 28511
/proc/meminfo: memFree=26741096/32873844 swapFree=7372/7372
[pid=28505] ppid=28503 vsize=44936 CPUtime=486.21 cores=0,2,4,6
/proc/28505/stat : 28505 (scip-2.0.1.4b_2) R 28503 28505 26510 0 -1 4202496 11417 0 0 0 48029 592 0 0 20 0 1 0 337696895 46014464 9921 33554432000 4194304 9016284 140734853713296 140734853707624 7925162 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/28505/statm: 11234 9921 685 1178 0 10052 0
Current children cumulated CPU time (s) 486.21
Current children cumulated vsize (KiB) 44936

[startup+487.9 s]
/proc/loadavg: 2.05 2.01 2.00 3/177 28511
/proc/meminfo: memFree=26740724/32873844 swapFree=7372/7372
[pid=28505] ppid=28503 vsize=44936 CPUtime=487.81 cores=0,2,4,6
/proc/28505/stat : 28505 (scip-2.0.1.4b_2) R 28503 28505 26510 0 -1 4202496 11417 0 0 0 48187 594 0 0 20 0 1 0 337696895 46014464 9921 33554432000 4194304 9016284 140734853713296 140734853707624 7925162 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/28505/statm: 11234 9921 685 1178 0 10052 0
Current children cumulated CPU time (s) 487.81
Current children cumulated vsize (KiB) 44936

[startup+488.7 s]
/proc/loadavg: 2.05 2.01 2.00 3/177 28511
/proc/meminfo: memFree=26740228/32873844 swapFree=7372/7372
[pid=28505] ppid=28503 vsize=44936 CPUtime=488.6 cores=0,2,4,6
/proc/28505/stat : 28505 (scip-2.0.1.4b_2) R 28503 28505 26510 0 -1 4202496 11417 0 0 0 48266 594 0 0 20 0 1 0 337696895 46014464 9921 33554432000 4194304 9016284 140734853713296 140734853707624 7925162 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/28505/statm: 11234 9921 685 1178 0 10052 0
Current children cumulated CPU time (s) 488.6
Current children cumulated vsize (KiB) 44936

[startup+489.1 s]
/proc/loadavg: 2.05 2.01 2.00 3/177 28511
/proc/meminfo: memFree=26740228/32873844 swapFree=7372/7372
[pid=28505] ppid=28503 vsize=44936 CPUtime=489.01 cores=0,2,4,6
/proc/28505/stat : 28505 (scip-2.0.1.4b_2) R 28503 28505 26510 0 -1 4202496 11417 0 0 0 48306 595 0 0 20 0 1 0 337696895 46014464 9921 33554432000 4194304 9016284 140734853713296 140734853707624 7925162 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/28505/statm: 11234 9921 685 1178 0 10052 0
Current children cumulated CPU time (s) 489.01
Current children cumulated vsize (KiB) 44936

[startup+489.506 s]
/proc/loadavg: 2.05 2.01 2.00 3/177 28511
/proc/meminfo: memFree=26740104/32873844 swapFree=7372/7372
[pid=28505] ppid=28503 vsize=44936 CPUtime=489.41 cores=0,2,4,6
/proc/28505/stat : 28505 (scip-2.0.1.4b_2) R 28503 28505 26510 0 -1 4202496 11417 0 0 0 48346 595 0 0 20 0 1 0 337696895 46014464 9921 33554432000 4194304 9016284 140734853713296 140734853707624 7925162 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/28505/statm: 11234 9921 685 1178 0 10052 0
Current children cumulated CPU time (s) 489.41
Current children cumulated vsize (KiB) 44936

Child status: 0
Real time (s): 489.546
CPU time (s): 489.461
CPU user time (s): 483.5
CPU system time (s): 5.96109
CPU usage (%): 99.9826
Max. virtual memory (cumulated for all children) (KiB): 44936

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 483.499
system time used= 5.96109
maximum resident set size= 39692
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 11424
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= 3
involuntary context switches= 746

runsolver used 0.704892 second user time and 1.9717 second system time

The end

Launcher Data

Begin job on node118 at 2012-06-03 11:28:28
IDJOB=3734978
IDBENCH=2928
IDSOLVER=2329
FILE ID=node118/3734978-1338715708
RUNJOBID= node118-1338703112-26526
PBS_JOBID= 14636719
Free space on /tmp= 70956 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_4.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-3734978-1338715708/watcher-3734978-1338715708 -o /tmp/evaluation-result-3734978-1338715708/solver-3734978-1338715708 -C 1800 -W 1900 -M 15500  HOME/scip-2.0.1.4b_2.linux.x86_64.gnu.opt.spx -f HOME/instance-3734978-1338715708.opb -t 1800 -m 15500

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

MD5SUM BENCH= 1757d8d914b8f8f6b2c05049538ae81a
RANDOM SEED=911720859

node118.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.212
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	: 5332.42
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.212
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	: 5438.55
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.212
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.92
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.212
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.212
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	: 5320.68
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.212
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.212
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.212
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.92
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        27166820 kB
Buffers:          492144 kB
Cached:          3898428 kB
SwapCached:            0 kB
Active:          1828840 kB
Inactive:        3013244 kB
Active(anon):     441348 kB
Inactive(anon):    11328 kB
Active(file):    1387492 kB
Inactive(file):  3001916 kB
Unevictable:        7372 kB
Mlocked:            7372 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:             16768 kB
Writeback:             0 kB
AnonPages:        457196 kB
Mapped:            14428 kB
Shmem:               200 kB
Slab:             724732 kB
SReclaimable:     165936 kB
SUnreclaim:       558796 kB
KernelStack:        1464 kB
PageTables:         4700 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     573216 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:     16384 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= 70936 MiB
End job on node118 at 2012-06-03 11:36:38