Trace number 3452760

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
SCIP spx SCIP 2.0.1.4. with SoPlex 1.5.0.4SAT (TO)49 1800.08 1800.03

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB06/manquiho/
bounded_golomb_rulers/normalized-bogr_9.opb
MD5SUMa849a24692bdc034ba3174a2ba23709e
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark44
Best CPU time to get the best result obtained on this benchmark46.199
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 44
Optimality of the best value was proved YES
Number of variables601
Total number of constraints1089
Number of constraints which are clauses1
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints1088
Minimum length of a constraint1
Maximum length of a constraint29
Number of terms in the objective function 7
Biggest coefficient in the objective function 36
Number of bits for the biggest coefficient in the objective function 6
Sum of the numbers in the objective function 99
Number of bits of the sum of numbers in the objective function 7
Biggest number in a constraint 128
Number of bits of the biggest number in a constraint 8
Biggest sum of numbers in a constraint 682
Number of bits of the biggest sum of numbers10
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Quality of the solution as a function of time


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

Solver Data

0.00/0.00	c SCIP version 2.0.1.4 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: SoPlex 1.5.0.4]
0.00/0.00	c Copyright (c) 2002-2011 Konrad-Zuse-Zentrum fuer Informationstechnik Berlin (ZIB)
0.00/0.00	c 
0.00/0.00	c user parameter file <scip.set> not found - using default parameters
0.00/0.00	c reading problem <HOME/instance-3452760-1307098840.opb>
0.00/0.02	c original problem has 601 variables (601 bin, 0 int, 0 impl, 0 cont) and 1089 constraints
0.00/0.02	c problem read
0.00/0.02	c presolving settings loaded
0.00/0.03	c presolving:
0.00/0.04	c (round 1) 1 del vars, 1 del conss, 0 add conss, 1 chg bounds, 8 chg sides, 137 chg coeffs, 0 upgd conss, 0 impls, 0 clqs
0.00/0.05	c (round 2) 1 del vars, 438 del conss, 0 add conss, 1 chg bounds, 8 chg sides, 137 chg coeffs, 111 upgd conss, 0 impls, 0 clqs
0.00/0.06	c (round 3) 1 del vars, 438 del conss, 4 add conss, 1 chg bounds, 14 chg sides, 152 chg coeffs, 214 upgd conss, 146 impls, 3 clqs
0.00/0.06	c (round 4) 1 del vars, 438 del conss, 4 add conss, 1 chg bounds, 16 chg sides, 174 chg coeffs, 214 upgd conss, 146 impls, 3 clqs
0.09/0.14	c    (0.1s) probing: 165/600 (27.5%) - 0 fixings, 0 aggregations, 47 implications, 0 bound changes
0.09/0.14	c    (0.1s) probing aborted: 100/100 successive totally useless probings
0.09/0.14	c presolving (5 rounds):
0.09/0.14	c  1 deleted vars, 438 deleted constraints, 4 added constraints, 1 tightened bounds, 0 added holes, 16 changed sides, 174 changed coefficients
0.09/0.14	c  240 implications, 3 cliques
0.09/0.14	c presolved problem has 600 variables (600 bin, 0 int, 0 impl, 0 cont) and 655 constraints
0.09/0.14	c     214 constraints of type <knapsack>
0.09/0.14	c       4 constraints of type <setppc>
0.09/0.14	c     437 constraints of type <linear>
0.09/0.14	c transformed objective value is always integral (scale: 1)
0.09/0.14	c Presolving Time: 0.12
0.09/0.14	c - non default parameters ----------------------------------------------------------------------
0.09/0.14	c # SCIP version 2.0.1.4
0.09/0.14	c 
0.09/0.14	c # frequency for displaying node information lines
0.09/0.14	c # [type: int, range: [-1,2147483647], default: 100]
0.09/0.14	c display/freq = 10000
0.09/0.14	c 
0.09/0.14	c # maximal time in seconds to run
0.09/0.14	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.09/0.14	c limits/time = 1800
0.09/0.14	c 
0.09/0.14	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.09/0.14	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.09/0.14	c limits/memory = 13950
0.09/0.14	c 
0.09/0.14	c # default clock type (1: CPU user seconds, 2: wall clock time)
0.09/0.14	c # [type: int, range: [1,2], default: 1]
0.09/0.14	c timing/clocktype = 2
0.09/0.14	c 
0.09/0.14	c # belongs reading time to solving time?
0.09/0.14	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.09/0.14	c timing/reading = TRUE
0.09/0.14	c 
0.09/0.14	c # should presolving try to simplify inequalities
0.09/0.14	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.09/0.14	c constraints/linear/simplifyinequalities = TRUE
0.09/0.14	c 
0.09/0.14	c # add initial coupling inequalities as linear constraints, if 'addCoupling' is true
0.09/0.14	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.09/0.14	c constraints/indicator/addCouplingCons = TRUE
0.09/0.14	c 
0.09/0.14	c # should presolving try to simplify knapsacks
0.09/0.14	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.09/0.14	c constraints/knapsack/simplifyinequalities = TRUE
0.09/0.14	c 
0.09/0.14	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
0.09/0.14	c # [type: int, range: [-1,2147483647], default: -1]
0.09/0.14	c separating/rapidlearning/freq = 0
0.09/0.14	c 
0.09/0.14	c -----------------------------------------------------------------------------------------------
0.09/0.14	c start solving
0.09/0.14	c 
0.09/0.16	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
0.09/0.16	c   0.2s|     1 |     0 |   402 |     - |4775k|   0 | 242 | 600 | 663 | 600 | 655 |   0 |   8 |   0 | 3.600000e+01 |      --      |    Inf 
0.49/0.53	c   0.5s|     1 |     0 |  2809 |     - |5479k|   0 | 294 | 600 | 886 | 600 | 709 |  54 |   8 |   0 | 3.600000e+01 |      --      |    Inf 
0.59/0.63	c   0.6s|     1 |     0 |  3116 |     - |5913k|   0 | 277 | 600 | 886 | 600 | 752 |  97 |   8 |   0 | 3.600000e+01 |      --      |    Inf 
0.69/0.74	c   0.7s|     1 |     0 |  3468 |     - |6391k|   0 | 330 | 600 | 886 | 600 | 814 | 159 |   8 |   0 | 3.600000e+01 |      --      |    Inf 
0.79/0.87	c   0.9s|     1 |     0 |  3788 |     - |6785k|   0 | 289 | 600 | 886 | 600 | 866 | 211 |   8 |   0 | 3.600000e+01 |      --      |    Inf 
0.99/1.01	c   1.0s|     1 |     0 |  4228 |     - |7223k|   0 | 224 | 600 | 886 | 600 | 925 | 270 |   8 |   0 | 3.600000e+01 |      --      |    Inf 
1.10/1.16	c   1.2s|     1 |     0 |  4593 |     - |7572k|   0 | 220 | 600 | 886 | 600 | 977 | 322 |   8 |   0 | 3.600000e+01 |      --      |    Inf 
1.29/1.37	c   1.4s|     1 |     2 |  4593 |     - |7573k|   0 | 220 | 600 | 886 | 600 | 977 | 322 |   8 |  12 | 3.600000e+01 |      --      |    Inf 
55.01/55.07	c  55.1s| 10000 |  3684 |713089 |  70.9 |  18M|  64 | 240 | 600 |2321 | 600 | 723 | 322 |  12k|4345 | 3.600000e+01 |      --      |    Inf 
85.50/85.59	c  85.6s| 20000 |  5305 |  1185k|  59.0 |  25M|  64 |   - | 600 |3966 |   0 |   0 | 322 |  26k|6124 | 3.600000e+01 |      --      |    Inf 
111.80/111.83	c   112s| 30000 |  5859 |  1563k|  51.9 |  28M|  64 | 222 | 600 |3874 | 600 | 723 | 322 |  39k|7561 | 3.600000e+01 |      --      |    Inf 
135.60/135.67	c   136s| 40000 |  6732 |  1972k|  49.2 |  31M|  64 |  33 | 600 |3122 | 600 | 723 | 322 |  52k|7929 | 3.600000e+01 |      --      |    Inf 
162.91/162.92	c   163s| 50000 |  8024 |  2428k|  48.5 |  37M|  64 |  69 | 600 |3328 | 600 | 723 | 322 |  66k|8878 | 3.600000e+01 |      --      |    Inf 
190.50/190.51	c   191s| 60000 |  8952 |  2863k|  47.6 |  41M|  64 | 108 | 600 |4758 | 600 | 723 | 322 |  79k|  10k| 3.600000e+01 |      --      |    Inf 
213.80/213.86	c   214s| 70000 |  9583 |  3222k|  46.0 |  44M|  64 |  94 | 600 |3680 | 600 | 723 | 322 |  93k|  10k| 3.600000e+01 |      --      |    Inf 
239.49/239.59	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
239.49/239.59	c   240s| 80000 | 10401 |  3634k|  45.4 |  48M|  64 |   - | 600 |4254 |   0 |   0 | 322 | 106k|  11k| 3.600000e+01 |      --      |    Inf 
264.60/264.63	c   265s| 90000 | 11471 |  4067k|  45.1 |  54M|  69 |   - | 600 |4512 |   0 |   0 | 322 | 119k|  12k| 3.600000e+01 |      --      |    Inf 
291.10/291.17	c   291s|100000 | 12752 |  4497k|  44.9 |  60M|  69 |   - | 600 |4846 |   0 |   0 | 322 | 133k|  13k| 3.600000e+01 |      --      |    Inf 
314.51/314.52	c   315s|110000 | 13682 |  4881k|  44.3 |  65M|  69 | 134 | 600 |5372 | 600 | 723 | 322 | 146k|  13k| 3.600000e+01 |      --      |    Inf 
336.00/336.07	c   336s|120000 | 14560 |  5232k|  43.6 |  69M|  72 |  83 | 600 |5265 | 600 | 723 | 322 | 159k|  14k| 3.600000e+01 |      --      |    Inf 
336.20/336.22	o 68
336.20/336.22	c * 336s|120061 | 10767 |  5235k|  43.6 |  58M|  72 |   - | 600 |5219 | 600 | 723 | 322 | 159k|  14k| 3.600000e+01 | 6.800000e+01 |  88.89%
358.61/358.68	o 66
358.61/358.68	c g 359s|129871 | 11551 |  5551k|  42.7 |  62M|  72 |   - | 600 |5965 | 600 | 723 | 322 | 171k|  15k| 3.600000e+01 | 6.600000e+01 |  83.33%
358.91/358.97	c   359s|130000 | 11575 |  5556k|  42.7 |  62M|  72 | 234 | 600 |5980 | 600 | 723 | 322 | 171k|  15k| 3.600000e+01 | 6.600000e+01 |  83.33%
360.81/360.87	o 65
360.81/360.87	c * 361s|130864 | 11453 |  5589k|  42.7 |  62M|  72 |   - | 600 |6303 | 600 | 723 | 322 | 172k|  15k| 3.600000e+01 | 6.500000e+01 |  80.56%
361.30/361.35	o 64
361.30/361.35	c C 361s|131064 | 11116 |  5595k|  42.7 |  62M|  72 |   - | 600 |6243 | 600 | 723 | 322 | 172k|  15k| 3.600000e+01 | 6.400000e+01 |  77.78%
379.40/379.44	c   379s|140000 | 11861 |  5878k|  42.0 |  67M|  72 |  93 | 600 |8028 | 600 | 723 | 322 | 183k|  15k| 3.600000e+01 | 6.400000e+01 |  77.78%
396.12/396.19	o 61
396.12/396.19	c g 396s|146588 | 11520 |  6148k|  41.9 |  66M|  72 |   - | 600 |5115 | 600 | 723 | 322 | 191k|  16k| 3.600000e+01 | 6.100000e+01 |  69.44%
403.72/403.76	c   404s|150000 | 11807 |  6287k|  41.9 |  67M|  72 | 134 | 600 |4846 | 600 | 723 | 322 | 195k|  16k| 3.600000e+01 | 6.100000e+01 |  69.44%
423.20/423.20	c   423s|160000 | 12616 |  6589k|  41.2 |  72M|  72 |   - | 600 |5901 | 600 | 723 | 322 | 207k|  16k| 3.600000e+01 | 6.100000e+01 |  69.44%
442.60/442.63	c   443s|170000 | 13443 |  6864k|  40.4 |  76M|  72 |  57 | 600 |6822 | 600 | 723 | 322 | 220k|  17k| 3.600000e+01 | 6.100000e+01 |  69.44%
459.01/459.07	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
459.01/459.07	c   459s|180000 | 14064 |  7096k|  39.4 |  81M|  72 | 113 | 600 |8666 | 600 | 723 | 322 | 232k|  17k| 3.600000e+01 | 6.100000e+01 |  69.44%
466.00/466.06	o 49
466.00/466.06	c * 466s|183470 |  8494 |  7184k|  39.1 |  61M|  72 |   - | 600 |8254 | 600 | 723 | 322 | 236k|  17k| 3.600000e+01 | 4.900000e+01 |  36.11%
479.31/479.40	c   479s|190000 |  8631 |  7345k|  38.6 |  62M|  72 | 151 | 600 |8002 | 600 | 723 | 322 | 244k|  18k| 3.600000e+01 | 4.900000e+01 |  36.11%
497.61/497.69	c   498s|200000 |  9114 |  7598k|  38.0 |  65M|  72 | 101 | 600 |  10k| 600 | 723 | 322 | 256k|  18k| 3.600000e+01 | 4.900000e+01 |  36.11%
517.41/517.49	c   517s|210000 |  9517 |  7866k|  37.4 |  67M|  72 |   - | 600 |8238 |   0 |   0 | 322 | 268k|  19k| 3.600000e+01 | 4.900000e+01 |  36.11%
535.82/535.88	c   536s|220000 |  9991 |  8110k|  36.8 |  69M|  72 |   - | 600 |4396 |   0 |   0 | 322 | 281k|  19k| 3.600000e+01 | 4.900000e+01 |  36.11%
554.21/554.24	c   554s|230000 | 10782 |  8406k|  36.5 |  73M|  72 |   - | 600 |6505 |   0 |   0 | 322 | 293k|  19k| 3.600000e+01 | 4.900000e+01 |  36.11%
574.22/574.23	c   574s|240000 | 11097 |  8696k|  36.2 |  75M|  72 | 148 | 600 |6754 | 600 | 723 | 322 | 305k|  20k| 3.600000e+01 | 4.900000e+01 |  36.11%
592.71/592.78	c   593s|250000 | 11375 |  8962k|  35.8 |  77M|  72 | 144 | 600 |6611 | 600 | 723 | 322 | 317k|  20k| 3.600000e+01 | 4.900000e+01 |  36.11%
610.71/610.73	c   611s|260000 | 11678 |  9210k|  35.4 |  80M|  72 |   - | 600 |8567 |   0 |   0 | 322 | 330k|  21k| 3.600000e+01 | 4.900000e+01 |  36.11%
631.21/631.28	c   631s|270000 | 12240 |  9475k|  35.1 |  83M|  72 |   - | 600 |9164 |   0 |   0 | 322 | 342k|  21k| 3.600000e+01 | 4.900000e+01 |  36.11%
651.61/651.69	c   652s|280000 | 12531 |  9739k|  34.8 |  86M|  72 |   - | 600 |  10k|   0 |   0 | 322 | 355k|  22k| 3.600000e+01 | 4.900000e+01 |  36.11%
670.91/670.96	c   671s|290000 | 12825 | 10007k|  34.5 |  88M|  86 |  37 | 600 |  11k| 600 | 723 | 322 | 368k|  22k| 3.600000e+01 | 4.900000e+01 |  36.11%
690.93/690.95	c   691s|300000 | 13562 | 10278k|  34.2 |  92M|  86 |   - | 600 |  10k|   0 |   0 | 322 | 380k|  23k| 3.600000e+01 | 4.900000e+01 |  36.11%
711.21/711.21	c   711s|310000 | 14010 | 10573k|  34.1 |  93M|  86 |   - | 600 |6551 |   0 |   0 | 322 | 393k|  23k| 3.600000e+01 | 4.900000e+01 |  36.11%
730.82/730.85	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
730.82/730.85	c   731s|320000 | 14553 | 10879k|  34.0 |  97M|  86 |  81 | 600 |6686 | 600 | 723 | 322 | 406k|  23k| 3.600000e+01 | 4.900000e+01 |  36.11%
753.12/753.10	c   753s|330000 | 15031 | 11199k|  33.9 | 100M|  86 |  95 | 600 |6830 | 600 | 723 | 322 | 419k|  24k| 3.600000e+01 | 4.900000e+01 |  36.11%
773.32/773.38	c   773s|340000 | 15708 | 11518k|  33.9 | 104M|  86 | 192 | 600 |5036 | 600 | 723 | 322 | 431k|  24k| 3.600000e+01 | 4.900000e+01 |  36.11%
794.51/794.51	c   795s|350000 | 16206 | 11847k|  33.8 | 106M|  86 | 221 | 600 |4165 | 600 | 723 | 322 | 444k|  25k| 3.600000e+01 | 4.900000e+01 |  36.11%
814.82/814.88	c   815s|360000 | 16833 | 12162k|  33.8 | 109M|  86 |  80 | 600 |5189 | 600 | 723 | 322 | 457k|  25k| 3.600000e+01 | 4.900000e+01 |  36.11%
832.32/832.37	c   832s|370000 | 17301 | 12421k|  33.6 | 111M|  86 |  94 | 600 |5672 | 600 | 723 | 322 | 469k|  25k| 3.600000e+01 | 4.900000e+01 |  36.11%
849.42/849.45	c   849s|380000 | 17945 | 12649k|  33.3 | 115M|  86 |   - | 600 |7420 |   0 |   0 | 322 | 482k|  26k| 3.600000e+01 | 4.900000e+01 |  36.11%
868.72/868.76	c   869s|390000 | 18661 | 12912k|  33.1 | 119M|  86 |  32 | 600 |9535 | 600 | 723 | 322 | 494k|  27k| 3.600000e+01 | 4.900000e+01 |  36.11%
888.62/888.64	c   889s|400000 | 19176 | 13173k|  32.9 | 123M|  86 |  92 | 600 |  11k| 600 | 723 | 322 | 506k|  28k| 3.600000e+01 | 4.900000e+01 |  36.11%
909.32/909.34	c   909s|410000 | 19813 | 13451k|  32.8 | 127M|  86 | 144 | 600 |  11k| 600 | 723 | 322 | 519k|  29k| 3.600000e+01 | 4.900000e+01 |  36.11%
928.82/928.87	c   929s|420000 | 20197 | 13730k|  32.7 | 128M|  86 |  72 | 600 |8990 | 600 | 723 | 322 | 532k|  29k| 3.600000e+01 | 4.900000e+01 |  36.11%
947.82/947.80	c   948s|430000 | 20828 | 14024k|  32.6 | 131M|  86 |  47 | 600 |7319 | 600 | 723 | 322 | 544k|  29k| 3.600000e+01 | 4.900000e+01 |  36.11%
966.82/966.84	c   967s|440000 | 21496 | 14286k|  32.5 | 134M|  86 | 138 | 600 |7613 | 600 | 723 | 322 | 556k|  30k| 3.600000e+01 | 4.900000e+01 |  36.11%
983.72/983.71	c   984s|450000 | 21924 | 14524k|  32.3 | 137M|  86 | 121 | 600 |9450 | 600 | 723 | 322 | 568k|  30k| 3.600000e+01 | 4.900000e+01 |  36.11%
1002.02/1002.07	c  1002s|460000 | 22563 | 14790k|  32.1 | 141M|  86 |   - | 600 |  10k|   0 |   0 | 322 | 581k|  30k| 3.600000e+01 | 4.900000e+01 |  36.11%
1021.82/1021.82	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1021.82/1021.82	c  1022s|470000 | 22973 | 15039k|  32.0 | 144M|  86 |   - | 600 |9850 |   0 |   0 | 322 | 593k|  31k| 3.600000e+01 | 4.900000e+01 |  36.11%
1040.52/1040.56	c  1041s|480000 | 22953 | 15271k|  31.8 | 144M|  86 |   - | 600 |7705 | 600 | 723 | 322 | 605k|  32k| 3.600000e+01 | 4.900000e+01 |  36.11%
1061.64/1061.63	c  1062s|490000 | 23212 | 15584k|  31.8 | 145M|  86 |  68 | 600 |7353 | 600 | 723 | 322 | 618k|  32k| 3.600000e+01 | 4.900000e+01 |  36.11%
1081.82/1081.88	c  1082s|500000 | 23591 | 15910k|  31.8 | 147M|  86 | 102 | 600 |7783 | 600 | 723 | 322 | 631k|  32k| 3.600000e+01 | 4.900000e+01 |  36.11%
1104.63/1104.60	c  1105s|510000 | 24358 | 16257k|  31.9 | 151M|  86 |   - | 600 |8122 |   0 |   0 | 322 | 644k|  33k| 3.600000e+01 | 4.900000e+01 |  36.11%
1125.52/1125.57	c  1126s|520000 | 25109 | 16552k|  31.8 | 155M|  86 |   - | 600 |9385 |   0 |   0 | 322 | 656k|  33k| 3.600000e+01 | 4.900000e+01 |  36.11%
1144.92/1144.97	c  1145s|530000 | 25891 | 16860k|  31.8 | 160M|  86 | 152 | 600 |  10k| 600 | 723 | 322 | 668k|  33k| 3.600000e+01 | 4.900000e+01 |  36.11%
1167.43/1167.46	c  1167s|540000 | 26449 | 17212k|  31.9 | 163M|  86 |  58 | 600 |8812 | 600 | 723 | 322 | 682k|  34k| 3.600000e+01 | 4.900000e+01 |  36.11%
1186.53/1186.55	c  1187s|550000 | 26694 | 17463k|  31.7 | 165M|  86 |  89 | 600 |  10k| 600 | 723 | 322 | 695k|  35k| 3.600000e+01 | 4.900000e+01 |  36.11%
1205.52/1205.52	c  1206s|560000 | 27053 | 17707k|  31.6 | 166M|  86 |   - | 600 |7879 |   0 |   0 | 322 | 708k|  35k| 3.600000e+01 | 4.900000e+01 |  36.11%
1226.12/1226.17	c  1226s|570000 | 27218 | 18010k|  31.6 | 166M|  86 | 132 | 600 |6492 | 600 | 723 | 322 | 722k|  35k| 3.633333e+01 | 4.900000e+01 |  34.86%
1244.14/1244.13	c  1244s|580000 | 27381 | 18267k|  31.5 | 167M|  86 |  48 | 600 |5159 | 600 | 723 | 322 | 735k|  35k| 3.700000e+01 | 4.900000e+01 |  32.43%
1262.43/1262.41	c  1262s|590000 | 27851 | 18526k|  31.4 | 168M|  86 | 109 | 600 |4536 | 600 | 723 | 322 | 748k|  36k| 3.700000e+01 | 4.900000e+01 |  32.43%
1279.93/1279.94	c  1280s|600000 | 28492 | 18788k|  31.3 | 172M|  86 | 137 | 600 |6316 | 600 | 723 | 322 | 760k|  36k| 3.700000e+01 | 4.900000e+01 |  32.43%
1297.33/1297.39	c  1297s|610000 | 29014 | 19050k|  31.2 | 174M|  86 |  45 | 600 |4781 | 600 | 723 | 322 | 772k|  36k| 3.700000e+01 | 4.900000e+01 |  32.43%
1316.63/1316.65	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1316.63/1316.65	c  1317s|620000 | 29572 | 19338k|  31.2 | 176M|  86 |  27 | 600 |4833 | 600 | 723 | 322 | 785k|  36k| 3.700000e+01 | 4.900000e+01 |  32.43%
1336.13/1336.10	c  1336s|630000 | 30059 | 19629k|  31.2 | 179M|  86 |   - | 600 |5896 |   0 |   0 | 322 | 798k|  37k| 3.700000e+01 | 4.900000e+01 |  32.43%
1354.03/1354.04	c  1354s|640000 | 30686 | 19917k|  31.1 | 182M|  86 |  76 | 600 |6802 | 600 | 723 | 322 | 811k|  37k| 3.700000e+01 | 4.900000e+01 |  32.43%
1372.13/1372.13	c  1372s|650000 | 31278 | 20174k|  31.0 | 185M|  86 |  56 | 600 |6773 | 600 | 723 | 322 | 823k|  37k| 3.700000e+01 | 4.900000e+01 |  32.43%
1391.04/1391.04	c  1391s|660000 | 31767 | 20443k|  31.0 | 188M|  95 |   - | 600 |7020 |   0 |   0 | 322 | 836k|  37k| 3.700000e+01 | 4.900000e+01 |  32.43%
1409.43/1409.41	c  1409s|670000 | 32306 | 20725k|  30.9 | 191M|  95 |   - | 600 |7095 |   0 |   0 | 322 | 849k|  37k| 3.700000e+01 | 4.900000e+01 |  32.43%
1427.63/1427.67	c  1428s|680000 | 32699 | 20997k|  30.9 | 193M|  95 |  76 | 600 |7406 | 600 | 723 | 322 | 862k|  37k| 3.700000e+01 | 4.900000e+01 |  32.43%
1446.73/1446.70	c  1447s|690000 | 33082 | 21265k|  30.8 | 196M|  95 |   - | 600 |9020 | 600 | 723 | 322 | 874k|  38k| 3.700000e+01 | 4.900000e+01 |  32.43%
1464.25/1464.23	c  1464s|700000 | 33899 | 21511k|  30.7 | 200M|  95 |   - | 600 |  11k|   0 |   0 | 322 | 886k|  38k| 3.700000e+01 | 4.900000e+01 |  32.43%
1483.95/1483.94	c  1484s|710000 | 33943 | 21801k|  30.7 | 200M|  95 |   - | 600 |9521 |   0 |   0 | 322 | 899k|  38k| 3.700000e+01 | 4.900000e+01 |  32.43%
1500.34/1500.31	c  1500s|720000 | 34512 | 22020k|  30.6 | 204M|  95 |   - | 600 |  10k| 600 | 723 | 322 | 911k|  38k| 3.700000e+01 | 4.900000e+01 |  32.43%
1518.74/1518.75	c  1519s|730000 | 34628 | 22265k|  30.5 | 205M|  95 |   - | 600 |9126 |   0 |   0 | 322 | 924k|  39k| 3.700000e+01 | 4.900000e+01 |  32.43%
1538.84/1538.86	c  1539s|740000 | 34849 | 22554k|  30.5 | 206M|  95 |   - | 600 |7771 |   0 |   0 | 322 | 937k|  39k| 3.700000e+01 | 4.900000e+01 |  32.43%
1555.04/1555.04	c  1555s|750000 | 35001 | 22758k|  30.3 | 208M|  95 |   - | 600 |  10k|   0 |   0 | 322 | 950k|  39k| 3.700000e+01 | 4.900000e+01 |  32.43%
1573.74/1573.79	c  1574s|760000 | 35397 | 23042k|  30.3 | 210M|  95 |  93 | 600 |  10k| 600 | 723 | 322 | 962k|  39k| 3.700000e+01 | 4.900000e+01 |  32.43%
1594.84/1594.87	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1594.84/1594.87	c  1595s|770000 | 36405 | 23371k|  30.3 | 213M|  95 |   - | 600 |8531 |   0 |   0 | 322 | 974k|  40k| 3.700000e+01 | 4.900000e+01 |  32.43%
1614.54/1614.58	c  1615s|780000 | 36930 | 23649k|  30.3 | 216M|  95 |  58 | 600 |7254 | 600 | 723 | 322 | 986k|  40k| 3.700000e+01 | 4.900000e+01 |  32.43%
1631.64/1631.68	c  1632s|790000 | 36942 | 23891k|  30.2 | 217M|  95 |   - | 600 |7038 |   0 |   0 | 322 |1000k|  40k| 3.766667e+01 | 4.900000e+01 |  30.09%
1647.35/1647.35	c  1647s|800000 | 36808 | 24099k|  30.1 | 216M|  95 |  65 | 600 |7428 | 600 | 723 | 322 |1013k|  40k| 3.800000e+01 | 4.900000e+01 |  28.95%
1664.84/1664.89	c  1665s|810000 | 36643 | 24328k|  30.0 | 216M|  95 |   - | 600 |8702 |   0 |   0 | 322 |1026k|  41k| 3.800000e+01 | 4.900000e+01 |  28.95%
1683.74/1683.72	c  1684s|820000 | 36635 | 24570k|  30.0 | 215M|  95 |  42 | 600 |6290 | 600 | 723 | 322 |1039k|  41k| 3.800000e+01 | 4.900000e+01 |  28.95%
1700.65/1700.70	c  1701s|830000 | 36325 | 24795k|  29.9 | 213M|  95 |   - | 600 |6940 | 600 | 723 | 322 |1053k|  41k| 3.800000e+01 | 4.900000e+01 |  28.95%
1717.84/1717.83	c  1718s|840000 | 36301 | 25038k|  29.8 | 212M|  95 |  89 | 600 |5916 | 600 | 723 | 322 |1066k|  41k| 3.800000e+01 | 4.900000e+01 |  28.95%
1734.64/1734.61	c  1735s|850000 | 36106 | 25257k|  29.7 | 213M|  95 |   - | 600 |8350 |   0 |   0 | 322 |1080k|  41k| 3.800000e+01 | 4.900000e+01 |  28.95%
1752.14/1752.17	c  1752s|860000 | 35883 | 25466k|  29.6 | 211M|  95 | 103 | 600 |6258 | 600 | 723 | 322 |1094k|  42k| 3.833333e+01 | 4.900000e+01 |  27.83%
1770.35/1770.34	c  1770s|870000 | 35736 | 25702k|  29.5 | 209M|  95 |  57 | 600 |3373 | 600 | 723 | 322 |1107k|  42k| 3.900000e+01 | 4.900000e+01 |  25.64%
1786.15/1786.16	c  1786s|880000 | 35651 | 25918k|  29.4 | 209M|  95 |   - | 600 |3995 |   0 |   0 | 322 |1121k|  42k| 3.900000e+01 | 4.900000e+01 |  25.64%
1800.05/1800.00	c 
1800.05/1800.00	c SCIP Status        : solving was interrupted [time limit reached]
1800.05/1800.00	c Solving Time (sec) : 1800.00
1800.05/1800.00	c Solving Nodes      : 888711
1800.05/1800.00	c Primal Bound       : +4.90000000000000e+01 (7 solutions)
1800.05/1800.00	c Dual Bound         : +3.90000000000000e+01
1800.05/1800.00	c Gap                : 25.64 %
1800.05/1800.00	s SATISFIABLE
1800.05/1800.00	v x61 x62 x63 x64 x65 x66 x67 x68 x69 x70 x71 x72 x73 x74 x75 x76 x77 x78 x79 x80 x81 x82 x83 x84 x85 x86 x87 x88 x89 x90 x91 x92 
1800.05/1800.00	v x93 x94 x95 x96 x97 x98 x99 x100 x101 x102 x103 x104 x105 x106 x107 x108 x109 x110 x111 x112 x113 x114 x115 x116 x117 x118 x119 
1800.05/1800.00	v x120 x121 x122 x123 x124 x125 x126 x127 x128 x129 x130 x131 x132 x133 x134 x135 x136 x137 x138 x139 x140 x141 x142 x143 -x144 
1800.05/1800.00	v -x145 x146 x147 x148 x149 -x150 x151 x152 x153 x154 x155 x156 x157 x158 -x159 x160 x161 x162 x163 -x164 x165 x166 x167 x168 
1800.05/1800.00	v x169 x170 x171 x172 x173 x174 -x175 x176 x177 x178 x179 -x180 x181 x182 x183 x184 x185 x186 x187 x188 -x189 x190 x191 x192 
1800.05/1800.00	v x193 -x194 x195 x196 x197 x198 x199 x200 x201 x202 x203 x204 x205 x206 x207 x208 x209 x210 -x211 x212 x213 x214 -x215 x216 
1800.05/1800.00	v x217 x218 x219 -x220 x221 x222 x223 x224 x225 x226 -x227 x228 x229 -x230 x231 x232 -x233 x234 x235 -x236 -x237 x238 -x239 -x240 
1800.05/1800.00	v -x241 x242 x243 x244 x245 x246 x247 x248 x249 x250 x251 -x252 -x253 -x254 -x255 -x256 x257 x258 -x259 -x260 -x261 -x262 -x263 
1800.05/1800.00	v -x264 x265 x266 x267 x268 x269 x270 x271 x272 x273 x274 x275 x276 x277 x278 x279 x280 x281 x282 x283 x284 x285 x286 x287 
1800.05/1800.00	v x288 x289 x290 x291 x292 x293 x294 x295 x296 x297 x298 -x299 -x300 x301 x302 x303 x304 -x305 x306 x307 x308 x309 x310 x311 x312 
1800.05/1800.00	v x313 -x314 x315 x316 x317 x318 -x319 x320 x321 x322 x323 x324 -x325 x326 x327 x328 x329 -x330 x331 x332 x333 x334 x335 x336 
1800.05/1800.00	v x337 x338 -x339 x340 x341 x342 x343 -x344 x345 x346 x347 x348 x349 x350 x351 x352 x353 x354 x355 x356 -x357 x358 x359 x360 
1800.05/1800.00	v -x361 x362 x363 x364 x365 -x366 x367 x368 x369 -x370 x371 x372 -x373 x374 x375 -x376 x377 x378 -x379 -x380 x381 -x382 -x383 -x384 
1800.05/1800.00	v x385 x386 x387 x388 x389 x390 x391 x392 -x393 -x394 -x395 -x396 -x397 x398 -x399 -x400 -x401 -x402 -x403 -x404 -x20 -x19 
1800.05/1800.00	v -x18 -x17 -x16 -x15 -x14 -x405 -x406 x407 x408 x409 x410 -x411 x412 x413 x414 x415 x416 x417 x418 x419 -x420 x421 x422 x423 
1800.05/1800.00	v x424 -x425 -x426 x427 x428 x429 x430 -x431 x432 x433 x434 x435 x436 x437 x438 x439 -x440 x441 x442 x443 x444 -x445 x446 x447 
1800.05/1800.00	v x448 x449 x450 x451 x452 x453 -x454 x455 x456 x457 -x458 x459 x460 x461 x462 -x463 -x464 x465 x466 -x467 x468 x469 -x470 x471 
1800.05/1800.00	v x472 -x473 -x474 x475 -x476 -x477 -x478 x479 x480 x481 x482 x483 x484 -x485 -x486 -x487 -x488 -x489 -x490 -x491 -x492 -x493 
1800.05/1800.00	v -x494 -x495 -x13 -x12 -x11 -x10 -x9 -x8 -x7 x496 x497 x498 x499 x500 x501 x502 x503 x504 x505 x506 x507 x508 x509 x510 x511 x512 
1800.05/1800.00	v x513 x514 x515 x516 x517 x518 x519 x520 x521 x522 x523 -x524 x525 x526 x527 x528 x529 x530 -x531 x532 x533 -x534 x535 -x536 
1800.05/1800.00	v x537 x538 x539 x540 -x541 x542 -x543 -x544 -x545 x546 -x547 -x548 -x549 -x550 -x27 -x26 -x25 -x24 x23 -x22 x21 x551 x552 x553 
1800.05/1800.00	v x554 x555 x556 x557 x558 x559 x560 x561 x562 x563 -x564 x565 x566 x567 x568 -x569 x570 x571 x572 x573 -x574 -x575 -x576 x577 
1800.05/1800.00	v -x578 -x579 -x580 -x34 -x33 -x32 -x31 x30 -x29 -x28 -x581 x582 x583 x584 x585 -x586 x587 x588 -x589 x590 -x591 -x592 -x593 
1800.05/1800.00	v -x594 -x41 -x40 -x39 -x38 -x37 x36 x35 x595 x596 -x597 -x598 -x599 -x48 -x47 -x46 x45 -x44 -x43 x42 -x600 -x60 x59 -x58 -x57 
1800.05/1800.00	v -x56 x55 -x54 -x53 x52 -x51 -x50 x49 x601 -x6 -x5 x4 x3 -x2 x1 
1800.05/1800.00	c SCIP Status        : solving was interrupted [time limit reached]
1800.05/1800.00	c Total Time         :    1800.00
1800.05/1800.00	c   solving          :    1800.00
1800.05/1800.00	c   presolving       :       0.12 (included in solving)
1800.05/1800.00	c   reading          :       0.03 (included in solving)
1800.05/1800.00	c Original Problem   :
1800.05/1800.00	c   Problem name     : HOME/instance-3452760-1307098840.opb
1800.05/1800.00	c   Variables        : 601 (601 binary, 0 integer, 0 implicit integer, 0 continuous)
1800.05/1800.00	c   Constraints      : 1089 initial, 1089 maximal
1800.05/1800.00	c Presolved Problem  :
1800.05/1800.00	c   Problem name     : t_HOME/instance-3452760-1307098840.opb
1800.05/1800.00	c   Variables        : 600 (600 binary, 0 integer, 0 implicit integer, 0 continuous)
1800.05/1800.00	c   Constraints      : 655 initial, 12422 maximal
1800.05/1800.00	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons    AddCons   ChgSides   ChgCoefs
1800.05/1800.00	c   trivial          :       0.00          0          0          0          0          0          0          0          0          0
1800.05/1800.00	c   dualfix          :       0.00          0          0          0          0          0          0          0          0          0
1800.05/1800.00	c   boundshift       :       0.00          0          0          0          0          0          0          0          0          0
1800.05/1800.00	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0          0
1800.05/1800.00	c   implics          :       0.00          0          0          0          0          0          0          0          0          0
1800.05/1800.00	c   probing          :       0.08          0          0          0          0          0          0          0          0          0
1800.05/1800.00	c   knapsack         :       0.01          0          0          0          0          0          0          4          8         37
1800.05/1800.00	c   setppc           :       0.00          0          0          0          0          0          0          0          0          0
1800.05/1800.00	c   linear           :       0.02          1          0          0          1          0        438          0          8        137
1800.05/1800.00	c   logicor          :       0.00          0          0          0          0          0          0          0          0          0
1800.05/1800.00	c   root node        :          -         13          -          -         13          -          -          -          -          -
1800.05/1800.00	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS     #Check   #Resprop    Cutoffs    DomReds       Cuts      Conss   Children
1800.05/1800.00	c   integral         :          0          0          0     568926          0         22          0        182      26832          0          0    1123614
1800.05/1800.00	c   knapsack         :        214          6    3624352          3          1         19    3904259      74696    5293574        686          0          0
1800.05/1800.00	c   setppc           :          4          6      31881          0          0          7      11202          1       1064          0          0          0
1800.05/1800.00	c   linear           :        437+         7    3549704          0          0          7    3533471     342224   25107762          0          0          0
1800.05/1800.00	c   logicor          :          0+         6    1689320          0          0          0    3877940      21089    1560636          5          0          0
1800.05/1800.00	c   countsols        :          0          0          0          3          1          6          0          0          0          0          0          0
1800.05/1800.00	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS      Check    Resprop
1800.05/1800.00	c   integral         :     130.47       0.00       0.00     130.47       0.00       0.00       0.00
1800.05/1800.00	c   knapsack         :      55.83       0.02      53.17       0.00       0.00       0.00       2.64
1800.05/1800.00	c   setppc           :       0.02       0.00       0.01       0.00       0.00       0.00       0.00
1800.05/1800.00	c   linear           :     204.06       0.00     198.91       0.00       0.00       0.00       5.14
1800.05/1800.00	c   logicor          :      87.14       0.00      83.78       0.00       0.00       0.00       3.36
1800.05/1800.00	c   countsols        :       0.00       0.00       0.00       0.00       0.00       0.00       0.00
1800.05/1800.00	c Propagators        : #Propagate   #Resprop    Cutoffs    DomReds
1800.05/1800.00	c   vbounds          :          0          0          0          0
1800.05/1800.00	c   rootredcost      :          6          0          0          2
1800.05/1800.00	c   pseudoobj        :    3624165       7874         80       5781
1800.05/1800.00	c Propagator Timings :  TotalTime  Propagate    Resprop
1800.05/1800.00	c   vbounds          :       0.63       0.63       0.00
1800.05/1800.00	c   rootredcost      :       0.65       0.65       0.00
1800.05/1800.00	c   pseudoobj        :       1.77       1.76       0.00
1800.05/1800.00	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1800.05/1800.00	c   propagation      :      20.04     438090     437278    3457157       26.5      15038       20.9          -
1800.05/1800.00	c   infeasible LP    :       5.17      56448      56448     306510       22.4       4819       19.2          0
1800.05/1800.00	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1800.05/1800.00	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1800.05/1800.00	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1800.05/1800.00	c   applied globally :          -          -          -    1132999       22.0          -          -          -
1800.05/1800.00	c   applied locally  :          -          -          -          0        0.0          -          -          -
1800.05/1800.00	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1800.05/1800.00	c   cut pool         :       0.00          5          -          -        992          -    (maximal pool size: 3138)
1800.05/1800.00	c   redcost          :       5.37     569850          0       1535          0          0
1800.05/1800.00	c   impliedbounds    :       0.00          6          0          0         14          0
1800.05/1800.00	c   intobj           :       0.00          0          0          0          0          0
1800.05/1800.00	c   gomory           :       0.06          6          0          0         28          0
1800.05/1800.00	c   cgmip            :       0.00          0          0          0          0          0
1800.05/1800.00	c   closecuts        :       0.00          0          0          0          0          0
1800.05/1800.00	c   strongcg         :       0.06          6          0          0         23          0
1800.05/1800.00	c   cmir             :       0.28          6          0          0       2156          0
1800.05/1800.00	c   flowcover        :       0.15          6          0          0       1200          0
1800.05/1800.00	c   clique           :       0.00          6          0          0          0          0
1800.05/1800.00	c   zerohalf         :       0.00          0          0          0          0          0
1800.05/1800.00	c   mcf              :       0.00          1          0          0          0          0
1800.05/1800.00	c   oddcycle         :       0.00          0          0          0          0          0
1800.05/1800.00	c   rapidlearning    :       0.17          1          0          0          0        223
1800.05/1800.00	c Pricers            :       Time      Calls       Vars
1800.05/1800.00	c   problem variables:       0.00          0          0
1800.05/1800.00	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1800.05/1800.00	c   relpscost        :     130.10     568923        182      26832          0          0    1123614
1800.05/1800.00	c   pscost           :       0.00          0          0          0          0          0          0
1800.05/1800.00	c   inference        :       0.00          1          0          0          0          0          2
1800.05/1800.00	c   mostinf          :       0.00          0          0          0          0          0          0
1800.05/1800.00	c   leastinf         :       0.00          0          0          0          0          0          0
1800.05/1800.00	c   fullstrong       :       0.00          0          0          0          0          0          0
1800.05/1800.00	c   allfullstrong    :       0.00          0          0          0          0          0          0
1800.05/1800.00	c   random           :       0.00          0          0          0          0          0          0
1800.05/1800.00	c Primal Heuristics  :       Time      Calls      Found
1800.05/1800.00	c   LP solutions     :       0.02          -          3
1800.05/1800.00	c   pseudo solutions :       0.00          -          0
1800.05/1800.00	c   oneopt           :       0.26          6          0
1800.05/1800.00	c   crossover        :       0.92         13          2
1800.05/1800.00	c   feaspump         :       3.81        147          0
1800.05/1800.00	c   veclendiving     :       6.34        876          0
1800.05/1800.00	c   guideddiving     :       5.15        877          2
1800.05/1800.00	c   linesearchdiving :       6.62        877          0
1800.05/1800.00	c   coefdiving       :       4.76        877          0
1800.05/1800.00	c   pscostdiving     :       8.40        877          0
1800.05/1800.00	c   fracdiving       :       4.71        877          0
1800.05/1800.00	c   objpscostdiving  :       6.39        439          0
1800.05/1800.00	c   rootsoldiving    :       5.32        439          0
1800.05/1800.00	c   trivial          :       0.00          2          0
1800.05/1800.00	c   shiftandpropagate:       0.01          1          0
1800.05/1800.00	c   simplerounding   :       0.15          0          0
1800.05/1800.00	c   zirounding       :       0.24       1000          0
1800.05/1800.00	c   rounding         :       0.95      10634          0
1800.05/1800.00	c   shifting         :       9.69       3298          0
1800.05/1800.00	c   intshifting      :       0.01          0          0
1800.05/1800.00	c   twoopt           :       0.00          0          0
1800.05/1800.00	c   fixandinfer      :       0.00          0          0
1800.05/1800.00	c   clique           :       0.00          0          0
1800.05/1800.00	c   intdiving        :       0.00          0          0
1800.05/1800.00	c   actconsdiving    :       0.00          0          0
1800.05/1800.00	c   octane           :       0.00          0          0
1800.05/1800.00	c   rens             :       0.02          1          0
1800.05/1800.00	c   rins             :       0.00          0          0
1800.05/1800.00	c   localbranching   :       0.00          0          0
1800.05/1800.00	c   mutation         :       0.00          0          0
1800.05/1800.00	c   dins             :       0.00          0          0
1800.05/1800.00	c   vbounds          :       0.00          0          0
1800.05/1800.00	c   undercover       :       0.00          0          0
1800.05/1800.00	c   subnlp           :       0.13          0          0
1800.05/1800.00	c   trysol           :       0.19          0          0
1800.05/1800.00	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1800.05/1800.00	c   primal LP        :       0.00          0          0       0.00          -
1800.05/1800.00	c   dual LP          :     950.54     618668   25334529      40.95   26652.77
1800.05/1800.00	c   lex dual LP      :       0.00          0          0       0.00          -
1800.05/1800.00	c   barrier LP       :       0.00          0          0       0.00          -
1800.05/1800.00	c   diving/probing LP:      38.16      38534     774603      20.10   20300.77
1800.05/1800.00	c   strong branching :     113.18      42735    2025206      47.39   17893.02
1800.05/1800.00	c     (at root node) :          -         12       1812     151.00          -
1800.05/1800.00	c   conflict analysis:       0.00          0          0       0.00          -
1800.05/1800.00	c B&B Tree           :
1800.05/1800.00	c   number of runs   :          1
1800.05/1800.00	c   nodes            :     888711
1800.05/1800.00	c   nodes (total)    :     888711
1800.05/1800.00	c   nodes left       :      35665
1800.05/1800.00	c   max depth        :         95
1800.05/1800.00	c   max depth (total):         95
1800.05/1800.00	c   backtracks       :     191276 (21.5%)
1800.05/1800.00	c   delayed cutoffs  :     187421
1800.05/1800.00	c   repropagations   :    1164703 (10889200 domain reductions, 152228 cutoffs)
1800.05/1800.00	c   avg switch length:       5.69
1800.05/1800.00	c   switching time   :     198.23
1800.05/1800.00	c Solution           :
1800.05/1800.00	c   Solutions found  :          7 (6 improvements)
1800.05/1800.00	c   First Solution   : +6.80000000000000e+01   (in run 1, after 120061 nodes, 336.21 seconds, depth 28, found by <relaxation>)
1800.05/1800.00	c   Primal Bound     : +4.90000000000000e+01   (in run 1, after 183470 nodes, 466.05 seconds, depth 45, found by <relaxation>)
1800.05/1800.00	c   Dual Bound       : +3.90000000000000e+01
1800.05/1800.00	c   Gap              :      25.64 %
1800.05/1800.00	c   Root Dual Bound  : +3.60000000000000e+01
1800.05/1800.00	c   Root Iterations  :       4593

