Trace number 2665438

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
SCIPclp SCIP 1.2.1.2 with Clp 1.11.1 (Release Version) as LP solver? (TO) 1802.13 1802.56

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB06/manquiho/
market-split/normalized-market-split_8_70_3.opb
MD5SUMdc0a3aac3e055af09a2312e5ef9f2aef
Bench CategoryOPT-SMALLINT (optimisation, small integers)
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 variables71
Total number of constraints17
Number of constraints which are clauses1
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints16
Minimum length of a constraint1
Maximum length of a constraint70
Number of terms in the objective function 1
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 1
Number of bits of the sum of numbers in the objective function 1
Biggest number in a constraint 1782
Number of bits of the biggest number in a constraint 11
Biggest sum of numbers in a constraint 5346
Number of bits of the biggest sum of numbers13
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 1.2.1.2 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: Clp 1.11.1] [Expressions interpreter: NONE]
0.00/0.00	c Copyright (c) 2002-2010 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-2665438-1276598361.opb>
0.00/0.01	c original problem has 71 variables (71 bin, 0 int, 0 impl, 0 cont) and 17 constraints
0.00/0.01	c problem read
0.00/0.01	c presolving settings loaded
0.00/0.01	c presolving:
0.00/0.02	c (round 1) 1 del vars, 1 del conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 0 clqs
0.00/0.02	c (round 2) 1 del vars, 9 del conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 0 clqs
0.01/0.03	c presolving (3 rounds):
0.01/0.03	c  1 deleted vars, 9 deleted constraints, 0 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
0.01/0.03	c  0 implications, 0 cliques
0.01/0.03	c presolved problem has 70 variables (70 bin, 0 int, 0 impl, 0 cont) and 8 constraints
0.01/0.03	c       8 constraints of type <linear>
0.01/0.03	c transformed objective value is always integral (scale: 1)
0.01/0.03	c Presolving Time: 0.02
0.01/0.03	c - non default parameters ----------------------------------------------------------------------
0.01/0.03	c # SCIP version 1.2.1.2
0.01/0.03	c 
0.01/0.03	c # frequency for displaying node information lines
0.01/0.03	c # [type: int, range: [-1,2147483647], default: 100]
0.01/0.03	c display/freq = 10000
0.01/0.03	c 
0.01/0.03	c # maximal time in seconds to run
0.01/0.03	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.01/0.03	c limits/time = 1800
0.01/0.03	c 
0.01/0.03	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.01/0.03	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.01/0.03	c limits/memory = 1620
0.01/0.03	c 
0.01/0.03	c # should presolving try to simplify inequalities
0.01/0.03	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.01/0.03	c constraints/linear/simplifyinequalities = TRUE
0.01/0.03	c 
0.01/0.03	c # should presolving try to simplify knapsacks
0.01/0.03	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.01/0.03	c constraints/knapsack/simplifyinequalities = TRUE
0.01/0.03	c 
0.01/0.03	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
0.01/0.03	c # [type: int, range: [-1,2147483647], default: -1]
0.01/0.03	c separating/rapidlearning/freq = 0
0.01/0.03	c 
0.01/0.03	c -----------------------------------------------------------------------------------------------
0.01/0.03	c start solving
0.01/0.03	c 
0.01/0.03	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
0.01/0.03	c   0.0s|     1 |     0 |    40 |     - | 363k|   0 |   8 |  70 |   8 |  70 |   8 |   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
0.09/0.19	c   0.2s|     1 |     0 |    46 |     - | 449k|   0 |  11 |  70 |  21 |  70 |  14 |   6 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
0.19/0.21	c   0.2s|     1 |     0 |    53 |     - | 502k|   0 |  15 |  70 |  21 |  70 |  22 |  14 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
0.19/0.22	c   0.2s|     1 |     0 |    65 |     - | 528k|   0 |  18 |  70 |  21 |  70 |  25 |  17 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
0.19/0.24	c   0.2s|     1 |     0 |    77 |     - | 547k|   0 |  18 |  70 |  21 |  70 |  27 |  19 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
0.19/0.26	c   0.2s|     1 |     0 |    92 |     - | 575k|   0 |  19 |  70 |  21 |  70 |  30 |  22 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
0.19/0.28	c   0.2s|     1 |     0 |   106 |     - | 590k|   0 |  21 |  70 |  21 |  70 |  31 |  23 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
0.29/0.37	c   0.3s|     1 |     2 |   106 |     - | 591k|   0 |  21 |  70 |  21 |  70 |  31 |  23 |   0 |   9 | 0.000000e+00 |      --      |    Inf 
6.99/7.03	c   6.1s| 10000 |  5797 | 35430 |   3.5 |3974k|  61 |   8 |  70 |1558 |  70 |  21 |  23 |1812 | 632 | 0.000000e+00 |      --      |    Inf 
13.78/13.81	c  12.1s| 20000 | 10508 | 71349 |   3.6 |6560k|  61 |   8 |  70 |1154 |  70 |  21 |  23 |4289 | 859 | 0.000000e+00 |      --      |    Inf 
20.39/20.41	c  17.8s| 30000 | 14496 |107992 |   3.6 |8918k|  61 |   - |  70 |1184 |  70 |  21 |  23 |7119 |1032 | 0.000000e+00 |      --      |    Inf 
26.99/27.06	c  23.6s| 40000 | 18280 |146214 |   3.7 |  11M|  61 |   - |  70 |1169 |  70 |  21 |  23 |  10k|1145 | 0.000000e+00 |      --      |    Inf 
33.58/33.63	c  29.3s| 50000 | 22143 |185080 |   3.7 |  13M|  61 |   8 |  70 |1303 |  70 |  21 |  23 |  12k|1229 | 0.000000e+00 |      --      |    Inf 
40.18/40.28	c  35.1s| 60000 | 25911 |224226 |   3.7 |  15M|  61 |   - |  70 |1385 |  70 |  21 |  23 |  15k|1323 | 0.000000e+00 |      --      |    Inf 
46.88/46.94	c  40.9s| 70000 | 29759 |263379 |   3.8 |  18M|  61 |   8 |  70 |1514 |  70 |  21 |  23 |  18k|1407 | 0.000000e+00 |      --      |    Inf 
53.68/53.70	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
53.68/53.70	c  46.9s| 80000 | 33194 |302837 |   3.8 |  20M|  61 |   - |  70 |1509 |  70 |  21 |  23 |  22k|1487 | 0.000000e+00 |      --      |    Inf 
60.28/60.40	c  52.9s| 90000 | 36723 |342073 |   3.8 |  22M|  61 |   8 |  70 |1586 |  70 |  21 |  23 |  25k|1549 | 0.000000e+00 |      --      |    Inf 
67.08/67.12	c  58.9s|100000 | 40014 |381239 |   3.8 |  24M|  61 |   8 |  70 |1664 |  70 |  21 |  23 |  28k|1621 | 0.000000e+00 |      --      |    Inf 
73.97/74.01	c  65.0s|110000 | 43094 |423550 |   3.8 |  26M|  61 |   8 |  70 |1754 |  70 |  21 |  23 |  31k|1690 | 0.000000e+00 |      --      |    Inf 
80.97/81.02	c  71.2s|120000 | 46333 |472892 |   3.9 |  28M|  61 |   - |  70 |1503 |  70 |  21 |  23 |  35k|1748 | 0.000000e+00 |      --      |    Inf 
87.88/87.97	c  77.4s|130000 | 49468 |523201 |   4.0 |  30M|  61 |   - |  70 |1526 |  70 |  21 |  23 |  38k|1815 | 0.000000e+00 |      --      |    Inf 
94.76/94.88	c  83.5s|140000 | 52667 |573216 |   4.1 |  33M|  61 |   - |  70 |1703 |  70 |  21 |  23 |  41k|1878 | 0.000000e+00 |      --      |    Inf 
101.86/101.98	c  89.7s|150000 | 55463 |622141 |   4.1 |  34M|  61 |   8 |  70 |1503 |  70 |  21 |  23 |  45k|1930 | 0.000000e+00 |      --      |    Inf 
108.87/109.00	c  95.9s|160000 | 58691 |672352 |   4.2 |  37M|  61 |   - |  70 |1623 |  70 |  21 |  23 |  48k|1995 | 0.000000e+00 |      --      |    Inf 
115.87/115.99	c   102s|170000 | 61802 |720459 |   4.2 |  39M|  61 |   - |  70 |1491 |  70 |  21 |  23 |  51k|2049 | 0.000000e+00 |      --      |    Inf 
122.96/123.08	c   108s|180000 | 64752 |769492 |   4.3 |  41M|  61 |   8 |  70 |1692 |  70 |  21 |  23 |  54k|2096 | 0.000000e+00 |      --      |    Inf 
130.07/130.14	c   114s|190000 | 67771 |817954 |   4.3 |  43M|  61 |   8 |  70 |1553 |  70 |  21 |  23 |  58k|2148 | 0.000000e+00 |      --      |    Inf 
136.96/137.07	c   120s|200000 | 70701 |860873 |   4.3 |  45M|  61 |   - |  70 |1698 |  70 |  21 |  23 |  61k|2194 | 0.000000e+00 |      --      |    Inf 
143.96/144.04	c   127s|210000 | 73627 |898386 |   4.3 |  47M|  61 |   8 |  70 |1864 |  70 |  21 |  23 |  65k|2235 | 0.000000e+00 |      --      |    Inf 
150.86/150.92	c   133s|220000 | 76683 |935077 |   4.2 |  49M|  62 |   - |  70 |2102 |  70 |  21 |  23 |  68k|2266 | 0.000000e+00 |      --      |    Inf 
157.85/157.91	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
157.85/157.91	c   139s|230000 | 79700 |971620 |   4.2 |  51M|  62 |   8 |  70 |1875 |  70 |  21 |  23 |  71k|2303 | 0.000000e+00 |      --      |    Inf 
164.75/164.89	c   145s|240000 | 82521 |  1008k|   4.2 |  53M|  62 |   - |  70 |2124 |  70 |  21 |  23 |  75k|2333 | 0.000000e+00 |      --      |    Inf 
171.85/171.90	c   151s|250000 | 85290 |  1045k|   4.2 |  55M|  62 |   8 |  70 |2007 |  70 |  21 |  23 |  78k|2354 | 0.000000e+00 |      --      |    Inf 
178.75/178.88	c   157s|260000 | 88273 |  1083k|   4.2 |  57M|  62 |   - |  70 |2046 |  70 |  21 |  23 |  82k|2382 | 0.000000e+00 |      --      |    Inf 
185.86/185.98	c   163s|270000 | 90983 |  1120k|   4.1 |  59M|  62 |   - |  70 |2263 |  70 |  21 |  23 |  85k|2419 | 0.000000e+00 |      --      |    Inf 
193.05/193.12	c   170s|280000 | 93950 |  1158k|   4.1 |  61M|  62 |   8 |  70 |1888 |  70 |  21 |  23 |  89k|2456 | 0.000000e+00 |      --      |    Inf 
200.05/200.18	c   176s|290000 | 96683 |  1194k|   4.1 |  63M|  62 |   8 |  70 |2067 |  70 |  21 |  23 |  92k|2482 | 0.000000e+00 |      --      |    Inf 
207.24/207.30	c   182s|300000 | 99425 |  1232k|   4.1 |  65M|  62 |   8 |  70 |2157 |  70 |  21 |  23 |  96k|2519 | 0.000000e+00 |      --      |    Inf 
214.45/214.59	c   188s|310000 |102036 |  1270k|   4.1 |  67M|  62 |   8 |  70 |1720 |  70 |  21 |  23 |  99k|2559 | 0.000000e+00 |      --      |    Inf 
221.54/221.60	c   195s|320000 |104760 |  1307k|   4.1 |  69M|  62 |   8 |  70 |1688 |  70 |  21 |  23 | 103k|2593 | 0.000000e+00 |      --      |    Inf 
228.44/228.51	c   201s|330000 |107660 |  1344k|   4.1 |  71M|  62 |   8 |  70 |2188 |  70 |  21 |  23 | 106k|2624 | 0.000000e+00 |      --      |    Inf 
235.34/235.48	c   207s|340000 |110569 |  1381k|   4.1 |  73M|  62 |   - |  70 |1979 |  70 |  21 |  23 | 110k|2647 | 0.000000e+00 |      --      |    Inf 
242.43/242.57	c   213s|350000 |113309 |  1419k|   4.1 |  76M|  62 |   8 |  70 |2035 |  70 |  21 |  23 | 113k|2673 | 0.000000e+00 |      --      |    Inf 
249.44/249.50	c   219s|360000 |116345 |  1456k|   4.0 |  78M|  62 |   8 |  70 |2456 |  70 |  21 |  23 | 117k|2699 | 0.000000e+00 |      --      |    Inf 
256.43/256.52	c   225s|370000 |119365 |  1493k|   4.0 |  80M|  62 |   8 |  70 |2124 |  70 |  21 |  23 | 120k|2725 | 0.000000e+00 |      --      |    Inf 
263.43/263.54	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
263.43/263.54	c   231s|380000 |122308 |  1530k|   4.0 |  82M|  62 |   8 |  70 |2412 |  70 |  21 |  23 | 123k|2749 | 0.000000e+00 |      --      |    Inf 
270.62/270.75	c   238s|390000 |125031 |  1567k|   4.0 |  84M|  62 |   8 |  70 |2054 |  70 |  21 |  23 | 127k|2781 | 0.000000e+00 |      --      |    Inf 
277.73/277.80	c   244s|400000 |127893 |  1605k|   4.0 |  86M|  62 |   8 |  70 |2217 |  70 |  21 |  23 | 130k|2812 | 0.000000e+00 |      --      |    Inf 
284.83/284.98	c   250s|410000 |130595 |  1642k|   4.0 |  88M|  62 |   8 |  70 |2258 |  70 |  21 |  23 | 134k|2842 | 0.000000e+00 |      --      |    Inf 
291.92/292.09	c   256s|420000 |133344 |  1680k|   4.0 |  90M|  62 |   8 |  70 |2333 |  70 |  21 |  23 | 138k|2870 | 0.000000e+00 |      --      |    Inf 
299.02/299.13	c   263s|430000 |136447 |  1717k|   4.0 |  92M|  62 |   8 |  70 |2140 |  70 |  21 |  23 | 141k|2899 | 0.000000e+00 |      --      |    Inf 
306.22/306.31	c   269s|440000 |139027 |  1755k|   4.0 |  94M|  62 |   8 |  70 |1956 |  70 |  21 |  23 | 144k|2922 | 0.000000e+00 |      --      |    Inf 
313.22/313.37	c   275s|450000 |141868 |  1791k|   4.0 |  96M|  62 |   8 |  70 |2035 |  70 |  21 |  23 | 148k|2939 | 0.000000e+00 |      --      |    Inf 
320.22/320.36	c   281s|460000 |144611 |  1828k|   4.0 |  98M|  62 |   - |  70 |2570 |  70 |  21 |  23 | 151k|2963 | 0.000000e+00 |      --      |    Inf 
327.32/327.48	c   287s|470000 |147499 |  1865k|   4.0 | 100M|  62 |   8 |  70 |2239 |  70 |  21 |  23 | 155k|2969 | 0.000000e+00 |      --      |    Inf 
334.51/334.63	c   294s|480000 |150202 |  1902k|   4.0 | 102M|  62 |   8 |  70 |2143 |  70 |  21 |  23 | 158k|2979 | 0.000000e+00 |      --      |    Inf 
341.71/341.85	c   300s|490000 |152841 |  1939k|   4.0 | 104M|  62 |   - |  70 |2218 |  70 |  21 |  23 | 162k|2998 | 0.000000e+00 |      --      |    Inf 
348.81/348.95	c   306s|500000 |155690 |  1975k|   4.0 | 106M|  62 |   8 |  70 |2113 |  70 |  21 |  23 | 165k|3015 | 0.000000e+00 |      --      |    Inf 
355.91/356.09	c   312s|510000 |158411 |  2012k|   3.9 | 108M|  62 |   - |  70 |2314 |  70 |  21 |  23 | 169k|3033 | 0.000000e+00 |      --      |    Inf 
363.00/363.17	c   319s|520000 |161381 |  2050k|   3.9 | 110M|  62 |   8 |  70 |2116 |  70 |  21 |  23 | 172k|3044 | 0.000000e+00 |      --      |    Inf 
370.00/370.16	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
370.00/370.16	c   325s|530000 |164270 |  2086k|   3.9 | 113M|  62 |   8 |  70 |2653 |  70 |  21 |  23 | 176k|3064 | 0.000000e+00 |      --      |    Inf 
377.11/377.30	c   331s|540000 |167048 |  2123k|   3.9 | 115M|  62 |   8 |  70 |2318 |  70 |  21 |  23 | 179k|3082 | 0.000000e+00 |      --      |    Inf 
384.30/384.49	c   337s|550000 |169856 |  2160k|   3.9 | 117M|  62 |   - |  70 |2172 |  70 |  21 |  23 | 182k|3096 | 0.000000e+00 |      --      |    Inf 
391.51/391.66	c   344s|560000 |172664 |  2198k|   3.9 | 119M|  63 |   - |  70 |2301 |  70 |  21 |  23 | 186k|3125 | 0.000000e+00 |      --      |    Inf 
398.50/398.65	c   350s|570000 |175814 |  2234k|   3.9 | 121M|  63 |   - |  70 |2890 |  70 |  21 |  23 | 189k|3146 | 0.000000e+00 |      --      |    Inf 
405.71/405.86	c   356s|580000 |178746 |  2272k|   3.9 | 123M|  63 |   8 |  70 |2735 |  70 |  21 |  23 | 193k|3168 | 0.000000e+00 |      --      |    Inf 
412.89/413.07	c   362s|590000 |181542 |  2309k|   3.9 | 125M|  63 |   8 |  70 |2527 |  70 |  21 |  23 | 196k|3174 | 0.000000e+00 |      --      |    Inf 
420.10/420.23	c   369s|600000 |184265 |  2346k|   3.9 | 127M|  63 |   8 |  70 |2496 |  70 |  21 |  23 | 200k|3186 | 0.000000e+00 |      --      |    Inf 
427.39/427.58	c   375s|610000 |186783 |  2383k|   3.9 | 129M|  63 |   8 |  70 |2319 |  70 |  21 |  23 | 203k|3199 | 0.000000e+00 |      --      |    Inf 
434.59/434.74	c   381s|620000 |189677 |  2421k|   3.9 | 131M|  63 |   - |  70 |2416 |  70 |  21 |  23 | 207k|3213 | 0.000000e+00 |      --      |    Inf 
441.78/441.93	c   388s|630000 |192233 |  2459k|   3.9 | 133M|  63 |   - |  70 |2675 |  70 |  21 |  23 | 210k|3235 | 0.000000e+00 |      --      |    Inf 
449.09/449.23	c   394s|640000 |194824 |  2496k|   3.9 | 135M|  63 |   8 |  70 |2673 |  70 |  21 |  23 | 214k|3250 | 0.000000e+00 |      --      |    Inf 
456.39/456.54	c   401s|650000 |197444 |  2534k|   3.9 | 137M|  63 |   8 |  70 |2550 |  70 |  21 |  23 | 217k|3256 | 0.000000e+00 |      --      |    Inf 
463.38/463.59	c   407s|660000 |200606 |  2571k|   3.9 | 139M|  63 |   8 |  70 |2416 |  70 |  21 |  23 | 220k|3272 | 0.000000e+00 |      --      |    Inf 
470.69/470.83	c   413s|670000 |203296 |  2608k|   3.9 | 141M|  63 |   8 |  70 |2908 |  70 |  21 |  23 | 224k|3288 | 0.000000e+00 |      --      |    Inf 
477.88/478.09	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
477.88/478.09	c   420s|680000 |206098 |  2644k|   3.9 | 143M|  63 |   - |  70 |2574 |   0 |   0 |  23 | 227k|3302 | 0.000000e+00 |      --      |    Inf 
485.18/485.33	c   426s|690000 |208730 |  2681k|   3.9 | 145M|  63 |   8 |  70 |2297 |  70 |  21 |  23 | 231k|3321 | 0.000000e+00 |      --      |    Inf 
492.47/492.61	c   432s|700000 |211336 |  2718k|   3.9 | 147M|  63 |   - |  70 |2442 |  70 |  21 |  23 | 234k|3343 | 0.000000e+00 |      --      |    Inf 
499.47/499.60	c   438s|710000 |214367 |  2754k|   3.9 | 149M|  63 |   8 |  70 |2484 |  70 |  21 |  23 | 238k|3365 | 0.000000e+00 |      --      |    Inf 
506.57/506.72	c   445s|720000 |217146 |  2791k|   3.9 | 151M|  63 |   - |  70 |2552 |  70 |  21 |  23 | 241k|3382 | 0.000000e+00 |      --      |    Inf 
513.77/513.97	c   451s|730000 |219878 |  2827k|   3.9 | 153M|  63 |   8 |  70 |2429 |  70 |  21 |  23 | 245k|3404 | 0.000000e+00 |      --      |    Inf 
520.87/521.07	c   457s|740000 |222801 |  2864k|   3.9 | 155M|  63 |   - |  70 |2874 |  70 |  21 |  23 | 248k|3425 | 0.000000e+00 |      --      |    Inf 
528.17/528.33	c   464s|750000 |225691 |  2901k|   3.9 | 157M|  63 |   - |  70 |2563 |  70 |  21 |  23 | 251k|3438 | 0.000000e+00 |      --      |    Inf 
535.36/535.57	c   470s|760000 |228420 |  2938k|   3.9 | 159M|  63 |   8 |  70 |2559 |  70 |  21 |  23 | 255k|3448 | 0.000000e+00 |      --      |    Inf 
542.77/542.90	c   477s|770000 |230973 |  2975k|   3.9 | 161M|  63 |   8 |  70 |2281 |  70 |  21 |  23 | 259k|3459 | 0.000000e+00 |      --      |    Inf 
549.87/550.07	c   483s|780000 |233602 |  3012k|   3.9 | 163M|  63 |   8 |  70 |2441 |  70 |  21 |  23 | 262k|3473 | 0.000000e+00 |      --      |    Inf 
557.06/557.26	c   489s|790000 |236436 |  3049k|   3.9 | 165M|  63 |   8 |  70 |2355 |  70 |  21 |  23 | 265k|3491 | 0.000000e+00 |      --      |    Inf 
564.36/564.52	c   496s|800000 |239052 |  3085k|   3.9 | 167M|  63 |   8 |  70 |2345 |  70 |  21 |  23 | 269k|3504 | 0.000000e+00 |      --      |    Inf 
571.56/571.70	c   502s|810000 |241671 |  3122k|   3.9 | 169M|  63 |   8 |  70 |2555 |  70 |  21 |  23 | 273k|3507 | 0.000000e+00 |      --      |    Inf 
578.76/578.92	c   508s|820000 |244273 |  3159k|   3.9 | 171M|  63 |   - |  70 |2772 |  70 |  21 |  23 | 276k|3510 | 0.000000e+00 |      --      |    Inf 
585.86/586.02	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
585.86/586.02	c   515s|830000 |247181 |  3197k|   3.9 | 173M|  63 |   8 |  70 |3183 |  70 |  21 |  23 | 279k|3515 | 0.000000e+00 |      --      |    Inf 
592.95/593.14	c   521s|840000 |250271 |  3233k|   3.8 | 175M|  63 |   - |  70 |2430 |  70 |  21 |  23 | 283k|3522 | 0.000000e+00 |      --      |    Inf 
599.75/599.97	c   527s|850000 |253691 |  3270k|   3.8 | 178M|  63 |   8 |  70 |2827 |  70 |  21 |  23 | 286k|3530 | 0.000000e+00 |      --      |    Inf 
606.95/607.17	c   533s|860000 |256555 |  3307k|   3.8 | 180M|  63 |   8 |  70 |2788 |  70 |  21 |  23 | 290k|3538 | 0.000000e+00 |      --      |    Inf 
614.25/614.42	c   540s|870000 |259332 |  3345k|   3.8 | 182M|  63 |   - |  70 |2544 |  70 |  21 |  23 | 293k|3549 | 0.000000e+00 |      --      |    Inf 
621.44/621.68	c   546s|880000 |262181 |  3381k|   3.8 | 184M|  63 |   - |  70 |2717 |  70 |  21 |  23 | 296k|3559 | 0.000000e+00 |      --      |    Inf 
628.74/628.91	c   552s|890000 |264959 |  3419k|   3.8 | 186M|  63 |   - |  70 |2527 |  70 |  21 |  23 | 300k|3563 | 0.000000e+00 |      --      |    Inf 
635.94/636.17	c   559s|900000 |267555 |  3456k|   3.8 | 188M|  63 |   8 |  70 |2320 |  70 |  21 |  23 | 303k|3572 | 0.000000e+00 |      --      |    Inf 
643.14/643.34	c   565s|910000 |270270 |  3493k|   3.8 | 190M|  63 |   - |  70 |2308 |  70 |  21 |  23 | 307k|3582 | 0.000000e+00 |      --      |    Inf 
650.24/650.46	c   571s|920000 |272966 |  3530k|   3.8 | 192M|  63 |   - |  70 |2700 |  70 |  21 |  23 | 310k|3597 | 0.000000e+00 |      --      |    Inf 
657.44/657.64	c   578s|930000 |275696 |  3566k|   3.8 | 194M|  63 |   8 |  70 |2833 |  70 |  21 |  23 | 314k|3613 | 0.000000e+00 |      --      |    Inf 
664.54/664.72	c   584s|940000 |278584 |  3603k|   3.8 | 196M|  63 |   8 |  70 |3075 |  70 |  21 |  23 | 317k|3622 | 0.000000e+00 |      --      |    Inf 
671.84/672.09	c   590s|950000 |281276 |  3640k|   3.8 | 198M|  63 |   - |  70 |2848 |  70 |  21 |  23 | 321k|3627 | 0.000000e+00 |      --      |    Inf 
679.13/679.36	c   597s|960000 |283974 |  3677k|   3.8 | 200M|  63 |   - |  70 |2769 |  70 |  21 |  23 | 324k|3641 | 0.000000e+00 |      --      |    Inf 
686.03/686.23	c   603s|970000 |286953 |  3714k|   3.8 | 202M|  63 |   8 |  70 |4127 |  70 |  21 |  23 | 328k|3653 | 0.000000e+00 |      --      |    Inf 
693.43/693.68	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
693.43/693.68	c   609s|980000 |289620 |  3750k|   3.8 | 204M|  63 |   8 |  70 |2841 |  70 |  21 |  23 | 331k|3661 | 0.000000e+00 |      --      |    Inf 
700.83/701.00	c   616s|990000 |292289 |  3788k|   3.8 | 206M|  63 |   8 |  70 |2828 |  70 |  21 |  23 | 334k|3667 | 0.000000e+00 |      --      |    Inf 
708.13/708.36	c   622s|  1000k|294942 |  3825k|   3.8 | 208M|  63 |   8 |  70 |2606 |  70 |  21 |  23 | 338k|3674 | 0.000000e+00 |      --      |    Inf 
715.42/715.69	c   629s|  1010k|297557 |  3862k|   3.8 | 210M|  63 |   - |  70 |2521 |  70 |  21 |  23 | 342k|3680 | 0.000000e+00 |      --      |    Inf 
722.72/722.94	c   635s|  1020k|300246 |  3899k|   3.8 | 212M|  63 |   8 |  70 |2657 |  70 |  21 |  23 | 345k|3685 | 0.000000e+00 |      --      |    Inf 
730.12/730.37	c   642s|  1030k|302812 |  3937k|   3.8 | 214M|  63 |   8 |  70 |2511 |  70 |  21 |  23 | 349k|3690 | 0.000000e+00 |      --      |    Inf 
737.42/737.67	c   648s|  1040k|305456 |  3974k|   3.8 | 216M|  63 |   - |  70 |2703 |  70 |  21 |  23 | 352k|3698 | 0.000000e+00 |      --      |    Inf 
744.82/745.06	c   654s|  1050k|308051 |  4011k|   3.8 | 218M|  63 |   8 |  70 |2692 |  70 |  21 |  23 | 356k|3703 | 0.000000e+00 |      --      |    Inf 
751.92/752.12	c   661s|  1060k|310995 |  4047k|   3.8 | 220M|  63 |   - |  70 |2804 |   0 |   0 |  23 | 359k|3711 | 0.000000e+00 |      --      |    Inf 
759.22/759.48	c   667s|  1070k|313573 |  4082k|   3.8 | 222M|  63 |   8 |  70 |2680 |  70 |  21 |  23 | 363k|3716 | 0.000000e+00 |      --      |    Inf 
766.31/766.57	c   673s|  1080k|316505 |  4119k|   3.8 | 224M|  63 |   8 |  70 |3428 |  70 |  21 |  23 | 366k|3722 | 0.000000e+00 |      --      |    Inf 
773.81/774.02	c   680s|  1090k|319209 |  4156k|   3.8 | 226M|  63 |   8 |  70 |3291 |  70 |  21 |  23 | 369k|3726 | 0.000000e+00 |      --      |    Inf 
781.00/781.28	c   686s|  1100k|322100 |  4193k|   3.8 | 228M|  63 |   - |  70 |3051 |   0 |   0 |  23 | 373k|3731 | 0.000000e+00 |      --      |    Inf 
788.31/788.60	c   693s|  1110k|324976 |  4229k|   3.8 | 230M|  63 |   - |  70 |3214 |  70 |  21 |  23 | 376k|3737 | 0.000000e+00 |      --      |    Inf 
795.50/795.79	c   699s|  1120k|328023 |  4266k|   3.8 | 232M|  63 |   - |  70 |3210 |  70 |  21 |  23 | 379k|3746 | 0.000000e+00 |      --      |    Inf 
803.00/803.22	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
803.00/803.22	c   706s|  1130k|330672 |  4303k|   3.8 | 234M|  63 |   - |  70 |3088 |  70 |  21 |  23 | 383k|3753 | 0.000000e+00 |      --      |    Inf 
810.20/810.44	c   712s|  1140k|333633 |  4341k|   3.8 | 237M|  63 |   - |  70 |3378 |  70 |  21 |  23 | 386k|3761 | 0.000000e+00 |      --      |    Inf 
817.20/817.45	c   718s|  1150k|336873 |  4377k|   3.8 | 239M|  63 |   8 |  70 |4420 |  70 |  21 |  23 | 390k|3767 | 0.000000e+00 |      --      |    Inf 
824.70/824.97	c   725s|  1160k|339800 |  4413k|   3.8 | 241M|  63 |   - |  70 |3850 |  70 |  21 |  23 | 393k|3773 | 0.000000e+00 |      --      |    Inf 
832.20/832.40	c   731s|  1170k|342817 |  4450k|   3.8 | 243M|  63 |   8 |  70 |4004 |  70 |  21 |  23 | 396k|3779 | 0.000000e+00 |      --      |    Inf 
839.89/840.17	c   738s|  1180k|345415 |  4487k|   3.8 | 245M|  63 |   8 |  70 |3088 |  70 |  21 |  23 | 400k|3787 | 0.000000e+00 |      --      |    Inf 
847.50/847.79	c   745s|  1190k|347810 |  4525k|   3.8 | 247M|  63 |   - |  70 |2882 |   0 |   0 |  23 | 404k|3794 | 0.000000e+00 |      --      |    Inf 
855.09/855.37	c   752s|  1200k|350175 |  4562k|   3.8 | 249M|  63 |   8 |  70 |2873 |  70 |  21 |  23 | 407k|3800 | 0.000000e+00 |      --      |    Inf 
862.59/862.81	c   758s|  1210k|352685 |  4599k|   3.8 | 251M|  63 |   - |  70 |2636 |   0 |   0 |  23 | 411k|3804 | 0.000000e+00 |      --      |    Inf 
869.89/870.12	c   765s|  1220k|355360 |  4636k|   3.8 | 253M|  63 |   8 |  70 |2925 |  70 |  21 |  23 | 414k|3812 | 0.000000e+00 |      --      |    Inf 
877.18/877.48	c   771s|  1230k|358014 |  4672k|   3.8 | 255M|  63 |   - |  70 |2823 |  70 |  21 |  23 | 418k|3819 | 0.000000e+00 |      --      |    Inf 
884.49/884.74	c   778s|  1240k|360585 |  4709k|   3.8 | 257M|  63 |   8 |  70 |3157 |  70 |  21 |  23 | 421k|3821 | 0.000000e+00 |      --      |    Inf 
892.08/892.38	c   784s|  1250k|362831 |  4746k|   3.8 | 259M|  63 |   - |  70 |2660 |  70 |  21 |  23 | 425k|3828 | 0.000000e+00 |      --      |    Inf 
899.38/899.64	c   791s|  1260k|365615 |  4784k|   3.8 | 261M|  63 |   - |  70 |3139 |  70 |  21 |  23 | 429k|3835 | 0.000000e+00 |      --      |    Inf 
906.68/906.92	c   797s|  1270k|368257 |  4820k|   3.8 | 263M|  63 |   8 |  70 |3277 |  70 |  21 |  23 | 432k|3845 | 0.000000e+00 |      --      |    Inf 
914.07/914.38	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
914.07/914.38	c   804s|  1280k|370833 |  4857k|   3.8 | 265M|  63 |   8 |  70 |3029 |  70 |  21 |  23 | 436k|3855 | 0.000000e+00 |      --      |    Inf 
921.28/921.56	c   810s|  1290k|373847 |  4895k|   3.8 | 267M|  63 |   8 |  70 |3113 |  70 |  21 |  23 | 439k|3861 | 0.000000e+00 |      --      |    Inf 
928.28/928.53	c   816s|  1300k|377274 |  4932k|   3.8 | 269M|  63 |   - |  70 |4384 |  70 |  21 |  23 | 442k|3866 | 0.000000e+00 |      --      |    Inf 
935.47/935.79	c   823s|  1310k|380425 |  4970k|   3.8 | 271M|  63 |   - |  70 |5222 |  70 |  21 |  23 | 445k|3873 | 0.000000e+00 |      --      |    Inf 
942.97/943.25	c   829s|  1320k|383337 |  5008k|   3.8 | 274M|  63 |   - |  70 |5906 |  70 |  21 |  23 | 449k|3876 | 0.000000e+00 |      --      |    Inf 
950.67/950.92	c   836s|  1330k|386211 |  5046k|   3.8 | 276M|  63 |   8 |  70 |5617 |  70 |  21 |  23 | 452k|3876 | 0.000000e+00 |      --      |    Inf 
958.57/958.85	c   843s|  1340k|388831 |  5082k|   3.8 | 278M|  63 |   - |  70 |4656 |  70 |  21 |  23 | 455k|3882 | 0.000000e+00 |      --      |    Inf 
966.47/966.78	c   850s|  1350k|391373 |  5120k|   3.8 | 279M|  63 |   - |  70 |3274 |  70 |  21 |  23 | 459k|3885 | 0.000000e+00 |      --      |    Inf 
973.97/974.23	c   857s|  1360k|394132 |  5157k|   3.8 | 281M|  63 |   8 |  70 |3317 |  70 |  21 |  23 | 462k|3889 | 0.000000e+00 |      --      |    Inf 
981.56/981.80	c   864s|  1370k|396879 |  5195k|   3.8 | 283M|  63 |   8 |  70 |3233 |  70 |  21 |  23 | 466k|3895 | 0.000000e+00 |      --      |    Inf 
988.96/989.29	c   870s|  1380k|399325 |  5231k|   3.8 | 285M|  63 |   8 |  70 |3129 |  70 |  21 |  23 | 469k|3902 | 0.000000e+00 |      --      |    Inf 
996.56/996.80	c   877s|  1390k|401890 |  5269k|   3.8 | 287M|  63 |   8 |  70 |2821 |  70 |  21 |  23 | 473k|3908 | 0.000000e+00 |      --      |    Inf 
1003.96/1004.22	c   883s|  1400k|404494 |  5306k|   3.8 | 289M|  63 |   8 |  70 |3001 |  70 |  21 |  23 | 476k|3916 | 0.000000e+00 |      --      |    Inf 
1011.45/1011.74	c   890s|  1410k|406963 |  5343k|   3.8 | 291M|  63 |   - |  70 |2402 |  70 |  21 |  23 | 480k|3925 | 0.000000e+00 |      --      |    Inf 
1018.65/1018.94	c   896s|  1420k|409624 |  5380k|   3.8 | 293M|  63 |   8 |  70 |3262 |  70 |  21 |  23 | 484k|3931 | 0.000000e+00 |      --      |    Inf 
1026.35/1026.60	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1026.35/1026.60	c   903s|  1430k|412000 |  5418k|   3.8 | 295M|  63 |   8 |  70 |2993 |  70 |  21 |  23 | 487k|3935 | 0.000000e+00 |      --      |    Inf 
1033.66/1033.98	c   910s|  1440k|414831 |  5455k|   3.8 | 297M|  63 |   8 |  70 |2971 |  70 |  21 |  23 | 491k|3939 | 0.000000e+00 |      --      |    Inf 
1041.15/1041.40	c   916s|  1450k|417420 |  5493k|   3.8 | 299M|  63 |   8 |  70 |2992 |  70 |  21 |  23 | 494k|3945 | 0.000000e+00 |      --      |    Inf 
1048.54/1048.87	c   923s|  1460k|419849 |  5531k|   3.8 | 301M|  63 |   8 |  70 |3546 |  70 |  21 |  23 | 498k|3949 | 0.000000e+00 |      --      |    Inf 
1056.24/1056.52	c   930s|  1470k|422265 |  5569k|   3.8 | 303M|  63 |   8 |  70 |3553 |  70 |  21 |  23 | 502k|3956 | 0.000000e+00 |      --      |    Inf 
1064.04/1064.35	c   937s|  1480k|424639 |  5606k|   3.8 | 305M|  63 |   - |  70 |2789 |  70 |  21 |  23 | 505k|3962 | 0.000000e+00 |      --      |    Inf 
1071.54/1071.82	c   943s|  1490k|427060 |  5642k|   3.8 | 307M|  63 |   8 |  70 |2783 |  70 |  21 |  23 | 509k|3966 | 0.000000e+00 |      --      |    Inf 
1078.84/1079.19	c   950s|  1500k|429685 |  5680k|   3.8 | 309M|  63 |   8 |  70 |3464 |  70 |  21 |  23 | 512k|3972 | 0.000000e+00 |      --      |    Inf 
1086.24/1086.53	c   956s|  1510k|432249 |  5717k|   3.8 | 311M|  63 |   8 |  70 |4011 |  70 |  21 |  23 | 516k|3977 | 0.000000e+00 |      --      |    Inf 
1094.04/1094.34	c   963s|  1520k|434650 |  5755k|   3.8 | 313M|  63 |   8 |  70 |3249 |  70 |  21 |  23 | 520k|3985 | 0.000000e+00 |      --      |    Inf 
1101.63/1101.92	c   970s|  1530k|437119 |  5791k|   3.8 | 315M|  63 |   8 |  70 |2770 |  70 |  21 |  23 | 523k|3992 | 0.000000e+00 |      --      |    Inf 
1108.83/1109.17	c   976s|  1540k|439787 |  5829k|   3.8 | 317M|  63 |   - |  70 |3622 |  70 |  21 |  23 | 526k|3997 | 0.000000e+00 |      --      |    Inf 
1116.43/1116.77	c   983s|  1550k|442386 |  5866k|   3.8 | 319M|  63 |   8 |  70 |3408 |  70 |  21 |  23 | 530k|4001 | 0.000000e+00 |      --      |    Inf 
1124.13/1124.40	c   990s|  1560k|444931 |  5903k|   3.8 | 321M|  63 |   - |  70 |3197 |  70 |  21 |  23 | 534k|4010 | 0.000000e+00 |      --      |    Inf 
1131.92/1132.20	c   996s|  1570k|447485 |  5949k|   3.8 | 323M|  63 |   - |  70 |2777 |   0 |   0 |  23 | 537k|4018 | 0.000000e+00 |      --      |    Inf 
1139.62/1139.93	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1139.62/1139.93	c  1003s|  1580k|450072 |  5999k|   3.8 | 325M|  63 |   8 |  70 |2104 |  70 |  21 |  23 | 540k|4023 | 0.000000e+00 |      --      |    Inf 
1147.13/1147.43	c  1010s|  1590k|452672 |  6048k|   3.8 | 327M|  63 |   8 |  70 |2307 |  70 |  21 |  23 | 544k|4031 | 0.000000e+00 |      --      |    Inf 
1154.42/1154.77	c  1016s|  1600k|455583 |  6099k|   3.8 | 329M|  63 |   - |  70 |2687 |  70 |  21 |  23 | 547k|4035 | 0.000000e+00 |      --      |    Inf 
1162.12/1162.48	c  1023s|  1610k|458210 |  6149k|   3.8 | 330M|  63 |   8 |  70 |2581 |  70 |  21 |  23 | 550k|4041 | 0.000000e+00 |      --      |    Inf 
1169.42/1169.74	c  1030s|  1620k|461180 |  6198k|   3.8 | 333M|  63 |   8 |  70 |3462 |  70 |  21 |  23 | 553k|4047 | 0.000000e+00 |      --      |    Inf 
1176.82/1177.20	c  1036s|  1630k|464255 |  6246k|   3.8 | 335M|  63 |   - |  70 |3784 |  70 |  21 |  23 | 557k|4052 | 0.000000e+00 |      --      |    Inf 
1184.72/1185.02	c  1043s|  1640k|466920 |  6293k|   3.8 | 336M|  63 |   - |  70 |2668 |  70 |  21 |  23 | 560k|4058 | 0.000000e+00 |      --      |    Inf 
1192.32/1192.67	c  1050s|  1650k|469414 |  6340k|   3.8 | 338M|  63 |   8 |  70 |2092 |  70 |  21 |  23 | 563k|4067 | 0.000000e+00 |      --      |    Inf 
1199.71/1200.05	c  1056s|  1660k|471916 |  6378k|   3.8 | 340M|  63 |   - |  70 |2560 |  70 |  21 |  23 | 567k|4074 | 0.000000e+00 |      --      |    Inf 
1207.11/1207.43	c  1063s|  1670k|474457 |  6413k|   3.8 | 342M|  63 |   8 |  70 |2732 |  70 |  21 |  23 | 570k|4078 | 0.000000e+00 |      --      |    Inf 
1214.51/1214.84	c  1069s|  1680k|477156 |  6449k|   3.8 | 344M|  63 |   - |  70 |2742 |  70 |  21 |  23 | 574k|4082 | 0.000000e+00 |      --      |    Inf 
1221.71/1222.07	c  1076s|  1690k|479706 |  6486k|   3.8 | 346M|  63 |   8 |  70 |3132 |  70 |  21 |  23 | 577k|4084 | 0.000000e+00 |      --      |    Inf 
1229.30/1229.69	c  1083s|  1700k|482058 |  6522k|   3.8 | 348M|  63 |   8 |  70 |3303 |  70 |  21 |  23 | 581k|4090 | 0.000000e+00 |      --      |    Inf 
1237.10/1237.48	c  1089s|  1710k|484437 |  6559k|   3.8 | 350M|  63 |   8 |  70 |2796 |  70 |  21 |  23 | 584k|4097 | 0.000000e+00 |      --      |    Inf 
1244.90/1245.20	c  1096s|  1720k|486728 |  6595k|   3.8 | 352M|  63 |   8 |  70 |3029 |  70 |  21 |  23 | 588k|4101 | 0.000000e+00 |      --      |    Inf 
1252.40/1252.75	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1252.40/1252.75	c  1103s|  1730k|489170 |  6632k|   3.8 | 354M|  63 |   8 |  70 |2915 |  70 |  21 |  23 | 592k|4108 | 0.000000e+00 |      --      |    Inf 
1259.80/1260.11	c  1109s|  1740k|491689 |  6668k|   3.8 | 356M|  63 |   - |  70 |3124 |  70 |  21 |  23 | 595k|4118 | 0.000000e+00 |      --      |    Inf 
1267.30/1267.64	c  1116s|  1750k|494034 |  6704k|   3.8 | 358M|  63 |   8 |  70 |3418 |  70 |  21 |  23 | 599k|4128 | 0.000000e+00 |      --      |    Inf 
1274.90/1275.22	c  1123s|  1760k|496553 |  6741k|   3.8 | 360M|  63 |   - |  70 |3402 |  70 |  21 |  23 | 602k|4132 | 0.000000e+00 |      --      |    Inf 
1282.49/1282.81	c  1130s|  1770k|498930 |  6777k|   3.8 | 361M|  63 |   8 |  70 |3185 |  70 |  21 |  23 | 606k|4137 | 0.000000e+00 |      --      |    Inf 
1289.69/1290.10	c  1136s|  1780k|501595 |  6813k|   3.8 | 364M|  63 |   8 |  70 |3392 |  70 |  21 |  23 | 610k|4144 | 0.000000e+00 |      --      |    Inf 
1297.08/1297.40	c  1142s|  1790k|504438 |  6849k|   3.8 | 366M|  63 |   8 |  70 |3393 |  70 |  21 |  23 | 613k|4148 | 0.000000e+00 |      --      |    Inf 
1304.77/1305.13	c  1149s|  1800k|506863 |  6886k|   3.8 | 368M|  63 |   - |  70 |2880 |   0 |   0 |  23 | 617k|4155 | 0.000000e+00 |      --      |    Inf 
1312.27/1312.66	c  1156s|  1810k|509308 |  6922k|   3.8 | 369M|  63 |   - |  70 |2766 |  70 |  21 |  23 | 621k|4158 | 0.000000e+00 |      --      |    Inf 
1319.27/1319.67	c  1162s|  1820k|512235 |  6957k|   3.8 | 372M|  63 |   8 |  70 |3862 |  70 |  21 |  23 | 624k|4162 | 0.000000e+00 |      --      |    Inf 
1326.46/1326.86	c  1168s|  1830k|515277 |  6993k|   3.8 | 374M|  63 |   - |  70 |4651 |  70 |  21 |  23 | 627k|4162 | 0.000000e+00 |      --      |    Inf 
1334.26/1334.64	c  1175s|  1840k|517967 |  7029k|   3.8 | 376M|  63 |   8 |  70 |5107 |  70 |  21 |  23 | 631k|4162 | 0.000000e+00 |      --      |    Inf 
1342.36/1342.77	c  1183s|  1850k|520270 |  7065k|   3.8 | 378M|  63 |   - |  70 |4721 |  70 |  21 |  23 | 635k|4162 | 0.000000e+00 |      --      |    Inf 
1350.16/1350.53	c  1189s|  1860k|522738 |  7102k|   3.8 | 380M|  63 |   8 |  70 |3680 |  70 |  21 |  23 | 638k|4162 | 0.000000e+00 |      --      |    Inf 
1357.96/1358.38	c  1196s|  1870k|525112 |  7138k|   3.8 | 382M|  63 |   8 |  70 |2871 |  70 |  21 |  23 | 642k|4162 | 0.000000e+00 |      --      |    Inf 
1365.15/1365.58	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1365.15/1365.58	c  1203s|  1880k|527902 |  7174k|   3.8 | 384M|  63 |   8 |  70 |3616 |  70 |  21 |  23 | 645k|4162 | 0.000000e+00 |      --      |    Inf 
1372.76/1373.16	c  1209s|  1890k|530615 |  7210k|   3.8 | 386M|  63 |   8 |  70 |2811 |  70 |  21 |  23 | 649k|4162 | 0.000000e+00 |      --      |    Inf 
1380.25/1380.68	c  1216s|  1900k|533205 |  7248k|   3.8 | 388M|  63 |   - |  70 |3051 |  70 |  21 |  23 | 652k|4162 | 0.000000e+00 |      --      |    Inf 
1387.76/1388.16	c  1223s|  1910k|535678 |  7284k|   3.8 | 390M|  63 |   8 |  70 |3092 |  70 |  21 |  23 | 656k|4162 | 0.000000e+00 |      --      |    Inf 
1395.34/1395.71	c  1229s|  1920k|538144 |  7320k|   3.8 | 391M|  63 |   8 |  70 |2593 |  70 |  21 |  23 | 659k|4162 | 0.000000e+00 |      --      |    Inf 
1402.74/1403.14	c  1236s|  1930k|540589 |  7355k|   3.8 | 393M|  63 |   - |  70 |2761 |  70 |  21 |  23 | 663k|4162 | 0.000000e+00 |      --      |    Inf 
1410.14/1410.51	c  1242s|  1940k|543164 |  7392k|   3.8 | 395M|  63 |   - |  70 |3171 |  70 |  21 |  23 | 666k|4162 | 0.000000e+00 |      --      |    Inf 
1417.64/1418.08	c  1249s|  1950k|545756 |  7428k|   3.8 | 397M|  63 |   8 |  70 |2889 |  70 |  21 |  23 | 670k|4162 | 0.000000e+00 |      --      |    Inf 
1425.25/1425.70	c  1256s|  1960k|548086 |  7466k|   3.8 | 399M|  63 |   8 |  70 |2862 |  70 |  21 |  23 | 673k|4162 | 0.000000e+00 |      --      |    Inf 
1433.04/1433.47	c  1263s|  1970k|550378 |  7502k|   3.8 | 401M|  63 |   8 |  70 |2795 |  70 |  21 |  23 | 677k|4162 | 0.000000e+00 |      --      |    Inf 
1440.33/1440.73	c  1269s|  1980k|553313 |  7539k|   3.8 | 403M|  63 |   8 |  70 |3616 |  70 |  21 |  23 | 681k|4162 | 0.000000e+00 |      --      |    Inf 
1448.13/1448.53	c  1276s|  1990k|555594 |  7576k|   3.8 | 405M|  63 |   8 |  70 |3308 |  70 |  21 |  23 | 684k|4162 | 0.000000e+00 |      --      |    Inf 
1455.63/1456.09	c  1283s|  2000k|558172 |  7613k|   3.8 | 407M|  63 |   - |  70 |3147 |  70 |  21 |  23 | 688k|4162 | 0.000000e+00 |      --      |    Inf 
1463.33/1463.71	c  1289s|  2010k|560479 |  7650k|   3.8 | 409M|  63 |   8 |  70 |3296 |  70 |  21 |  23 | 691k|4162 | 0.000000e+00 |      --      |    Inf 
1470.93/1471.31	c  1296s|  2020k|562890 |  7686k|   3.8 | 411M|  63 |   8 |  70 |2931 |  70 |  21 |  23 | 695k|4162 | 0.000000e+00 |      --      |    Inf 
1478.43/1478.88	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1478.43/1478.88	c  1303s|  2030k|565306 |  7723k|   3.8 | 413M|  63 |   8 |  70 |2765 |  70 |  21 |  23 | 698k|4162 | 0.000000e+00 |      --      |    Inf 
1486.02/1486.40	c  1309s|  2040k|567781 |  7759k|   3.8 | 415M|  63 |   8 |  70 |2877 |  70 |  21 |  23 | 702k|4162 | 0.000000e+00 |      --      |    Inf 
1493.33/1493.75	c  1316s|  2050k|570336 |  7796k|   3.8 | 417M|  63 |   8 |  70 |3418 |  70 |  21 |  23 | 705k|4162 | 0.000000e+00 |      --      |    Inf 
1500.93/1501.39	c  1323s|  2060k|572741 |  7833k|   3.8 | 419M|  63 |   8 |  70 |3320 |  70 |  21 |  23 | 709k|4162 | 0.000000e+00 |      --      |    Inf 
1508.42/1508.85	c  1329s|  2070k|575263 |  7869k|   3.8 | 421M|  63 |   8 |  70 |3528 |  70 |  21 |  23 | 713k|4162 | 0.000000e+00 |      --      |    Inf 
1516.32/1516.73	c  1336s|  2080k|577441 |  7906k|   3.8 | 423M|  63 |   - |  70 |3129 |  70 |  21 |  23 | 716k|4162 | 0.000000e+00 |      --      |    Inf 
1523.72/1524.17	c  1343s|  2090k|579951 |  7943k|   3.8 | 425M|  63 |   8 |  70 |3880 |  70 |  21 |  23 | 720k|4162 | 0.000000e+00 |      --      |    Inf 
1531.51/1531.95	c  1350s|  2100k|582440 |  7980k|   3.8 | 427M|  63 |   - |  70 |3238 |  70 |  21 |  23 | 723k|4162 | 0.000000e+00 |      --      |    Inf 
1538.82/1539.28	c  1356s|  2110k|585324 |  8018k|   3.8 | 429M|  63 |   - |  70 |3868 |  70 |  21 |  23 | 727k|4162 | 0.000000e+00 |      --      |    Inf 
1546.52/1546.96	c  1363s|  2120k|587758 |  8055k|   3.8 | 431M|  63 |   8 |  70 |3294 |  70 |  21 |  23 | 730k|4162 | 0.000000e+00 |      --      |    Inf 
1554.31/1554.73	c  1370s|  2130k|589977 |  8092k|   3.8 | 432M|  63 |   8 |  70 |2959 |  70 |  21 |  23 | 734k|4162 | 0.000000e+00 |      --      |    Inf 
1561.51/1561.95	c  1376s|  2140k|592719 |  8128k|   3.8 | 435M|  63 |   8 |  70 |3773 |  70 |  21 |  23 | 738k|4162 | 0.000000e+00 |      --      |    Inf 
1568.60/1569.09	c  1383s|  2150k|595566 |  8163k|   3.8 | 437M|  63 |   8 |  70 |3915 |  70 |  21 |  23 | 741k|4163 | 0.000000e+00 |      --      |    Inf 
1576.11/1576.54	c  1389s|  2160k|598190 |  8199k|   3.8 | 439M|  63 |   - |  70 |4054 |  70 |  21 |  23 | 744k|4168 | 0.000000e+00 |      --      |    Inf 
1583.90/1584.37	c  1396s|  2170k|600506 |  8236k|   3.8 | 440M|  63 |   8 |  70 |3163 |  70 |  21 |  23 | 748k|4174 | 0.000000e+00 |      --      |    Inf 
1591.61/1592.03	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1591.61/1592.03	c  1403s|  2180k|602971 |  8272k|   3.8 | 442M|  63 |   - |  70 |2952 |  70 |  21 |  23 | 752k|4176 | 0.000000e+00 |      --      |    Inf 
1599.20/1599.60	c  1410s|  2190k|605399 |  8309k|   3.8 | 444M|  63 |   - |  70 |2926 |   0 |   0 |  23 | 755k|4181 | 0.000000e+00 |      --      |    Inf 
1606.60/1607.03	c  1416s|  2200k|607902 |  8346k|   3.8 | 446M|  63 |   8 |  70 |3666 |  70 |  21 |  23 | 759k|4182 | 0.000000e+00 |      --      |    Inf 
1614.40/1614.84	c  1423s|  2210k|610343 |  8383k|   3.8 | 448M|  63 |   - |  70 |2962 |  70 |  21 |  23 | 762k|4186 | 0.000000e+00 |      --      |    Inf 
1621.80/1622.21	c  1430s|  2220k|612979 |  8419k|   3.8 | 450M|  63 |   - |  70 |3555 |  70 |  21 |  23 | 766k|4189 | 0.000000e+00 |      --      |    Inf 
1629.49/1629.92	c  1436s|  2230k|615484 |  8456k|   3.8 | 452M|  63 |   8 |  70 |2674 |  70 |  21 |  23 | 769k|4195 | 0.000000e+00 |      --      |    Inf 
1636.99/1637.46	c  1443s|  2240k|617921 |  8493k|   3.8 | 454M|  63 |   - |  70 |3078 |  70 |  21 |  23 | 773k|4204 | 0.000000e+00 |      --      |    Inf 
1644.49/1644.90	c  1450s|  2250k|620556 |  8530k|   3.8 | 456M|  63 |   - |  70 |3489 |  70 |  21 |  23 | 776k|4208 | 0.000000e+00 |      --      |    Inf 
1652.19/1652.69	c  1457s|  2260k|622905 |  8567k|   3.8 | 458M|  63 |   8 |  70 |3595 |  70 |  21 |  23 | 780k|4211 | 0.000000e+00 |      --      |    Inf 
1659.88/1660.38	c  1463s|  2270k|625416 |  8603k|   3.8 | 460M|  63 |   - |  70 |3629 |  70 |  21 |  23 | 783k|4214 | 0.000000e+00 |      --      |    Inf 
1667.59/1668.05	c  1470s|  2280k|627881 |  8640k|   3.8 | 462M|  63 |   8 |  70 |3302 |  70 |  21 |  23 | 787k|4216 | 0.000000e+00 |      --      |    Inf 
1675.18/1675.67	c  1477s|  2290k|630284 |  8676k|   3.8 | 464M|  63 |   8 |  70 |3465 |  70 |  21 |  23 | 790k|4220 | 0.000000e+00 |      --      |    Inf 
1682.78/1683.20	c  1484s|  2300k|632860 |  8712k|   3.8 | 466M|  63 |   8 |  70 |2995 |  70 |  21 |  23 | 794k|4224 | 0.000000e+00 |      --      |    Inf 
1690.28/1690.72	c  1490s|  2310k|635278 |  8748k|   3.8 | 468M|  63 |   - |  70 |2970 |  70 |  21 |  23 | 797k|4230 | 0.000000e+00 |      --      |    Inf 
1697.77/1698.28	c  1497s|  2320k|637738 |  8785k|   3.8 | 470M|  63 |   8 |  70 |3380 |  70 |  21 |  23 | 801k|4238 | 0.000000e+00 |      --      |    Inf 
1705.47/1705.97	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1705.47/1705.97	c  1504s|  2330k|640225 |  8822k|   3.8 | 471M|  63 |   8 |  70 |3243 |  70 |  21 |  23 | 805k|4241 | 0.000000e+00 |      --      |    Inf 
1713.08/1713.58	c  1511s|  2340k|642679 |  8859k|   3.8 | 474M|  63 |   - |  70 |3723 |  70 |  21 |  23 | 808k|4250 | 0.000000e+00 |      --      |    Inf 
1720.88/1721.38	c  1517s|  2350k|645109 |  8896k|   3.8 | 475M|  63 |   - |  70 |3458 |  70 |  21 |  23 | 812k|4255 | 0.000000e+00 |      --      |    Inf 
1728.47/1728.90	c  1524s|  2360k|647713 |  8932k|   3.8 | 477M|  63 |   8 |  70 |3778 |  70 |  21 |  23 | 815k|4256 | 0.000000e+00 |      --      |    Inf 
1735.77/1736.29	c  1531s|  2370k|650563 |  8969k|   3.8 | 480M|  63 |   8 |  70 |4319 |  70 |  21 |  23 | 819k|4263 | 0.000000e+00 |      --      |    Inf 
1743.56/1744.04	c  1537s|  2380k|652930 |  9005k|   3.8 | 482M|  63 |   8 |  70 |3988 |  70 |  21 |  23 | 822k|4264 | 0.000000e+00 |      --      |    Inf 
1751.26/1751.74	c  1544s|  2390k|655445 |  9041k|   3.8 | 483M|  63 |   8 |  70 |3351 |  70 |  21 |  23 | 826k|4264 | 0.000000e+00 |      --      |    Inf 
1758.66/1759.14	c  1551s|  2400k|658102 |  9078k|   3.8 | 485M|  63 |   - |  70 |3467 |  70 |  21 |  23 | 829k|4264 | 0.000000e+00 |      --      |    Inf 
1766.46/1766.98	c  1558s|  2410k|660346 |  9114k|   3.8 | 487M|  63 |   8 |  70 |2900 |  70 |  21 |  23 | 833k|4264 | 0.000000e+00 |      --      |    Inf 
1774.06/1774.56	c  1564s|  2420k|662721 |  9151k|   3.8 | 489M|  63 |   8 |  70 |2925 |  70 |  21 |  23 | 836k|4264 | 0.000000e+00 |      --      |    Inf 
1781.76/1782.26	c  1571s|  2430k|665005 |  9188k|   3.8 | 491M|  63 |   8 |  70 |2821 |  70 |  21 |  23 | 840k|4264 | 0.000000e+00 |      --      |    Inf 
1789.45/1789.97	c  1578s|  2440k|667268 |  9224k|   3.8 | 493M|  63 |   8 |  70 |2725 |  70 |  21 |  23 | 844k|4264 | 0.000000e+00 |      --      |    Inf 
1796.96/1797.45	c  1585s|  2450k|669660 |  9260k|   3.8 | 495M|  63 |   - |  70 |3354 |  70 |  21 |  23 | 847k|4264 | 0.000000e+00 |      --      |    Inf 
1800.06/1800.50	c pressed CTRL-C 1 times (5 times for forcing termination)
1800.06/1800.50	c 
1800.06/1800.50	c SCIP Status        : solving was interrupted [user interrupt]
1800.06/1800.50	c Solving Time (sec) : 1587.28
1800.06/1800.50	c Solving Nodes      : 2453933
1800.06/1800.50	c Primal Bound       : +1.00000000000000e+20 (0 solutions)
1800.06/1800.50	c Dual Bound         : +0.00000000000000e+00
1800.06/1800.50	c Gap                : infinite
1800.06/1800.50	s UNKNOWN
1800.06/1800.50	c SCIP Status        : solving was interrupted [user interrupt]
1800.06/1800.50	c Solving Time       :    1587.28
1800.06/1800.50	c Original Problem   :
1800.06/1800.50	c   Problem name     : HOME/instance-2665438-1276598361.opb
1800.06/1800.50	c   Variables        : 71 (71 binary, 0 integer, 0 implicit integer, 0 continuous)
1800.06/1800.50	c   Constraints      : 17 initial, 17 maximal
1800.06/1800.50	c Presolved Problem  :
1800.06/1800.50	c   Problem name     : t_HOME/instance-2665438-1276598361.opb
1800.06/1800.50	c   Variables        : 70 (70 binary, 0 integer, 0 implicit integer, 0 continuous)
1800.06/1800.50	c   Constraints      : 8 initial, 5976 maximal
1800.06/1800.50	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
1800.06/1800.50	c   trivial          :       0.00          0          0          0          0          0          0          0          0
1800.06/1800.50	c   dualfix          :       0.00          1          0          0          0          0          0          0          0
1800.06/1800.50	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
1800.06/1800.50	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
1800.06/1800.50	c   implics          :       0.00          0          0          0          0          0          0          0          0
1800.06/1800.50	c   probing          :       0.01          0          0          0          0          0          0          0          0
1800.06/1800.50	c   linear           :       0.01          0          0          0          0          0          9          0          0
1800.06/1800.50	c   logicor          :       0.00          0          0          0          0          0          0          0          0
1800.06/1800.50	c   root node        :          -          0          -          -          0          -          -          -          -
1800.06/1800.50	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
1800.06/1800.50	c   integral         :          0          0          0    1564846          0        239       1378          0          0    3126712
1800.06/1800.50	c   linear           :          8+         7    5753396          0          0      61115    2678231          0          0          0
1800.06/1800.50	c   logicor          :          0+         0    2226018          0          0       2711     771358          0          0          0
1800.06/1800.50	c   countsols        :          0          0          0          0          0          0          0          0          0          0
1800.06/1800.50	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
1800.06/1800.50	c   integral         :      23.07       0.00       0.00      23.07       0.00
1800.06/1800.50	c   linear           :     361.40       0.00     361.40       0.00       0.00
1800.06/1800.50	c   logicor          :     125.25       0.00     125.25       0.00       0.00
1800.06/1800.50	c   countsols        :       0.00       0.00       0.00       0.00       0.00
1800.06/1800.50	c Propagators        :       Time      Calls    Cutoffs    DomReds
1800.06/1800.50	c   vbounds          :       2.85          2          0          0
1800.06/1800.50	c   rootredcost      :       2.71          0          0          0
1800.06/1800.50	c   pseudoobj        :       2.19          0          0          0
1800.06/1800.50	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1800.06/1800.50	c   propagation      :      12.79      63826      60351     236807       46.2          6       39.0          -
1800.06/1800.50	c   infeasible LP    :      51.66     828775     649534    1163416       30.6       3930       34.1          0
1800.06/1800.50	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1800.06/1800.50	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1800.06/1800.50	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1800.06/1800.50	c   applied globally :          -          -          -     687089       25.2          -          -          -
1800.06/1800.50	c   applied locally  :          -          -          -     161932       38.9          -          -          -
1800.06/1800.50	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1800.06/1800.50	c   cut pool         :       0.00          5          -          -          6          -    (maximal pool size: 98)
1800.06/1800.50	c   redcost          :       4.54    1564851          0          0          0          0
1800.06/1800.50	c   impliedbounds    :       0.00          6          0          0          0          0
1800.06/1800.50	c   intobj           :       0.00          0          0          0          0          0
1800.06/1800.50	c   cgmip            :       0.00          0          0          0          0          0
1800.06/1800.50	c   gomory           :       0.01          6          0          0          0          0
1800.06/1800.50	c   strongcg         :       0.00          6          0          0         41          0
1800.06/1800.50	c   cmir             :       0.04          6          0          0         28          0
1800.06/1800.50	c   flowcover        :       0.04          6          0          0         38          0
1800.06/1800.50	c   clique           :       0.00          1          0          0          0          0
1800.06/1800.50	c   zerohalf         :       0.00          0          0          0          0          0
1800.06/1800.50	c   mcf              :       0.00          1          0          0          0          0
1800.06/1800.50	c   rapidlearning    :       0.13          1          0          0          0         13
1800.06/1800.50	c Pricers            :       Time      Calls       Vars
1800.06/1800.50	c   problem variables:       0.00          0          0
1800.06/1800.50	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1800.06/1800.50	c   relpscost        :      20.43    1564846        239       1378          0          0    3126712
1800.06/1800.50	c   pscost           :       0.00          0          0          0          0          0          0
1800.06/1800.50	c   inference        :       0.00          0          0          0          0          0          0
1800.06/1800.50	c   mostinf          :       0.00          0          0          0          0          0          0
1800.06/1800.50	c   leastinf         :       0.00          0          0          0          0          0          0
1800.06/1800.50	c   fullstrong       :       0.00          0          0          0          0          0          0
1800.06/1800.50	c   allfullstrong    :       0.00          0          0          0          0          0          0
1800.06/1800.50	c   random           :       0.00          0          0          0          0          0          0
1800.06/1800.50	c Primal Heuristics  :       Time      Calls      Found
1800.06/1800.50	c   LP solutions     :       0.00          -          0
1800.06/1800.50	c   pseudo solutions :       0.00          -          0
1800.06/1800.50	c   oneopt           :       2.29          0          0
1800.06/1800.50	c   crossover        :       1.49          0          0
1800.06/1800.50	c   guideddiving     :       0.13          0          0
1800.06/1800.50	c   pscostdiving     :       0.21         29          0
1800.06/1800.50	c   fracdiving       :       0.19         29          0
1800.06/1800.50	c   veclendiving     :       0.09         29          0
1800.06/1800.50	c   linesearchdiving :       0.13         29          0
1800.06/1800.50	c   feaspump         :       0.12         15          0
1800.06/1800.50	c   objpscostdiving  :       0.09         15          0
1800.06/1800.50	c   rootsoldiving    :       0.16         15          0
1800.06/1800.50	c   coefdiving       :       0.17         30          0
1800.06/1800.50	c   trivial          :       0.00          2          0
1800.06/1800.50	c   simplerounding   :       0.85          0          0
1800.06/1800.50	c   zirounding       :       1.22       1000          0
1800.06/1800.50	c   rounding         :       2.28      17733          0
1800.06/1800.50	c   shifting         :       4.92       5606          0
1800.06/1800.50	c   intshifting      :       0.07          0          0
1800.06/1800.50	c   twoopt           :       0.00          0          0
1800.06/1800.50	c   fixandinfer      :       0.00          0          0
1800.06/1800.50	c   intdiving        :       0.00          0          0
1800.06/1800.50	c   actconsdiving    :       0.00          0          0
1800.06/1800.50	c   octane           :       0.00          0          0
1800.06/1800.50	c   rens             :       0.05          1          0
1800.06/1800.50	c   rins             :       0.00          0          0
1800.06/1800.50	c   localbranching   :       0.00          0          0
1800.06/1800.50	c   mutation         :       0.00          0          0
1800.06/1800.50	c   dins             :       0.00          0          0
1800.06/1800.50	c   undercover       :       0.00          0          0
1800.06/1800.50	c   nlp              :       1.18          0          0
1800.06/1800.50	c   trysol           :       1.76          0          0
1800.06/1800.50	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1800.06/1800.50	c   primal LP        :       0.00          0          0       0.00          -
1800.06/1800.50	c   dual LP          :     662.69    2356128    9271942       3.94   13991.37
1800.06/1800.50	c   lex dual LP      :       0.00          0          0       0.00          -
1800.06/1800.50	c   barrier LP       :       0.00          0          0       0.00          -
1800.06/1800.51	c   diving/probing LP:       0.23       1181       2958       2.50   12860.87
1800.06/1800.51	c   strong branching :       2.00       4264      30134       7.07   15067.00
1800.06/1800.51	c     (at root node) :          -          9        486      54.00          -
1800.06/1800.51	c   conflict analysis:       0.00          0          0       0.00          -
1800.06/1800.51	c B&B Tree           :
1800.06/1800.51	c   number of runs   :          1
1800.06/1800.51	c   nodes            :    2453933
1800.06/1800.51	c   nodes (total)    :    2453933
1800.06/1800.51	c   nodes left       :     670667
1800.06/1800.51	c   max depth        :         63
1800.06/1800.51	c   max depth (total):         63
1800.06/1800.51	c   backtracks       :     196028 (8.0%)
1800.06/1800.51	c   delayed cutoffs  :       2113
1800.06/1800.51	c   repropagations   :    2279427 (767793 domain reductions, 1893 cutoffs)
1800.06/1800.51	c   avg switch length:       5.29
1800.06/1800.51	c   switching time   :     162.76
1800.06/1800.51	c Solution           :
1800.06/1800.51	c   Solutions found  :          0 (0 improvements)
1800.06/1800.51	c   Primal Bound     :          -
1800.06/1800.51	c   Dual Bound       : +0.00000000000000e+00
1800.06/1800.51	c   Gap              :   infinite
1800.06/1800.51	c   Root Dual Bound  : +0.00000000000000e+00
1800.06/1800.51	c   Root Iterations  :        106

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver version 3.2.9 (svn:492) (c) roussel@cril.univ-artois.fr

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2665438-1276598361/watcher-2665438-1276598361 -o /tmp/evaluation-result-2665438-1276598361/solver-2665438-1276598361 -C 1800 -W 2000 -M 1800 HOME/pbscip.linux.x86_64.gnu.opt.clp -f HOME/instance-2665438-1276598361.opb -t 1800 -m 1800 

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): 2000 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 1843200 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 1894400 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.05 1.01 1.00 3/106 2236
/proc/meminfo: memFree=1824632/2059040 swapFree=4136680/4192956
[pid=2236] ppid=2234 vsize=9288 CPUtime=0
/proc/2236/stat : 2236 (pbscip.linux.x8) R 2234 2236 1490 0 -1 4202496 1055 0 0 0 0 0 0 0 20 0 1 0 33491512 9510912 975 1992294400 4194304 9819077 140735544450432 18446744073709551615 8675093 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/2236/statm: 2322 985 371 1374 0 943 0

