Trace number 3692595

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 9.39857 9.40065

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/
manquinho/bsg/normalized-bsg_50_25_2.opb
MD5SUM1eb933a10fcc575d2df25e98511c4b07
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.39857
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)2960
Sum of products size (including duplicates)5920
Number of different products1480
Sum of products size2960

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.1.1.4 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: SoPlex 1.6.0.3] [GitHash: 947bdb7-dirty]
0.00/0.00	c Copyright (c) 2002-2012 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-3692595-1338037277.opb>
0.00/0.01	c original problem has 1580 variables (100 bin, 0 int, 1480 impl, 0 cont) and 1731 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.00/0.07	c (round 1) 0 del vars, 1680 del conss, 100 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 50 upgd conss, 6020 impls, 99 clqs
0.00/0.07	c (round 2) 1480 del vars, 1680 del conss, 100 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 150 upgd conss, 6020 impls, 0 clqs
0.00/0.08	c    (0.1s) probing: 51/100 (51.0%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
0.00/0.08	c    (0.1s) probing aborted: 50/50 successive totally useless probings
0.00/0.08	c presolving (3 rounds):
0.00/0.08	c  1480 deleted vars, 1680 deleted constraints, 100 added constraints, 0 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
0.00/0.08	c  6020 implications, 0 cliques
0.00/0.08	c presolved problem has 100 variables (100 bin, 0 int, 0 impl, 0 cont) and 151 constraints
0.00/0.08	c     100 constraints of type <knapsack>
0.00/0.08	c      50 constraints of type <setppc>
0.00/0.08	c       1 constraints of type <linear>
0.00/0.08	c transformed objective value is always integral (scale: 1)
0.00/0.08	c Presolving Time: 0.06
0.00/0.08	c - non default parameters ----------------------------------------------------------------------
0.00/0.08	c # SCIP version 2.1.1.4
0.00/0.08	c 
0.00/0.08	c # maximal time in seconds to run
0.00/0.08	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.00/0.08	c limits/time = 1797
0.00/0.08	c 
0.00/0.08	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.00/0.08	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.00/0.08	c limits/memory = 13950
0.00/0.08	c 
0.00/0.08	c # default clock type (1: CPU user seconds, 2: wall clock time)
0.00/0.08	c # [type: int, range: [1,2], default: 1]
0.00/0.08	c timing/clocktype = 2
0.00/0.08	c 
0.00/0.08	c # belongs reading time to solving time?
0.00/0.08	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.00/0.08	c timing/reading = TRUE
0.00/0.08	c 
0.00/0.08	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
0.00/0.08	c # [type: int, range: [-1,2147483647], default: -1]
0.00/0.08	c separating/rapidlearning/freq = 0
0.00/0.08	c 
0.00/0.08	c -----------------------------------------------------------------------------------------------
0.00/0.08	c start solving
0.00/0.08	c 
0.09/0.09	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
0.09/0.09	c t 0.1s|     1 |     0 |   249 |     - |4372k|   0 | 100 | 100 | 151 | 100 | 151 |   0 |   0 |   0 |-2.500000e+01 | 0.000000e+00 |    Inf 
0.09/0.09	o -1
0.09/0.09	c R 0.1s|     1 |     0 |   249 |     - |4375k|   0 | 100 | 100 | 151 | 100 | 151 |   0 |   0 |   0 |-2.500000e+01 |-1.000000e+00 |2400.00%
0.09/0.16	o -6
0.09/0.16	c y 0.2s|     1 |     0 |   249 |     - |4378k|   0 | 100 | 100 | 151 | 100 | 151 |   0 |   0 |   0 |-2.500000e+01 |-6.000000e+00 | 316.67%
0.38/0.41	c   0.4s|     1 |     2 |   249 |     - |4456k|   0 | 100 | 100 | 186 | 100 | 151 |   0 |   0 |  23 |-2.500000e+01 |-6.000000e+00 | 316.67%
2.20/2.25	c   2.3s|   100 |    21 |  4117 |  39.1 |4513k|  17 |  18 | 100 | 189 | 100 | 151 |   0 |   3 | 761 |-2.264295e+01 |-6.000000e+00 | 277.38%
2.59/2.62	c   2.6s|   200 |    37 |  6277 |  30.3 |4548k|  21 |  19 | 100 | 190 | 100 | 151 |   0 |   4 | 849 |-2.170180e+01 |-6.000000e+00 | 261.70%
2.69/2.78	c   2.8s|   300 |    59 |  8395 |  27.2 |4582k|  29 |  22 | 100 | 191 | 100 | 151 |   0 |   5 | 862 |-2.021282e+01 |-6.000000e+00 | 236.88%
2.79/2.81	o -7
2.79/2.81	c * 2.8s|   344 |    47 |  8989 |  25.5 |4566k|  34 |   - | 100 | 191 | 100 | 151 |   0 |   5 | 862 |-1.989026e+01 |-7.000000e+00 | 184.15%
2.79/2.86	c   2.9s|   400 |    55 | 10006 |  24.5 |4580k|  39 |   - | 100 | 192 | 100 | 151 |   0 |   6 | 862 |-1.911272e+01 |-7.000000e+00 | 173.04%
2.89/2.93	c   2.9s|   500 |    69 | 11428 |  22.4 |4606k|  43 |   - | 100 | 192 | 100 | 151 |   0 |   6 | 862 |-1.842724e+01 |-7.000000e+00 | 163.25%
2.99/3.00	c   3.0s|   600 |    79 | 12382 |  20.3 |4628k|  49 |  37 | 100 | 193 | 100 | 151 |   0 |   7 | 862 |-1.729301e+01 |-7.000000e+00 | 147.04%
2.99/3.05	c   3.1s|   700 |    93 | 13363 |  18.8 |4653k|  53 |   - | 100 | 196 | 100 | 151 |   0 |  14 | 862 |-1.639801e+01 |-7.000000e+00 | 134.26%
3.09/3.10	c   3.1s|   800 |   105 | 14338 |  17.6 |4675k|  58 |  25 | 100 | 197 | 100 | 151 |   0 |  15 | 862 |-1.609144e+01 |-7.000000e+00 | 129.88%
3.09/3.15	c   3.1s|   900 |   113 | 15257 |  16.7 |4695k|  65 |   - | 100 | 198 | 100 | 151 |   0 |  16 | 862 |-1.571651e+01 |-7.000000e+00 | 124.52%
3.09/3.18	c   3.2s|  1000 |   117 | 15902 |  15.7 |4712k|  72 |   - | 100 | 198 | 100 | 151 |   0 |  21 | 862 |-1.571651e+01 |-7.000000e+00 | 124.52%
3.19/3.22	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
3.19/3.22	c   3.2s|  1100 |   123 | 16533 |  14.8 |4724k|  79 |  18 | 100 | 198 | 100 | 151 |   0 |  26 | 862 |-1.570294e+01 |-7.000000e+00 | 124.33%
3.19/3.28	c   3.3s|  1200 |   127 | 17592 |  14.5 |4743k|  81 |   - | 100 | 198 | 100 | 151 |   0 |  27 | 863 |-1.562379e+01 |-7.000000e+00 | 123.20%
3.30/3.32	c   3.3s|  1300 |   133 | 18421 |  14.0 |4762k|  81 |  16 | 100 | 201 | 100 | 151 |   0 |  31 | 863 |-1.559127e+01 |-7.000000e+00 | 122.73%
3.30/3.39	c   3.4s|  1400 |   139 | 19410 |  13.7 |4783k|  81 |   - | 100 | 204 | 100 | 151 |   0 |  35 | 863 |-1.557540e+01 |-7.000000e+00 | 122.51%
3.39/3.45	c   3.4s|  1500 |   147 | 20868 |  13.8 |4801k|  81 |  25 | 100 | 204 | 100 | 151 |   0 |  35 | 863 |-1.517101e+01 |-7.000000e+00 | 116.73%
3.49/3.51	c   3.5s|  1600 |   159 | 22125 |  13.7 |4838k|  81 |  46 | 100 | 204 | 100 | 151 |   0 |  35 | 863 |-1.505786e+01 |-7.000000e+00 | 115.11%
3.49/3.56	c   3.6s|  1700 |   173 | 23266 |  13.5 |4869k|  81 |   - | 100 | 204 | 100 | 151 |   0 |  35 | 863 |-1.415849e+01 |-7.000000e+00 | 102.26%
3.58/3.61	c   3.6s|  1800 |   183 | 24126 |  13.3 |4898k|  81 |  22 | 100 | 204 | 100 | 151 |   0 |  35 | 863 |-1.415849e+01 |-7.000000e+00 | 102.26%
3.58/3.66	c   3.7s|  1900 |   199 | 25364 |  13.2 |4934k|  81 |   - | 100 | 204 | 100 | 151 |   0 |  35 | 863 |-1.415849e+01 |-7.000000e+00 | 102.26%
3.69/3.71	c   3.7s|  2000 |   211 | 26207 |  13.0 |4960k|  81 |  23 | 100 | 204 | 100 | 151 |   0 |  35 | 863 |-1.415849e+01 |-7.000000e+00 | 102.26%
3.69/3.79	c   3.7s|  2100 |   221 | 26939 |  12.7 |4977k|  81 |  16 | 100 | 205 | 100 | 151 |   0 |  39 | 863 |-1.415849e+01 |-7.000000e+00 | 102.26%
3.79/3.80	c   3.8s|  2200 |   231 | 27674 |  12.5 |4997k|  81 |  33 | 100 | 205 | 100 | 151 |   0 |  39 | 863 |-1.415849e+01 |-7.000000e+00 | 102.26%
3.79/3.84	c   3.8s|  2300 |   239 | 28405 |  12.2 |5018k|  81 |   - | 100 | 205 | 100 | 151 |   0 |  41 | 866 |-1.395454e+01 |-7.000000e+00 |  99.35%
3.79/3.88	c   3.9s|  2400 |   249 | 29230 |  12.1 |5036k|  83 |  23 | 100 | 206 | 100 | 151 |   0 |  43 | 866 |-1.390645e+01 |-7.000000e+00 |  98.66%
3.89/3.93	c   3.9s|  2500 |   259 | 30222 |  12.0 |5066k|  83 |   - | 100 | 207 | 100 | 151 |   0 |  44 | 867 |-1.390645e+01 |-7.000000e+00 |  98.66%
3.89/3.97	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
3.89/3.97	c   4.0s|  2600 |   273 | 31213 |  11.9 |5089k|  83 |   - | 100 | 207 | 100 | 151 |   0 |  45 | 867 |-1.362300e+01 |-7.000000e+00 |  94.61%
3.99/4.02	c   4.0s|  2700 |   283 | 32265 |  11.9 |5112k|  83 |  24 | 100 | 209 | 100 | 151 |   0 |  47 | 867 |-1.359005e+01 |-7.000000e+00 |  94.14%
3.99/4.06	c   4.1s|  2800 |   293 | 33022 |  11.7 |5135k|  83 |   - | 100 | 211 | 100 | 151 |   0 |  49 | 867 |-1.354848e+01 |-7.000000e+00 |  93.55%
4.09/4.11	c   4.1s|  2900 |   301 | 33990 |  11.6 |5156k|  83 |   - | 100 | 211 | 100 | 151 |   0 |  49 | 867 |-1.354848e+01 |-7.000000e+00 |  93.55%
4.09/4.16	c   4.2s|  3000 |   317 | 35085 |  11.6 |5181k|  83 |  17 | 100 | 211 | 100 | 151 |   0 |  49 | 868 |-1.331449e+01 |-7.000000e+00 |  90.21%
4.19/4.20	c   4.2s|  3100 |   327 | 35942 |  11.5 |5201k|  83 |  22 | 100 | 211 | 100 | 151 |   0 |  51 | 868 |-1.307093e+01 |-7.000000e+00 |  86.73%
4.19/4.24	c   4.2s|  3200 |   331 | 36524 |  11.3 |5219k|  83 |   - | 100 | 213 | 100 | 151 |   0 |  56 | 868 |-1.297785e+01 |-7.000000e+00 |  85.40%
4.19/4.27	c   4.3s|  3300 |   331 | 37226 |  11.2 |5228k|  83 |   - | 100 | 214 |   0 |   0 |   0 |  58 | 868 |-1.297785e+01 |-7.000000e+00 |  85.40%
4.30/4.31	c   4.3s|  3400 |   341 | 38057 |  11.1 |5256k|  83 |  20 | 100 | 220 | 100 | 151 |   0 |  64 | 868 |-1.297785e+01 |-7.000000e+00 |  85.40%
4.30/4.35	c   4.4s|  3500 |   343 | 38872 |  11.0 |5269k|  83 |  18 | 100 | 220 | 100 | 151 |   0 |  64 | 868 |-1.297785e+01 |-7.000000e+00 |  85.40%
4.30/4.39	c   4.4s|  3600 |   351 | 39650 |  10.9 |5287k|  83 |   - | 100 | 221 | 100 | 151 |   0 |  65 | 868 |-1.297725e+01 |-7.000000e+00 |  85.39%
4.39/4.42	c   4.4s|  3700 |   355 | 40120 |  10.8 |5299k|  83 |  17 | 100 | 222 | 100 | 151 |   0 |  66 | 868 |-1.297725e+01 |-7.000000e+00 |  85.39%
4.39/4.48	c   4.5s|  3800 |   361 | 40884 |  10.7 |5316k|  83 |   - | 100 | 222 | 100 | 151 |   0 |  67 | 868 |-1.297725e+01 |-7.000000e+00 |  85.39%
4.48/4.55	c   4.5s|  3900 |   369 | 41655 |  10.6 |5337k|  83 |   - | 100 | 221 | 100 | 151 |   0 |  69 | 868 |-1.292950e+01 |-7.000000e+00 |  84.71%
4.48/4.59	c   4.6s|  4000 |   377 | 42650 |  10.6 |5356k|  83 |  21 | 100 | 224 | 100 | 151 |   0 |  73 | 868 |-1.292950e+01 |-7.000000e+00 |  84.71%
4.59/4.63	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
4.59/4.63	c   4.6s|  4100 |   379 | 43424 |  10.5 |5367k|  83 |   - | 100 | 223 | 100 | 151 |   0 |  73 | 868 |-1.292950e+01 |-7.000000e+00 |  84.71%
4.59/4.67	c   4.7s|  4200 |   389 | 44326 |  10.5 |5388k|  83 |  23 | 100 | 224 | 100 | 151 |   0 |  74 | 868 |-1.285310e+01 |-7.000000e+00 |  83.62%
4.69/4.71	c   4.7s|  4300 |   399 | 45228 |  10.5 |5412k|  83 |   - | 100 | 224 | 100 | 151 |   0 |  75 | 868 |-1.282585e+01 |-7.000000e+00 |  83.23%
4.69/4.76	c   4.8s|  4400 |   407 | 46065 |  10.4 |5436k|  83 |   - | 100 | 224 | 100 | 151 |   0 |  77 | 870 |-1.266663e+01 |-7.000000e+00 |  80.95%
4.69/4.79	c   4.8s|  4500 |   413 | 46709 |  10.3 |5449k|  83 |  12 | 100 | 229 | 100 | 151 |   0 |  83 | 870 |-1.266140e+01 |-7.000000e+00 |  80.88%
4.79/4.84	c   4.8s|  4600 |   419 | 47523 |  10.3 |5462k|  83 |  24 | 100 | 230 | 100 | 151 |   0 |  84 | 873 |-1.262713e+01 |-7.000000e+00 |  80.39%
4.79/4.88	c   4.9s|  4700 |   423 | 48311 |  10.2 |5475k|  83 |  20 | 100 | 231 | 100 | 151 |   0 |  85 | 873 |-1.262713e+01 |-7.000000e+00 |  80.39%
4.89/4.92	c   4.9s|  4800 |   429 | 48994 |  10.2 |5491k|  83 |  22 | 100 | 230 | 100 | 151 |   0 |  85 | 873 |-1.257300e+01 |-7.000000e+00 |  79.61%
4.89/4.95	c   5.0s|  4900 |   433 | 49667 |  10.1 |5504k|  83 |  21 | 100 | 229 | 100 | 151 |   0 |  85 | 873 |-1.252269e+01 |-7.000000e+00 |  78.90%
4.89/4.98	c   5.0s|  5000 |   433 | 50182 |  10.0 |5510k|  83 |  23 | 100 | 229 | 100 | 151 |   0 |  88 | 873 |-1.246779e+01 |-7.000000e+00 |  78.11%
4.99/5.01	c   5.0s|  5100 |   433 | 50604 |   9.9 |5517k|  83 |   - | 100 | 230 | 100 | 151 |   0 | 103 | 873 |-1.246779e+01 |-7.000000e+00 |  78.11%
4.99/5.05	c   5.1s|  5200 |   437 | 51407 |   9.8 |5531k|  83 |  26 | 100 | 231 | 100 | 151 |   0 | 104 | 873 |-1.229587e+01 |-7.000000e+00 |  75.66%
4.99/5.09	c   5.1s|  5300 |   437 | 52016 |   9.8 |5538k|  83 |  17 | 100 | 233 | 100 | 151 |   0 | 107 | 873 |-1.229038e+01 |-7.000000e+00 |  75.58%
5.09/5.12	c   5.1s|  5400 |   433 | 52587 |   9.7 |5542k|  83 |   - | 100 | 234 | 100 | 151 |   0 | 110 | 873 |-1.229038e+01 |-7.000000e+00 |  75.58%
5.09/5.16	c   5.2s|  5500 |   437 | 53506 |   9.7 |5560k|  83 |   - | 100 | 234 | 100 | 151 |   0 | 111 | 873 |-1.225095e+01 |-7.000000e+00 |  75.01%
5.19/5.20	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
5.19/5.20	c   5.2s|  5600 |   439 | 54152 |   9.6 |5569k|  83 |   - | 100 | 236 | 100 | 151 |   0 | 114 | 873 |-1.225095e+01 |-7.000000e+00 |  75.01%
5.19/5.24	c   5.2s|  5700 |   443 | 55010 |   9.6 |5578k|  83 |   - | 100 | 236 | 100 | 151 |   0 | 118 | 873 |-1.220580e+01 |-7.000000e+00 |  74.37%
5.19/5.27	c   5.3s|  5800 |   437 | 55467 |   9.5 |5568k|  83 |  21 | 100 | 237 | 100 | 151 |   0 | 121 | 873 |-1.220580e+01 |-7.000000e+00 |  74.37%
5.29/5.31	c   5.3s|  5900 |   441 | 56167 |   9.5 |5580k|  83 |  16 | 100 | 238 | 100 | 151 |   0 | 123 | 873 |-1.218032e+01 |-7.000000e+00 |  74.00%
5.29/5.35	c   5.3s|  6000 |   441 | 56886 |   9.4 |5583k|  83 |   - | 100 | 238 | 100 | 151 |   0 | 124 | 876 |-1.209417e+01 |-7.000000e+00 |  72.77%
5.29/5.39	c   5.4s|  6100 |   451 | 57671 |   9.4 |5595k|  83 |  11 | 100 | 238 | 100 | 151 |   0 | 124 | 876 |-1.207101e+01 |-7.000000e+00 |  72.44%
5.40/5.42	c   5.4s|  6200 |   449 | 58216 |   9.4 |5600k|  83 |   - | 100 | 239 | 100 | 151 |   0 | 126 | 876 |-1.207101e+01 |-7.000000e+00 |  72.44%
5.40/5.45	c   5.5s|  6300 |   455 | 58746 |   9.3 |5616k|  83 |  19 | 100 | 239 | 100 | 151 |   0 | 126 | 876 |-1.207101e+01 |-7.000000e+00 |  72.44%
5.40/5.48	c   5.5s|  6400 |   461 | 59208 |   9.2 |5637k|  83 |  16 | 100 | 243 | 100 | 151 |   0 | 131 | 876 |-1.207101e+01 |-7.000000e+00 |  72.44%
5.49/5.52	c   5.5s|  6500 |   467 | 60029 |   9.2 |5657k|  83 |   - | 100 | 243 | 100 | 151 |   0 | 132 | 876 |-1.202609e+01 |-7.000000e+00 |  71.80%
5.49/5.56	c   5.6s|  6600 |   471 | 60756 |   9.2 |5671k|  83 |   - | 100 | 243 | 100 | 151 |   0 | 133 | 876 |-1.202609e+01 |-7.000000e+00 |  71.80%
5.59/5.60	c   5.6s|  6700 |   477 | 61508 |   9.1 |5683k|  83 |  28 | 100 | 245 | 100 | 151 |   0 | 136 | 876 |-1.201966e+01 |-7.000000e+00 |  71.71%
5.59/5.65	c   5.7s|  6800 |   475 | 62081 |   9.1 |5686k|  83 |   - | 100 | 249 | 100 | 151 |   0 | 142 | 876 |-1.201966e+01 |-7.000000e+00 |  71.71%
5.59/5.69	c   5.7s|  6900 |   479 | 63081 |   9.1 |5698k|  83 |  21 | 100 | 253 | 100 | 151 |   0 | 146 | 876 |-1.201966e+01 |-7.000000e+00 |  71.71%
5.69/5.73	c   5.7s|  7000 |   477 | 63679 |   9.1 |5697k|  83 |   - | 100 | 253 | 100 | 151 |   0 | 148 | 876 |-1.201966e+01 |-7.000000e+00 |  71.71%
5.69/5.77	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
5.69/5.77	c   5.8s|  7100 |   477 | 64349 |   9.0 |5695k|  83 |  16 | 100 | 252 | 100 | 151 |   0 | 151 | 876 |-1.201966e+01 |-7.000000e+00 |  71.71%
5.79/5.80	c   5.8s|  7200 |   477 | 64898 |   9.0 |5703k|  83 |  17 | 100 | 253 | 100 | 151 |   0 | 153 | 876 |-1.201455e+01 |-7.000000e+00 |  71.64%
5.79/5.83	c   5.8s|  7300 |   475 | 65466 |   8.9 |5711k|  83 |   - | 100 | 254 | 100 | 151 |   0 | 155 | 876 |-1.201455e+01 |-7.000000e+00 |  71.64%
5.79/5.86	c   5.9s|  7400 |   479 | 66040 |   8.9 |5721k|  83 |   - | 100 | 254 | 100 | 151 |   0 | 156 | 876 |-1.201455e+01 |-7.000000e+00 |  71.64%
5.89/5.90	c   5.9s|  7500 |   475 | 66743 |   8.9 |5718k|  83 |   - | 100 | 257 |   0 |   0 |   0 | 161 | 877 |-1.199910e+01 |-7.000000e+00 |  71.42%
5.89/5.94	c   5.9s|  7600 |   471 | 67552 |   8.9 |5711k|  83 |  20 | 100 | 261 | 100 | 151 |   0 | 166 | 877 |-1.199910e+01 |-7.000000e+00 |  71.42%
5.89/5.97	c   6.0s|  7700 |   473 | 68131 |   8.8 |5723k|  83 |  24 | 100 | 261 | 100 | 151 |   0 | 166 | 877 |-1.199910e+01 |-7.000000e+00 |  71.42%
5.99/6.00	c   6.0s|  7800 |   477 | 68785 |   8.8 |5732k|  83 |  20 | 100 | 262 | 100 | 151 |   0 | 167 | 877 |-1.199910e+01 |-7.000000e+00 |  71.42%
5.99/6.04	c   6.0s|  7900 |   477 | 69630 |   8.8 |5739k|  83 |  17 | 100 | 269 | 100 | 151 |   0 | 174 | 877 |-1.199910e+01 |-7.000000e+00 |  71.42%
5.99/6.07	c   6.1s|  8000 |   471 | 70146 |   8.7 |5743k|  83 |   - | 100 | 274 | 100 | 151 |   0 | 181 | 877 |-1.199910e+01 |-7.000000e+00 |  71.42%
6.09/6.10	c   6.1s|  8100 |   465 | 70673 |   8.7 |5741k|  83 |   - | 100 | 280 | 100 | 151 |   0 | 190 | 877 |-1.199910e+01 |-7.000000e+00 |  71.42%
6.09/6.15	c   6.2s|  8200 |   473 | 71785 |   8.7 |5759k|  83 |  22 | 100 | 280 | 100 | 151 |   0 | 191 | 880 |-1.192778e+01 |-7.000000e+00 |  70.40%
6.09/6.19	c   6.2s|  8300 |   473 | 72640 |   8.7 |5765k|  83 |   - | 100 | 281 | 100 | 151 |   0 | 193 | 880 |-1.190940e+01 |-7.000000e+00 |  70.13%
6.19/6.23	c   6.2s|  8400 |   477 | 73374 |   8.7 |5784k|  83 |   - | 100 | 282 |   0 |   0 |   0 | 197 | 880 |-1.190486e+01 |-7.000000e+00 |  70.07%
6.19/6.27	c   6.3s|  8500 |   485 | 74193 |   8.7 |5797k|  83 |   - | 100 | 284 | 100 | 151 |   0 | 199 | 880 |-1.177225e+01 |-7.000000e+00 |  68.17%
6.29/6.30	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
6.29/6.30	c   6.3s|  8600 |   483 | 74753 |   8.7 |5799k|  83 |   - | 100 | 286 | 100 | 151 |   0 | 203 | 880 |-1.172860e+01 |-7.000000e+00 |  67.55%
6.29/6.34	c   6.3s|  8700 |   485 | 75408 |   8.6 |5815k|  83 |   - | 100 | 287 | 100 | 151 |   0 | 204 | 880 |-1.172860e+01 |-7.000000e+00 |  67.55%
6.29/6.37	c   6.4s|  8800 |   483 | 75914 |   8.6 |5807k|  83 |  17 | 100 | 287 | 100 | 151 |   0 | 206 | 880 |-1.160751e+01 |-7.000000e+00 |  65.82%
6.39/6.40	c   6.4s|  8900 |   481 | 76438 |   8.6 |5813k|  83 |   - | 100 | 287 | 100 | 151 |   0 | 211 | 880 |-1.160751e+01 |-7.000000e+00 |  65.82%
6.39/6.44	c   6.4s|  9000 |   483 | 77152 |   8.5 |5818k|  83 |  18 | 100 | 290 | 100 | 151 |   0 | 215 | 881 |-1.160751e+01 |-7.000000e+00 |  65.82%
6.39/6.47	c   6.5s|  9100 |   479 | 77867 |   8.5 |5809k|  83 |  29 | 100 | 294 | 100 | 151 |   0 | 221 | 881 |-1.157421e+01 |-7.000000e+00 |  65.35%
6.50/6.51	c   6.5s|  9200 |   479 | 78572 |   8.5 |5811k|  83 |  19 | 100 | 295 | 100 | 151 |   0 | 223 | 881 |-1.154112e+01 |-7.000000e+00 |  64.87%
6.50/6.55	c   6.6s|  9300 |   481 | 79332 |   8.5 |5821k|  83 |  27 | 100 | 295 | 100 | 151 |   0 | 224 | 881 |-1.153080e+01 |-7.000000e+00 |  64.73%
6.50/6.59	c   6.6s|  9400 |   481 | 79912 |   8.5 |5835k|  83 |   - | 100 | 295 | 100 | 151 |   0 | 225 | 882 |-1.153080e+01 |-7.000000e+00 |  64.73%
6.60/6.62	c   6.6s|  9500 |   483 | 80491 |   8.4 |5844k|  83 |  18 | 100 | 297 | 100 | 151 |   0 | 230 | 882 |-1.151693e+01 |-7.000000e+00 |  64.53%
6.60/6.65	c   6.7s|  9600 |   485 | 81132 |   8.4 |5858k|  83 |   - | 100 | 300 |   0 |   0 |   0 | 233 | 882 |-1.146730e+01 |-7.000000e+00 |  63.82%
6.60/6.69	c   6.7s|  9700 |   479 | 81854 |   8.4 |5854k|  83 |   - | 100 | 302 | 100 | 151 |   0 | 237 | 882 |-1.146730e+01 |-7.000000e+00 |  63.82%
6.69/6.72	c   6.7s|  9800 |   473 | 82217 |   8.4 |5839k|  83 |   - | 100 | 302 | 100 | 151 |   0 | 247 | 882 |-1.146730e+01 |-7.000000e+00 |  63.82%
6.69/6.76	c   6.8s|  9900 |   477 | 83132 |   8.4 |5853k|  83 |  22 | 100 | 299 | 100 | 151 |   0 | 247 | 886 |-1.145983e+01 |-7.000000e+00 |  63.71%
6.79/6.81	c   6.8s| 10000 |   475 | 84081 |   8.4 |5854k|  83 |   - | 100 | 298 | 100 | 151 |   0 | 249 | 886 |-1.145794e+01 |-7.000000e+00 |  63.68%
6.79/6.84	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
6.79/6.84	c   6.8s| 10100 |   483 | 84770 |   8.4 |5869k|  83 |   - | 100 | 300 | 100 | 151 |   0 | 252 | 886 |-1.140140e+01 |-7.000000e+00 |  62.88%
6.79/6.88	c   6.9s| 10200 |   483 | 85322 |   8.3 |5877k|  83 |   - | 100 | 302 | 100 | 151 |   0 | 255 | 886 |-1.139973e+01 |-7.000000e+00 |  62.85%
6.89/6.91	c   6.9s| 10300 |   483 | 85984 |   8.3 |5875k|  83 |   - | 100 | 302 | 100 | 151 |   0 | 255 | 886 |-1.138019e+01 |-7.000000e+00 |  62.57%
6.89/6.95	c   6.9s| 10400 |   483 | 86699 |   8.3 |5884k|  83 |   - | 100 | 302 | 100 | 151 |   0 | 256 | 886 |-1.127983e+01 |-7.000000e+00 |  61.14%
6.89/6.98	c   7.0s| 10500 |   483 | 87328 |   8.3 |5890k|  83 |   - | 100 | 304 | 100 | 151 |   0 | 258 | 886 |-1.101462e+01 |-7.000000e+00 |  57.35%
6.99/7.02	c   7.0s| 10600 |   481 | 88030 |   8.3 |5881k|  83 |  18 | 100 | 302 | 100 | 151 |   0 | 259 | 886 |-1.099859e+01 |-7.000000e+00 |  57.12%
6.99/7.05	c   7.1s| 10700 |   479 | 88717 |   8.3 |5878k|  83 |  13 | 100 | 303 | 100 | 151 |   0 | 267 | 887 |-1.090020e+01 |-7.000000e+00 |  55.72%
6.99/7.08	c   7.1s| 10800 |   477 | 89215 |   8.2 |5887k|  83 |   - | 100 | 310 | 100 | 151 |   0 | 278 | 887 |-1.089613e+01 |-7.000000e+00 |  55.66%
7.09/7.12	c   7.1s| 10900 |   477 | 89989 |   8.2 |5886k|  83 |   - | 100 | 309 | 100 | 151 |   0 | 278 | 887 |-1.079556e+01 |-7.000000e+00 |  54.22%
7.09/7.15	c   7.2s| 11000 |   469 | 90524 |   8.2 |5882k|  83 |  20 | 100 | 311 | 100 | 151 |   0 | 282 | 888 |-1.076899e+01 |-7.000000e+00 |  53.84%
7.09/7.18	c   7.2s| 11100 |   465 | 90941 |   8.2 |5880k|  83 |   - | 100 | 317 | 100 | 151 |   0 | 289 | 888 |-1.076899e+01 |-7.000000e+00 |  53.84%
7.18/7.21	c   7.2s| 11200 |   459 | 91479 |   8.1 |5873k|  83 |   - | 100 | 317 | 100 | 151 |   0 | 291 | 888 |-1.076899e+01 |-7.000000e+00 |  53.84%
7.18/7.25	c   7.2s| 11300 |   457 | 92025 |   8.1 |5874k|  83 |  19 | 100 | 316 | 100 | 151 |   0 | 292 | 888 |-1.076878e+01 |-7.000000e+00 |  53.84%
7.18/7.28	c   7.3s| 11400 |   455 | 92718 |   8.1 |5879k|  83 |   - | 100 | 316 | 100 | 151 |   0 | 292 | 888 |-1.075208e+01 |-7.000000e+00 |  53.60%
7.29/7.31	c   7.3s| 11500 |   457 | 93270 |   8.1 |5892k|  83 |   - | 100 | 328 | 100 | 151 |   0 | 304 | 888 |-1.075208e+01 |-7.000000e+00 |  53.60%
7.29/7.35	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
7.29/7.35	c   7.3s| 11600 |   449 | 93888 |   8.1 |5874k|  83 |   - | 100 | 326 | 100 | 151 |   0 | 305 | 888 |-1.073425e+01 |-7.000000e+00 |  53.35%
7.29/7.39	c   7.4s| 11700 |   451 | 94725 |   8.1 |5877k|  83 |  22 | 100 | 324 | 100 | 151 |   0 | 305 | 888 |-1.071687e+01 |-7.000000e+00 |  53.10%
7.39/7.43	c   7.4s| 11800 |   453 | 95407 |   8.1 |5888k|  83 |   - | 100 | 321 | 100 | 151 |   0 | 305 | 888 |-1.070927e+01 |-7.000000e+00 |  52.99%
7.39/7.47	c   7.5s| 11900 |   451 | 96145 |   8.1 |5886k|  83 |  28 | 100 | 319 | 100 | 151 |   0 | 305 | 889 |-1.069296e+01 |-7.000000e+00 |  52.76%
7.49/7.51	c   7.5s| 12000 |   449 | 97035 |   8.1 |5886k|  83 |  19 | 100 | 316 | 100 | 151 |   0 | 307 | 889 |-1.065383e+01 |-7.000000e+00 |  52.20%
7.49/7.54	c   7.5s| 12100 |   445 | 97534 |   8.0 |5884k|  83 |   - | 100 | 312 | 100 | 151 |   0 | 307 | 889 |-1.065383e+01 |-7.000000e+00 |  52.20%
7.49/7.57	c   7.6s| 12200 |   441 | 98087 |   8.0 |5876k|  83 |  22 | 100 | 314 | 100 | 151 |   0 | 309 | 889 |-1.065383e+01 |-7.000000e+00 |  52.20%
7.60/7.60	c   7.6s| 12300 |   439 | 98691 |   8.0 |5879k|  83 |   - | 100 | 312 | 100 | 151 |   0 | 310 | 889 |-1.064861e+01 |-7.000000e+00 |  52.12%
7.60/7.64	c   7.6s| 12400 |   445 | 99493 |   8.0 |5888k|  83 |  25 | 100 | 314 | 100 | 151 |   0 | 314 | 889 |-1.063434e+01 |-7.000000e+00 |  51.92%
7.60/7.67	c   7.7s| 12500 |   445 |100149 |   8.0 |5893k|  83 |   - | 100 | 317 | 100 | 151 |   0 | 317 | 889 |-1.063434e+01 |-7.000000e+00 |  51.92%
7.69/7.71	c   7.7s| 12600 |   443 |100632 |   8.0 |5889k|  83 |  23 | 100 | 321 | 100 | 151 |   0 | 324 | 889 |-1.063434e+01 |-7.000000e+00 |  51.92%
7.69/7.74	c   7.7s| 12700 |   439 |101070 |   7.9 |5873k|  83 |  17 | 100 | 321 | 100 | 151 |   0 | 332 | 889 |-1.060950e+01 |-7.000000e+00 |  51.56%
7.69/7.77	c   7.8s| 12800 |   431 |101651 |   7.9 |5868k|  83 |   - | 100 | 322 | 100 | 151 |   0 | 335 | 889 |-1.059795e+01 |-7.000000e+00 |  51.40%
7.79/7.80	c   7.8s| 12900 |   427 |102224 |   7.9 |5865k|  83 |   - | 100 | 320 | 100 | 151 |   0 | 335 | 889 |-1.051965e+01 |-7.000000e+00 |  50.28%
7.79/7.84	c   7.8s| 13000 |   421 |102800 |   7.9 |5849k|  83 |   - | 100 | 320 | 100 | 151 |   0 | 337 | 889 |-1.041867e+01 |-7.000000e+00 |  48.84%
7.79/7.88	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
7.79/7.88	c   7.9s| 13100 |   417 |103632 |   7.9 |5835k|  83 |  21 | 100 | 315 | 100 | 151 |   0 | 339 | 889 |-1.040337e+01 |-7.000000e+00 |  48.62%
7.89/7.91	c   7.9s| 13200 |   415 |104092 |   7.9 |5840k|  83 |   - | 100 | 318 | 100 | 151 |   0 | 344 | 889 |-1.039547e+01 |-7.000000e+00 |  48.51%
7.89/7.94	c   7.9s| 13300 |   411 |104773 |   7.9 |5831k|  83 |   - | 100 | 316 | 100 | 151 |   0 | 346 | 889 |-1.036630e+01 |-7.000000e+00 |  48.09%
7.89/7.97	c   8.0s| 13400 |   403 |105229 |   7.8 |5819k|  83 |   - | 100 | 315 | 100 | 151 |   0 | 347 | 889 |-1.035001e+01 |-7.000000e+00 |  47.86%
7.99/8.00	c   8.0s| 13500 |   393 |105664 |   7.8 |5799k|  83 |   - | 100 | 317 |   0 |   0 |   0 | 352 | 889 |-1.024545e+01 |-7.000000e+00 |  46.36%
7.99/8.04	c   8.0s| 13600 |   385 |106236 |   7.8 |5787k|  83 |   - | 100 | 317 | 100 | 151 |   0 | 356 | 890 |-1.022563e+01 |-7.000000e+00 |  46.08%
7.99/8.07	c   8.1s| 13700 |   379 |107108 |   7.8 |5774k|  83 |   - | 100 | 313 | 100 | 151 |   0 | 357 | 890 |-1.020398e+01 |-7.000000e+00 |  45.77%
8.09/8.10	c   8.1s| 13800 |   371 |107608 |   7.8 |5746k|  83 |   - | 100 | 310 | 100 | 151 |   0 | 359 | 890 |-1.018903e+01 |-7.000000e+00 |  45.56%
8.09/8.14	c   8.1s| 13900 |   365 |108088 |   7.8 |5734k|  83 |  16 | 100 | 310 | 100 | 151 |   0 | 360 | 890 |-1.017733e+01 |-7.000000e+00 |  45.39%
8.09/8.17	c   8.2s| 14000 |   357 |108723 |   7.7 |5707k|  83 |  23 | 100 | 307 | 100 | 151 |   0 | 365 | 891 |-1.017193e+01 |-7.000000e+00 |  45.31%
8.19/8.20	c   8.2s| 14100 |   359 |109288 |   7.7 |5719k|  83 |  20 | 100 | 310 | 100 | 151 |   0 | 369 | 891 |-1.016830e+01 |-7.000000e+00 |  45.26%
8.19/8.23	c   8.2s| 14200 |   353 |109857 |   7.7 |5710k|  83 |   - | 100 | 307 | 100 | 151 |   0 | 369 | 891 |-1.016533e+01 |-7.000000e+00 |  45.22%
8.19/8.26	c   8.3s| 14300 |   343 |110292 |   7.7 |5685k|  83 |   - | 100 | 307 | 100 | 151 |   0 | 373 | 891 |-1.011731e+01 |-7.000000e+00 |  44.53%
8.19/8.29	c   8.3s| 14400 |   339 |110640 |   7.7 |5678k|  83 |  14 | 100 | 315 | 100 | 151 |   0 | 384 | 891 |-1.011731e+01 |-7.000000e+00 |  44.53%
8.29/8.32	c   8.3s| 14500 |   337 |111208 |   7.7 |5685k|  83 |   - | 100 | 315 |   0 |   0 |   0 | 390 | 891 |-1.008199e+01 |-7.000000e+00 |  44.03%
8.29/8.35	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
8.29/8.35	c   8.4s| 14600 |   335 |111841 |   7.6 |5676k|  83 |  17 | 100 | 316 | 100 | 151 |   0 | 392 | 891 |-1.002625e+01 |-7.000000e+00 |  43.23%
8.29/8.39	c   8.4s| 14700 |   327 |112488 |   7.6 |5652k|  83 |  22 | 100 | 313 | 100 | 151 |   0 | 395 | 891 |-1.001455e+01 |-7.000000e+00 |  43.07%
8.39/8.42	c   8.4s| 14800 |   321 |112921 |   7.6 |5646k|  83 |  20 | 100 | 322 | 100 | 151 |   0 | 404 | 891 |-1.000499e+01 |-7.000000e+00 |  42.93%
8.39/8.45	c   8.4s| 14900 |   313 |113483 |   7.6 |5630k|  83 |   - | 100 | 322 | 100 | 151 |   0 | 407 | 891 |-9.988431e+00 |-7.000000e+00 |  42.69%
8.39/8.48	c   8.5s| 15000 |   305 |114000 |   7.6 |5623k|  83 |   - | 100 | 324 | 100 | 151 |   0 | 409 | 891 |-9.959455e+00 |-7.000000e+00 |  42.28%
8.49/8.51	c   8.5s| 15100 |   299 |114583 |   7.6 |5607k|  83 |   - | 100 | 323 | 100 | 151 |   0 | 410 | 891 |-9.933894e+00 |-7.000000e+00 |  41.91%
8.49/8.55	c   8.5s| 15200 |   295 |115306 |   7.6 |5607k|  83 |   - | 100 | 328 | 100 | 151 |   0 | 417 | 892 |-9.933894e+00 |-7.000000e+00 |  41.91%
8.49/8.58	c   8.6s| 15300 |   281 |115852 |   7.6 |5568k|  83 |   - | 100 | 326 | 100 | 151 |   0 | 417 | 892 |-9.933332e+00 |-7.000000e+00 |  41.90%
8.58/8.61	c   8.6s| 15400 |   277 |116464 |   7.5 |5568k|  83 |   - | 100 | 327 | 100 | 151 |   0 | 421 | 892 |-9.748957e+00 |-7.000000e+00 |  39.27%
8.58/8.65	c   8.6s| 15500 |   269 |117166 |   7.5 |5546k|  83 |  20 | 100 | 327 | 100 | 151 |   0 | 422 | 892 |-9.723419e+00 |-7.000000e+00 |  38.91%
8.58/8.69	c   8.7s| 15600 |   267 |117994 |   7.5 |5545k|  83 |  19 | 100 | 327 | 100 | 151 |   0 | 424 | 892 |-9.723419e+00 |-7.000000e+00 |  38.91%
8.69/8.72	c   8.7s| 15700 |   259 |118604 |   7.5 |5534k|  83 |   - | 100 | 325 | 100 | 151 |   0 | 424 | 892 |-9.671839e+00 |-7.000000e+00 |  38.17%
8.69/8.75	c   8.7s| 15800 |   251 |119062 |   7.5 |5510k|  83 |   - | 100 | 330 | 100 | 151 |   0 | 432 | 892 |-9.566646e+00 |-7.000000e+00 |  36.67%
8.69/8.78	c   8.8s| 15900 |   247 |119710 |   7.5 |5501k|  83 |   - | 100 | 331 | 100 | 151 |   0 | 435 | 892 |-9.524352e+00 |-7.000000e+00 |  36.06%
8.79/8.81	c   8.8s| 16000 |   245 |120161 |   7.5 |5505k|  83 |   - | 100 | 332 | 100 | 151 |   0 | 437 | 892 |-9.520680e+00 |-7.000000e+00 |  36.01%
8.79/8.85	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
8.79/8.85	c   8.8s| 16100 |   241 |120788 |   7.5 |5496k|  83 |   - | 100 | 334 | 100 | 151 |   0 | 444 | 894 |-9.477183e+00 |-7.000000e+00 |  35.39%
8.79/8.88	c   8.9s| 16200 |   233 |121343 |   7.5 |5483k|  83 |  19 | 100 | 334 | 100 | 151 |   0 | 446 | 894 |-9.476573e+00 |-7.000000e+00 |  35.38%
8.89/8.91	c   8.9s| 16300 |   217 |121892 |   7.5 |5437k|  83 |   - | 100 | 336 | 100 | 151 |   0 | 452 | 894 |-9.465560e+00 |-7.000000e+00 |  35.22%
8.89/8.95	c   8.9s| 16400 |   209 |122620 |   7.5 |5405k|  83 |  17 | 100 | 334 | 100 | 151 |   0 | 454 | 894 |-9.434756e+00 |-7.000000e+00 |  34.78%
8.89/8.97	c   9.0s| 16500 |   195 |123016 |   7.4 |5369k|  83 |  19 | 100 | 333 | 100 | 151 |   0 | 456 | 894 |-9.422639e+00 |-7.000000e+00 |  34.61%
8.99/9.01	c   9.0s| 16600 |   187 |123625 |   7.4 |5347k|  83 |   - | 100 | 333 | 100 | 151 |   0 | 460 | 894 |-9.375976e+00 |-7.000000e+00 |  33.94%
8.99/9.04	c   9.0s| 16700 |   167 |124078 |   7.4 |5280k|  83 |  19 | 100 | 332 | 100 | 151 |   0 | 465 | 894 |-9.371163e+00 |-7.000000e+00 |  33.87%
8.99/9.07	c   9.1s| 16800 |   155 |124558 |   7.4 |5255k|  83 |   - | 100 | 332 | 100 | 151 |   0 | 468 | 894 |-9.371163e+00 |-7.000000e+00 |  33.87%
9.09/9.10	c   9.1s| 16900 |   145 |124978 |   7.4 |5228k|  83 |   - | 100 | 330 | 100 | 151 |   0 | 469 | 894 |-9.273733e+00 |-7.000000e+00 |  32.48%
9.09/9.13	c   9.1s| 17000 |   137 |125421 |   7.4 |5203k|  83 |   - | 100 | 330 | 100 | 151 |   0 | 471 | 895 |-9.229712e+00 |-7.000000e+00 |  31.85%
9.09/9.16	c   9.2s| 17100 |   127 |125830 |   7.3 |5181k|  83 |   - | 100 | 335 | 100 | 151 |   0 | 476 | 895 |-9.229712e+00 |-7.000000e+00 |  31.85%
9.09/9.20	c   9.2s| 17200 |   109 |126545 |   7.3 |5142k|  83 |   - | 100 | 335 |   0 |   0 |   0 | 480 | 895 |-9.186596e+00 |-7.000000e+00 |  31.24%
9.19/9.23	c   9.2s| 17300 |    95 |127093 |   7.3 |5077k|  83 |  16 | 100 | 332 | 100 | 151 |   0 | 481 | 895 |-9.060635e+00 |-7.000000e+00 |  29.44%
9.19/9.26	c   9.3s| 17400 |    75 |127517 |   7.3 |5013k|  83 |   - | 100 | 333 | 100 | 151 |   0 | 483 | 895 |-8.979742e+00 |-7.000000e+00 |  28.28%
9.19/9.29	c   9.3s| 17500 |    67 |128146 |   7.3 |4999k|  83 |   - | 100 | 328 | 100 | 151 |   0 | 485 | 895 |-8.898576e+00 |-7.000000e+00 |  27.12%
9.29/9.32	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
9.29/9.32	c   9.3s| 17600 |    51 |128624 |   7.3 |4947k|  83 |   - | 100 | 324 | 100 | 151 |   0 | 486 | 895 |-8.821751e+00 |-7.000000e+00 |  26.03%
9.29/9.35	c   9.4s| 17700 |    33 |129154 |   7.3 |4874k|  83 |   - | 100 | 321 | 100 | 151 |   0 | 488 | 895 |-8.681881e+00 |-7.000000e+00 |  24.03%
9.29/9.38	c 
9.29/9.38	c SCIP Status        : problem is solved [optimal solution found]
9.29/9.38	c Solving Time (sec) : 9.38
9.29/9.38	c Solving Nodes      : 17799
9.29/9.38	c Primal Bound       : -7.00000000000000e+00 (308 solutions)
9.29/9.38	c Dual Bound         : -7.00000000000000e+00
9.29/9.38	c Gap                : 0.00 %
9.29/9.39	s OPTIMUM FOUND
9.29/9.39	v -x84 -x71 -x52 -x90 -x85 -x82 -x77 -x75 -x54 -x56 x95 -x98 -x83 -x87 -x51 x86 x79 -x72 -x69 x67 -x63 -x60 -x59 -x58 -x57 -x64 -x97 
9.29/9.39	v -x61 -x92 -x66 -x73 -x53 -x81 x68 -x74 -x55 x88 -x94 x100 -x80 -x93 -x96 -x78 -x65 -x99 -x62 -x76 -x89 -x70 -x91 -x50 x49 
9.29/9.39	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 
9.29/9.39	v -x22 -x21 -x20 -x19 -x18 -x17 -x16 -x15 x14 -x13 -x12 -x11 -x10 -x9 -x8 -x7 -x6 -x5 -x4 -x3 -x2 -x1 
9.29/9.39	c SCIP Status        : problem is solved [optimal solution found]
9.29/9.39	c Total Time         :       9.38
9.29/9.39	c   solving          :       9.38
9.29/9.39	c   presolving       :       0.06 (included in solving)
9.29/9.39	c   reading          :       0.01 (included in solving)
9.29/9.39	c   copying          :       0.05 (9 #copies) (minimal 0.00, maximal 0.01, average 0.01)
9.29/9.39	c Original Problem   :
9.29/9.39	c   Problem name     : HOME/instance-3692595-1338037277.opb
9.29/9.39	c   Variables        : 1580 (100 binary, 0 integer, 1480 implicit integer, 0 continuous)
9.29/9.39	c   Constraints      : 1731 initial, 1731 maximal
9.29/9.39	c   Objective sense  : minimize
9.29/9.39	c Presolved Problem  :
9.29/9.39	c   Problem name     : t_HOME/instance-3692595-1338037277.opb
9.29/9.39	c   Variables        : 100 (100 binary, 0 integer, 0 implicit integer, 0 continuous)
9.29/9.39	c   Constraints      : 151 initial, 336 maximal
9.29/9.39	c Presolvers         :   ExecTime  SetupTime  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons    AddCons   ChgSides   ChgCoefs
9.29/9.39	c   domcol           :       0.00       0.00          0          0          0          0          0          0          0          0          0
9.29/9.39	c   trivial          :       0.00       0.00          0          0          0          0          0          0          0          0          0
9.29/9.39	c   dualfix          :       0.00       0.00       1480          0          0          0          0          0          0          0          0
9.29/9.39	c   boundshift       :       0.00       0.00          0          0          0          0          0          0          0          0          0
9.29/9.39	c   inttobinary      :       0.00       0.00          0          0          0          0          0          0          0          0          0
9.29/9.39	c   convertinttobin  :       0.00       0.00          0          0          0          0          0          0          0          0          0
9.29/9.39	c   gateextraction   :       0.00       0.00          0          0          0          0          0          0          0          0          0
9.29/9.39	c   implics          :       0.00       0.00          0          0          0          0          0          0          0          0          0
9.29/9.39	c   components       :       0.00       0.00          0          0          0          0          0          0          0          0          0
9.29/9.39	c   pseudoobj        :       0.00       0.00          0          0          0          0          0          0          0          0          0
9.29/9.39	c   probing          :       0.00       0.00          0          0          0          0          0          0          0          0          0
9.29/9.39	c   knapsack         :       0.00       0.00          0          0          0          0          0          0          0          0          0
9.29/9.39	c   setppc           :       0.00       0.00          0          0          0          0          0          0          0          0          0
9.29/9.39	c   linear           :       0.00       0.00          0          0          0          0          0          0          0          0          0
9.29/9.39	c   logicor          :       0.00       0.00          0          0          0          0          0          0          0          0          0
9.29/9.39	c   pseudoboolean    :       0.00       0.00          0          0          0          0          0       1680        100          0          0
9.29/9.39	c   root node        :          -          -          1          -          -          1          -          -          -          -          -
9.29/9.39	c Constraints        :     Number  MaxNumber  #Separate #Propagate    #EnfoLP    #EnfoPS     #Check   #ResProp    Cutoffs    DomReds       Cuts      Conss   Children
9.29/9.39	c   integral         :          0          0          0          0       9039          0        313          0          8        208          0          0      17818
9.29/9.39	c   knapsack         :        100        100          1      27839          1          0        307      11785        195      90573          0          0          0
9.29/9.39	c   setppc           :         50         50          1      26660          1          0        306        989          0       5786          0          0          0
9.29/9.39	c   linear           :          1+        36          2      27644          1          0        306         14        133         37          0          0          0
9.29/9.39	c   logicor          :          0+       151          0      11140          0          0          0         58          1        397          0          0          0
9.29/9.39	c   countsols        :          0          0          0          0          1          0        311          0          0          0          0          0          0
9.29/9.39	c Constraint Timings :  TotalTime  SetupTime   Separate  Propagate     EnfoLP     EnfoPS      Check    ResProp
9.29/9.39	c   integral         :       2.28       0.00       0.00       0.00       2.28       0.00       0.00       0.00
9.29/9.39	c   knapsack         :       0.37       0.00       0.00       0.35       0.00       0.00       0.02       0.01
9.29/9.39	c   setppc           :       0.03       0.00       0.00       0.03       0.00       0.00       0.00       0.00
9.29/9.39	c   linear           :       0.05       0.00       0.00       0.05       0.00       0.00       0.00       0.00
9.29/9.39	c   logicor          :       0.03       0.00       0.00       0.03       0.00       0.00       0.00       0.00
9.29/9.39	c   countsols        :       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00
9.29/9.39	c Propagators        : #Propagate   #ResProp    Cutoffs    DomReds
9.29/9.39	c   rootredcost      :          2          0          0          0
9.29/9.39	c   pseudoobj        :      36946       1264        168       2152
9.29/9.39	c   vbounds          :          0          0          0          0
9.29/9.39	c   redcost          :       9548          0          0        795
9.29/9.39	c   probing          :          0          0          0          0
9.29/9.39	c Propagator Timings :  TotalTime  SetupTime   Presolve  Propagate    ResProp
9.29/9.39	c   rootredcost      :       0.01       0.00       0.00       0.01       0.00
9.29/9.39	c   pseudoobj        :       0.05       0.00       0.00       0.04       0.01
9.29/9.39	c   vbounds          :       0.01       0.00       0.00       0.01       0.00
9.29/9.39	c   redcost          :       0.03       0.00       0.00       0.03       0.00
9.29/9.39	c   probing          :       0.00       0.00       0.00       0.00       0.00
9.29/9.39	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
9.29/9.39	c   propagation      :       0.03        497        491       1541       39.1          0        0.0          -
9.29/9.39	c   infeasible LP    :       0.00          0          0          0        0.0          0        0.0          0
9.29/9.39	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
9.29/9.39	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
9.29/9.39	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
9.29/9.39	c   applied globally :          -          -          -        301       23.0          -          -          -
9.29/9.39	c   applied locally  :          -          -          -        190       45.7          -          -          -
9.29/9.39	c Separators         :   ExecTime  SetupTime      Calls    Cutoffs    DomReds       Cuts      Conss
9.29/9.39	c   cut pool         :       0.00                     0          -          -          0          -    (maximal pool size: 0)
9.29/9.39	c   closecuts        :       0.00       0.00          0          0          0          0          0
9.29/9.39	c   impliedbounds    :       0.00       0.00          1          0          0          0          0
9.29/9.39	c   intobj           :       0.00       0.00          0          0          0          0          0
9.29/9.39	c   gomory           :       0.00       0.00          1          0          0          0          0
9.29/9.39	c   cgmip            :       0.00       0.00          0          0          0          0          0
9.29/9.39	c   strongcg         :       0.00       0.00          1          0          0          0          0
9.29/9.39	c   cmir             :       0.00       0.00          1          0          0          0          0
9.29/9.39	c   flowcover        :       0.00       0.00          1          0          0          0          0
9.29/9.39	c   clique           :       0.00       0.00          1          0          0          0          0
9.29/9.39	c   zerohalf         :       0.00       0.00          0          0          0          0          0
9.29/9.39	c   mcf              :       0.00       0.00          1          0          0          0          0
9.29/9.39	c   oddcycle         :       0.00       0.00          0          0          0          0          0
9.29/9.39	c   rapidlearning    :       0.06       0.00          1          0          0          0         35
9.29/9.39	c Pricers            :   ExecTime  SetupTime      Calls       Vars
9.29/9.39	c   problem variables:       0.00          -          0          0
9.29/9.39	c Branching Rules    :   ExecTime  SetupTime      Calls    Cutoffs    DomReds       Cuts      Conss   Children
9.29/9.39	c   relpscost        :       2.28       0.00       9038          8        208          0          0      17818
9.29/9.39	c   pscost           :       0.00       0.00          0          0          0          0          0          0
9.29/9.39	c   inference        :       0.00       0.00          0          0          0          0          0          0
9.29/9.39	c   mostinf          :       0.00       0.00          0          0          0          0          0          0
9.29/9.39	c   leastinf         :       0.00       0.00          0          0          0          0          0          0
9.29/9.39	c   fullstrong       :       0.00       0.00          0          0          0          0          0          0
9.29/9.39	c   allfullstrong    :       0.00       0.00          0          0          0          0          0          0
9.29/9.39	c   random           :       0.00       0.00          0          0          0          0          0          0
9.29/9.39	c Primal Heuristics  :   ExecTime  SetupTime      Calls      Found
9.29/9.39	c   LP solutions     :       0.00          -          -          1
9.29/9.39	c   pseudo solutions :       0.00          -          -          0
9.29/9.39	c   feaspump         :       0.00       0.00          0          0
9.29/9.39	c   oneopt           :       0.01       0.00          2          0
9.29/9.39	c   veclendiving     :       0.00       0.00          3          0
9.29/9.39	c   linesearchdiving :       0.00       0.00          3          0
9.29/9.39	c   guideddiving     :       0.01       0.00          3          0
9.29/9.39	c   objpscostdiving  :       0.00       0.00          2          1
9.29/9.39	c   rootsoldiving    :       0.00       0.00          2          2
9.29/9.39	c   coefdiving       :       0.01       0.00          4          0
9.29/9.39	c   pscostdiving     :       0.01       0.00          4          0
9.29/9.39	c   fracdiving       :       0.01       0.00          4          0
9.29/9.39	c   crossover        :       0.14       0.00          7          1
9.29/9.39	c   smallcard        :       0.00       0.00          0          0
9.29/9.39	c   trivial          :       0.00       0.00          2          1
9.29/9.39	c   shiftandpropagate:       0.00       0.00          0          0
9.29/9.39	c   simplerounding   :       0.00       0.00          0          0
9.29/9.39	c   zirounding       :       0.11       0.00          0          0
9.29/9.39	c   rounding         :       0.21       0.00       4076          1
9.29/9.39	c   shifting         :       0.15       0.00        905        300
9.29/9.39	c   intshifting      :       0.00       0.00          0          0
9.29/9.39	c   twoopt           :       0.00       0.00          0          0
9.29/9.39	c   indtwoopt        :       0.00       0.00          0          0
9.29/9.39	c   indoneopt        :       0.01       0.00          0          0
9.29/9.39	c   fixandinfer      :       0.00       0.00          0          0
9.29/9.39	c   clique           :       0.00       0.00          0          0
9.29/9.39	c   indcoefdiving    :       0.00       0.00          0          0
9.29/9.39	c   indrounding      :       0.00       0.00          0          0
9.29/9.39	c   nlpdiving        :       0.00       0.00          0          0
9.29/9.39	c   intdiving        :       0.00       0.00          0          0
9.29/9.39	c   actconsdiving    :       0.00       0.00          0          0
9.29/9.39	c   octane           :       0.00       0.00          0          0
9.29/9.39	c   rens             :       0.01       0.00          0          0
9.29/9.39	c   rins             :       0.00       0.00          0          0
9.29/9.39	c   localbranching   :       0.00       0.00          0          0
9.29/9.39	c   mutation         :       0.00       0.00          0          0
9.29/9.39	c   dins             :       0.00       0.00          0          0
9.29/9.39	c   vbounds          :       0.00       0.00          0          0
9.29/9.39	c   undercover       :       0.00       0.00          0          0
9.29/9.39	c   subnlp           :       0.00       0.00          0          0
9.29/9.39	c   trysol           :       0.01       0.00          0          0
9.29/9.39	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec  Time-0-It Calls-0-It
9.29/9.39	c   primal LP        :       0.00          0          0       0.00          -       0.00          0
9.29/9.39	c   dual LP          :       4.41      17941     128817       7.39   29239.62       0.03        513
9.29/9.39	c   lex dual LP      :       0.00          0          0       0.00          -
9.29/9.39	c   barrier LP       :       0.00          0          0       0.00          -       0.00          0
9.29/9.39	c   diving/probing LP:       0.03        274        723       2.64   23592.76
9.29/9.39	c   strong branching :       2.19        895      41428      46.29   18905.74
9.29/9.39	c     (at root node) :          -         23       3012     130.96          -
9.29/9.39	c   conflict analysis:       0.00          0          0       0.00          -
9.29/9.39	c B&B Tree           :
9.29/9.39	c   number of runs   :          1
9.29/9.39	c   nodes            :      17799
9.29/9.39	c   nodes (total)    :      17799
9.29/9.39	c   nodes left       :          0
9.29/9.39	c   max depth        :         83
9.29/9.39	c   max depth (total):         83
9.29/9.39	c   backtracks       :       1796 (10.1%)
9.29/9.39	c   delayed cutoffs  :          0
9.29/9.39	c   repropagations   :       1238 (549 domain reductions, 0 cutoffs)
9.29/9.39	c   avg switch length:       4.86
9.29/9.39	c   switching time   :       0.53
9.29/9.39	c Solution           :
9.29/9.39	c   Solutions found  :        308 (4 improvements)
9.29/9.39	c   First Solution   : +0.00000000000000e+00   (in run 1, after 0 nodes, 0.01 seconds, depth 0, found by <trivial>)
9.29/9.39	c   Primal Bound     : -7.00000000000000e+00   (in run 1, after 344 nodes, 2.81 seconds, depth 29, found by <relaxation>)
9.29/9.39	c   Dual Bound       : -7.00000000000000e+00
9.29/9.39	c   Gap              :       0.00 %
9.29/9.39	c   Root Dual Bound  : -2.50000000000000e+01
9.29/9.39	c   Root Iterations  :        249
9.29/9.40	c Time complete: 9.39.

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

running on 4 cores: 1,3,5,7

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


[startup+0 s]
/proc/loadavg: 2.00 2.00 2.00 4/177 20177
/proc/meminfo: memFree=27909200/32873844 swapFree=6592/6592
[pid=20177] ppid=20175 vsize=12696 CPUtime=0 cores=1,3,5,7
/proc/20177/stat : 20177 (scip-2.1.1.4exp) R 20175 20177 17459 0 -1 4202496 1948 0 0 0 0 0 0 0 20 0 1 0 269852584 13000704 1902 33554432000 4194304 10219143 140735727920736 140737149607704 9221482 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/20177/statm: 3209 1914 436 1471 0 1729 0

[startup+0.09511 s]
/proc/loadavg: 2.00 2.00 2.00 4/177 20177
/proc/meminfo: memFree=27909200/32873844 swapFree=6592/6592
[pid=20177] ppid=20175 vsize=25284 CPUtime=0.09 cores=1,3,5,7
/proc/20177/stat : 20177 (scip-2.1.1.4exp) R 20175 20177 17459 0 -1 4202496 5348 0 0 0 6 3 0 0 20 0 1 0 269852584 25890816 5042 33554432000 4194304 10219143 140735727920736 140737149607704 8098526 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0
/proc/20177/statm: 6321 5042 774 1471 0 4841 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 25284

[startup+0.1002 s]
/proc/loadavg: 2.00 2.00 2.00 4/177 20177
/proc/meminfo: memFree=27909200/32873844 swapFree=6592/6592
[pid=20177] ppid=20175 vsize=25284 CPUtime=0.09 cores=1,3,5,7
/proc/20177/stat : 20177 (scip-2.1.1.4exp) R 20175 20177 17459 0 -1 4202496 5385 0 0 0 6 3 0 0 20 0 1 0 269852584 25890816 5079 33554432000 4194304 10219143 140735727920736 140737149607704 9026266 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0
/proc/20177/statm: 6321 5079 801 1471 0 4841 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 25284

[startup+0.30028 s]
/proc/loadavg: 2.00 2.00 2.00 4/177 20177
/proc/meminfo: memFree=27909200/32873844 swapFree=6592/6592
[pid=20177] ppid=20175 vsize=34332 CPUtime=0.29 cores=1,3,5,7
/proc/20177/stat : 20177 (scip-2.1.1.4exp) R 20175 20177 17459 0 -1 4202496 8349 0 0 0 25 4 0 0 20 0 1 0 269852584 35155968 7337 33554432000 4194304 10219143 140735727920736 140737149607704 9026266 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0
/proc/20177/statm: 8583 7337 854 1471 0 7103 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 34332

[startup+0.700214 s]
/proc/loadavg: 2.00 2.00 2.00 4/177 20177
/proc/meminfo: memFree=27909200/32873844 swapFree=6592/6592
[pid=20177] ppid=20175 vsize=34332 CPUtime=0.69 cores=1,3,5,7
/proc/20177/stat : 20177 (scip-2.1.1.4exp) R 20175 20177 17459 0 -1 4202496 8352 0 0 0 64 5 0 0 20 0 1 0 269852584 35155968 7340 33554432000 4194304 10219143 140735727920736 140737149607704 8077264 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0
/proc/20177/statm: 8583 7340 857 1471 0 7103 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 34332

[startup+1.50022 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 20178
/proc/meminfo: memFree=27883756/32873844 swapFree=6592/6592
[pid=20177] ppid=20175 vsize=34332 CPUtime=1.48 cores=1,3,5,7
/proc/20177/stat : 20177 (scip-2.1.1.4exp) R 20175 20177 17459 0 -1 4202496 8352 0 0 0 142 6 0 0 20 0 1 0 269852584 35155968 7340 33554432000 4194304 10219143 140735727920736 140735727913864 9026266 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0
/proc/20177/statm: 8583 7340 857 1471 0 7103 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 34332

[startup+3.10021 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 20178
/proc/meminfo: memFree=27883260/32873844 swapFree=6592/6592
[pid=20177] ppid=20175 vsize=35376 CPUtime=3.09 cores=1,3,5,7
/proc/20177/stat : 20177 (scip-2.1.1.4exp) R 20175 20177 17459 0 -1 4202496 9481 0 0 0 299 10 0 0 20 0 1 0 269852584 36225024 7463 33554432000 4194304 10219143 140735727920736 140735727913992 9026266 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0
/proc/20177/statm: 8844 7463 867 1471 0 7364 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 35376

[startup+6.30021 s]
/proc/loadavg: 2.16 2.03 2.01 3/178 20178
/proc/meminfo: memFree=27880532/32873844 swapFree=6592/6592
[pid=20177] ppid=20175 vsize=36772 CPUtime=6.29 cores=1,3,5,7
/proc/20177/stat : 20177 (scip-2.1.1.4exp) R 20175 20177 17459 0 -1 4202496 14003 0 0 0 605 24 0 0 20 0 1 0 269852584 37654528 7933 33554432000 4194304 10219143 140735727920736 140735727917320 9026266 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0
/proc/20177/statm: 9193 7933 868 1471 0 7713 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 36772

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

[startup+7.90021 s]
/proc/loadavg: 2.16 2.03 2.01 3/178 20178
/proc/meminfo: memFree=27880044/32873844 swapFree=6592/6592
[pid=20177] ppid=20175 vsize=36772 CPUtime=7.89 cores=1,3,5,7
/proc/20177/stat : 20177 (scip-2.1.1.4exp) R 20175 20177 17459 0 -1 4202496 14003 0 0 0 756 33 0 0 20 0 1 0 269852584 37654528 7933 33554432000 4194304 10219143 140735727920736 140735727913992 9008087 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0
/proc/20177/statm: 9193 7933 868 1471 0 7713 0
Current children cumulated CPU time (s) 7.89
Current children cumulated vsize (KiB) 36772

[startup+8.70021 s]
/proc/loadavg: 2.16 2.03 2.01 3/178 20178
/proc/meminfo: memFree=27880044/32873844 swapFree=6592/6592
[pid=20177] ppid=20175 vsize=36772 CPUtime=8.69 cores=1,3,5,7
/proc/20177/stat : 20177 (scip-2.1.1.4exp) R 20175 20177 17459 0 -1 4202496 14003 0 0 0 832 37 0 0 20 0 1 0 269852584 37654528 7933 33554432000 4194304 10219143 140735727920736 140735727913992 9008087 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0
/proc/20177/statm: 9193 7933 868 1471 0 7713 0
Current children cumulated CPU time (s) 8.69
Current children cumulated vsize (KiB) 36772

[startup+9.10021 s]
/proc/loadavg: 2.16 2.03 2.01 3/178 20178
/proc/meminfo: memFree=27880044/32873844 swapFree=6592/6592
[pid=20177] ppid=20175 vsize=36772 CPUtime=9.09 cores=1,3,5,7
/proc/20177/stat : 20177 (scip-2.1.1.4exp) R 20175 20177 17459 0 -1 4202496 14003 0 0 0 869 40 0 0 20 0 1 0 269852584 37654528 7933 33554432000 4194304 10219143 140735727920736 140735727914376 9008087 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0
/proc/20177/statm: 9193 7933 868 1471 0 7713 0
Current children cumulated CPU time (s) 9.09
Current children cumulated vsize (KiB) 36772

[startup+9.30022 s]
/proc/loadavg: 2.16 2.03 2.01 3/178 20178
/proc/meminfo: memFree=27880044/32873844 swapFree=6592/6592
[pid=20177] ppid=20175 vsize=36772 CPUtime=9.29 cores=1,3,5,7
/proc/20177/stat : 20177 (scip-2.1.1.4exp) R 20175 20177 17459 0 -1 4202496 14003 0 0 0 888 41 0 0 20 0 1 0 269852584 37654528 7933 33554432000 4194304 10219143 140735727920736 140735727914376 9008087 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0
/proc/20177/statm: 9193 7933 868 1471 0 7713 0
Current children cumulated CPU time (s) 9.29
Current children cumulated vsize (KiB) 36772

[startup+9.40022 s]
/proc/loadavg: 2.16 2.03 2.01 3/178 20178
/proc/meminfo: memFree=27880044/32873844 swapFree=6592/6592
[pid=20177] ppid=20175 vsize=0 CPUtime=9.39 cores=1,3,5,7
/proc/20177/stat : 20177 (scip-2.1.1.4exp) R 20175 20177 17459 0 -1 4202500 14009 0 0 0 897 42 0 0 20 0 1 0 269852584 0 0 33554432000 0 0 0 0 0 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/20177/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 9.39
Current children cumulated vsize (KiB) 0

Child status: 0
Real time (s): 9.40065
CPU time (s): 9.39857
CPU user time (s): 8.97763
CPU system time (s): 0.420936
CPU usage (%): 99.9779
Max. virtual memory (cumulated for all children) (KiB): 37016

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 8.97763
system time used= 0.420936
maximum resident set size= 35792
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 14009
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= 10

runsolver used 0.012998 second user time and 0.043993 second system time

The end

Launcher Data

Begin job on node140 at 2012-05-26 15:01:17
IDJOB=3692595
IDBENCH=48248
IDSOLVER=2271
FILE ID=node140/3692595-1338037277
RUNJOBID= node140-1338029037-18946
PBS_JOBID= 14624335
Free space on /tmp= 71468 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_2.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-3692595-1338037277/watcher-3692595-1338037277 -o /tmp/evaluation-result-3692595-1338037277/solver-3692595-1338037277 -C 1800 -W 1900 -M 15500  HOME/scip-2.1.1.4expfix.linux.x86_64.gnu.opt.spx -f HOME/instance-3692595-1338037277.opb -t 1800 -m 15500

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

MD5SUM BENCH= 1eb933a10fcc575d2df25e98511c4b07
RANDOM SEED=1860421201

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

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


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        27909952 kB
Buffers:          267352 kB
Cached:          3758936 kB
SwapCached:            0 kB
Active:           815980 kB
Inactive:        3367688 kB
Active(anon):     158828 kB
Inactive(anon):        0 kB
Active(file):     657152 kB
Inactive(file):  3367688 kB
Unevictable:        6592 kB
Mlocked:            6592 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:             13628 kB
Writeback:             0 kB
AnonPages:        162880 kB
Mapped:            17660 kB
Shmem:               200 kB
Slab:             642420 kB
SReclaimable:      84912 kB
SUnreclaim:       557508 kB
KernelStack:        1456 kB
PageTables:         4228 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     273644 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:    106496 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= 71456 MiB
End job on node140 at 2012-05-26 15:01:27