Trace number 3451911

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.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.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-3451911-1307115990.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.4
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 |     - |3888k|   0 |  18 | 771 | 288 | 771 | 222 |   0 |  66 |   0 | 3.000000e+00 |      --      |    Inf 
0.11/0.14	c   0.1s|     1 |     0 |   369 |     - |4230k|   0 |  39 | 771 | 331 | 771 | 233 |  11 |  66 |   0 | 3.000000e+00 |      --      |    Inf 
0.11/0.19	c   0.2s|     1 |     0 |   395 |     - |4459k|   0 |  54 | 771 | 331 | 771 | 246 |  24 |  66 |   0 | 3.000000e+00 |      --      |    Inf 
0.19/0.25	c   0.2s|     1 |     0 |   434 |     - |4633k|   0 |  62 | 771 | 331 | 771 | 257 |  35 |  66 |   0 | 3.000000e+00 |      --      |    Inf 
0.29/0.32	c   0.3s|     1 |     0 |   485 |     - |4819k|   0 |  72 | 771 | 331 | 771 | 270 |  48 |  66 |   0 | 3.000000e+00 |      --      |    Inf 
0.39/0.40	c   0.4s|     1 |     0 |   529 |     - |5023k|   0 |  79 | 771 | 331 | 771 | 282 |  60 |  66 |   0 | 3.000000e+00 |      --      |    Inf 
0.39/0.49	c   0.5s|     1 |     0 |   615 |     - |5145k|   0 |  90 | 771 | 331 | 771 | 294 |  72 |  66 |   0 | 3.000000e+00 |      --      |    Inf 
0.69/0.71	c   0.7s|     1 |     2 |   615 |     - |5146k|   0 |  90 | 771 | 331 | 771 | 294 |  72 |  66 |  16 | 3.000000e+00 |      --      |    Inf 
23.57/23.65	c  23.6s| 10000 |   321 |245949 |  24.5 |8076k|  44 |   - | 771 |3327 |   0 |   0 |  72 |  10k|4324 | 3.000000e+00 |      --      |    Inf 
38.97/39.03	c  39.0s| 20000 |   385 |453326 |  22.6 |8773k|  45 |  20 | 771 |3823 | 771 | 273 |  72 |  19k|5906 | 3.000000e+00 |      --      |    Inf 
57.08/57.18	c  57.2s| 30000 |   463 |736294 |  24.5 |9998k|  49 |  47 | 771 |5047 | 771 | 273 |  72 |  29k|6789 | 3.000000e+00 |      --      |    Inf 
74.97/75.03	c  75.0s| 40000 |   743 |  1011k|  25.3 |  12M|  49 |  39 | 771 |7007 | 771 | 273 |  72 |  39k|7546 | 3.000000e+00 |      --      |    Inf 
94.77/94.81	c  94.8s| 50000 |   842 |  1299k|  26.0 |  12M|  49 |   - | 771 |6027 |   0 |   0 |  72 |  49k|9061 | 3.000000e+00 |      --      |    Inf 
111.28/111.30	c   111s| 60000 |   811 |  1544k|  25.7 |  12M|  49 |   - | 771 |5931 |   0 |   0 |  72 |  59k|9988 | 3.000000e+00 |      --      |    Inf 
126.48/126.58	c   127s| 70000 |   884 |  1778k|  25.4 |  13M|  51 |  13 | 771 |7029 | 771 | 273 |  72 |  68k|  10k| 3.000000e+00 |      --      |    Inf 
139.17/139.25	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.25	c   139s| 80000 |   872 |  1969k|  24.6 |  13M|  57 |  32 | 771 |7736 | 771 | 273 |  72 |  76k|  12k| 3.000000e+00 |      --      |    Inf 
157.08/157.17	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.99/186.03	c   186s|110000 |   973 |  2686k|  24.4 |  14M|  57 |  23 | 771 |8916 | 771 | 273 |  72 | 105k|  14k| 3.000000e+00 |      --      |    Inf 
201.48/201.50	c   202s|120000 |   996 |  2926k|  24.4 |  14M|  62 |   - | 771 |7924 | 771 | 273 |  72 | 114k|  15k| 3.000000e+00 |      --      |    Inf 
218.78/218.89	c   219s|130000 |  1170 |  3200k|  24.6 |  15M|  62 |   - | 771 |9052 | 771 | 273 |  72 | 126k|  16k| 3.000000e+00 |      --      |    Inf 
236.88/236.92	c   237s|140000 |  1440 |  3464k|  24.7 |  17M|  62 |  15 | 771 |9028 | 771 | 273 |  72 | 135k|  16k| 3.000000e+00 |      --      |    Inf 
253.38/253.45	c   253s|150000 |  1433 |  3726k|  24.8 |  17M|  67 |   - | 771 |9151 | 771 | 273 |  72 | 142k|  17k| 3.000000e+00 |      --      |    Inf 
269.38/269.41	c   269s|160000 |  1486 |  3970k|  24.8 |  17M|  67 |  38 | 771 |9242 | 771 | 273 |  72 | 152k|  18k| 3.000000e+00 |      --      |    Inf 
288.77/288.89	c   289s|170000 |  1490 |  4273k|  25.1 |  17M|  67 |  36 | 771 |8290 | 771 | 273 |  72 | 162k|  18k| 3.000000e+00 |      --      |    Inf 
305.68/305.72	c   306s|180000 |  1552 |  4531k|  25.2 |  18M|  67 |   - | 771 |8793 |   0 |   0 |  72 | 172k|  19k| 3.000000e+00 |      --      |    Inf 
322.68/322.76	c   323s|190000 |  1586 |  4796k|  25.2 |  17M|  67 |  47 | 771 |7410 | 771 | 273 |  72 | 181k|  20k| 3.000000e+00 |      --      |    Inf 
340.58/340.69	c   341s|200000 |  1698 |  5070k|  25.3 |  18M|  67 |   - | 771 |7298 |   0 |   0 |  72 | 192k|  20k| 3.000000e+00 |      --      |    Inf 
356.78/356.82	c   357s|210000 |  1737 |  5312k|  25.3 |  19M|  67 |   - | 771 |8983 | 771 | 273 |  72 | 202k|  21k| 3.000000e+00 |      --      |    Inf 
367.18/367.23	c   367s|220000 |  1743 |  5455k|  24.8 |  20M|  67 |   - | 771 |  10k| 771 | 273 |  72 | 211k|  21k| 3.000000e+00 |      --      |    Inf 
384.68/384.76	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
384.68/384.76	c   385s|230000 |  1761 |  5720k|  24.9 |  19M|  67 |  35 | 771 |7229 | 771 | 273 |  72 | 220k|  22k| 3.000000e+00 |      --      |    Inf 
399.18/399.21	c   399s|240000 |  1826 |  5945k|  24.8 |  20M|  67 |   - | 771 |8873 | 771 | 273 |  72 | 229k|  22k| 3.000000e+00 |      --      |    Inf 
409.79/409.86	c   410s|250000 |  1864 |  6095k|  24.4 |  20M|  67 |   - | 771 |  10k|   0 |   0 |  72 | 237k|  23k| 3.000000e+00 |      --      |    Inf 
422.08/422.11	c   422s|260000 |  1825 |  6270k|  24.1 |  21M|  67 |   - | 771 |  11k|   0 |   0 |  72 | 244k|  23k| 3.000000e+00 |      --      |    Inf 
434.08/434.14	c   434s|270000 |  1822 |  6455k|  23.9 |  21M|  81 |  19 | 771 |  11k| 771 | 273 |  72 | 251k|  23k| 3.000000e+00 |      --      |    Inf 
448.90/448.95	c   449s|280000 |  2162 |  6676k|  23.8 |  22M|  81 |   - | 771 |  10k| 771 | 273 |  72 | 260k|  24k| 3.000000e+00 |      --      |    Inf 
463.28/463.34	c   463s|290000 |  2286 |  6903k|  23.8 |  23M|  81 |  22 | 771 |  11k| 771 | 273 |  72 | 269k|  24k| 3.000000e+00 |      --      |    Inf 
477.58/477.69	c   478s|300000 |  2306 |  7120k|  23.7 |  23M|  81 |   - | 771 |  12k|   0 |   0 |  72 | 277k|  25k| 3.000000e+00 |      --      |    Inf 
491.38/491.46	c   491s|310000 |  2356 |  7340k|  23.7 |  24M|  81 |   - | 771 |  11k| 771 | 273 |  72 | 286k|  25k| 3.000000e+00 |      --      |    Inf 
505.58/505.64	c   506s|320000 |  2430 |  7550k|  23.6 |  24M|  81 |  24 | 771 |  11k| 771 | 273 |  72 | 295k|  26k| 3.000000e+00 |      --      |    Inf 
519.48/519.53	c   520s|330000 |  2427 |  7774k|  23.6 |  25M|  81 |  29 | 771 |  13k| 771 | 273 |  72 | 302k|  26k| 3.000000e+00 |      --      |    Inf 
534.18/534.24	c   534s|340000 |  2451 |  8004k|  23.5 |  25M|  81 |  29 | 771 |  12k| 771 | 273 |  72 | 311k|  27k| 3.000000e+00 |      --      |    Inf 
544.49/544.58	c   545s|350000 |  2532 |  8132k|  23.2 |  26M|  81 |   - | 771 |  14k|   0 |   0 |  72 | 318k|  28k| 3.000000e+00 |      --      |    Inf 
556.59/556.64	c   557s|360000 |  2607 |  8313k|  23.1 |  25M|  81 |  37 | 771 |  12k| 771 | 273 |  72 | 326k|  29k| 3.000000e+00 |      --      |    Inf 
571.19/571.21	c   571s|370000 |  2753 |  8540k|  23.1 |  26M|  81 |  38 | 771 |  10k| 771 | 273 |  72 | 335k|  29k| 3.000000e+00 |      --      |    Inf 
584.28/584.35	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
584.28/584.35	c   584s|380000 |  2775 |  8730k|  23.0 |  26M|  81 |  30 | 771 |  11k| 771 | 273 |  72 | 344k|  29k| 3.000000e+00 |      --      |    Inf 
597.41/597.43	c   597s|390000 |  2868 |  8915k|  22.9 |  27M|  81 |  19 | 771 |  12k| 771 | 273 |  72 | 352k|  30k| 3.000000e+00 |      --      |    Inf 
610.89/610.94	c   611s|400000 |  2890 |  9124k|  22.8 |  27M|  81 |  11 | 771 |  12k| 771 | 273 |  72 | 361k|  30k| 3.000000e+00 |      --      |    Inf 
624.79/624.86	c   625s|410000 |  2935 |  9335k|  22.8 |  27M|  81 |   - | 771 |  12k| 771 | 273 |  72 | 369k|  31k| 3.000000e+00 |      --      |    Inf 
638.98/639.03	c   639s|420000 |  3040 |  9551k|  22.7 |  27M|  81 |   - | 771 |  11k| 771 | 273 |  72 | 378k|  31k| 3.000000e+00 |      --      |    Inf 
652.18/652.21	c   652s|430000 |  2999 |  9759k|  22.7 |  28M|  81 |  24 | 771 |  12k| 771 | 273 |  72 | 386k|  32k| 3.000000e+00 |      --      |    Inf 
665.09/665.13	c   665s|440000 |  2986 |  9949k|  22.6 |  28M|  81 |   - | 771 |  13k| 771 | 273 |  72 | 395k|  32k| 3.000000e+00 |      --      |    Inf 
677.99/678.06	c   678s|450000 |  3055 | 10137k|  22.5 |  28M|  81 |   - | 771 |  11k| 771 | 273 |  72 | 404k|  32k| 3.000000e+00 |      --      |    Inf 
690.79/690.82	c   691s|460000 |  3057 | 10320k|  22.4 |  28M|  81 |   - | 771 |  11k|   0 |   0 |  72 | 414k|  33k| 3.000000e+00 |      --      |    Inf 
704.39/704.43	c   704s|470000 |  3098 | 10529k|  22.4 |  29M|  81 |  16 | 771 |  13k| 771 | 273 |  72 | 423k|  33k| 3.000000e+00 |      --      |    Inf 
717.58/717.69	c   718s|480000 |  3084 | 10727k|  22.3 |  29M|  81 |  17 | 771 |  13k| 771 | 273 |  72 | 433k|  33k| 3.000000e+00 |      --      |    Inf 
731.88/731.92	c   732s|490000 |  3122 | 10938k|  22.3 |  30M|  81 |   - | 771 |  14k| 771 | 273 |  72 | 442k|  34k| 3.000000e+00 |      --      |    Inf 
745.09/745.14	c   745s|500000 |  3072 | 11136k|  22.3 |  29M|  81 |  39 | 771 |  14k| 771 | 273 |  72 | 450k|  34k| 3.000000e+00 |      --      |    Inf 
758.78/758.84	c   759s|510000 |  3200 | 11332k|  22.2 |  29M|  81 |   - | 771 |  13k| 771 | 273 |  72 | 461k|  34k| 3.000000e+00 |      --      |    Inf 
772.99/773.02	c   773s|520000 |  3311 | 11530k|  22.2 |  30M|  81 |   - | 771 |  13k| 771 | 273 |  72 | 470k|  35k| 3.000000e+00 |      --      |    Inf 
787.60/787.68	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
787.60/787.68	c   788s|530000 |  3376 | 11743k|  22.2 |  31M|  81 |   - | 771 |  14k| 771 | 273 |  72 | 479k|  35k| 3.000000e+00 |      --      |    Inf 
801.89/801.98	c   802s|540000 |  3488 | 11962k|  22.2 |  32M|  81 |   - | 771 |  14k| 771 | 273 |  72 | 487k|  35k| 3.000000e+00 |      --      |    Inf 
816.89/816.96	c   817s|550000 |  3709 | 12178k|  22.1 |  33M|  83 |   - | 771 |  15k| 771 | 273 |  72 | 496k|  36k| 3.000000e+00 |      --      |    Inf 
832.39/832.47	c   832s|560000 |  4188 | 12407k|  22.2 |  36M|  83 |   - | 771 |  16k|   0 |   0 |  72 | 505k|  36k| 3.000000e+00 |      --      |    Inf 
849.79/849.89	c   850s|570000 |  4279 | 12651k|  22.2 |  37M|  83 |  44 | 771 |  17k| 771 | 273 |  72 | 514k|  36k| 3.000000e+00 |      --      |    Inf 
860.99/861.08	c   861s|580000 |  4299 | 12804k|  22.1 |  38M|  83 |  11 | 771 |  19k| 771 | 273 |  72 | 521k|  37k| 3.000000e+00 |      --      |    Inf 
870.68/870.70	c   871s|590000 |  4331 | 12934k|  21.9 |  39M|  83 |  12 | 771 |  21k| 771 | 273 |  72 | 527k|  37k| 3.000000e+00 |      --      |    Inf 
881.69/881.77	c   882s|600000 |  4310 | 13103k|  21.8 |  39M|  83 |  19 | 771 |  21k| 771 | 273 |  72 | 534k|  37k| 3.000000e+00 |      --      |    Inf 
896.79/896.86	c   897s|610000 |  4207 | 13311k|  21.8 |  38M|  83 |   - | 771 |  19k| 771 | 273 |  72 | 542k|  37k| 3.000000e+00 |      --      |    Inf 
910.91/910.92	c   911s|620000 |  4432 | 13534k|  21.8 |  40M|  83 |  14 | 771 |  20k| 771 | 273 |  72 | 549k|  37k| 3.000000e+00 |      --      |    Inf 
926.79/926.87	c   927s|630000 |  4890 | 13756k|  21.8 |  42M|  83 |   - | 771 |  21k| 771 | 273 |  72 | 558k|  38k| 3.000000e+00 |      --      |    Inf 
942.99/943.06	c   943s|640000 |  5015 | 14003k|  21.9 |  43M|  83 |   - | 771 |  21k| 771 | 273 |  72 | 565k|  38k| 3.000000e+00 |      --      |    Inf 
959.79/959.82	c   960s|650000 |  4987 | 14235k|  21.9 |  43M|  83 |   - | 771 |  21k| 771 | 273 |  72 | 575k|  38k| 3.000000e+00 |      --      |    Inf 
973.09/973.14	c   973s|660000 |  5268 | 14414k|  21.8 |  45M|  83 |  35 | 771 |  22k| 771 | 273 |  72 | 586k|  39k| 3.000000e+00 |      --      |    Inf 
987.30/987.32	c   987s|670000 |  5137 | 14611k|  21.8 |  44M|  83 |   - | 771 |  20k|   0 |   0 |  72 | 596k|  39k| 3.000000e+00 |      --      |    Inf 
1001.19/1001.20	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1001.19/1001.20	c  1001s|680000 |  5104 | 14800k|  21.8 |  43M|  83 |   - | 771 |  18k| 771 | 273 |  72 | 605k|  39k| 3.000000e+00 |      --      |    Inf 
1015.60/1015.64	c  1016s|690000 |  5037 | 15008k|  21.8 |  42M|  83 |  28 | 771 |  17k| 771 | 273 |  72 | 615k|  39k| 3.000000e+00 |      --      |    Inf 
1029.09/1029.18	c  1029s|700000 |  5044 | 15199k|  21.7 |  43M|  83 |  26 | 771 |  18k| 771 | 273 |  72 | 625k|  39k| 3.000000e+00 |      --      |    Inf 
1043.69/1043.70	c  1044s|710000 |  4972 | 15399k|  21.7 |  42M|  83 |   - | 771 |  16k| 771 | 273 |  72 | 635k|  40k| 3.000000e+00 |      --      |    Inf 
1058.20/1058.26	c  1058s|720000 |  4965 | 15611k|  21.7 |  42M|  83 |   - | 771 |  16k| 771 | 273 |  72 | 644k|  40k| 3.000000e+00 |      --      |    Inf 
1072.29/1072.35	c  1072s|730000 |  5012 | 15810k|  21.7 |  42M|  83 |   - | 771 |  17k| 771 | 273 |  72 | 654k|  40k| 3.000000e+00 |      --      |    Inf 
1087.69/1087.76	c  1088s|740000 |  5013 | 16038k|  21.7 |  42M|  83 |  24 | 771 |  15k| 771 | 273 |  72 | 663k|  41k| 3.000000e+00 |      --      |    Inf 
1101.60/1101.63	c  1102s|750000 |  4974 | 16254k|  21.7 |  42M|  83 |  16 | 771 |  17k| 771 | 273 |  72 | 671k|  41k| 3.000000e+00 |      --      |    Inf 
1116.79/1116.86	c  1117s|760000 |  4957 | 16483k|  21.7 |  42M|  83 |  31 | 771 |  15k| 771 | 273 |  72 | 681k|  41k| 3.000000e+00 |      --      |    Inf 
1132.89/1132.91	c  1133s|770000 |  4978 | 16707k|  21.7 |  42M|  83 |   - | 771 |  15k|   0 |   0 |  72 | 691k|  42k| 3.000000e+00 |      --      |    Inf 
1146.89/1146.92	c  1147s|780000 |  4848 | 16916k|  21.7 |  41M|  83 |  32 | 771 |  14k| 771 | 273 |  72 | 701k|  42k| 3.000000e+00 |      --      |    Inf 
1160.30/1160.35	c  1160s|790000 |  4869 | 17118k|  21.7 |  41M|  83 |  32 | 771 |  15k| 771 | 273 |  72 | 710k|  42k| 3.000000e+00 |      --      |    Inf 
1175.00/1175.01	c  1175s|800000 |  4928 | 17315k|  21.6 |  42M|  83 |   - | 771 |  15k| 771 | 273 |  72 | 721k|  42k| 3.000000e+00 |      --      |    Inf 
1188.89/1188.94	c  1189s|810000 |  4872 | 17516k|  21.6 |  41M|  83 |  39 | 771 |  14k| 771 | 273 |  72 | 731k|  42k| 3.000000e+00 |      --      |    Inf 
1201.90/1201.93	c  1202s|820000 |  4973 | 17699k|  21.6 |  42M|  83 |  34 | 771 |  16k| 771 | 273 |  72 | 741k|  42k| 3.000000e+00 |      --      |    Inf 
1218.91/1218.94	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1218.91/1218.94	c  1219s|830000 |  5265 | 17926k|  21.6 |  45M|  83 |   - | 771 |  17k|   0 |   0 |  72 | 753k|  43k| 3.000000e+00 |      --      |    Inf 
1233.89/1233.93	c  1234s|840000 |  5161 | 18139k|  21.6 |  43M|  83 |   - | 771 |  14k|   0 |   0 |  72 | 763k|  43k| 3.000000e+00 |      --      |    Inf 
1248.39/1248.46	c  1248s|850000 |  5062 | 18348k|  21.6 |  43M|  83 |  25 | 771 |  15k| 771 | 273 |  72 | 773k|  43k| 3.000000e+00 |      --      |    Inf 
1263.39/1263.43	c  1263s|860000 |  5042 | 18562k|  21.6 |  43M|  83 |   - | 771 |  15k|   0 |   0 |  72 | 782k|  44k| 3.000000e+00 |      --      |    Inf 
1274.29/1274.36	c  1274s|870000 |  5113 | 18709k|  21.5 |  44M|  83 |   - | 771 |  16k| 771 | 273 |  72 | 790k|  44k| 3.000000e+00 |      --      |    Inf 
1284.10/1284.10	c  1284s|880000 |  5158 | 18836k|  21.4 |  45M|  83 |   - | 771 |  18k|   0 |   0 |  72 | 797k|  45k| 3.000000e+00 |      --      |    Inf 
1294.81/1294.88	c  1295s|890000 |  5227 | 18982k|  21.3 |  45M|  83 |   - | 771 |  17k| 771 | 273 |  72 | 804k|  45k| 3.000000e+00 |      --      |    Inf 
1305.50/1305.51	c  1306s|900000 |  5237 | 19131k|  21.3 |  46M|  83 |  13 | 771 |  18k| 771 | 273 |  72 | 812k|  45k| 3.000000e+00 |      --      |    Inf 
1315.20/1315.23	c  1315s|910000 |  5178 | 19257k|  21.2 |  46M|  83 |  14 | 771 |  17k| 771 | 273 |  72 | 819k|  46k| 3.000000e+00 |      --      |    Inf 
1323.80/1323.89	c  1324s|920000 |  5161 | 19366k|  21.1 |  45M|  83 |   - | 771 |  17k| 771 | 273 |  72 | 825k|  46k| 3.000000e+00 |      --      |    Inf 
1334.31/1334.39	c  1334s|930000 |  5221 | 19514k|  21.0 |  45M|  83 |  28 | 771 |  17k| 771 | 273 |  72 | 832k|  46k| 3.000000e+00 |      --      |    Inf 
1345.90/1345.96	c  1346s|940000 |  5234 | 19680k|  20.9 |  45M|  83 |  20 | 771 |  16k| 771 | 273 |  72 | 839k|  46k| 3.000000e+00 |      --      |    Inf 
1355.39/1355.46	c  1355s|950000 |  5242 | 19790k|  20.8 |  47M|  83 |   - | 771 |  19k|   0 |   0 |  72 | 849k|  46k| 3.000000e+00 |      --      |    Inf 
1366.60/1366.69	c  1367s|960000 |  5387 | 19934k|  20.8 |  47M|  83 |  34 | 771 |  19k| 771 | 273 |  72 | 856k|  47k| 3.000000e+00 |      --      |    Inf 
1378.90/1378.97	c  1379s|970000 |  5412 | 20107k|  20.7 |  48M|  83 |  23 | 771 |  20k| 771 | 273 |  72 | 863k|  47k| 3.000000e+00 |      --      |    Inf 
1392.30/1392.33	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1392.30/1392.33	c  1392s|980000 |  5447 | 20295k|  20.7 |  47M|  83 |   - | 771 |  19k| 771 | 273 |  72 | 871k|  48k| 3.000000e+00 |      --      |    Inf 
1404.90/1404.99	c  1405s|990000 |  5431 | 20492k|  20.7 |  47M|  83 |   - | 771 |  17k| 771 | 273 |  72 | 878k|  48k| 3.000000e+00 |      --      |    Inf 
1415.90/1415.93	c  1416s|  1000k|  5499 | 20649k|  20.6 |  48M|  83 |  24 | 771 |  18k| 771 | 273 |  72 | 884k|  48k| 3.000000e+00 |      --      |    Inf 
1426.20/1426.20	c  1426s|  1010k|  5484 | 20799k|  20.6 |  48M|  83 |   - | 771 |  19k| 771 | 273 |  72 | 890k|  49k| 3.000000e+00 |      --      |    Inf 
1440.80/1440.87	c  1441s|  1020k|  5369 | 21016k|  20.6 |  46M|  83 |  16 | 771 |  16k| 771 | 273 |  72 | 896k|  49k| 3.000000e+00 |      --      |    Inf 
1450.00/1450.08	c  1450s|  1030k|  5447 | 21128k|  20.5 |  48M|  83 |   - | 771 |  19k|   0 |   0 |  72 | 904k|  50k| 3.000000e+00 |      --      |    Inf 
1460.80/1460.91	c  1461s|  1040k|  5374 | 21272k|  20.5 |  47M|  83 |  16 | 771 |  19k| 771 | 273 |  72 | 911k|  50k| 3.000000e+00 |      --      |    Inf 
1472.71/1472.76	c  1473s|  1050k|  5467 | 21439k|  20.4 |  47M|  83 |  21 | 771 |  17k| 771 | 273 |  72 | 918k|  50k| 3.000000e+00 |      --      |    Inf 
1483.00/1483.06	c  1483s|  1060k|  5562 | 21583k|  20.4 |  48M|  83 |  29 | 771 |  19k| 771 | 273 |  72 | 924k|  50k| 3.000000e+00 |      --      |    Inf 
1495.30/1495.32	c  1495s|  1070k|  5459 | 21752k|  20.3 |  48M|  83 |  33 | 771 |  19k| 771 | 273 |  72 | 932k|  50k| 3.000000e+00 |      --      |    Inf 
1508.40/1508.49	c  1508s|  1080k|  5431 | 21950k|  20.3 |  48M|  83 |   - | 771 |  19k| 771 | 273 |  72 | 939k|  51k| 3.000000e+00 |      --      |    Inf 
1520.21/1520.30	c  1520s|  1090k|  5402 | 22119k|  20.3 |  48M|  83 |   - | 771 |  20k| 771 | 273 |  72 | 946k|  51k| 3.000000e+00 |      --      |    Inf 
1534.31/1534.31	c  1534s|  1100k|  5356 | 22323k|  20.3 |  47M|  83 |  22 | 771 |  17k| 771 | 273 |  72 | 954k|  51k| 3.000000e+00 |      --      |    Inf 
1544.70/1544.78	c  1545s|  1110k|  5387 | 22465k|  20.2 |  47M|  83 |   - | 771 |  18k| 771 | 273 |  72 | 961k|  52k| 3.000000e+00 |      --      |    Inf 
1555.20/1555.26	c  1555s|  1120k|  5497 | 22597k|  20.2 |  48M|  83 |   - | 771 |  19k| 771 | 273 |  72 | 969k|  52k| 3.000000e+00 |      --      |    Inf 
1566.52/1566.52	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1566.52/1566.52	c  1567s|  1130k|  5458 | 22746k|  20.1 |  48M|  83 |   - | 771 |  19k| 771 | 273 |  72 | 977k|  52k| 3.000000e+00 |      --      |    Inf 
1576.51/1576.58	c  1577s|  1140k|  5458 | 22877k|  20.1 |  49M|  83 |   - | 771 |  20k| 771 | 273 |  72 | 985k|  52k| 3.000000e+00 |      --      |    Inf 
1591.00/1591.04	c  1591s|  1150k|  5439 | 23079k|  20.1 |  48M|  83 |  18 | 771 |  19k| 771 | 273 |  72 | 992k|  52k| 3.000000e+00 |      --      |    Inf 
1603.10/1603.10	c  1603s|  1160k|  5397 | 23251k|  20.0 |  48M|  83 |  13 | 771 |  20k| 771 | 273 |  72 | 999k|  52k| 3.000000e+00 |      --      |    Inf 
1617.31/1617.37	c  1617s|  1170k|  5326 | 23462k|  20.1 |  47M|  83 |   - | 771 |  17k| 771 | 273 |  72 |1008k|  53k| 3.000000e+00 |      --      |    Inf 
1631.81/1631.85	c  1632s|  1180k|  5238 | 23662k|  20.1 |  47M|  83 |   - | 771 |  17k| 771 | 273 |  72 |1018k|  53k| 3.000000e+00 |      --      |    Inf 
1647.92/1647.92	c  1648s|  1190k|  5186 | 23880k|  20.1 |  46M|  83 |   - | 771 |  16k| 771 | 273 |  72 |1028k|  53k| 3.000000e+00 |      --      |    Inf 
1661.91/1661.92	c  1662s|  1200k|  5131 | 24088k|  20.1 |  46M|  83 |  30 | 771 |  17k| 771 | 273 |  72 |1038k|  53k| 3.000000e+00 |      --      |    Inf 
1676.81/1676.88	c  1677s|  1210k|  5116 | 24308k|  20.1 |  46M|  83 |   6 | 771 |  16k| 771 | 273 |  72 |1046k|  54k| 3.000000e+00 |      --      |    Inf 
1689.21/1689.22	c  1689s|  1220k|  5127 | 24481k|  20.1 |  47M|  83 |   - | 771 |  18k|   0 |   0 |  72 |1054k|  54k| 3.000000e+00 |      --      |    Inf 
1699.11/1699.11	c  1699s|  1230k|  5140 | 24622k|  20.0 |  47M|  83 |   - | 771 |  19k|   0 |   0 |  72 |1060k|  54k| 3.000000e+00 |      --      |    Inf 
1709.91/1709.90	c  1710s|  1240k|  5112 | 24780k|  20.0 |  47M|  83 |   - | 771 |  19k| 771 | 273 |  72 |1067k|  54k| 3.000000e+00 |      --      |    Inf 
1722.31/1722.37	c  1722s|  1250k|  5049 | 24944k|  20.0 |  45M|  83 |   - | 771 |  15k|   0 |   0 |  72 |1076k|  54k| 3.000000e+00 |      --      |    Inf 
1736.81/1736.87	c  1737s|  1260k|  5001 | 25144k|  20.0 |  46M|  83 |   - | 771 |  17k| 771 | 273 |  72 |1087k|  55k| 3.000000e+00 |      --      |    Inf 
1747.91/1748.00	c  1748s|  1270k|  5160 | 25304k|  19.9 |  47M|  83 |   - | 771 |  18k| 771 | 273 |  72 |1094k|  55k| 3.000000e+00 |      --      |    Inf 
1759.80/1759.85	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1759.80/1759.85	c  1760s|  1280k|  5196 | 25475k|  19.9 |  47M|  83 |   - | 771 |  18k| 771 | 273 |  72 |1102k|  55k| 3.000000e+00 |      --      |    Inf 
1770.91/1770.92	c  1771s|  1290k|  5076 | 25635k|  19.9 |  47M|  83 |   - | 771 |  19k| 771 | 273 |  72 |1109k|  55k| 3.000000e+00 |      --      |    Inf 
1783.51/1783.55	c  1784s|  1300k|  4985 | 25813k|  19.9 |  46M|  83 |   - | 771 |  17k|   0 |   0 |  72 |1116k|  56k| 3.000000e+00 |      --      |    Inf 
1797.10/1797.13	c  1797s|  1310k|  5100 | 26013k|  19.9 |  46M|  83 |  35 | 771 |  18k| 771 | 273 |  72 |1125k|  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      : 1311793
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-3451911-1307115990.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-3451911-1307115990.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   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     714715          0          4          0        258      30083          0          0    1397280
1800.01/1800.00	c   knapsack         :        192          6    4580096          0          1          3   21469188     108705   44562585       1191          0          0
1800.01/1800.00	c   setppc           :         30          6    4471391          0          1          2    7950138      92319    7099702          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    2043117          0          0          0    5497693      50695    1439824          0          0          0
1800.01/1800.00	c   countsols        :          0          0          0          0          1          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         :      85.52       0.00       0.00      85.52       0.00       0.00       0.00
1800.01/1800.00	c   knapsack         :      74.02       0.01      65.57       0.00       0.00       0.00       8.44
1800.01/1800.00	c   setppc           :      21.94       0.00      19.35       0.00       0.00       0.00       2.59
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          :      94.00       0.00      89.01       0.00       0.00       0.00       4.98
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.66       0.66       0.00
1800.01/1800.00	c   rootredcost      :       0.67       0.67       0.00
1800.01/1800.00	c   pseudoobj        :       0.48       0.48       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     231867     231363    1802357       44.9       8408       33.7          -
1800.01/1800.00	c   infeasible LP    :      71.06     421218     239378    2720683       65.8       3592       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 :          -          -          -    1127401       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.53     714079          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        :      85.11     714715        258      30083          0          0    1397280
1800.01/1800.00	c   pscost           :       0.00          0          0          0          0          0          0
1800.01/1800.00	c   inference        :       0.00          1          0          0          0          0          2
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.37          0          0
1800.01/1800.00	c   crossover        :       0.23          0          0
1800.01/1800.00	c   guideddiving     :       0.03          0          0
1800.01/1800.00	c   intshifting      :       0.02          0          0
1800.01/1800.00	c   linesearchdiving :       0.07         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.11         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.21          0          0
1800.01/1800.00	c   rounding         :       0.58      11911          0
1800.01/1800.00	c   shifting         :       2.22       3770          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.07          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.18          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          :    1193.34    1130025   26044646      23.05   21825.05
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   19532.95
1800.01/1800.00	c   strong branching :      77.17      56390    1470042      26.07   19050.34
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            :    1311793
1800.01/1800.00	c   nodes (total)    :    1311793
1800.01/1800.00	c   nodes left       :       5113
1800.01/1800.00	c   max depth        :         83
1800.01/1800.00	c   max depth (total):         83
1800.01/1800.00	c   backtracks       :     256963 (19.6%)
1800.01/1800.00	c   delayed cutoffs  :      80377
1800.01/1800.00	c   repropagations   :    1278870 (10749230 domain reductions, 59806 cutoffs)
1800.01/1800.00	c   avg switch length:       4.29
1800.01/1800.00	c   switching time   :     134.32
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-3451911-1307115990/watcher-3451911-1307115990 -o /tmp/evaluation-result-3451911-1307115990/solver-3451911-1307115990 -C 1800 -W 1900 -M 15500 HOME/scip-2.0.1.4.linux.x86_64.gnu.opt.spx -f HOME/instance-3451911-1307115990.opb -t 1800 -m 15500 

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

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