[startup+0.0245509 s]
/proc/loadavg: 1.05 1.01 1.00 3/106 2236
/proc/meminfo: memFree=1824632/2059040 swapFree=4136680/4192956
[pid=2236] ppid=2234 vsize=12696 CPUtime=0.01
/proc/2236/stat : 2236 (pbscip.linux.x8) R 2234 2236 1490 0 -1 4202496 2830 0 0 0 1 0 0 0 20 0 1 0 33491512 13000704 1883 1992294400 4194304 9819077 140735544450432 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/2236/statm: 3174 1883 503 1374 0 1795 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 12696

[startup+0.101549 s]
/proc/loadavg: 1.05 1.01 1.00 3/106 2236
/proc/meminfo: memFree=1824632/2059040 swapFree=4136680/4192956
[pid=2236] ppid=2234 vsize=22080 CPUtime=0.09
/proc/2236/stat : 2236 (pbscip.linux.x8) R 2234 2236 1490 0 -1 4202496 5105 0 0 0 8 1 0 0 20 0 1 0 33491512 22609920 3891 1992294400 4194304 9819077 140735544450432 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/2236/statm: 5520 3891 676 1374 0 4141 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 22080

[startup+0.301566 s]
/proc/loadavg: 1.05 1.01 1.00 3/106 2236
/proc/meminfo: memFree=1824632/2059040 swapFree=4136680/4192956
[pid=2236] ppid=2234 vsize=22548 CPUtime=0.29
/proc/2236/stat : 2236 (pbscip.linux.x8) R 2234 2236 1490 0 -1 4202496 6855 0 0 0 26 3 0 0 20 0 1 0 33491512 23089152 4057 1992294400 4194304 9819077 140735544450432 18446744073709551615 8675093 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/2236/statm: 5637 4071 688 1374 0 4258 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 22548

