Trace number 2667614

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
SCIPspx SCIP 1.2.1.2 with SoPlex 1.4.2 (CVS Version 30.5.2010) as LP solverSAT (TO)6 1800.21 1800.7

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB06/
manquiho/logic_synthesis/normalized-rd84.b.opb
MD5SUM6560abb26f607ef952ebe1a74dd5dae1
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark5
Best CPU time to get the best result obtained on this benchmark57.3413
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 5
Optimality of the best value was proved YES
Number of variables1009
Total number of constraints3773
Number of constraints which are clauses3773
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint5
Maximum length of a constraint446
Number of terms in the objective function 1009
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 1009
Number of bits of the sum of numbers in the objective function 10
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 1009
Number of bits of the biggest sum of numbers10
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Quality of the solution as a function of time


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

Solver Data

0.00/0.00	c SCIP version 1.2.1.2 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: SoPlex 1.4.2] [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-2667614-1276589881.opb>
0.39/0.47	c original problem has 1009 variables (1009 bin, 0 int, 0 impl, 0 cont) and 3773 constraints
0.39/0.47	c problem read
0.39/0.47	c presolving settings loaded
0.59/0.63	o 1009
0.59/0.63	o 979
0.59/0.63	c feasible solution found by trivial heuristic, objective value  9.790000e+02
0.59/0.63	c presolving:
1.39/1.49	c (round 1) 0 del vars, 376 del conss, 0 chg bounds, 2 chg sides, 0 chg coeffs, 3770 upgd conss, 0 impls, 0 clqs
1.49/1.52	c    (1.0s) probing: 101/1009 (10.0%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
1.49/1.52	c    (1.0s) probing aborted: 100/100 successive totally useless probings
1.49/1.52	c presolving (2 rounds):
1.49/1.52	c  0 deleted vars, 376 deleted constraints, 0 tightened bounds, 0 added holes, 2 changed sides, 0 changed coefficients
1.49/1.52	c  0 implications, 0 cliques
1.49/1.52	c presolved problem has 1009 variables (1009 bin, 0 int, 0 impl, 0 cont) and 3397 constraints
1.49/1.52	c    3397 constraints of type <logicor>
1.49/1.52	c transformed objective value is always integral (scale: 1)
1.49/1.52	c Presolving Time: 0.90
1.49/1.52	c - non default parameters ----------------------------------------------------------------------
1.49/1.52	c # SCIP version 1.2.1.2
1.49/1.52	c 
1.49/1.52	c # maximal number of intermediate conflict constraints generated in conflict graph (-1: use every intermediate constraint)
1.49/1.52	c # [type: int, range: [-1,2147483647], default: -1]
1.49/1.52	c conflict/interconss = 0
1.49/1.52	c 
1.49/1.52	c # should binary conflicts be preferred?
1.49/1.52	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
1.49/1.52	c conflict/preferbinary = TRUE
1.49/1.52	c 
1.49/1.52	c # maximum age an unnecessary constraint can reach before it is deleted (0: dynamic, -1: keep all constraints)
1.49/1.52	c # [type: int, range: [-1,2147483647], default: 0]
1.49/1.52	c constraints/agelimit = 1
1.49/1.52	c 
1.49/1.52	c # should enforcement of pseudo solution be disabled?
1.49/1.52	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
1.49/1.52	c constraints/disableenfops = TRUE
1.49/1.52	c 
1.49/1.52	c # frequency for displaying node information lines
1.49/1.52	c # [type: int, range: [-1,2147483647], default: 100]
1.49/1.52	c display/freq = 10000
1.49/1.52	c 
1.49/1.52	c # maximal time in seconds to run
1.49/1.52	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
1.49/1.52	c limits/time = 1799.54
1.49/1.52	c 
1.49/1.52	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
1.49/1.52	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
1.49/1.52	c limits/memory = 1620
1.49/1.52	c 
1.49/1.52	c # frequency for solving LP at the nodes (-1: never; 0: only root LP)
1.49/1.52	c # [type: int, range: [-1,2147483647], default: 1]
1.49/1.52	c lp/solvefreq = 0
1.49/1.52	c 
1.49/1.52	c # LP pricing strategy ('l'pi default, 'a'uto, 'f'ull pricing, 'p'artial, 's'teepest edge pricing, 'q'uickstart steepest edge pricing, 'd'evex pricing)
1.49/1.52	c # [type: char, range: {lafpsqd}, default: l]
1.49/1.52	c lp/pricing = a
1.49/1.52	c 
1.49/1.52	c # should presolving try to simplify inequalities
1.49/1.52	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
1.49/1.52	c constraints/linear/simplifyinequalities = TRUE
1.49/1.52	c 
1.49/1.52	c # should presolving try to simplify knapsacks
1.49/1.52	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
1.49/1.52	c constraints/knapsack/simplifyinequalities = TRUE
1.49/1.52	c 
1.49/1.52	c # priority of node selection rule <dfs> in standard mode
1.49/1.52	c # [type: int, range: [-536870912,536870911], default: 0]
1.49/1.52	c nodeselection/dfs/stdpriority = 1000000
1.49/1.52	c 
1.49/1.52	c -----------------------------------------------------------------------------------------------
1.49/1.52	c start solving
1.49/1.53	c 
1.49/1.53	o 894
1.49/1.53	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1.49/1.53	c t 1.0s|     1 |     0 |     0 |     - |  16M|   0 |   - |1009 |3397 |   0 |   0 |   0 |   0 |   0 |      --      | 8.940000e+02 |    Inf 
1.69/1.70	o 14
1.69/1.70	c b 1.2s|     1 |     0 |     0 |     - |  27M|   0 |   - |1009 |3397 |1009 |3397 |   0 |   0 |   0 |      --      | 1.400000e+01 |    Inf 
1.79/1.85	c   1.3s|     1 |     0 |   405 |     - |  27M|   0 |  19 |1009 |3397 |1009 |3397 |   0 |   0 |   0 | 4.125000e+00 | 1.400000e+01 | 239.39%
1.79/1.86	o 13
1.79/1.86	c R 1.3s|     1 |     0 |   405 |     - |  27M|   0 |  19 |1009 |3397 |1009 |3397 |   0 |   0 |   0 | 4.125000e+00 | 1.300000e+01 | 215.15%
1.79/1.87	o 12
1.79/1.87	c s 1.3s|     1 |     0 |   405 |     - |  27M|   0 |  19 |1009 |3397 |1009 |3397 |   0 |   0 |   0 | 4.125000e+00 | 1.200000e+01 | 190.91%
1.79/1.88	o 6
1.79/1.88	c b 1.3s|     1 |     0 |   405 |     - |  28M|   0 |  19 |1009 |3397 |1009 |3397 |   0 |   0 |   0 | 4.125000e+00 | 6.000000e+00 |  45.45%
2.20/2.30	c   1.7s|     1 |     0 |   432 |     - |  28M|   0 |  38 |1009 |3395 |1009 |3350 |   1 |   0 |   0 | 4.500000e+00 | 6.000000e+00 |  33.33%
6.49/6.59	c   5.9s|     1 |     0 |   457 |     - |  28M|   0 |  63 |1009 |3395 |1009 |3350 |   1 |   0 |  23 | 4.500000e+00 | 6.000000e+00 |  33.33%
8.48/8.55	c   7.8s|     1 |     0 |   472 |     - |  28M|   0 |  38 |1009 |3395 |1009 |3350 |   1 |   0 |  32 | 4.500000e+00 | 6.000000e+00 |  33.33%
9.99/10.04	c   9.3s|     1 |     0 |   503 |     - |  28M|   0 |  38 |1009 |3395 |1009 |3350 |   1 |   0 |  39 | 4.500000e+00 | 6.000000e+00 |  33.33%
11.39/11.49	c  10.7s|     1 |     0 |   516 |     - |  28M|   0 |  36 |1009 |3384 |1009 |3350 |   1 |   0 |  45 | 4.500000e+00 | 6.000000e+00 |  33.33%
13.19/13.26	c  12.4s|     1 |     0 |   534 |     - |  28M|   0 |  66 |1009 |3384 |1009 |3350 |   1 |   0 |  50 | 4.500000e+00 | 6.000000e+00 |  33.33%
15.08/15.17	c  14.3s|     1 |     0 |   544 |     - |  28M|   0 |  63 |1009 |3380 |1009 |3350 |   1 |   0 |  58 | 4.500000e+00 | 6.000000e+00 |  33.33%
16.88/16.95	c  16.1s|     1 |     0 |   553 |     - |  28M|   0 |  62 |1009 |3367 |1009 |3350 |   1 |   0 |  64 | 4.500000e+00 | 6.000000e+00 |  33.33%
17.99/18.08	c  17.2s|     1 |     0 |   565 |     - |  28M|   0 |  62 |1009 |3355 |1009 |3350 |   1 |   0 |  69 | 4.500000e+00 | 6.000000e+00 |  33.33%
21.09/21.11	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
21.09/21.11	c  20.1s|     1 |     0 |   589 |     - |  28M|   0 |  57 |1009 |3355 |1009 |3350 |   1 |   0 |  81 | 4.500000e+00 | 6.000000e+00 |  33.33%
22.89/22.94	c  21.9s|     1 |     0 |   596 |     - |  28M|   0 |  54 |1009 |3355 |1009 |3350 |   1 |   0 |  90 | 4.500000e+00 | 6.000000e+00 |  33.33%
25.78/25.89	c  24.8s|     1 |     0 |   601 |     - |  28M|   0 |  50 |1009 |3354 |1009 |3350 |   1 |   0 | 102 | 4.500000e+00 | 6.000000e+00 |  33.33%
26.88/26.91	c  25.8s|     1 |     0 |   603 |     - |  28M|   0 |  49 |1009 |3354 |1009 |3350 |   1 |   0 | 106 | 4.500000e+00 | 6.000000e+00 |  33.33%
27.29/27.33	c  26.2s|     1 |     0 |   604 |     - |  28M|   0 |  49 |1009 |3354 |1009 |3350 |   1 |   0 | 107 | 4.500000e+00 | 6.000000e+00 |  33.33%
27.69/27.75	c  26.6s|     1 |     0 |   605 |     - |  28M|   0 |  49 |1009 |3354 |1009 |3350 |   1 |   0 | 108 | 4.500000e+00 | 6.000000e+00 |  33.33%
28.08/28.17	c  27.0s|     1 |     0 |   606 |     - |  28M|   0 |  49 |1009 |3354 |1009 |3350 |   1 |   0 | 109 | 4.500000e+00 | 6.000000e+00 |  33.33%
28.48/28.59	c  27.4s|     1 |     0 |   607 |     - |  28M|   0 |  49 |1009 |3354 |1009 |3350 |   1 |   0 | 110 | 4.500000e+00 | 6.000000e+00 |  33.33%
28.98/29.02	c  27.9s|     1 |     0 |   608 |     - |  28M|   0 |  49 |1009 |3354 |1009 |3350 |   1 |   0 | 111 | 4.500000e+00 | 6.000000e+00 |  33.33%
29.38/29.44	c  28.3s|     1 |     0 |   609 |     - |  28M|   0 |  49 |1009 |3354 |1009 |3350 |   1 |   0 | 112 | 4.500000e+00 | 6.000000e+00 |  33.33%
29.79/29.87	c  28.7s|     1 |     0 |   610 |     - |  28M|   0 |  49 |1009 |3354 |1009 |3350 |   1 |   0 | 113 | 4.500000e+00 | 6.000000e+00 |  33.33%
30.08/30.11	c  28.9s|     1 |     0 |   611 |     - |  28M|   0 |  49 |1009 |3354 |1009 |3350 |   1 |   0 | 114 | 4.500000e+00 | 6.000000e+00 |  33.33%
30.29/30.35	c  29.1s|     1 |     0 |   612 |     - |  28M|   0 |  49 |1009 |3354 |1009 |3350 |   1 |   0 | 115 | 4.500000e+00 | 6.000000e+00 |  33.33%
30.48/30.59	c  29.4s|     1 |     0 |   613 |     - |  28M|   0 |  49 |1009 |3354 |1009 |3350 |   1 |   0 | 116 | 4.500000e+00 | 6.000000e+00 |  33.33%
30.79/30.84	c  29.6s|     1 |     0 |   614 |     - |  28M|   0 |  49 |1009 |3354 |1009 |3350 |   1 |   0 | 117 | 4.500000e+00 | 6.000000e+00 |  33.33%
30.99/31.08	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
30.99/31.08	c  29.9s|     1 |     0 |   615 |     - |  28M|   0 |  49 |1009 |3354 |1009 |3350 |   1 |   0 | 118 | 4.500000e+00 | 6.000000e+00 |  33.33%
31.29/31.31	c  30.1s|     1 |     0 |   616 |     - |  28M|   0 |  49 |1009 |3354 |1009 |3350 |   1 |   0 | 119 | 4.500000e+00 | 6.000000e+00 |  33.33%
31.48/31.55	c  30.3s|     1 |     0 |   617 |     - |  28M|   0 |  49 |1009 |3354 |1009 |3350 |   1 |   0 | 120 | 4.500000e+00 | 6.000000e+00 |  33.33%
31.68/31.79	c  30.6s|     1 |     0 |   618 |     - |  28M|   0 |  49 |1009 |3354 |1009 |3350 |   1 |   0 | 121 | 4.500000e+00 | 6.000000e+00 |  33.33%
31.99/32.03	c  30.8s|     1 |     0 |   619 |     - |  28M|   0 |  49 |1009 |3354 |1009 |3350 |   1 |   0 | 122 | 4.500000e+00 | 6.000000e+00 |  33.33%
32.18/32.27	c  31.0s|     1 |     0 |   620 |     - |  28M|   0 |  49 |1009 |3354 |1009 |3350 |   1 |   0 | 123 | 4.500000e+00 | 6.000000e+00 |  33.33%
32.49/32.50	c  31.2s|     1 |     0 |   621 |     - |  28M|   0 |  49 |1009 |3354 |1009 |3350 |   1 |   0 | 124 | 4.500000e+00 | 6.000000e+00 |  33.33%
32.69/32.77	c  31.5s|     1 |     0 |   622 |     - |  28M|   0 |  49 |1009 |3354 |1009 |3350 |   1 |   0 | 125 | 4.500000e+00 | 6.000000e+00 |  33.33%
32.88/32.99	c  31.7s|     1 |     0 |   623 |     - |  28M|   0 |  49 |1009 |3354 |1009 |3350 |   1 |   0 | 126 | 4.500000e+00 | 6.000000e+00 |  33.33%
33.29/33.35	c  32.0s|     1 |     2 |   623 |     - |  28M|   0 |  49 |1009 |3354 |1009 |3350 |   1 |   0 | 127 | 4.500000e+00 | 6.000000e+00 |  33.33%
33.29/33.35	c (run 1, node 1) restarting after 94 global fixings of integer variables
33.29/33.35	c 
33.29/33.35	c (restart) converted 1 cuts from the global cut pool into linear constraints
33.29/33.35	c 
33.39/33.41	c presolving:
33.39/33.42	c (round 1) 94 del vars, 245 del conss, 0 chg bounds, 0 chg sides, 9 chg coeffs, 0 upgd conss, 0 impls, 0 clqs
33.39/33.47	c (round 2) 94 del vars, 245 del conss, 0 chg bounds, 0 chg sides, 9 chg coeffs, 1 upgd conss, 0 impls, 0 clqs
33.49/33.50	c presolving (3 rounds):
33.49/33.50	c  94 deleted vars, 245 deleted constraints, 0 tightened bounds, 0 added holes, 0 changed sides, 9 changed coefficients
33.49/33.50	c  0 implications, 0 cliques
33.49/33.50	c presolved problem has 915 variables (915 bin, 0 int, 0 impl, 0 cont) and 3110 constraints
33.49/33.50	c    3110 constraints of type <logicor>
33.49/33.50	c transformed objective value is always integral (scale: 1)
33.49/33.50	c Presolving Time: 0.98
33.49/33.50	c 
33.59/33.68	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
33.59/33.68	c  32.4s|     1 |     0 |   794 |     - |  25M|   0 |  48 | 915 |3110 | 915 |3110 |   0 |   0 | 127 | 4.500000e+00 | 6.000000e+00 |  33.33%
38.88/38.94	c  37.5s|     1 |     0 |   815 |     - |  25M|   0 |  44 | 915 |3110 | 915 |3110 |   0 |   0 | 155 | 4.500000e+00 | 6.000000e+00 |  33.33%
39.59/39.70	c  38.2s|     1 |     0 |   832 |     - |  25M|   0 |  44 | 915 |3110 | 915 |3110 |   0 |   0 | 163 | 4.500000e+00 | 6.000000e+00 |  33.33%
40.79/40.83	c  39.4s|     1 |     0 |   844 |     - |  25M|   0 |  44 | 915 |3110 | 915 |3110 |   0 |   0 | 172 | 4.500000e+00 | 6.000000e+00 |  33.33%
42.08/42.17	c  40.7s|     1 |     0 |   853 |     - |  25M|   0 |  45 | 915 |3110 | 915 |3110 |   0 |   0 | 184 | 4.500000e+00 | 6.000000e+00 |  33.33%
42.78/42.89	c  41.4s|     1 |     0 |   863 |     - |  25M|   0 |  43 | 915 |3110 | 915 |3110 |   0 |   0 | 189 | 4.500000e+00 | 6.000000e+00 |  33.33%
43.78/43.80	c  42.3s|     1 |     0 |   873 |     - |  25M|   0 |  41 | 915 |3110 | 915 |3110 |   0 |   0 | 197 | 4.500000e+00 | 6.000000e+00 |  33.33%
44.28/44.35	c  42.8s|     1 |     0 |   881 |     - |  25M|   0 |  41 | 915 |3110 | 915 |3110 |   0 |   0 | 202 | 4.500000e+00 | 6.000000e+00 |  33.33%
44.38/44.49	c  42.9s|     1 |     0 |   885 |     - |  25M|   0 |  41 | 915 |3110 | 915 |3110 |   0 |   0 | 204 | 4.500000e+00 | 6.000000e+00 |  33.33%
44.58/44.69	c  43.1s|     1 |     0 |   887 |     - |  25M|   0 |  41 | 915 |3110 | 915 |3110 |   0 |   0 | 206 | 4.500000e+00 | 6.000000e+00 |  33.33%
44.88/44.95	c  43.4s|     1 |     0 |   888 |     - |  25M|   0 |  41 | 915 |3110 | 915 |3110 |   0 |   0 | 208 | 4.500000e+00 | 6.000000e+00 |  33.33%
44.98/45.02	c  43.5s|     1 |     2 |   888 |     - |  25M|   0 |  41 | 915 |3110 | 915 |3110 |   0 |   0 | 209 | 4.500000e+00 | 6.000000e+00 |  33.33%
48.58/48.60	c  46.9s| 10000 |   728 |   888 |   0.0 |  26M| 800 |   - | 915 |3113 |   0 |   0 |   0 |4101 | 209 | 4.500000e+00 | 6.000000e+00 |  33.33%
52.68/52.72	c  50.7s| 20000 |   689 |   888 |   0.0 |  26M| 800 |   - | 915 |3111 |   0 |   0 |   0 |8557 | 209 | 4.500000e+00 | 6.000000e+00 |  33.33%
56.78/56.88	c  54.7s| 30000 |   680 |   888 |   0.0 |  26M| 800 |   - | 915 |3110 |   0 |   0 |   0 |  12k| 209 | 4.500000e+00 | 6.000000e+00 |  33.33%
62.08/62.15	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
62.08/62.16	c  59.7s| 40000 |   665 |   888 |   0.0 |  26M| 800 |   - | 915 |3112 |   0 |   0 |   0 |  17k| 209 | 4.500000e+00 | 6.000000e+00 |  33.33%
67.28/67.34	c  64.7s| 50000 |   652 |   888 |   0.0 |  26M| 800 |   - | 915 |3113 |   0 |   0 |   0 |  22k| 209 | 4.500000e+00 | 6.000000e+00 |  33.33%
72.58/72.66	c  69.8s| 60000 |   660 |   888 |   0.0 |  26M| 800 |   - | 915 |3113 |   0 |   0 |   0 |  26k| 209 | 4.500000e+00 | 6.000000e+00 |  33.33%
78.18/78.21	c  75.2s| 70000 |   648 |   888 |   0.0 |  26M| 800 |   - | 915 |3116 |   0 |   0 |   0 |  31k| 209 | 4.500000e+00 | 6.000000e+00 |  33.33%
84.47/84.50	c  81.2s| 80000 |   653 |   888 |   0.0 |  26M| 800 |   - | 915 |3116 |   0 |   0 |   0 |  36k| 209 | 4.500000e+00 | 6.000000e+00 |  33.33%
90.07/90.20	c  86.7s| 90000 |   663 |   888 |   0.0 |  26M| 800 |   - | 915 |3116 |   0 |   0 |   0 |  40k| 209 | 4.500000e+00 | 6.000000e+00 |  33.33%
95.47/95.51	c  91.8s|100000 |   647 |   888 |   0.0 |  26M| 800 |   - | 915 |3110 |   0 |   0 |   0 |  45k| 209 | 4.500000e+00 | 6.000000e+00 |  33.33%
101.57/101.67	c  97.7s|110000 |   628 |   888 |   0.0 |  26M| 800 |   - | 915 |3113 |   0 |   0 |   0 |  50k| 209 | 4.500000e+00 | 6.000000e+00 |  33.33%
107.47/107.52	c   103s|120000 |   623 |   888 |   0.0 |  26M| 800 |   - | 915 |3111 |   0 |   0 |   0 |  55k| 209 | 4.500000e+00 | 6.000000e+00 |  33.33%
113.47/113.60	c   109s|130000 |   617 |   888 |   0.0 |  26M| 800 |   - | 915 |3110 |   0 |   0 |   0 |  60k| 209 | 4.500000e+00 | 6.000000e+00 |  33.33%
119.76/119.81	c   115s|140000 |   618 |   888 |   0.0 |  26M| 800 |   - | 915 |3112 |   0 |   0 |   0 |  66k| 209 | 4.500000e+00 | 6.000000e+00 |  33.33%
125.96/126.07	c   121s|150000 |   603 |   888 |   0.0 |  26M| 800 |   - | 915 |3111 |   0 |   0 |   0 |  71k| 209 | 4.500000e+00 | 6.000000e+00 |  33.33%
132.07/132.14	c   127s|160000 |   622 |   888 |   0.0 |  26M| 800 |   - | 915 |3113 |   0 |   0 |   0 |  76k| 209 | 4.500000e+00 | 6.000000e+00 |  33.33%
139.06/139.12	c   134s|170000 |   595 |   888 |   0.0 |  26M| 800 |   - | 915 |3110 |   0 |   0 |   0 |  82k| 209 | 4.500000e+00 | 6.000000e+00 |  33.33%
145.46/145.58	c   140s|180000 |   605 |   888 |   0.0 |  26M| 800 |   - | 915 |3117 |   0 |   0 |   0 |  87k| 209 | 4.500000e+00 | 6.000000e+00 |  33.33%
151.55/151.67	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
151.55/151.67	c   146s|190000 |   588 |   888 |   0.0 |  26M| 800 |   - | 915 |3118 |   0 |   0 |   0 |  92k| 209 | 4.500000e+00 | 6.000000e+00 |  33.33%
158.15/158.23	c   152s|200000 |   597 |   888 |   0.0 |  26M| 800 |   - | 915 |3111 |   0 |   0 |   0 |  97k| 209 | 4.500000e+00 | 6.000000e+00 |  33.33%
165.14/165.28	c   159s|210000 |   596 |   888 |   0.0 |  26M| 800 |   - | 915 |3112 |   0 |   0 |   0 | 103k| 209 | 4.500000e+00 | 6.000000e+00 |  33.33%
172.85/172.96	c   166s|220000 |   597 |   888 |   0.0 |  26M| 800 |   - | 915 |3111 |   0 |   0 |   0 | 108k| 209 | 4.500000e+00 | 6.000000e+00 |  33.33%
180.84/180.90	c   174s|230000 |   581 |   888 |   0.0 |  26M| 800 |   - | 915 |3120 |   0 |   0 |   0 | 114k| 209 | 4.500000e+00 | 6.000000e+00 |  33.33%
188.64/188.76	c   182s|240000 |   570 |   888 |   0.0 |  26M| 800 |   - | 915 |3116 |   0 |   0 |   0 | 119k| 209 | 4.500000e+00 | 6.000000e+00 |  33.33%
196.23/196.35	c   189s|250000 |   561 |   888 |   0.0 |  26M| 800 |   - | 915 |3111 |   0 |   0 |   0 | 124k| 209 | 4.500000e+00 | 6.000000e+00 |  33.33%
203.44/203.59	c   196s|260000 |   574 |   888 |   0.0 |  26M| 800 |   - | 915 |3110 |   0 |   0 |   0 | 129k| 209 | 4.500000e+00 | 6.000000e+00 |  33.33%
211.53/211.65	c   204s|270000 |   547 |   888 |   0.0 |  26M| 800 |   - | 915 |3121 |   0 |   0 |   0 | 135k| 209 | 4.500000e+00 | 6.000000e+00 |  33.33%
219.33/219.45	c   211s|280000 |   549 |   888 |   0.0 |  26M| 800 |   - | 915 |3116 |   0 |   0 |   0 | 140k| 209 | 4.500000e+00 | 6.000000e+00 |  33.33%
227.42/227.51	c   219s|290000 |   541 |   888 |   0.0 |  26M| 800 |   - | 915 |3110 |   0 |   0 |   0 | 146k| 209 | 4.500000e+00 | 6.000000e+00 |  33.33%
235.93/236.02	c   227s|300000 |   524 |   888 |   0.0 |  26M| 800 |   - | 915 |3110 |   0 |   0 |   0 | 151k| 209 | 4.500000e+00 | 6.000000e+00 |  33.33%
243.92/244.06	c   235s|310000 |   528 |   888 |   0.0 |  26M| 800 |   - | 915 |3110 |   0 |   0 |   0 | 156k| 209 | 4.500000e+00 | 6.000000e+00 |  33.33%
252.42/252.59	c   243s|320000 |   519 |   888 |   0.0 |  26M| 800 |   - | 915 |3116 |   0 |   0 |   0 | 162k| 209 | 4.500000e+00 | 6.000000e+00 |  33.33%
260.22/260.38	c   251s|330000 |   519 |   888 |   0.0 |  26M| 800 |   - | 915 |3116 |   0 |   0 |   0 | 167k| 209 | 4.500000e+00 | 6.000000e+00 |  33.33%
268.52/268.61	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
268.52/268.61	c   259s|340000 |   507 |   888 |   0.0 |  26M| 800 |   - | 915 |3112 |   0 |   0 |   0 | 173k| 209 | 4.500000e+00 | 6.000000e+00 |  33.33%
276.52/276.69	c   267s|350000 |   510 |   888 |   0.0 |  26M| 800 |   - | 915 |3112 |   0 |   0 |   0 | 179k| 209 | 4.500000e+00 | 6.000000e+00 |  33.33%
284.11/284.27	c   274s|360000 |   505 |   888 |   0.0 |  26M| 800 |   - | 915 |3112 |   0 |   0 |   0 | 184k| 209 | 4.500000e+00 | 6.000000e+00 |  33.33%
291.81/291.92	c   281s|370000 |   506 |   888 |   0.0 |  26M| 800 |   - | 915 |3110 |   0 |   0 |   0 | 189k| 209 | 4.500000e+00 | 6.000000e+00 |  33.33%
300.21/300.30	c   290s|380000 |   503 |   888 |   0.0 |  26M| 800 |   - | 915 |3110 |   0 |   0 |   0 | 195k| 209 | 4.500000e+00 | 6.000000e+00 |  33.33%
308.40/308.50	c   297s|390000 |   486 |   888 |   0.0 |  26M| 800 |   - | 915 |3115 |   0 |   0 |   0 | 200k| 209 | 4.500000e+00 | 6.000000e+00 |  33.33%
317.40/317.51	c   306s|400000 |   482 |   888 |   0.0 |  26M| 800 |   - | 915 |3115 |   0 |   0 |   0 | 206k| 209 | 4.500000e+00 | 6.000000e+00 |  33.33%
325.70/325.86	c   314s|410000 |   479 |   888 |   0.0 |  26M| 800 |   - | 915 |3117 |   0 |   0 |   0 | 211k| 209 | 4.500000e+00 | 6.000000e+00 |  33.33%
333.80/333.94	c   322s|420000 |   490 |   888 |   0.0 |  26M| 800 |   - | 915 |3117 |   0 |   0 |   0 | 216k| 209 | 4.500000e+00 | 6.000000e+00 |  33.33%
342.01/342.15	c   330s|430000 |   494 |   888 |   0.0 |  26M| 800 |   - | 915 |3114 |   0 |   0 |   0 | 221k| 209 | 4.500000e+00 | 6.000000e+00 |  33.33%
350.70/350.85	c   339s|440000 |   472 |   888 |   0.0 |  26M| 800 |   - | 915 |3114 |   0 |   0 |   0 | 227k| 209 | 4.500000e+00 | 6.000000e+00 |  33.33%
359.39/359.51	c   347s|450000 |   454 |   888 |   0.0 |  26M| 800 |   - | 915 |3116 |   0 |   0 |   0 | 232k| 209 | 4.500000e+00 | 6.000000e+00 |  33.33%
368.68/368.83	c   356s|460000 |   514 |   888 |   0.0 |  26M| 800 |   - | 915 |3139 |   0 |   0 |   0 | 238k| 209 | 4.500000e+00 | 6.000000e+00 |  33.33%
377.48/377.68	c   365s|470000 |   456 |   888 |   0.0 |  26M| 800 |   - | 915 |3110 |   0 |   0 |   0 | 243k| 209 | 4.500000e+00 | 6.000000e+00 |  33.33%
385.58/385.70	c   372s|480000 |   448 |   888 |   0.0 |  26M| 800 |   - | 915 |3118 |   0 |   0 |   0 | 248k| 209 | 4.500000e+00 | 6.000000e+00 |  33.33%
394.38/394.51	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
394.38/394.51	c   381s|490000 |   463 |   888 |   0.0 |  26M| 800 |   - | 915 |3117 |   0 |   0 |   0 | 254k| 209 | 4.500000e+00 | 6.000000e+00 |  33.33%
403.68/403.86	c   390s|500000 |   447 |   888 |   0.0 |  26M| 800 |   - | 915 |3118 |   0 |   0 |   0 | 259k| 209 | 4.500000e+00 | 6.000000e+00 |  33.33%
412.28/412.41	c   398s|510000 |   454 |   888 |   0.0 |  26M| 800 |   - | 915 |3118 |   0 |   0 |   0 | 265k| 209 | 4.500000e+00 | 6.000000e+00 |  33.33%
420.37/420.50	c   406s|520000 |   451 |   888 |   0.0 |  26M| 800 |   - | 915 |3114 |   0 |   0 |   0 | 270k| 209 | 4.500000e+00 | 6.000000e+00 |  33.33%
428.98/429.14	c   415s|530000 |   462 |   888 |   0.0 |  26M| 800 |   - | 915 |3114 |   0 |   0 |   0 | 275k| 209 | 4.500000e+00 | 6.000000e+00 |  33.33%
437.47/437.60	c   423s|540000 |   439 |   888 |   0.0 |  26M| 800 |   - | 915 |3112 |   0 |   0 |   0 | 280k| 209 | 4.500000e+00 | 6.000000e+00 |  33.33%
447.57/447.80	c   433s|550000 |   436 |   888 |   0.0 |  26M| 800 |   - | 915 |3115 |   0 |   0 |   0 | 285k| 209 | 4.500000e+00 | 6.000000e+00 |  33.33%
457.97/458.19	c   443s|560000 |   429 |   888 |   0.0 |  26M| 800 |   - | 915 |3116 |   0 |   0 |   0 | 290k| 209 | 4.500000e+00 | 6.000000e+00 |  33.33%
469.36/469.58	c   454s|570000 |   441 |   888 |   0.0 |  26M| 800 |   - | 915 |3111 |   0 |   0 |   0 | 295k| 209 | 4.500000e+00 | 6.000000e+00 |  33.33%
480.35/480.59	c   464s|580000 |   430 |   888 |   0.0 |  26M| 800 |   - | 915 |3118 |   0 |   0 |   0 | 301k| 209 | 4.500000e+00 | 6.000000e+00 |  33.33%
490.05/490.24	c   474s|590000 |   452 |   888 |   0.0 |  26M| 800 |   - | 915 |3110 |   0 |   0 |   0 | 306k| 209 | 4.500000e+00 | 6.000000e+00 |  33.33%
500.46/500.64	c   484s|600000 |   416 |   888 |   0.0 |  26M| 800 |   - | 915 |3118 |   0 |   0 |   0 | 311k| 209 | 4.500000e+00 | 6.000000e+00 |  33.33%
510.55/510.74	c   494s|610000 |   424 |   888 |   0.0 |  26M| 800 |   - | 915 |3113 |   0 |   0 |   0 | 316k| 209 | 4.500000e+00 | 6.000000e+00 |  33.33%
521.35/521.57	c   504s|620000 |   445 |   888 |   0.0 |  26M| 800 |   - | 915 |3112 |   0 |   0 |   0 | 321k| 209 | 4.500000e+00 | 6.000000e+00 |  33.33%
532.14/532.39	c   515s|630000 |   422 |   888 |   0.0 |  26M| 800 |   - | 915 |3110 |   0 |   0 |   0 | 326k| 209 | 4.500000e+00 | 6.000000e+00 |  33.33%
542.83/543.06	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
542.83/543.06	c   525s|640000 |   448 |   888 |   0.0 |  26M| 800 |   - | 915 |3111 |   0 |   0 |   0 | 331k| 209 | 4.500000e+00 | 6.000000e+00 |  33.33%
553.14/553.37	c   535s|650000 |   441 |   888 |   0.0 |  26M| 800 |   - | 915 |3112 |   0 |   0 |   0 | 335k| 209 | 4.500000e+00 | 6.000000e+00 |  33.33%
564.54/564.79	c   546s|660000 |   421 |   888 |   0.0 |  26M| 800 |   - | 915 |3153 |   0 |   0 |   0 | 341k| 209 | 4.500000e+00 | 6.000000e+00 |  33.33%
574.73/574.99	c   556s|670000 |   417 |   888 |   0.0 |  26M| 800 |   - | 915 |3111 |   0 |   0 |   0 | 345k| 209 | 4.500000e+00 | 6.000000e+00 |  33.33%
584.93/585.19	c   566s|680000 |   411 |   888 |   0.0 |  26M| 800 |   - | 915 |3112 |   0 |   0 |   0 | 350k| 209 | 4.500000e+00 | 6.000000e+00 |  33.33%
595.12/595.35	c   576s|690000 |   431 |   888 |   0.0 |  26M| 800 |   - | 915 |3111 |   0 |   0 |   0 | 355k| 209 | 4.500000e+00 | 6.000000e+00 |  33.33%
605.42/605.69	c   586s|700000 |   417 |   888 |   0.0 |  26M| 800 |   - | 915 |3111 |   0 |   0 |   0 | 359k| 209 | 4.500000e+00 | 6.000000e+00 |  33.33%
616.02/616.23	c   596s|710000 |   401 |   888 |   0.0 |  26M| 800 |   - | 915 |3113 |   0 |   0 |   0 | 364k| 209 | 4.500000e+00 | 6.000000e+00 |  33.33%
626.61/626.89	c   606s|720000 |   400 |   888 |   0.0 |  26M| 800 |   - | 915 |3110 |   0 |   0 |   0 | 369k| 209 | 4.500000e+00 | 6.000000e+00 |  33.33%
637.51/637.74	c   617s|730000 |   418 |   888 |   0.0 |  26M| 800 |   - | 915 |3119 |   0 |   0 |   0 | 374k| 209 | 4.500000e+00 | 6.000000e+00 |  33.33%
648.11/648.39	c   627s|740000 |   390 |   888 |   0.0 |  26M| 800 |   - | 915 |3113 |   0 |   0 |   0 | 379k| 209 | 4.500000e+00 | 6.000000e+00 |  33.33%
659.40/659.61	c   638s|750000 |   384 |   888 |   0.0 |  26M| 800 |   - | 915 |3116 |   0 |   0 |   0 | 384k| 209 | 4.500000e+00 | 6.000000e+00 |  33.33%
669.90/670.16	c   648s|760000 |   441 |   888 |   0.0 |  26M| 800 |   - | 915 |3114 |   0 |   0 |   0 | 389k| 209 | 4.500000e+00 | 6.000000e+00 |  33.33%
680.90/681.11	c   659s|770000 |   417 |   888 |   0.0 |  26M| 800 |   - | 915 |3110 |   0 |   0 |   0 | 393k| 209 | 4.500000e+00 | 6.000000e+00 |  33.33%
692.00/692.28	c   670s|780000 |   387 |   888 |   0.0 |  26M| 800 |   - | 915 |3123 |   0 |   0 |   0 | 399k| 209 | 4.500000e+00 | 6.000000e+00 |  33.33%
702.99/703.21	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
702.99/703.21	c   681s|790000 |   385 |   888 |   0.0 |  26M| 800 |   - | 915 |3118 |   0 |   0 |   0 | 403k| 209 | 4.500000e+00 | 6.000000e+00 |  33.33%
714.09/714.32	c   691s|800000 |   403 |   888 |   0.0 |  26M| 800 |   - | 915 |3110 |   0 |   0 |   0 | 408k| 209 | 4.500000e+00 | 6.000000e+00 |  33.33%
725.09/725.31	c   702s|810000 |   411 |   888 |   0.0 |  26M| 800 |   - | 915 |3113 |   0 |   0 |   0 | 413k| 209 | 4.500000e+00 | 6.000000e+00 |  33.33%
736.19/736.40	c   713s|820000 |   377 |   888 |   0.0 |  26M| 800 |   - | 915 |3119 |   0 |   0 |   0 | 418k| 209 | 4.500000e+00 | 6.000000e+00 |  33.33%
747.68/747.98	c   724s|830000 |   390 |   888 |   0.0 |  26M| 800 |   - | 915 |3110 |   0 |   0 |   0 | 423k| 209 | 4.500000e+00 | 6.000000e+00 |  33.33%
758.78/759.04	c   735s|840000 |   376 |   888 |   0.0 |  26M| 800 |   - | 915 |3110 |   0 |   0 |   0 | 428k| 209 | 4.500000e+00 | 6.000000e+00 |  33.33%
770.07/770.33	c   746s|850000 |   373 |   888 |   0.0 |  26M| 800 |   - | 915 |3115 |   0 |   0 |   0 | 433k| 209 | 4.500000e+00 | 6.000000e+00 |  33.33%
781.27/781.51	c   757s|860000 |   414 |   888 |   0.0 |  26M| 800 |   - | 915 |3111 |   0 |   0 |   0 | 438k| 209 | 4.500000e+00 | 6.000000e+00 |  33.33%
792.77/793.00	c   768s|870000 |   378 |   888 |   0.0 |  26M| 800 |   - | 915 |3117 |   0 |   0 |   0 | 442k| 209 | 4.500000e+00 | 6.000000e+00 |  33.33%
804.66/804.93	c   780s|880000 |   371 |   888 |   0.0 |  26M| 800 |   - | 915 |3115 |   0 |   0 |   0 | 447k| 209 | 4.500000e+00 | 6.000000e+00 |  33.33%
816.86/817.13	c   791s|890000 |   354 |   888 |   0.0 |  26M| 800 |   - | 915 |3116 |   0 |   0 |   0 | 452k| 209 | 4.500000e+00 | 6.000000e+00 |  33.33%
828.66/828.92	c   803s|900000 |   378 |   888 |   0.0 |  26M| 800 |   - | 915 |3112 |   0 |   0 |   0 | 457k| 209 | 4.500000e+00 | 6.000000e+00 |  33.33%
840.75/841.05	c   815s|910000 |   363 |   888 |   0.0 |  26M| 800 |   - | 915 |3111 |   0 |   0 |   0 | 462k| 209 | 4.500000e+00 | 6.000000e+00 |  33.33%
853.15/853.48	c   827s|920000 |   415 |   888 |   0.0 |  26M| 800 |   - | 915 |3118 |   0 |   0 |   0 | 467k| 209 | 4.500000e+00 | 6.000000e+00 |  33.33%
865.56/865.85	c   839s|930000 |   367 |   888 |   0.0 |  26M| 800 |   - | 915 |3112 |   0 |   0 |   0 | 472k| 209 | 4.500000e+00 | 6.000000e+00 |  33.33%
877.55/877.82	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
877.55/877.82	c   851s|940000 |   356 |   888 |   0.0 |  26M| 800 |   - | 915 |3112 |   0 |   0 |   0 | 476k| 209 | 4.500000e+00 | 6.000000e+00 |  33.33%
889.54/889.86	c   862s|950000 |   376 |   888 |   0.0 |  26M| 800 |   - | 915 |3111 |   0 |   0 |   0 | 481k| 209 | 4.500000e+00 | 6.000000e+00 |  33.33%
902.44/902.70	c   875s|960000 |   371 |   888 |   0.0 |  26M| 800 |   - | 915 |3113 |   0 |   0 |   0 | 486k| 209 | 4.500000e+00 | 6.000000e+00 |  33.33%
915.13/915.47	c   887s|970000 |   352 |   888 |   0.0 |  26M| 800 |   - | 915 |3122 |   0 |   0 |   0 | 491k| 209 | 4.500000e+00 | 6.000000e+00 |  33.33%
927.53/927.89	c   899s|980000 |   380 |   888 |   0.0 |  26M| 800 |   - | 915 |3115 |   0 |   0 |   0 | 496k| 209 | 4.500000e+00 | 6.000000e+00 |  33.33%
940.63/940.97	c   912s|990000 |   358 |   888 |   0.0 |  26M| 800 |   - | 915 |3120 |   0 |   0 |   0 | 501k| 209 | 4.500000e+00 | 6.000000e+00 |  33.33%
953.53/953.89	c   925s|  1000k|   382 |   888 |   0.0 |  26M| 800 |   - | 915 |3115 |   0 |   0 |   0 | 506k| 209 | 4.500000e+00 | 6.000000e+00 |  33.33%
966.02/966.35	c   937s|  1010k|   336 |   888 |   0.0 |  26M| 800 |   - | 915 |3111 |   0 |   0 |   0 | 510k| 209 | 4.500000e+00 | 6.000000e+00 |  33.33%
979.11/979.48	c   950s|  1020k|   350 |   888 |   0.0 |  26M| 800 |   - | 915 |3110 |   0 |   0 |   0 | 515k| 209 | 4.500000e+00 | 6.000000e+00 |  33.33%
992.11/992.43	c   962s|  1030k|   347 |   888 |   0.0 |  26M| 800 |   - | 915 |3114 |   0 |   0 |   0 | 520k| 209 | 4.500000e+00 | 6.000000e+00 |  33.33%
1005.81/1006.15	c   976s|  1040k|   340 |   888 |   0.0 |  26M| 800 |   - | 915 |3115 |   0 |   0 |   0 | 525k| 209 | 4.500000e+00 | 6.000000e+00 |  33.33%
1019.60/1019.93	c   989s|  1050k|   339 |   888 |   0.0 |  26M| 800 |   - | 915 |3111 |   0 |   0 |   0 | 530k| 209 | 4.500000e+00 | 6.000000e+00 |  33.33%
1033.10/1033.49	c  1002s|  1060k|   332 |   888 |   0.0 |  26M| 800 |   - | 915 |3112 |   0 |   0 |   0 | 535k| 209 | 4.500000e+00 | 6.000000e+00 |  33.33%
1046.49/1046.82	c  1015s|  1070k|   351 |   888 |   0.0 |  26M| 800 |   - | 915 |3116 |   0 |   0 |   0 | 540k| 209 | 4.500000e+00 | 6.000000e+00 |  33.33%
1059.99/1060.38	c  1029s|  1080k|   324 |   888 |   0.0 |  26M| 800 |   - | 915 |3121 |   0 |   0 |   0 | 545k| 209 | 4.500000e+00 | 6.000000e+00 |  33.33%
1073.49/1073.81	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1073.49/1073.81	c  1042s|  1090k|   322 |   888 |   0.0 |  26M| 800 |   - | 915 |3118 |   0 |   0 |   0 | 550k| 209 | 4.500000e+00 | 6.000000e+00 |  33.33%
1087.29/1087.60	c  1055s|  1100k|   335 |   888 |   0.0 |  26M| 800 |   - | 915 |3111 |   0 |   0 |   0 | 555k| 209 | 4.500000e+00 | 6.000000e+00 |  33.33%
1101.28/1101.67	c  1069s|  1110k|   324 |   888 |   0.0 |  26M| 800 |   - | 915 |3115 |   0 |   0 |   0 | 560k| 209 | 4.500000e+00 | 6.000000e+00 |  33.33%
1115.08/1115.44	c  1082s|  1120k|   359 |   888 |   0.0 |  26M| 800 |   - | 915 |3116 |   0 |   0 |   0 | 566k| 209 | 4.500000e+00 | 6.000000e+00 |  33.33%
1129.57/1129.96	c  1097s|  1130k|   308 |   888 |   0.0 |  26M| 800 |   - | 915 |3112 |   0 |   0 |   0 | 571k| 209 | 4.500000e+00 | 6.000000e+00 |  33.33%
1143.17/1143.52	c  1110s|  1140k|   317 |   888 |   0.0 |  26M| 800 |   - | 915 |3113 |   0 |   0 |   0 | 576k| 209 | 4.500000e+00 | 6.000000e+00 |  33.33%
1157.06/1157.44	c  1124s|  1150k|   330 |   888 |   0.0 |  26M| 800 |   - | 915 |3110 |   0 |   0 |   0 | 581k| 209 | 4.500000e+00 | 6.000000e+00 |  33.33%
1171.17/1171.56	c  1137s|  1160k|   307 |   888 |   0.0 |  26M| 800 |   - | 915 |3114 |   0 |   0 |   0 | 586k| 209 | 4.500000e+00 | 6.000000e+00 |  33.33%
1185.85/1186.27	c  1152s|  1170k|   308 |   888 |   0.0 |  26M| 800 |   - | 915 |3111 |   0 |   0 |   0 | 591k| 209 | 4.500000e+00 | 6.000000e+00 |  33.33%
1200.46/1200.87	c  1166s|  1180k|   302 |   888 |   0.0 |  26M| 800 |   - | 915 |3110 |   0 |   0 |   0 | 596k| 209 | 4.500000e+00 | 6.000000e+00 |  33.33%
1214.55/1214.93	c  1180s|  1190k|   293 |   888 |   0.0 |  26M| 800 |   - | 915 |3112 |   0 |   0 |   0 | 600k| 209 | 4.500000e+00 | 6.000000e+00 |  33.33%
1229.15/1229.55	c  1194s|  1200k|   310 |   888 |   0.0 |  26M| 800 |   - | 915 |3111 |   0 |   0 |   0 | 605k| 209 | 4.500000e+00 | 6.000000e+00 |  33.33%
1243.95/1244.39	c  1209s|  1210k|   313 |   888 |   0.0 |  26M| 800 |   - | 915 |3115 |   0 |   0 |   0 | 610k| 209 | 4.500000e+00 | 6.000000e+00 |  33.33%
1259.34/1259.75	c  1224s|  1220k|   291 |   888 |   0.0 |  26M| 800 |   - | 915 |3114 |   0 |   0 |   0 | 616k| 209 | 4.500000e+00 | 6.000000e+00 |  33.33%
1274.73/1275.15	c  1239s|  1230k|   294 |   888 |   0.0 |  26M| 800 |   - | 915 |3119 |   0 |   0 |   0 | 621k| 209 | 4.500000e+00 | 6.000000e+00 |  33.33%
1289.63/1290.08	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1289.63/1290.08	c  1253s|  1240k|   298 |   888 |   0.0 |  26M| 800 |   - | 915 |3118 |   0 |   0 |   0 | 625k| 209 | 4.500000e+00 | 6.000000e+00 |  33.33%
1305.03/1305.49	c  1268s|  1250k|   283 |   888 |   0.0 |  26M| 800 |   - | 915 |3118 |   0 |   0 |   0 | 631k| 209 | 4.500000e+00 | 6.000000e+00 |  33.33%
1320.83/1321.25	c  1284s|  1260k|   286 |   888 |   0.0 |  26M| 800 |   - | 915 |3113 |   0 |   0 |   0 | 636k| 209 | 4.500000e+00 | 6.000000e+00 |  33.33%
1336.23/1336.62	c  1299s|  1270k|   280 |   888 |   0.0 |  26M| 800 |   - | 915 |3115 |   0 |   0 |   0 | 641k| 209 | 4.500000e+00 | 6.000000e+00 |  33.33%
1352.02/1352.44	c  1314s|  1280k|   268 |   888 |   0.0 |  26M| 800 |   - | 915 |3111 |   0 |   0 |   0 | 646k| 209 | 4.500000e+00 | 6.000000e+00 |  33.33%
1367.81/1368.25	c  1330s|  1290k|   279 |   888 |   0.0 |  26M| 800 |   - | 915 |3114 |   0 |   0 |   0 | 650k| 209 | 4.500000e+00 | 6.000000e+00 |  33.33%
1384.01/1384.41	c  1346s|  1300k|   275 |   888 |   0.0 |  26M| 800 |   - | 915 |3111 |   0 |   0 |   0 | 655k| 209 | 4.500000e+00 | 6.000000e+00 |  33.33%
1400.01/1400.41	c  1361s|  1310k|   279 |   888 |   0.0 |  26M| 800 |   - | 915 |3118 |   0 |   0 |   0 | 660k| 209 | 4.500000e+00 | 6.000000e+00 |  33.33%
1415.70/1416.11	c  1377s|  1320k|   261 |   888 |   0.0 |  26M| 800 |   - | 915 |3112 |   0 |   0 |   0 | 665k| 209 | 4.500000e+00 | 6.000000e+00 |  33.33%
1432.10/1432.56	c  1393s|  1330k|   265 |   888 |   0.0 |  26M| 800 |   - | 915 |3115 |   0 |   0 |   0 | 670k| 209 | 4.500000e+00 | 6.000000e+00 |  33.33%
1448.99/1449.43	c  1409s|  1340k|   278 |   888 |   0.0 |  26M| 800 |   - | 915 |3119 |   0 |   0 |   0 | 675k| 209 | 4.500000e+00 | 6.000000e+00 |  33.33%
1464.48/1464.97	c  1425s|  1350k|   273 |   888 |   0.0 |  26M| 800 |   - | 915 |3114 |   0 |   0 |   0 | 680k| 209 | 4.500000e+00 | 6.000000e+00 |  33.33%
1481.39/1481.89	c  1441s|  1360k|   252 |   888 |   0.0 |  26M| 800 |   - | 915 |3116 |   0 |   0 |   0 | 685k| 209 | 4.500000e+00 | 6.000000e+00 |  33.33%
1497.47/1497.95	c  1457s|  1370k|   259 |   888 |   0.0 |  26M| 800 |   - | 915 |3110 |   0 |   0 |   0 | 690k| 209 | 4.500000e+00 | 6.000000e+00 |  33.33%
1514.07/1514.56	c  1473s|  1380k|   245 |   888 |   0.0 |  26M| 800 |   - | 915 |3118 |   0 |   0 |   0 | 695k| 209 | 4.500000e+00 | 6.000000e+00 |  33.33%
1530.46/1530.97	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1530.46/1530.97	c  1489s|  1390k|   245 |   888 |   0.0 |  26M| 800 |   - | 915 |3116 |   0 |   0 |   0 | 700k| 209 | 4.500000e+00 | 6.000000e+00 |  33.33%
1547.17/1547.68	c  1506s|  1400k|   238 |   888 |   0.0 |  26M| 800 |   - | 915 |3118 |   0 |   0 |   0 | 704k| 209 | 4.500000e+00 | 6.000000e+00 |  33.33%
1563.77/1564.27	c  1522s|  1410k|   237 |   888 |   0.0 |  26M| 800 |   - | 915 |3115 |   0 |   0 |   0 | 709k| 209 | 4.500000e+00 | 6.000000e+00 |  33.33%
1580.05/1580.54	c  1538s|  1420k|   236 |   888 |   0.0 |  26M| 800 |   - | 915 |3110 |   0 |   0 |   0 | 714k| 209 | 4.500000e+00 | 6.000000e+00 |  33.33%
1596.35/1596.84	c  1554s|  1430k|   239 |   888 |   0.0 |  26M| 800 |   - | 915 |3111 |   0 |   0 |   0 | 719k| 209 | 4.500000e+00 | 6.000000e+00 |  33.33%
1613.84/1614.34	c  1571s|  1440k|   240 |   888 |   0.0 |  26M| 800 |   - | 915 |3124 |   0 |   0 |   0 | 724k| 209 | 4.500000e+00 | 6.000000e+00 |  33.33%
1631.34/1631.88	c  1588s|  1450k|   267 |   888 |   0.0 |  26M| 800 |   - | 915 |3112 |   0 |   0 |   0 | 729k| 209 | 4.500000e+00 | 6.000000e+00 |  33.33%
1648.83/1649.32	c  1605s|  1460k|   220 |   888 |   0.0 |  26M| 800 |   - | 915 |3111 |   0 |   0 |   0 | 734k| 209 | 4.500000e+00 | 6.000000e+00 |  33.33%
1666.73/1667.24	c  1623s|  1470k|   232 |   888 |   0.0 |  26M| 800 |   - | 915 |3117 |   0 |   0 |   0 | 739k| 209 | 4.500000e+00 | 6.000000e+00 |  33.33%
1683.92/1684.49	c  1640s|  1480k|   228 |   888 |   0.0 |  26M| 800 |   - | 915 |3113 |   0 |   0 |   0 | 744k| 209 | 4.500000e+00 | 6.000000e+00 |  33.33%
1701.92/1702.46	c  1657s|  1490k|   216 |   888 |   0.0 |  26M| 800 |   - | 915 |3113 |   0 |   0 |   0 | 749k| 209 | 4.500000e+00 | 6.000000e+00 |  33.33%
1720.02/1720.57	c  1675s|  1500k|   237 |   888 |   0.0 |  26M| 800 |   - | 915 |3117 |   0 |   0 |   0 | 754k| 209 | 4.500000e+00 | 6.000000e+00 |  33.33%
1736.71/1737.25	c  1692s|  1510k|   214 |   888 |   0.0 |  26M| 800 |   - | 915 |3116 |   0 |   0 |   0 | 758k| 209 | 4.500000e+00 | 6.000000e+00 |  33.33%
1754.40/1754.91	c  1709s|  1520k|   210 |   888 |   0.0 |  26M| 800 |   - | 915 |3113 |   0 |   0 |   0 | 763k| 209 | 4.500000e+00 | 6.000000e+00 |  33.33%
1770.80/1771.33	c  1725s|  1530k|   227 |   888 |   0.0 |  26M| 800 |   - | 915 |3118 |   0 |   0 |   0 | 767k| 209 | 4.500000e+00 | 6.000000e+00 |  33.33%
1787.10/1787.69	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1787.10/1787.69	c  1741s|  1540k|   219 |   888 |   0.0 |  26M| 800 |   - | 915 |3119 |   0 |   0 |   0 | 772k| 209 | 4.500000e+00 | 6.000000e+00 |  33.33%
1800.10/1800.60	c pressed CTRL-C 1 times (5 times for forcing termination)
1800.10/1800.60	c 
1800.10/1800.60	c SCIP Status        : solving was interrupted [user interrupt]
1800.10/1800.60	c Solving Time (sec) : 1753.84
1800.10/1800.60	c Solving Nodes      : 1547684 (total of 1547685 nodes in 2 runs)
1800.10/1800.60	c Primal Bound       : +6.00000000000000e+00 (9 solutions)
1800.10/1800.60	c Dual Bound         : +4.50000000000000e+00
1800.10/1800.60	c Gap                : 33.33 %
1800.10/1800.63	s SATISFIABLE
1800.10/1800.63	v -x1009 -x1008 -x1007 -x1006 -x1005 -x1004 -x1003 -x1002 -x1001 -x1000 -x999 -x998 -x997 -x996 -x995 -x994 -x993 -x992 -x991 -x990 
1800.10/1800.63	v -x989 -x988 -x987 -x986 -x985 -x984 -x983 -x982 -x981 -x980 -x979 -x978 -x977 -x976 -x975 -x974 -x973 -x972 -x971 -x970 -x969 
1800.10/1800.63	v -x968 -x967 -x966 -x965 -x964 -x963 -x962 -x961 -x960 -x959 -x958 -x957 -x956 -x955 -x954 -x953 -x952 -x951 -x950 -x949 -x948 
1800.10/1800.63	v -x947 -x946 -x945 -x944 -x943 -x942 -x941 -x940 -x939 -x938 -x937 -x936 -x935 -x934 -x933 -x932 -x931 -x930 -x929 -x928 
1800.10/1800.63	v -x927 -x926 -x925 -x924 -x923 -x922 -x921 -x920 -x919 -x918 -x917 -x916 -x915 -x914 -x913 -x912 -x911 -x910 -x909 -x908 -x907 
1800.10/1800.63	v -x906 -x905 -x904 -x903 -x902 -x901 -x900 -x899 -x898 -x897 -x896 -x895 -x894 -x893 -x892 -x891 -x890 -x889 -x888 -x887 -x886 
1800.10/1800.63	v -x885 -x884 -x883 -x882 -x881 -x880 -x879 -x878 -x877 -x876 -x875 -x874 -x873 -x872 -x871 -x870 -x869 -x868 -x867 -x866 -x865 
1800.10/1800.63	v -x864 -x863 -x862 -x861 -x860 -x859 -x858 -x857 -x856 -x855 -x854 -x853 -x852 -x851 -x850 -x849 -x848 -x847 -x846 -x845 -x844 
1800.10/1800.63	v -x843 -x842 -x841 -x840 -x839 -x838 -x837 -x836 -x835 -x834 -x833 -x832 -x831 -x830 -x829 -x828 -x827 -x826 -x825 -x824 -x823 
1800.10/1800.63	v -x822 -x821 -x820 -x819 -x818 -x817 -x816 -x815 -x814 -x813 -x812 -x811 -x810 -x809 -x808 -x807 -x806 -x805 -x804 -x803 
1800.10/1800.63	v -x802 -x801 -x800 -x799 -x798 -x797 -x796 -x795 -x794 -x793 -x792 -x791 -x790 -x789 -x788 -x787 -x786 -x785 -x784 -x783 -x782 
1800.10/1800.63	v -x781 -x780 -x779 -x778 -x777 -x776 -x775 -x774 -x773 -x772 -x771 -x770 -x769 -x768 -x767 -x766 -x765 -x764 -x763 -x762 -x761 
1800.10/1800.63	v -x760 -x759 -x758 -x757 -x756 -x755 -x754 -x753 -x752 -x751 -x750 -x749 -x748 -x747 -x746 -x745 -x744 -x743 -x742 -x741 -x740 
1800.10/1800.63	v -x739 -x738 -x737 -x736 -x735 -x734 -x733 -x732 -x731 -x730 -x729 -x728 -x727 -x726 -x725 -x724 -x723 -x722 -x721 -x720 -x719 
1800.10/1800.63	v -x718 -x717 -x716 -x715 -x714 -x713 -x712 -x711 -x710 -x709 -x708 -x707 -x706 -x705 -x704 -x703 -x702 -x701 -x700 -x699 -x698 
1800.10/1800.63	v -x697 -x696 -x695 -x694 -x693 -x692 -x691 -x690 -x689 -x688 -x687 -x686 -x685 -x684 -x683 -x682 -x681 -x680 -x679 -x678 
1800.10/1800.63	v -x677 -x676 -x675 -x674 -x673 -x672 -x671 -x670 -x669 -x668 -x667 -x666 -x665 -x664 -x663 -x662 -x661 -x660 -x659 -x658 -x657 
1800.10/1800.63	v -x656 x655 -x654 -x653 -x652 -x651 -x650 -x649 -x648 -x647 -x646 -x645 -x644 -x643 -x642 -x641 -x640 -x639 -x638 -x637 -x636 
1800.10/1800.63	v -x635 -x634 -x633 -x632 -x631 -x630 -x629 -x628 -x627 -x626 -x625 -x624 -x623 -x622 -x621 -x620 -x619 -x618 -x617 -x616 -x615 
1800.10/1800.63	v -x614 -x613 -x612 -x611 -x610 -x609 -x608 -x607 -x606 -x605 -x604 -x603 -x602 -x601 -x600 -x599 -x598 -x597 -x596 -x595 -x594 
1800.10/1800.63	v -x593 -x592 -x591 -x590 -x589 -x588 -x587 -x586 -x585 -x584 -x583 -x582 -x581 -x580 -x579 -x578 -x577 -x576 -x575 -x574 -x573 
1800.10/1800.63	v -x572 -x571 -x570 -x569 -x568 -x567 -x566 -x565 -x564 -x563 -x562 -x561 -x560 -x559 -x558 -x557 -x556 -x555 -x554 -x553 -x552 
1800.10/1800.63	v -x551 -x550 -x549 -x548 -x547 -x546 -x545 -x544 -x543 -x542 -x541 -x540 -x539 -x538 -x537 -x536 -x535 -x534 -x533 -x532 
1800.10/1800.63	v -x531 -x530 -x529 -x528 -x527 -x526 -x525 -x524 -x523 -x522 -x521 -x520 -x519 -x518 -x517 -x516 -x515 -x514 -x513 -x512 -x511 
1800.10/1800.63	v -x510 -x509 -x508 -x507 -x506 -x505 -x504 -x503 -x502 -x501 -x500 -x499 -x498 -x497 -x496 -x495 -x494 -x493 -x492 -x491 -x490 
1800.10/1800.63	v -x489 -x488 -x487 -x486 -x485 -x484 -x483 -x482 -x481 -x480 -x479 -x478 -x477 -x476 -x475 -x474 -x473 -x472 -x471 -x470 -x469 
1800.10/1800.63	v -x468 -x467 -x466 -x465 -x464 -x463 -x462 -x461 -x460 -x459 -x458 -x457 -x456 -x455 -x454 -x453 -x452 -x451 -x450 -x449 -x448 
1800.10/1800.63	v -x447 -x446 -x445 -x444 -x443 -x442 -x441 -x440 -x439 -x438 -x437 -x436 -x435 -x434 -x433 -x432 -x431 -x430 -x429 -x428 -x427 
1800.10/1800.63	v -x426 -x425 -x424 -x423 -x422 -x421 -x420 -x419 -x418 -x417 -x416 -x415 -x414 -x413 -x412 -x411 -x410 -x409 -x408 -x407 
1800.10/1800.63	v -x406 -x405 -x404 -x403 -x402 -x401 -x400 -x399 -x398 -x397 -x396 -x395 -x394 -x393 -x392 -x391 -x390 -x389 -x388 -x387 -x386 
1800.10/1800.63	v -x385 -x384 -x383 -x382 -x381 -x380 -x379 -x378 -x377 -x376 -x375 -x374 -x373 -x372 -x371 -x370 -x369 -x368 -x367 -x366 -x365 
1800.10/1800.63	v -x364 -x363 -x362 -x361 -x360 -x359 -x358 -x357 -x356 -x355 -x354 -x353 -x352 -x351 -x350 -x349 -x348 -x347 -x346 -x345 -x344 
1800.10/1800.63	v -x343 -x342 -x341 -x340 -x339 -x338 -x337 -x336 -x335 -x334 -x333 -x332 -x331 -x330 -x329 -x328 -x327 -x326 -x325 -x324 -x323 
1800.10/1800.63	v -x322 -x321 -x320 -x319 -x318 -x317 -x316 -x315 -x314 -x313 -x312 -x311 -x310 -x309 -x308 -x307 -x306 -x305 -x304 -x303 -x302 
1800.10/1800.63	v -x301 -x300 -x299 -x298 -x297 -x296 -x295 -x294 -x293 -x292 -x291 -x290 -x289 -x288 -x287 -x286 -x285 -x284 -x283 -x282 
1800.10/1800.63	v -x281 -x280 -x279 -x278 -x277 -x276 -x275 -x274 -x273 -x272 -x271 -x270 -x269 -x268 -x267 -x266 -x265 -x264 -x263 -x262 -x261 
1800.10/1800.63	v x260 -x259 -x258 -x257 -x256 -x255 -x254 -x253 -x252 -x251 -x250 -x249 -x248 -x247 -x246 -x245 -x244 -x243 -x242 -x241 -x240 
1800.10/1800.63	v -x239 -x238 -x237 -x236 -x235 -x234 -x233 -x232 -x231 -x230 -x229 -x228 x227 -x226 -x225 -x224 -x223 -x222 -x221 -x220 -x219 
1800.10/1800.63	v -x218 -x217 -x216 -x215 -x214 -x213 -x212 -x211 -x210 -x209 -x208 -x207 -x206 -x205 -x204 -x203 -x202 -x201 -x200 -x199 -x198 
1800.10/1800.63	v -x197 -x196 -x195 -x194 -x193 -x192 -x191 -x190 -x189 -x188 -x187 -x186 -x185 -x184 -x183 -x182 -x181 -x180 -x179 -x178 -x177 
1800.10/1800.63	v -x176 -x175 -x174 x173 -x172 -x171 -x170 -x169 -x168 -x167 -x166 -x165 -x164 -x163 -x162 -x161 -x160 -x159 -x158 -x157 -x156 
1800.10/1800.63	v -x155 -x154 -x153 -x152 -x151 -x150 -x149 -x148 -x147 -x146 -x145 x144 -x143 -x142 -x141 -x140 -x139 -x138 -x137 -x136 -x135 
1800.10/1800.63	v -x134 -x133 -x132 -x131 -x130 -x129 -x128 -x127 -x126 -x125 -x124 -x123 -x122 -x121 -x120 -x119 -x118 -x117 -x116 -x115 -x114 
1800.10/1800.63	v -x113 -x112 -x111 -x110 -x109 -x108 -x107 -x106 -x105 -x104 -x103 -x102 -x101 -x100 -x99 -x98 -x97 -x96 -x95 -x94 -x93 -x92 
1800.10/1800.63	v -x91 -x90 -x89 -x88 -x87 -x86 -x85 -x84 -x83 -x82 -x81 -x80 -x79 -x78 -x77 -x76 -x75 -x74 -x73 -x72 -x71 -x70 -x69 -x68 -x67 
1800.10/1800.63	v -x66 -x65 -x64 -x63 -x62 -x61 -x60 -x59 -x58 -x57 -x56 -x55 -x54 -x53 -x52 -x51 -x50 -x49 -x48 -x47 -x46 -x45 -x44 -x43 -x42 
1800.10/1800.63	v -x41 -x40 -x39 -x38 -x37 -x36 -x35 -x34 -x33 -x32 -x31 -x30 -x29 -x28 -x27 -x26 -x25 -x24 x23 -x22 -x21 -x20 -x19 -x18 -x17 
1800.10/1800.63	v -x16 -x15 -x14 -x13 -x12 -x11 -x10 -x9 -x8 -x7 -x6 -x5 -x4 -x3 -x2 -x1 
1800.10/1800.63	c SCIP Status        : solving was interrupted [user interrupt]
1800.10/1800.63	c Solving Time       :    1753.84
1800.10/1800.63	c Original Problem   :
1800.10/1800.63	c   Problem name     : HOME/instance-2667614-1276589881.opb
1800.10/1800.63	c   Variables        : 1009 (1009 binary, 0 integer, 0 implicit integer, 0 continuous)
1800.10/1800.63	c   Constraints      : 3773 initial, 3773 maximal
1800.10/1800.63	c Presolved Problem  :
1800.10/1800.63	c   Problem name     : t_HOME/instance-2667614-1276589881.opb
1800.10/1800.63	c   Variables        : 915 (915 binary, 0 integer, 0 implicit integer, 0 continuous)
1800.10/1800.63	c   Constraints      : 3110 initial, 3167 maximal
1800.10/1800.63	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
1800.10/1800.63	c   trivial          :       0.00         94          0          0          0          0          0          0          0
1800.10/1800.63	c   dualfix          :       0.00          0          0          0          0          0          0          0          0
1800.10/1800.63	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
1800.10/1800.63	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
1800.10/1800.63	c   implics          :       0.00          0          0          0          0          0          0          0          0
1800.10/1800.63	c   probing          :       0.02          0          0          0          0          0          0          0          0
1800.10/1800.63	c   linear           :       0.26          0          0          0          0          0          3          2          9
1800.10/1800.63	c   logicor          :       0.63          0          0          0          0          0        618          0          0
1800.10/1800.63	c   root node        :          -        127          -          -        127          -          -          -          -
1800.10/1800.63	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
1800.10/1800.63	c   integral         :          0          0          0         44          0          0        110          0          0          4
1800.10/1800.63	c   logicor          :       3110+        35    4128919          0          0     645006   28971500          0          0          0
1800.10/1800.63	c   countsols        :          0          0          0          0          0          0          0          0          0          0
1800.10/1800.63	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
1800.10/1800.63	c   integral         :      30.47       0.00       0.00      30.47       0.00
1800.10/1800.63	c   logicor          :     605.17       0.00     605.17       0.00       0.00
1800.10/1800.63	c   countsols        :       0.00       0.00       0.00       0.00       0.00
1800.10/1800.63	c Propagators        :       Time      Calls    Cutoffs    DomReds
1800.10/1800.63	c   vbounds          :       3.17          3          0          0
1800.10/1800.63	c   rootredcost      :       3.67          0          0          0
1800.10/1800.63	c   pseudoobj        :     615.29    7211808     191636  127696302
1800.10/1800.63	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1800.10/1800.63	c   propagation      :     246.88     745760     745760     745760       45.0      14135       57.8          -
1800.10/1800.63	c   infeasible LP    :       0.00          0          0          0        0.0          0        0.0          0
1800.10/1800.63	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1800.10/1800.63	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1800.10/1800.63	c   pseudo solution  :       2.33      17481      17481      17481       13.2        928      138.1          -
1800.10/1800.63	c   applied globally :          -          -          -     677881       24.7          -          -          -
1800.10/1800.63	c   applied locally  :          -          -          -      97477      179.3          -          -          -
1800.10/1800.63	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1800.10/1800.63	c   cut pool         :       0.00          0          -          -          0          -    (maximal pool size: 0)
1800.10/1800.63	c   redcost          :       0.01         35          0         17          0          0
1800.10/1800.63	c   impliedbounds    :       0.00         35          0          0          0          0
1800.10/1800.63	c   intobj           :       0.00          0          0          0          0          0
1800.10/1800.63	c   cgmip            :       0.00          0          0          0          0          0
1800.10/1800.63	c   gomory           :       6.06         35          0          0        500          0
1800.10/1800.63	c   strongcg         :       3.59         21          0          0        500          0
1800.10/1800.63	c   cmir             :       0.32         11          0          0          0          0
1800.10/1800.63	c   flowcover        :       0.50         11          0          0          0          0
1800.10/1800.63	c   clique           :       0.01          2          0          0          0          0
1800.10/1800.63	c   zerohalf         :       0.00          0          0          0          0          0
1800.10/1800.63	c   mcf              :       0.03          2          0          0          0          0
1800.10/1800.63	c   rapidlearning    :       0.00          0          0          0          0          0
1800.10/1800.63	c Pricers            :       Time      Calls       Vars
1800.10/1800.63	c   problem variables:       0.00          0          0
1800.10/1800.63	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1800.10/1800.63	c   relpscost        :      30.47         44          0        110          0          0          4
1800.10/1800.63	c   pscost           :       0.00          0          0          0          0          0          0
1800.10/1800.63	c   inference        :      60.56     958410          0          0          0          0    1916820
1800.10/1800.63	c   mostinf          :       0.00          0          0          0          0          0          0
1800.10/1800.63	c   leastinf         :       0.00          0          0          0          0          0          0
1800.10/1800.63	c   fullstrong       :       0.00          0          0          0          0          0          0
1800.10/1800.63	c   allfullstrong    :       0.00          0          0          0          0          0          0
1800.10/1800.63	c   random           :       0.00          0          0          0          0          0          0
1800.10/1800.63	c Primal Heuristics  :       Time      Calls      Found
1800.10/1800.63	c   LP solutions     :       0.00          -          0
1800.10/1800.63	c   pseudo solutions :       0.00          -          0
1800.10/1800.63	c   crossover        :       0.00          0          0
1800.10/1800.63	c   oneopt           :       1.32          3          2
1800.10/1800.63	c   trivial          :       0.03          2          4
1800.10/1800.63	c   simplerounding   :       0.00          0          0
1800.10/1800.63	c   zirounding       :       0.00          2          0
1800.10/1800.63	c   rounding         :       0.02         45          1
1800.10/1800.63	c   shifting         :       0.06         45          1
1800.10/1800.63	c   intshifting      :       0.00          0          0
1800.10/1800.63	c   twoopt           :       0.00          0          0
1800.10/1800.63	c   fixandinfer      :       0.00          0          0
1800.10/1800.63	c   feaspump         :       0.00          0          0
1800.10/1800.63	c   coefdiving       :       0.00          0          0
1800.10/1800.63	c   pscostdiving     :       0.00          0          0
1800.10/1800.63	c   fracdiving       :       0.00          0          0
1800.10/1800.63	c   veclendiving     :       0.00          0          0
1800.10/1800.63	c   intdiving        :       0.00          0          0
1800.10/1800.63	c   actconsdiving    :       0.00          0          0
1800.10/1800.63	c   objpscostdiving  :       0.00          0          0
1800.10/1800.63	c   rootsoldiving    :       0.00          0          0
1800.10/1800.63	c   linesearchdiving :       0.00          0          0
1800.10/1800.63	c   guideddiving     :       0.00          0          0
1800.10/1800.63	c   octane           :       0.00          0          0
1800.10/1800.63	c   rens             :       0.22          1          1
1800.10/1800.63	c   rins             :       0.00          0          0
1800.10/1800.63	c   localbranching   :       0.00          0          0
1800.10/1800.63	c   mutation         :       0.00          0          0
1800.10/1800.63	c   dins             :       0.00          0          0
1800.10/1800.63	c   undercover       :       0.00          0          0
1800.10/1800.63	c   nlp              :       0.76          0          0
1800.10/1800.63	c   trysol           :       0.84          0          0
1800.10/1800.63	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1800.10/1800.63	c   primal LP        :       0.00          0          0       0.00          -
1800.10/1800.63	c   dual LP          :       0.69         45        888      19.73    1286.96
1800.10/1800.63	c   lex dual LP      :       0.00          0          0       0.00          -
1800.10/1800.63	c   barrier LP       :       0.00          0          0       0.00          -
1800.10/1800.63	c   diving/probing LP:       0.00          0          0       0.00          -
1800.10/1800.63	c   strong branching :      30.47        209      39057     186.88    1281.82
1800.10/1800.63	c     (at root node) :          -        209      39057     186.88          -
1800.10/1800.63	c   conflict analysis:       0.00          0          0       0.00          -
1800.10/1800.63	c B&B Tree           :
1800.10/1800.63	c   number of runs   :          2
1800.10/1800.63	c   nodes            :    1547684
1800.10/1800.63	c   nodes (total)    :    1547685
1800.10/1800.63	c   nodes left       :        210
1800.10/1800.63	c   max depth        :        800
1800.10/1800.63	c   max depth (total):        800
1800.10/1800.63	c   backtracks       :     700649 (45.3%)
1800.10/1800.63	c   delayed cutoffs  :     358814
1800.10/1800.63	c   repropagations   :    1698963 (44594569 domain reductions, 264850 cutoffs)
1800.10/1800.63	c   avg switch length:       3.46
1800.10/1800.63	c   switching time   :     275.17
1800.10/1800.63	c Solution           :
1800.10/1800.63	c   Solutions found  :          9 (7 improvements)
1800.10/1800.63	c   First Solution   : +1.00900000000000e+03   (in run 1, after 0 nodes, 0.10 seconds, depth 0, found by <trivial>)
1800.10/1800.63	c   Primal Bound     : +6.00000000000000e+00   (in run 1, after 1 nodes, 1.32 seconds, depth 0, found by <oneopt>)
1800.10/1800.63	c   Dual Bound       : +4.50000000000000e+00
1800.10/1800.63	c   Gap              :      33.33 %
1800.10/1800.63	c   Root Dual Bound  : +4.50000000000000e+00
1800.10/1800.63	c   Root Iterations  :        888
1800.10/1800.70	c Time complete: 1800.2.

Verifier Data

OK	6

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2667614-1276589881/watcher-2667614-1276589881 -o /tmp/evaluation-result-2667614-1276589881/solver-2667614-1276589881 -C 1800 -W 2000 -M 1800 HOME/pbscip.linux.x86_64.gnu.opt.spx -f HOME/instance-2667614-1276589881.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.00 0.97 0.82 3/107 2441
/proc/meminfo: memFree=1687284/2059040 swapFree=4192956/4192956
[pid=2441] ppid=2439 vsize=7724 CPUtime=0
/proc/2441/stat : 2441 (pbscip.linux.x8) R 2439 2441 2332 0 -1 4202496 1204 0 0 0 0 0 0 0 20 0 1 0 283259 7909376 1123 1992294400 4194304 8223781 140735162110816 18446744073709551615 7253477 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/2441/statm: 1931 1134 348 984 0 944 0

[startup+0.11081 s]
/proc/loadavg: 1.00 0.97 0.82 3/107 2441
/proc/meminfo: memFree=1687284/2059040 swapFree=4192956/4192956
[pid=2441] ppid=2439 vsize=11448 CPUtime=0.1
/proc/2441/stat : 2441 (pbscip.linux.x8) R 2439 2441 2332 0 -1 4202496 2155 0 0 0 10 0 0 0 20 0 1 0 283259 11722752 2074 1992294400 4194304 8223781 140735162110816 18446744073709551615 7253477 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/2441/statm: 2862 2074 365 984 0 1875 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 11448

[startup+0.200817 s]
/proc/loadavg: 1.00 0.97 0.82 3/107 2441
/proc/meminfo: memFree=1687284/2059040 swapFree=4192956/4192956
[pid=2441] ppid=2439 vsize=12888 CPUtime=0.19
/proc/2441/stat : 2441 (pbscip.linux.x8) R 2439 2441 2332 0 -1 4202496 2513 0 0 0 18 1 0 0 20 0 1 0 283259 13197312 2432 1992294400 4194304 8223781 140735162110816 18446744073709551615 6641287 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/2441/statm: 3222 2432 365 984 0 2235 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 12888

[startup+0.300827 s]
/proc/loadavg: 1.00 0.97 0.82 3/107 2441
/proc/meminfo: memFree=1687284/2059040 swapFree=4192956/4192956
[pid=2441] ppid=2439 vsize=15164 CPUtime=0.29
/proc/2441/stat : 2441 (pbscip.linux.x8) R 2439 2441 2332 0 -1 4202496 3079 0 0 0 28 1 0 0 20 0 1 0 283259 15527936 2998 1992294400 4194304 8223781 140735162110816 18446744073709551615 5648823 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/2441/statm: 3791 2998 365 984 0 2804 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 15164

[startup+0.700866 s]
/proc/loadavg: 1.00 0.97 0.82 3/107 2441
/proc/meminfo: memFree=1687284/2059040 swapFree=4192956/4192956
[pid=2441] ppid=2439 vsize=51096 CPUtime=0.69
/proc/2441/stat : 2441 (pbscip.linux.x8) R 2439 2441 2332 0 -1 4202496 12055 0 0 0 64 5 0 0 20 0 1 0 283259 52322304 11610 1992294400 4194304 8223781 140735162110816 18446744073709551615 4927569 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/2441/statm: 12774 11610 437 984 0 11787 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 51096

[startup+1.50094 s]
/proc/loadavg: 1.00 0.97 0.82 2/108 2442
/proc/meminfo: memFree=1640652/2059040 swapFree=4192956/4192956
[pid=2441] ppid=2439 vsize=52144 CPUtime=1.49
/proc/2441/stat : 2441 (pbscip.linux.x8) R 2439 2441 2332 0 -1 4202496 13615 0 0 0 143 6 0 0 22 0 1 0 283259 53395456 11897 1992294400 4194304 8223781 140735162110816 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/2441/statm: 13036 11897 445 984 0 12049 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 52144

[startup+3.1011 s]
/proc/loadavg: 1.00 0.97 0.82 2/108 2442
/proc/meminfo: memFree=1606676/2059040 swapFree=4192956/4192956
[pid=2441] ppid=2439 vsize=91908 CPUtime=3.09
/proc/2441/stat : 2441 (pbscip.linux.x8) R 2439 2441 2332 0 -1 4202496 36076 0 0 0 292 17 0 0 25 0 1 0 283259 94113792 21001 1992294400 4194304 8223781 140735162110816 18446744073709551615 6539325 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/2441/statm: 22977 21001 573 984 0 21990 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 91908

[startup+6.3014 s]
/proc/loadavg: 1.00 0.97 0.83 2/108 2442
/proc/meminfo: memFree=1604444/2059040 swapFree=4192956/4192956
[pid=2441] ppid=2439 vsize=91908 CPUtime=6.29
/proc/2441/stat : 2441 (pbscip.linux.x8) R 2439 2441 2332 0 -1 4202496 46698 0 0 0 606 23 0 0 25 0 1 0 283259 94113792 21110 1992294400 4194304 8223781 140735162110816 18446744073709551615 6250680 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/2441/statm: 22977 21110 573 984 0 21990 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 91908

[startup+12.701 s]
/proc/loadavg: 1.00 0.97 0.83 2/108 2444
/proc/meminfo: memFree=1604072/2059040 swapFree=4192956/4192956
[pid=2441] ppid=2439 vsize=94600 CPUtime=12.69
/proc/2441/stat : 2441 (pbscip.linux.x8) R 2439 2441 2332 0 -1 4202496 60864 0 0 0 1235 34 0 0 25 0 1 0 283259 96870400 21238 1992294400 4194304 8223781 140735162110816 18446744073709551615 6599066 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/2441/statm: 23650 21238 575 984 0 22663 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 94600

[startup+25.5002 s]
/proc/loadavg: 1.00 0.97 0.83 2/108 2444
/proc/meminfo: memFree=1604320/2059040 swapFree=4192956/4192956
[pid=2441] ppid=2439 vsize=91932 CPUtime=25.48
/proc/2441/stat : 2441 (pbscip.linux.x8) R 2439 2441 2332 0 -1 4202496 90798 0 0 0 2489 59 0 0 25 0 1 0 283259 94138368 21096 1992294400 4194304 8223781 140735162110816 18446744073709551615 6539307 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/2441/statm: 22983 21096 575 984 0 21996 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 91932

[startup+51.1006 s]
/proc/loadavg: 1.00 0.97 0.83 2/108 2444
/proc/meminfo: memFree=1604692/2059040 swapFree=4192956/4192956
[pid=2441] ppid=2439 vsize=96692 CPUtime=51.08
/proc/2441/stat : 2441 (pbscip.linux.x8) R 2439 2441 2332 0 -1 4202496 142680 0 0 0 4965 143 0 0 25 0 1 0 283259 99012608 21086 1992294400 4194304 8223781 140735162110816 18446744073709551615 4999862 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/2441/statm: 24173 21086 578 984 0 23186 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 96692

[startup+102.3 s]
/proc/loadavg: 1.00 0.97 0.83 2/108 2446
/proc/meminfo: memFree=1601840/2059040 swapFree=4192956/4192956
[pid=2441] ppid=2439 vsize=99252 CPUtime=102.27
/proc/2441/stat : 2441 (pbscip.linux.x8) R 2439 2441 2332 0 -1 4202496 143324 0 0 0 9880 347 0 0 25 0 1 0 283259 101634048 21730 1992294400 4194304 8223781 140735162110816 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/2441/statm: 24813 21730 578 984 0 23826 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 99252

[startup+162.3 s]
/proc/loadavg: 1.00 0.97 0.84 2/108 2448
/proc/meminfo: memFree=1600972/2059040 swapFree=4192956/4192956
[pid=2441] ppid=2439 vsize=99928 CPUtime=162.24
/proc/2441/stat : 2441 (pbscip.linux.x8) R 2439 2441 2332 0 -1 4202496 143504 0 0 0 15651 573 0 0 25 0 1 0 283259 102326272 21910 1992294400 4194304 8223781 140735162110816 18446744073709551615 4219807 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/2441/statm: 24982 21910 578 984 0 23995 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 99928

[startup+222.308 s]
/proc/loadavg: 1.00 0.97 0.85 2/108 2448
/proc/meminfo: memFree=1599608/2059040 swapFree=4192956/4192956
[pid=2441] ppid=2439 vsize=101296 CPUtime=222.23
/proc/2441/stat : 2441 (pbscip.linux.x8) R 2439 2441 2332 0 -1 4202496 143825 0 0 0 21451 772 0 0 25 0 1 0 283259 103727104 22231 1992294400 4194304 8223781 140735162110816 18446744073709551615 5955622 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/2441/statm: 25324 22231 578 984 0 24337 0
Current children cumulated CPU time (s) 222.23
Current children cumulated vsize (KiB) 101296

[startup+282.301 s]
/proc/loadavg: 1.00 0.97 0.85 2/108 2450
/proc/meminfo: memFree=1598492/2059040 swapFree=4192956/4192956
[pid=2441] ppid=2439 vsize=102516 CPUtime=282.21
/proc/2441/stat : 2441 (pbscip.linux.x8) R 2439 2441 2332 0 -1 4202496 144100 0 0 0 27253 968 0 0 25 0 1 0 283259 104976384 22506 1992294400 4194304 8223781 140735162110816 18446744073709551615 4703935 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/2441/statm: 25629 22506 578 984 0 24642 0
Current children cumulated CPU time (s) 282.21
Current children cumulated vsize (KiB) 102516

[startup+342.301 s]
/proc/loadavg: 1.00 0.97 0.86 2/108 2452
/proc/meminfo: memFree=1597252/2059040 swapFree=4192956/4192956
[pid=2441] ppid=2439 vsize=103792 CPUtime=342.19
/proc/2441/stat : 2441 (pbscip.linux.x8) R 2439 2441 2332 0 -1 4202496 144386 0 0 0 33067 1152 0 0 25 0 1 0 283259 106283008 22792 1992294400 4194304 8223781 140735162110816 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/2441/statm: 25948 22792 578 984 0 24961 0
Current children cumulated CPU time (s) 342.19
Current children cumulated vsize (KiB) 103792

[startup+402.301 s]
/proc/loadavg: 1.00 0.97 0.86 2/108 2454
/proc/meminfo: memFree=1596012/2059040 swapFree=4192956/4192956
[pid=2441] ppid=2439 vsize=104904 CPUtime=402.18
/proc/2441/stat : 2441 (pbscip.linux.x8) R 2439 2441 2332 0 -1 4202496 144645 0 0 0 38887 1331 0 0 25 0 1 0 283259 107421696 23051 1992294400 4194304 8223781 140735162110816 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/2441/statm: 26226 23051 578 984 0 25239 0
Current children cumulated CPU time (s) 402.18
Current children cumulated vsize (KiB) 104904

[startup+462.303 s]
/proc/loadavg: 1.00 0.97 0.87 2/108 2456
/proc/meminfo: memFree=1595516/2059040 swapFree=4192956/4192956
[pid=2441] ppid=2439 vsize=105468 CPUtime=462.16
/proc/2441/stat : 2441 (pbscip.linux.x8) R 2439 2441 2332 0 -1 4202496 144769 0 0 0 44708 1508 0 0 25 0 1 0 283259 107999232 23175 1992294400 4194304 8223781 140735162110816 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/2441/statm: 26367 23175 578 984 0 25380 0
Current children cumulated CPU time (s) 462.16
Current children cumulated vsize (KiB) 105468

[startup+522.301 s]
/proc/loadavg: 1.00 0.97 0.88 2/108 2456
/proc/meminfo: memFree=1594772/2059040 swapFree=4192956/4192956
[pid=2441] ppid=2439 vsize=106472 CPUtime=522.15
/proc/2441/stat : 2441 (pbscip.linux.x8) R 2439 2441 2332 0 -1 4202496 144981 0 0 0 50530 1685 0 0 25 0 1 0 283259 109027328 23387 1992294400 4194304 8223781 140735162110816 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/2441/statm: 26618 23387 578 984 0 25631 0
Current children cumulated CPU time (s) 522.15
Current children cumulated vsize (KiB) 106472

[startup+582.301 s]
/proc/loadavg: 1.00 0.97 0.88 2/108 2458
/proc/meminfo: memFree=1593780/2059040 swapFree=4192956/4192956
[pid=2441] ppid=2439 vsize=107476 CPUtime=582.13
/proc/2441/stat : 2441 (pbscip.linux.x8) R 2439 2441 2332 0 -1 4202496 145182 0 0 0 56356 1857 0 0 25 0 1 0 283259 110055424 23588 1992294400 4194304 8223781 140735162110816 18446744073709551615 5955502 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/2441/statm: 26869 23588 578 984 0 25882 0
Current children cumulated CPU time (s) 582.13
Current children cumulated vsize (KiB) 107476

[startup+642.301 s]
/proc/loadavg: 1.00 0.97 0.89 2/108 2460
/proc/meminfo: memFree=1593160/2059040 swapFree=4192956/4192956
[pid=2441] ppid=2439 vsize=108036 CPUtime=642.11
/proc/2441/stat : 2441 (pbscip.linux.x8) R 2439 2441 2332 0 -1 4202496 145326 0 0 0 62186 2025 0 0 25 0 1 0 283259 110628864 23732 1992294400 4194304 8223781 140735162110816 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/2441/statm: 27009 23732 578 984 0 26022 0
Current children cumulated CPU time (s) 642.11
Current children cumulated vsize (KiB) 108036

[startup+702.301 s]

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

[startup+882.308 s]
/proc/loadavg: 1.03 0.99 0.91 2/108 2469
/proc/meminfo: memFree=1556448/2059040 swapFree=4192956/4192956
[pid=2441] ppid=2439 vsize=110816 CPUtime=882.05
/proc/2441/stat : 2441 (pbscip.linux.x8) R 2439 2441 2332 0 -1 4202496 145897 0 0 0 85542 2663 0 0 25 0 1 0 283259 113475584 24303 1992294400 4194304 8223781 140735162110816 18446744073709551615 5957292 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/2441/statm: 27704 24303 578 984 0 26717 0
Current children cumulated CPU time (s) 882.05
Current children cumulated vsize (KiB) 110816

[startup+942.301 s]
/proc/loadavg: 1.01 0.99 0.91 2/108 2471
/proc/meminfo: memFree=1556200/2059040 swapFree=4192956/4192956
[pid=2441] ppid=2439 vsize=111244 CPUtime=942.03
/proc/2441/stat : 2441 (pbscip.linux.x8) R 2439 2441 2332 0 -1 4202496 145988 0 0 0 91390 2813 0 0 25 0 1 0 283259 113913856 24394 1992294400 4194304 8223781 140735162110816 18446744073709551615 5507149 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/2441/statm: 27811 24394 578 984 0 26824 0
Current children cumulated CPU time (s) 942.03
Current children cumulated vsize (KiB) 111244

[startup+1002.3 s]
/proc/loadavg: 1.00 0.99 0.91 2/108 2473
/proc/meminfo: memFree=1555704/2059040 swapFree=4192956/4192956
[pid=2441] ppid=2439 vsize=111816 CPUtime=1002.01
/proc/2441/stat : 2441 (pbscip.linux.x8) R 2439 2441 2332 0 -1 4202496 146110 0 0 0 97243 2958 0 0 25 0 1 0 283259 114499584 24516 1992294400 4194304 8223781 140735162110816 18446744073709551615 5953094 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/2441/statm: 27954 24516 578 984 0 26967 0
Current children cumulated CPU time (s) 1002.01
Current children cumulated vsize (KiB) 111816

[startup+1062.3 s]
/proc/loadavg: 1.00 0.99 0.91 2/108 2475
/proc/meminfo: memFree=1555208/2059040 swapFree=4192956/4192956
[pid=2441] ppid=2439 vsize=112552 CPUtime=1061.99
/proc/2441/stat : 2441 (pbscip.linux.x8) R 2439 2441 2332 0 -1 4202496 146244 0 0 0 103104 3095 0 0 25 0 1 0 283259 115253248 24650 1992294400 4194304 8223781 140735162110816 18446744073709551615 4219807 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/2441/statm: 28138 24650 578 984 0 27151 0
Current children cumulated CPU time (s) 1061.99
Current children cumulated vsize (KiB) 112552

[startup+1122.3 s]
/proc/loadavg: 1.00 0.99 0.91 4/113 2572
/proc/meminfo: memFree=1540092/2059040 swapFree=4192956/4192956
[pid=2441] ppid=2439 vsize=112996 CPUtime=1121.98
/proc/2441/stat : 2441 (pbscip.linux.x8) R 2439 2441 2332 0 -1 4202496 146366 0 0 0 108964 3234 0 0 25 0 1 0 283259 115707904 24772 1992294400 4194304 8223781 140735162110816 18446744073709551615 4703855 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/2441/statm: 28249 24772 578 984 0 27262 0
Current children cumulated CPU time (s) 1121.98
Current children cumulated vsize (KiB) 112996

[startup+1182.3 s]
/proc/loadavg: 1.06 1.02 0.92 2/108 2692
/proc/meminfo: memFree=1509960/2059040 swapFree=4192956/4192956
[pid=2441] ppid=2439 vsize=113736 CPUtime=1181.96
/proc/2441/stat : 2441 (pbscip.linux.x8) R 2439 2441 2332 0 -1 4202496 146483 0 0 0 114829 3367 0 0 25 0 1 0 283259 116465664 24889 1992294400 4194304 8223781 140735162110816 18446744073709551615 4999862 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/2441/statm: 28434 24889 578 984 0 27447 0
Current children cumulated CPU time (s) 1181.96
Current children cumulated vsize (KiB) 113736

[startup+1242.3 s]
/proc/loadavg: 1.02 1.01 0.92 2/108 2694
/proc/meminfo: memFree=1509588/2059040 swapFree=4192956/4192956
[pid=2441] ppid=2439 vsize=114184 CPUtime=1241.94
/proc/2441/stat : 2441 (pbscip.linux.x8) R 2439 2441 2332 0 -1 4202496 146590 0 0 0 120691 3503 0 0 25 0 1 0 283259 116924416 24996 1992294400 4194304 8223781 140735162110816 18446744073709551615 4209178 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/2441/statm: 28546 24996 578 984 0 27559 0
Current children cumulated CPU time (s) 1241.94
Current children cumulated vsize (KiB) 114184

[startup+1302.3 s]
/proc/loadavg: 1.01 1.00 0.92 2/108 2696
/proc/meminfo: memFree=1508844/2059040 swapFree=4192956/4192956
[pid=2441] ppid=2439 vsize=114924 CPUtime=1301.93
/proc/2441/stat : 2441 (pbscip.linux.x8) R 2439 2441 2332 0 -1 4202496 146741 0 0 0 126566 3627 0 0 25 0 1 0 283259 117682176 25147 1992294400 4194304 8223781 140735162110816 18446744073709551615 4999881 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/2441/statm: 28731 25147 578 984 0 27744 0
Current children cumulated CPU time (s) 1301.93
Current children cumulated vsize (KiB) 114924

[startup+1362.3 s]
/proc/loadavg: 1.00 1.00 0.92 2/108 2698
/proc/meminfo: memFree=1508348/2059040 swapFree=4192956/4192956
[pid=2441] ppid=2439 vsize=115364 CPUtime=1361.91
/proc/2441/stat : 2441 (pbscip.linux.x8) R 2439 2441 2332 0 -1 4202496 146828 0 0 0 132443 3748 0 0 25 0 1 0 283259 118132736 25234 1992294400 4194304 8223781 140735162110816 18446744073709551615 5507381 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/2441/statm: 28841 25234 578 984 0 27854 0
Current children cumulated CPU time (s) 1361.91
Current children cumulated vsize (KiB) 115364

[startup+1422.3 s]
/proc/loadavg: 1.00 1.00 0.92 4/114 3510
/proc/meminfo: memFree=1503600/2059040 swapFree=4192956/4192956
[pid=2441] ppid=2439 vsize=115824 CPUtime=1421.91
/proc/2441/stat : 2441 (pbscip.linux.x8) R 2439 2441 2332 0 -1 4202496 146931 0 0 0 138329 3862 0 0 25 0 1 0 283259 118603776 25337 1992294400 4194304 8223781 140735162110816 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/2441/statm: 28956 25337 578 984 0 27969 0
Current children cumulated CPU time (s) 1421.91
Current children cumulated vsize (KiB) 115824

[startup+1482.3 s]
/proc/loadavg: 1.87 1.25 1.01 4/115 18145
/proc/meminfo: memFree=1487528/2059040 swapFree=4192956/4192956
[pid=2441] ppid=2439 vsize=116672 CPUtime=1481.88
/proc/2441/stat : 2441 (pbscip.linux.x8) R 2439 2441 2332 0 -1 4202496 147094 0 0 0 144209 3979 0 0 25 0 1 0 283259 119472128 25500 1992294400 4194304 8223781 140735162110816 18446744073709551615 4999837 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/2441/statm: 29168 25500 578 984 0 28181 0
Current children cumulated CPU time (s) 1481.88
Current children cumulated vsize (KiB) 116672

[startup+1542.31 s]
/proc/loadavg: 2.09 1.42 1.08 4/113 2229
/proc/meminfo: memFree=1475272/2059040 swapFree=4192956/4192956
[pid=2441] ppid=2439 vsize=117132 CPUtime=1541.88
/proc/2441/stat : 2441 (pbscip.linux.x8) R 2439 2441 2332 0 -1 4202496 147193 0 0 0 150086 4102 0 0 25 0 1 0 283259 119943168 25599 1992294400 4194304 8223781 140735162110816 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/2441/statm: 29283 25599 578 984 0 28296 0
Current children cumulated CPU time (s) 1541.88
Current children cumulated vsize (KiB) 117132

[startup+1602.3 s]
/proc/loadavg: 1.59 1.41 1.10 2/107 8696
/proc/meminfo: memFree=1467992/2059040 swapFree=4192956/4192956
[pid=2441] ppid=2439 vsize=117584 CPUtime=1601.85
/proc/2441/stat : 2441 (pbscip.linux.x8) R 2439 2441 2332 0 -1 4202496 147278 0 0 0 155971 4214 0 0 25 0 1 0 283259 120406016 25684 1992294400 4194304 8223781 140735162110816 18446744073709551615 5506192 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/2441/statm: 29396 25684 578 984 0 28409 0
Current children cumulated CPU time (s) 1601.85
Current children cumulated vsize (KiB) 117584

[startup+1662.3 s]
/proc/loadavg: 1.21 1.33 1.09 2/107 8698
/proc/meminfo: memFree=1467620/2059040 swapFree=4192956/4192956
[pid=2441] ppid=2439 vsize=118028 CPUtime=1661.83
/proc/2441/stat : 2441 (pbscip.linux.x8) R 2439 2441 2332 0 -1 4202496 147387 0 0 0 161856 4327 0 0 25 0 1 0 283259 120860672 25793 1992294400 4194304 8223781 140735162110816 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/2441/statm: 29507 25793 578 984 0 28520 0
Current children cumulated CPU time (s) 1661.83
Current children cumulated vsize (KiB) 118028

[startup+1722.3 s]
/proc/loadavg: 1.08 1.27 1.08 2/107 8698
/proc/meminfo: memFree=1467124/2059040 swapFree=4192956/4192956
[pid=2441] ppid=2439 vsize=118744 CPUtime=1721.82
/proc/2441/stat : 2441 (pbscip.linux.x8) R 2439 2441 2332 0 -1 4202496 147509 0 0 0 167743 4439 0 0 25 0 1 0 283259 121593856 25915 1992294400 4194304 8223781 140735162110816 18446744073709551615 4219807 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/2441/statm: 29686 25915 578 984 0 28699 0
Current children cumulated CPU time (s) 1721.82
Current children cumulated vsize (KiB) 118744

[startup+1782.3 s]
/proc/loadavg: 1.03 1.22 1.08 2/107 8700
/proc/meminfo: memFree=1466628/2059040 swapFree=4192956/4192956
[pid=2441] ppid=2439 vsize=119336 CPUtime=1781.8
/proc/2441/stat : 2441 (pbscip.linux.x8) R 2439 2441 2332 0 -1 4202496 147642 0 0 0 173628 4552 0 0 25 0 1 0 283259 122200064 26048 1992294400 4194304 8223781 140735162110816 18446744073709551615 4740347 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/2441/statm: 29834 26048 578 984 0 28847 0
Current children cumulated CPU time (s) 1781.8
Current children cumulated vsize (KiB) 119336



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.6 s]
/proc/loadavg: 1.02 1.20 1.07 2/107 8700
/proc/meminfo: memFree=1466504/2059040 swapFree=4192956/4192956
[pid=2441] ppid=2439 vsize=119472 CPUtime=1800.1
/proc/2441/stat : 2441 (pbscip.linux.x8) R 2439 2441 2332 0 -1 4202496 147685 0 0 0 175429 4581 0 0 25 0 1 0 283259 122339328 26091 1992294400 4194304 8223781 140735162110816 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/2441/statm: 29868 26091 578 984 0 28881 0
Current children cumulated CPU time (s) 1800.1
Current children cumulated vsize (KiB) 119472

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

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

[startup+1800.6 s]
/proc/loadavg: 1.02 1.20 1.07 2/107 8700
/proc/meminfo: memFree=1466504/2059040 swapFree=4192956/4192956
[pid=2441] ppid=2439 vsize=119472 CPUtime=1800.1
/proc/2441/stat : 2441 (pbscip.linux.x8) R 2439 2441 2332 0 -1 4202496 147685 0 0 0 175429 4581 0 0 25 0 1 0 283259 122339328 26091 1992294400 4194304 8223781 140735162110816 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/2441/statm: 29868 26091 578 984 0 28881 0
Current children cumulated CPU time (s) 1800.1
Current children cumulated vsize (KiB) 119472

Child status: 0
Real time (s): 1800.7
CPU time (s): 1800.21
CPU user time (s): 1754.37
CPU system time (s): 45.834
CPU usage (%): 99.9723
Max. virtual memory (cumulated for all children) (KiB): 132940

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1754.37
system time used= 45.834
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 147697
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= 3
involuntary context switches= 2252

runsolver used 3.13952 second user time and 8.5167 second system time

The end

Launcher Data

Begin job on node033 at 2010-06-15 10:18:01
IDJOB=2667614
IDBENCH=2838
IDSOLVER=1169
FILE ID=node033/2667614-1276589881
PBS_JOBID= 11172218
Free space on /tmp= 62312 MiB

SOLVER NAME= SCIPspx SCIP 1.2.1.2 with SoPlex 1.4.2 (CVS Version 30.5.2010) as LP solver
BENCH NAME= PB06/final/normalized-PB06/OPT-SMALLINT/submitted-PB06/manquiho/logic_synthesis/normalized-rd84.b.opb
COMMAND LINE= HOME/pbscip.linux.x86_64.gnu.opt.spx -f BENCHNAME -t TIMEOUT -m MEMLIMIT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2667614-1276589881/watcher-2667614-1276589881 -o /tmp/evaluation-result-2667614-1276589881/solver-2667614-1276589881 -C 1800 -W 2000 -M 1800  HOME/pbscip.linux.x86_64.gnu.opt.spx -f HOME/instance-2667614-1276589881.opb -t 1800 -m 1800

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

MD5SUM BENCH= 6560abb26f607ef952ebe1a74dd5dae1
RANDOM SEED=1131609260

node033.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.242
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.48
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.242
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:       1687688 kB
Buffers:         16164 kB
Cached:         249480 kB
SwapCached:          0 kB
Active:          98048 kB
Inactive:       227148 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1687688 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:            6612 kB
Writeback:           0 kB
AnonPages:       59488 kB
Mapped:          15384 kB
Slab:            24304 kB
PageTables:       4036 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   183004 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= 62584 MiB
End job on node033 at 2010-06-15 10:48:04