[startup+0 s]
/proc/loadavg: 2.32 2.10 2.03 2/505 4242
/proc/meminfo: memFree=30254048/32951124 swapFree=51712236/67111528
[pid=4242] ppid=4240 vsize=10132 CPUtime=0 cores=1,3,5,7
/proc/4242/stat : 4242 (scip-2.0.1.4.li) R 4240 4242 2157 0 -1 4202496 1549 0 0 0 0 0 0 0 25 0 1 0 823201614 10375168 1502 33554432000 4194304 9128323 140737342619296 18446744073709551615 6886064 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/4242/statm: 2533 1502 400 1205 0 1324 0

[startup+0.111474 s]
/proc/loadavg: 2.32 2.10 2.03 2/505 4242
/proc/meminfo: memFree=30254048/32951124 swapFree=51712236/67111528
[pid=4242] ppid=4240 vsize=35968 CPUtime=0.11 cores=1,3,5,7
/proc/4242/stat : 4242 (scip-2.0.1.4.li) R 4240 4242 2157 0 -1 4202496 8043 0 0 0 10 1 0 0 18 0 1 0 823201614 36831232 7685 33554432000 4194304 9128323 140737342619296 18446744073709551615 7980987 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/4242/statm: 8992 7687 713 1205 0 7783 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 35968