[startup+0.701597 s]
/proc/loadavg: 1.05 1.01 1.00 3/106 2236
/proc/meminfo: memFree=1824632/2059040 swapFree=4136680/4192956
[pid=2236] ppid=2234 vsize=15660 CPUtime=0.69
/proc/2236/stat : 2236 (pbscip.linux.x8) R 2234 2236 1490 0 -1 4202496 15525 0 0 0 58 11 0 0 21 0 1 0 33491512 16035840 2753 1992294400 4194304 9819077 140735544450432 18446744073709551615 4977981 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/2236/statm: 3915 2753 723 1374 0 2536 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 15660

[startup+1.50166 s]
/proc/loadavg: 1.05 1.01 1.00 2/107 2237
/proc/meminfo: memFree=1815820/2059040 swapFree=4136680/4192956
[pid=2236] ppid=2234 vsize=16160 CPUtime=1.49
/proc/2236/stat : 2236 (pbscip.linux.x8) R 2234 2236 1490 0 -1 4202496 22804 0 0 0 128 21 0 0 23 0 1 0 33491512 16547840 2756 1992294400 4194304 9819077 140735544450432 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/2236/statm: 4040 2756 723 1374 0 2661 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 16160

[startup+3.10079 s]
/proc/loadavg: 1.05 1.01 1.00 2/107 2237
/proc/meminfo: memFree=1815324/2059040 swapFree=4136680/4192956
[pid=2236] ppid=2234 vsize=17280 CPUtime=3.09
/proc/2236/stat : 2236 (pbscip.linux.x8) R 2234 2236 1490 0 -1 4202496 37114 0 0 0 265 44 0 0 25 0 1 0 33491512 17694720 3006 1992294400 4194304 9819077 140735544450432 18446744073709551615 8723783 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/2236/statm: 4280 3005 723 1374 0 2901 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 17280