Verifier Data

OK	49

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 977)

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3452760-1307098840/watcher-3452760-1307098840 -o /tmp/evaluation-result-3452760-1307098840/solver-3452760-1307098840 -C 1800 -W 1900 -M 15500 HOME/scip-2.0.1.4.linux.x86_64.gnu.opt.spx -f HOME/instance-3452760-1307098840.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.00 2.00 2.00 2/373 9590
/proc/meminfo: memFree=22758900/32951124 swapFree=37148216/67111528
[pid=9590] ppid=9588 vsize=10272 CPUtime=0 cores=0,2,4,6
/proc/9590/stat : 9590 (scip-2.0.1.4.li) R 9588 9590 9067 0 -1 4202496 1565 0 0 0 0 0 0 0 25 0 1 0 821484433 10518528 1519 33554432000 4194304 9128323 140733614597712 18446744073709551615 7980987 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/9590/statm: 2568 1519 400 1205 0 1359 0

[startup+0.105566 s]
/proc/loadavg: 2.00 2.00 2.00 2/373 9590
/proc/meminfo: memFree=22758900/32951124 swapFree=37148216/67111528
[pid=9590] ppid=9588 vsize=25536 CPUtime=0.09 cores=0,2,4,6
/proc/9590/stat : 9590 (scip-2.0.1.4.li) R 9588 9590 9067 0 -1 4202496 5445 0 0 0 9 0 0 0 25 0 1 0 821484433 26148864 5141 33554432000 4194304 9128323 140733614597712 18446744073709551615 5236539 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/9590/statm: 6384 5141 551 1205 0 5175 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 25536