[startup+0.200466 s]
/proc/loadavg: 2.32 2.10 2.03 2/505 4242
/proc/meminfo: memFree=30254048/32951124 swapFree=51712236/67111528
[pid=4242] ppid=4240 vsize=38944 CPUtime=0.19 cores=1,3,5,7
/proc/4242/stat : 4242 (scip-2.0.1.4.li) R 4240 4242 2157 0 -1 4202496 9206 0 0 0 18 1 0 0 18 0 1 0 823201614 39878656 8486 33554432000 4194304 9128323 140737342619296 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/4242/statm: 9736 8486 731 1205 0 8527 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 38944

[startup+0.300435 s]
/proc/loadavg: 2.32 2.10 2.03 2/505 4242
/proc/meminfo: memFree=30254048/32951124 swapFree=51712236/67111528
[pid=4242] ppid=4240 vsize=39008 CPUtime=0.29 cores=1,3,5,7
/proc/4242/stat : 4242 (scip-2.0.1.4.li) R 4240 4242 2157 0 -1 4202496 9223 0 0 0 28 1 0 0 18 0 1 0 823201614 39944192 8502 33554432000 4194304 9128323 140737342619296 18446744073709551615 6282494 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/4242/statm: 9752 8502 730 1205 0 8543 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 39008