[startup+6.30104 s]
/proc/loadavg: 1.04 1.01 1.00 2/107 2237
/proc/meminfo: memFree=1812968/2059040 swapFree=4136680/4192956
[pid=2236] ppid=2234 vsize=20080 CPUtime=6.29
/proc/2236/stat : 2236 (pbscip.linux.x8) R 2234 2236 1490 0 -1 4202496 67429 0 0 0 548 81 0 0 25 0 1 0 33491512 20561920 3723 1992294400 4194304 9819077 140735544450432 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/2236/statm: 5020 3723 724 1374 0 3641 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 20080

[startup+12.7006 s]
/proc/loadavg: 1.04 1.01 1.00 2/107 2237
/proc/meminfo: memFree=1809744/2059040 swapFree=4136680/4192956
[pid=2236] ppid=2234 vsize=22656 CPUtime=12.69
/proc/2236/stat : 2236 (pbscip.linux.x8) R 2234 2236 1490 0 -1 4202496 125435 0 0 0 1110 159 0 0 25 0 1 0 33491512 23199744 4374 1992294400 4194304 9819077 140735544450432 18446744073709551615 8720183 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/2236/statm: 5664 4374 724 1374 0 4285 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 22656

[startup+25.5016 s]
/proc/loadavg: 1.03 1.01 1.00 2/107 2237
/proc/meminfo: memFree=1804784/2059040 swapFree=4136680/4192956
[pid=2236] ppid=2234 vsize=27352 CPUtime=25.49
/proc/2236/stat : 2236 (pbscip.linux.x8) R 2234 2236 1490 0 -1 4202496 244139 0 0 0 2223 326 0 0 25 0 1 0 33491512 28008448 5572 1992294400 4194304 9819077 140735544450432 18446744073709551615 6832841 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/2236/statm: 6838 5572 724 1374 0 5459 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 27352