[startup+0.200538 s]
/proc/loadavg: 2.00 2.00 2.00 2/373 9590
/proc/meminfo: memFree=22758900/32951124 swapFree=37148216/67111528
[pid=9590] ppid=9588 vsize=28148 CPUtime=0.19 cores=0,2,4,6
/proc/9590/stat : 9590 (scip-2.0.1.4.li) R 9588 9590 9067 0 -1 4202496 6471 0 0 0 19 0 0 0 25 0 1 0 821484433 28823552 5986 33554432000 4194304 9128323 140733614597712 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/9590/statm: 7037 5986 682 1205 0 5828 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 28148

[startup+0.300535 s]
/proc/loadavg: 2.00 2.00 2.00 2/373 9590
/proc/meminfo: memFree=22758900/32951124 swapFree=37148216/67111528
[pid=9590] ppid=9588 vsize=28148 CPUtime=0.29 cores=0,2,4,6
/proc/9590/stat : 9590 (scip-2.0.1.4.li) R 9588 9590 9067 0 -1 4202496 6514 0 0 0 28 1 0 0 25 0 1 0 821484433 28823552 6025 33554432000 4194304 9128323 140733614597712 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/9590/statm: 7037 6025 687 1205 0 5828 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 28148

[startup+0.700454 s]
/proc/loadavg: 2.00 2.00 2.00 2/373 9590
/proc/meminfo: memFree=22758900/32951124 swapFree=37148216/67111528
[pid=9590] ppid=9588 vsize=43200 CPUtime=0.69 cores=0,2,4,6
/proc/9590/stat : 9590 (scip-2.0.1.4.li) R 9588 9590 9067 0 -1 4202496 10404 0 0 0 67 2 0 0 25 0 1 0 821484433 44236800 9550 33554432000 4194304 9128323 140733614597712 18446744073709551615 6694354 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/9590/statm: 10800 9550 730 1205 0 9591 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 43200