[startup+0.700365 s]
/proc/loadavg: 2.32 2.10 2.03 2/505 4242
/proc/meminfo: memFree=30254048/32951124 swapFree=51712236/67111528
[pid=4242] ppid=4240 vsize=39896 CPUtime=0.69 cores=1,3,5,7
/proc/4242/stat : 4242 (scip-2.0.1.4.li) R 4240 4242 2157 0 -1 4202496 9676 0 0 0 67 2 0 0 18 0 1 0 823201614 40853504 8953 33554432000 4194304 9128323 140737342619296 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/4242/statm: 9974 8953 738 1205 0 8765 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 39896

[startup+1.50022 s]
/proc/loadavg: 2.29 2.10 2.03 3/506 4244
/proc/meminfo: memFree=30220064/32951124 swapFree=51712236/67111528
[pid=4242] ppid=4240 vsize=39896 CPUtime=1.49 cores=1,3,5,7
/proc/4242/stat : 4242 (scip-2.0.1.4.li) R 4240 4242 2157 0 -1 4202496 9676 0 0 0 140 9 0 0 19 0 1 0 823201614 40853504 8953 33554432000 4194304 9128323 140737342619296 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/4242/statm: 9974 8953 738 1205 0 8765 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 39896

[startup+3.10094 s]
/proc/loadavg: 2.29 2.10 2.03 3/506 4244
/proc/meminfo: memFree=30219004/32951124 swapFree=51712236/67111528
[pid=4242] ppid=4240 vsize=39896 CPUtime=3.1 cores=1,3,5,7
/proc/4242/stat : 4242 (scip-2.0.1.4.li) R 4240 4242 2157 0 -1 4202496 9676 0 0 0 288 22 0 0 25 0 1 0 823201614 40853504 8953 33554432000 4194304 9128323 140737342619296 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/4242/statm: 9974 8953 738 1205 0 8765 0
Current children cumulated CPU time (s) 3.1
Current children cumulated vsize (KiB) 39896

