Trace number 3692596

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
SCIP spx E SCIP 2.1.1.4. Exp with SoPlex 1.6.0.3 fixedOPT-7 10.6474 10.6581

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/
manquinho/bsg/normalized-bsg_50_25_3.opb
MD5SUMe70f8e0da8fa345ba6e82dce1b0133d2
Bench CategoryOPT-SMALLINT-NLC (optimisation, small integers, non linear constraints)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark-7
Best CPU time to get the best result obtained on this benchmark9.75052
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function -7
Optimality of the best value was proved YES
Number of variables100
Total number of constraints151
Number of constraints which are clauses50
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints101
Minimum length of a constraint2
Maximum length of a constraint100
Number of terms in the objective function 50
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 50
Number of bits of the sum of numbers in the objective function 6
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 100
Number of bits of the biggest sum of numbers7
Number of products (including duplicates)2952
Sum of products size (including duplicates)5904
Number of different products1476
Sum of products size2952

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.01	c SCIP version 2.1.1.4 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: SoPlex 1.6.0.3] [GitHash: 947bdb7-dirty]
0.00/0.01	c Copyright (c) 2002-2012 Konrad-Zuse-Zentrum fuer Informationstechnik Berlin (ZIB)
0.00/0.01	c 
0.00/0.01	c user parameter file <scip.set> not found - using default parameters
0.00/0.01	c reading problem <HOME/instance-3692596-1338037172.opb>
0.00/0.01	c original problem has 1576 variables (100 bin, 0 int, 1476 impl, 0 cont) and 1727 constraints
0.00/0.01	c problem read in 0.01
0.00/0.02	o 0
0.00/0.02	c feasible solution found by trivial heuristic, objective value  0.000000e+00
0.00/0.02	c presolving:
0.08/0.19	c (round 1) 0 del vars, 1676 del conss, 100 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 50 upgd conss, 6004 impls, 99 clqs
0.08/0.19	c (round 2) 1476 del vars, 1676 del conss, 100 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 150 upgd conss, 6004 impls, 0 clqs
0.18/0.20	c    (0.2s) probing: 51/100 (51.0%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
0.18/0.20	c    (0.2s) probing aborted: 50/50 successive totally useless probings
0.18/0.20	c presolving (3 rounds):
0.18/0.20	c  1476 deleted vars, 1676 deleted constraints, 100 added constraints, 0 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
0.18/0.20	c  6004 implications, 0 cliques
0.18/0.20	c presolved problem has 100 variables (100 bin, 0 int, 0 impl, 0 cont) and 151 constraints
0.18/0.20	c     100 constraints of type <knapsack>
0.18/0.20	c      50 constraints of type <setppc>
0.18/0.20	c       1 constraints of type <linear>
0.18/0.20	c transformed objective value is always integral (scale: 1)
0.18/0.20	c Presolving Time: 0.18
0.18/0.20	c - non default parameters ----------------------------------------------------------------------
0.18/0.20	c # SCIP version 2.1.1.4
0.18/0.20	c 
0.18/0.20	c # maximal time in seconds to run
0.18/0.20	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.18/0.20	c limits/time = 1797
0.18/0.20	c 
0.18/0.20	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.18/0.20	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.18/0.20	c limits/memory = 13950
0.18/0.20	c 
0.18/0.20	c # default clock type (1: CPU user seconds, 2: wall clock time)
0.18/0.20	c # [type: int, range: [1,2], default: 1]
0.18/0.20	c timing/clocktype = 2
0.18/0.20	c 
0.18/0.20	c # belongs reading time to solving time?
0.18/0.20	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.18/0.20	c timing/reading = TRUE
0.18/0.20	c 
0.18/0.20	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
0.18/0.20	c # [type: int, range: [-1,2147483647], default: -1]
0.18/0.20	c separating/rapidlearning/freq = 0
0.18/0.20	c 
0.18/0.20	c -----------------------------------------------------------------------------------------------
0.18/0.20	c start solving
0.18/0.20	c 
0.18/0.22	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
0.18/0.22	c t 0.2s|     1 |     0 |   322 |     - |4359k|   0 | 100 | 100 | 151 | 100 | 151 |   0 |   0 |   0 |-2.500000e+01 | 0.000000e+00 |    Inf 
0.18/0.22	o -1
0.18/0.22	c R 0.2s|     1 |     0 |   322 |     - |4361k|   0 | 100 | 100 | 151 | 100 | 151 |   0 |   0 |   0 |-2.500000e+01 |-1.000000e+00 |2400.00%
0.28/0.33	o -6
0.28/0.33	c y 0.3s|     1 |     0 |   322 |     - |4367k|   0 | 100 | 100 | 151 | 100 | 151 |   0 |   0 |   0 |-2.500000e+01 |-6.000000e+00 | 316.67%
0.28/0.34	c   0.3s|     1 |     0 |   324 |     - |4465k|   0 | 100 | 100 | 194 | 100 | 152 |   1 |   0 |   0 |-2.500000e+01 |-6.000000e+00 | 316.67%
0.38/0.47	c   0.5s|     1 |     2 |   324 |     - |4466k|   0 | 100 | 100 | 194 | 100 | 152 |   1 |   0 |  10 |-2.500000e+01 |-6.000000e+00 | 316.67%
2.28/2.39	c   2.4s|   100 |    19 |  3928 |  36.4 |4518k|  17 |  19 | 100 | 197 | 100 | 152 |   1 |   4 | 824 |-2.284427e+01 |-6.000000e+00 | 280.74%
2.78/2.80	c   2.8s|   200 |    35 |  5871 |  27.9 |4559k|  24 |   - | 100 | 202 | 100 | 152 |   1 |   9 | 924 |-2.161374e+01 |-6.000000e+00 | 260.23%
2.88/2.96	c   3.0s|   300 |    55 |  8219 |  26.4 |4599k|  28 |  35 | 100 | 203 | 100 | 152 |   1 |  10 | 936 |-2.040157e+01 |-6.000000e+00 | 240.03%
2.98/3.04	c   3.0s|   400 |    75 |  9693 |  23.5 |4637k|  36 |  24 | 100 | 205 | 100 | 152 |   1 |  13 | 936 |-2.011267e+01 |-6.000000e+00 | 235.21%
3.08/3.11	c   3.1s|   500 |    93 | 11150 |  21.7 |4673k|  42 |   - | 100 | 209 |   0 |   0 |   1 |  18 | 936 |-1.777686e+01 |-6.000000e+00 | 196.28%
3.08/3.18	c   3.2s|   600 |   111 | 12502 |  20.3 |4701k|  49 |  26 | 100 | 215 | 100 | 152 |   1 |  24 | 936 |-1.661169e+01 |-6.000000e+00 | 176.86%
3.18/3.23	c   3.2s|   700 |   117 | 13454 |  18.8 |4723k|  54 |   - | 100 | 219 | 100 | 152 |   1 |  29 | 936 |-1.581679e+01 |-6.000000e+00 | 163.61%
3.18/3.29	c   3.3s|   800 |   131 | 14459 |  17.7 |4745k|  59 |  50 | 100 | 223 | 100 | 152 |   1 |  33 | 936 |-1.501301e+01 |-6.000000e+00 | 150.22%
3.29/3.36	c   3.4s|   900 |   143 | 15650 |  17.0 |4764k|  63 |   - | 100 | 224 | 100 | 152 |   1 |  35 | 936 |-1.463907e+01 |-6.000000e+00 | 143.98%
3.38/3.42	c   3.4s|  1000 |   155 | 16840 |  16.5 |4785k|  69 |   - | 100 | 225 | 100 | 152 |   1 |  37 | 936 |-1.450192e+01 |-6.000000e+00 | 141.70%
3.38/3.46	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
3.38/3.46	c   3.5s|  1100 |   165 | 17616 |  15.7 |4799k|  82 |  18 | 100 | 225 | 100 | 152 |   1 |  40 | 936 |-1.449614e+01 |-6.000000e+00 | 141.60%
3.48/3.51	c   3.5s|  1200 |   171 | 18372 |  15.1 |4820k|  82 |   - | 100 | 225 |   0 |   0 |   1 |  42 | 937 |-1.441188e+01 |-6.000000e+00 | 140.20%
3.48/3.56	c   3.6s|  1300 |   183 | 19463 |  14.7 |4844k|  82 |   - | 100 | 225 | 100 | 152 |   1 |  44 | 939 |-1.406951e+01 |-6.000000e+00 | 134.49%
3.58/3.61	c   3.6s|  1400 |   195 | 20556 |  14.5 |4871k|  82 |  22 | 100 | 229 | 100 | 152 |   1 |  49 | 939 |-1.397782e+01 |-6.000000e+00 | 132.96%
3.58/3.67	c   3.7s|  1500 |   211 | 21795 |  14.3 |4906k|  82 |   - | 100 | 229 | 100 | 152 |   1 |  51 | 939 |-1.397697e+01 |-6.000000e+00 | 132.95%
3.68/3.74	c   3.7s|  1600 |   229 | 23269 |  14.3 |4942k|  82 |  15 | 100 | 230 | 100 | 152 |   1 |  52 | 939 |-1.360884e+01 |-6.000000e+00 | 126.81%
3.78/3.81	c   3.8s|  1700 |   244 | 24314 |  14.1 |4979k|  82 |   - | 100 | 237 |   0 |   0 |   1 |  59 | 939 |-1.360884e+01 |-6.000000e+00 | 126.81%
3.78/3.86	c   3.9s|  1800 |   262 | 25439 |  14.0 |5016k|  82 |  41 | 100 | 241 | 100 | 152 |   1 |  63 | 939 |-1.359172e+01 |-6.000000e+00 | 126.53%
3.88/3.93	c   3.9s|  1900 |   284 | 27135 |  14.1 |5049k|  82 |  22 | 100 | 241 | 100 | 152 |   1 |  64 | 939 |-1.352954e+01 |-6.000000e+00 | 125.49%
3.88/3.98	c   4.0s|  2000 |   300 | 28029 |  13.9 |5078k|  82 |   - | 100 | 243 | 100 | 152 |   1 |  71 | 939 |-1.352954e+01 |-6.000000e+00 | 125.49%
3.98/4.02	c   4.0s|  2100 |   312 | 29089 |  13.7 |5101k|  82 |   - | 100 | 244 | 100 | 152 |   1 |  73 | 939 |-1.347169e+01 |-6.000000e+00 | 124.53%
3.98/4.07	c   4.1s|  2200 |   330 | 30112 |  13.5 |5132k|  82 |   - | 100 | 247 | 100 | 152 |   1 |  78 | 939 |-1.347169e+01 |-6.000000e+00 | 124.53%
4.08/4.13	c   4.1s|  2300 |   350 | 31508 |  13.6 |5165k|  82 |   - | 100 | 249 | 100 | 152 |   1 |  81 | 939 |-1.334870e+01 |-6.000000e+00 | 122.48%
4.08/4.19	c   4.2s|  2400 |   368 | 32749 |  13.5 |5194k|  82 |  20 | 100 | 253 | 100 | 152 |   1 |  86 | 939 |-1.332408e+01 |-6.000000e+00 | 122.07%
4.18/4.25	c   4.2s|  2500 |   382 | 33956 |  13.5 |5221k|  82 |   - | 100 | 254 | 100 | 152 |   1 |  90 | 943 |-1.313586e+01 |-6.000000e+00 | 118.93%
4.18/4.30	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
4.18/4.30	c   4.3s|  2600 |   392 | 35034 |  13.4 |5243k|  82 |   - | 100 | 255 | 100 | 152 |   1 |  92 | 943 |-1.299507e+01 |-6.000000e+00 | 116.58%
4.28/4.35	c   4.3s|  2700 |   408 | 36056 |  13.2 |5278k|  82 |   - | 100 | 259 |   0 |   0 |   1 |  99 | 943 |-1.293554e+01 |-6.000000e+00 | 115.59%
4.28/4.39	c   4.4s|  2800 |   416 | 36991 |  13.1 |5295k|  82 |  30 | 100 | 260 | 100 | 152 |   1 | 100 | 943 |-1.286378e+01 |-6.000000e+00 | 114.40%
4.38/4.45	c   4.4s|  2900 |   432 | 38237 |  13.1 |5322k|  82 |   - | 100 | 262 | 100 | 152 |   1 | 102 | 943 |-1.286344e+01 |-6.000000e+00 | 114.39%
4.48/4.50	c   4.5s|  3000 |   450 | 39319 |  13.0 |5350k|  82 |  20 | 100 | 265 | 100 | 152 |   1 | 106 | 943 |-1.278573e+01 |-6.000000e+00 | 113.10%
4.48/4.55	c   4.5s|  3100 |   464 | 40542 |  13.0 |5372k|  82 |  15 | 100 | 270 | 100 | 152 |   1 | 111 | 945 |-1.277506e+01 |-6.000000e+00 | 112.92%
4.58/4.60	c   4.6s|  3200 |   472 | 41363 |  12.8 |5393k|  82 |   - | 100 | 272 | 100 | 152 |   1 | 116 | 945 |-1.277506e+01 |-6.000000e+00 | 112.92%
4.58/4.66	c   4.7s|  3300 |   484 | 42441 |  12.8 |5415k|  84 |  18 | 100 | 274 | 100 | 152 |   1 | 118 | 947 |-1.276118e+01 |-6.000000e+00 | 112.69%
4.68/4.71	c   4.7s|  3400 |   494 | 43307 |  12.6 |5443k|  84 |   - | 100 | 274 |   0 |   0 |   1 | 124 | 947 |-1.275937e+01 |-6.000000e+00 | 112.66%
4.68/4.75	c   4.7s|  3500 |   504 | 43912 |  12.5 |5469k|  84 |  12 | 100 | 279 | 100 | 152 |   1 | 133 | 948 |-1.275937e+01 |-6.000000e+00 | 112.66%
4.68/4.78	c   4.8s|  3600 |   516 | 44540 |  12.3 |5486k|  84 |  33 | 100 | 280 | 100 | 152 |   1 | 140 | 948 |-1.275937e+01 |-6.000000e+00 | 112.66%
4.78/4.83	c   4.8s|  3700 |   524 | 45613 |  12.2 |5505k|  84 |   - | 100 | 280 | 100 | 152 |   1 | 140 | 948 |-1.275937e+01 |-6.000000e+00 | 112.66%
4.78/4.88	c   4.9s|  3800 |   540 | 46610 |  12.2 |5532k|  84 |  32 | 100 | 279 | 100 | 152 |   1 | 141 | 948 |-1.275937e+01 |-6.000000e+00 | 112.66%
4.88/4.92	c   4.9s|  3900 |   552 | 47512 |  12.1 |5553k|  84 |  23 | 100 | 278 | 100 | 152 |   1 | 142 | 948 |-1.275937e+01 |-6.000000e+00 | 112.66%
4.88/4.96	c   5.0s|  4000 |   566 | 48245 |  12.0 |5577k|  84 |  28 | 100 | 280 | 100 | 152 |   1 | 145 | 948 |-1.275926e+01 |-6.000000e+00 | 112.65%
4.98/5.02	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
4.98/5.02	c   5.0s|  4100 |   583 | 49458 |  12.0 |5601k|  84 |   - | 100 | 283 | 100 | 152 |   1 | 150 | 948 |-1.275926e+01 |-6.000000e+00 | 112.65%
4.98/5.06	c   5.1s|  4200 |   593 | 50391 |  11.9 |5622k|  84 |   - | 100 | 283 | 100 | 152 |   1 | 151 | 949 |-1.275279e+01 |-6.000000e+00 | 112.55%
5.08/5.12	c   5.1s|  4300 |   610 | 51608 |  11.9 |5654k|  84 |  13 | 100 | 284 | 100 | 152 |   1 | 155 | 949 |-1.266986e+01 |-6.000000e+00 | 111.16%
5.08/5.16	c   5.2s|  4400 |   620 | 52465 |  11.9 |5676k|  84 |  13 | 100 | 287 | 100 | 152 |   1 | 159 | 949 |-1.266986e+01 |-6.000000e+00 | 111.16%
5.18/5.22	c   5.2s|  4500 |   632 | 53626 |  11.8 |5698k|  84 |  19 | 100 | 287 | 100 | 152 |   1 | 159 | 949 |-1.266978e+01 |-6.000000e+00 | 111.16%
5.18/5.26	c   5.3s|  4600 |   642 | 54430 |  11.8 |5725k|  84 |   - | 100 | 290 | 100 | 152 |   1 | 165 | 949 |-1.266978e+01 |-6.000000e+00 | 111.16%
5.28/5.31	c   5.3s|  4700 |   658 | 55493 |  11.7 |5750k|  84 |   - | 100 | 291 | 100 | 152 |   1 | 167 | 949 |-1.266978e+01 |-6.000000e+00 | 111.16%
5.28/5.36	c   5.4s|  4800 |   666 | 56581 |  11.7 |5773k|  84 |   - | 100 | 295 | 100 | 152 |   1 | 171 | 949 |-1.251991e+01 |-6.000000e+00 | 108.67%
5.38/5.40	c   5.4s|  4900 |   678 | 57410 |  11.7 |5793k|  84 |   - | 100 | 295 | 100 | 152 |   1 | 171 | 949 |-1.241232e+01 |-6.000000e+00 | 106.87%
5.38/5.45	c   5.4s|  5000 |   692 | 58407 |  11.6 |5818k|  84 |   - | 100 | 296 | 100 | 152 |   1 | 174 | 950 |-1.234496e+01 |-6.000000e+00 | 105.75%
5.38/5.49	c   5.5s|  5100 |   698 | 59234 |  11.6 |5835k|  84 |   - | 100 | 300 | 100 | 152 |   1 | 179 | 950 |-1.234496e+01 |-6.000000e+00 | 105.75%
5.48/5.54	c   5.5s|  5200 |   714 | 60444 |  11.6 |5862k|  84 |  28 | 100 | 302 | 100 | 152 |   1 | 184 | 950 |-1.222840e+01 |-6.000000e+00 | 103.81%
5.48/5.59	c   5.6s|  5300 |   720 | 61551 |  11.6 |5885k|  84 |   - | 100 | 309 |   0 |   0 |   1 | 192 | 950 |-1.221504e+01 |-6.000000e+00 | 103.58%
5.58/5.64	c   5.6s|  5400 |   728 | 62486 |  11.5 |5900k|  84 |  16 | 100 | 315 | 100 | 152 |   1 | 200 | 950 |-1.217019e+01 |-6.000000e+00 | 102.84%
5.58/5.69	c   5.7s|  5500 |   736 | 63673 |  11.5 |5919k|  84 |  37 | 100 | 316 | 100 | 152 |   1 | 202 | 950 |-1.214435e+01 |-6.000000e+00 | 102.41%
5.68/5.75	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
5.68/5.75	c   5.7s|  5600 |   750 | 65116 |  11.6 |5951k|  84 |   - | 100 | 317 | 100 | 152 |   1 | 204 | 950 |-1.213389e+01 |-6.000000e+00 | 102.23%
5.78/5.80	c   5.8s|  5700 |   760 | 66144 |  11.5 |5975k|  84 |   - | 100 | 317 | 100 | 152 |   1 | 207 | 951 |-1.209557e+01 |-6.000000e+00 | 101.59%
5.78/5.87	c   5.9s|  5800 |   772 | 66952 |  11.5 |6003k|  84 |  19 | 100 | 322 | 100 | 152 |   1 | 214 | 951 |-1.209090e+01 |-6.000000e+00 | 101.51%
5.88/5.91	c   5.9s|  5900 |   780 | 67897 |  11.5 |6028k|  84 |   - | 100 | 323 | 100 | 152 |   1 | 216 | 952 |-1.208323e+01 |-6.000000e+00 | 101.39%
5.88/5.96	c   6.0s|  6000 |   784 | 68787 |  11.4 |6041k|  84 |   - | 100 | 324 | 100 | 152 |   1 | 218 | 952 |-1.208323e+01 |-6.000000e+00 | 101.39%
5.98/6.00	c   6.0s|  6100 |   788 | 69492 |  11.3 |6057k|  84 |   - | 100 | 324 | 100 | 152 |   1 | 220 | 952 |-1.208005e+01 |-6.000000e+00 | 101.33%
5.98/6.04	c   6.0s|  6200 |   800 | 70509 |  11.3 |6083k|  84 |  25 | 100 | 325 | 100 | 152 |   1 | 222 | 952 |-1.202688e+01 |-6.000000e+00 | 100.45%
5.98/6.08	c   6.1s|  6300 |   810 | 71187 |  11.2 |6114k|  84 |   - | 100 | 326 | 100 | 152 |   1 | 224 | 952 |-1.193170e+01 |-6.000000e+00 |  98.86%
6.08/6.13	c   6.1s|  6400 |   822 | 72116 |  11.2 |6138k|  84 |   - | 100 | 325 | 100 | 152 |   1 | 224 | 952 |-1.179468e+01 |-6.000000e+00 |  96.58%
6.08/6.17	c   6.2s|  6500 |   828 | 73019 |  11.2 |6156k|  84 |   - | 100 | 326 | 100 | 152 |   1 | 226 | 952 |-1.178974e+01 |-6.000000e+00 |  96.50%
6.08/6.18	o -7
6.08/6.18	c * 6.2s|  6508 |   408 | 73216 |  11.2 |5424k|  84 |   - | 100 | 326 | 100 | 152 |   1 | 226 | 952 |-1.175481e+01 |-7.000000e+00 |  67.93%
6.18/6.22	c   6.2s|  6600 |   410 | 73851 |  11.1 |5428k|  84 |   - | 100 | 323 | 100 | 152 |   1 | 227 | 952 |-1.175481e+01 |-7.000000e+00 |  67.93%
6.18/6.25	c   6.2s|  6700 |   412 | 74345 |  11.0 |5440k|  84 |   - | 100 | 325 | 100 | 152 |   1 | 234 | 952 |-1.175481e+01 |-7.000000e+00 |  67.93%
6.28/6.31	c   6.3s|  6800 |   418 | 75118 |  11.0 |5453k|  84 |  26 | 100 | 326 | 100 | 152 |   1 | 235 | 952 |-1.175481e+01 |-7.000000e+00 |  67.93%
6.28/6.35	c   6.3s|  6900 |   420 | 75667 |  10.9 |5470k|  84 |   - | 100 | 329 |   0 |   0 |   1 | 240 | 952 |-1.175481e+01 |-7.000000e+00 |  67.93%
6.28/6.39	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
6.28/6.39	c   6.4s|  7000 |   424 | 76324 |  10.9 |5476k|  84 |  25 | 100 | 329 | 100 | 152 |   1 | 241 | 952 |-1.175481e+01 |-7.000000e+00 |  67.93%
6.38/6.43	c   6.4s|  7100 |   424 | 76976 |  10.8 |5484k|  84 |  17 | 100 | 328 | 100 | 152 |   1 | 241 | 955 |-1.175436e+01 |-7.000000e+00 |  67.92%
6.38/6.49	c   6.5s|  7200 |   422 | 77682 |  10.7 |5490k|  84 |   - | 100 | 327 | 100 | 152 |   1 | 241 | 955 |-1.172158e+01 |-7.000000e+00 |  67.45%
6.49/6.54	c   6.5s|  7300 |   424 | 78590 |  10.7 |5495k|  84 |  18 | 100 | 326 | 100 | 152 |   1 | 241 | 955 |-1.155328e+01 |-7.000000e+00 |  65.05%
6.49/6.58	c   6.6s|  7400 |   420 | 79252 |  10.7 |5491k|  84 |   - | 100 | 324 | 100 | 152 |   1 | 242 | 955 |-1.155328e+01 |-7.000000e+00 |  65.05%
6.59/6.62	c   6.6s|  7500 |   426 | 79974 |  10.6 |5506k|  84 |  16 | 100 | 323 | 100 | 152 |   1 | 242 | 956 |-1.151516e+01 |-7.000000e+00 |  64.50%
6.59/6.67	c   6.7s|  7600 |   430 | 80724 |  10.6 |5526k|  84 |   - | 100 | 323 | 100 | 152 |   1 | 246 | 957 |-1.148682e+01 |-7.000000e+00 |  64.10%
6.68/6.71	c   6.7s|  7700 |   430 | 81505 |  10.5 |5529k|  84 |  17 | 100 | 328 | 100 | 152 |   1 | 253 | 957 |-1.148682e+01 |-7.000000e+00 |  64.10%
6.68/6.75	c   6.7s|  7800 |   428 | 82286 |  10.5 |5530k|  84 |  19 | 100 | 328 | 100 | 152 |   1 | 254 | 958 |-1.148682e+01 |-7.000000e+00 |  64.10%
6.68/6.79	c   6.8s|  7900 |   428 | 82941 |  10.5 |5532k|  84 |  19 | 100 | 330 | 100 | 152 |   1 | 256 | 960 |-1.146848e+01 |-7.000000e+00 |  63.84%
6.78/6.86	c   6.9s|  8000 |   426 | 83730 |  10.4 |5542k|  84 |   - | 100 | 329 | 100 | 152 |   1 | 256 | 961 |-1.146848e+01 |-7.000000e+00 |  63.84%
6.78/6.89	c   6.9s|  8100 |   426 | 84272 |  10.4 |5547k|  84 |  22 | 100 | 328 | 100 | 152 |   1 | 256 | 961 |-1.146848e+01 |-7.000000e+00 |  63.84%
6.88/6.93	c   6.9s|  8200 |   424 | 84722 |  10.3 |5553k|  84 |   - | 100 | 330 |   0 |   0 |   1 | 260 | 961 |-1.146848e+01 |-7.000000e+00 |  63.84%
6.88/6.98	c   7.0s|  8300 |   430 | 85636 |  10.3 |5568k|  84 |   - | 100 | 327 | 100 | 152 |   1 | 260 | 962 |-1.146122e+01 |-7.000000e+00 |  63.73%
6.98/7.01	c   7.0s|  8400 |   428 | 86199 |  10.2 |5570k|  84 |   - | 100 | 326 | 100 | 152 |   1 | 260 | 962 |-1.146122e+01 |-7.000000e+00 |  63.73%
6.98/7.05	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
6.98/7.05	c   7.0s|  8500 |   426 | 86923 |  10.2 |5580k|  84 |   - | 100 | 327 | 100 | 152 |   1 | 261 | 962 |-1.146122e+01 |-7.000000e+00 |  63.73%
7.08/7.10	c   7.1s|  8600 |   434 | 87911 |  10.2 |5591k|  84 |  21 | 100 | 327 | 100 | 152 |   1 | 261 | 962 |-1.142404e+01 |-7.000000e+00 |  63.20%
7.08/7.15	c   7.1s|  8700 |   436 | 88631 |  10.2 |5597k|  84 |  25 | 100 | 326 | 100 | 152 |   1 | 261 | 963 |-1.141229e+01 |-7.000000e+00 |  63.03%
7.08/7.18	c   7.2s|  8800 |   438 | 89230 |  10.1 |5615k|  84 |   - | 100 | 327 | 100 | 152 |   1 | 263 | 963 |-1.141229e+01 |-7.000000e+00 |  63.03%
7.18/7.23	c   7.2s|  8900 |   438 | 89984 |  10.1 |5618k|  84 |   - | 100 | 327 | 100 | 152 |   1 | 263 | 963 |-1.141229e+01 |-7.000000e+00 |  63.03%
7.18/7.26	c   7.3s|  9000 |   436 | 90630 |  10.0 |5618k|  84 |   - | 100 | 327 | 100 | 152 |   1 | 265 | 963 |-1.141229e+01 |-7.000000e+00 |  63.03%
7.18/7.29	c   7.3s|  9100 |   434 | 91147 |  10.0 |5616k|  84 |   - | 100 | 327 | 100 | 152 |   1 | 266 | 963 |-1.141229e+01 |-7.000000e+00 |  63.03%
7.28/7.33	c   7.3s|  9200 |   434 | 91881 |  10.0 |5622k|  84 |  19 | 100 | 327 | 100 | 152 |   1 | 267 | 963 |-1.138540e+01 |-7.000000e+00 |  62.65%
7.28/7.37	c   7.4s|  9300 |   436 | 92483 |   9.9 |5632k|  84 |   - | 100 | 336 | 100 | 152 |   1 | 278 | 963 |-1.138540e+01 |-7.000000e+00 |  62.65%
7.38/7.41	c   7.4s|  9400 |   436 | 93248 |   9.9 |5637k|  84 |  26 | 100 | 335 | 100 | 152 |   1 | 283 | 963 |-1.138367e+01 |-7.000000e+00 |  62.62%
7.38/7.45	c   7.4s|  9500 |   428 | 93817 |   9.8 |5619k|  84 |  20 | 100 | 336 | 100 | 152 |   1 | 290 | 963 |-1.138367e+01 |-7.000000e+00 |  62.62%
7.48/7.51	c   7.5s|  9600 |   428 | 94434 |   9.8 |5626k|  84 |   - | 100 | 334 | 100 | 152 |   1 | 296 | 963 |-1.137909e+01 |-7.000000e+00 |  62.56%
7.48/7.55	c   7.5s|  9700 |   430 | 95190 |   9.8 |5634k|  84 |   - | 100 | 334 | 100 | 152 |   1 | 297 | 965 |-1.136501e+01 |-7.000000e+00 |  62.36%
7.48/7.59	c   7.6s|  9800 |   430 | 95844 |   9.7 |5637k|  84 |   - | 100 | 335 | 100 | 152 |   1 | 299 | 967 |-1.135892e+01 |-7.000000e+00 |  62.27%
7.58/7.64	c   7.6s|  9900 |   432 | 96558 |   9.7 |5641k|  84 |   - | 100 | 335 | 100 | 152 |   1 | 301 | 968 |-1.126680e+01 |-7.000000e+00 |  60.95%
7.58/7.68	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
7.58/7.68	c   7.7s| 10000 |   428 | 97280 |   9.7 |5634k|  84 |  24 | 100 | 336 | 100 | 152 |   1 | 303 | 968 |-1.125134e+01 |-7.000000e+00 |  60.73%
7.68/7.72	c   7.7s| 10100 |   418 | 97862 |   9.7 |5620k|  84 |   - | 100 | 336 | 100 | 152 |   1 | 306 | 968 |-1.123639e+01 |-7.000000e+00 |  60.52%
7.68/7.76	c   7.8s| 10200 |   416 | 98559 |   9.6 |5625k|  84 |   - | 100 | 335 | 100 | 152 |   1 | 307 | 968 |-1.121285e+01 |-7.000000e+00 |  60.18%
7.77/7.80	c   7.8s| 10300 |   416 | 99210 |   9.6 |5632k|  84 |   - | 100 | 332 | 100 | 152 |   1 | 308 | 968 |-1.118730e+01 |-7.000000e+00 |  59.82%
7.77/7.84	c   7.8s| 10400 |   412 | 99874 |   9.6 |5622k|  84 |  16 | 100 | 330 | 100 | 152 |   1 | 309 | 969 |-1.118730e+01 |-7.000000e+00 |  59.82%
7.77/7.88	c   7.9s| 10500 |   414 |100721 |   9.6 |5629k|  84 |  21 | 100 | 330 | 100 | 152 |   1 | 311 | 969 |-1.116083e+01 |-7.000000e+00 |  59.44%
7.88/7.92	c   7.9s| 10600 |   412 |101325 |   9.5 |5632k|  84 |   - | 100 | 329 | 100 | 152 |   1 | 312 | 969 |-1.116083e+01 |-7.000000e+00 |  59.44%
7.88/7.96	c   8.0s| 10700 |   408 |101941 |   9.5 |5626k|  84 |  26 | 100 | 329 | 100 | 152 |   1 | 314 | 969 |-1.110724e+01 |-7.000000e+00 |  58.67%
7.88/7.99	c   8.0s| 10800 |   400 |102581 |   9.5 |5618k|  84 |   - | 100 | 328 | 100 | 152 |   1 | 317 | 969 |-1.110724e+01 |-7.000000e+00 |  58.67%
7.98/8.04	c   8.0s| 10900 |   402 |103371 |   9.5 |5622k|  84 |  18 | 100 | 331 | 100 | 152 |   1 | 321 | 969 |-1.107903e+01 |-7.000000e+00 |  58.27%
7.98/8.07	c   8.1s| 11000 |   400 |103970 |   9.4 |5626k|  84 |  20 | 100 | 331 | 100 | 152 |   1 | 322 | 969 |-1.105903e+01 |-7.000000e+00 |  57.99%
8.08/8.11	c   8.1s| 11100 |   396 |104538 |   9.4 |5629k|  84 |   - | 100 | 333 | 100 | 152 |   1 | 326 | 969 |-1.104989e+01 |-7.000000e+00 |  57.86%
8.08/8.14	c   8.1s| 11200 |   396 |105062 |   9.4 |5634k|  84 |  17 | 100 | 333 | 100 | 152 |   1 | 341 | 969 |-1.104989e+01 |-7.000000e+00 |  57.86%
8.08/8.18	c   8.2s| 11300 |   394 |105524 |   9.3 |5635k|  84 |   - | 100 | 332 | 100 | 152 |   1 | 349 | 969 |-1.096966e+01 |-7.000000e+00 |  56.71%
8.18/8.21	c   8.2s| 11400 |   390 |106111 |   9.3 |5632k|  84 |  20 | 100 | 336 | 100 | 152 |   1 | 354 | 969 |-1.096966e+01 |-7.000000e+00 |  56.71%
8.18/8.25	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
8.18/8.25	c   8.2s| 11500 |   384 |106761 |   9.3 |5611k|  84 |  22 | 100 | 335 | 100 | 152 |   1 | 354 | 969 |-1.096966e+01 |-7.000000e+00 |  56.71%
8.18/8.29	c   8.3s| 11600 |   382 |107529 |   9.2 |5620k|  84 |   - | 100 | 333 | 100 | 152 |   1 | 354 | 969 |-1.095028e+01 |-7.000000e+00 |  56.43%
8.28/8.33	c   8.3s| 11700 |   376 |108202 |   9.2 |5618k|  84 |   - | 100 | 334 | 100 | 152 |   1 | 355 | 969 |-1.092348e+01 |-7.000000e+00 |  56.05%
8.28/8.37	c   8.4s| 11800 |   376 |108829 |   9.2 |5622k|  84 |  19 | 100 | 334 | 100 | 152 |   1 | 355 | 969 |-1.089335e+01 |-7.000000e+00 |  55.62%
8.37/8.40	c   8.4s| 11900 |   370 |109409 |   9.2 |5605k|  84 |  17 | 100 | 332 | 100 | 152 |   1 | 356 | 969 |-1.089335e+01 |-7.000000e+00 |  55.62%
8.37/8.44	c   8.4s| 12000 |   366 |110072 |   9.1 |5600k|  84 |   - | 100 | 333 | 100 | 152 |   1 | 358 | 969 |-1.089335e+01 |-7.000000e+00 |  55.62%
8.37/8.48	c   8.5s| 12100 |   370 |110857 |   9.1 |5615k|  84 |   - | 100 | 334 | 100 | 152 |   1 | 362 | 969 |-1.088757e+01 |-7.000000e+00 |  55.54%
8.48/8.52	c   8.5s| 12200 |   364 |111571 |   9.1 |5598k|  84 |  17 | 100 | 335 | 100 | 152 |   1 | 366 | 971 |-1.088757e+01 |-7.000000e+00 |  55.54%
8.48/8.56	c   8.6s| 12300 |   364 |112252 |   9.1 |5603k|  84 |  16 | 100 | 334 | 100 | 152 |   1 | 368 | 971 |-1.085960e+01 |-7.000000e+00 |  55.14%
8.58/8.60	c   8.6s| 12400 |   360 |112848 |   9.1 |5599k|  84 |  19 | 100 | 338 | 100 | 152 |   1 | 372 | 971 |-1.085960e+01 |-7.000000e+00 |  55.14%
8.58/8.65	c   8.6s| 12500 |   360 |113779 |   9.1 |5608k|  84 |   - | 100 | 341 | 100 | 152 |   1 | 379 | 972 |-1.083615e+01 |-7.000000e+00 |  54.80%
8.58/8.69	c   8.7s| 12600 |   358 |114425 |   9.1 |5609k|  84 |   - | 100 | 339 | 100 | 152 |   1 | 380 | 973 |-1.079648e+01 |-7.000000e+00 |  54.24%
8.68/8.73	c   8.7s| 12700 |   362 |115161 |   9.0 |5624k|  84 |   - | 100 | 339 | 100 | 152 |   1 | 382 | 973 |-1.079574e+01 |-7.000000e+00 |  54.22%
8.68/8.79	c   8.8s| 12800 |   360 |115838 |   9.0 |5622k|  84 |  20 | 100 | 340 | 100 | 152 |   1 | 385 | 973 |-1.078598e+01 |-7.000000e+00 |  54.09%
8.78/8.82	c   8.8s| 12900 |   358 |116440 |   9.0 |5624k|  84 |   - | 100 | 344 | 100 | 152 |   1 | 394 | 973 |-1.076471e+01 |-7.000000e+00 |  53.78%
8.78/8.86	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
8.78/8.86	c   8.9s| 13000 |   350 |116970 |   9.0 |5604k|  84 |  25 | 100 | 344 | 100 | 152 |   1 | 396 | 974 |-1.076166e+01 |-7.000000e+00 |  53.74%
8.88/8.90	c   8.9s| 13100 |   342 |117724 |   9.0 |5593k|  84 |  22 | 100 | 346 | 100 | 152 |   1 | 400 | 974 |-1.074890e+01 |-7.000000e+00 |  53.56%
8.88/8.94	c   8.9s| 13200 |   332 |118323 |   8.9 |5577k|  84 |   - | 100 | 343 | 100 | 152 |   1 | 401 | 974 |-1.074641e+01 |-7.000000e+00 |  53.52%
8.88/8.98	c   9.0s| 13300 |   326 |119026 |   8.9 |5568k|  84 |   - | 100 | 341 | 100 | 152 |   1 | 403 | 974 |-1.073695e+01 |-7.000000e+00 |  53.38%
8.98/9.02	c   9.0s| 13400 |   320 |119615 |   8.9 |5560k|  84 |   - | 100 | 343 | 100 | 152 |   1 | 406 | 974 |-1.072340e+01 |-7.000000e+00 |  53.19%
8.98/9.05	c   9.0s| 13500 |   308 |120166 |   8.9 |5533k|  84 |   - | 100 | 346 | 100 | 152 |   1 | 410 | 974 |-1.072340e+01 |-7.000000e+00 |  53.19%
8.98/9.09	c   9.1s| 13600 |   304 |120818 |   8.9 |5525k|  84 |  25 | 100 | 342 | 100 | 152 |   1 | 410 | 974 |-1.070397e+01 |-7.000000e+00 |  52.91%
9.08/9.13	c   9.1s| 13700 |   294 |121540 |   8.8 |5502k|  84 |   - | 100 | 342 | 100 | 152 |   1 | 410 | 974 |-1.070397e+01 |-7.000000e+00 |  52.91%
9.08/9.17	c   9.2s| 13800 |   288 |122127 |   8.8 |5492k|  84 |   - | 100 | 341 | 100 | 152 |   1 | 411 | 974 |-1.063342e+01 |-7.000000e+00 |  51.91%
9.18/9.21	c   9.2s| 13900 |   286 |122764 |   8.8 |5496k|  84 |   - | 100 | 347 | 100 | 152 |   1 | 418 | 974 |-1.058817e+01 |-7.000000e+00 |  51.26%
9.18/9.25	c   9.2s| 14000 |   280 |123557 |   8.8 |5483k|  84 |  20 | 100 | 347 | 100 | 152 |   1 | 419 | 974 |-1.056991e+01 |-7.000000e+00 |  51.00%
9.18/9.29	c   9.3s| 14100 |   272 |124083 |   8.8 |5467k|  84 |   - | 100 | 349 | 100 | 152 |   1 | 424 | 974 |-1.056991e+01 |-7.000000e+00 |  51.00%
9.27/9.33	c   9.3s| 14200 |   274 |124780 |   8.8 |5477k|  84 |   - | 100 | 348 | 100 | 152 |   1 | 424 | 976 |-1.041333e+01 |-7.000000e+00 |  48.76%
9.27/9.37	c   9.4s| 14300 |   272 |125565 |   8.8 |5474k|  84 |   - | 100 | 344 | 100 | 152 |   1 | 425 | 976 |-1.041333e+01 |-7.000000e+00 |  48.76%
9.38/9.41	c   9.4s| 14400 |   276 |126261 |   8.7 |5486k|  84 |  23 | 100 | 341 | 100 | 152 |   1 | 430 | 976 |-1.017063e+01 |-7.000000e+00 |  45.29%
9.38/9.45	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
9.38/9.45	c   9.4s| 14500 |   274 |126858 |   8.7 |5490k|  84 |   - | 100 | 344 | 100 | 152 |   1 | 433 | 978 |-1.017063e+01 |-7.000000e+00 |  45.29%
9.38/9.48	c   9.5s| 14600 |   270 |127307 |   8.7 |5483k|  84 |  17 | 100 | 342 | 100 | 152 |   1 | 434 | 978 |-1.017063e+01 |-7.000000e+00 |  45.29%
9.48/9.52	c   9.5s| 14700 |   266 |128125 |   8.7 |5484k|  84 |   - | 100 | 340 | 100 | 152 |   1 | 434 | 978 |-1.015067e+01 |-7.000000e+00 |  45.01%
9.48/9.56	c   9.6s| 14800 |   262 |128614 |   8.7 |5483k|  84 |   - | 100 | 339 | 100 | 152 |   1 | 434 | 978 |-1.009844e+01 |-7.000000e+00 |  44.26%
9.58/9.60	c   9.6s| 14900 |   256 |129208 |   8.7 |5465k|  84 |   - | 100 | 338 | 100 | 152 |   1 | 434 | 978 |-1.007326e+01 |-7.000000e+00 |  43.90%
9.58/9.64	c   9.6s| 15000 |   254 |130057 |   8.6 |5463k|  84 |  21 | 100 | 337 | 100 | 152 |   1 | 435 | 978 |-1.003328e+01 |-7.000000e+00 |  43.33%
9.58/9.68	c   9.7s| 15100 |   254 |130621 |   8.6 |5471k|  84 |  16 | 100 | 334 | 100 | 152 |   1 | 435 | 978 |-1.003328e+01 |-7.000000e+00 |  43.33%
9.68/9.72	c   9.7s| 15200 |   246 |131487 |   8.6 |5452k|  84 |   - | 100 | 332 | 100 | 152 |   1 | 435 | 978 |-1.002082e+01 |-7.000000e+00 |  43.15%
9.68/9.75	c   9.7s| 15300 |   230 |132044 |   8.6 |5401k|  84 |   - | 100 | 331 | 100 | 152 |   1 | 435 | 978 |-1.000371e+01 |-7.000000e+00 |  42.91%
9.68/9.79	c   9.8s| 15400 |   230 |132544 |   8.6 |5401k|  84 |  23 | 100 | 331 | 100 | 152 |   1 | 441 | 979 |-9.992182e+00 |-7.000000e+00 |  42.75%
9.78/9.83	c   9.8s| 15500 |   226 |133200 |   8.6 |5392k|  84 |  28 | 100 | 325 | 100 | 152 |   1 | 445 | 979 |-9.948695e+00 |-7.000000e+00 |  42.12%
9.78/9.87	c   9.9s| 15600 |   226 |133823 |   8.6 |5403k|  84 |   - | 100 | 325 | 100 | 152 |   1 | 448 | 979 |-9.780078e+00 |-7.000000e+00 |  39.72%
9.88/9.90	c   9.9s| 15700 |   218 |134260 |   8.5 |5382k|  84 |   - | 100 | 319 | 100 | 152 |   1 | 450 | 979 |-9.780078e+00 |-7.000000e+00 |  39.72%
9.88/9.94	c   9.9s| 15800 |   214 |134876 |   8.5 |5382k|  84 |   - | 100 | 312 | 100 | 152 |   1 | 450 | 979 |-9.708973e+00 |-7.000000e+00 |  38.70%
9.88/9.98	c  10.0s| 15900 |   212 |135412 |   8.5 |5374k|  84 |   - | 100 | 312 | 100 | 152 |   1 | 450 | 979 |-9.685857e+00 |-7.000000e+00 |  38.37%
9.98/10.01	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
9.98/10.01	c  10.0s| 16000 |   202 |135981 |   8.5 |5353k|  84 |   - | 100 | 312 | 100 | 152 |   1 | 451 | 979 |-9.625641e+00 |-7.000000e+00 |  37.51%
9.98/10.05	c  10.0s| 16100 |   196 |136621 |   8.5 |5346k|  84 |  23 | 100 | 315 | 100 | 152 |   1 | 457 | 979 |-9.538745e+00 |-7.000000e+00 |  36.27%
9.98/10.08	c  10.1s| 16200 |   190 |137090 |   8.4 |5337k|  84 |   - | 100 | 311 | 100 | 152 |   1 | 464 | 979 |-9.538745e+00 |-7.000000e+00 |  36.27%
10.08/10.12	c  10.1s| 16300 |   186 |137645 |   8.4 |5330k|  84 |  21 | 100 | 309 | 100 | 152 |   1 | 466 | 979 |-9.460812e+00 |-7.000000e+00 |  35.15%
10.08/10.16	c  10.2s| 16400 |   180 |138188 |   8.4 |5315k|  84 |  21 | 100 | 307 | 100 | 152 |   1 | 473 | 979 |-9.460812e+00 |-7.000000e+00 |  35.15%
10.08/10.19	c  10.2s| 16500 |   168 |138781 |   8.4 |5283k|  84 |   - | 100 | 306 | 100 | 152 |   1 | 474 | 979 |-9.436344e+00 |-7.000000e+00 |  34.80%
10.18/10.23	c  10.2s| 16600 |   158 |139531 |   8.4 |5257k|  84 |   - | 100 | 305 | 100 | 152 |   1 | 474 | 979 |-9.345797e+00 |-7.000000e+00 |  33.51%
10.18/10.27	c  10.3s| 16700 |   136 |140027 |   8.4 |5195k|  84 |   - | 100 | 307 | 100 | 152 |   1 | 478 | 979 |-9.314699e+00 |-7.000000e+00 |  33.07%
10.28/10.30	c  10.3s| 16800 |   132 |140532 |   8.3 |5183k|  84 |   - | 100 | 315 | 100 | 152 |   1 | 487 | 979 |-9.307069e+00 |-7.000000e+00 |  32.96%
10.28/10.34	c  10.3s| 16900 |   118 |141209 |   8.3 |5142k|  84 |  21 | 100 | 316 | 100 | 152 |   1 | 491 | 979 |-9.211095e+00 |-7.000000e+00 |  31.59%
10.28/10.38	c  10.4s| 17000 |    94 |141573 |   8.3 |5081k|  84 |   - | 100 | 317 | 100 | 152 |   1 | 493 | 979 |-9.211095e+00 |-7.000000e+00 |  31.59%
10.38/10.41	c  10.4s| 17100 |    88 |142184 |   8.3 |5068k|  84 |   - | 100 | 319 | 100 | 152 |   1 | 497 | 979 |-9.191420e+00 |-7.000000e+00 |  31.31%
10.38/10.45	c  10.4s| 17200 |    78 |142894 |   8.3 |5037k|  84 |   - | 100 | 317 | 100 | 152 |   1 | 499 | 980 |-9.191420e+00 |-7.000000e+00 |  31.31%
10.38/10.49	c  10.5s| 17300 |    62 |143641 |   8.3 |4977k|  84 |   - | 100 | 313 | 100 | 152 |   1 | 501 | 980 |-9.020259e+00 |-7.000000e+00 |  28.86%
10.47/10.53	c  10.5s| 17400 |    44 |144103 |   8.3 |4896k|  84 |  16 | 100 | 313 | 100 | 152 |   1 | 504 | 980 |-8.847443e+00 |-7.000000e+00 |  26.39%
10.47/10.56	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
10.47/10.56	c  10.6s| 17500 |    36 |144612 |   8.2 |4873k|  84 |   - | 100 | 318 | 100 | 152 |   1 | 512 | 980 |-8.847443e+00 |-7.000000e+00 |  26.39%
10.58/10.60	c  10.6s| 17600 |    20 |145053 |   8.2 |4806k|  84 |  19 | 100 | 318 | 100 | 152 |   1 | 517 | 982 |-8.780856e+00 |-7.000000e+00 |  25.44%
10.58/10.63	c  10.6s| 17700 |    10 |145534 |   8.2 |4738k|  84 |  21 | 100 | 315 | 100 | 152 |   1 | 522 | 982 |-8.759307e+00 |-7.000000e+00 |  25.13%
10.58/10.64	c 
10.58/10.64	c SCIP Status        : problem is solved [optimal solution found]
10.58/10.64	c Solving Time (sec) : 10.64
10.58/10.64	c Solving Nodes      : 17736
10.58/10.64	c Primal Bound       : -7.00000000000000e+00 (250 solutions)
10.58/10.64	c Dual Bound         : -7.00000000000000e+00
10.58/10.64	c Gap                : 0.00 %
10.58/10.64	s OPTIMUM FOUND
10.58/10.64	v -x70 -x61 -x84 -x78 x64 -x63 -x58 -x54 -x72 x100 x83 -x82 x95 x79 -x62 -x51 -x85 -x81 -x80 -x71 -x68 -x67 x60 -x57 -x56 -x87 -x55 
10.58/10.64	v -x99 -x88 -x98 -x74 -x89 x93 -x66 -x96 -x92 -x53 -x90 -x94 -x75 -x59 -x65 -x52 -x77 -x73 -x76 -x91 -x69 -x86 -x97 -x50 x49 
10.58/10.64	v x48 -x47 x46 -x45 -x44 -x43 x42 -x41 -x40 -x39 -x38 -x37 -x36 -x35 x34 -x33 x32 -x31 -x30 -x29 -x28 -x27 -x26 -x25 -x24 x23 
10.58/10.64	v -x22 -x21 -x20 -x19 -x18 -x17 -x16 -x15 -x14 -x13 -x12 -x11 -x10 -x9 -x8 -x7 -x6 -x5 -x4 -x3 -x2 -x1 
10.58/10.64	c SCIP Status        : problem is solved [optimal solution found]
10.58/10.65	c Total Time         :      10.64
10.58/10.65	c   solving          :      10.64
10.58/10.65	c   presolving       :       0.18 (included in solving)
10.58/10.65	c   reading          :       0.01 (included in solving)
10.58/10.65	c   copying          :       0.06 (12 #copies) (minimal 0.00, maximal 0.01, average 0.00)
10.58/10.65	c Original Problem   :
10.58/10.65	c   Problem name     : HOME/instance-3692596-1338037172.opb
10.58/10.65	c   Variables        : 1576 (100 binary, 0 integer, 1476 implicit integer, 0 continuous)
10.58/10.65	c   Constraints      : 1727 initial, 1727 maximal
10.58/10.65	c   Objective sense  : minimize
10.58/10.65	c Presolved Problem  :
10.58/10.65	c   Problem name     : t_HOME/instance-3692596-1338037172.opb
10.58/10.65	c   Variables        : 100 (100 binary, 0 integer, 0 implicit integer, 0 continuous)
10.58/10.65	c   Constraints      : 151 initial, 349 maximal
10.58/10.65	c Presolvers         :   ExecTime  SetupTime  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons    AddCons   ChgSides   ChgCoefs
10.58/10.65	c   domcol           :       0.00       0.00          0          0          0          0          0          0          0          0          0
10.58/10.65	c   trivial          :       0.00       0.00          0          0          0          0          0          0          0          0          0
10.58/10.65	c   dualfix          :       0.00       0.00       1476          0          0          0          0          0          0          0          0
10.58/10.65	c   boundshift       :       0.00       0.00          0          0          0          0          0          0          0          0          0
10.58/10.65	c   inttobinary      :       0.00       0.00          0          0          0          0          0          0          0          0          0
10.58/10.65	c   convertinttobin  :       0.00       0.00          0          0          0          0          0          0          0          0          0
10.58/10.65	c   gateextraction   :       0.00       0.00          0          0          0          0          0          0          0          0          0
10.58/10.65	c   implics          :       0.00       0.00          0          0          0          0          0          0          0          0          0
10.58/10.65	c   components       :       0.00       0.00          0          0          0          0          0          0          0          0          0
10.58/10.65	c   pseudoobj        :       0.00       0.00          0          0          0          0          0          0          0          0          0
10.58/10.65	c   probing          :       0.00       0.00          0          0          0          0          0          0          0          0          0
10.58/10.65	c   knapsack         :       0.00       0.00          0          0          0          0          0          0          0          0          0
10.58/10.65	c   setppc           :       0.00       0.00          0          0          0          0          0          0          0          0          0
10.58/10.65	c   linear           :       0.00       0.00          0          0          0          0          0          0          0          0          0
10.58/10.65	c   logicor          :       0.00       0.00          0          0          0          0          0          0          0          0          0
10.58/10.65	c   pseudoboolean    :       0.00       0.00          0          0          0          0          0       1676        100          0          0
10.58/10.65	c   root node        :          -          -          2          -          -          2          -          -          -          -          -
10.58/10.65	c Constraints        :     Number  MaxNumber  #Separate #Propagate    #EnfoLP    #EnfoPS     #Check   #ResProp    Cutoffs    DomReds       Cuts      Conss   Children
10.58/10.65	c   integral         :          0          0          0          0       9245          0        255          0          9        293          0          0      18160
10.58/10.65	c   knapsack         :        100        100          2      27462          1          0        249      15144        208      97454          0          0          0
10.58/10.65	c   setppc           :         50         50          2      26330          1          0        248       1072          0       5869          0          0          0
10.58/10.65	c   linear           :          1+        44          3      27254          1          0        248         46        169        143          0          0          0
10.58/10.65	c   logicor          :          0+       155          0      12023          0          0          0         75          2        382          0          0          0
10.58/10.65	c   countsols        :          0          0          0          0          1          0        253          0          0          0          0          0          0
10.58/10.65	c Constraint Timings :  TotalTime  SetupTime   Separate  Propagate     EnfoLP     EnfoPS      Check    ResProp
10.58/10.65	c   integral         :       2.28       0.00       0.00       0.00       2.28       0.00       0.00       0.00
10.58/10.65	c   knapsack         :       0.42       0.00       0.00       0.38       0.00       0.00       0.02       0.02
10.58/10.65	c   setppc           :       0.05       0.00       0.00       0.05       0.00       0.00       0.00       0.00
10.58/10.65	c   linear           :       0.08       0.00       0.00       0.08       0.00       0.00       0.00       0.00
10.58/10.65	c   logicor          :       0.04       0.00       0.00       0.04       0.00       0.00       0.00       0.00
10.58/10.65	c   countsols        :       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00
10.58/10.65	c Propagators        : #Propagate   #ResProp    Cutoffs    DomReds
10.58/10.65	c   rootredcost      :          2          0          0          0
10.58/10.65	c   pseudoobj        :      36773       1363        166       2119
10.58/10.65	c   vbounds          :          0          0          0          0
10.58/10.65	c   redcost          :       9815          0          0       1267
10.58/10.65	c   probing          :          0          0          0          0
10.58/10.65	c Propagator Timings :  TotalTime  SetupTime   Presolve  Propagate    ResProp
10.58/10.65	c   rootredcost      :       0.02       0.00       0.00       0.02       0.00
10.58/10.65	c   pseudoobj        :       0.08       0.00       0.00       0.07       0.01
10.58/10.65	c   vbounds          :       0.02       0.00       0.00       0.02       0.00
10.58/10.65	c   redcost          :       0.04       0.00       0.00       0.04       0.00
10.58/10.65	c   probing          :       0.00       0.00       0.00       0.00       0.00
10.58/10.65	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
10.58/10.65	c   propagation      :       0.05        545        518       1673       39.3          0        0.0          -
10.58/10.65	c   infeasible LP    :       0.00          3          3          3       10.0          0        0.0          0
10.58/10.65	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
10.58/10.65	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
10.58/10.65	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
10.58/10.65	c   applied globally :          -          -          -        333       21.0          -          -          -
10.58/10.65	c   applied locally  :          -          -          -        192       44.0          -          -          -
10.58/10.65	c Separators         :   ExecTime  SetupTime      Calls    Cutoffs    DomReds       Cuts      Conss
10.58/10.65	c   cut pool         :       0.00                     1          -          -          0          -    (maximal pool size: 1)
10.58/10.65	c   closecuts        :       0.00       0.00          0          0          0          0          0
10.58/10.65	c   impliedbounds    :       0.00       0.00          2          0          0          0          0
10.58/10.65	c   intobj           :       0.00       0.00          0          0          0          0          0
10.58/10.65	c   gomory           :       0.01       0.00          2          0          0          0          0
10.58/10.65	c   cgmip            :       0.00       0.00          0          0          0          0          0
10.58/10.65	c   strongcg         :       0.01       0.00          2          0          0          1          0
10.58/10.65	c   cmir             :       0.01       0.00          2          0          0          0          0
10.58/10.65	c   flowcover        :       0.01       0.00          2          0          0          0          0
10.58/10.65	c   clique           :       0.00       0.00          1          0          0          0          0
10.58/10.65	c   zerohalf         :       0.00       0.00          0          0          0          0          0
10.58/10.65	c   mcf              :       0.00       0.00          1          0          0          0          0
10.58/10.65	c   oddcycle         :       0.00       0.00          0          0          0          0          0
10.58/10.65	c   rapidlearning    :       0.10       0.00          1          0          0          0         43
10.58/10.65	c Pricers            :   ExecTime  SetupTime      Calls       Vars
10.58/10.65	c   problem variables:       0.00          -          0          0
10.58/10.65	c Branching Rules    :   ExecTime  SetupTime      Calls    Cutoffs    DomReds       Cuts      Conss   Children
10.58/10.65	c   relpscost        :       2.26       0.00       9244          9        293          0          0      18160
10.58/10.65	c   pscost           :       0.00       0.00          0          0          0          0          0          0
10.58/10.65	c   inference        :       0.00       0.00          0          0          0          0          0          0
10.58/10.65	c   mostinf          :       0.00       0.00          0          0          0          0          0          0
10.58/10.65	c   leastinf         :       0.00       0.00          0          0          0          0          0          0
10.58/10.65	c   fullstrong       :       0.00       0.00          0          0          0          0          0          0
10.58/10.65	c   allfullstrong    :       0.00       0.00          0          0          0          0          0          0
10.58/10.65	c   random           :       0.00       0.00          0          0          0          0          0          0
10.58/10.65	c Primal Heuristics  :   ExecTime  SetupTime      Calls      Found
10.58/10.65	c   LP solutions     :       0.00          -          -          1
10.58/10.65	c   pseudo solutions :       0.00          -          -          0
10.58/10.65	c   feaspump         :       0.00       0.00          0          0
10.58/10.65	c   oneopt           :       0.02       0.00          2          0
10.58/10.65	c   pscostdiving     :       0.00       0.00          3          0
10.58/10.65	c   fracdiving       :       0.01       0.00          3          0
10.58/10.65	c   veclendiving     :       0.01       0.00          3          0
10.58/10.65	c   linesearchdiving :       0.00       0.00          3          0
10.58/10.65	c   guideddiving     :       0.00       0.00          3          0
10.58/10.65	c   objpscostdiving  :       0.01       0.00          2          2
10.58/10.65	c   rootsoldiving    :       0.01       0.00          2          2
10.58/10.65	c   coefdiving       :       0.01       0.00          4          0
10.58/10.65	c   crossover        :       0.21       0.00         10          2
10.58/10.65	c   smallcard        :       0.00       0.00          0          0
10.58/10.65	c   trivial          :       0.00       0.00          2          1
10.58/10.65	c   shiftandpropagate:       0.00       0.00          0          0
10.58/10.65	c   simplerounding   :       0.01       0.00          0          0
10.58/10.65	c   zirounding       :       0.13       0.00          0          0
10.58/10.65	c   rounding         :       0.22       0.00       4086          1
10.58/10.65	c   shifting         :       0.14       0.00        939        240
10.58/10.65	c   intshifting      :       0.00       0.00          0          0
10.58/10.65	c   twoopt           :       0.00       0.00          0          0
10.58/10.65	c   indoneopt        :       0.04       0.00          0          0
10.58/10.65	c   indtwoopt        :       0.00       0.00          0          0
10.58/10.65	c   fixandinfer      :       0.00       0.00          0          0
10.58/10.65	c   clique           :       0.00       0.00          0          0
10.58/10.65	c   indrounding      :       0.00       0.00          0          0
10.58/10.65	c   indcoefdiving    :       0.00       0.00          0          0
10.58/10.65	c   nlpdiving        :       0.00       0.00          0          0
10.58/10.65	c   intdiving        :       0.00       0.00          0          0
10.58/10.65	c   actconsdiving    :       0.00       0.00          0          0
10.58/10.65	c   octane           :       0.00       0.00          0          0
10.58/10.65	c   rens             :       0.01       0.00          0          0
10.58/10.65	c   rins             :       0.00       0.00          0          0
10.58/10.65	c   localbranching   :       0.00       0.00          0          0
10.58/10.65	c   mutation         :       0.00       0.00          0          0
10.58/10.65	c   dins             :       0.00       0.00          0          0
10.58/10.65	c   vbounds          :       0.00       0.00          0          0
10.58/10.65	c   undercover       :       0.00       0.00          0          0
10.58/10.65	c   subnlp           :       0.02       0.00          0          0
10.58/10.65	c   trysol           :       0.02       0.00          0          0
10.58/10.65	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec  Time-0-It Calls-0-It
10.58/10.65	c   primal LP        :       0.00          0          0       0.00          -       0.00          0
10.58/10.65	c   dual LP          :       4.75      17936     144965       8.35   30548.86       0.03        573
10.58/10.65	c   lex dual LP      :       0.00          0          0       0.00          -
10.58/10.65	c   barrier LP       :       0.00          0          0       0.00          -       0.00          0
10.58/10.65	c   diving/probing LP:       0.02        194        705       3.63   30309.54
10.58/10.65	c   strong branching :       2.16        982      41497      42.26   19170.25
10.58/10.65	c     (at root node) :          -         10       1289     128.90          -
10.58/10.65	c   conflict analysis:       0.00          0          0       0.00          -
10.58/10.65	c B&B Tree           :
10.58/10.65	c   number of runs   :          1
10.58/10.65	c   nodes            :      17736
10.58/10.65	c   nodes (total)    :      17736
10.58/10.65	c   nodes left       :          0
10.58/10.65	c   max depth        :         84
10.58/10.65	c   max depth (total):         84
10.58/10.65	c   backtracks       :       1730 (9.8%)
10.58/10.65	c   delayed cutoffs  :          3
10.58/10.65	c   repropagations   :        819 (587 domain reductions, 3 cutoffs)
10.58/10.65	c   avg switch length:       4.51
10.58/10.65	c   switching time   :       0.55
10.58/10.65	c Solution           :
10.58/10.65	c   Solutions found  :        250 (4 improvements)
10.58/10.65	c   First Solution   : +0.00000000000000e+00   (in run 1, after 0 nodes, 0.01 seconds, depth 0, found by <trivial>)
10.58/10.65	c   Primal Bound     : -7.00000000000000e+00   (in run 1, after 6508 nodes, 6.17 seconds, depth 40, found by <relaxation>)
10.58/10.65	c   Dual Bound       : -7.00000000000000e+00
10.58/10.65	c   Gap              :       0.00 %
10.58/10.65	c   Root Dual Bound  : -2.50000000000000e+01
10.58/10.65	c   Root Iterations  :        324
10.58/10.65	c Time complete: 10.63.

Verifier Data

OK	-7

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-3692596-1338037172/watcher-3692596-1338037172 -o /tmp/evaluation-result-3692596-1338037172/solver-3692596-1338037172 -C 1800 -W 1900 -M 15500 HOME/scip-2.1.1.4expfix.linux.x86_64.gnu.opt.spx -f HOME/instance-3692596-1338037172.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.01 2.00 2.00 3/176 5260
/proc/meminfo: memFree=29168700/32873844 swapFree=7116/7116
[pid=5260] ppid=5258 vsize=11812 CPUtime=0 cores=0,2,4,6
/proc/5260/stat : 5260 (runsolver) D 5258 5260 3441 0 -1 4202560 42 0 0 0 0 0 0 0 20 0 1 0 269842171 12095488 50 33554432000 4194304 5436572 140735970039776 140735970036072 4883175 0 0 4096 24578 18446744071579943789 0 0 17 2 0 0 0 0 0
/proc/5260/statm: 2953 50 31 304 0 2645 0

[startup+0.011949 s]
/proc/loadavg: 2.01 2.00 2.00 3/176 5260
/proc/meminfo: memFree=29168700/32873844 swapFree=7116/7116
[pid=5260] ppid=5258 vsize=13112 CPUtime=0 cores=0,2,4,6
/proc/5260/stat : 5260 (scip-2.1.1.4exp) R 5258 5260 3441 0 -1 4202496 2030 0 0 0 0 0 0 0 20 0 1 0 269842171 13426688 1984 33554432000 4194304 10219143 140736678340512 140735970035960 8844210 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/5260/statm: 3278 1984 436 1471 0 1798 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 13112

[startup+0.100274 s]
/proc/loadavg: 2.01 2.00 2.00 3/176 5260
/proc/meminfo: memFree=29168700/32873844 swapFree=7116/7116
[pid=5260] ppid=5258 vsize=23084 CPUtime=0.08 cores=0,2,4,6
/proc/5260/stat : 5260 (scip-2.1.1.4exp) R 5258 5260 3441 0 -1 4202496 4571 0 0 0 2 6 0 0 20 0 1 0 269842171 23638016 4268 33554432000 4194304 10219143 140736678340512 140735970035960 9008087 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/5260/statm: 5771 4268 566 1471 0 4291 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 23084

[startup+0.30026 s]
/proc/loadavg: 2.01 2.00 2.00 3/176 5260
/proc/meminfo: memFree=29168700/32873844 swapFree=7116/7116
[pid=5260] ppid=5258 vsize=36908 CPUtime=0.28 cores=0,2,4,6
/proc/5260/stat : 5260 (scip-2.1.1.4exp) R 5258 5260 3441 0 -1 4202496 8021 0 0 0 10 18 0 0 20 0 1 0 269842171 37793792 7717 33554432000 4194304 10219143 140736678340512 140735970035960 9008087 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/5260/statm: 9227 7717 834 1471 0 7747 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 36908

[startup+0.700237 s]
/proc/loadavg: 2.01 2.00 2.00 3/176 5260
/proc/meminfo: memFree=29168700/32873844 swapFree=7116/7116
[pid=5260] ppid=5258 vsize=34276 CPUtime=0.68 cores=0,2,4,6
/proc/5260/stat : 5260 (scip-2.1.1.4exp) R 5258 5260 3441 0 -1 4202496 8184 0 0 0 46 22 0 0 20 0 1 0 269842171 35098624 7274 33554432000 4194304 10219143 140736678340512 140736678334328 9026266 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/5260/statm: 8569 7274 857 1471 0 7089 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 34276

[startup+1.50024 s]
/proc/loadavg: 2.01 2.00 2.00 3/177 5261
/proc/meminfo: memFree=29143148/32873844 swapFree=7116/7116
[pid=5260] ppid=5258 vsize=34276 CPUtime=1.48 cores=0,2,4,6
/proc/5260/stat : 5260 (scip-2.1.1.4exp) R 5258 5260 3441 0 -1 4202496 8184 0 0 0 124 24 0 0 20 0 1 0 269842171 35098624 7274 33554432000 4194304 10219143 140736678340512 140736678333640 9026266 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/5260/statm: 8569 7274 857 1471 0 7089 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 34276

[startup+3.10024 s]
/proc/loadavg: 2.01 2.00 2.00 3/177 5261
/proc/meminfo: memFree=29142140/32873844 swapFree=7116/7116
[pid=5260] ppid=5258 vsize=40472 CPUtime=3.08 cores=0,2,4,6
/proc/5260/stat : 5260 (scip-2.1.1.4exp) R 5258 5260 3441 0 -1 4202496 9583 0 0 0 279 29 0 0 20 0 1 0 269842171 41443328 8673 33554432000 4194304 10219143 140736678340512 140736678333816 9026266 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/5260/statm: 10118 8673 863 1471 0 8638 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 40472

[startup+6.30025 s]
/proc/loadavg: 2.01 2.00 2.00 3/177 5261
/proc/meminfo: memFree=29138048/32873844 swapFree=7116/7116
[pid=5260] ppid=5258 vsize=34328 CPUtime=6.28 cores=0,2,4,6
/proc/5260/stat : 5260 (scip-2.1.1.4exp) R 5258 5260 3441 0 -1 4202496 14094 0 0 0 562 66 0 0 20 0 1 0 269842171 35151872 7569 33554432000 4194304 10219143 140736678340512 140736678336984 9008087 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/5260/statm: 8582 7569 866 1471 0 7102 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 34328

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

[startup+7.90024 s]
/proc/loadavg: 2.01 2.00 2.00 3/177 5261
/proc/meminfo: memFree=29137180/32873844 swapFree=7116/7116
[pid=5260] ppid=5258 vsize=34328 CPUtime=7.88 cores=0,2,4,6
/proc/5260/stat : 5260 (scip-2.1.1.4exp) R 5258 5260 3441 0 -1 4202496 19257 0 0 0 701 87 0 0 20 0 1 0 269842171 35151872 7569 33554432000 4194304 10219143 140736678340512 140736678333768 9008087 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/5260/statm: 8582 7569 866 1471 0 7102 0
Current children cumulated CPU time (s) 7.88
Current children cumulated vsize (KiB) 34328

[startup+9.50024 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 5261
/proc/meminfo: memFree=29135336/32873844 swapFree=7116/7116
[pid=5260] ppid=5258 vsize=34328 CPUtime=9.48 cores=0,2,4,6
/proc/5260/stat : 5260 (scip-2.1.1.4exp) R 5258 5260 3441 0 -1 4202496 20988 0 0 0 839 109 0 0 20 0 1 0 269842171 35151872 7569 33554432000 4194304 10219143 140736678340512 140736678333448 9026266 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/5260/statm: 8582 7569 866 1471 0 7102 0
Current children cumulated CPU time (s) 9.48
Current children cumulated vsize (KiB) 34328

[startup+10.3002 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 5261
/proc/meminfo: memFree=29134096/32873844 swapFree=7116/7116
[pid=5260] ppid=5258 vsize=34328 CPUtime=10.28 cores=0,2,4,6
/proc/5260/stat : 5260 (scip-2.1.1.4exp) R 5258 5260 3441 0 -1 4202496 20988 0 0 0 909 119 0 0 20 0 1 0 269842171 35151872 7569 33554432000 4194304 10219143 140736678340512 140736678334232 9026266 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/5260/statm: 8582 7569 866 1471 0 7102 0
Current children cumulated CPU time (s) 10.28
Current children cumulated vsize (KiB) 34328

[startup+10.5002 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 5261
/proc/meminfo: memFree=29134096/32873844 swapFree=7116/7116
[pid=5260] ppid=5258 vsize=34328 CPUtime=10.47 cores=0,2,4,6
/proc/5260/stat : 5260 (scip-2.1.1.4exp) R 5258 5260 3441 0 -1 4202496 20988 0 0 0 926 121 0 0 20 0 1 0 269842171 35151872 7569 33554432000 4194304 10219143 140736678340512 140736678334232 9008087 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/5260/statm: 8582 7569 866 1471 0 7102 0
Current children cumulated CPU time (s) 10.47
Current children cumulated vsize (KiB) 34328

[startup+10.6002 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 5261
/proc/meminfo: memFree=29134096/32873844 swapFree=7116/7116
[pid=5260] ppid=5258 vsize=34328 CPUtime=10.58 cores=0,2,4,6
/proc/5260/stat : 5260 (scip-2.1.1.4exp) R 5258 5260 3441 0 -1 4202496 20988 0 0 0 935 123 0 0 20 0 1 0 269842171 35151872 7569 33554432000 4194304 10219143 140736678340512 140736678334232 9008087 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/5260/statm: 8582 7569 866 1471 0 7102 0
Current children cumulated CPU time (s) 10.58
Current children cumulated vsize (KiB) 34328

Child status: 0
Real time (s): 10.6581
CPU time (s): 10.6474
CPU user time (s): 9.40957
CPU system time (s): 1.23781
CPU usage (%): 99.8991
Max. virtual memory (cumulated for all children) (KiB): 40860

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 9.40957
system time used= 1.23781
maximum resident set size= 37200
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 20992
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= 6
involuntary context switches= 12

runsolver used 0.007998 second user time and 0.052991 second system time

The end

Launcher Data

Begin job on node146 at 2012-05-26 14:59:32
IDJOB=3692596
IDBENCH=48231
IDSOLVER=2271
FILE ID=node146/3692596-1338037172
RUNJOBID= node146-1338029515-4286
PBS_JOBID= 14624329
Free space on /tmp= 71536 MiB

SOLVER NAME= SCIP spx E SCIP 2.1.1.4. Exp with SoPlex 1.6.0.3 fixed
BENCH NAME= PB07/normalized-PB07/OPT-SMALLINT-NLC/submittedPB07/manquinho/bsg/normalized-bsg_50_25_3.opb
COMMAND LINE= HOME/scip-2.1.1.4expfix.linux.x86_64.gnu.opt.spx -f BENCHNAME -t TIMEOUT -m MEMLIMIT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3692596-1338037172/watcher-3692596-1338037172 -o /tmp/evaluation-result-3692596-1338037172/solver-3692596-1338037172 -C 1800 -W 1900 -M 15500  HOME/scip-2.1.1.4expfix.linux.x86_64.gnu.opt.spx -f HOME/instance-3692596-1338037172.opb -t 1800 -m 15500

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

MD5SUM BENCH= e70f8e0da8fa345ba6e82dce1b0133d2
RANDOM SEED=356688466

node146.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		: 2667.034
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	: 5334.06
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		: 2667.034
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.92
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		: 2667.034
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.91
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		: 2667.034
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		: 2667.034
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.034
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		: 2667.034
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		: 2667.034
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.90
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        29169220 kB
Buffers:          254864 kB
Cached:          2418356 kB
SwapCached:         2348 kB
Active:           740584 kB
Inactive:        2193164 kB
Active(anon):     259468 kB
Inactive(anon):     3064 kB
Active(file):     481116 kB
Inactive(file):  2190100 kB
Unevictable:        7116 kB
Mlocked:            7116 kB
SwapTotal:      67108856 kB
SwapFree:       67100340 kB
Dirty:             13656 kB
Writeback:             0 kB
AnonPages:        267700 kB
Mapped:            11360 kB
Shmem:                 0 kB
Slab:             630340 kB
SReclaimable:      71968 kB
SUnreclaim:       558372 kB
KernelStack:        1464 kB
PageTables:         4504 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     382828 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:    231424 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= 71524 MiB
End job on node146 at 2012-05-26 14:59:43