[startup+1.50033 s]
/proc/loadavg: 2.00 2.00 2.00 4/374 9591
/proc/meminfo: memFree=22721196/32951124 swapFree=37148216/67111528
[pid=9590] ppid=9588 vsize=43204 CPUtime=1.49 cores=0,2,4,6
/proc/9590/stat : 9590 (scip-2.0.1.4.li) R 9588 9590 9067 0 -1 4202496 12363 0 0 0 147 2 0 0 25 0 1 0 821484433 44240896 9915 33554432000 4194304 9128323 140733614597712 18446744073709551615 7346424 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/9590/statm: 10801 9915 735 1205 0 9592 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 43204

[startup+3.10102 s]
/proc/loadavg: 1.92 1.98 1.99 2/372 9592
/proc/meminfo: memFree=22823500/32951124 swapFree=37148216/67111528
[pid=9590] ppid=9588 vsize=43204 CPUtime=3.09 cores=0,2,4,6
/proc/9590/stat : 9590 (scip-2.0.1.4.li) R 9588 9590 9067 0 -1 4202496 12363 0 0 0 303 6 0 0 25 0 1 0 821484433 44240896 9915 33554432000 4194304 9128323 140733614597712 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/9590/statm: 10801 9915 735 1205 0 9592 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 43204