[startup+6.30037 s]
/proc/loadavg: 2.27 2.09 2.03 3/506 4244
/proc/meminfo: memFree=30217772/32951124 swapFree=51712236/67111528
[pid=4242] ppid=4240 vsize=39896 CPUtime=6.29 cores=1,3,5,7
/proc/4242/stat : 4242 (scip-2.0.1.4.li) R 4240 4242 2157 0 -1 4202496 9676 0 0 0 579 50 0 0 25 0 1 0 823201614 40853504 8953 33554432000 4194304 9128323 140737342619296 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/4242/statm: 9974 8953 738 1205 0 8765 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 39896

[startup+12.7003 s]
/proc/loadavg: 2.25 2.09 2.03 3/506 4244
/proc/meminfo: memFree=30217176/32951124 swapFree=51712236/67111528
[pid=4242] ppid=4240 vsize=39896 CPUtime=12.69 cores=1,3,5,7
/proc/4242/stat : 4242 (scip-2.0.1.4.li) R 4240 4242 2157 0 -1 4202496 9676 0 0 0 1172 97 0 0 25 0 1 0 823201614 40853504 8953 33554432000 4194304 9128323 140737342619296 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/4242/statm: 9974 8953 738 1205 0 8765 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 39896

[startup+25.501 s]
/proc/loadavg: 2.21 2.09 2.03 3/506 4244
/proc/meminfo: memFree=30217412/32951124 swapFree=51712236/67111528
[pid=4242] ppid=4240 vsize=39896 CPUtime=25.47 cores=1,3,5,7
/proc/4242/stat : 4242 (scip-2.0.1.4.li) R 4240 4242 2157 0 -1 4202496 9676 0 0 0 2358 189 0 0 25 0 1 0 823201614 40853504 8953 33554432000 4194304 9128323 140737342619296 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/4242/statm: 9974 8953 738 1205 0 8765 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 39896

