Trace number 2664613

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
SCIPnone SCIP 1.2.1.2 without any LP solver? (TO) 1802.13 1802.72

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/
submitted-PB05/manquinho/routing/normalized-s4-4-3-3pb.opb
MD5SUMc2400ec88bd2efb16a03934d0b4c43da
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark62
Best CPU time to get the best result obtained on this benchmark0.242962
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 62
Optimality of the best value was proved YES
Number of variables648
Total number of constraints1954
Number of constraints which are clauses1930
Number of constraints which are cardinality constraints (but not clauses)24
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint27
Number of terms in the objective function 648
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 648
Number of bits of the sum of numbers in the objective function 10
Biggest number in a constraint 3
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 648
Number of bits of the biggest sum of numbers10
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.00	c SCIP version 1.2.1.2 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: NONE] [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-2664613-1276405210.opb>
0.00/0.05	c original problem has 648 variables (648 bin, 0 int, 0 impl, 0 cont) and 1954 constraints
0.00/0.05	c problem read
0.00/0.05	c presolving settings loaded
0.00/0.05	c [src/scip/lpi_none.c:41] ERROR: there is no LP solver linked to the binary (LPS=none); you should set the parameter <lp/solvefreq> to <-1> to avoid solving LPs
0.05/0.06	c presolving:
0.09/0.11	c (round 1) 108 del vars, 108 del conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 1738 upgd conss, 880 impls, 0 clqs
0.09/0.12	c (round 2) 108 del vars, 216 del conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 1738 upgd conss, 880 impls, 0 clqs
0.09/0.15	c    (0.1s) probing: 101/540 (18.7%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
0.09/0.15	c    (0.1s) probing aborted: 100/100 successive totally useless probings
0.09/0.15	c presolving (3 rounds):
0.09/0.15	c  108 deleted vars, 216 deleted constraints, 0 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
0.09/0.15	c  880 implications, 0 cliques
0.09/0.15	c presolved problem has 540 variables (540 bin, 0 int, 0 impl, 0 cont) and 1738 constraints
0.09/0.15	c      24 constraints of type <knapsack>
0.09/0.15	c    1714 constraints of type <logicor>
0.09/0.15	c transformed objective value is always integral (scale: 1)
0.09/0.15	c Presolving Time: 0.07
0.09/0.15	c - non default parameters ----------------------------------------------------------------------
0.09/0.15	c # SCIP version 1.2.1.2
0.09/0.15	c 
0.09/0.15	c # frequency for displaying node information lines
0.09/0.15	c # [type: int, range: [-1,2147483647], default: 100]
0.09/0.15	c display/freq = 10000
0.09/0.15	c 
0.09/0.15	c # maximal time in seconds to run
0.09/0.15	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.09/0.15	c limits/time = 1799.96
0.09/0.15	c 
0.09/0.15	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.09/0.15	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.09/0.15	c limits/memory = 1620
0.09/0.15	c 
0.09/0.15	c # frequency for solving LP at the nodes (-1: never; 0: only root LP)
0.09/0.15	c # [type: int, range: [-1,2147483647], default: 1]
0.09/0.15	c lp/solvefreq = -1
0.09/0.15	c 
0.09/0.15	c # should presolving try to simplify inequalities
0.09/0.15	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.09/0.15	c constraints/linear/simplifyinequalities = TRUE
0.09/0.15	c 
0.09/0.15	c # should presolving try to simplify knapsacks
0.09/0.15	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.09/0.15	c constraints/knapsack/simplifyinequalities = TRUE
0.09/0.15	c 
0.09/0.15	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
0.09/0.15	c # [type: int, range: [-1,2147483647], default: -1]
0.09/0.15	c separating/rapidlearning/freq = 0
0.09/0.15	c 
0.09/0.15	c -----------------------------------------------------------------------------------------------
0.09/0.15	c start solving
0.09/0.15	c 
0.09/0.15	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
0.09/0.15	c   0.1s|     1 |     2 |     0 |     - |2946k|   0 |   - | 540 |1738 |   0 |   0 |   0 |   0 |   0 | 1.200000e+01 |      --      |    Inf 
5.99/6.08	c   5.8s| 10000 |  8113 |     0 |   0.0 |9133k|  52 |   - | 540 |2450 |   0 |   0 |   0 |2248 |   0 | 1.400000e+01 |      --      |    Inf 
12.79/12.82	c  12.2s| 20000 | 15306 |     0 |   0.0 |  15M|  52 |   - | 540 |2749 |   0 |   0 |   0 |5521 |   0 | 1.400000e+01 |      --      |    Inf 
19.98/20.07	c  19.2s| 30000 | 22186 |     0 |   0.0 |  21M|  52 |   - | 540 |2969 |   0 |   0 |   0 |9527 |   0 | 1.500000e+01 |      --      |    Inf 
27.58/27.66	c  26.5s| 40000 | 28949 |     0 |   0.0 |  28M|  53 |   - | 540 |3148 |   0 |   0 |   0 |  14k|   0 | 1.500000e+01 |      --      |    Inf 
35.58/35.68	c  34.2s| 50000 | 35260 |     0 |   0.0 |  34M|  53 |   - | 540 |3370 |   0 |   0 |   0 |  18k|   0 | 1.600000e+01 |      --      |    Inf 
43.38/43.45	c  41.7s| 60000 | 42103 |     0 |   0.0 |  41M|  53 |   - | 540 |3377 |   0 |   0 |   0 |  23k|   0 | 1.600000e+01 |      --      |    Inf 
51.26/51.33	c  49.3s| 70000 | 49173 |     0 |   0.0 |  47M|  53 |   - | 540 |3772 |   0 |   0 |   0 |  27k|   0 | 1.600000e+01 |      --      |    Inf 
59.76/59.83	c  57.5s| 80000 | 55922 |     0 |   0.0 |  54M|  55 |   - | 540 |3583 |   0 |   0 |   0 |  31k|   0 | 1.700000e+01 |      --      |    Inf 
67.65/67.71	c  65.1s| 90000 | 63055 |     0 |   0.0 |  61M|  55 |   - | 540 |3844 |   0 |   0 |   0 |  35k|   0 | 1.700000e+01 |      --      |    Inf 
76.16/76.22	c  73.3s|100000 | 70077 |     0 |   0.0 |  68M|  55 |   - | 540 |4252 |   0 |   0 |   0 |  40k|   0 | 1.700000e+01 |      --      |    Inf 
84.76/84.82	c  81.5s|110000 | 76807 |     0 |   0.0 |  76M|  55 |   - | 540 |3661 |   0 |   0 |   0 |  44k|   0 | 1.700000e+01 |      --      |    Inf 
93.15/93.21	c  89.7s|120000 | 83774 |     0 |   0.0 |  83M|  55 |   - | 540 |4045 |   0 |   0 |   0 |  49k|   0 | 1.700000e+01 |      --      |    Inf 
101.35/101.44	c  97.6s|130000 | 90807 |     0 |   0.0 |  89M|  55 |   - | 540 |3788 |   0 |   0 |   0 |  53k|   0 | 1.700000e+01 |      --      |    Inf 
109.64/109.72	c   106s|140000 | 98023 |     0 |   0.0 |  96M|  55 |   - | 540 |4212 |   0 |   0 |   0 |  57k|   0 | 1.700000e+01 |      --      |    Inf 
117.84/117.97	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
117.84/117.97	c   114s|150000 |105495 |     0 |   0.0 | 103M|  55 |   - | 540 |4304 |   0 |   0 |   0 |  60k|   0 | 1.700000e+01 |      --      |    Inf 
126.64/126.71	c   122s|160000 |112614 |     0 |   0.0 | 110M|  55 |   - | 540 |4647 |   0 |   0 |   0 |  65k|   0 | 1.700000e+01 |      --      |    Inf 
136.25/136.30	c   131s|170000 |119292 |     0 |   0.0 | 118M|  55 |   - | 540 |4767 |   0 |   0 |   0 |  70k|   0 | 1.800000e+01 |      --      |    Inf 
144.84/144.98	c   140s|180000 |126173 |     0 |   0.0 | 125M|  57 |   - | 540 |4158 |   0 |   0 |   0 |  75k|   0 | 1.800000e+01 |      --      |    Inf 
153.13/153.22	c   148s|190000 |133526 |     0 |   0.0 | 132M|  57 |   - | 540 |4182 |   0 |   0 |   0 |  78k|   0 | 1.800000e+01 |      --      |    Inf 
161.33/161.46	c   156s|200000 |140876 |     0 |   0.0 | 139M|  57 |   - | 540 |4519 |   0 |   0 |   0 |  82k|   0 | 1.800000e+01 |      --      |    Inf 
170.13/170.20	c   164s|210000 |148114 |     0 |   0.0 | 146M|  57 |   - | 540 |4855 |   0 |   0 |   0 |  87k|   0 | 1.800000e+01 |      --      |    Inf 
179.02/179.12	c   173s|220000 |155232 |     0 |   0.0 | 153M|  57 |   - | 540 |5170 |   0 |   0 |   0 |  91k|   0 | 1.800000e+01 |      --      |    Inf 
189.02/189.17	c   182s|230000 |161738 |     0 |   0.0 | 160M|  57 |   - | 540 |5313 |   0 |   0 |   0 |  96k|   0 | 1.800000e+01 |      --      |    Inf 
199.31/199.47	c   192s|240000 |168101 |     0 |   0.0 | 168M|  59 |   - | 540 |4840 |   0 |   0 |   0 | 101k|   0 | 1.800000e+01 |      --      |    Inf 
208.21/208.38	c   201s|250000 |175036 |     0 |   0.0 | 175M|  59 |   - | 540 |4574 |   0 |   0 |   0 | 106k|   0 | 1.800000e+01 |      --      |    Inf 
217.41/217.50	c   210s|260000 |181822 |     0 |   0.0 | 182M|  59 |   - | 540 |4521 |   0 |   0 |   0 | 111k|   0 | 1.800000e+01 |      --      |    Inf 
225.70/225.87	c   218s|270000 |189137 |     0 |   0.0 | 189M|  59 |   - | 540 |4272 |   0 |   0 |   0 | 115k|   0 | 1.800000e+01 |      --      |    Inf 
233.90/234.05	c   226s|280000 |196521 |     0 |   0.0 | 196M|  59 |   - | 540 |4635 |   0 |   0 |   0 | 119k|   0 | 1.800000e+01 |      --      |    Inf 
242.60/242.77	c   234s|290000 |203787 |     0 |   0.0 | 203M|  59 |   - | 540 |4928 |   0 |   0 |   0 | 123k|   0 | 1.800000e+01 |      --      |    Inf 
251.81/251.92	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
251.81/251.92	c   243s|300000 |210849 |     0 |   0.0 | 210M|  59 |   - | 540 |5377 |   0 |   0 |   0 | 128k|   0 | 1.800000e+01 |      --      |    Inf 
260.70/260.85	c   252s|310000 |218158 |     0 |   0.0 | 217M|  59 |   - | 540 |5345 |   0 |   0 |   0 | 132k|   0 | 1.800000e+01 |      --      |    Inf 
269.80/269.94	c   261s|320000 |225398 |     0 |   0.0 | 224M|  59 |   - | 540 |5614 |   0 |   0 |   0 | 136k|   0 | 1.800000e+01 |      --      |    Inf 
279.09/279.27	c   270s|330000 |232517 |     0 |   0.0 | 231M|  59 |   - | 540 |5763 |   0 |   0 |   0 | 140k|   0 | 1.900000e+01 |      --      |    Inf 
288.78/288.95	c   279s|340000 |239441 |     0 |   0.0 | 239M|  59 |   - | 540 |6173 |   0 |   0 |   0 | 145k|   0 | 1.900000e+01 |      --      |    Inf 
298.98/299.17	c   289s|350000 |246190 |     0 |   0.0 | 246M|  59 |   - | 540 |6232 |   0 |   0 |   0 | 150k|   0 | 1.900000e+01 |      --      |    Inf 
309.28/309.41	c   299s|360000 |253036 |     0 |   0.0 | 253M|  59 |   - | 540 |6114 |   0 |   0 |   0 | 155k|   0 | 1.900000e+01 |      --      |    Inf 
319.47/319.61	c   309s|370000 |259058 |     0 |   0.0 | 260M|  59 |   - | 540 |5677 |   0 |   0 |   0 | 160k|   0 | 1.900000e+01 |      --      |    Inf 
328.67/328.85	c   318s|380000 |264944 |     0 |   0.0 | 265M|  59 |   - | 540 |4978 |   0 |   0 |   0 | 166k|   0 | 1.900000e+01 |      --      |    Inf 
337.67/337.86	c   326s|390000 |270799 |     0 |   0.0 | 270M|  59 |   - | 540 |4938 |   0 |   0 |   0 | 171k|   0 | 1.900000e+01 |      --      |    Inf 
346.47/346.60	c   335s|400000 |277080 |     0 |   0.0 | 276M|  59 |   - | 540 |5089 |   0 |   0 |   0 | 176k|   0 | 1.900000e+01 |      --      |    Inf 
355.66/355.82	c   344s|410000 |282935 |     0 |   0.0 | 281M|  59 |   - | 540 |5243 |   0 |   0 |   0 | 182k|   0 | 1.900000e+01 |      --      |    Inf 
364.65/364.83	c   352s|420000 |288779 |     0 |   0.0 | 286M|  59 |   - | 540 |5348 |   0 |   0 |   0 | 188k|   0 | 1.900000e+01 |      --      |    Inf 
373.87/374.03	c   361s|430000 |294649 |     0 |   0.0 | 291M|  59 |   - | 540 |5682 |   0 |   0 |   0 | 194k|   0 | 1.900000e+01 |      --      |    Inf 
383.35/383.54	c   371s|440000 |300313 |     0 |   0.0 | 296M|  59 |   - | 540 |6111 |   0 |   0 |   0 | 200k|   0 | 1.900000e+01 |      --      |    Inf 
393.66/393.88	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
393.66/393.88	c   381s|450000 |305692 |     0 |   0.0 | 302M|  59 |   - | 540 |6665 |   0 |   0 |   0 | 207k|   0 | 1.900000e+01 |      --      |    Inf 
404.94/405.17	c   392s|460000 |310809 |     0 |   0.0 | 308M|  59 |   - | 540 |6792 |   0 |   0 |   0 | 215k|   0 | 1.900000e+01 |      --      |    Inf 
415.65/415.85	c   402s|470000 |316246 |     0 |   0.0 | 314M|  59 |   - | 540 |7394 |   0 |   0 |   0 | 223k|   0 | 1.900000e+01 |      --      |    Inf 
426.74/426.92	c   413s|480000 |321697 |     0 |   0.0 | 320M|  59 |   - | 540 |7936 |   0 |   0 |   0 | 230k|   0 | 1.900000e+01 |      --      |    Inf 
438.43/438.68	c   424s|490000 |326927 |     0 |   0.0 | 327M|  59 |   - | 540 |8476 |   0 |   0 |   0 | 237k|   0 | 1.900000e+01 |      --      |    Inf 
450.23/450.43	c   436s|500000 |332008 |     0 |   0.0 | 333M|  59 |   - | 540 |8473 |   0 |   0 |   0 | 245k|   0 | 1.900000e+01 |      --      |    Inf 
461.52/461.70	c   446s|510000 |337524 |     0 |   0.0 | 342M|  59 |   - | 540 |7864 |   0 |   0 |   0 | 251k|   0 | 1.900000e+01 |      --      |    Inf 
471.32/471.53	c   456s|520000 |343623 |     0 |   0.0 | 347M|  59 |   - | 540 |7508 |   0 |   0 |   0 | 257k|   0 | 1.900000e+01 |      --      |    Inf 
480.92/481.15	c   465s|530000 |349948 |     0 |   0.0 | 353M|  59 |   - | 540 |7951 |   0 |   0 |   0 | 262k|   0 | 1.900000e+01 |      --      |    Inf 
490.62/490.85	c   475s|540000 |356400 |     0 |   0.0 | 359M|  59 |   - | 540 |8260 |   0 |   0 |   0 | 267k|   0 | 1.900000e+01 |      --      |    Inf 
500.42/500.61	c   484s|550000 |362834 |     0 |   0.0 | 365M|  59 |   - | 540 |8534 |   0 |   0 |   0 | 273k|   0 | 1.900000e+01 |      --      |    Inf 
510.32/510.52	c   494s|560000 |369145 |     0 |   0.0 | 371M|  59 |   - | 540 |7592 |   0 |   0 |   0 | 278k|   0 | 1.900000e+01 |      --      |    Inf 
520.31/520.59	c   504s|570000 |375257 |     0 |   0.0 | 376M|  59 |   - | 540 |7988 |   0 |   0 |   0 | 284k|   0 | 1.900000e+01 |      --      |    Inf 
530.61/530.82	c   514s|580000 |381434 |     0 |   0.0 | 383M|  59 |   - | 540 |8190 |   0 |   0 |   0 | 289k|   0 | 1.900000e+01 |      --      |    Inf 
541.10/541.31	c   524s|590000 |387519 |     0 |   0.0 | 389M|  59 |   - | 540 |8705 |   0 |   0 |   0 | 296k|   0 | 1.900000e+01 |      --      |    Inf 
551.80/552.10	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
551.80/552.10	c   534s|600000 |393644 |     0 |   0.0 | 396M|  59 |   - | 540 |9028 |   0 |   0 |   0 | 302k|   0 | 1.900000e+01 |      --      |    Inf 
562.80/563.03	c   545s|610000 |399495 |     0 |   0.0 | 402M|  59 |   - | 540 |9206 |   0 |   0 |   0 | 308k|   0 | 1.900000e+01 |      --      |    Inf 
574.49/574.75	c   556s|620000 |405332 |     0 |   0.0 | 409M|  59 |   - | 540 |9964 |   0 |   0 |   0 | 315k|   0 | 1.900000e+01 |      --      |    Inf 
586.69/586.97	c   568s|630000 |411226 |     0 |   0.0 | 417M|  59 |   - | 540 |  10k|   0 |   0 |   0 | 321k|   0 | 1.900000e+01 |      --      |    Inf 
599.99/600.20	c   581s|640000 |416765 |     0 |   0.0 | 425M|  59 |   - | 540 |  10k|   0 |   0 |   0 | 328k|   0 | 1.900000e+01 |      --      |    Inf 
612.68/612.96	c   594s|650000 |422696 |     0 |   0.0 | 433M|  59 |   - | 540 |  11k|   0 |   0 |   0 | 334k|   0 | 1.900000e+01 |      --      |    Inf 
625.08/625.33	c   606s|660000 |428467 |     0 |   0.0 | 439M|  59 |   - | 540 |  10k|   0 |   0 |   0 | 341k|   0 | 1.900000e+01 |      --      |    Inf 
636.68/636.96	c   617s|670000 |434408 |     0 |   0.0 | 445M|  59 |   - | 540 |  10k|   0 |   0 |   0 | 348k|   0 | 1.900000e+01 |      --      |    Inf 
648.37/648.68	c   628s|680000 |440202 |     0 |   0.0 | 450M|  59 |   - | 540 |  11k|   0 |   0 |   0 | 354k|   0 | 1.900000e+01 |      --      |    Inf 
660.26/660.51	c   640s|690000 |445979 |     0 |   0.0 | 456M|  59 |   - | 540 |  11k|   0 |   0 |   0 | 361k|   0 | 1.900000e+01 |      --      |    Inf 
672.56/672.84	c   652s|700000 |451597 |     0 |   0.0 | 462M|  59 |   - | 540 |  11k|   0 |   0 |   0 | 368k|   0 | 1.900000e+01 |      --      |    Inf 
685.16/685.41	c   664s|710000 |456958 |     0 |   0.0 | 468M|  59 |   - | 540 |  11k|   0 |   0 |   0 | 375k|   0 | 1.900000e+01 |      --      |    Inf 
697.45/697.70	c   676s|720000 |462598 |     0 |   0.0 | 473M|  59 |   - | 540 |9693 |   0 |   0 |   0 | 382k|   0 | 1.900000e+01 |      --      |    Inf 
709.35/709.64	c   688s|730000 |468163 |     0 |   0.0 | 480M|  59 |   - | 540 |  10k|   0 |   0 |   0 | 388k|   0 | 1.900000e+01 |      --      |    Inf 
721.74/722.01	c   700s|740000 |473674 |     0 |   0.0 | 488M|  59 |   - | 540 |  10k|   0 |   0 |   0 | 395k|   0 | 1.900000e+01 |      --      |    Inf 
734.35/734.62	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
734.35/734.62	c   712s|750000 |479098 |     0 |   0.0 | 494M|  59 |   - | 540 |  10k|   0 |   0 |   0 | 402k|   0 | 1.900000e+01 |      --      |    Inf 
746.54/746.90	c   724s|760000 |484797 |     0 |   0.0 | 502M|  59 |   - | 540 |  11k|   0 |   0 |   0 | 409k|   0 | 1.900000e+01 |      --      |    Inf 
759.44/759.79	c   737s|770000 |490122 |     0 |   0.0 | 509M|  59 |   - | 540 |  11k|   0 |   0 |   0 | 416k|   0 | 1.900000e+01 |      --      |    Inf 
772.43/772.74	c   749s|780000 |495755 |     0 |   0.0 | 516M|  59 |   - | 540 |  12k|   0 |   0 |   0 | 424k|   0 | 1.900000e+01 |      --      |    Inf 
786.14/786.46	c   763s|790000 |501006 |     0 |   0.0 | 523M|  59 |   - | 540 |  12k|   0 |   0 |   0 | 431k|   0 | 1.900000e+01 |      --      |    Inf 
800.12/800.42	c   776s|800000 |506483 |     0 |   0.0 | 531M|  59 |   - | 540 |  12k|   0 |   0 |   0 | 439k|   0 | 1.900000e+01 |      --      |    Inf 
813.52/813.85	c   789s|810000 |511945 |     0 |   0.0 | 538M|  59 |   - | 540 |  13k|   0 |   0 |   0 | 446k|   0 | 1.900000e+01 |      --      |    Inf 
828.32/828.60	c   804s|820000 |517201 |     0 |   0.0 | 545M|  59 |   - | 540 |  13k|   0 |   0 |   0 | 454k|   0 | 1.900000e+01 |      --      |    Inf 
842.52/842.85	c   818s|830000 |522601 |     0 |   0.0 | 552M|  59 |   - | 540 |  13k|   0 |   0 |   0 | 462k|   0 | 1.900000e+01 |      --      |    Inf 
856.31/856.60	c   831s|840000 |527895 |     0 |   0.0 | 558M|  59 |   - | 540 |  14k|   0 |   0 |   0 | 469k|   0 | 1.900000e+01 |      --      |    Inf 
870.71/871.04	c   845s|850000 |533307 |     0 |   0.0 | 565M|  59 |   - | 540 |  14k|   0 |   0 |   0 | 476k|   0 | 1.900000e+01 |      --      |    Inf 
884.80/885.18	c   859s|860000 |538624 |     0 |   0.0 | 571M|  59 |   - | 540 |  15k|   0 |   0 |   0 | 484k|   0 | 1.900000e+01 |      --      |    Inf 
899.80/900.18	c   874s|870000 |543839 |     0 |   0.0 | 578M|  59 |   - | 540 |  15k|   0 |   0 |   0 | 491k|   0 | 1.900000e+01 |      --      |    Inf 
914.39/914.73	c   888s|880000 |549087 |     0 |   0.0 | 585M|  59 |   - | 540 |  15k|   0 |   0 |   0 | 499k|   0 | 2.000000e+01 |      --      |    Inf 
928.59/928.93	c   902s|890000 |554439 |     0 |   0.0 | 591M|  59 |   - | 540 |  16k|   0 |   0 |   0 | 506k|   0 | 2.000000e+01 |      --      |    Inf 
942.88/943.28	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
942.88/943.28	c   916s|900000 |559682 |     0 |   0.0 | 597M|  59 |   - | 540 |  16k|   0 |   0 |   0 | 513k|   0 | 2.000000e+01 |      --      |    Inf 
956.98/957.38	c   930s|910000 |564897 |     0 |   0.0 | 604M|  59 |   - | 540 |  16k|   0 |   0 |   0 | 521k|   0 | 2.000000e+01 |      --      |    Inf 
971.57/971.90	c   944s|920000 |570041 |     0 |   0.0 | 610M|  59 |   - | 540 |  16k|   0 |   0 |   0 | 529k|   0 | 2.000000e+01 |      --      |    Inf 
985.27/985.65	c   957s|930000 |575063 |     0 |   0.0 | 616M|  59 |   - | 540 |  16k|   0 |   0 |   0 | 536k|   0 | 2.000000e+01 |      --      |    Inf 
1000.17/1000.53	c   972s|940000 |579602 |     0 |   0.0 | 622M|  59 |   - | 540 |  15k|   0 |   0 |   0 | 543k|   0 | 2.000000e+01 |      --      |    Inf 
1013.16/1013.54	c   984s|950000 |585717 |     0 |   0.0 | 628M|  59 |   - | 540 |  14k|   0 |   0 |   0 | 549k|   0 | 2.000000e+01 |      --      |    Inf 
1025.35/1025.72	c   996s|960000 |592034 |     0 |   0.0 | 634M|  59 |   - | 540 |  15k|   0 |   0 |   0 | 554k|   0 | 2.000000e+01 |      --      |    Inf 
1038.55/1038.97	c  1009s|970000 |598052 |     0 |   0.0 | 640M|  59 |   - | 540 |  15k|   0 |   0 |   0 | 560k|   0 | 2.000000e+01 |      --      |    Inf 
1051.15/1051.55	c  1022s|980000 |604334 |     0 |   0.0 | 647M|  59 |   - | 540 |  15k|   0 |   0 |   0 | 565k|   0 | 2.000000e+01 |      --      |    Inf 
1064.65/1065.00	c  1035s|990000 |610264 |     0 |   0.0 | 654M|  59 |   - | 540 |  16k|   0 |   0 |   0 | 571k|   0 | 2.000000e+01 |      --      |    Inf 
1078.54/1078.96	c  1048s|  1000k|616316 |     0 |   0.0 | 661M|  59 |   - | 540 |  16k|   0 |   0 |   0 | 577k|   0 | 2.000000e+01 |      --      |    Inf 
1092.14/1092.50	c  1062s|  1010k|622495 |     0 |   0.0 | 669M|  59 |   - | 540 |  17k|   0 |   0 |   0 | 582k|   0 | 2.000000e+01 |      --      |    Inf 
1107.13/1107.51	c  1076s|  1020k|628239 |     0 |   0.0 | 676M|  59 |   - | 540 |  17k|   0 |   0 |   0 | 588k|   0 | 2.000000e+01 |      --      |    Inf 
1121.33/1121.73	c  1090s|  1030k|634147 |     0 |   0.0 | 683M|  59 |   - | 540 |  17k|   0 |   0 |   0 | 595k|   0 | 2.000000e+01 |      --      |    Inf 
1135.12/1135.57	c  1104s|  1040k|639657 |     0 |   0.0 | 689M|  59 |   - | 540 |  17k|   0 |   0 |   0 | 602k|   0 | 2.000000e+01 |      --      |    Inf 
1150.02/1150.42	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1150.02/1150.42	c  1118s|  1050k|645322 |     0 |   0.0 | 695M|  60 |   - | 540 |  15k|   0 |   0 |   0 | 608k|   0 | 2.000000e+01 |      --      |    Inf 
1163.62/1164.07	c  1131s|  1060k|651304 |     0 |   0.0 | 701M|  60 |   - | 540 |  15k|   0 |   0 |   0 | 614k|   0 | 2.000000e+01 |      --      |    Inf 
1177.11/1177.59	c  1145s|  1070k|657213 |     0 |   0.0 | 707M|  60 |   - | 540 |  16k|   0 |   0 |   0 | 620k|   0 | 2.000000e+01 |      --      |    Inf 
1190.31/1190.75	c  1158s|  1080k|663187 |     0 |   0.0 | 713M|  60 |   - | 540 |  16k|   0 |   0 |   0 | 626k|   0 | 2.000000e+01 |      --      |    Inf 
1203.80/1204.28	c  1171s|  1090k|669117 |     0 |   0.0 | 719M|  60 |   - | 540 |  16k|   0 |   0 |   0 | 633k|   0 | 2.000000e+01 |      --      |    Inf 
1217.20/1217.61	c  1184s|  1100k|674917 |     0 |   0.0 | 725M|  60 |   - | 540 |  16k|   0 |   0 |   0 | 639k|   0 | 2.000000e+01 |      --      |    Inf 
1231.09/1231.55	c  1197s|  1110k|680723 |     0 |   0.0 | 732M|  60 |   - | 540 |  16k|   0 |   0 |   0 | 646k|   0 | 2.000000e+01 |      --      |    Inf 
1244.70/1245.12	c  1211s|  1120k|686855 |     0 |   0.0 | 737M|  60 |   - | 540 |  16k|   0 |   0 |   0 | 651k|   0 | 2.000000e+01 |      --      |    Inf 
1258.99/1259.50	c  1225s|  1130k|692645 |     0 |   0.0 | 745M|  60 |   - | 540 |  17k|   0 |   0 |   0 | 658k|   0 | 2.000000e+01 |      --      |    Inf 
1272.99/1273.47	c  1238s|  1140k|698406 |     0 |   0.0 | 752M|  60 |   - | 540 |  17k|   0 |   0 |   0 | 664k|   0 | 2.000000e+01 |      --      |    Inf 
1287.38/1287.83	c  1252s|  1150k|704171 |     0 |   0.0 | 758M|  60 |   - | 540 |  17k|   0 |   0 |   0 | 671k|   0 | 2.000000e+01 |      --      |    Inf 
1302.26/1302.75	c  1267s|  1160k|709664 |     0 |   0.0 | 765M|  60 |   - | 540 |  17k|   0 |   0 |   0 | 678k|   0 | 2.000000e+01 |      --      |    Inf 
1316.76/1317.24	c  1281s|  1170k|715599 |     0 |   0.0 | 772M|  60 |   - | 540 |  18k|   0 |   0 |   0 | 685k|   0 | 2.000000e+01 |      --      |    Inf 
1331.46/1331.92	c  1296s|  1180k|721318 |     0 |   0.0 | 777M|  60 |   - | 540 |  18k|   0 |   0 |   0 | 692k|   0 | 2.000000e+01 |      --      |    Inf 
1346.85/1347.34	c  1311s|  1190k|726736 |     0 |   0.0 | 784M|  60 |   - | 540 |  18k|   0 |   0 |   0 | 699k|   0 | 2.000000e+01 |      --      |    Inf 
1361.36/1361.87	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1361.36/1361.87	c  1325s|  1200k|732607 |     0 |   0.0 | 790M|  60 |   - | 540 |  18k|   0 |   0 |   0 | 706k|   0 | 2.000000e+01 |      --      |    Inf 
1376.05/1376.55	c  1339s|  1210k|738355 |     0 |   0.0 | 795M|  60 |   - | 540 |  18k|   0 |   0 |   0 | 712k|   0 | 2.000000e+01 |      --      |    Inf 
1391.25/1391.76	c  1354s|  1220k|743848 |     0 |   0.0 | 802M|  60 |   - | 540 |  18k|   0 |   0 |   0 | 720k|   0 | 2.000000e+01 |      --      |    Inf 
1405.64/1406.18	c  1368s|  1230k|749641 |     0 |   0.0 | 808M|  60 |   - | 540 |  19k|   0 |   0 |   0 | 726k|   0 | 2.000000e+01 |      --      |    Inf 
1418.93/1419.48	c  1381s|  1240k|755467 |     0 |   0.0 | 813M|  60 |   - | 540 |  18k|   0 |   0 |   0 | 732k|   0 | 2.000000e+01 |      --      |    Inf 
1432.93/1433.46	c  1395s|  1250k|760819 |     0 |   0.0 | 819M|  60 |   - | 540 |  19k|   0 |   0 |   0 | 739k|   0 | 2.000000e+01 |      --      |    Inf 
1446.72/1447.22	c  1408s|  1260k|766294 |     0 |   0.0 | 824M|  60 |   - | 540 |  19k|   0 |   0 |   0 | 747k|   0 | 2.000000e+01 |      --      |    Inf 
1460.41/1460.97	c  1422s|  1270k|771889 |     0 |   0.0 | 830M|  60 |   - | 540 |  19k|   0 |   0 |   0 | 753k|   0 | 2.000000e+01 |      --      |    Inf 
1477.01/1477.52	c  1438s|  1280k|777164 |     0 |   0.0 | 835M|  60 |   - | 540 |  19k|   0 |   0 |   0 | 761k|   0 | 2.000000e+01 |      --      |    Inf 
1492.12/1492.68	c  1453s|  1290k|782819 |     0 |   0.0 | 841M|  60 |   - | 540 |  19k|   0 |   0 |   0 | 768k|   0 | 2.000000e+01 |      --      |    Inf 
1508.61/1509.11	c  1469s|  1300k|787911 |     0 |   0.0 | 847M|  60 |   - | 540 |  19k|   0 |   0 |   0 | 775k|   0 | 2.000000e+01 |      --      |    Inf 
1524.89/1525.40	c  1485s|  1310k|793155 |     0 |   0.0 | 853M|  60 |   - | 540 |  19k|   0 |   0 |   0 | 783k|   0 | 2.000000e+01 |      --      |    Inf 
1540.99/1541.58	c  1501s|  1320k|798341 |     0 |   0.0 | 859M|  60 |   - | 540 |  20k|   0 |   0 |   0 | 790k|   0 | 2.000000e+01 |      --      |    Inf 
1557.88/1558.45	c  1517s|  1330k|803348 |     0 |   0.0 | 865M|  60 |   - | 540 |  20k|   0 |   0 |   0 | 798k|   0 | 2.000000e+01 |      --      |    Inf 
1574.38/1574.94	c  1534s|  1340k|808378 |     0 |   0.0 | 871M|  60 |   - | 540 |  20k|   0 |   0 |   0 | 806k|   0 | 2.000000e+01 |      --      |    Inf 
1591.08/1591.68	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1591.08/1591.68	c  1550s|  1350k|813259 |     0 |   0.0 | 877M|  60 |   - | 540 |  18k|   0 |   0 |   0 | 814k|   0 | 2.000000e+01 |      --      |    Inf 
1606.57/1607.18	c  1565s|  1360k|818996 |     0 |   0.0 | 884M|  60 |   - | 540 |  18k|   0 |   0 |   0 | 820k|   0 | 2.000000e+01 |      --      |    Inf 
1621.97/1622.53	c  1580s|  1370k|824614 |     0 |   0.0 | 890M|  60 |   - | 540 |  19k|   0 |   0 |   0 | 827k|   0 | 2.000000e+01 |      --      |    Inf 
1638.47/1639.00	c  1596s|  1380k|829855 |     0 |   0.0 | 897M|  60 |   - | 540 |  19k|   0 |   0 |   0 | 834k|   0 | 2.000000e+01 |      --      |    Inf 
1654.74/1655.37	c  1612s|  1390k|835384 |     0 |   0.0 | 904M|  60 |   - | 540 |  19k|   0 |   0 |   0 | 841k|   0 | 2.000000e+01 |      --      |    Inf 
1671.14/1671.79	c  1629s|  1400k|840683 |     0 |   0.0 | 911M|  60 |   - | 540 |  20k|   0 |   0 |   0 | 848k|   0 | 2.000000e+01 |      --      |    Inf 
1686.94/1687.58	c  1644s|  1410k|846381 |     0 |   0.0 | 918M|  60 |   - | 540 |  20k|   0 |   0 |   0 | 856k|   0 | 2.000000e+01 |      --      |    Inf 
1704.04/1704.69	c  1661s|  1420k|851570 |     0 |   0.0 | 925M|  60 |   - | 540 |  20k|   0 |   0 |   0 | 864k|   0 | 2.000000e+01 |      --      |    Inf 
1720.53/1721.17	c  1677s|  1430k|856823 |     0 |   0.0 | 931M|  60 |   - | 540 |  20k|   0 |   0 |   0 | 871k|   0 | 2.000000e+01 |      --      |    Inf 
1737.23/1737.88	c  1693s|  1440k|862312 |     0 |   0.0 | 937M|  60 |   - | 540 |  20k|   0 |   0 |   0 | 878k|   0 | 2.000000e+01 |      --      |    Inf 
1753.83/1754.40	c  1710s|  1450k|867660 |     0 |   0.0 | 944M|  60 |   - | 540 |  20k|   0 |   0 |   0 | 885k|   0 | 2.000000e+01 |      --      |    Inf 
1770.11/1770.72	c  1726s|  1460k|873131 |     0 |   0.0 | 951M|  60 |   - | 540 |  20k|   0 |   0 |   0 | 893k|   0 | 2.000000e+01 |      --      |    Inf 
1787.71/1788.30	c  1743s|  1470k|878408 |     0 |   0.0 | 958M|  60 |   - | 540 |  21k|   0 |   0 |   0 | 901k|   0 | 2.000000e+01 |      --      |    Inf 
1800.02/1800.61	c pressed CTRL-C 1 times (5 times for forcing termination)
1800.02/1800.62	c 
1800.02/1800.62	c SCIP Status        : solving was interrupted [user interrupt]
1800.02/1800.62	c Solving Time (sec) : 1754.84
1800.02/1800.62	c Solving Nodes      : 1476832
1800.02/1800.62	c Primal Bound       : +1.00000000000000e+20 (0 solutions)
1800.02/1800.62	c Dual Bound         : +2.00000000000000e+01
1800.02/1800.62	c Gap                : infinite
1800.02/1800.62	s UNKNOWN
1800.02/1800.62	c SCIP Status        : solving was interrupted [user interrupt]
1800.02/1800.62	c Solving Time       :    1754.84
1800.02/1800.62	c Original Problem   :
1800.02/1800.62	c   Problem name     : HOME/instance-2664613-1276405210.opb
1800.02/1800.62	c   Variables        : 648 (648 binary, 0 integer, 0 implicit integer, 0 continuous)
1800.02/1800.62	c   Constraints      : 1954 initial, 1954 maximal
1800.02/1800.62	c Presolved Problem  :
1800.02/1800.62	c   Problem name     : t_HOME/instance-2664613-1276405210.opb
1800.02/1800.62	c   Variables        : 540 (540 binary, 0 integer, 0 implicit integer, 0 continuous)
1800.02/1800.62	c   Constraints      : 1738 initial, 21874 maximal
1800.02/1800.62	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
1800.02/1800.62	c   trivial          :       0.00          0          0          0          0          0          0          0          0
1800.02/1800.62	c   dualfix          :       0.00          0          0          0          0          0          0          0          0
1800.02/1800.62	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
1800.02/1800.62	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
1800.02/1800.62	c   implics          :       0.00          0        108          0          0          0          0          0          0
1800.02/1800.62	c   probing          :       0.00          0          0          0          0          0          0          0          0
1800.02/1800.62	c   knapsack         :       0.01          0          0          0          0          0          0          0          0
1800.02/1800.62	c   linear           :       0.03          0          0          0          0          0        216          0          0
1800.02/1800.62	c   logicor          :       0.03          0          0          0          0          0          0          0          0
1800.02/1800.62	c   root node        :          -          0          -          -          0          -          -          -          -
1800.02/1800.62	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
1800.02/1800.62	c   integral         :          0          0          0          0          0          0          0          0          0          0
1800.02/1800.62	c   knapsack         :         24          0    4863929          0    1252811     271722   18022286          0          0          0
1800.02/1800.62	c   logicor          :       1714+         0    4296390          0    1252811      76577   17972408          0          0          0
1800.02/1800.62	c   countsols        :          0          0          0          0    1252811          0          0          0          0          0
1800.02/1800.62	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
1800.02/1800.62	c   integral         :       0.00       0.00       0.00       0.00       0.00
1800.02/1800.62	c   knapsack         :     105.00       0.00      82.79       0.00      22.21
1800.02/1800.62	c   logicor          :     841.15       0.00     459.97       0.00     381.18
1800.02/1800.62	c   countsols        :       0.47       0.00       0.00       0.00       0.47
1800.02/1800.62	c Propagators        :       Time      Calls    Cutoffs    DomReds
1800.02/1800.62	c   vbounds          :       2.75          2          0          0
1800.02/1800.62	c   rootredcost      :       2.67          0          0          0
1800.02/1800.62	c   pseudoobj        :     130.53    4863729          0          0
1800.02/1800.62	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1800.02/1800.62	c   propagation      :      16.44     348299     346036    1234042       13.7      38763        7.5          -
1800.02/1800.62	c   infeasible LP    :       0.00          0          0          0        0.0          0        0.0          0
1800.02/1800.62	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1800.02/1800.62	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1800.02/1800.62	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1800.02/1800.62	c   applied globally :          -          -          -     906483       12.4          -          -          -
1800.02/1800.62	c   applied locally  :          -          -          -          0        0.0          -          -          -
1800.02/1800.62	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1800.02/1800.62	c   cut pool         :       0.00          0          -          -          0          -    (maximal pool size: 0)
1800.02/1800.62	c   redcost          :       0.00          0          0          0          0          0
1800.02/1800.62	c   impliedbounds    :       0.00          0          0          0          0          0
1800.02/1800.62	c   intobj           :       0.00          0          0          0          0          0
1800.02/1800.62	c   cgmip            :       0.00          0          0          0          0          0
1800.02/1800.62	c   gomory           :       0.00          0          0          0          0          0
1800.02/1800.62	c   strongcg         :       0.00          0          0          0          0          0
1800.02/1800.62	c   cmir             :       0.00          0          0          0          0          0
1800.02/1800.62	c   flowcover        :       0.00          0          0          0          0          0
1800.02/1800.62	c   clique           :       0.00          0          0          0          0          0
1800.02/1800.62	c   zerohalf         :       0.00          0          0          0          0          0
1800.02/1800.62	c   mcf              :       0.00          0          0          0          0          0
1800.02/1800.62	c   rapidlearning    :       0.00          0          0          0          0          0
1800.02/1800.62	c Pricers            :       Time      Calls       Vars
1800.02/1800.62	c   problem variables:       0.00          0          0
1800.02/1800.62	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1800.02/1800.62	c   relpscost        :       0.00          0          0          0          0          0          0
1800.02/1800.62	c   pscost           :       0.00          0          0          0          0          0          0
1800.02/1800.62	c   inference        :     138.50    1252811          0          0          0          0    2505622
1800.02/1800.62	c   mostinf          :       0.00          0          0          0          0          0          0
1800.02/1800.62	c   leastinf         :       0.00          0          0          0          0          0          0
1800.02/1800.62	c   fullstrong       :       0.00          0          0          0          0          0          0
1800.02/1800.62	c   allfullstrong    :       0.00          0          0          0          0          0          0
1800.02/1800.62	c   random           :       0.00          0          0          0          0          0          0
1800.02/1800.62	c Primal Heuristics  :       Time      Calls      Found
1800.02/1800.62	c   LP solutions     :       0.00          -          0
1800.02/1800.62	c   pseudo solutions :       0.00          -          0
1800.02/1800.62	c   oneopt           :       0.86          0          0
1800.02/1800.62	c   trivial          :       0.00          2          0
1800.02/1800.62	c   simplerounding   :       0.00          0          0
1800.02/1800.62	c   zirounding       :       0.00          0          0
1800.02/1800.62	c   rounding         :       0.00          0          0
1800.02/1800.62	c   shifting         :       0.00          0          0
1800.02/1800.62	c   intshifting      :       0.00          0          0
1800.02/1800.62	c   twoopt           :       0.00          0          0
1800.02/1800.62	c   fixandinfer      :       0.00          0          0
1800.02/1800.62	c   feaspump         :       0.00          0          0
1800.02/1800.62	c   coefdiving       :       0.00          0          0
1800.02/1800.62	c   pscostdiving     :       0.00          0          0
1800.02/1800.62	c   fracdiving       :       0.00          0          0
1800.02/1800.62	c   veclendiving     :       0.00          0          0
1800.02/1800.62	c   intdiving        :       0.00          0          0
1800.02/1800.62	c   actconsdiving    :       0.00          0          0
1800.02/1800.62	c   objpscostdiving  :       0.00          0          0
1800.02/1800.62	c   rootsoldiving    :       0.00          0          0
1800.02/1800.62	c   linesearchdiving :       0.00          0          0
1800.02/1800.62	c   guideddiving     :       0.00          0          0
1800.02/1800.62	c   octane           :       0.00          0          0
1800.02/1800.62	c   rens             :       0.00          0          0
1800.02/1800.62	c   rins             :       0.00          0          0
1800.02/1800.62	c   localbranching   :       0.00          0          0
1800.02/1800.62	c   mutation         :       0.00          0          0
1800.02/1800.62	c   crossover        :       0.00          0          0
1800.02/1800.62	c   dins             :       0.00          0          0
1800.02/1800.62	c   undercover       :       0.00          0          0
1800.02/1800.62	c   nlp              :       1.11          0          0
1800.02/1800.62	c   trysol           :       0.64          0          0
1800.02/1800.62	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1800.02/1800.62	c   primal LP        :       0.00          0          0       0.00          -
1800.02/1800.62	c   dual LP          :       0.00          0          0       0.00          -
1800.02/1800.62	c   lex dual LP      :       0.00          0          0       0.00          -
1800.02/1800.62	c   barrier LP       :       0.00          0          0       0.00          -
1800.02/1800.62	c   diving/probing LP:       0.00          0          0       0.00          -
1800.02/1800.62	c   strong branching :       0.00          0          0       0.00          -
1800.02/1800.62	c     (at root node) :          -          0          0       0.00          -
1800.02/1800.62	c   conflict analysis:       0.00          0          0       0.00          -
1800.02/1800.62	c B&B Tree           :
1800.02/1800.62	c   number of runs   :          1
1800.02/1800.62	c   nodes            :    1476832
1800.02/1800.62	c   nodes (total)    :    1476832
1800.02/1800.62	c   nodes left       :     881922
1800.02/1800.62	c   max depth        :         60
1800.02/1800.62	c   max depth (total):         60
1800.02/1800.62	c   backtracks       :     143760 (9.7%)
1800.02/1800.62	c   delayed cutoffs  :     146869
1800.02/1800.62	c   repropagations   :     418348 (9069903 domain reductions, 124278 cutoffs)
1800.02/1800.62	c   avg switch length:       5.62
1800.02/1800.62	c   switching time   :     347.85
1800.02/1800.62	c Solution           :
1800.02/1800.62	c   Solutions found  :          0 (0 improvements)
1800.02/1800.62	c   Primal Bound     :          -
1800.02/1800.62	c   Dual Bound       : +2.00000000000000e+01
1800.02/1800.62	c   Gap              :   infinite
1800.02/1800.62	c   Root Dual Bound  : +1.20000000000000e+01
1800.02/1800.62	c   Root Iterations  :          0

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-2664613-1276405210/watcher-2664613-1276405210 -o /tmp/evaluation-result-2664613-1276405210/solver-2664613-1276405210 -C 1800 -W 2000 -M 1800 HOME/pbscip.linux.x86_64.gnu.opt.none -f HOME/instance-2664613-1276405210.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: 2.40 2.48 2.00 3/106 21048
/proc/meminfo: memFree=1727880/2059040 swapFree=4192956/4192956
[pid=21048] ppid=21046 vsize=6584 CPUtime=0
/proc/21048/stat : 21048 (pbscip.linux.x8) R 21046 21048 20894 0 -1 4202496 970 0 0 0 0 0 0 0 20 0 1 0 16124743 6742016 893 1992294400 4194304 7136930 140734133865232 18446744073709551615 6346613 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/21048/statm: 1646 903 254 719 0 925 0

[startup+0.0592931 s]
/proc/loadavg: 2.40 2.48 2.00 3/106 21048
/proc/meminfo: memFree=1727880/2059040 swapFree=4192956/4192956
[pid=21048] ppid=21046 vsize=11948 CPUtime=0.05
/proc/21048/stat : 21048 (pbscip.linux.x8) R 21046 21048 20894 0 -1 4202496 2851 0 0 0 4 1 0 0 20 0 1 0 16124743 12234752 2420 1992294400 4194304 7136930 140734133865232 18446744073709551615 4906535 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/21048/statm: 2987 2426 292 719 0 2266 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 11948

[startup+0.101299 s]
/proc/loadavg: 2.40 2.48 2.00 3/106 21048
/proc/meminfo: memFree=1727880/2059040 swapFree=4192956/4192956
[pid=21048] ppid=21046 vsize=15744 CPUtime=0.09
/proc/21048/stat : 21048 (pbscip.linux.x8) R 21046 21048 20894 0 -1 4202496 3858 0 0 0 7 2 0 0 20 0 1 0 16124743 16121856 3170 1992294400 4194304 7136930 140734133865232 18446744073709551615 6166364 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/21048/statm: 3936 3170 348 719 0 3215 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 15744

[startup+0.30132 s]
/proc/loadavg: 2.40 2.48 2.00 3/106 21048
/proc/meminfo: memFree=1727880/2059040 swapFree=4192956/4192956
[pid=21048] ppid=21046 vsize=16200 CPUtime=0.29
/proc/21048/stat : 21048 (pbscip.linux.x8) R 21046 21048 20894 0 -1 4202496 5559 0 0 0 26 3 0 0 20 0 1 0 16124743 16588800 3329 1992294400 4194304 7136930 140734133865232 18446744073709551615 5005150 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/21048/statm: 4050 3329 396 719 0 3329 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 16200

[startup+0.701367 s]
/proc/loadavg: 2.40 2.48 2.00 3/106 21048
/proc/meminfo: memFree=1727880/2059040 swapFree=4192956/4192956
[pid=21048] ppid=21046 vsize=16888 CPUtime=0.69
/proc/21048/stat : 21048 (pbscip.linux.x8) R 21046 21048 20894 0 -1 4202496 5723 0 0 0 64 5 0 0 21 0 1 0 16124743 17293312 3493 1992294400 4194304 7136930 140734133865232 18446744073709551615 5005371 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/21048/statm: 4222 3493 396 719 0 3501 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 16888

[startup+1.50045 s]
/proc/loadavg: 2.40 2.48 2.00 2/107 21049
/proc/meminfo: memFree=1714852/2059040 swapFree=4192956/4192956
[pid=21048] ppid=21046 vsize=17972 CPUtime=1.49
/proc/21048/stat : 21048 (pbscip.linux.x8) R 21046 21048 20894 0 -1 4202496 6014 0 0 0 140 9 0 0 23 0 1 0 16124743 18403328 3784 1992294400 4194304 7136930 140734133865232 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/21048/statm: 4493 3784 396 719 0 3772 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 17972

[startup+3.10063 s]
/proc/loadavg: 2.28 2.46 2.00 2/107 21049
/proc/meminfo: memFree=1712496/2059040 swapFree=4192956/4192956
[pid=21048] ppid=21046 vsize=20472 CPUtime=3.09
/proc/21048/stat : 21048 (pbscip.linux.x8) R 21046 21048 20894 0 -1 4202496 6641 0 0 0 293 16 0 0 25 0 1 0 16124743 20963328 4411 1992294400 4194304 7136930 140734133865232 18446744073709551615 4436491 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/21048/statm: 5118 4411 396 719 0 4397 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 20472

[startup+6.30099 s]
/proc/loadavg: 2.28 2.46 2.00 2/107 21049
/proc/meminfo: memFree=1708528/2059040 swapFree=4192956/4192956
[pid=21048] ppid=21046 vsize=24128 CPUtime=6.29
/proc/21048/stat : 21048 (pbscip.linux.x8) R 21046 21048 20894 0 -1 4202496 7568 0 0 0 601 28 0 0 25 0 1 0 16124743 24707072 5338 1992294400 4194304 7136930 140734133865232 18446744073709551615 4697127 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/21048/statm: 6032 5338 396 719 0 5311 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 24128

[startup+12.7007 s]
/proc/loadavg: 2.09 2.41 1.98 2/107 21049
/proc/meminfo: memFree=1699476/2059040 swapFree=4192956/4192956
[pid=21048] ppid=21046 vsize=32792 CPUtime=12.69
/proc/21048/stat : 21048 (pbscip.linux.x8) R 21046 21048 20894 0 -1 4202496 9715 0 0 0 1216 53 0 0 25 0 1 0 16124743 33579008 7485 1992294400 4194304 7136930 140734133865232 18446744073709551615 5005152 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/21048/statm: 8198 7485 396 719 0 7477 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 32792

[startup+25.5011 s]
/proc/loadavg: 1.92 2.36 1.97 2/107 21051
/proc/meminfo: memFree=1685712/2059040 swapFree=4192956/4192956
[pid=21048] ppid=21046 vsize=46344 CPUtime=25.48
/proc/21048/stat : 21048 (pbscip.linux.x8) R 21046 21048 20894 0 -1 4202496 13118 0 0 0 2447 101 0 0 25 0 1 0 16124743 47456256 10888 1992294400 4194304 7136930 140734133865232 18446744073709551615 4740375 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/21048/statm: 11586 10888 396 719 0 10865 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 46344

[startup+51.102 s]
/proc/loadavg: 1.60 2.25 1.95 2/107 21051
/proc/meminfo: memFree=1656572/2059040 swapFree=4192956/4192956
[pid=21048] ppid=21046 vsize=75120 CPUtime=51.06
/proc/21048/stat : 21048 (pbscip.linux.x8) R 21046 21048 20894 0 -1 4202496 20292 0 0 0 4910 196 0 0 25 0 1 0 16124743 76922880 18062 1992294400 4194304 7136930 140734133865232 18446744073709551615 6350076 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/21048/statm: 18780 18062 396 719 0 18059 0
Current children cumulated CPU time (s) 51.06
Current children cumulated vsize (KiB) 75120

[startup+102.309 s]
/proc/loadavg: 1.24 2.04 1.89 2/107 21062
/proc/meminfo: memFree=1602136/2059040 swapFree=4192956/4192956
[pid=21048] ppid=21046 vsize=131628 CPUtime=102.25
/proc/21048/stat : 21048 (pbscip.linux.x8) R 21046 21048 20894 0 -1 4202496 33829 0 0 0 9850 375 0 0 25 0 1 0 16124743 134787072 31599 1992294400 4194304 7136930 140734133865232 18446744073709551615 5005221 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/21048/statm: 32907 31599 396 719 0 32186 0
Current children cumulated CPU time (s) 102.25
Current children cumulated vsize (KiB) 131628

[startup+162.301 s]
/proc/loadavg: 1.09 1.85 1.83 2/107 21062
/proc/meminfo: memFree=1542864/2059040 swapFree=4192956/4192956
[pid=21048] ppid=21046 vsize=190708 CPUtime=162.23
/proc/21048/stat : 21048 (pbscip.linux.x8) R 21046 21048 20894 0 -1 4202496 48592 0 0 0 15643 580 0 0 25 0 1 0 16124743 195284992 46362 1992294400 4194304 7136930 140734133865232 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/21048/statm: 47677 46362 396 719 0 46956 0
Current children cumulated CPU time (s) 162.23
Current children cumulated vsize (KiB) 190708

[startup+222.302 s]
/proc/loadavg: 1.03 1.69 1.78 2/107 21064
/proc/meminfo: memFree=1485700/2059040 swapFree=4192956/4192956
[pid=21048] ppid=21046 vsize=248012 CPUtime=222.21
/proc/21048/stat : 21048 (pbscip.linux.x8) R 21046 21048 20894 0 -1 4202496 62843 0 0 0 21450 771 0 0 25 0 1 0 16124743 253964288 60613 1992294400 4194304 7136930 140734133865232 18446744073709551615 4697373 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/21048/statm: 62003 60613 396 719 0 61282 0
Current children cumulated CPU time (s) 222.21
Current children cumulated vsize (KiB) 248012

[startup+282.302 s]
/proc/loadavg: 1.01 1.57 1.73 2/107 21066
/proc/meminfo: memFree=1437216/2059040 swapFree=4192956/4192956
[pid=21048] ppid=21046 vsize=301360 CPUtime=282.19
/proc/21048/stat : 21048 (pbscip.linux.x8) R 21046 21048 20894 0 -1 4202496 75295 0 0 0 27251 968 0 0 25 0 1 0 16124743 308592640 73065 1992294400 4194304 7136930 140734133865232 18446744073709551615 4999811 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/21048/statm: 75340 73065 396 719 0 74619 0
Current children cumulated CPU time (s) 282.19
Current children cumulated vsize (KiB) 301360

[startup+342.301 s]
/proc/loadavg: 1.00 1.46 1.68 2/107 21068
/proc/meminfo: memFree=1389724/2059040 swapFree=4192956/4192956
[pid=21048] ppid=21046 vsize=347912 CPUtime=342.17
/proc/21048/stat : 21048 (pbscip.linux.x8) R 21046 21048 20894 0 -1 4202496 86733 0 0 0 33067 1150 0 0 25 0 1 0 16124743 356261888 84503 1992294400 4194304 7136930 140734133865232 18446744073709551615 5005060 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/21048/statm: 86978 84503 396 719 0 86257 0
Current children cumulated CPU time (s) 342.17
Current children cumulated vsize (KiB) 347912

[startup+402.302 s]
/proc/loadavg: 1.00 1.38 1.63 2/107 21070
/proc/meminfo: memFree=1353144/2059040 swapFree=4192956/4192956
[pid=21048] ppid=21046 vsize=384752 CPUtime=402.15
/proc/21048/stat : 21048 (pbscip.linux.x8) R 21046 21048 20894 0 -1 4202496 95927 0 0 0 38880 1335 0 0 25 0 1 0 16124743 393986048 93697 1992294400 4194304 7136930 140734133865232 18446744073709551615 4999811 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/21048/statm: 96188 93697 396 719 0 95467 0
Current children cumulated CPU time (s) 402.15
Current children cumulated vsize (KiB) 384752

[startup+462.302 s]
/proc/loadavg: 1.00 1.30 1.59 2/107 21070
/proc/meminfo: memFree=1316192/2059040 swapFree=4192956/4192956
[pid=21048] ppid=21046 vsize=422540 CPUtime=462.13
/proc/21048/stat : 21048 (pbscip.linux.x8) R 21046 21048 20894 0 -1 4202496 105327 0 0 0 44706 1507 0 0 25 0 1 0 16124743 432680960 103097 1992294400 4194304 7136930 140734133865232 18446744073709551615 5955613 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/21048/statm: 105635 103097 396 719 0 104914 0
Current children cumulated CPU time (s) 462.13
Current children cumulated vsize (KiB) 422540

[startup+522.301 s]
/proc/loadavg: 1.00 1.25 1.55 2/107 21072
/proc/meminfo: memFree=1273784/2059040 swapFree=4192956/4192956
[pid=21048] ppid=21046 vsize=464584 CPUtime=522.11
/proc/21048/stat : 21048 (pbscip.linux.x8) R 21046 21048 20894 0 -1 4202496 115629 0 0 0 50531 1680 0 0 25 0 1 0 16124743 475734016 113399 1992294400 4194304 7136930 140734133865232 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/21048/statm: 116146 113399 396 719 0 115425 0
Current children cumulated CPU time (s) 522.11
Current children cumulated vsize (KiB) 464584

[startup+582.302 s]
/proc/loadavg: 1.00 1.20 1.51 2/107 21074
/proc/meminfo: memFree=1243280/2059040 swapFree=4192956/4192956
[pid=21048] ppid=21046 vsize=494928 CPUtime=582.09
/proc/21048/stat : 21048 (pbscip.linux.x8) R 21046 21048 20894 0 -1 4202496 123232 0 0 0 56359 1850 0 0 25 0 1 0 16124743 506806272 121002 1992294400 4194304 7136930 140734133865232 18446744073709551615 5955595 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/21048/statm: 123732 121002 396 719 0 123011 0
Current children cumulated CPU time (s) 582.09
Current children cumulated vsize (KiB) 494928

[startup+642.302 s]
/proc/loadavg: 1.00 1.16 1.48 2/107 21076
/proc/meminfo: memFree=1204220/2059040 swapFree=4192956/4192956
[pid=21048] ppid=21046 vsize=533828 CPUtime=642.07
/proc/21048/stat : 21048 (pbscip.linux.x8) R 21046 21048 20894 0 -1 4202496 132934 0 0 0 62217 1990 0 0 25 0 1 0 16124743 546639872 130704 1992294400 4194304 7136930 140734133865232 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/21048/statm: 133457 130704 396 719 0 132736 0
Current children cumulated CPU time (s) 642.07
Current children cumulated vsize (KiB) 533828

[startup+702.301 s]

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

/proc/21048/stat : 21048 (pbscip.linux.x8) R 21046 21048 20894 0 -1 4202496 185255 0 0 0 103206 2989 0 0 25 0 1 0 16124743 769101824 183025 1992294400 4194304 7136930 140734133865232 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/21048/statm: 187769 183025 396 719 0 187048 0
Current children cumulated CPU time (s) 1061.95
Current children cumulated vsize (KiB) 751076

[startup+1122.3 s]
/proc/loadavg: 1.00 1.02 1.27 2/107 21091
/proc/meminfo: memFree=961676/2059040 swapFree=4192956/4192956
[pid=21048] ppid=21046 vsize=782908 CPUtime=1121.93
/proc/21048/stat : 21048 (pbscip.linux.x8) R 21046 21048 20894 0 -1 4202496 193239 0 0 0 109067 3126 0 0 25 0 1 0 16124743 801697792 191009 1992294400 4194304 7136930 140734133865232 18446744073709551615 4697107 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/21048/statm: 195727 191009 396 719 0 195006 0
Current children cumulated CPU time (s) 1121.93
Current children cumulated vsize (KiB) 782908

[startup+1182.3 s]
/proc/loadavg: 1.00 1.02 1.25 2/107 21093
/proc/meminfo: memFree=932288/2059040 swapFree=4192956/4192956
[pid=21048] ppid=21046 vsize=813272 CPUtime=1181.91
/proc/21048/stat : 21048 (pbscip.linux.x8) R 21046 21048 20894 0 -1 4202496 200617 0 0 0 114934 3257 0 0 25 0 1 0 16124743 832790528 198387 1992294400 4194304 7136930 140734133865232 18446744073709551615 4999842 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/21048/statm: 203318 198387 396 719 0 202597 0
Current children cumulated CPU time (s) 1181.91
Current children cumulated vsize (KiB) 813272

[startup+1242.3 s]
/proc/loadavg: 1.00 1.01 1.23 2/107 21095
/proc/meminfo: memFree=904140/2059040 swapFree=4192956/4192956
[pid=21048] ppid=21046 vsize=840856 CPUtime=1241.89
/proc/21048/stat : 21048 (pbscip.linux.x8) R 21046 21048 20894 0 -1 4202496 207688 0 0 0 120795 3394 0 0 25 0 1 0 16124743 861036544 205458 1992294400 4194304 7136930 140734133865232 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/21048/statm: 210214 205458 396 719 0 209493 0
Current children cumulated CPU time (s) 1241.89
Current children cumulated vsize (KiB) 840856

[startup+1302.3 s]
/proc/loadavg: 1.00 1.00 1.21 2/107 21097
/proc/meminfo: memFree=872520/2059040 swapFree=4192956/4192956
[pid=21048] ppid=21046 vsize=872924 CPUtime=1301.87
/proc/21048/stat : 21048 (pbscip.linux.x8) R 21046 21048 20894 0 -1 4202496 215447 0 0 0 126667 3520 0 0 25 0 1 0 16124743 893874176 213217 1992294400 4194304 7136930 140734133865232 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/21048/statm: 218231 213217 396 719 0 217510 0
Current children cumulated CPU time (s) 1301.87
Current children cumulated vsize (KiB) 872924

[startup+1362.3 s]
/proc/loadavg: 1.00 1.00 1.20 2/107 21097
/proc/meminfo: memFree=841272/2059040 swapFree=4192956/4192956
[pid=21048] ppid=21046 vsize=903548 CPUtime=1361.85
/proc/21048/stat : 21048 (pbscip.linux.x8) R 21046 21048 20894 0 -1 4202496 223245 0 0 0 132536 3649 0 0 25 0 1 0 16124743 925233152 221015 1992294400 4194304 7136930 140734133865232 18446744073709551615 4436423 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/21048/statm: 225887 221015 396 719 0 225166 0
Current children cumulated CPU time (s) 1361.85
Current children cumulated vsize (KiB) 903548

[startup+1422.31 s]
/proc/loadavg: 1.00 1.00 1.18 2/107 21099
/proc/meminfo: memFree=814116/2059040 swapFree=4192956/4192956
[pid=21048] ppid=21046 vsize=931104 CPUtime=1421.84
/proc/21048/stat : 21048 (pbscip.linux.x8) R 21046 21048 20894 0 -1 4202496 230021 0 0 0 138410 3774 0 0 25 0 1 0 16124743 953450496 227791 1992294400 4194304 7136930 140734133865232 18446744073709551615 4414503 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/21048/statm: 232776 227791 396 719 0 232055 0
Current children cumulated CPU time (s) 1421.84
Current children cumulated vsize (KiB) 931104

[startup+1482.3 s]
/proc/loadavg: 1.00 1.00 1.17 2/107 21101
/proc/meminfo: memFree=791176/2059040 swapFree=4192956/4192956
[pid=21048] ppid=21046 vsize=954416 CPUtime=1481.81
/proc/21048/stat : 21048 (pbscip.linux.x8) R 21046 21048 20894 0 -1 4202496 235727 0 0 0 144277 3904 0 0 25 0 1 0 16124743 977321984 233497 1992294400 4194304 7136930 140734133865232 18446744073709551615 5005150 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/21048/statm: 238604 233497 396 719 0 237883 0
Current children cumulated CPU time (s) 1481.81
Current children cumulated vsize (KiB) 954416

[startup+1542.3 s]
/proc/loadavg: 1.00 1.00 1.16 2/107 21103
/proc/meminfo: memFree=775056/2059040 swapFree=4192956/4192956
[pid=21048] ppid=21046 vsize=970112 CPUtime=1541.78
/proc/21048/stat : 21048 (pbscip.linux.x8) R 21046 21048 20894 0 -1 4202496 239750 0 0 0 150159 4019 0 0 25 0 1 0 16124743 993394688 237520 1992294400 4194304 7136930 140734133865232 18446744073709551615 4697599 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/21048/statm: 242528 237520 396 719 0 241807 0
Current children cumulated CPU time (s) 1541.78
Current children cumulated vsize (KiB) 970112

[startup+1602.3 s]
/proc/loadavg: 1.00 1.00 1.14 2/107 21105
/proc/meminfo: memFree=754596/2059040 swapFree=4192956/4192956
[pid=21048] ppid=21046 vsize=991980 CPUtime=1601.77
/proc/21048/stat : 21048 (pbscip.linux.x8) R 21046 21048 20894 0 -1 4202496 245091 0 0 0 156044 4133 0 0 25 0 1 0 16124743 1015787520 242861 1992294400 4194304 7136930 140734133865232 18446744073709551615 4697599 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/21048/statm: 247995 242861 396 719 0 247274 0
Current children cumulated CPU time (s) 1601.77
Current children cumulated vsize (KiB) 991980

[startup+1662.3 s]
/proc/loadavg: 1.00 1.00 1.13 2/107 21105
/proc/meminfo: memFree=725704/2059040 swapFree=4192956/4192956
[pid=21048] ppid=21046 vsize=1020820 CPUtime=1661.75
/proc/21048/stat : 21048 (pbscip.linux.x8) R 21046 21048 20894 0 -1 4202496 252029 0 0 0 161922 4253 0 0 25 0 1 0 16124743 1045319680 249799 1992294400 4194304 7136930 140734133865232 18446744073709551615 4223056 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/21048/statm: 255205 249799 396 719 0 254484 0
Current children cumulated CPU time (s) 1661.75
Current children cumulated vsize (KiB) 1020820

[startup+1722.3 s]
/proc/loadavg: 1.00 1.00 1.12 2/107 21107
/proc/meminfo: memFree=705740/2059040 swapFree=4192956/4192956
[pid=21048] ppid=21046 vsize=1039528 CPUtime=1721.72
/proc/21048/stat : 21048 (pbscip.linux.x8) R 21046 21048 20894 0 -1 4202496 256994 0 0 0 167808 4364 0 0 25 0 1 0 16124743 1064476672 254764 1992294400 4194304 7136930 140734133865232 18446744073709551615 5005060 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/21048/statm: 259882 254764 396 719 0 259161 0
Current children cumulated CPU time (s) 1721.72
Current children cumulated vsize (KiB) 1039528

[startup+1782.3 s]
/proc/loadavg: 1.00 1.00 1.11 2/107 21109
/proc/meminfo: memFree=680320/2059040 swapFree=4192956/4192956
[pid=21048] ppid=21046 vsize=1064004 CPUtime=1781.7
/proc/21048/stat : 21048 (pbscip.linux.x8) R 21046 21048 20894 0 -1 4202496 263279 0 0 0 173692 4478 0 0 25 0 1 0 16124743 1089540096 261049 1992294400 4194304 7136930 140734133865232 18446744073709551615 5000112 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/21048/statm: 266001 261049 396 719 0 265280 0
Current children cumulated CPU time (s) 1781.7
Current children cumulated vsize (KiB) 1064004



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.6 s]
/proc/loadavg: 1.00 1.00 1.11 2/107 21109
/proc/meminfo: memFree=673376/2059040 swapFree=4192956/4192956
[pid=21048] ppid=21046 vsize=1070400 CPUtime=1800.02
/proc/21048/stat : 21048 (pbscip.linux.x8) R 21046 21048 20894 0 -1 4202496 264980 0 0 0 175487 4515 0 0 25 0 1 0 16124743 1096089600 262750 1992294400 4194304 7136930 140734133865232 18446744073709551615 4999862 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/21048/statm: 267600 262750 396 719 0 266879 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 1070400

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

Sending SIGKILL to process tree (bottom up)

Sending SIGKILL to -21048

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

[startup+1801.4 s]
/proc/loadavg: 1.00 1.00 1.11 2/107 21109
/proc/meminfo: memFree=673376/2059040 swapFree=4192956/4192956
[pid=21048] ppid=21046 vsize=1070400 CPUtime=1800.8
/proc/21048/stat : 21048 (pbscip.linux.x8) R 21046 21048 20894 0 -1 4202496 264987 0 0 0 175565 4515 0 0 25 0 1 0 16124743 1096089600 262757 1992294400 4194304 7136930 140734133865232 18446744073709551615 6166245 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/21048/statm: 267600 262757 402 719 0 266879 0
Current children cumulated CPU time (s) 1800.8
Current children cumulated vsize (KiB) 1070400

[startup+1802.2 s]
/proc/loadavg: 1.00 1.00 1.10 2/108 21110
/proc/meminfo: memFree=673368/2059040 swapFree=4192956/4192956
[pid=21048] ppid=21046 vsize=1070400 CPUtime=1801.6
/proc/21048/stat : 21048 (pbscip.linux.x8) R 21046 21048 20894 0 -1 4202496 264987 0 0 0 175645 4515 0 0 25 0 1 0 16124743 1096089600 262757 1992294400 4194304 7136930 140734133865232 18446744073709551615 4212307 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/21048/statm: 267600 262757 402 719 0 266879 0
Current children cumulated CPU time (s) 1801.6
Current children cumulated vsize (KiB) 1070400

[startup+1802.6 s]
/proc/loadavg: 1.00 1.00 1.10 2/108 21110
/proc/meminfo: memFree=673368/2059040 swapFree=4192956/4192956
[pid=21048] ppid=21046 vsize=1070400 CPUtime=1802
/proc/21048/stat : 21048 (pbscip.linux.x8) R 21046 21048 20894 0 -1 4202496 264987 0 0 0 175685 4515 0 0 25 0 1 0 16124743 1096089600 262757 1992294400 4194304 7136930 140734133865232 18446744073709551615 4670079 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/21048/statm: 267600 262757 402 719 0 266879 0
Current children cumulated CPU time (s) 1802
Current children cumulated vsize (KiB) 1070400

[startup+1802.7 s]
/proc/loadavg: 1.00 1.00 1.10 2/108 21110
/proc/meminfo: memFree=673368/2059040 swapFree=4192956/4192956
[pid=21048] ppid=21046 vsize=0 CPUtime=1802.1
/proc/21048/stat : 21048 (pbscip.linux.x8) R 21046 21048 20894 0 -1 4203524 264987 0 0 0 175687 4523 0 0 25 0 1 0 16124743 0 0 1992294400 0 0 0 0 0 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0
/proc/21048/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1802.1
Current children cumulated vsize (KiB) 0

Child ended because it received signal 9 (SIGKILL)
Real time (s): 1802.72
CPU time (s): 1802.13
CPU user time (s): 1756.87
CPU system time (s): 45.2541
CPU usage (%): 99.9673
Max. virtual memory (cumulated for all children) (KiB): 1070400

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1756.87
system time used= 45.2541
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 264987
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= 1
involuntary context switches= 22604

runsolver used 2.94155 second user time and 8.5617 second system time

The end

Launcher Data

Begin job on node005 at 2010-06-13 07:00:10
IDJOB=2664613
IDBENCH=2025
IDSOLVER=1167
FILE ID=node005/2664613-1276405210
PBS_JOBID= 11173277
Free space on /tmp= 62532 MiB

SOLVER NAME= SCIPnone SCIP 1.2.1.2 without any LP solver
BENCH NAME= PB06//final/normalized-PB06/OPT-SMALLINT/submitted-PB05/manquinho/routing/normalized-s4-4-3-3pb.opb
COMMAND LINE= HOME/pbscip.linux.x86_64.gnu.opt.none -f BENCHNAME -t TIMEOUT -m MEMLIMIT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2664613-1276405210/watcher-2664613-1276405210 -o /tmp/evaluation-result-2664613-1276405210/solver-2664613-1276405210 -C 1800 -W 2000 -M 1800  HOME/pbscip.linux.x86_64.gnu.opt.none -f HOME/instance-2664613-1276405210.opb -t 1800 -m 1800

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

MD5SUM BENCH= c2400ec88bd2efb16a03934d0b4c43da
RANDOM SEED=2121664279

node005.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.246
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.49
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.246
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.45
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1728408 kB
Buffers:         52044 kB
Cached:         152396 kB
SwapCached:          0 kB
Active:         157440 kB
Inactive:       106420 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1728408 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:            3344 kB
Writeback:           0 kB
AnonPages:       59336 kB
Mapped:          15328 kB
Slab:            45072 kB
PageTables:       3984 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   180716 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= 62528 MiB
End job on node005 at 2010-06-13 07:30:13