[startup+6.30043 s]
/proc/loadavg: 1.92 1.98 1.99 3/374 9619
/proc/meminfo: memFree=22802228/32951124 swapFree=37148216/67111528
[pid=9590] ppid=9588 vsize=43204 CPUtime=6.29 cores=0,2,4,6
/proc/9590/stat : 9590 (scip-2.0.1.4.li) R 9588 9590 9067 0 -1 4202496 12363 0 0 0 617 12 0 0 25 0 1 0 821484433 44240896 9915 33554432000 4194304 9128323 140733614597712 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/9590/statm: 10801 9915 735 1205 0 9592 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 43204

[startup+12.7003 s]
/proc/loadavg: 1.93 1.98 1.99 3/374 9646
/proc/meminfo: memFree=22736156/32951124 swapFree=37148216/67111528
[pid=9590] ppid=9588 vsize=43204 CPUtime=12.69 cores=0,2,4,6
/proc/9590/stat : 9590 (scip-2.0.1.4.li) R 9588 9590 9067 0 -1 4202496 12367 0 0 0 1246 23 0 0 25 0 1 0 821484433 44240896 9919 33554432000 4194304 9128323 140733614597712 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/9590/statm: 10801 9919 737 1205 0 9592 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 43204

[startup+25.5009 s]
/proc/loadavg: 1.94 1.98 1.99 3/374 9655
/proc/meminfo: memFree=22735028/32951124 swapFree=37148216/67111528
[pid=9590] ppid=9588 vsize=43204 CPUtime=25.5 cores=0,2,4,6
/proc/9590/stat : 9590 (scip-2.0.1.4.li) R 9588 9590 9067 0 -1 4202496 12372 0 0 0 2500 50 0 0 25 0 1 0 821484433 44240896 9924 33554432000 4194304 9128323 140733614597712 18446744073709551615 7342440 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/9590/statm: 10801 9924 737 1205 0 9592 0
Current children cumulated CPU time (s) 25.5
Current children cumulated vsize (KiB) 43204