[startup+51.1005 s]
/proc/loadavg: 2.12 2.08 2.03 3/506 4245
/proc/meminfo: memFree=30216596/32951124 swapFree=51712236/67111528
[pid=4242] ppid=4240 vsize=39896 CPUtime=51.07 cores=1,3,5,7
/proc/4242/stat : 4242 (scip-2.0.1.4.li) R 4240 4242 2157 0 -1 4202496 9678 0 0 0 4732 375 0 0 25 0 1 0 823201614 40853504 8955 33554432000 4194304 9128323 140737342619296 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/4242/statm: 9974 8955 740 1205 0 8765 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 39896

[startup+102.3 s]
/proc/loadavg: 1.98 2.05 2.02 3/506 4274
/proc/meminfo: memFree=30288164/32951124 swapFree=51712236/67111528
[pid=4242] ppid=4240 vsize=43676 CPUtime=102.27 cores=1,3,5,7
/proc/4242/stat : 4242 (scip-2.0.1.4.li) R 4240 4242 2157 0 -1 4202496 10739 0 0 0 9483 744 0 0 25 0 1 0 823201614 44724224 10016 33554432000 4194304 9128323 140737342619296 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/4242/statm: 10919 10016 740 1205 0 9710 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 43676

[startup+162.301 s]
/proc/loadavg: 1.99 2.04 2.01 3/506 4276
/proc/meminfo: memFree=30284940/32951124 swapFree=51712236/67111528
[pid=4242] ppid=4240 vsize=46256 CPUtime=162.28 cores=1,3,5,7
/proc/4242/stat : 4242 (scip-2.0.1.4.li) R 4240 4242 2157 0 -1 4202496 11353 0 0 0 15143 1085 0 0 25 0 1 0 823201614 47366144 10630 33554432000 4194304 9128323 140737342619296 18446744073709551615 5200956 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/4242/statm: 11564 10630 740 1205 0 10355 0
Current children cumulated CPU time (s) 162.28
Current children cumulated vsize (KiB) 46256

[startup+222.319 s]
/proc/loadavg: 2.08 2.06 2.01 3/506 4277
/proc/meminfo: memFree=30280292/32951124 swapFree=51712236/67111528
[pid=4242] ppid=4240 vsize=50648 CPUtime=222.3 cores=1,3,5,7
/proc/4242/stat : 4242 (scip-2.0.1.4.li) R 4240 4242 2157 0 -1 4202496 12453 0 0 0 20792 1438 0 0 25 0 1 0 823201614 51863552 11730 33554432000 4194304 9128323 140737342619296 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/4242/statm: 12662 11730 740 1205 0 11453 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 50648

[startup+282.301 s]
/proc/loadavg: 2.06 2.06 2.01 3/506 4279
/proc/meminfo: memFree=30277880/32951124 swapFree=51712236/67111528
[pid=4242] ppid=4240 vsize=54036 CPUtime=282.28 cores=1,3,5,7
/proc/4242/stat : 4242 (scip-2.0.1.4.li) R 4240 4242 2157 0 -1 4202496 13296 0 0 0 26468 1760 0 0 25 0 1 0 823201614 55332864 12573 33554432000 4194304 9128323 140737342619296 18446744073709551615 6889762 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/4242/statm: 13509 12573 740 1205 0 12300 0
Current children cumulated CPU time (s) 282.28
Current children cumulated vsize (KiB) 54036

[startup+342.301 s]
/proc/loadavg: 2.02 2.04 2.01 3/506 4281
/proc/meminfo: memFree=30276348/32951124 swapFree=51712236/67111528
[pid=4242] ppid=4240 vsize=55548 CPUtime=342.28 cores=1,3,5,7
/proc/4242/stat : 4242 (scip-2.0.1.4.li) R 4240 4242 2157 0 -1 4202496 13698 0 0 0 32140 2088 0 0 25 0 1 0 823201614 56881152 12975 33554432000 4194304 9128323 140737342619296 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/4242/statm: 13887 12975 740 1205 0 12678 0
Current children cumulated CPU time (s) 342.28
Current children cumulated vsize (KiB) 55548

[startup+402.3 s]
/proc/loadavg: 2.01 2.03 2.00 3/506 4282
/proc/meminfo: memFree=30273068/32951124 swapFree=51712236/67111528
[pid=4242] ppid=4240 vsize=58804 CPUtime=402.28 cores=1,3,5,7
/proc/4242/stat : 4242 (scip-2.0.1.4.li) R 4240 4242 2157 0 -1 4202496 14494 0 0 0 37820 2408 0 0 25 0 1 0 823201614 60215296 13771 33554432000 4194304 9128323 140737342619296 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/4242/statm: 14701 13771 740 1205 0 13492 0
Current children cumulated CPU time (s) 402.28
Current children cumulated vsize (KiB) 58804

[startup+462.301 s]
/proc/loadavg: 2.00 2.03 2.00 3/506 4284
/proc/meminfo: memFree=30269784/32951124 swapFree=51712236/67111528
[pid=4242] ppid=4240 vsize=62400 CPUtime=462.28 cores=1,3,5,7
/proc/4242/stat : 4242 (scip-2.0.1.4.li) R 4240 4242 2157 0 -1 4202496 15373 0 0 0 43492 2736 0 0 25 0 1 0 823201614 63897600 14650 33554432000 4194304 9128323 140737342619296 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/4242/statm: 15600 14650 740 1205 0 14391 0
Current children cumulated CPU time (s) 462.28
Current children cumulated vsize (KiB) 62400

