Trace number 3450251

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.0.1.4b with SoPlex 1.5.0.4? (TO) 1800.04 1800.03

General information on the benchmark

Name/OPT-SMALLINT-LIN/flexray/
normalized-fx30.opb
MD5SUMa013c9210a7cfe037db9246041ce6240
Bench CategoryOPT-SMALLINT-LIN (optimisation, small integers, linear constraints)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables774
Total number of constraints994
Number of constraints which are clauses771
Number of constraints which are cardinality constraints (but not clauses)31
Number of constraints which are nor clauses,nor cardinality constraints192
Minimum length of a constraint2
Maximum length of a constraint192
Number of terms in the objective function 3
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 3
Number of bits of the sum of numbers in the objective function 2
Biggest number in a constraint 42
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 380
Number of bits of the biggest sum of numbers9
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.00	c SCIP version 2.0.1.5 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: SoPlex 1.5.0.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-3450251-1307115035.opb>
0.00/0.01	c original problem has 774 variables (774 bin, 0 int, 0 impl, 0 cont) and 994 constraints
0.00/0.01	c problem read
0.00/0.01	c presolving settings loaded
0.00/0.02	c presolving:
0.00/0.02	c (round 1) 3 del vars, 1 del conss, 0 add conss, 3 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 1542 impls, 30 clqs
0.00/0.02	c (round 2) 3 del vars, 772 del conss, 0 add conss, 3 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 1542 impls, 30 clqs
0.00/0.02	c (round 3) 3 del vars, 772 del conss, 0 add conss, 3 chg bounds, 0 chg sides, 0 chg coeffs, 222 upgd conss, 1542 impls, 30 clqs
0.00/0.04	c    (0.0s) probing: 101/771 (13.1%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
0.00/0.04	c    (0.0s) probing aborted: 100/100 successive totally useless probings
0.00/0.04	c presolving (4 rounds):
0.00/0.04	c  3 deleted vars, 772 deleted constraints, 0 added constraints, 3 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
0.00/0.04	c  1542 implications, 114 cliques
0.00/0.04	c presolved problem has 771 variables (771 bin, 0 int, 0 impl, 0 cont) and 222 constraints
0.00/0.04	c     192 constraints of type <knapsack>
0.00/0.04	c      30 constraints of type <setppc>
0.00/0.04	c transformed objective value is always integral (scale: 1)
0.00/0.04	c Presolving Time: 0.03
0.00/0.04	c - non default parameters ----------------------------------------------------------------------
0.00/0.04	c # SCIP version 2.0.1.5
0.00/0.04	c 
0.00/0.04	c # frequency for displaying node information lines
0.00/0.04	c # [type: int, range: [-1,2147483647], default: 100]
0.00/0.04	c display/freq = 10000
0.00/0.04	c 
0.00/0.04	c # maximal time in seconds to run
0.00/0.04	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.00/0.04	c limits/time = 1800
0.00/0.04	c 
0.00/0.04	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.00/0.04	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.00/0.04	c limits/memory = 13950
0.00/0.04	c 
0.00/0.04	c # default clock type (1: CPU user seconds, 2: wall clock time)
0.00/0.04	c # [type: int, range: [1,2], default: 1]
0.00/0.04	c timing/clocktype = 2
0.00/0.04	c 
0.00/0.04	c # belongs reading time to solving time?
0.00/0.04	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.00/0.04	c timing/reading = TRUE
0.00/0.04	c 
0.00/0.04	c # should presolving try to simplify inequalities
0.00/0.04	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.00/0.04	c constraints/linear/simplifyinequalities = TRUE
0.00/0.04	c 
0.00/0.04	c # add initial coupling inequalities as linear constraints, if 'addCoupling' is true
0.00/0.04	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.00/0.04	c constraints/indicator/addCouplingCons = TRUE
0.00/0.04	c 
0.00/0.04	c # should presolving try to simplify knapsacks
0.00/0.04	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.00/0.04	c constraints/knapsack/simplifyinequalities = TRUE
0.00/0.04	c 
0.00/0.04	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
0.00/0.04	c # [type: int, range: [-1,2147483647], default: -1]
0.00/0.04	c separating/rapidlearning/freq = 0
0.00/0.04	c 
0.00/0.04	c -----------------------------------------------------------------------------------------------
0.00/0.04	c start solving
0.00/0.04	c 
0.00/0.05	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
0.00/0.05	c   0.1s|     1 |     0 |   113 |     - |3972k|   0 |  18 | 771 | 288 | 771 | 222 |   0 |  66 |   0 | 3.000000e+00 |      --      |    Inf 
0.09/0.14	c   0.1s|     1 |     0 |   369 |     - |4314k|   0 |  39 | 771 | 331 | 771 | 233 |  11 |  66 |   0 | 3.000000e+00 |      --      |    Inf 
0.09/0.19	c   0.2s|     1 |     0 |   395 |     - |4542k|   0 |  54 | 771 | 331 | 771 | 246 |  24 |  66 |   0 | 3.000000e+00 |      --      |    Inf 
0.19/0.25	c   0.2s|     1 |     0 |   434 |     - |4717k|   0 |  62 | 771 | 331 | 771 | 257 |  35 |  66 |   0 | 3.000000e+00 |      --      |    Inf 
0.29/0.32	c   0.3s|     1 |     0 |   485 |     - |4903k|   0 |  72 | 771 | 331 | 771 | 270 |  48 |  66 |   0 | 3.000000e+00 |      --      |    Inf 
0.39/0.40	c   0.4s|     1 |     0 |   529 |     - |5106k|   0 |  79 | 771 | 331 | 771 | 282 |  60 |  66 |   0 | 3.000000e+00 |      --      |    Inf 
0.39/0.49	c   0.5s|     1 |     0 |   615 |     - |5228k|   0 |  90 | 771 | 331 | 771 | 294 |  72 |  66 |   0 | 3.000000e+00 |      --      |    Inf 
0.59/0.68	c   0.7s|     1 |     2 |   615 |     - |5229k|   0 |  90 | 771 | 331 | 771 | 294 |  72 |  66 |  16 | 3.000000e+00 |      --      |    Inf 
23.47/23.58	c  23.6s| 10000 |   321 |245949 |  24.5 |8160k|  44 |   - | 771 |3327 |   0 |   0 |  72 |  10k|4324 | 3.000000e+00 |      --      |    Inf 
38.87/38.94	c  38.9s| 20000 |   385 |453326 |  22.6 |8856k|  45 |  20 | 771 |3823 | 771 | 273 |  72 |  19k|5906 | 3.000000e+00 |      --      |    Inf 
56.97/57.09	c  57.1s| 30000 |   463 |736294 |  24.5 |  10M|  49 |  47 | 771 |5047 | 771 | 273 |  72 |  29k|6789 | 3.000000e+00 |      --      |    Inf 
74.87/74.96	c  75.0s| 40000 |   743 |  1011k|  25.3 |  12M|  49 |  39 | 771 |7007 | 771 | 273 |  72 |  39k|7546 | 3.000000e+00 |      --      |    Inf 
94.67/94.74	c  94.7s| 50000 |   842 |  1299k|  26.0 |  12M|  49 |   - | 771 |6027 |   0 |   0 |  72 |  49k|9061 | 3.000000e+00 |      --      |    Inf 
111.17/111.25	c   111s| 60000 |   811 |  1544k|  25.7 |  12M|  49 |   - | 771 |5931 |   0 |   0 |  72 |  59k|9988 | 3.000000e+00 |      --      |    Inf 
126.49/126.53	c   127s| 70000 |   884 |  1778k|  25.4 |  13M|  51 |  13 | 771 |7029 | 771 | 273 |  72 |  68k|  10k| 3.000000e+00 |      --      |    Inf 
139.17/139.21	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
139.17/139.21	c   139s| 80000 |   872 |  1969k|  24.6 |  14M|  57 |  32 | 771 |7736 | 771 | 273 |  72 |  76k|  12k| 3.000000e+00 |      --      |    Inf 
157.07/157.16	c   157s| 90000 |   917 |  2235k|  24.8 |  13M|  57 |  34 | 771 |5301 | 771 | 273 |  72 |  85k|  13k| 3.000000e+00 |      --      |    Inf 
172.98/173.07	c   173s|100000 |   969 |  2480k|  24.8 |  14M|  57 |  30 | 771 |7448 | 771 | 273 |  72 |  96k|  13k| 3.000000e+00 |      --      |    Inf 
185.97/186.04	c   186s|110000 |   973 |  2686k|  24.4 |  14M|  57 |  23 | 771 |8916 | 771 | 273 |  72 | 105k|  14k| 3.000000e+00 |      --      |    Inf 
201.47/201.52	c   202s|120000 |   996 |  2926k|  24.4 |  14M|  62 |   - | 771 |7924 | 771 | 273 |  72 | 114k|  15k| 3.000000e+00 |      --      |    Inf 
218.77/218.91	c   219s|130000 |  1170 |  3200k|  24.6 |  15M|  62 |   - | 771 |9052 | 771 | 273 |  72 | 126k|  16k| 3.000000e+00 |      --      |    Inf 
236.87/236.97	c   237s|140000 |  1440 |  3464k|  24.7 |  17M|  62 |  15 | 771 |9028 | 771 | 273 |  72 | 135k|  16k| 3.000000e+00 |      --      |    Inf 
253.37/253.48	c   253s|150000 |  1433 |  3726k|  24.8 |  17M|  67 |   - | 771 |9151 | 771 | 273 |  72 | 142k|  17k| 3.000000e+00 |      --      |    Inf 
269.37/269.48	c   269s|160000 |  1486 |  3970k|  24.8 |  17M|  67 |  38 | 771 |9242 | 771 | 273 |  72 | 152k|  18k| 3.000000e+00 |      --      |    Inf 
288.97/289.02	c   289s|170000 |  1490 |  4273k|  25.1 |  17M|  67 |  36 | 771 |8290 | 771 | 273 |  72 | 162k|  18k| 3.000000e+00 |      --      |    Inf 
305.80/305.89	c   306s|180000 |  1552 |  4531k|  25.2 |  18M|  67 |   - | 771 |8793 |   0 |   0 |  72 | 172k|  19k| 3.000000e+00 |      --      |    Inf 
322.88/322.94	c   323s|190000 |  1586 |  4796k|  25.2 |  17M|  67 |  47 | 771 |7410 | 771 | 273 |  72 | 181k|  20k| 3.000000e+00 |      --      |    Inf 
340.88/340.92	c   341s|200000 |  1698 |  5070k|  25.3 |  18M|  67 |   - | 771 |7298 |   0 |   0 |  72 | 192k|  20k| 3.000000e+00 |      --      |    Inf 
356.97/357.08	c   357s|210000 |  1737 |  5312k|  25.3 |  19M|  67 |   - | 771 |8983 | 771 | 273 |  72 | 202k|  21k| 3.000000e+00 |      --      |    Inf 
367.48/367.52	c   368s|220000 |  1743 |  5455k|  24.8 |  20M|  67 |   - | 771 |  10k| 771 | 273 |  72 | 211k|  21k| 3.000000e+00 |      --      |    Inf 
385.08/385.10	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
385.08/385.10	c   385s|230000 |  1761 |  5720k|  24.9 |  19M|  67 |  35 | 771 |7229 | 771 | 273 |  72 | 220k|  22k| 3.000000e+00 |      --      |    Inf 
399.47/399.57	c   400s|240000 |  1826 |  5945k|  24.8 |  20M|  67 |   - | 771 |8873 | 771 | 273 |  72 | 229k|  22k| 3.000000e+00 |      --      |    Inf 
410.18/410.22	c   410s|250000 |  1864 |  6095k|  24.4 |  20M|  67 |   - | 771 |  10k|   0 |   0 |  72 | 237k|  23k| 3.000000e+00 |      --      |    Inf 
422.39/422.47	c   422s|260000 |  1825 |  6270k|  24.1 |  21M|  67 |   - | 771 |  11k|   0 |   0 |  72 | 244k|  23k| 3.000000e+00 |      --      |    Inf 
434.38/434.51	c   435s|270000 |  1822 |  6455k|  23.9 |  21M|  81 |  19 | 771 |  11k| 771 | 273 |  72 | 251k|  23k| 3.000000e+00 |      --      |    Inf 
449.28/449.36	c   449s|280000 |  2162 |  6676k|  23.8 |  22M|  81 |   - | 771 |  10k| 771 | 273 |  72 | 260k|  24k| 3.000000e+00 |      --      |    Inf 
463.68/463.78	c   464s|290000 |  2286 |  6903k|  23.8 |  23M|  81 |  22 | 771 |  11k| 771 | 273 |  72 | 269k|  24k| 3.000000e+00 |      --      |    Inf 
478.08/478.12	c   478s|300000 |  2306 |  7120k|  23.7 |  23M|  81 |   - | 771 |  12k|   0 |   0 |  72 | 277k|  25k| 3.000000e+00 |      --      |    Inf 
491.78/491.89	c   492s|310000 |  2356 |  7340k|  23.7 |  24M|  81 |   - | 771 |  11k| 771 | 273 |  72 | 286k|  25k| 3.000000e+00 |      --      |    Inf 
506.00/506.06	c   506s|320000 |  2430 |  7550k|  23.6 |  24M|  81 |  24 | 771 |  11k| 771 | 273 |  72 | 295k|  26k| 3.000000e+00 |      --      |    Inf 
519.88/519.93	c   520s|330000 |  2427 |  7774k|  23.6 |  25M|  81 |  29 | 771 |  13k| 771 | 273 |  72 | 302k|  26k| 3.000000e+00 |      --      |    Inf 
534.60/534.64	c   535s|340000 |  2451 |  8004k|  23.5 |  25M|  81 |  29 | 771 |  12k| 771 | 273 |  72 | 311k|  27k| 3.000000e+00 |      --      |    Inf 
544.88/544.95	c   545s|350000 |  2532 |  8132k|  23.2 |  26M|  81 |   - | 771 |  14k|   0 |   0 |  72 | 318k|  28k| 3.000000e+00 |      --      |    Inf 
556.98/557.02	c   557s|360000 |  2607 |  8313k|  23.1 |  25M|  81 |  37 | 771 |  12k| 771 | 273 |  72 | 326k|  29k| 3.000000e+00 |      --      |    Inf 
571.58/571.64	c   572s|370000 |  2753 |  8540k|  23.1 |  26M|  81 |  38 | 771 |  10k| 771 | 273 |  72 | 335k|  29k| 3.000000e+00 |      --      |    Inf 
584.69/584.77	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
584.69/584.77	c   585s|380000 |  2775 |  8730k|  23.0 |  26M|  81 |  30 | 771 |  11k| 771 | 273 |  72 | 344k|  29k| 3.000000e+00 |      --      |    Inf 
597.78/597.88	c   598s|390000 |  2868 |  8915k|  22.9 |  27M|  81 |  19 | 771 |  12k| 771 | 273 |  72 | 352k|  30k| 3.000000e+00 |      --      |    Inf 
611.38/611.44	c   611s|400000 |  2890 |  9124k|  22.8 |  27M|  81 |  11 | 771 |  12k| 771 | 273 |  72 | 361k|  30k| 3.000000e+00 |      --      |    Inf 
625.29/625.39	c   625s|410000 |  2935 |  9335k|  22.8 |  27M|  81 |   - | 771 |  12k| 771 | 273 |  72 | 369k|  31k| 3.000000e+00 |      --      |    Inf 
639.49/639.58	c   640s|420000 |  3040 |  9551k|  22.7 |  27M|  81 |   - | 771 |  11k| 771 | 273 |  72 | 378k|  31k| 3.000000e+00 |      --      |    Inf 
652.68/652.77	c   653s|430000 |  2999 |  9759k|  22.7 |  28M|  81 |  24 | 771 |  12k| 771 | 273 |  72 | 386k|  32k| 3.000000e+00 |      --      |    Inf 
665.58/665.69	c   666s|440000 |  2986 |  9949k|  22.6 |  28M|  81 |   - | 771 |  13k| 771 | 273 |  72 | 395k|  32k| 3.000000e+00 |      --      |    Inf 
678.58/678.67	c   679s|450000 |  3055 | 10137k|  22.5 |  28M|  81 |   - | 771 |  11k| 771 | 273 |  72 | 404k|  32k| 3.000000e+00 |      --      |    Inf 
691.38/691.48	c   691s|460000 |  3057 | 10320k|  22.4 |  28M|  81 |   - | 771 |  11k|   0 |   0 |  72 | 414k|  33k| 3.000000e+00 |      --      |    Inf 
705.10/705.13	c   705s|470000 |  3098 | 10529k|  22.4 |  29M|  81 |  16 | 771 |  13k| 771 | 273 |  72 | 423k|  33k| 3.000000e+00 |      --      |    Inf 
718.39/718.42	c   718s|480000 |  3084 | 10727k|  22.3 |  29M|  81 |  17 | 771 |  13k| 771 | 273 |  72 | 433k|  33k| 3.000000e+00 |      --      |    Inf 
732.60/732.65	c   733s|490000 |  3122 | 10938k|  22.3 |  30M|  81 |   - | 771 |  14k| 771 | 273 |  72 | 442k|  34k| 3.000000e+00 |      --      |    Inf 
745.81/745.88	c   746s|500000 |  3072 | 11136k|  22.3 |  29M|  81 |  39 | 771 |  14k| 771 | 273 |  72 | 450k|  34k| 3.000000e+00 |      --      |    Inf 
759.58/759.64	c   760s|510000 |  3200 | 11332k|  22.2 |  29M|  81 |   - | 771 |  13k| 771 | 273 |  72 | 461k|  34k| 3.000000e+00 |      --      |    Inf 
773.78/773.88	c   774s|520000 |  3311 | 11530k|  22.2 |  30M|  81 |   - | 771 |  13k| 771 | 273 |  72 | 470k|  35k| 3.000000e+00 |      --      |    Inf 
788.49/788.61	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
788.49/788.61	c   789s|530000 |  3376 | 11743k|  22.2 |  31M|  81 |   - | 771 |  14k| 771 | 273 |  72 | 479k|  35k| 3.000000e+00 |      --      |    Inf 
802.89/803.00	c   803s|540000 |  3488 | 11962k|  22.2 |  32M|  81 |   - | 771 |  14k| 771 | 273 |  72 | 487k|  35k| 3.000000e+00 |      --      |    Inf 
817.98/818.08	c   818s|550000 |  3709 | 12178k|  22.1 |  33M|  83 |   - | 771 |  15k| 771 | 273 |  72 | 496k|  36k| 3.000000e+00 |      --      |    Inf 
833.68/833.72	c   834s|560000 |  4188 | 12407k|  22.2 |  36M|  83 |   - | 771 |  16k|   0 |   0 |  72 | 505k|  36k| 3.000000e+00 |      --      |    Inf 
851.19/851.29	c   851s|570000 |  4279 | 12651k|  22.2 |  37M|  83 |  44 | 771 |  17k| 771 | 273 |  72 | 514k|  36k| 3.000000e+00 |      --      |    Inf 
862.48/862.52	c   863s|580000 |  4299 | 12804k|  22.1 |  38M|  83 |  11 | 771 |  19k| 771 | 273 |  72 | 521k|  37k| 3.000000e+00 |      --      |    Inf 
872.09/872.17	c   872s|590000 |  4331 | 12934k|  21.9 |  39M|  83 |  12 | 771 |  21k| 771 | 273 |  72 | 527k|  37k| 3.000000e+00 |      --      |    Inf 
883.19/883.27	c   883s|600000 |  4310 | 13103k|  21.8 |  39M|  83 |  19 | 771 |  21k| 771 | 273 |  72 | 534k|  37k| 3.000000e+00 |      --      |    Inf 
898.39/898.45	c   898s|610000 |  4207 | 13311k|  21.8 |  38M|  83 |   - | 771 |  19k| 771 | 273 |  72 | 542k|  37k| 3.000000e+00 |      --      |    Inf 
912.49/912.58	c   913s|620000 |  4432 | 13534k|  21.8 |  40M|  83 |  14 | 771 |  20k| 771 | 273 |  72 | 549k|  37k| 3.000000e+00 |      --      |    Inf 
928.59/928.60	c   929s|630000 |  4890 | 13756k|  21.8 |  42M|  83 |   - | 771 |  21k| 771 | 273 |  72 | 558k|  38k| 3.000000e+00 |      --      |    Inf 
944.79/944.85	c   945s|640000 |  5015 | 14003k|  21.9 |  43M|  83 |   - | 771 |  21k| 771 | 273 |  72 | 565k|  38k| 3.000000e+00 |      --      |    Inf 
961.59/961.69	c   962s|650000 |  4987 | 14235k|  21.9 |  43M|  83 |   - | 771 |  21k| 771 | 273 |  72 | 575k|  38k| 3.000000e+00 |      --      |    Inf 
975.09/975.10	c   975s|660000 |  5268 | 14414k|  21.8 |  45M|  83 |  35 | 771 |  22k| 771 | 273 |  72 | 586k|  39k| 3.000000e+00 |      --      |    Inf 
989.29/989.34	c   989s|670000 |  5137 | 14611k|  21.8 |  44M|  83 |   - | 771 |  20k|   0 |   0 |  72 | 596k|  39k| 3.000000e+00 |      --      |    Inf 
1003.21/1003.27	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1003.21/1003.27	c  1003s|680000 |  5104 | 14800k|  21.8 |  43M|  83 |   - | 771 |  18k| 771 | 273 |  72 | 605k|  39k| 3.000000e+00 |      --      |    Inf 
1017.69/1017.77	c  1018s|690000 |  5037 | 15008k|  21.8 |  42M|  83 |  28 | 771 |  17k| 771 | 273 |  72 | 615k|  39k| 3.000000e+00 |      --      |    Inf 
1031.29/1031.36	c  1031s|700000 |  5044 | 15199k|  21.7 |  43M|  83 |  26 | 771 |  18k| 771 | 273 |  72 | 625k|  39k| 3.000000e+00 |      --      |    Inf 
1045.89/1045.94	c  1046s|710000 |  4972 | 15399k|  21.7 |  42M|  83 |   - | 771 |  16k| 771 | 273 |  72 | 635k|  40k| 3.000000e+00 |      --      |    Inf 
1060.49/1060.58	c  1061s|720000 |  4965 | 15611k|  21.7 |  42M|  83 |   - | 771 |  16k| 771 | 273 |  72 | 644k|  40k| 3.000000e+00 |      --      |    Inf 
1074.71/1074.75	c  1075s|730000 |  5012 | 15810k|  21.7 |  43M|  83 |   - | 771 |  17k| 771 | 273 |  72 | 654k|  40k| 3.000000e+00 |      --      |    Inf 
1090.20/1090.22	c  1090s|740000 |  5013 | 16038k|  21.7 |  42M|  83 |  24 | 771 |  15k| 771 | 273 |  72 | 663k|  41k| 3.000000e+00 |      --      |    Inf 
1104.09/1104.13	c  1104s|750000 |  4974 | 16254k|  21.7 |  43M|  83 |  16 | 771 |  17k| 771 | 273 |  72 | 671k|  41k| 3.000000e+00 |      --      |    Inf 
1119.39/1119.43	c  1119s|760000 |  4957 | 16483k|  21.7 |  42M|  83 |  31 | 771 |  15k| 771 | 273 |  72 | 681k|  41k| 3.000000e+00 |      --      |    Inf 
1135.50/1135.58	c  1136s|770000 |  4978 | 16707k|  21.7 |  42M|  83 |   - | 771 |  15k|   0 |   0 |  72 | 691k|  42k| 3.000000e+00 |      --      |    Inf 
1149.59/1149.63	c  1150s|780000 |  4848 | 16916k|  21.7 |  41M|  83 |  32 | 771 |  14k| 771 | 273 |  72 | 701k|  42k| 3.000000e+00 |      --      |    Inf 
1162.99/1163.06	c  1163s|790000 |  4869 | 17118k|  21.7 |  41M|  83 |  32 | 771 |  15k| 771 | 273 |  72 | 710k|  42k| 3.000000e+00 |      --      |    Inf 
1177.69/1177.79	c  1178s|800000 |  4928 | 17315k|  21.6 |  42M|  83 |   - | 771 |  15k| 771 | 273 |  72 | 721k|  42k| 3.000000e+00 |      --      |    Inf 
1191.69/1191.76	c  1192s|810000 |  4872 | 17516k|  21.6 |  42M|  83 |  39 | 771 |  14k| 771 | 273 |  72 | 731k|  42k| 3.000000e+00 |      --      |    Inf 
1204.70/1204.79	c  1205s|820000 |  4973 | 17699k|  21.6 |  43M|  83 |  34 | 771 |  16k| 771 | 273 |  72 | 741k|  42k| 3.000000e+00 |      --      |    Inf 
1221.79/1221.88	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1221.79/1221.88	c  1222s|830000 |  5265 | 17926k|  21.6 |  45M|  83 |   - | 771 |  17k|   0 |   0 |  72 | 753k|  43k| 3.000000e+00 |      --      |    Inf 
1236.89/1236.93	c  1237s|840000 |  5161 | 18139k|  21.6 |  44M|  83 |   - | 771 |  14k|   0 |   0 |  72 | 763k|  43k| 3.000000e+00 |      --      |    Inf 
1251.50/1251.50	c  1251s|850000 |  5062 | 18348k|  21.6 |  43M|  83 |  25 | 771 |  15k| 771 | 273 |  72 | 773k|  43k| 3.000000e+00 |      --      |    Inf 
1266.50/1266.51	c  1267s|860000 |  5042 | 18562k|  21.6 |  43M|  83 |   - | 771 |  15k|   0 |   0 |  72 | 782k|  44k| 3.000000e+00 |      --      |    Inf 
1277.39/1277.45	c  1277s|870000 |  5113 | 18709k|  21.5 |  44M|  83 |   - | 771 |  16k| 771 | 273 |  72 | 790k|  44k| 3.000000e+00 |      --      |    Inf 
1287.20/1287.21	c  1287s|880000 |  5158 | 18836k|  21.4 |  45M|  83 |   - | 771 |  18k|   0 |   0 |  72 | 797k|  45k| 3.000000e+00 |      --      |    Inf 
1297.90/1298.01	c  1298s|890000 |  5227 | 18982k|  21.3 |  46M|  83 |   - | 771 |  17k| 771 | 273 |  72 | 804k|  45k| 3.000000e+00 |      --      |    Inf 
1308.60/1308.67	c  1309s|900000 |  5237 | 19131k|  21.3 |  46M|  83 |  13 | 771 |  18k| 771 | 273 |  72 | 812k|  45k| 3.000000e+00 |      --      |    Inf 
1318.39/1318.41	c  1318s|910000 |  5178 | 19257k|  21.2 |  46M|  83 |  14 | 771 |  17k| 771 | 273 |  72 | 819k|  46k| 3.000000e+00 |      --      |    Inf 
1327.00/1327.08	c  1327s|920000 |  5161 | 19366k|  21.1 |  45M|  83 |   - | 771 |  17k| 771 | 273 |  72 | 825k|  46k| 3.000000e+00 |      --      |    Inf 
1337.50/1337.59	c  1338s|930000 |  5221 | 19514k|  21.0 |  45M|  83 |  28 | 771 |  17k| 771 | 273 |  72 | 832k|  46k| 3.000000e+00 |      --      |    Inf 
1349.10/1349.18	c  1349s|940000 |  5234 | 19680k|  20.9 |  45M|  83 |  20 | 771 |  16k| 771 | 273 |  72 | 839k|  46k| 3.000000e+00 |      --      |    Inf 
1358.70/1358.71	c  1359s|950000 |  5242 | 19790k|  20.8 |  47M|  83 |   - | 771 |  19k|   0 |   0 |  72 | 849k|  46k| 3.000000e+00 |      --      |    Inf 
1369.90/1369.98	c  1370s|960000 |  5387 | 19934k|  20.8 |  47M|  83 |  34 | 771 |  19k| 771 | 273 |  72 | 856k|  47k| 3.000000e+00 |      --      |    Inf 
1382.20/1382.28	c  1382s|970000 |  5412 | 20107k|  20.7 |  48M|  83 |  23 | 771 |  20k| 771 | 273 |  72 | 863k|  47k| 3.000000e+00 |      --      |    Inf 
1395.60/1395.65	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1395.60/1395.65	c  1396s|980000 |  5447 | 20295k|  20.7 |  47M|  83 |   - | 771 |  19k| 771 | 273 |  72 | 871k|  48k| 3.000000e+00 |      --      |    Inf 
1408.30/1408.31	c  1408s|990000 |  5431 | 20492k|  20.7 |  47M|  83 |   - | 771 |  17k| 771 | 273 |  72 | 878k|  48k| 3.000000e+00 |      --      |    Inf 
1419.19/1419.27	c  1419s|  1000k|  5499 | 20649k|  20.6 |  48M|  83 |  24 | 771 |  18k| 771 | 273 |  72 | 884k|  48k| 3.000000e+00 |      --      |    Inf 
1429.50/1429.54	c  1430s|  1010k|  5484 | 20799k|  20.6 |  48M|  83 |   - | 771 |  19k| 771 | 273 |  72 | 890k|  49k| 3.000000e+00 |      --      |    Inf 
1444.21/1444.22	c  1444s|  1020k|  5369 | 21016k|  20.6 |  46M|  83 |  16 | 771 |  16k| 771 | 273 |  72 | 896k|  49k| 3.000000e+00 |      --      |    Inf 
1453.40/1453.44	c  1453s|  1030k|  5447 | 21128k|  20.5 |  48M|  83 |   - | 771 |  19k|   0 |   0 |  72 | 904k|  50k| 3.000000e+00 |      --      |    Inf 
1464.30/1464.30	c  1464s|  1040k|  5374 | 21272k|  20.5 |  48M|  83 |  16 | 771 |  19k| 771 | 273 |  72 | 911k|  50k| 3.000000e+00 |      --      |    Inf 
1476.10/1476.17	c  1476s|  1050k|  5467 | 21439k|  20.4 |  47M|  83 |  21 | 771 |  17k| 771 | 273 |  72 | 918k|  50k| 3.000000e+00 |      --      |    Inf 
1486.40/1486.49	c  1486s|  1060k|  5562 | 21583k|  20.4 |  48M|  83 |  29 | 771 |  19k| 771 | 273 |  72 | 924k|  50k| 3.000000e+00 |      --      |    Inf 
1498.80/1498.81	c  1499s|  1070k|  5459 | 21752k|  20.3 |  48M|  83 |  33 | 771 |  19k| 771 | 273 |  72 | 932k|  50k| 3.000000e+00 |      --      |    Inf 
1512.00/1512.00	c  1512s|  1080k|  5431 | 21950k|  20.3 |  48M|  83 |   - | 771 |  19k| 771 | 273 |  72 | 939k|  51k| 3.000000e+00 |      --      |    Inf 
1523.81/1523.85	c  1524s|  1090k|  5402 | 22119k|  20.3 |  48M|  83 |   - | 771 |  20k| 771 | 273 |  72 | 946k|  51k| 3.000000e+00 |      --      |    Inf 
1537.91/1537.91	c  1538s|  1100k|  5356 | 22323k|  20.3 |  47M|  83 |  22 | 771 |  17k| 771 | 273 |  72 | 954k|  51k| 3.000000e+00 |      --      |    Inf 
1548.41/1548.41	c  1548s|  1110k|  5387 | 22465k|  20.2 |  47M|  83 |   - | 771 |  18k| 771 | 273 |  72 | 961k|  52k| 3.000000e+00 |      --      |    Inf 
1558.90/1558.94	c  1559s|  1120k|  5497 | 22597k|  20.2 |  48M|  83 |   - | 771 |  19k| 771 | 273 |  72 | 969k|  52k| 3.000000e+00 |      --      |    Inf 
1570.21/1570.25	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1570.21/1570.25	c  1570s|  1130k|  5458 | 22746k|  20.1 |  48M|  83 |   - | 771 |  19k| 771 | 273 |  72 | 977k|  52k| 3.000000e+00 |      --      |    Inf 
1580.31/1580.32	c  1580s|  1140k|  5458 | 22877k|  20.1 |  49M|  83 |   - | 771 |  20k| 771 | 273 |  72 | 985k|  52k| 3.000000e+00 |      --      |    Inf 
1594.80/1594.88	c  1595s|  1150k|  5439 | 23079k|  20.1 |  48M|  83 |  18 | 771 |  19k| 771 | 273 |  72 | 992k|  52k| 3.000000e+00 |      --      |    Inf 
1606.91/1606.99	c  1607s|  1160k|  5397 | 23251k|  20.0 |  48M|  83 |  13 | 771 |  20k| 771 | 273 |  72 | 999k|  52k| 3.000000e+00 |      --      |    Inf 
1621.31/1621.32	c  1621s|  1170k|  5326 | 23462k|  20.1 |  47M|  83 |   - | 771 |  17k| 771 | 273 |  72 |1008k|  53k| 3.000000e+00 |      --      |    Inf 
1635.81/1635.88	c  1636s|  1180k|  5238 | 23662k|  20.1 |  47M|  83 |   - | 771 |  17k| 771 | 273 |  72 |1018k|  53k| 3.000000e+00 |      --      |    Inf 
1652.01/1652.06	c  1652s|  1190k|  5186 | 23880k|  20.1 |  46M|  83 |   - | 771 |  16k| 771 | 273 |  72 |1028k|  53k| 3.000000e+00 |      --      |    Inf 
1666.11/1666.11	c  1666s|  1200k|  5131 | 24088k|  20.1 |  47M|  83 |  30 | 771 |  17k| 771 | 273 |  72 |1038k|  53k| 3.000000e+00 |      --      |    Inf 
1681.10/1681.15	c  1681s|  1210k|  5116 | 24308k|  20.1 |  46M|  83 |   6 | 771 |  16k| 771 | 273 |  72 |1046k|  54k| 3.000000e+00 |      --      |    Inf 
1693.51/1693.51	c  1694s|  1220k|  5127 | 24481k|  20.1 |  47M|  83 |   - | 771 |  18k|   0 |   0 |  72 |1054k|  54k| 3.000000e+00 |      --      |    Inf 
1703.40/1703.41	c  1703s|  1230k|  5140 | 24622k|  20.0 |  47M|  83 |   - | 771 |  19k|   0 |   0 |  72 |1060k|  54k| 3.000000e+00 |      --      |    Inf 
1714.21/1714.20	c  1714s|  1240k|  5112 | 24780k|  20.0 |  47M|  83 |   - | 771 |  19k| 771 | 273 |  72 |1067k|  54k| 3.000000e+00 |      --      |    Inf 
1726.71/1726.73	c  1727s|  1250k|  5049 | 24944k|  20.0 |  45M|  83 |   - | 771 |  15k|   0 |   0 |  72 |1076k|  54k| 3.000000e+00 |      --      |    Inf 
1741.20/1741.29	c  1741s|  1260k|  5001 | 25144k|  20.0 |  46M|  83 |   - | 771 |  17k| 771 | 273 |  72 |1087k|  55k| 3.000000e+00 |      --      |    Inf 
1752.41/1752.45	c  1752s|  1270k|  5160 | 25304k|  19.9 |  47M|  83 |   - | 771 |  18k| 771 | 273 |  72 |1094k|  55k| 3.000000e+00 |      --      |    Inf 
1764.31/1764.33	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1764.31/1764.33	c  1764s|  1280k|  5196 | 25475k|  19.9 |  47M|  83 |   - | 771 |  18k| 771 | 273 |  72 |1102k|  55k| 3.000000e+00 |      --      |    Inf 
1775.43/1775.43	c  1775s|  1290k|  5076 | 25635k|  19.9 |  47M|  83 |   - | 771 |  19k| 771 | 273 |  72 |1109k|  55k| 3.000000e+00 |      --      |    Inf 
1788.11/1788.10	c  1788s|  1300k|  4985 | 25813k|  19.9 |  46M|  83 |   - | 771 |  17k|   0 |   0 |  72 |1116k|  56k| 3.000000e+00 |      --      |    Inf 
1800.01/1800.00	c 
1800.01/1800.00	c SCIP Status        : solving was interrupted [time limit reached]
1800.01/1800.00	c Solving Time (sec) : 1800.00
1800.01/1800.00	c Solving Nodes      : 1308726
1800.01/1800.00	c Primal Bound       : +1.00000000000000e+20 (0 solutions)
1800.01/1800.00	c Dual Bound         : +3.00000000000000e+00
1800.01/1800.00	c Gap                : infinite
1800.01/1800.00	s UNKNOWN
1800.01/1800.00	c SCIP Status        : solving was interrupted [time limit reached]
1800.01/1800.00	c Total Time         :    1800.00
1800.01/1800.00	c   solving          :    1800.00
1800.01/1800.00	c   presolving       :       0.03 (included in solving)
1800.01/1800.00	c   reading          :       0.01 (included in solving)
1800.01/1800.00	c Original Problem   :
1800.01/1800.00	c   Problem name     : HOME/instance-3450251-1307115035.opb
1800.01/1800.00	c   Variables        : 774 (774 binary, 0 integer, 0 implicit integer, 0 continuous)
1800.01/1800.00	c   Constraints      : 994 initial, 994 maximal
1800.01/1800.00	c Presolved Problem  :
1800.01/1800.00	c   Problem name     : t_HOME/instance-3450251-1307115035.opb
1800.01/1800.00	c   Variables        : 771 (771 binary, 0 integer, 0 implicit integer, 0 continuous)
1800.01/1800.00	c   Constraints      : 222 initial, 22996 maximal
1800.01/1800.00	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons    AddCons   ChgSides   ChgCoefs
1800.01/1800.00	c   trivial          :       0.00          0          0          0          0          0          0          0          0          0
1800.01/1800.00	c   dualfix          :       0.00          0          0          0          0          0          0          0          0          0
1800.01/1800.00	c   boundshift       :       0.00          0          0          0          0          0          0          0          0          0
1800.01/1800.00	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0          0
1800.01/1800.00	c   pseudoobj        :       0.00          0          0          0          0          0          0          0          0          0
1800.01/1800.00	c   implics          :       0.00          0          0          0          0          0          0          0          0          0
1800.01/1800.00	c   probing          :       0.01          0          0          0          0          0          0          0          0          0
1800.01/1800.00	c   knapsack         :       0.01          0          0          0          0          0          0          0          0          0
1800.01/1800.00	c   setppc           :       0.00          0          0          0          0          0          0          0          0          0
1800.01/1800.00	c   linear           :       0.01          3          0          0          3          0        772          0          0          0
1800.01/1800.00	c   logicor          :       0.00          0          0          0          0          0          0          0          0          0
1800.01/1800.00	c   root node        :          -          0          -          -          0          -          -          -          -          -
1800.01/1800.00	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS     #Check   #Resprop    Cutoffs    DomReds       Cuts      Conss   Children
1800.01/1800.00	c   integral         :          0          0          0     713077          0          4          0        258      30033          0          0    1394076
1800.01/1800.00	c   knapsack         :        192          6    4567299          0          0          3   21439347     108533   44507180       1191          0          0
1800.01/1800.00	c   setppc           :         30          6    4458766          0          0          2    7919549      92275    7082755          0          0          0
1800.01/1800.00	c   linear           :          0+         6      10094          0          0          0          0          0          0          0          0          0
1800.01/1800.00	c   logicor          :          0+         6    2038103          0          0          0    5480413      50538    1434486          0          0          0
1800.01/1800.00	c   countsols        :          0          0          0          0          0          0          0          0          0          0          0          0
1800.01/1800.00	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS      Check    Resprop
1800.01/1800.00	c   integral         :      84.98       0.00       0.00      84.98       0.00       0.00       0.00
1800.01/1800.00	c   knapsack         :      74.78       0.01      66.38       0.00       0.00       0.00       8.39
1800.01/1800.00	c   setppc           :      22.01       0.00      19.40       0.00       0.00       0.00       2.61
1800.01/1800.00	c   linear           :       0.02       0.00       0.02       0.00       0.00       0.00       0.00
1800.01/1800.00	c   logicor          :      97.64       0.00      92.68       0.00       0.00       0.00       4.96
1800.01/1800.00	c   countsols        :       0.00       0.00       0.00       0.00       0.00       0.00       0.00
1800.01/1800.00	c Propagators        : #Propagate   #Resprop    Cutoffs    DomReds
1800.01/1800.00	c   vbounds          :          0          0          0          0
1800.01/1800.00	c   rootredcost      :          0          0          0          0
1800.01/1800.00	c   pseudoobj        :          0          0          0          0
1800.01/1800.00	c Propagator Timings :  TotalTime  Propagate    Resprop
1800.01/1800.00	c   vbounds          :       0.63       0.63       0.00
1800.01/1800.00	c   rootredcost      :       0.72       0.72       0.00
1800.01/1800.00	c   pseudoobj        :       0.45       0.45       0.00
1800.01/1800.00	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1800.01/1800.00	c   propagation      :      15.63     231494     230992    1800720       44.9       8393       33.6          -
1800.01/1800.00	c   infeasible LP    :      70.99     420055     238381    2709970       65.8       3561       38.1          0
1800.01/1800.00	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1800.01/1800.00	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1800.01/1800.00	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1800.01/1800.00	c   applied globally :          -          -          -    1123933       35.4          -          -          -
1800.01/1800.00	c   applied locally  :          -          -          -        143      107.5          -          -          -
1800.01/1800.00	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1800.01/1800.00	c   cut pool         :       0.00          5          -          -        462          -    (maximal pool size: 878)
1800.01/1800.00	c   redcost          :       7.70     712441          0          0          0          0
1800.01/1800.00	c   impliedbounds    :       0.00          6          0          0          0          0
1800.01/1800.00	c   intobj           :       0.00          0          0          0          0          0
1800.01/1800.00	c   gomory           :       0.08          6          0          0         16          0
1800.01/1800.00	c   cgmip            :       0.00          0          0          0          0          0
1800.01/1800.00	c   closecuts        :       0.00          0          0          0          0          0
1800.01/1800.00	c   strongcg         :       0.07          6          0          0         15          0
1800.01/1800.00	c   cmir             :       0.09          6          0          0        759          0
1800.01/1800.00	c   flowcover        :       0.11          6          0          0       1166          0
1800.01/1800.00	c   clique           :       0.00          6          0          0          1          0
1800.01/1800.00	c   zerohalf         :       0.00          0          0          0          0          0
1800.01/1800.00	c   mcf              :       0.00          1          0          0          0          0
1800.01/1800.00	c   oddcycle         :       0.00          0          0          0          0          0
1800.01/1800.00	c   rapidlearning    :       0.04          1          0          0          0         43
1800.01/1800.00	c Pricers            :       Time      Calls       Vars
1800.01/1800.00	c   problem variables:       0.00          0          0
1800.01/1800.00	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1800.01/1800.00	c   relpscost        :      84.53     713077        258      30033          0          0    1394076
1800.01/1800.00	c   pscost           :       0.00          0          0          0          0          0          0
1800.01/1800.00	c   inference        :       0.00          0          0          0          0          0          0
1800.01/1800.00	c   mostinf          :       0.00          0          0          0          0          0          0
1800.01/1800.00	c   leastinf         :       0.00          0          0          0          0          0          0
1800.01/1800.00	c   fullstrong       :       0.00          0          0          0          0          0          0
1800.01/1800.00	c   allfullstrong    :       0.00          0          0          0          0          0          0
1800.01/1800.00	c   random           :       0.00          0          0          0          0          0          0
1800.01/1800.00	c Primal Heuristics  :       Time      Calls      Found
1800.01/1800.00	c   LP solutions     :       0.00          -          0
1800.01/1800.00	c   pseudo solutions :       0.00          -          0
1800.01/1800.00	c   oneopt           :       0.38          0          0
1800.01/1800.00	c   crossover        :       0.27          0          0
1800.01/1800.00	c   guideddiving     :       0.04          0          0
1800.01/1800.00	c   intshifting      :       0.02          0          0
1800.01/1800.00	c   linesearchdiving :       0.08         16          0
1800.01/1800.00	c   feaspump         :       0.10          8          0
1800.01/1800.00	c   coefdiving       :       0.16         17          0
1800.01/1800.00	c   pscostdiving     :       0.09         17          0
1800.01/1800.00	c   fracdiving       :       0.12         17          0
1800.01/1800.00	c   veclendiving     :       0.07         17          0
1800.01/1800.00	c   rootsoldiving    :       0.07          9          0
1800.01/1800.00	c   objpscostdiving  :       0.05          9          0
1800.01/1800.00	c   trivial          :       0.00          2          0
1800.01/1800.00	c   shiftandpropagate:       0.00          1          0
1800.01/1800.00	c   simplerounding   :       0.14          0          0
1800.01/1800.00	c   zirounding       :       8.49          0          0
1800.01/1800.00	c   rounding         :       0.61      11900          0
1800.01/1800.00	c   shifting         :       2.21       3768          0
1800.01/1800.00	c   twoopt           :       0.00          0          0
1800.01/1800.00	c   fixandinfer      :       0.00          0          0
1800.01/1800.00	c   clique           :       0.00          0          0
1800.01/1800.00	c   intdiving        :       0.00          0          0
1800.01/1800.00	c   actconsdiving    :       0.00          0          0
1800.01/1800.00	c   octane           :       0.00          0          0
1800.01/1800.00	c   rens             :       0.04          1          0
1800.01/1800.00	c   rins             :       0.00          0          0
1800.01/1800.00	c   localbranching   :       0.00          0          0
1800.01/1800.00	c   mutation         :       0.00          0          0
1800.01/1800.00	c   dins             :       0.00          0          0
1800.01/1800.00	c   vbounds          :       0.00          0          0
1800.01/1800.00	c   undercover       :       0.00          0          0
1800.01/1800.00	c   subnlp           :       0.19          0          0
1800.01/1800.00	c   trysol           :       0.24          0          0
1800.01/1800.00	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1800.01/1800.00	c   primal LP        :       0.00          0          0       0.00          -
1800.01/1800.00	c   dual LP          :    1187.05    1127246   25983711      23.05   21889.38
1800.01/1800.00	c   lex dual LP      :       0.00          0          0       0.00          -
1800.01/1800.00	c   barrier LP       :       0.00          0          0       0.00          -
1800.01/1800.00	c   diving/probing LP:       0.39        796       7610       9.56   19621.75
1800.01/1800.00	c   strong branching :      76.64      56274    1466861      26.07   19139.21
1800.01/1800.00	c     (at root node) :          -         16       2445     152.81          -
1800.01/1800.00	c   conflict analysis:       0.00          0          0       0.00          -
1800.01/1800.00	c B&B Tree           :
1800.01/1800.00	c   number of runs   :          1
1800.01/1800.00	c   nodes            :    1308726
1800.01/1800.00	c   nodes (total)    :    1308726
1800.01/1800.00	c   nodes left       :       5068
1800.01/1800.00	c   max depth        :         83
1800.01/1800.00	c   max depth (total):         83
1800.01/1800.00	c   backtracks       :     256529 (19.6%)
1800.01/1800.00	c   delayed cutoffs  :      80283
1800.01/1800.00	c   repropagations   :    1273026 (10735212 domain reductions, 59734 cutoffs)
1800.01/1800.00	c   avg switch length:       4.29
1800.01/1800.00	c   switching time   :     136.22
1800.01/1800.00	c Solution           :
1800.01/1800.00	c   Solutions found  :          0 (0 improvements)
1800.01/1800.00	c   Primal Bound     :          -
1800.01/1800.00	c   Dual Bound       : +3.00000000000000e+00
1800.01/1800.00	c   Gap              :   infinite
1800.01/1800.00	c   Root Dual Bound  : +3.00000000000000e+00
1800.01/1800.00	c   Root Iterations  :        615

Verifier Data

ERROR: no interpretation found !

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-3450251-1307115035/watcher-3450251-1307115035 -o /tmp/evaluation-result-3450251-1307115035/solver-3450251-1307115035 -C 1800 -W 1900 -M 15500 HOME/scip-2.0.1.4b.linux.x86_64.gnu.opt.spx -f HOME/instance-3450251-1307115035.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.09 2.05 1.98 2/511 442
/proc/meminfo: memFree=16637724/32951124 swapFree=67111204/67111528
[pid=442] ppid=440 vsize=9176 CPUtime=0 cores=0,2,4,6
/proc/442/stat : 442 (scip-2.0.1.4b.l) R 440 442 30576 0 -1 4202496 1306 0 0 0 0 0 0 0 25 0 1 0 803919591 9396224 1259 33554432000 4194304 9163163 140737355855168 18446744073709551615 4339104 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/442/statm: 2294 1269 233 1214 0 1076 0

[startup+0.0908781 s]
/proc/loadavg: 2.09 2.05 1.98 2/511 442
/proc/meminfo: memFree=16637724/32951124 swapFree=67111204/67111528
[pid=442] ppid=440 vsize=25356 CPUtime=0.08 cores=0,2,4,6
/proc/442/stat : 442 (scip-2.0.1.4b.l) R 440 442 30576 0 -1 4202496 5655 0 0 0 8 0 0 0 18 0 1 0 803919591 25964544 5318 33554432000 4194304 9163163 140737355855168 18446744073709551615 6269160 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/442/statm: 6339 5318 689 1214 0 5121 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 25356

[startup+0.10088 s]
/proc/loadavg: 2.09 2.05 1.98 2/511 442
/proc/meminfo: memFree=16637724/32951124 swapFree=67111204/67111528
[pid=442] ppid=440 vsize=29540 CPUtime=0.09 cores=0,2,4,6
/proc/442/stat : 442 (scip-2.0.1.4b.l) R 440 442 30576 0 -1 4202496 6608 0 0 0 9 0 0 0 18 0 1 0 803919591 30248960 6272 33554432000 4194304 9163163 140737355855168 18446744073709551615 4339104 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/442/statm: 7385 6293 699 1214 0 6167 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 29540

[startup+0.300845 s]
/proc/loadavg: 2.09 2.05 1.98 2/511 442
/proc/meminfo: memFree=16637724/32951124 swapFree=67111204/67111528
[pid=442] ppid=440 vsize=40180 CPUtime=0.29 cores=0,2,4,6
/proc/442/stat : 442 (scip-2.0.1.4b.l) R 440 442 30576 0 -1 4202496 9829 0 0 0 28 1 0 0 18 0 1 0 803919591 41144320 8777 33554432000 4194304 9163163 140737355855168 18446744073709551615 6668677 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/442/statm: 10045 8777 721 1214 0 8827 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 40180

[startup+0.700773 s]
/proc/loadavg: 2.09 2.05 1.98 2/511 442
/proc/meminfo: memFree=16637724/32951124 swapFree=67111204/67111528
[pid=442] ppid=440 vsize=42792 CPUtime=0.69 cores=0,2,4,6
/proc/442/stat : 442 (scip-2.0.1.4b.l) R 440 442 30576 0 -1 4202496 10500 0 0 0 68 1 0 0 18 0 1 0 803919591 43819008 9446 33554432000 4194304 9163163 140737355855168 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/442/statm: 10698 9446 728 1214 0 9480 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 42792

[startup+1.50063 s]
/proc/loadavg: 2.09 2.05 1.98 3/512 443
/proc/meminfo: memFree=16601756/32951124 swapFree=67111204/67111528
[pid=442] ppid=440 vsize=42792 CPUtime=1.49 cores=0,2,4,6
/proc/442/stat : 442 (scip-2.0.1.4b.l) R 440 442 30576 0 -1 4202496 10500 0 0 0 146 3 0 0 19 0 1 0 803919591 43819008 9446 33554432000 4194304 9163163 140737355855168 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/442/statm: 10698 9446 728 1214 0 9480 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 42792

[startup+3.10035 s]
/proc/loadavg: 2.09 2.05 1.98 3/512 443
/proc/meminfo: memFree=16600640/32951124 swapFree=67111204/67111528
[pid=442] ppid=440 vsize=42792 CPUtime=3.09 cores=0,2,4,6
/proc/442/stat : 442 (scip-2.0.1.4b.l) R 440 442 30576 0 -1 4202496 10501 0 0 0 303 6 0 0 25 0 1 0 803919591 43819008 9447 33554432000 4194304 9163163 140737355855168 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/442/statm: 10698 9447 729 1214 0 9480 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 42792

[startup+6.30074 s]
/proc/loadavg: 2.08 2.05 1.98 3/512 443
/proc/meminfo: memFree=16600020/32951124 swapFree=67111204/67111528
[pid=442] ppid=440 vsize=42792 CPUtime=6.27 cores=0,2,4,6
/proc/442/stat : 442 (scip-2.0.1.4b.l) R 440 442 30576 0 -1 4202496 10501 0 0 0 614 13 0 0 25 0 1 0 803919591 43819008 9447 33554432000 4194304 9163163 140737355855168 18446744073709551615 7360960 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/442/statm: 10698 9447 729 1214 0 9480 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 42792

[startup+12.7007 s]
/proc/loadavg: 2.08 2.05 1.98 3/512 443
/proc/meminfo: memFree=16600544/32951124 swapFree=67111204/67111528
[pid=442] ppid=440 vsize=42792 CPUtime=12.67 cores=0,2,4,6
/proc/442/stat : 442 (scip-2.0.1.4b.l) R 440 442 30576 0 -1 4202496 10501 0 0 0 1241 26 0 0 25 0 1 0 803919591 43819008 9447 33554432000 4194304 9163163 140737355855168 18446744073709551615 6504665 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/442/statm: 10698 9447 729 1214 0 9480 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 42792

[startup+25.5004 s]
/proc/loadavg: 2.13 2.06 1.99 3/512 443
/proc/meminfo: memFree=16599420/32951124 swapFree=67111204/67111528
[pid=442] ppid=440 vsize=42792 CPUtime=25.47 cores=0,2,4,6
/proc/442/stat : 442 (scip-2.0.1.4b.l) R 440 442 30576 0 -1 4202496 10572 0 0 0 2497 50 0 0 25 0 1 0 803919591 43819008 9518 33554432000 4194304 9163163 140737355855168 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/442/statm: 10698 9518 729 1214 0 9480 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 42792

[startup+51.1009 s]
/proc/loadavg: 2.09 2.05 1.99 3/512 444
/proc/meminfo: memFree=16597256/32951124 swapFree=67111204/67111528
[pid=442] ppid=440 vsize=42792 CPUtime=51.07 cores=0,2,4,6
/proc/442/stat : 442 (scip-2.0.1.4b.l) R 440 442 30576 0 -1 4202496 10574 0 0 0 5009 98 0 0 25 0 1 0 803919591 43819008 9520 33554432000 4194304 9163163 140737355855168 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/442/statm: 10698 9520 731 1214 0 9480 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 42792

[startup+102.319 s]
/proc/loadavg: 2.04 2.04 1.99 3/512 446
/proc/meminfo: memFree=16592664/32951124 swapFree=67111204/67111528
[pid=442] ppid=440 vsize=45316 CPUtime=102.29 cores=0,2,4,6
/proc/442/stat : 442 (scip-2.0.1.4b.l) R 440 442 30576 0 -1 4202496 11439 0 0 0 10047 182 0 0 25 0 1 0 803919591 46403584 10385 33554432000 4194304 9163163 140737355855168 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/442/statm: 11329 10385 731 1214 0 10111 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 45316

[startup+162.3 s]
/proc/loadavg: 2.01 2.03 1.99 3/512 447
/proc/meminfo: memFree=16591116/32951124 swapFree=67111204/67111528
[pid=442] ppid=440 vsize=47644 CPUtime=162.27 cores=0,2,4,6
/proc/442/stat : 442 (scip-2.0.1.4b.l) R 440 442 30576 0 -1 4202496 12020 0 0 0 15942 285 0 0 25 0 1 0 803919591 48787456 10966 33554432000 4194304 9163163 140737355855168 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/442/statm: 11911 10966 731 1214 0 10693 0
Current children cumulated CPU time (s) 162.27
Current children cumulated vsize (KiB) 47644

[startup+222.301 s]
/proc/loadavg: 2.00 2.02 1.99 3/512 449
/proc/meminfo: memFree=16586736/32951124 swapFree=67111204/67111528
[pid=442] ppid=440 vsize=52024 CPUtime=222.28 cores=0,2,4,6
/proc/442/stat : 442 (scip-2.0.1.4b.l) R 440 442 30576 0 -1 4202496 13107 0 0 0 21833 395 0 0 25 0 1 0 803919591 53272576 12053 33554432000 4194304 9163163 140737355855168 18446744073709551615 5073640 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/442/statm: 13006 12053 731 1214 0 11788 0
Current children cumulated CPU time (s) 222.28
Current children cumulated vsize (KiB) 52024

[startup+282.3 s]
/proc/loadavg: 2.00 2.02 1.99 3/512 450
/proc/meminfo: memFree=16584308/32951124 swapFree=67111204/67111528
[pid=442] ppid=440 vsize=55416 CPUtime=282.27 cores=0,2,4,6
/proc/442/stat : 442 (scip-2.0.1.4b.l) R 440 442 30576 0 -1 4202496 13968 0 0 0 27732 495 0 0 25 0 1 0 803919591 56745984 12914 33554432000 4194304 9163163 140737355855168 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/442/statm: 13854 12914 731 1214 0 12636 0
Current children cumulated CPU time (s) 282.27
Current children cumulated vsize (KiB) 55416

[startup+342.301 s]
/proc/loadavg: 2.00 2.01 1.99 3/512 452
/proc/meminfo: memFree=16583872/32951124 swapFree=67111204/67111528
[pid=442] ppid=440 vsize=57156 CPUtime=342.27 cores=0,2,4,6
/proc/442/stat : 442 (scip-2.0.1.4b.l) R 440 442 30576 0 -1 4202496 14389 0 0 0 33634 593 0 0 25 0 1 0 803919591 58527744 13335 33554432000 4194304 9163163 140737355855168 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/442/statm: 14289 13335 731 1214 0 13071 0
Current children cumulated CPU time (s) 342.27
Current children cumulated vsize (KiB) 57156

[startup+402.3 s]
/proc/loadavg: 2.00 2.01 1.99 3/512 453
/proc/meminfo: memFree=16579720/32951124 swapFree=67111204/67111528
[pid=442] ppid=440 vsize=60064 CPUtime=402.28 cores=0,2,4,6
/proc/442/stat : 442 (scip-2.0.1.4b.l) R 440 442 30576 0 -1 4202496 15126 0 0 0 39537 691 0 0 25 0 1 0 803919591 61505536 14072 33554432000 4194304 9163163 140737355855168 18446744073709551615 7238320 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/442/statm: 15016 14072 731 1214 0 13798 0
Current children cumulated CPU time (s) 402.28
Current children cumulated vsize (KiB) 60064

[startup+462.301 s]
/proc/loadavg: 2.00 2.00 1.99 3/512 456
/proc/meminfo: memFree=16576316/32951124 swapFree=67111204/67111528
[pid=442] ppid=440 vsize=63896 CPUtime=462.28 cores=0,2,4,6
/proc/442/stat : 442 (scip-2.0.1.4b.l) R 440 442 30576 0 -1 4202496 16058 0 0 0 45434 794 0 0 25 0 1 0 803919591 65429504 15004 33554432000 4194304 9163163 140737355855168 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/442/statm: 15974 15004 731 1214 0 14756 0
Current children cumulated CPU time (s) 462.28
Current children cumulated vsize (KiB) 63896

[startup+522.301 s]
/proc/loadavg: 2.09 2.03 2.00 3/512 458
/proc/meminfo: memFree=16575408/32951124 swapFree=67111204/67111528
[pid=442] ppid=440 vsize=65772 CPUtime=522.28 cores=0,2,4,6
/proc/442/stat : 442 (scip-2.0.1.4b.l) R 440 442 30576 0 -1 4202496 16580 0 0 0 51327 901 0 0 25 0 1 0 803919591 67350528 15526 33554432000 4194304 9163163 140737355855168 18446744073709551615 6499441 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/442/statm: 16443 15526 731 1214 0 15225 0
Current children cumulated CPU time (s) 522.28
Current children cumulated vsize (KiB) 65772

[startup+582.301 s]
/proc/loadavg: 2.21 2.08 2.02 3/512 467
/proc/meminfo: memFree=16573388/32951124 swapFree=67111204/67111528
[pid=442] ppid=440 vsize=68152 CPUtime=582.28 cores=0,2,4,6
/proc/442/stat : 442 (scip-2.0.1.4b.l) R 440 442 30576 0 -1 4202496 17096 0 0 0 57221 1007 0 0 25 0 1 0 803919591 69787648 16042 33554432000 4194304 9163163 140737355855168 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/442/statm: 17038 16042 731 1214 0 15820 0
Current children cumulated CPU time (s) 582.28
Current children cumulated vsize (KiB) 68152

[startup+642.301 s]

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

[startup+822.3 s]
/proc/loadavg: 2.00 2.03 2.00 3/512 478
/proc/meminfo: memFree=16564816/32951124 swapFree=67111204/67111528
[pid=442] ppid=440 vsize=77136 CPUtime=822.29 cores=0,2,4,6
/proc/442/stat : 442 (scip-2.0.1.4b.l) R 440 442 30576 0 -1 4202496 19415 0 0 0 80820 1409 0 0 25 0 1 0 803919591 78987264 18361 33554432000 4194304 9163163 140737355855168 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/442/statm: 19284 18361 731 1214 0 18066 0
Current children cumulated CPU time (s) 822.29
Current children cumulated vsize (KiB) 77136

[startup+882.301 s]
/proc/loadavg: 2.00 2.02 2.00 3/512 479
/proc/meminfo: memFree=16554852/32951124 swapFree=67111204/67111528
[pid=442] ppid=440 vsize=84948 CPUtime=882.29 cores=0,2,4,6
/proc/442/stat : 442 (scip-2.0.1.4b.l) R 440 442 30576 0 -1 4202496 21335 0 0 0 86724 1505 0 0 25 0 1 0 803919591 86986752 20281 33554432000 4194304 9163163 140737355855168 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/442/statm: 21237 20281 731 1214 0 20019 0
Current children cumulated CPU time (s) 882.29
Current children cumulated vsize (KiB) 84948

[startup+942.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/512 481
/proc/meminfo: memFree=16550944/32951124 swapFree=67111204/67111528
[pid=442] ppid=440 vsize=88640 CPUtime=942.29 cores=0,2,4,6
/proc/442/stat : 442 (scip-2.0.1.4b.l) R 440 442 30576 0 -1 4202496 22254 0 0 0 92623 1606 0 0 25 0 1 0 803919591 90767360 21200 33554432000 4194304 9163163 140737355855168 18446744073709551615 5275439 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/442/statm: 22160 21200 731 1214 0 20942 0
Current children cumulated CPU time (s) 942.29
Current children cumulated vsize (KiB) 88640

[startup+1002.3 s]
/proc/loadavg: 1.95 2.00 1.99 3/512 511
/proc/meminfo: memFree=16305508/32951124 swapFree=67111204/67111528
[pid=442] ppid=440 vsize=92176 CPUtime=1002.29 cores=0,2,4,6
/proc/442/stat : 442 (scip-2.0.1.4b.l) R 440 442 30576 0 -1 4202496 23111 0 0 0 98530 1699 0 0 25 0 1 0 803919591 94388224 22057 33554432000 4194304 9163163 140737355855168 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/442/statm: 23044 22057 731 1214 0 21826 0
Current children cumulated CPU time (s) 1002.29
Current children cumulated vsize (KiB) 92176

[startup+1062.3 s]
/proc/loadavg: 2.10 2.03 2.00 3/512 512
/proc/meminfo: memFree=16295200/32951124 swapFree=67111204/67111528
[pid=442] ppid=440 vsize=92556 CPUtime=1062.29 cores=0,2,4,6
/proc/442/stat : 442 (scip-2.0.1.4b.l) R 440 442 30576 0 -1 4202496 23256 0 0 0 104439 1790 0 0 25 0 1 0 803919591 94777344 22202 33554432000 4194304 9163163 140737355855168 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/442/statm: 23139 22202 731 1214 0 21921 0
Current children cumulated CPU time (s) 1062.29
Current children cumulated vsize (KiB) 92556

[startup+1122.3 s]
/proc/loadavg: 2.09 2.04 2.00 3/512 514
/proc/meminfo: memFree=16295908/32951124 swapFree=67111204/67111528
[pid=442] ppid=440 vsize=93664 CPUtime=1122.3 cores=0,2,4,6
/proc/442/stat : 442 (scip-2.0.1.4b.l) R 440 442 30576 0 -1 4202496 23531 0 0 0 110348 1882 0 0 25 0 1 0 803919591 95911936 22477 33554432000 4194304 9163163 140737355855168 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/442/statm: 23416 22477 731 1214 0 22198 0
Current children cumulated CPU time (s) 1122.3
Current children cumulated vsize (KiB) 93664

[startup+1182.3 s]
/proc/loadavg: 2.03 2.03 2.00 3/512 515
/proc/meminfo: memFree=16286320/32951124 swapFree=67111204/67111528
[pid=442] ppid=440 vsize=94196 CPUtime=1182.29 cores=0,2,4,6
/proc/442/stat : 442 (scip-2.0.1.4b.l) R 440 442 30576 0 -1 4202496 23656 0 0 0 116254 1975 0 0 25 0 1 0 803919591 96456704 22602 33554432000 4194304 9163163 140737355855168 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/442/statm: 23549 22602 731 1214 0 22331 0
Current children cumulated CPU time (s) 1182.29
Current children cumulated vsize (KiB) 94196

[startup+1242.3 s]
/proc/loadavg: 2.01 2.02 2.00 3/512 517
/proc/meminfo: memFree=16287296/32951124 swapFree=67111204/67111528
[pid=442] ppid=440 vsize=96296 CPUtime=1242.29 cores=0,2,4,6
/proc/442/stat : 442 (scip-2.0.1.4b.l) R 440 442 30576 0 -1 4202496 24202 0 0 0 122162 2067 0 0 25 0 1 0 803919591 98607104 23148 33554432000 4194304 9163163 140737355855168 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/442/statm: 24074 23148 731 1214 0 22856 0
Current children cumulated CPU time (s) 1242.29
Current children cumulated vsize (KiB) 96296

[startup+1302.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/512 519
/proc/meminfo: memFree=16292844/32951124 swapFree=67111204/67111528
[pid=442] ppid=440 vsize=96992 CPUtime=1302.3 cores=0,2,4,6
/proc/442/stat : 442 (scip-2.0.1.4b.l) R 440 442 30576 0 -1 4202496 24368 0 0 0 128067 2163 0 0 25 0 1 0 803919591 99319808 23314 33554432000 4194304 9163163 140737355855168 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/442/statm: 24248 23314 731 1214 0 23030 0
Current children cumulated CPU time (s) 1302.3
Current children cumulated vsize (KiB) 96992

[startup+1362.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/512 520
/proc/meminfo: memFree=16284384/32951124 swapFree=67111204/67111528
[pid=442] ppid=440 vsize=98188 CPUtime=1362.3 cores=0,2,4,6
/proc/442/stat : 442 (scip-2.0.1.4b.l) R 440 442 30576 0 -1 4202496 24665 0 0 0 133974 2256 0 0 25 0 1 0 803919591 100544512 23611 33554432000 4194304 9163163 140737355855168 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/442/statm: 24547 23611 731 1214 0 23329 0
Current children cumulated CPU time (s) 1362.3
Current children cumulated vsize (KiB) 98188

[startup+1422.32 s]
/proc/loadavg: 2.09 2.03 2.01 3/512 522
/proc/meminfo: memFree=16285456/32951124 swapFree=67111204/67111528
[pid=442] ppid=440 vsize=99828 CPUtime=1422.32 cores=0,2,4,6
/proc/442/stat : 442 (scip-2.0.1.4b.l) R 440 442 30576 0 -1 4202496 25051 0 0 0 139879 2353 0 0 25 0 1 0 803919591 102223872 23997 33554432000 4194304 9163163 140737355855168 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/442/statm: 24957 23997 731 1214 0 23739 0
Current children cumulated CPU time (s) 1422.32
Current children cumulated vsize (KiB) 99828

[startup+1482.3 s]
/proc/loadavg: 2.07 2.04 2.01 3/512 523
/proc/meminfo: memFree=16283572/32951124 swapFree=67111204/67111528
[pid=442] ppid=440 vsize=100772 CPUtime=1482.3 cores=0,2,4,6
/proc/442/stat : 442 (scip-2.0.1.4b.l) R 440 442 30576 0 -1 4202496 25298 0 0 0 145786 2444 0 0 25 0 1 0 803919591 103190528 24244 33554432000 4194304 9163163 140737355855168 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/442/statm: 25193 24244 731 1214 0 23975 0
Current children cumulated CPU time (s) 1482.3
Current children cumulated vsize (KiB) 100772

[startup+1542.3 s]
/proc/loadavg: 2.02 2.03 2.00 3/512 525
/proc/meminfo: memFree=16282388/32951124 swapFree=67111204/67111528
[pid=442] ppid=440 vsize=101392 CPUtime=1542.3 cores=0,2,4,6
/proc/442/stat : 442 (scip-2.0.1.4b.l) R 440 442 30576 0 -1 4202496 25481 0 0 0 151691 2539 0 0 25 0 1 0 803919591 103825408 24427 33554432000 4194304 9163163 140737355855168 18446744073709551615 6687203 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/442/statm: 25348 24427 731 1214 0 24130 0
Current children cumulated CPU time (s) 1542.3
Current children cumulated vsize (KiB) 101392

[startup+1602.3 s]
/proc/loadavg: 2.01 2.02 2.00 3/512 526
/proc/meminfo: memFree=16282064/32951124 swapFree=67111204/67111528
[pid=442] ppid=440 vsize=102080 CPUtime=1602.3 cores=0,2,4,6
/proc/442/stat : 442 (scip-2.0.1.4b.l) R 440 442 30576 0 -1 4202496 25635 0 0 0 157604 2626 0 0 25 0 1 0 803919591 104529920 24581 33554432000 4194304 9163163 140737355855168 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/442/statm: 25520 24581 731 1214 0 24302 0
Current children cumulated CPU time (s) 1602.3
Current children cumulated vsize (KiB) 102080

[startup+1662.3 s]
/proc/loadavg: 2.14 2.06 2.01 3/512 528
/proc/meminfo: memFree=16282644/32951124 swapFree=67111204/67111528
[pid=442] ppid=440 vsize=102220 CPUtime=1662.31 cores=0,2,4,6
/proc/442/stat : 442 (scip-2.0.1.4b.l) R 440 442 30576 0 -1 4202496 25691 0 0 0 163508 2723 0 0 25 0 1 0 803919591 104673280 24637 33554432000 4194304 9163163 140737355855168 18446744073709551615 5275439 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/442/statm: 25555 24637 731 1214 0 24337 0
Current children cumulated CPU time (s) 1662.31
Current children cumulated vsize (KiB) 102220

[startup+1722.3 s]
/proc/loadavg: 2.05 2.05 2.00 3/512 530
/proc/meminfo: memFree=16282620/32951124 swapFree=67111204/67111528
[pid=442] ppid=440 vsize=102568 CPUtime=1722.3 cores=0,2,4,6
/proc/442/stat : 442 (scip-2.0.1.4b.l) R 440 442 30576 0 -1 4202496 25753 0 0 0 169411 2819 0 0 25 0 1 0 803919591 105029632 24699 33554432000 4194304 9163163 140737355855168 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/442/statm: 25642 24699 731 1214 0 24424 0
Current children cumulated CPU time (s) 1722.3
Current children cumulated vsize (KiB) 102568

[startup+1782.3 s]
/proc/loadavg: 2.02 2.04 2.00 3/512 531
/proc/meminfo: memFree=16280484/32951124 swapFree=67111204/67111528
[pid=442] ppid=440 vsize=102920 CPUtime=1782.31 cores=0,2,4,6
/proc/442/stat : 442 (scip-2.0.1.4b.l) R 440 442 30576 0 -1 4202496 25841 0 0 0 175317 2914 0 0 25 0 1 0 803919591 105390080 24787 33554432000 4194304 9163163 140737355855168 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/442/statm: 25730 24787 731 1214 0 24512 0
Current children cumulated CPU time (s) 1782.31
Current children cumulated vsize (KiB) 102920



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800 s]
/proc/loadavg: 2.01 2.03 2.00 3/512 532
/proc/meminfo: memFree=16281836/32951124 swapFree=67111204/67111528
[pid=442] ppid=440 vsize=102920 CPUtime=1800.01 cores=0,2,4,6
/proc/442/stat : 442 (scip-2.0.1.4b.l) R 440 442 30576 0 -1 4202496 25841 0 0 0 177059 2942 0 0 25 0 1 0 803919591 105390080 24787 33554432000 4194304 9163163 140737355855168 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/442/statm: 25730 24787 731 1214 0 24512 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 102920

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

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1800.03
CPU time (s): 1800.04
CPU user time (s): 1770.61
CPU system time (s): 29.4295
CPU usage (%): 100.001
Max. virtual memory (cumulated for all children) (KiB): 102920

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

runsolver used 9.44356 second user time and 20.051 second system time

The end

Launcher Data

Begin job on node144 at 2011-06-03 17:30:35
IDJOB=3450251
IDBENCH=71846
IDSOLVER=1948
FILE ID=node144/3450251-1307115035
RUNJOBID= node144-1307111802-32527
PBS_JOBID= 13498007
Free space on /tmp= 73884 MiB

SOLVER NAME= SCIP spx E SCIP 2.0.1.4b with SoPlex 1.5.0.4
BENCH NAME= PB09/normalized-PB09/OPT-SMALLINT-LIN/flexray/normalized-fx30.opb
COMMAND LINE= HOME/scip-2.0.1.4b.linux.x86_64.gnu.opt.spx -f BENCHNAME -t TIMEOUT -m MEMLIMIT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3450251-1307115035/watcher-3450251-1307115035 -o /tmp/evaluation-result-3450251-1307115035/solver-3450251-1307115035 -C 1800 -W 1900 -M 15500  HOME/scip-2.0.1.4b.linux.x86_64.gnu.opt.spx -f HOME/instance-3450251-1307115035.opb -t 1800 -m 15500

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

MD5SUM BENCH= a013c9210a7cfe037db9246041ce6240
RANDOM SEED=1579653786

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      16637880 kB
Buffers:        291308 kB
Cached:         436360 kB
SwapCached:        140 kB
Active:       15660892 kB
Inactive:       376820 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      16637880 kB
SwapTotal:    67111528 kB
SwapFree:     67111204 kB
Dirty:           12452 kB
Writeback:           0 kB
AnonPages:    15310036 kB
Mapped:          45360 kB
Slab:           135804 kB
PageTables:      70108 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 157914760 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= 73868 MiB
End job on node144 at 2011-06-03 18:00:37