[startup+51.1012 s]
/proc/loadavg: 1.96 1.98 1.99 3/374 9656
/proc/meminfo: memFree=22728600/32951124 swapFree=37148216/67111528
[pid=9590] ppid=9588 vsize=50820 CPUtime=51.09 cores=0,2,4,6
/proc/9590/stat : 9590 (scip-2.0.1.4.li) R 9588 9590 9067 0 -1 4202496 14340 0 0 0 5009 100 0 0 25 0 1 0 821484433 52039680 11809 33554432000 4194304 9128323 140733614597712 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/9590/statm: 12705 11809 737 1205 0 11496 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 50820

[startup+102.301 s]
/proc/loadavg: 1.98 1.98 1.99 3/374 9657
/proc/meminfo: memFree=22712724/32951124 swapFree=37148216/67111528
[pid=9590] ppid=9588 vsize=66520 CPUtime=102.31 cores=0,2,4,6
/proc/9590/stat : 9590 (scip-2.0.1.4.li) R 9588 9590 9067 0 -1 4202496 18489 0 0 0 10035 196 0 0 25 0 1 0 821484433 68116480 15766 33554432000 4194304 9128323 140733614597712 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/9590/statm: 16630 15766 737 1205 0 15421 0
Current children cumulated CPU time (s) 102.31
Current children cumulated vsize (KiB) 66520