[startup+51.1016 s]
/proc/loadavg: 1.02 1.01 1.00 2/107 2237
/proc/meminfo: memFree=1794616/2059040 swapFree=4136680/4192956
[pid=2236] ppid=2234 vsize=37316 CPUtime=51.08
/proc/2236/stat : 2236 (pbscip.linux.x8) R 2234 2236 1490 0 -1 4202496 471280 0 0 0 4462 646 0 0 25 0 1 0 33491512 38211584 8138 1992294400 4194304 9819077 140735544450432 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/2236/statm: 9329 8138 724 1374 0 7950 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 37316

[startup+102.309 s]
/proc/loadavg: 1.01 1.00 1.00 2/107 2239
/proc/meminfo: memFree=1777256/2059040 swapFree=4136680/4192956
[pid=2236] ppid=2234 vsize=54068 CPUtime=102.28
/proc/2236/stat : 2236 (pbscip.linux.x8) R 2234 2236 1490 0 -1 4202496 841418 0 0 0 9002 1226 0 0 25 0 1 0 33491512 55365632 12373 1992294400 4194304 9819077 140735544450432 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/2236/statm: 13517 12373 724 1374 0 12138 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 54068

[startup+162.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 2241
/proc/meminfo: memFree=1757168/2059040 swapFree=4136680/4192956
[pid=2236] ppid=2234 vsize=76180 CPUtime=162.25
/proc/2236/stat : 2236 (pbscip.linux.x8) R 2234 2236 1490 0 -1 4202496 1359159 0 0 0 14253 1972 0 0 25 0 1 0 33491512 78008320 17493 1992294400 4194304 9819077 140735544450432 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/2236/statm: 19045 17493 724 1374 0 17666 0
Current children cumulated CPU time (s) 162.25
Current children cumulated vsize (KiB) 76180

[startup+222.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 2243
/proc/meminfo: memFree=1738196/2059040 swapFree=4136680/4192956
[pid=2236] ppid=2234 vsize=94172 CPUtime=222.24
/proc/2236/stat : 2236 (pbscip.linux.x8) R 2234 2236 1490 0 -1 4202496 1878563 0 0 0 19515 2709 0 0 25 0 1 0 33491512 96432128 22059 1992294400 4194304 9819077 140735544450432 18446744073709551615 8657695 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/2236/statm: 23543 22059 724 1374 0 22164 0
Current children cumulated CPU time (s) 222.24
Current children cumulated vsize (KiB) 94172

[startup+282.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 2243
/proc/meminfo: memFree=1718852/2059040 swapFree=4136680/4192956
[pid=2236] ppid=2234 vsize=113256 CPUtime=282.23
/proc/2236/stat : 2236 (pbscip.linux.x8) R 2234 2236 1490 0 -1 4202496 2399704 0 0 0 24779 3444 0 0 25 0 1 0 33491512 115974144 26934 1992294400 4194304 9819077 140735544450432 18446744073709551615 4978425 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/2236/statm: 28314 26934 724 1374 0 26935 0
Current children cumulated CPU time (s) 282.23
Current children cumulated vsize (KiB) 113256

[startup+342.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 2245
/proc/meminfo: memFree=1701368/2059040 swapFree=4136680/4192956
[pid=2236] ppid=2234 vsize=130236 CPUtime=342.21
/proc/2236/stat : 2236 (pbscip.linux.x8) R 2234 2236 1490 0 -1 4202496 2913488 0 0 0 30035 4186 0 0 25 0 1 0 33491512 133361664 31252 1992294400 4194304 9819077 140735544450432 18446744073709551615 7316754 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/2236/statm: 32559 31252 724 1374 0 31180 0
Current children cumulated CPU time (s) 342.21
Current children cumulated vsize (KiB) 130236

[startup+402.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 2247
/proc/meminfo: memFree=1681156/2059040 swapFree=4136680/4192956
[pid=2236] ppid=2234 vsize=150004 CPUtime=402.2
/proc/2236/stat : 2236 (pbscip.linux.x8) R 2234 2236 1490 0 -1 4202496 3427292 0 0 0 35293 4927 0 0 25 0 1 0 33491512 153604096 36286 1992294400 4194304 9819077 140735544450432 18446744073709551615 5917029 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/2236/statm: 37501 36286 724 1374 0 36122 0
Current children cumulated CPU time (s) 402.2
Current children cumulated vsize (KiB) 150004

[startup+462.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 2255
/proc/meminfo: memFree=1665904/2059040 swapFree=4136680/4192956
[pid=2236] ppid=2234 vsize=169132 CPUtime=462.18
/proc/2236/stat : 2236 (pbscip.linux.x8) R 2234 2236 1490 0 -1 4202496 3934730 0 0 0 40563 5655 0 0 25 0 1 0 33491512 173191168 40139 1992294400 4194304 9819077 140735544450432 18446744073709551615 8720183 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/2236/statm: 42161 40137 724 1374 0 40782 0
Current children cumulated CPU time (s) 462.18
Current children cumulated vsize (KiB) 169132

[startup+522.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 2257
/proc/meminfo: memFree=1645072/2059040 swapFree=4136680/4192956
[pid=2236] ppid=2234 vsize=189272 CPUtime=522.17
/proc/2236/stat : 2236 (pbscip.linux.x8) R 2234 2236 1490 0 -1 4202496 4441660 0 0 0 45847 6370 0 0 25 0 1 0 33491512 193814528 45239 1992294400 4194304 9819077 140735544450432 18446744073709551615 8657695 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/2236/statm: 47318 45239 724 1374 0 45939 0
Current children cumulated CPU time (s) 522.17
Current children cumulated vsize (KiB) 189272

[startup+582.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 2257
/proc/meminfo: memFree=1629324/2059040 swapFree=4136680/4192956
[pid=2236] ppid=2234 vsize=204428 CPUtime=582.16
/proc/2236/stat : 2236 (pbscip.linux.x8) R 2234 2236 1490 0 -1 4202496 4946897 0 0 0 51125 7091 0 0 25 0 1 0 33491512 209334272 49149 1992294400 4194304 9819077 140735544450432 18446744073709551615 8657695 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/2236/statm: 51107 49149 724 1374 0 49728 0
Current children cumulated CPU time (s) 582.16
Current children cumulated vsize (KiB) 204428

[startup+642.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 2259
/proc/meminfo: memFree=1612460/2059040 swapFree=4136680/4192956
[pid=2236] ppid=2234 vsize=220732 CPUtime=642.15
/proc/2236/stat : 2236 (pbscip.linux.x8) R 2234 2236 1490 0 -1 4202496 5452836 0 0 0 56408 7807 0 0 25 0 1 0 33491512 226029568 53291 1992294400 4194304 9819077 140735544450432 18446744073709551615 4210629 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/2236/statm: 55183 53291 724 1374 0 53804 0
Current children cumulated CPU time (s) 642.15
Current children cumulated vsize (KiB) 220732

[startup+702.301 s]

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

/proc/2236/stat : 2236 (pbscip.linux.x8) R 2234 2236 1490 0 -1 4202496 8917860 0 0 0 93468 12737 0 0 25 0 1 0 33491512 348225536 83653 1992294400 4194304 9819077 140735544450432 18446744073709551615 5955584 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/2236/statm: 85016 83653 724 1374 0 83637 0
Current children cumulated CPU time (s) 1062.05
Current children cumulated vsize (KiB) 340064

[startup+1122.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 2273
/proc/meminfo: memFree=1475440/2059040 swapFree=4136680/4192956
[pid=2236] ppid=2234 vsize=354116 CPUtime=1122.02
/proc/2236/stat : 2236 (pbscip.linux.x8) R 2234 2236 1490 0 -1 4202496 9408111 0 0 0 98769 13433 0 0 25 0 1 0 33491512 362614784 87290 1992294400 4194304 9819077 140735544450432 18446744073709551615 4923936 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/2236/statm: 88529 87290 724 1374 0 87150 0
Current children cumulated CPU time (s) 1122.02
Current children cumulated vsize (KiB) 354116

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 2273
/proc/meminfo: memFree=1460932/2059040 swapFree=4136680/4192956
[pid=2236] ppid=2234 vsize=376160 CPUtime=1182.02
/proc/2236/stat : 2236 (pbscip.linux.x8) R 2234 2236 1490 0 -1 4202496 9898095 0 0 0 104075 14127 0 0 25 0 1 0 33491512 385187840 90856 1992294400 4194304 9819077 140735544450432 18446744073709551615 8720183 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/2236/statm: 94040 90856 724 1374 0 92661 0
Current children cumulated CPU time (s) 1182.02
Current children cumulated vsize (KiB) 376160

[startup+1242.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 2275
/proc/meminfo: memFree=1443076/2059040 swapFree=4136680/4192956
[pid=2236] ppid=2234 vsize=393992 CPUtime=1242
/proc/2236/stat : 2236 (pbscip.linux.x8) R 2234 2236 1490 0 -1 4202496 10388861 0 0 0 109374 14826 0 0 25 0 1 0 33491512 403447808 95284 1992294400 4194304 9819077 140735544450432 18446744073709551615 4978973 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/2236/statm: 98498 95284 724 1374 0 97119 0
Current children cumulated CPU time (s) 1242
Current children cumulated vsize (KiB) 393992

[startup+1302.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 2286
/proc/meminfo: memFree=1428196/2059040 swapFree=4136680/4192956
[pid=2236] ppid=2234 vsize=407988 CPUtime=1301.98
/proc/2236/stat : 2236 (pbscip.linux.x8) R 2234 2236 1490 0 -1 4202496 10877031 0 0 0 114678 15520 0 0 25 0 1 0 33491512 417779712 98909 1992294400 4194304 9819077 140735544450432 18446744073709551615 4999862 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/2236/statm: 101997 98909 724 1374 0 100618 0
Current children cumulated CPU time (s) 1301.98
Current children cumulated vsize (KiB) 407988

[startup+1362.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 2288
/proc/meminfo: memFree=1412076/2059040 swapFree=4136680/4192956
[pid=2236] ppid=2234 vsize=424176 CPUtime=1361.95
/proc/2236/stat : 2236 (pbscip.linux.x8) R 2234 2236 1490 0 -1 4202496 11356673 0 0 0 119986 16209 0 0 25 0 1 0 33491512 434356224 103046 1992294400 4194304 9819077 140735544450432 18446744073709551615 4981628 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/2236/statm: 106044 103046 724 1374 0 104665 0
Current children cumulated CPU time (s) 1361.95
Current children cumulated vsize (KiB) 424176

[startup+1422.31 s]
/proc/loadavg: 1.06 1.01 1.00 2/107 2290
/proc/meminfo: memFree=1392980/2059040 swapFree=4136680/4192956
[pid=2236] ppid=2234 vsize=441776 CPUtime=1421.95
/proc/2236/stat : 2236 (pbscip.linux.x8) R 2234 2236 1490 0 -1 4202496 11845767 0 0 0 125280 16915 0 0 25 0 1 0 33491512 452378624 107666 1992294400 4194304 9819077 140735544450432 18446744073709551615 8723783 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/2236/statm: 110525 107668 724 1374 0 109146 0
Current children cumulated CPU time (s) 1421.95
Current children cumulated vsize (KiB) 441776

[startup+1482.3 s]
/proc/loadavg: 1.02 1.01 1.00 2/107 2290
/proc/meminfo: memFree=1378596/2059040 swapFree=4136680/4192956
[pid=2236] ppid=2234 vsize=456180 CPUtime=1481.93
/proc/2236/stat : 2236 (pbscip.linux.x8) R 2234 2236 1490 0 -1 4202496 12330283 0 0 0 130585 17608 0 0 25 0 1 0 33491512 467128320 111295 1992294400 4194304 9819077 140735544450432 18446744073709551615 8657695 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/2236/statm: 114205 111298 724 1374 0 112826 0
Current children cumulated CPU time (s) 1481.93
Current children cumulated vsize (KiB) 456180

[startup+1542.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 2292
/proc/meminfo: memFree=1364708/2059040 swapFree=4136680/4192956
[pid=2236] ppid=2234 vsize=470164 CPUtime=1541.91
/proc/2236/stat : 2236 (pbscip.linux.x8) R 2234 2236 1490 0 -1 4202496 12817016 0 0 0 135892 18299 0 0 25 0 1 0 33491512 481447936 114722 1992294400 4194304 9819077 140735544450432 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/2236/statm: 117541 114722 724 1374 0 116162 0
Current children cumulated CPU time (s) 1541.91
Current children cumulated vsize (KiB) 470164

[startup+1602.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 2294
/proc/meminfo: memFree=1344248/2059040 swapFree=4136680/4192956
[pid=2236] ppid=2234 vsize=489980 CPUtime=1601.9
/proc/2236/stat : 2236 (pbscip.linux.x8) R 2234 2236 1490 0 -1 4202496 13302894 0 0 0 141207 18983 0 0 25 0 1 0 33491512 501739520 119799 1992294400 4194304 9819077 140735544450432 18446744073709551615 8657695 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/2236/statm: 122535 119800 724 1374 0 121156 0
Current children cumulated CPU time (s) 1601.9
Current children cumulated vsize (KiB) 489980

[startup+1662.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 2296
/proc/meminfo: memFree=1326020/2059040 swapFree=4136680/4192956
[pid=2236] ppid=2234 vsize=507712 CPUtime=1661.88
/proc/2236/stat : 2236 (pbscip.linux.x8) R 2234 2236 1490 0 -1 4202496 13789588 0 0 0 146512 19676 0 0 25 0 1 0 33491512 519897088 124296 1992294400 4194304 9819077 140735544450432 18446744073709551615 4393377 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/2236/statm: 126928 124296 724 1374 0 125549 0
Current children cumulated CPU time (s) 1661.88
Current children cumulated vsize (KiB) 507712

[startup+1722.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 2298
/proc/meminfo: memFree=1309900/2059040 swapFree=4136680/4192956
[pid=2236] ppid=2234 vsize=523132 CPUtime=1721.87
/proc/2236/stat : 2236 (pbscip.linux.x8) R 2234 2236 1490 0 -1 4202496 14273769 0 0 0 151827 20360 0 0 25 0 1 0 33491512 535687168 128257 1992294400 4194304 9819077 140735544450432 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/2236/statm: 130783 128257 724 1374 0 129404 0
Current children cumulated CPU time (s) 1721.87
Current children cumulated vsize (KiB) 523132

[startup+1782.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 2298
/proc/meminfo: memFree=1293656/2059040 swapFree=4136680/4192956
[pid=2236] ppid=2234 vsize=539468 CPUtime=1781.85
/proc/2236/stat : 2236 (pbscip.linux.x8) R 2234 2236 1490 0 -1 4202496 14756338 0 0 0 157127 21058 0 0 25 0 1 0 33491512 552415232 132287 1992294400 4194304 9819077 140735544450432 18446744073709551615 4978109 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/2236/statm: 134867 132287 724 1374 0 133488 0
Current children cumulated CPU time (s) 1781.85
Current children cumulated vsize (KiB) 539468



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.5 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 2300
/proc/meminfo: memFree=1287704/2059040 swapFree=4136680/4192956
[pid=2236] ppid=2234 vsize=544956 CPUtime=1800.06
/proc/2236/stat : 2236 (pbscip.linux.x8) R 2234 2236 1490 0 -1 4202496 14904163 0 0 0 158728 21278 0 0 25 0 1 0 33491512 558034944 133763 1992294400 4194304 9819077 140735544450432 18446744073709551615 8723754 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/2236/statm: 136321 133764 724 1374 0 134942 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 544956

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

Sending SIGKILL to process tree (bottom up)

Sending SIGKILL to -2236

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

[startup+1801.4 s]
/proc/loadavg: 1.00 1.00 1.00 2/108 2301
/proc/meminfo: memFree=1287696/2059040 swapFree=4136680/4192956
[pid=2236] ppid=2234 vsize=545264 CPUtime=1800.95
/proc/2236/stat : 2236 (pbscip.linux.x8) R 2234 2236 1490 0 -1 4202496 14904177 0 0 0 158817 21278 0 0 25 0 1 0 33491512 558350336 133766 1992294400 4194304 9819077 140735544450432 18446744073709551615 6180095 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/2236/statm: 136316 133766 725 1374 0 134937 0
Current children cumulated CPU time (s) 1800.95
Current children cumulated vsize (KiB) 545264

[startup+1802.2 s]
/proc/loadavg: 1.00 1.00 1.00 2/108 2301
/proc/meminfo: memFree=1287572/2059040 swapFree=4136680/4192956
[pid=2236] ppid=2234 vsize=545264 CPUtime=1801.75
/proc/2236/stat : 2236 (pbscip.linux.x8) R 2234 2236 1490 0 -1 4202496 14904177 0 0 0 158897 21278 0 0 25 0 1 0 33491512 558350336 133766 1992294400 4194304 9819077 140735544450432 18446744073709551615 6180095 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/2236/statm: 136316 133766 725 1374 0 134937 0
Current children cumulated CPU time (s) 1801.75
Current children cumulated vsize (KiB) 545264

[startup+1802.4 s]
/proc/loadavg: 1.00 1.00 1.00 2/108 2301
/proc/meminfo: memFree=1287572/2059040 swapFree=4136680/4192956
[pid=2236] ppid=2234 vsize=545264 CPUtime=1801.95
/proc/2236/stat : 2236 (pbscip.linux.x8) R 2234 2236 1490 0 -1 4202496 14904177 0 0 0 158917 21278 0 0 25 0 1 0 33491512 558350336 133766 1992294400 4194304 9819077 140735544450432 18446744073709551615 6179933 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/2236/statm: 136316 133766 725 1374 0 134937 0
Current children cumulated CPU time (s) 1801.95
Current children cumulated vsize (KiB) 545264

[startup+1802.5 s]
/proc/loadavg: 1.00 1.00 1.00 2/108 2301
/proc/meminfo: memFree=1287572/2059040 swapFree=4136680/4192956
[pid=2236] ppid=2234 vsize=545264 CPUtime=1802.05
/proc/2236/stat : 2236 (pbscip.linux.x8) R 2234 2236 1490 0 -1 4202496 14904177 0 0 0 158927 21278 0 0 25 0 1 0 33491512 558350336 133766 1992294400 4194304 9819077 140735544450432 18446744073709551615 4212060 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/2236/statm: 136316 133766 725 1374 0 134937 0
Current children cumulated CPU time (s) 1802.05
Current children cumulated vsize (KiB) 545264

Child ended because it received signal 9 (SIGKILL)
Real time (s): 1802.56
CPU time (s): 1802.13
CPU user time (s): 1589.28
CPU system time (s): 212.842
CPU usage (%): 99.9757
Max. virtual memory (cumulated for all children) (KiB): 545284

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1589.28
system time used= 212.842
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 14904177
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= 2
involuntary context switches= 3879

runsolver used 3.12952 second user time and 8.37373 second system time

The end

Launcher Data

Begin job on node026 at 2010-06-15 12:39:21
IDJOB=2665438
IDBENCH=2893
IDSOLVER=1168
FILE ID=node026/2665438-1276598361
PBS_JOBID= 11173542
Free space on /tmp= 62560 MiB

SOLVER NAME= SCIPclp SCIP 1.2.1.2 with Clp 1.11.1 (Release Version) as LP solver
BENCH NAME= PB06/final/normalized-PB06/OPT-SMALLINT/submitted-PB06/manquiho/market-split/normalized-market-split_8_70_3.opb
COMMAND LINE= HOME/pbscip.linux.x86_64.gnu.opt.clp -f BENCHNAME -t TIMEOUT -m MEMLIMIT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2665438-1276598361/watcher-2665438-1276598361 -o /tmp/evaluation-result-2665438-1276598361/solver-2665438-1276598361 -C 1800 -W 2000 -M 1800  HOME/pbscip.linux.x86_64.gnu.opt.clp -f HOME/instance-2665438-1276598361.opb -t 1800 -m 1800

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 1800 MiB
MAX NB THREAD= 0

MD5SUM BENCH= dc0a3aac3e055af09a2312e5ef9f2aef
RANDOM SEED=1035018565

node026.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	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.201
cache size	: 2048 KB
physical id	: 0
siblings	: 1
core id		: 0
cpu cores	: 1
apicid		: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
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 lm constant_tsc pni monitor ds_cpl cid cx16 xtpr
bogomips	: 6000.40
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.201
cache size	: 2048 KB
physical id	: 3
siblings	: 1
core id		: 0
cpu cores	: 1
apicid		: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
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 lm constant_tsc pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5599.46
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1825160 kB
Buffers:         35164 kB
Cached:         106872 kB
SwapCached:       9716 kB
Active:          93520 kB
Inactive:        61976 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1825160 kB
SwapTotal:     4192956 kB
SwapFree:      4136680 kB
Dirty:            6208 kB
Writeback:           0 kB
AnonPages:       11712 kB
Mapped:           9352 kB
Slab:            56648 kB
PageTables:       4080 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   180636 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    264948 kB
VmallocChunk: 34359471699 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 62552 MiB
End job on node026 at 2010-06-15 13:09:24