[startup+522.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/506 4285
/proc/meminfo: memFree=30267736/32951124 swapFree=51712236/67111528
[pid=4242] ppid=4240 vsize=64384 CPUtime=522.29 cores=1,3,5,7
/proc/4242/stat : 4242 (scip-2.0.1.4.li) R 4240 4242 2157 0 -1 4202496 15920 0 0 0 49156 3073 0 0 25 0 1 0 823201614 65929216 15197 33554432000 4194304 9128323 140737342619296 18446744073709551615 7216907 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/4242/statm: 16096 15197 740 1205 0 14887 0
Current children cumulated CPU time (s) 522.29
Current children cumulated vsize (KiB) 64384

[startup+582.301 s]
/proc/loadavg: 2.16 2.05 2.01 3/506 4287
/proc/meminfo: memFree=30265196/32951124 swapFree=51712236/67111528
[pid=4242] ppid=4240 vsize=66576 CPUtime=582.28 cores=1,3,5,7
/proc/4242/stat : 4242 (scip-2.0.1.4.li) R 4240 4242 2157 0 -1 4202496 16441 0 0 0 54836 3392 0 0 25 0 1 0 823201614 68173824 15718 33554432000 4194304 9128323 140737342619296 18446744073709551615 18446744073699065939 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/4242/statm: 16644 15718 740 1205 0 15435 0
Current children cumulated CPU time (s) 582.28
Current children cumulated vsize (KiB) 66576

[startup+642.301 s]

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

[startup+882.319 s]
/proc/loadavg: 2.03 2.05 2.00 3/506 4304
/proc/meminfo: memFree=30243292/32951124 swapFree=51712236/67111528
[pid=4242] ppid=4240 vsize=83308 CPUtime=882.3 cores=1,3,5,7
/proc/4242/stat : 4242 (scip-2.0.1.4.li) R 4240 4242 2157 0 -1 4202496 20598 0 0 0 83245 4985 0 0 25 0 1 0 823201614 85307392 19875 33554432000 4194304 9128323 140737342619296 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/4242/statm: 20827 19875 740 1205 0 19618 0
Current children cumulated CPU time (s) 882.3
Current children cumulated vsize (KiB) 83308

[startup+942.301 s]
/proc/loadavg: 2.01 2.04 2.00 3/506 4306
/proc/meminfo: memFree=30238492/32951124 swapFree=51712236/67111528
[pid=4242] ppid=4240 vsize=87020 CPUtime=942.29 cores=1,3,5,7
/proc/4242/stat : 4242 (scip-2.0.1.4.li) R 4240 4242 2157 0 -1 4202496 21545 0 0 0 88948 5281 0 0 25 0 1 0 823201614 89108480 20822 33554432000 4194304 9128323 140737342619296 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/4242/statm: 21755 20822 740 1205 0 20546 0
Current children cumulated CPU time (s) 942.29
Current children cumulated vsize (KiB) 87020

[startup+1002.3 s]
/proc/loadavg: 2.00 2.03 2.00 3/506 4307
/proc/meminfo: memFree=30233232/32951124 swapFree=51712236/67111528
[pid=4242] ppid=4240 vsize=90348 CPUtime=1002.29 cores=1,3,5,7
/proc/4242/stat : 4242 (scip-2.0.1.4.li) R 4240 4242 2157 0 -1 4202496 22392 0 0 0 94657 5572 0 0 25 0 1 0 823201614 92516352 21669 33554432000 4194304 9128323 140737342619296 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/4242/statm: 22587 21669 740 1205 0 21378 0
Current children cumulated CPU time (s) 1002.29
Current children cumulated vsize (KiB) 90348

[startup+1062.3 s]
/proc/loadavg: 2.05 2.04 2.00 3/506 4312
/proc/meminfo: memFree=30230828/32951124 swapFree=51712236/67111528
[pid=4242] ppid=4240 vsize=91084 CPUtime=1062.29 cores=1,3,5,7
/proc/4242/stat : 4242 (scip-2.0.1.4.li) R 4240 4242 2157 0 -1 4202496 22562 0 0 0 100361 5868 0 0 25 0 1 0 823201614 93270016 21839 33554432000 4194304 9128323 140737342619296 18446744073709551615 5332999 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/4242/statm: 22771 21839 740 1205 0 21562 0
Current children cumulated CPU time (s) 1062.29
Current children cumulated vsize (KiB) 91084

[startup+1122.3 s]
/proc/loadavg: 2.02 2.03 2.00 3/506 4313
/proc/meminfo: memFree=30228952/32951124 swapFree=51712236/67111528
[pid=4242] ppid=4240 vsize=91952 CPUtime=1122.29 cores=1,3,5,7
/proc/4242/stat : 4242 (scip-2.0.1.4.li) R 4240 4242 2157 0 -1 4202496 22791 0 0 0 106057 6172 0 0 25 0 1 0 823201614 94158848 22068 33554432000 4194304 9128323 140737342619296 18446744073709551615 4947715 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/4242/statm: 22988 22068 740 1205 0 21779 0
Current children cumulated CPU time (s) 1122.29
Current children cumulated vsize (KiB) 91952

[startup+1182.3 s]
/proc/loadavg: 2.09 2.05 2.01 3/506 4315
/proc/meminfo: memFree=30225164/32951124 swapFree=51712236/67111528
[pid=4242] ppid=4240 vsize=92744 CPUtime=1182.3 cores=1,3,5,7
/proc/4242/stat : 4242 (scip-2.0.1.4.li) R 4240 4242 2157 0 -1 4202496 22980 0 0 0 111764 6466 0 0 25 0 1 0 823201614 94969856 22257 33554432000 4194304 9128323 140737342619296 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/4242/statm: 23186 22257 740 1205 0 21977 0
Current children cumulated CPU time (s) 1182.3
Current children cumulated vsize (KiB) 92744

[startup+1242.3 s]
/proc/loadavg: 2.07 2.05 2.01 3/506 4317
/proc/meminfo: memFree=30219020/32951124 swapFree=51712236/67111528
[pid=4242] ppid=4240 vsize=94912 CPUtime=1242.3 cores=1,3,5,7
/proc/4242/stat : 4242 (scip-2.0.1.4.li) R 4240 4242 2157 0 -1 4202496 23517 0 0 0 117485 6745 0 0 25 0 1 0 823201614 97189888 22794 33554432000 4194304 9128323 140737342619296 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/4242/statm: 23728 22794 740 1205 0 22519 0
Current children cumulated CPU time (s) 1242.3
Current children cumulated vsize (KiB) 94912

[startup+1302.3 s]
/proc/loadavg: 2.18 2.07 2.01 3/506 4318
/proc/meminfo: memFree=30215240/32951124 swapFree=51712236/67111528
[pid=4242] ppid=4240 vsize=95768 CPUtime=1302.3 cores=1,3,5,7
/proc/4242/stat : 4242 (scip-2.0.1.4.li) R 4240 4242 2157 0 -1 4202496 23742 0 0 0 123186 7044 0 0 25 0 1 0 823201614 98066432 23019 33554432000 4194304 9128323 140737342619296 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/4242/statm: 23942 23019 740 1205 0 22733 0
Current children cumulated CPU time (s) 1302.3
Current children cumulated vsize (KiB) 95768

[startup+1362.3 s]
/proc/loadavg: 2.14 2.07 2.01 3/506 4320
/proc/meminfo: memFree=30213068/32951124 swapFree=51712236/67111528
[pid=4242] ppid=4240 vsize=96520 CPUtime=1362.3 cores=1,3,5,7
/proc/4242/stat : 4242 (scip-2.0.1.4.li) R 4240 4242 2157 0 -1 4202496 23958 0 0 0 128891 7339 0 0 25 0 1 0 823201614 98836480 23235 33554432000 4194304 9128323 140737342619296 18446744073709551615 5321305 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/4242/statm: 24130 23235 740 1205 0 22921 0
Current children cumulated CPU time (s) 1362.3
Current children cumulated vsize (KiB) 96520

[startup+1422.3 s]
/proc/loadavg: 2.05 2.06 2.00 3/506 4321
/proc/meminfo: memFree=30210044/32951124 swapFree=51712236/67111528
[pid=4242] ppid=4240 vsize=98280 CPUtime=1422.31 cores=1,3,5,7
/proc/4242/stat : 4242 (scip-2.0.1.4.li) R 4240 4242 2157 0 -1 4202496 24377 0 0 0 134588 7643 0 0 25 0 1 0 823201614 100638720 23654 33554432000 4194304 9128323 140737342619296 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/4242/statm: 24570 23654 740 1205 0 23361 0
Current children cumulated CPU time (s) 1422.31
Current children cumulated vsize (KiB) 98280

[startup+1482.3 s]
/proc/loadavg: 2.02 2.04 2.00 3/506 4323
/proc/meminfo: memFree=30209248/32951124 swapFree=51712236/67111528
[pid=4242] ppid=4240 vsize=99288 CPUtime=1482.3 cores=1,3,5,7
/proc/4242/stat : 4242 (scip-2.0.1.4.li) R 4240 4242 2157 0 -1 4202496 24615 0 0 0 140293 7937 0 0 25 0 1 0 823201614 101670912 23892 33554432000 4194304 9128323 140737342619296 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/4242/statm: 24822 23892 740 1205 0 23613 0
Current children cumulated CPU time (s) 1482.3
Current children cumulated vsize (KiB) 99288

[startup+1542.32 s]
/proc/loadavg: 2.00 2.03 2.00 3/506 4325
/proc/meminfo: memFree=30205840/32951124 swapFree=51712236/67111528
[pid=4242] ppid=4240 vsize=99932 CPUtime=1542.32 cores=1,3,5,7
/proc/4242/stat : 4242 (scip-2.0.1.4.li) R 4240 4242 2157 0 -1 4202496 24794 0 0 0 146002 8230 0 0 25 0 1 0 823201614 102330368 24071 33554432000 4194304 9128323 140737342619296 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/4242/statm: 24983 24071 740 1205 0 23774 0
Current children cumulated CPU time (s) 1542.32
Current children cumulated vsize (KiB) 99932

[startup+1602.3 s]
/proc/loadavg: 2.00 2.03 2.00 3/506 4326
/proc/meminfo: memFree=30200964/32951124 swapFree=51712236/67111528
[pid=4242] ppid=4240 vsize=100436 CPUtime=1602.3 cores=1,3,5,7
/proc/4242/stat : 4242 (scip-2.0.1.4.li) R 4240 4242 2157 0 -1 4202496 24926 0 0 0 151710 8520 0 0 25 0 1 0 823201614 102846464 24203 33554432000 4194304 9128323 140737342619296 18446744073709551615 6505911 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/4242/statm: 25109 24203 740 1205 0 23900 0
Current children cumulated CPU time (s) 1602.3
Current children cumulated vsize (KiB) 100436

[startup+1662.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/506 4328
/proc/meminfo: memFree=30199024/32951124 swapFree=51712236/67111528
[pid=4242] ppid=4240 vsize=100884 CPUtime=1662.31 cores=1,3,5,7
/proc/4242/stat : 4242 (scip-2.0.1.4.li) R 4240 4242 2157 0 -1 4202496 25030 0 0 0 157420 8811 0 0 25 0 1 0 823201614 103305216 24307 33554432000 4194304 9128323 140737342619296 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/4242/statm: 25221 24307 740 1205 0 24012 0
Current children cumulated CPU time (s) 1662.31
Current children cumulated vsize (KiB) 100884

[startup+1722.3 s]
/proc/loadavg: 2.11 2.04 2.01 3/506 4329
/proc/meminfo: memFree=30197548/32951124 swapFree=51712236/67111528
[pid=4242] ppid=4240 vsize=101216 CPUtime=1722.31 cores=1,3,5,7
/proc/4242/stat : 4242 (scip-2.0.1.4.li) R 4240 4242 2157 0 -1 4202496 25096 0 0 0 163114 9117 0 0 25 0 1 0 823201614 103645184 24373 33554432000 4194304 9128323 140737342619296 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/4242/statm: 25304 24373 740 1205 0 24095 0
Current children cumulated CPU time (s) 1722.31
Current children cumulated vsize (KiB) 101216

[startup+1782.3 s]
/proc/loadavg: 2.09 2.05 2.01 3/506 4331
/proc/meminfo: memFree=30196500/32951124 swapFree=51712236/67111528
[pid=4242] ppid=4240 vsize=101216 CPUtime=1782.31 cores=1,3,5,7
/proc/4242/stat : 4242 (scip-2.0.1.4.li) R 4240 4242 2157 0 -1 4202496 25110 0 0 0 168816 9415 0 0 25 0 1 0 823201614 103645184 24387 33554432000 4194304 9128323 140737342619296 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/4242/statm: 25304 24387 740 1205 0 24095 0
Current children cumulated CPU time (s) 1782.31
Current children cumulated vsize (KiB) 101216



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800 s]
/proc/loadavg: 2.07 2.05 2.01 3/506 4331
/proc/meminfo: memFree=30195620/32951124 swapFree=51712236/67111528
[pid=4242] ppid=4240 vsize=101412 CPUtime=1800.02 cores=1,3,5,7
/proc/4242/stat : 4242 (scip-2.0.1.4.li) R 4240 4242 2157 0 -1 4202496 25176 0 0 0 170495 9507 0 0 25 0 1 0 823201614 103845888 24453 33554432000 4194304 9128323 140737342619296 18446744073709551615 4240086 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/4242/statm: 25353 24453 742 1205 0 24144 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 101412

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.07 2.05 2.01 3/506 4331
/proc/meminfo: memFree=30195620/32951124 swapFree=51712236/67111528
[pid=4242] ppid=4240 vsize=101412 CPUtime=1800.02 cores=1,3,5,7
/proc/4242/stat : 4242 (scip-2.0.1.4.li) R 4240 4242 2157 0 -1 4202496 25176 0 0 0 170495 9507 0 0 25 0 1 0 823201614 103845888 24453 33554432000 4194304 9128323 140737342619296 18446744073709551615 4240086 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/4242/statm: 25353 24453 742 1205 0 24144 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 101412

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

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

runsolver used 8.75767 second user time and 20.7318 second system time

The end

Launcher Data

Begin job on node103 at 2011-06-03 17:46:30
IDJOB=3451911
IDBENCH=71846
IDSOLVER=1949
FILE ID=node103/3451911-1307115990
RUNJOBID= node103-1307108784-3651
PBS_JOBID= 13497971
Free space on /tmp= 73868 MiB

SOLVER NAME= SCIP spx SCIP 2.0.1.4. 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.4.linux.x86_64.gnu.opt.spx -f BENCHNAME -t TIMEOUT -m MEMLIMIT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3451911-1307115990/watcher-3451911-1307115990 -o /tmp/evaluation-result-3451911-1307115990/solver-3451911-1307115990 -C 1800 -W 1900 -M 15500  HOME/scip-2.0.1.4.linux.x86_64.gnu.opt.spx -f HOME/instance-3451911-1307115990.opb -t 1800 -m 15500

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

MD5SUM BENCH= a013c9210a7cfe037db9246041ce6240
RANDOM SEED=310843347

node103.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.858
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.858
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.75
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.858
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.858
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.77
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.858
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.858
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.75
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.858
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.83
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.858
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.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      30254328 kB
Buffers:        288160 kB
Cached:         445232 kB
SwapCached:      23760 kB
Active:        2026040 kB
Inactive:       378648 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      30254328 kB
SwapTotal:    67111528 kB
SwapFree:     51712236 kB
Dirty:           12056 kB
Writeback:           0 kB
AnonPages:     1668744 kB
Mapped:          25692 kB
Slab:           149288 kB
PageTables:      73268 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 162200624 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= 73856 MiB
End job on node103 at 2011-06-03 18:16:32