[startup+162.301 s]
/proc/loadavg: 2.15 2.03 2.01 3/374 9659
/proc/meminfo: memFree=22691756/32951124 swapFree=37148216/67111528
[pid=9590] ppid=9588 vsize=79996 CPUtime=162.3 cores=0,2,4,6
/proc/9590/stat : 9590 (scip-2.0.1.4.li) R 9588 9590 9067 0 -1 4202496 21940 0 0 0 15922 308 0 0 25 0 1 0 821484433 81915904 19124 33554432000 4194304 9128323 140733614597712 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/9590/statm: 19999 19124 737 1205 0 18790 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 79996

[startup+222.314 s]
/proc/loadavg: 2.05 2.02 2.00 3/374 9664
/proc/meminfo: memFree=22671012/32951124 swapFree=37148216/67111528
[pid=9590] ppid=9588 vsize=93196 CPUtime=222.31 cores=0,2,4,6
/proc/9590/stat : 9590 (scip-2.0.1.4.li) R 9588 9590 9067 0 -1 4202496 25348 0 0 0 21820 411 0 0 25 0 1 0 821484433 95432704 22430 33554432000 4194304 9128323 140733614597712 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/9590/statm: 23299 22430 737 1205 0 22090 0
Current children cumulated CPU time (s) 222.31
Current children cumulated vsize (KiB) 93196

[startup+282.301 s]
/proc/loadavg: 2.02 2.02 2.00 3/374 9665
/proc/meminfo: memFree=22640796/32951124 swapFree=37148216/67111528
[pid=9590] ppid=9588 vsize=109760 CPUtime=282.3 cores=0,2,4,6
/proc/9590/stat : 9590 (scip-2.0.1.4.li) R 9588 9590 9067 0 -1 4202496 29562 0 0 0 27704 526 0 0 25 0 1 0 821484433 112394240 26598 33554432000 4194304 9128323 140733614597712 18446744073709551615 5207912 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/9590/statm: 27440 26598 737 1205 0 26231 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 109760

[startup+342.301 s]
/proc/loadavg: 2.00 2.01 2.00 3/374 9667
/proc/meminfo: memFree=22615604/32951124 swapFree=37148216/67111528
[pid=9590] ppid=9588 vsize=124080 CPUtime=342.3 cores=0,2,4,6
/proc/9590/stat : 9590 (scip-2.0.1.4.li) R 9588 9590 9067 0 -1 4202496 33289 0 0 0 33599 631 0 0 25 0 1 0 821484433 127057920 30191 33554432000 4194304 9128323 140733614597712 18446744073709551615 4207643 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/9590/statm: 31020 30191 738 1205 0 29811 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 124080

[startup+402.301 s]
/proc/loadavg: 2.00 2.01 2.00 3/374 9668
/proc/meminfo: memFree=22593520/32951124 swapFree=37148216/67111528
[pid=9590] ppid=9588 vsize=130208 CPUtime=402.3 cores=0,2,4,6
/proc/9590/stat : 9590 (scip-2.0.1.4.li) R 9588 9590 9067 0 -1 4202496 54991 0 0 0 39492 738 0 0 25 0 1 0 821484433 133332992 31686 33554432000 4194304 9128323 140733614597712 18446744073709551615 5206193 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/9590/statm: 32552 31686 743 1205 0 31343 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 130208

[startup+462.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/374 9670
/proc/meminfo: memFree=22564984/32951124 swapFree=37148216/67111528
[pid=9590] ppid=9588 vsize=142344 CPUtime=462.3 cores=0,2,4,6
/proc/9590/stat : 9590 (scip-2.0.1.4.li) R 9588 9590 9067 0 -1 4202496 64418 0 0 0 45395 835 0 0 25 0 1 0 821484433 145760256 34736 33554432000 4194304 9128323 140733614597712 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/9590/statm: 35586 34736 744 1205 0 34377 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 142344

[startup+522.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/374 9672
/proc/meminfo: memFree=22551584/32951124 swapFree=37148216/67111528
[pid=9590] ppid=9588 vsize=144684 CPUtime=522.31 cores=0,2,4,6
/proc/9590/stat : 9590 (scip-2.0.1.4.li) R 9588 9590 9067 0 -1 4202496 79331 0 0 0 51304 927 0 0 25 0 1 0 821484433 148156416 35296 33554432000 4194304 9128323 140733614597712 18446744073709551615 5207912 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/9590/statm: 36171 35296 744 1205 0 34962 0
Current children cumulated CPU time (s) 522.31
Current children cumulated vsize (KiB) 144684

[startup+582.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/374 9673
/proc/meminfo: memFree=22537292/32951124 swapFree=37148216/67111528
[pid=9590] ppid=9588 vsize=146676 CPUtime=582.31 cores=0,2,4,6
/proc/9590/stat : 9590 (scip-2.0.1.4.li) R 9588 9590 9067 0 -1 4202496 80852 0 0 0 57207 1024 0 0 25 0 1 0 821484433 150196224 35809 33554432000 4194304 9128323 140733614597712 18446744073709551615 6581584 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/9590/statm: 36669 35809 744 1205 0 35460 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 146676

[startup+642.3 s]

################
# More data... #
################

[startup+882.315 s]
/proc/loadavg: 2.00 2.01 2.00 3/374 9681
/proc/meminfo: memFree=22425116/32951124 swapFree=37148216/67111528
[pid=9590] ppid=9588 vsize=200436 CPUtime=882.33 cores=0,2,4,6
/proc/9590/stat : 9590 (scip-2.0.1.4.li) R 9588 9590 9067 0 -1 4202496 96499 0 0 0 86748 1485 0 0 25 0 1 0 821484433 205246464 49165 33554432000 4194304 9128323 140733614597712 18446744073709551615 8012251 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/9590/statm: 50109 49165 755 1205 0 48900 0
Current children cumulated CPU time (s) 882.33
Current children cumulated vsize (KiB) 200436

[startup+942.301 s]
/proc/loadavg: 2.00 2.01 2.00 3/374 9683
/proc/meminfo: memFree=22402540/32951124 swapFree=37148216/67111528
[pid=9590] ppid=9588 vsize=210832 CPUtime=942.32 cores=0,2,4,6
/proc/9590/stat : 9590 (scip-2.0.1.4.li) R 9588 9590 9067 0 -1 4202496 99174 0 0 0 92658 1574 0 0 25 0 1 0 821484433 215891968 51735 33554432000 4194304 9128323 140733614597712 18446744073709551615 4792752 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/9590/statm: 52708 51735 744 1205 0 51499 0
Current children cumulated CPU time (s) 942.32
Current children cumulated vsize (KiB) 210832

[startup+1002.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/374 9684
/proc/meminfo: memFree=22382304/32951124 swapFree=37148216/67111528
[pid=9590] ppid=9588 vsize=222592 CPUtime=1002.32 cores=0,2,4,6
/proc/9590/stat : 9590 (scip-2.0.1.4.li) R 9588 9590 9067 0 -1 4202496 102165 0 0 0 98563 1669 0 0 25 0 1 0 821484433 227934208 54667 33554432000 4194304 9128323 140733614597712 18446744073709551615 5332999 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/9590/statm: 55648 54667 744 1205 0 54439 0
Current children cumulated CPU time (s) 1002.32
Current children cumulated vsize (KiB) 222592

[startup+1062.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/374 9686
/proc/meminfo: memFree=22367656/32951124 swapFree=37148216/67111528
[pid=9590] ppid=9588 vsize=227936 CPUtime=1062.32 cores=0,2,4,6
/proc/9590/stat : 9590 (scip-2.0.1.4.li) R 9588 9590 9067 0 -1 4202496 103531 0 0 0 104470 1762 0 0 25 0 1 0 821484433 233406464 55992 33554432000 4194304 9128323 140733614597712 18446744073709551615 6581594 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/9590/statm: 56984 55992 744 1205 0 55775 0
Current children cumulated CPU time (s) 1062.32
Current children cumulated vsize (KiB) 227936

[startup+1122.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/374 9688
/proc/meminfo: memFree=22345936/32951124 swapFree=37148216/67111528
[pid=9590] ppid=9588 vsize=238920 CPUtime=1122.32 cores=0,2,4,6
/proc/9590/stat : 9590 (scip-2.0.1.4.li) R 9588 9590 9067 0 -1 4202496 106334 0 0 0 110375 1857 0 0 25 0 1 0 821484433 244654080 58668 33554432000 4194304 9128323 140733614597712 18446744073709551615 5135765 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/9590/statm: 59730 58668 755 1205 0 58521 0
Current children cumulated CPU time (s) 1122.32
Current children cumulated vsize (KiB) 238920

[startup+1182.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/374 9689
/proc/meminfo: memFree=22325460/32951124 swapFree=37148216/67111528
[pid=9590] ppid=9588 vsize=248352 CPUtime=1182.33 cores=0,2,4,6
/proc/9590/stat : 9590 (scip-2.0.1.4.li) R 9588 9590 9067 0 -1 4202496 108723 0 0 0 116278 1955 0 0 25 0 1 0 821484433 254312448 60961 33554432000 4194304 9128323 140733614597712 18446744073709551615 7346424 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/9590/statm: 62088 60961 745 1205 0 60879 0
Current children cumulated CPU time (s) 1182.33
Current children cumulated vsize (KiB) 248352

[startup+1242.3 s]
/proc/loadavg: 2.19 2.05 2.01 3/374 9691
/proc/meminfo: memFree=22311688/32951124 swapFree=37148216/67111528
[pid=9590] ppid=9588 vsize=253956 CPUtime=1242.33 cores=0,2,4,6
/proc/9590/stat : 9590 (scip-2.0.1.4.li) R 9588 9590 9067 0 -1 4202496 110228 0 0 0 122192 2041 0 0 25 0 1 0 821484433 260050944 62392 33554432000 4194304 9128323 140733614597712 18446744073709551615 6732472 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/9590/statm: 63489 62392 752 1205 0 62280 0
Current children cumulated CPU time (s) 1242.33
Current children cumulated vsize (KiB) 253956

[startup+1302.3 s]
/proc/loadavg: 2.12 2.05 2.01 3/374 9692
/proc/meminfo: memFree=22290840/32951124 swapFree=37148216/67111528
[pid=9590] ppid=9588 vsize=265228 CPUtime=1302.33 cores=0,2,4,6
/proc/9590/stat : 9590 (scip-2.0.1.4.li) R 9588 9590 9067 0 -1 4202496 116077 0 0 0 128096 2137 0 0 25 0 1 0 821484433 271593472 65140 33554432000 4194304 9128323 140733614597712 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/9590/statm: 66307 65140 752 1205 0 65098 0
Current children cumulated CPU time (s) 1302.33
Current children cumulated vsize (KiB) 265228

[startup+1362.3 s]
/proc/loadavg: 2.04 2.04 2.01 3/374 9694
/proc/meminfo: memFree=22270244/32951124 swapFree=37148216/67111528
[pid=9590] ppid=9588 vsize=275752 CPUtime=1362.33 cores=0,2,4,6
/proc/9590/stat : 9590 (scip-2.0.1.4.li) R 9588 9590 9067 0 -1 4202496 118765 0 0 0 134001 2232 0 0 25 0 1 0 821484433 282370048 67696 33554432000 4194304 9128323 140733614597712 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/9590/statm: 68938 67696 756 1205 0 67729 0
Current children cumulated CPU time (s) 1362.33
Current children cumulated vsize (KiB) 275752

[startup+1422.3 s]
/proc/loadavg: 2.01 2.03 2.00 3/374 9696
/proc/meminfo: memFree=22248904/32951124 swapFree=37148216/67111528
[pid=9590] ppid=9588 vsize=286708 CPUtime=1422.34 cores=0,2,4,6
/proc/9590/stat : 9590 (scip-2.0.1.4.li) R 9588 9590 9067 0 -1 4202496 121593 0 0 0 139909 2325 0 0 25 0 1 0 821484433 293588992 70517 33554432000 4194304 9128323 140733614597712 18446744073709551615 4840234 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/9590/statm: 71677 70517 756 1205 0 70468 0
Current children cumulated CPU time (s) 1422.34
Current children cumulated vsize (KiB) 286708

[startup+1482.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/374 9697
/proc/meminfo: memFree=22228796/32951124 swapFree=37148216/67111528
[pid=9590] ppid=9588 vsize=298168 CPUtime=1482.34 cores=0,2,4,6
/proc/9590/stat : 9590 (scip-2.0.1.4.li) R 9588 9590 9067 0 -1 4202496 124516 0 0 0 145816 2418 0 0 25 0 1 0 821484433 305324032 73335 33554432000 4194304 9128323 140733614597712 18446744073709551615 4214368 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/9590/statm: 74542 73335 756 1205 0 73333 0
Current children cumulated CPU time (s) 1482.34
Current children cumulated vsize (KiB) 298168

[startup+1542.31 s]
/proc/loadavg: 2.00 2.02 2.00 3/374 9699
/proc/meminfo: memFree=22214024/32951124 swapFree=37148216/67111528
[pid=9590] ppid=9588 vsize=304720 CPUtime=1542.35 cores=0,2,4,6
/proc/9590/stat : 9590 (scip-2.0.1.4.li) R 9588 9590 9067 0 -1 4202496 126196 0 0 0 151727 2508 0 0 25 0 1 0 821484433 312033280 74966 33554432000 4194304 9128323 140733614597712 18446744073709551615 7346424 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/9590/statm: 76180 74966 758 1205 0 74971 0
Current children cumulated CPU time (s) 1542.35
Current children cumulated vsize (KiB) 304720

[startup+1602.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/374 9700
/proc/meminfo: memFree=22190080/32951124 swapFree=37148216/67111528
[pid=9590] ppid=9588 vsize=319224 CPUtime=1602.34 cores=0,2,4,6
/proc/9590/stat : 9590 (scip-2.0.1.4.li) R 9588 9590 9067 0 -1 4202496 129985 0 0 0 157639 2595 0 0 25 0 1 0 821484433 326885376 78577 33554432000 4194304 9128323 140733614597712 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/9590/statm: 79806 78577 759 1205 0 78597 0
Current children cumulated CPU time (s) 1602.34
Current children cumulated vsize (KiB) 319224

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/374 9702
/proc/meminfo: memFree=22175436/32951124 swapFree=37148216/67111528
[pid=9590] ppid=9588 vsize=324528 CPUtime=1662.35 cores=0,2,4,6
/proc/9590/stat : 9590 (scip-2.0.1.4.li) R 9588 9590 9067 0 -1 4202496 131282 0 0 0 163553 2682 0 0 25 0 1 0 821484433 332316672 79809 33554432000 4194304 9128323 140733614597712 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/9590/statm: 81132 79809 758 1205 0 79923 0
Current children cumulated CPU time (s) 1662.35
Current children cumulated vsize (KiB) 324528

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/374 9704
/proc/meminfo: memFree=22167112/32951124 swapFree=37148216/67111528
[pid=9590] ppid=9588 vsize=325260 CPUtime=1722.35 cores=0,2,4,6
/proc/9590/stat : 9590 (scip-2.0.1.4.li) R 9588 9590 9067 0 -1 4202496 131491 0 0 0 169472 2763 0 0 25 0 1 0 821484433 333066240 80018 33554432000 4194304 9128323 140733614597712 18446744073709551615 6581570 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/9590/statm: 81315 80018 758 1205 0 80106 0
Current children cumulated CPU time (s) 1722.35
Current children cumulated vsize (KiB) 325260

[startup+1782.3 s]
/proc/loadavg: 2.12 2.03 2.01 3/374 9705
/proc/meminfo: memFree=22155196/32951124 swapFree=37148216/67111528
[pid=9590] ppid=9588 vsize=325780 CPUtime=1782.35 cores=0,2,4,6
/proc/9590/stat : 9590 (scip-2.0.1.4.li) R 9588 9590 9067 0 -1 4202496 131634 0 0 0 175385 2850 0 0 25 0 1 0 821484433 333598720 80160 33554432000 4194304 9128323 140733614597712 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/9590/statm: 81445 80160 757 1205 0 80236 0
Current children cumulated CPU time (s) 1782.35
Current children cumulated vsize (KiB) 325780



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800 s]
/proc/loadavg: 2.10 2.03 2.01 3/374 9706
/proc/meminfo: memFree=22153584/32951124 swapFree=37148216/67111528
[pid=9590] ppid=9588 vsize=326080 CPUtime=1800.06 cores=0,2,4,6
/proc/9590/stat : 9590 (scip-2.0.1.4.li) R 9588 9590 9067 0 -1 4202496 131696 0 0 0 177132 2874 0 0 25 0 1 0 821484433 333905920 80222 33554432000 4194304 9128323 140733614597712 18446744073709551615 6663583 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/9590/statm: 81520 80222 759 1205 0 80311 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 326080

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

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

[startup+1800 s]
/proc/loadavg: 2.10 2.03 2.01 3/374 9706
/proc/meminfo: memFree=22153584/32951124 swapFree=37148216/67111528
[pid=9590] ppid=9588 vsize=326080 CPUtime=1800.06 cores=0,2,4,6
/proc/9590/stat : 9590 (scip-2.0.1.4.li) R 9588 9590 9067 0 -1 4202496 131696 0 0 0 177132 2874 0 0 25 0 1 0 821484433 333905920 80222 33554432000 4194304 9128323 140733614597712 18446744073709551615 6663583 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/9590/statm: 81520 80222 759 1205 0 80311 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 326080

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1800.03
CPU time (s): 1800.08
CPU user time (s): 1771.33
CPU system time (s): 28.7566
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 326080

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1771.33
system time used= 28.7566
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 131696
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= 4818

runsolver used 6.83896 second user time and 14.4628 second system time

The end

Launcher Data

Begin job on node104 at 2011-06-03 13:00:40
IDJOB=3452760
IDBENCH=2943
IDSOLVER=1949
FILE ID=node104/3452760-1307098840
RUNJOBID= node104-1307093433-9085
PBS_JOBID= 13497995
Free space on /tmp= 73932 MiB

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

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

MD5SUM BENCH= a849a24692bdc034ba3174a2ba23709e
RANDOM SEED=28682463

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      22759304 kB
Buffers:        412736 kB
Cached:        7563356 kB
SwapCached:     163904 kB
Active:        3870072 kB
Inactive:      5985692 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      22759304 kB
SwapTotal:    67111528 kB
SwapFree:     37148216 kB
Dirty:           12496 kB
Writeback:           0 kB
AnonPages:     1739164 kB
Mapped:          13944 kB
Slab:           180548 kB
PageTables:      89256 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 87832784 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296008 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 73920 MiB
End job on node104 at 2011-06-03 13:30:42