Trace number 2704519

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.3 with SoPlex 1.4.2 (CVS Version 30.5.2010) as LP solverSAT6 1789.61 1790.1

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.3 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: SoPlex 1.4.2]
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-2704519-1278561258.opb>
0.39/0.40	c original problem has 1009 variables (1009 bin, 0 int, 0 impl, 0 cont) and 3773 constraints
0.39/0.40	c problem read
0.39/0.40	c presolving settings loaded
0.49/0.55	o 1009
0.49/0.55	o 979
0.49/0.55	c feasible solution found by trivial heuristic, objective value  9.790000e+02
0.49/0.55	c presolving:
1.39/1.41	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.39/1.44	c    (1.0s) probing: 101/1009 (10.0%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
1.39/1.44	c    (1.0s) probing aborted: 100/100 successive totally useless probings
1.39/1.44	c presolving (2 rounds):
1.39/1.44	c  0 deleted vars, 376 deleted constraints, 0 tightened bounds, 0 added holes, 2 changed sides, 0 changed coefficients
1.39/1.44	c  0 implications, 0 cliques
1.39/1.44	c presolved problem has 1009 variables (1009 bin, 0 int, 0 impl, 0 cont) and 3397 constraints
1.39/1.44	c    3397 constraints of type <logicor>
1.39/1.44	c transformed objective value is always integral (scale: 1)
1.39/1.44	c Presolving Time: 0.91
1.39/1.44	c - non default parameters ----------------------------------------------------------------------
1.39/1.44	c # SCIP version 1.2.1.3
1.39/1.44	c 
1.39/1.44	c # maximal number of intermediate conflict constraints generated in conflict graph (-1: use every intermediate constraint)
1.39/1.44	c # [type: int, range: [-1,2147483647], default: -1]
1.39/1.44	c conflict/interconss = 0
1.39/1.44	c 
1.39/1.44	c # should binary conflicts be preferred?
1.39/1.44	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
1.39/1.44	c conflict/preferbinary = TRUE
1.39/1.44	c 
1.39/1.44	c # maximum age an unnecessary constraint can reach before it is deleted (0: dynamic, -1: keep all constraints)
1.39/1.44	c # [type: int, range: [-1,2147483647], default: 0]
1.39/1.44	c constraints/agelimit = 1
1.39/1.44	c 
1.39/1.44	c # should enforcement of pseudo solution be disabled?
1.39/1.44	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
1.39/1.44	c constraints/disableenfops = TRUE
1.39/1.44	c 
1.39/1.44	c # frequency for displaying node information lines
1.39/1.44	c # [type: int, range: [-1,2147483647], default: 100]
1.39/1.44	c display/freq = 10000
1.39/1.44	c 
1.39/1.44	c # maximal time in seconds to run
1.39/1.44	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
1.39/1.44	c limits/time = 1789.6
1.39/1.44	c 
1.39/1.44	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
1.39/1.44	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
1.39/1.44	c limits/memory = 1620
1.39/1.44	c 
1.39/1.44	c # frequency for solving LP at the nodes (-1: never; 0: only root LP)
1.39/1.44	c # [type: int, range: [-1,2147483647], default: 1]
1.39/1.44	c lp/solvefreq = 0
1.39/1.44	c 
1.39/1.44	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.39/1.44	c # [type: char, range: {lafpsqd}, default: l]
1.39/1.44	c lp/pricing = a
1.39/1.44	c 
1.39/1.44	c # default clock type (1: CPU user seconds, 2: wall clock time)
1.39/1.44	c # [type: int, range: [1,2], default: 1]
1.39/1.44	c timing/clocktype = 2
1.39/1.44	c 
1.39/1.44	c # should presolving try to simplify inequalities
1.39/1.44	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
1.39/1.44	c constraints/linear/simplifyinequalities = TRUE
1.39/1.44	c 
1.39/1.44	c # add initial coupling inequalities as linear constraints, if 'addCoupling' is true
1.39/1.44	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
1.39/1.44	c constraints/indicator/addCouplingCons = TRUE
1.39/1.44	c 
1.39/1.44	c # should presolving try to simplify knapsacks
1.39/1.44	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
1.39/1.44	c constraints/knapsack/simplifyinequalities = TRUE
1.39/1.44	c 
1.39/1.44	c # priority of node selection rule <dfs> in standard mode
1.39/1.44	c # [type: int, range: [-536870912,536870911], default: 0]
1.39/1.44	c nodeselection/dfs/stdpriority = 1000000
1.39/1.44	c 
1.39/1.44	c -----------------------------------------------------------------------------------------------
1.39/1.44	c start solving
1.39/1.44	c 
1.39/1.44	o 894
1.39/1.44	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1.39/1.44	c t 1.0s|     1 |     0 |     0 |     - |  16M|   0 |   - |1009 |3397 |   0 |   0 |   0 |   0 |   0 |      --      | 8.940000e+02 |    Inf 
1.59/1.61	o 14
1.59/1.61	c b 1.2s|     1 |     0 |     0 |     - |  27M|   0 |   - |1009 |3397 |1009 |3397 |   0 |   0 |   0 |      --      | 1.400000e+01 |    Inf 
1.69/1.75	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.69/1.76	o 13
1.69/1.76	c R 1.4s|     1 |     0 |   405 |     - |  27M|   0 |  19 |1009 |3397 |1009 |3397 |   0 |   0 |   0 | 4.125000e+00 | 1.300000e+01 | 215.15%
1.69/1.76	o 12
1.69/1.76	c s 1.4s|     1 |     0 |   405 |     - |  27M|   0 |  19 |1009 |3397 |1009 |3397 |   0 |   0 |   0 | 4.125000e+00 | 1.200000e+01 | 190.91%
1.69/1.77	o 6
1.69/1.77	c b 1.4s|     1 |     0 |   405 |     - |  28M|   0 |  19 |1009 |3397 |1009 |3397 |   0 |   0 |   0 | 4.125000e+00 | 6.000000e+00 |  45.45%
2.10/2.18	c   1.8s|     1 |     0 |   432 |     - |  28M|   0 |  38 |1009 |3395 |1009 |3350 |   1 |   0 |   0 | 4.500000e+00 | 6.000000e+00 |  33.33%
6.09/6.16	c   5.8s|     1 |     0 |   457 |     - |  28M|   0 |  63 |1009 |3395 |1009 |3350 |   1 |   0 |  23 | 4.500000e+00 | 6.000000e+00 |  33.33%
7.99/8.02	c   7.6s|     1 |     0 |   472 |     - |  28M|   0 |  38 |1009 |3395 |1009 |3350 |   1 |   0 |  32 | 4.500000e+00 | 6.000000e+00 |  33.33%
9.39/9.42	c   9.0s|     1 |     0 |   503 |     - |  28M|   0 |  38 |1009 |3395 |1009 |3350 |   1 |   0 |  39 | 4.500000e+00 | 6.000000e+00 |  33.33%
10.69/10.77	c  10.4s|     1 |     0 |   516 |     - |  28M|   0 |  36 |1009 |3384 |1009 |3350 |   1 |   0 |  45 | 4.500000e+00 | 6.000000e+00 |  33.33%
12.39/12.43	c  12.0s|     1 |     0 |   534 |     - |  28M|   0 |  66 |1009 |3384 |1009 |3350 |   1 |   0 |  50 | 4.500000e+00 | 6.000000e+00 |  33.33%
14.20/14.21	c  13.8s|     1 |     0 |   544 |     - |  28M|   0 |  63 |1009 |3380 |1009 |3350 |   1 |   0 |  58 | 4.500000e+00 | 6.000000e+00 |  33.33%
15.79/15.89	c  15.5s|     1 |     0 |   553 |     - |  28M|   0 |  62 |1009 |3367 |1009 |3350 |   1 |   0 |  64 | 4.500000e+00 | 6.000000e+00 |  33.33%
16.89/16.98	c  16.6s|     1 |     0 |   565 |     - |  28M|   0 |  62 |1009 |3355 |1009 |3350 |   1 |   0 |  69 | 4.500000e+00 | 6.000000e+00 |  33.33%
19.70/19.79	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
19.70/19.79	c  19.4s|     1 |     0 |   589 |     - |  28M|   0 |  57 |1009 |3355 |1009 |3350 |   1 |   0 |  81 | 4.500000e+00 | 6.000000e+00 |  33.33%
21.48/21.51	c  21.1s|     1 |     0 |   596 |     - |  28M|   0 |  54 |1009 |3355 |1009 |3350 |   1 |   0 |  90 | 4.500000e+00 | 6.000000e+00 |  33.33%
24.20/24.25	c  23.8s|     1 |     0 |   601 |     - |  28M|   0 |  50 |1009 |3354 |1009 |3350 |   1 |   0 | 102 | 4.500000e+00 | 6.000000e+00 |  33.33%
25.19/25.23	c  24.8s|     1 |     0 |   603 |     - |  28M|   0 |  49 |1009 |3354 |1009 |3350 |   1 |   0 | 106 | 4.500000e+00 | 6.000000e+00 |  33.33%
25.58/25.65	c  25.2s|     1 |     0 |   604 |     - |  28M|   0 |  49 |1009 |3354 |1009 |3350 |   1 |   0 | 107 | 4.500000e+00 | 6.000000e+00 |  33.33%
25.98/26.08	c  25.7s|     1 |     0 |   605 |     - |  28M|   0 |  49 |1009 |3354 |1009 |3350 |   1 |   0 | 108 | 4.500000e+00 | 6.000000e+00 |  33.33%
26.49/26.51	c  26.1s|     1 |     0 |   606 |     - |  28M|   0 |  49 |1009 |3354 |1009 |3350 |   1 |   0 | 109 | 4.500000e+00 | 6.000000e+00 |  33.33%
26.89/26.93	c  26.5s|     1 |     0 |   607 |     - |  28M|   0 |  49 |1009 |3354 |1009 |3350 |   1 |   0 | 110 | 4.500000e+00 | 6.000000e+00 |  33.33%
27.28/27.37	c  27.0s|     1 |     0 |   608 |     - |  28M|   0 |  49 |1009 |3354 |1009 |3350 |   1 |   0 | 111 | 4.500000e+00 | 6.000000e+00 |  33.33%
27.79/27.80	c  27.4s|     1 |     0 |   609 |     - |  28M|   0 |  49 |1009 |3354 |1009 |3350 |   1 |   0 | 112 | 4.500000e+00 | 6.000000e+00 |  33.33%
28.19/28.23	c  27.8s|     1 |     0 |   610 |     - |  28M|   0 |  49 |1009 |3354 |1009 |3350 |   1 |   0 | 113 | 4.500000e+00 | 6.000000e+00 |  33.33%
28.39/28.47	c  28.1s|     1 |     0 |   611 |     - |  28M|   0 |  49 |1009 |3354 |1009 |3350 |   1 |   0 | 114 | 4.500000e+00 | 6.000000e+00 |  33.33%
28.68/28.72	c  28.3s|     1 |     0 |   612 |     - |  28M|   0 |  49 |1009 |3354 |1009 |3350 |   1 |   0 | 115 | 4.500000e+00 | 6.000000e+00 |  33.33%
28.88/28.96	c  28.6s|     1 |     0 |   613 |     - |  28M|   0 |  49 |1009 |3354 |1009 |3350 |   1 |   0 | 116 | 4.500000e+00 | 6.000000e+00 |  33.33%
29.19/29.20	c  28.8s|     1 |     0 |   614 |     - |  28M|   0 |  49 |1009 |3354 |1009 |3350 |   1 |   0 | 117 | 4.500000e+00 | 6.000000e+00 |  33.33%
29.39/29.44	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
29.39/29.44	c  29.0s|     1 |     0 |   615 |     - |  28M|   0 |  49 |1009 |3354 |1009 |3350 |   1 |   0 | 118 | 4.500000e+00 | 6.000000e+00 |  33.33%
29.59/29.68	c  29.3s|     1 |     0 |   616 |     - |  28M|   0 |  49 |1009 |3354 |1009 |3350 |   1 |   0 | 119 | 4.500000e+00 | 6.000000e+00 |  33.33%
29.89/29.92	c  29.5s|     1 |     0 |   617 |     - |  28M|   0 |  49 |1009 |3354 |1009 |3350 |   1 |   0 | 120 | 4.500000e+00 | 6.000000e+00 |  33.33%
30.09/30.16	c  29.8s|     1 |     0 |   618 |     - |  28M|   0 |  49 |1009 |3354 |1009 |3350 |   1 |   0 | 121 | 4.500000e+00 | 6.000000e+00 |  33.33%
30.38/30.40	c  30.0s|     1 |     0 |   619 |     - |  28M|   0 |  49 |1009 |3354 |1009 |3350 |   1 |   0 | 122 | 4.500000e+00 | 6.000000e+00 |  33.33%
30.58/30.64	c  30.2s|     1 |     0 |   620 |     - |  28M|   0 |  49 |1009 |3354 |1009 |3350 |   1 |   0 | 123 | 4.500000e+00 | 6.000000e+00 |  33.33%
30.79/30.88	c  30.5s|     1 |     0 |   621 |     - |  28M|   0 |  49 |1009 |3354 |1009 |3350 |   1 |   0 | 124 | 4.500000e+00 | 6.000000e+00 |  33.33%
31.08/31.14	c  30.7s|     1 |     0 |   622 |     - |  28M|   0 |  49 |1009 |3354 |1009 |3350 |   1 |   0 | 125 | 4.500000e+00 | 6.000000e+00 |  33.33%
31.28/31.36	c  31.0s|     1 |     0 |   623 |     - |  28M|   0 |  49 |1009 |3354 |1009 |3350 |   1 |   0 | 126 | 4.500000e+00 | 6.000000e+00 |  33.33%
31.68/31.71	c  31.3s|     1 |     2 |   623 |     - |  28M|   0 |  49 |1009 |3354 |1009 |3350 |   1 |   0 | 127 | 4.500000e+00 | 6.000000e+00 |  33.33%
31.68/31.71	c (run 1, node 1) restarting after 94 global fixings of integer variables
31.68/31.71	c 
31.68/31.71	c (restart) converted 1 cuts from the global cut pool into linear constraints
31.68/31.71	c 
31.68/31.77	c presolving:
31.68/31.78	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
31.79/31.82	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
31.79/31.85	c presolving (3 rounds):
31.79/31.85	c  94 deleted vars, 245 deleted constraints, 0 tightened bounds, 0 added holes, 0 changed sides, 9 changed coefficients
31.79/31.85	c  0 implications, 0 cliques
31.79/31.85	c presolved problem has 915 variables (915 bin, 0 int, 0 impl, 0 cont) and 3110 constraints
31.79/31.85	c    3110 constraints of type <logicor>
31.79/31.85	c transformed objective value is always integral (scale: 1)
31.79/31.85	c Presolving Time: 0.99
31.79/31.85	c 
31.99/32.01	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
31.99/32.01	c  31.6s|     1 |     0 |   794 |     - |  25M|   0 |  48 | 915 |3110 | 915 |3110 |   0 |   0 | 127 | 4.500000e+00 | 6.000000e+00 |  33.33%
36.78/36.88	c  36.5s|     1 |     0 |   815 |     - |  25M|   0 |  44 | 915 |3110 | 915 |3110 |   0 |   0 | 155 | 4.500000e+00 | 6.000000e+00 |  33.33%
37.48/37.56	c  37.2s|     1 |     0 |   832 |     - |  25M|   0 |  44 | 915 |3110 | 915 |3110 |   0 |   0 | 163 | 4.500000e+00 | 6.000000e+00 |  33.33%
38.49/38.59	c  38.2s|     1 |     0 |   844 |     - |  25M|   0 |  44 | 915 |3110 | 915 |3110 |   0 |   0 | 172 | 4.500000e+00 | 6.000000e+00 |  33.33%
39.78/39.82	c  39.4s|     1 |     0 |   853 |     - |  25M|   0 |  45 | 915 |3110 | 915 |3110 |   0 |   0 | 184 | 4.500000e+00 | 6.000000e+00 |  33.33%
40.38/40.49	c  40.1s|     1 |     0 |   863 |     - |  25M|   0 |  43 | 915 |3110 | 915 |3110 |   0 |   0 | 189 | 4.500000e+00 | 6.000000e+00 |  33.33%
41.28/41.31	c  40.9s|     1 |     0 |   873 |     - |  25M|   0 |  41 | 915 |3110 | 915 |3110 |   0 |   0 | 197 | 4.500000e+00 | 6.000000e+00 |  33.33%
41.79/41.82	c  41.4s|     1 |     0 |   881 |     - |  25M|   0 |  41 | 915 |3110 | 915 |3110 |   0 |   0 | 202 | 4.500000e+00 | 6.000000e+00 |  33.33%
41.88/41.94	c  41.5s|     1 |     0 |   885 |     - |  25M|   0 |  41 | 915 |3110 | 915 |3110 |   0 |   0 | 204 | 4.500000e+00 | 6.000000e+00 |  33.33%
42.08/42.12	c  41.7s|     1 |     0 |   887 |     - |  25M|   0 |  41 | 915 |3110 | 915 |3110 |   0 |   0 | 206 | 4.500000e+00 | 6.000000e+00 |  33.33%
42.28/42.36	c  42.0s|     1 |     0 |   888 |     - |  25M|   0 |  41 | 915 |3110 | 915 |3110 |   0 |   0 | 208 | 4.500000e+00 | 6.000000e+00 |  33.33%
42.38/42.42	c  42.0s|     1 |     2 |   888 |     - |  25M|   0 |  41 | 915 |3110 | 915 |3110 |   0 |   0 | 209 | 4.500000e+00 | 6.000000e+00 |  33.33%
45.28/45.38	c  45.0s| 10000 |   728 |   888 |   0.0 |  26M| 800 |   - | 915 |3113 |   0 |   0 |   0 |4101 | 209 | 4.500000e+00 | 6.000000e+00 |  33.33%
48.78/48.82	c  48.4s| 20000 |   689 |   888 |   0.0 |  26M| 800 |   - | 915 |3111 |   0 |   0 |   0 |8557 | 209 | 4.500000e+00 | 6.000000e+00 |  33.33%
52.28/52.33	c  51.9s| 30000 |   680 |   888 |   0.0 |  26M| 800 |   - | 915 |3110 |   0 |   0 |   0 |  12k| 209 | 4.500000e+00 | 6.000000e+00 |  33.33%
56.78/56.86	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
56.78/56.86	c  56.5s| 40000 |   665 |   888 |   0.0 |  26M| 800 |   - | 915 |3112 |   0 |   0 |   0 |  17k| 209 | 4.500000e+00 | 6.000000e+00 |  33.33%
61.28/61.31	c  60.9s| 50000 |   652 |   888 |   0.0 |  26M| 800 |   - | 915 |3113 |   0 |   0 |   0 |  22k| 209 | 4.500000e+00 | 6.000000e+00 |  33.33%
65.88/65.92	c  65.5s| 60000 |   660 |   888 |   0.0 |  26M| 800 |   - | 915 |3113 |   0 |   0 |   0 |  26k| 209 | 4.500000e+00 | 6.000000e+00 |  33.33%
70.67/70.75	c  70.3s| 70000 |   648 |   888 |   0.0 |  26M| 800 |   - | 915 |3116 |   0 |   0 |   0 |  31k| 209 | 4.500000e+00 | 6.000000e+00 |  33.33%
76.17/76.25	c  75.8s| 80000 |   653 |   888 |   0.0 |  26M| 800 |   - | 915 |3116 |   0 |   0 |   0 |  36k| 209 | 4.500000e+00 | 6.000000e+00 |  33.33%
81.17/81.20	c  80.8s| 90000 |   663 |   888 |   0.0 |  26M| 800 |   - | 915 |3116 |   0 |   0 |   0 |  40k| 209 | 4.500000e+00 | 6.000000e+00 |  33.33%
85.68/85.75	c  85.3s|100000 |   647 |   888 |   0.0 |  26M| 800 |   - | 915 |3110 |   0 |   0 |   0 |  45k| 209 | 4.500000e+00 | 6.000000e+00 |  33.33%
91.07/91.15	c  90.7s|110000 |   628 |   888 |   0.0 |  26M| 800 |   - | 915 |3113 |   0 |   0 |   0 |  50k| 209 | 4.500000e+00 | 6.000000e+00 |  33.33%
96.17/96.26	c  95.9s|120000 |   623 |   888 |   0.0 |  26M| 800 |   - | 915 |3111 |   0 |   0 |   0 |  55k| 209 | 4.500000e+00 | 6.000000e+00 |  33.33%
101.47/101.58	c   101s|130000 |   617 |   888 |   0.0 |  26M| 800 |   - | 915 |3110 |   0 |   0 |   0 |  60k| 209 | 4.500000e+00 | 6.000000e+00 |  33.33%
106.96/107.03	c   107s|140000 |   618 |   888 |   0.0 |  26M| 800 |   - | 915 |3112 |   0 |   0 |   0 |  66k| 209 | 4.500000e+00 | 6.000000e+00 |  33.33%
112.46/112.54	c   112s|150000 |   603 |   888 |   0.0 |  26M| 800 |   - | 915 |3111 |   0 |   0 |   0 |  71k| 209 | 4.500000e+00 | 6.000000e+00 |  33.33%
117.76/117.86	c   117s|160000 |   622 |   888 |   0.0 |  26M| 800 |   - | 915 |3113 |   0 |   0 |   0 |  76k| 209 | 4.500000e+00 | 6.000000e+00 |  33.33%
123.96/124.01	c   124s|170000 |   595 |   888 |   0.0 |  26M| 800 |   - | 915 |3110 |   0 |   0 |   0 |  82k| 209 | 4.500000e+00 | 6.000000e+00 |  33.33%
129.67/129.72	c   129s|180000 |   605 |   888 |   0.0 |  26M| 800 |   - | 915 |3117 |   0 |   0 |   0 |  87k| 209 | 4.500000e+00 | 6.000000e+00 |  33.33%
134.96/135.07	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
134.96/135.07	c   135s|190000 |   588 |   888 |   0.0 |  26M| 800 |   - | 915 |3118 |   0 |   0 |   0 |  92k| 209 | 4.500000e+00 | 6.000000e+00 |  33.33%
140.76/140.87	c   140s|200000 |   597 |   888 |   0.0 |  26M| 800 |   - | 915 |3111 |   0 |   0 |   0 |  97k| 209 | 4.500000e+00 | 6.000000e+00 |  33.33%
147.05/147.12	c   147s|210000 |   596 |   888 |   0.0 |  26M| 800 |   - | 915 |3112 |   0 |   0 |   0 | 103k| 209 | 4.500000e+00 | 6.000000e+00 |  33.33%
153.75/153.88	c   153s|220000 |   597 |   888 |   0.0 |  26M| 800 |   - | 915 |3111 |   0 |   0 |   0 | 108k| 209 | 4.500000e+00 | 6.000000e+00 |  33.33%
160.75/160.87	c   160s|230000 |   581 |   888 |   0.0 |  26M| 800 |   - | 915 |3120 |   0 |   0 |   0 | 114k| 209 | 4.500000e+00 | 6.000000e+00 |  33.33%
167.75/167.81	c   167s|240000 |   570 |   888 |   0.0 |  26M| 800 |   - | 915 |3116 |   0 |   0 |   0 | 119k| 209 | 4.500000e+00 | 6.000000e+00 |  33.33%
174.45/174.50	c   174s|250000 |   561 |   888 |   0.0 |  26M| 800 |   - | 915 |3111 |   0 |   0 |   0 | 124k| 209 | 4.500000e+00 | 6.000000e+00 |  33.33%
180.85/180.91	c   181s|260000 |   574 |   888 |   0.0 |  26M| 800 |   - | 915 |3110 |   0 |   0 |   0 | 129k| 209 | 4.500000e+00 | 6.000000e+00 |  33.33%
187.95/188.07	c   188s|270000 |   547 |   888 |   0.0 |  26M| 800 |   - | 915 |3121 |   0 |   0 |   0 | 135k| 209 | 4.500000e+00 | 6.000000e+00 |  33.33%
194.94/195.00	c   195s|280000 |   549 |   888 |   0.0 |  26M| 800 |   - | 915 |3116 |   0 |   0 |   0 | 140k| 209 | 4.500000e+00 | 6.000000e+00 |  33.33%
202.04/202.15	c   202s|290000 |   541 |   888 |   0.0 |  26M| 800 |   - | 915 |3110 |   0 |   0 |   0 | 146k| 209 | 4.500000e+00 | 6.000000e+00 |  33.33%
209.64/209.78	c   209s|300000 |   524 |   888 |   0.0 |  26M| 800 |   - | 915 |3110 |   0 |   0 |   0 | 151k| 209 | 4.500000e+00 | 6.000000e+00 |  33.33%
216.84/216.95	c   217s|310000 |   528 |   888 |   0.0 |  26M| 800 |   - | 915 |3110 |   0 |   0 |   0 | 156k| 209 | 4.500000e+00 | 6.000000e+00 |  33.33%
224.43/224.56	c   224s|320000 |   519 |   888 |   0.0 |  26M| 800 |   - | 915 |3116 |   0 |   0 |   0 | 162k| 209 | 4.500000e+00 | 6.000000e+00 |  33.33%
231.33/231.47	c   231s|330000 |   519 |   888 |   0.0 |  26M| 800 |   - | 915 |3116 |   0 |   0 |   0 | 167k| 209 | 4.500000e+00 | 6.000000e+00 |  33.33%
238.73/238.82	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
238.73/238.82	c   238s|340000 |   507 |   888 |   0.0 |  26M| 800 |   - | 915 |3112 |   0 |   0 |   0 | 173k| 209 | 4.500000e+00 | 6.000000e+00 |  33.33%
245.93/246.03	c   246s|350000 |   510 |   888 |   0.0 |  26M| 800 |   - | 915 |3112 |   0 |   0 |   0 | 179k| 209 | 4.500000e+00 | 6.000000e+00 |  33.33%
252.63/252.76	c   252s|360000 |   505 |   888 |   0.0 |  26M| 800 |   - | 915 |3112 |   0 |   0 |   0 | 184k| 209 | 4.500000e+00 | 6.000000e+00 |  33.33%
259.43/259.57	c   259s|370000 |   506 |   888 |   0.0 |  26M| 800 |   - | 915 |3110 |   0 |   0 |   0 | 189k| 209 | 4.500000e+00 | 6.000000e+00 |  33.33%
266.92/267.07	c   267s|380000 |   503 |   888 |   0.0 |  26M| 800 |   - | 915 |3110 |   0 |   0 |   0 | 195k| 209 | 4.500000e+00 | 6.000000e+00 |  33.33%
274.22/274.39	c   274s|390000 |   486 |   888 |   0.0 |  26M| 800 |   - | 915 |3115 |   0 |   0 |   0 | 200k| 209 | 4.500000e+00 | 6.000000e+00 |  33.33%
282.32/282.48	c   282s|400000 |   482 |   888 |   0.0 |  26M| 800 |   - | 915 |3115 |   0 |   0 |   0 | 206k| 209 | 4.500000e+00 | 6.000000e+00 |  33.33%
289.82/289.93	c   290s|410000 |   479 |   888 |   0.0 |  26M| 800 |   - | 915 |3117 |   0 |   0 |   0 | 211k| 209 | 4.500000e+00 | 6.000000e+00 |  33.33%
297.01/297.13	c   297s|420000 |   490 |   888 |   0.0 |  26M| 800 |   - | 915 |3117 |   0 |   0 |   0 | 216k| 209 | 4.500000e+00 | 6.000000e+00 |  33.33%
304.31/304.45	c   304s|430000 |   494 |   888 |   0.0 |  26M| 800 |   - | 915 |3114 |   0 |   0 |   0 | 221k| 209 | 4.500000e+00 | 6.000000e+00 |  33.33%
312.11/312.23	c   312s|440000 |   472 |   888 |   0.0 |  26M| 800 |   - | 915 |3114 |   0 |   0 |   0 | 227k| 209 | 4.500000e+00 | 6.000000e+00 |  33.33%
319.81/319.96	c   320s|450000 |   454 |   888 |   0.0 |  26M| 800 |   - | 915 |3116 |   0 |   0 |   0 | 232k| 209 | 4.500000e+00 | 6.000000e+00 |  33.33%
328.21/328.32	c   328s|460000 |   514 |   888 |   0.0 |  26M| 800 |   - | 915 |3139 |   0 |   0 |   0 | 238k| 209 | 4.500000e+00 | 6.000000e+00 |  33.33%
336.10/336.27	c   336s|470000 |   456 |   888 |   0.0 |  26M| 800 |   - | 915 |3110 |   0 |   0 |   0 | 243k| 209 | 4.500000e+00 | 6.000000e+00 |  33.33%
343.30/343.40	c   343s|480000 |   448 |   888 |   0.0 |  26M| 800 |   - | 915 |3118 |   0 |   0 |   0 | 248k| 209 | 4.500000e+00 | 6.000000e+00 |  33.33%
351.20/351.30	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
351.20/351.30	c   351s|490000 |   463 |   888 |   0.0 |  26M| 800 |   - | 915 |3117 |   0 |   0 |   0 | 254k| 209 | 4.500000e+00 | 6.000000e+00 |  33.33%
359.50/359.70	c   359s|500000 |   447 |   888 |   0.0 |  26M| 800 |   - | 915 |3118 |   0 |   0 |   0 | 259k| 209 | 4.500000e+00 | 6.000000e+00 |  33.33%
367.20/367.37	c   367s|510000 |   454 |   888 |   0.0 |  26M| 800 |   - | 915 |3118 |   0 |   0 |   0 | 265k| 209 | 4.500000e+00 | 6.000000e+00 |  33.33%
374.39/374.57	c   374s|520000 |   451 |   888 |   0.0 |  26M| 800 |   - | 915 |3114 |   0 |   0 |   0 | 270k| 209 | 4.500000e+00 | 6.000000e+00 |  33.33%
382.09/382.28	c   382s|530000 |   462 |   888 |   0.0 |  26M| 800 |   - | 915 |3114 |   0 |   0 |   0 | 275k| 209 | 4.500000e+00 | 6.000000e+00 |  33.33%
389.59/389.79	c   389s|540000 |   439 |   888 |   0.0 |  26M| 800 |   - | 915 |3112 |   0 |   0 |   0 | 280k| 209 | 4.500000e+00 | 6.000000e+00 |  33.33%
398.79/398.91	c   399s|550000 |   436 |   888 |   0.0 |  26M| 800 |   - | 915 |3115 |   0 |   0 |   0 | 285k| 209 | 4.500000e+00 | 6.000000e+00 |  33.33%
407.98/408.16	c   408s|560000 |   429 |   888 |   0.0 |  26M| 800 |   - | 915 |3116 |   0 |   0 |   0 | 290k| 209 | 4.500000e+00 | 6.000000e+00 |  33.33%
418.17/418.33	c   418s|570000 |   441 |   888 |   0.0 |  26M| 800 |   - | 915 |3111 |   0 |   0 |   0 | 295k| 209 | 4.500000e+00 | 6.000000e+00 |  33.33%
427.97/428.13	c   428s|580000 |   430 |   888 |   0.0 |  26M| 800 |   - | 915 |3118 |   0 |   0 |   0 | 301k| 209 | 4.500000e+00 | 6.000000e+00 |  33.33%
436.47/436.67	c   436s|590000 |   452 |   888 |   0.0 |  26M| 800 |   - | 915 |3110 |   0 |   0 |   0 | 306k| 209 | 4.500000e+00 | 6.000000e+00 |  33.33%
445.76/445.94	c   446s|600000 |   416 |   888 |   0.0 |  26M| 800 |   - | 915 |3118 |   0 |   0 |   0 | 311k| 209 | 4.500000e+00 | 6.000000e+00 |  33.33%
454.76/454.94	c   455s|610000 |   424 |   888 |   0.0 |  26M| 800 |   - | 915 |3113 |   0 |   0 |   0 | 316k| 209 | 4.500000e+00 | 6.000000e+00 |  33.33%
464.46/464.61	c   464s|620000 |   445 |   888 |   0.0 |  26M| 800 |   - | 915 |3112 |   0 |   0 |   0 | 321k| 209 | 4.500000e+00 | 6.000000e+00 |  33.33%
474.05/474.28	c   474s|630000 |   422 |   888 |   0.0 |  26M| 800 |   - | 915 |3110 |   0 |   0 |   0 | 326k| 209 | 4.500000e+00 | 6.000000e+00 |  33.33%
483.65/483.81	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
483.65/483.81	c   483s|640000 |   448 |   888 |   0.0 |  26M| 800 |   - | 915 |3111 |   0 |   0 |   0 | 331k| 209 | 4.500000e+00 | 6.000000e+00 |  33.33%
492.75/492.99	c   493s|650000 |   441 |   888 |   0.0 |  26M| 800 |   - | 915 |3112 |   0 |   0 |   0 | 335k| 209 | 4.500000e+00 | 6.000000e+00 |  33.33%
503.04/503.24	c   503s|660000 |   421 |   888 |   0.0 |  26M| 800 |   - | 915 |3153 |   0 |   0 |   0 | 341k| 209 | 4.500000e+00 | 6.000000e+00 |  33.33%
512.14/512.34	c   512s|670000 |   417 |   888 |   0.0 |  26M| 800 |   - | 915 |3111 |   0 |   0 |   0 | 345k| 209 | 4.500000e+00 | 6.000000e+00 |  33.33%
521.25/521.47	c   521s|680000 |   411 |   888 |   0.0 |  26M| 800 |   - | 915 |3112 |   0 |   0 |   0 | 350k| 209 | 4.500000e+00 | 6.000000e+00 |  33.33%
530.34/530.58	c   530s|690000 |   431 |   888 |   0.0 |  26M| 800 |   - | 915 |3111 |   0 |   0 |   0 | 355k| 209 | 4.500000e+00 | 6.000000e+00 |  33.33%
539.64/539.80	c   539s|700000 |   417 |   888 |   0.0 |  26M| 800 |   - | 915 |3111 |   0 |   0 |   0 | 359k| 209 | 4.500000e+00 | 6.000000e+00 |  33.33%
549.03/549.22	c   549s|710000 |   401 |   888 |   0.0 |  26M| 800 |   - | 915 |3113 |   0 |   0 |   0 | 364k| 209 | 4.500000e+00 | 6.000000e+00 |  33.33%
558.54/558.76	c   558s|720000 |   400 |   888 |   0.0 |  26M| 800 |   - | 915 |3110 |   0 |   0 |   0 | 369k| 209 | 4.500000e+00 | 6.000000e+00 |  33.33%
568.23/568.47	c   568s|730000 |   418 |   888 |   0.0 |  26M| 800 |   - | 915 |3119 |   0 |   0 |   0 | 374k| 209 | 4.500000e+00 | 6.000000e+00 |  33.33%
577.72/577.98	c   578s|740000 |   390 |   888 |   0.0 |  26M| 800 |   - | 915 |3113 |   0 |   0 |   0 | 379k| 209 | 4.500000e+00 | 6.000000e+00 |  33.33%
587.82/588.06	c   588s|750000 |   384 |   888 |   0.0 |  26M| 800 |   - | 915 |3116 |   0 |   0 |   0 | 384k| 209 | 4.500000e+00 | 6.000000e+00 |  33.33%
597.22/597.47	c   597s|760000 |   441 |   888 |   0.0 |  26M| 800 |   - | 915 |3114 |   0 |   0 |   0 | 389k| 209 | 4.500000e+00 | 6.000000e+00 |  33.33%
607.02/607.27	c   607s|770000 |   417 |   888 |   0.0 |  26M| 800 |   - | 915 |3110 |   0 |   0 |   0 | 393k| 209 | 4.500000e+00 | 6.000000e+00 |  33.33%
617.01/617.27	c   617s|780000 |   387 |   888 |   0.0 |  26M| 800 |   - | 915 |3123 |   0 |   0 |   0 | 399k| 209 | 4.500000e+00 | 6.000000e+00 |  33.33%
626.91/627.11	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
626.91/627.11	c   627s|790000 |   385 |   888 |   0.0 |  26M| 800 |   - | 915 |3118 |   0 |   0 |   0 | 403k| 209 | 4.500000e+00 | 6.000000e+00 |  33.33%
636.81/637.02	c   637s|800000 |   403 |   888 |   0.0 |  26M| 800 |   - | 915 |3110 |   0 |   0 |   0 | 408k| 209 | 4.500000e+00 | 6.000000e+00 |  33.33%
646.61/646.85	c   646s|810000 |   411 |   888 |   0.0 |  26M| 800 |   - | 915 |3113 |   0 |   0 |   0 | 413k| 209 | 4.500000e+00 | 6.000000e+00 |  33.33%
656.51/656.76	c   656s|820000 |   377 |   888 |   0.0 |  26M| 800 |   - | 915 |3119 |   0 |   0 |   0 | 418k| 209 | 4.500000e+00 | 6.000000e+00 |  33.33%
666.90/667.18	c   667s|830000 |   390 |   888 |   0.0 |  26M| 800 |   - | 915 |3110 |   0 |   0 |   0 | 423k| 209 | 4.500000e+00 | 6.000000e+00 |  33.33%
676.80/677.10	c   677s|840000 |   376 |   888 |   0.0 |  26M| 800 |   - | 915 |3110 |   0 |   0 |   0 | 428k| 209 | 4.500000e+00 | 6.000000e+00 |  33.33%
687.00/687.21	c   687s|850000 |   373 |   888 |   0.0 |  26M| 800 |   - | 915 |3115 |   0 |   0 |   0 | 433k| 209 | 4.500000e+00 | 6.000000e+00 |  33.33%
696.99/697.26	c   697s|860000 |   414 |   888 |   0.0 |  26M| 800 |   - | 915 |3111 |   0 |   0 |   0 | 438k| 209 | 4.500000e+00 | 6.000000e+00 |  33.33%
707.39/707.61	c   707s|870000 |   378 |   888 |   0.0 |  26M| 800 |   - | 915 |3117 |   0 |   0 |   0 | 442k| 209 | 4.500000e+00 | 6.000000e+00 |  33.33%
718.09/718.38	c   718s|880000 |   371 |   888 |   0.0 |  26M| 800 |   - | 915 |3115 |   0 |   0 |   0 | 447k| 209 | 4.500000e+00 | 6.000000e+00 |  33.33%
729.18/729.41	c   729s|890000 |   354 |   888 |   0.0 |  26M| 800 |   - | 915 |3116 |   0 |   0 |   0 | 452k| 209 | 4.500000e+00 | 6.000000e+00 |  33.33%
739.78/740.03	c   740s|900000 |   378 |   888 |   0.0 |  26M| 800 |   - | 915 |3112 |   0 |   0 |   0 | 457k| 209 | 4.500000e+00 | 6.000000e+00 |  33.33%
750.78/751.02	c   751s|910000 |   363 |   888 |   0.0 |  26M| 800 |   - | 915 |3111 |   0 |   0 |   0 | 462k| 209 | 4.500000e+00 | 6.000000e+00 |  33.33%
761.98/762.25	c   762s|920000 |   415 |   888 |   0.0 |  26M| 800 |   - | 915 |3118 |   0 |   0 |   0 | 467k| 209 | 4.500000e+00 | 6.000000e+00 |  33.33%
773.17/773.43	c   773s|930000 |   367 |   888 |   0.0 |  26M| 800 |   - | 915 |3112 |   0 |   0 |   0 | 472k| 209 | 4.500000e+00 | 6.000000e+00 |  33.33%
783.98/784.22	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
783.98/784.22	c   784s|940000 |   356 |   888 |   0.0 |  26M| 800 |   - | 915 |3112 |   0 |   0 |   0 | 476k| 209 | 4.500000e+00 | 6.000000e+00 |  33.33%
794.87/795.12	c   795s|950000 |   376 |   888 |   0.0 |  26M| 800 |   - | 915 |3111 |   0 |   0 |   0 | 481k| 209 | 4.500000e+00 | 6.000000e+00 |  33.33%
806.46/806.76	c   806s|960000 |   371 |   888 |   0.0 |  26M| 800 |   - | 915 |3113 |   0 |   0 |   0 | 486k| 209 | 4.500000e+00 | 6.000000e+00 |  33.33%
818.07/818.32	c   818s|970000 |   352 |   888 |   0.0 |  26M| 800 |   - | 915 |3122 |   0 |   0 |   0 | 491k| 209 | 4.500000e+00 | 6.000000e+00 |  33.33%
829.36/829.62	c   829s|980000 |   380 |   888 |   0.0 |  26M| 800 |   - | 915 |3115 |   0 |   0 |   0 | 496k| 209 | 4.500000e+00 | 6.000000e+00 |  33.33%
841.26/841.53	c   841s|990000 |   358 |   888 |   0.0 |  26M| 800 |   - | 915 |3120 |   0 |   0 |   0 | 501k| 209 | 4.500000e+00 | 6.000000e+00 |  33.33%
852.95/853.27	c   853s|  1000k|   382 |   888 |   0.0 |  26M| 800 |   - | 915 |3115 |   0 |   0 |   0 | 506k| 209 | 4.500000e+00 | 6.000000e+00 |  33.33%
864.26/864.58	c   864s|  1010k|   336 |   888 |   0.0 |  26M| 800 |   - | 915 |3111 |   0 |   0 |   0 | 510k| 209 | 4.500000e+00 | 6.000000e+00 |  33.33%
876.24/876.52	c   876s|  1020k|   350 |   888 |   0.0 |  26M| 800 |   - | 915 |3110 |   0 |   0 |   0 | 515k| 209 | 4.500000e+00 | 6.000000e+00 |  33.33%
887.94/888.27	c   888s|  1030k|   347 |   888 |   0.0 |  26M| 800 |   - | 915 |3114 |   0 |   0 |   0 | 520k| 209 | 4.500000e+00 | 6.000000e+00 |  33.33%
900.44/900.77	c   900s|  1040k|   340 |   888 |   0.0 |  26M| 800 |   - | 915 |3115 |   0 |   0 |   0 | 525k| 209 | 4.500000e+00 | 6.000000e+00 |  33.33%
913.04/913.30	c   913s|  1050k|   339 |   888 |   0.0 |  26M| 800 |   - | 915 |3111 |   0 |   0 |   0 | 530k| 209 | 4.500000e+00 | 6.000000e+00 |  33.33%
925.33/925.67	c   925s|  1060k|   332 |   888 |   0.0 |  26M| 800 |   - | 915 |3112 |   0 |   0 |   0 | 535k| 209 | 4.500000e+00 | 6.000000e+00 |  33.33%
937.53/937.82	c   937s|  1070k|   351 |   888 |   0.0 |  26M| 800 |   - | 915 |3116 |   0 |   0 |   0 | 540k| 209 | 4.500000e+00 | 6.000000e+00 |  33.33%
949.92/950.20	c   950s|  1080k|   324 |   888 |   0.0 |  26M| 800 |   - | 915 |3121 |   0 |   0 |   0 | 545k| 209 | 4.500000e+00 | 6.000000e+00 |  33.33%
962.13/962.41	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
962.13/962.41	c   962s|  1090k|   322 |   888 |   0.0 |  26M| 800 |   - | 915 |3118 |   0 |   0 |   0 | 550k| 209 | 4.500000e+00 | 6.000000e+00 |  33.33%
974.62/974.97	c   975s|  1100k|   335 |   888 |   0.0 |  26M| 800 |   - | 915 |3111 |   0 |   0 |   0 | 555k| 209 | 4.500000e+00 | 6.000000e+00 |  33.33%
987.52/987.86	c   987s|  1110k|   324 |   888 |   0.0 |  26M| 800 |   - | 915 |3115 |   0 |   0 |   0 | 560k| 209 | 4.500000e+00 | 6.000000e+00 |  33.33%
1000.11/1000.47	c  1000s|  1120k|   359 |   888 |   0.0 |  26M| 800 |   - | 915 |3116 |   0 |   0 |   0 | 566k| 209 | 4.500000e+00 | 6.000000e+00 |  33.33%
1013.41/1013.74	c  1013s|  1130k|   308 |   888 |   0.0 |  26M| 800 |   - | 915 |3112 |   0 |   0 |   0 | 571k| 209 | 4.500000e+00 | 6.000000e+00 |  33.33%
1025.71/1026.08	c  1026s|  1140k|   317 |   888 |   0.0 |  26M| 800 |   - | 915 |3113 |   0 |   0 |   0 | 576k| 209 | 4.500000e+00 | 6.000000e+00 |  33.33%
1038.40/1038.78	c  1038s|  1150k|   330 |   888 |   0.0 |  26M| 800 |   - | 915 |3110 |   0 |   0 |   0 | 581k| 209 | 4.500000e+00 | 6.000000e+00 |  33.33%
1051.31/1051.66	c  1051s|  1160k|   307 |   888 |   0.0 |  26M| 800 |   - | 915 |3114 |   0 |   0 |   0 | 586k| 209 | 4.500000e+00 | 6.000000e+00 |  33.33%
1064.79/1065.14	c  1065s|  1170k|   308 |   888 |   0.0 |  26M| 800 |   - | 915 |3111 |   0 |   0 |   0 | 591k| 209 | 4.500000e+00 | 6.000000e+00 |  33.33%
1078.09/1078.49	c  1078s|  1180k|   302 |   888 |   0.0 |  26M| 800 |   - | 915 |3110 |   0 |   0 |   0 | 596k| 209 | 4.500000e+00 | 6.000000e+00 |  33.33%
1090.99/1091.36	c  1091s|  1190k|   293 |   888 |   0.0 |  26M| 800 |   - | 915 |3112 |   0 |   0 |   0 | 600k| 209 | 4.500000e+00 | 6.000000e+00 |  33.33%
1104.38/1104.76	c  1104s|  1200k|   310 |   888 |   0.0 |  26M| 800 |   - | 915 |3111 |   0 |   0 |   0 | 605k| 209 | 4.500000e+00 | 6.000000e+00 |  33.33%
1117.98/1118.37	c  1118s|  1210k|   313 |   888 |   0.0 |  26M| 800 |   - | 915 |3115 |   0 |   0 |   0 | 610k| 209 | 4.500000e+00 | 6.000000e+00 |  33.33%
1132.08/1132.45	c  1132s|  1220k|   291 |   888 |   0.0 |  26M| 800 |   - | 915 |3114 |   0 |   0 |   0 | 616k| 209 | 4.500000e+00 | 6.000000e+00 |  33.33%
1146.17/1146.58	c  1146s|  1230k|   294 |   888 |   0.0 |  26M| 800 |   - | 915 |3119 |   0 |   0 |   0 | 621k| 209 | 4.500000e+00 | 6.000000e+00 |  33.33%
1159.87/1160.27	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1159.87/1160.27	c  1160s|  1240k|   298 |   888 |   0.0 |  26M| 800 |   - | 915 |3118 |   0 |   0 |   0 | 625k| 209 | 4.500000e+00 | 6.000000e+00 |  33.33%
1174.07/1174.42	c  1174s|  1250k|   283 |   888 |   0.0 |  26M| 800 |   - | 915 |3118 |   0 |   0 |   0 | 631k| 209 | 4.500000e+00 | 6.000000e+00 |  33.33%
1188.57/1188.90	c  1188s|  1260k|   286 |   888 |   0.0 |  26M| 800 |   - | 915 |3113 |   0 |   0 |   0 | 636k| 209 | 4.500000e+00 | 6.000000e+00 |  33.33%
1202.67/1203.04	c  1203s|  1270k|   280 |   888 |   0.0 |  26M| 800 |   - | 915 |3115 |   0 |   0 |   0 | 641k| 209 | 4.500000e+00 | 6.000000e+00 |  33.33%
1217.27/1217.61	c  1217s|  1280k|   268 |   888 |   0.0 |  26M| 800 |   - | 915 |3111 |   0 |   0 |   0 | 646k| 209 | 4.500000e+00 | 6.000000e+00 |  33.33%
1231.86/1232.20	c  1232s|  1290k|   279 |   888 |   0.0 |  26M| 800 |   - | 915 |3114 |   0 |   0 |   0 | 650k| 209 | 4.500000e+00 | 6.000000e+00 |  33.33%
1246.75/1247.10	c  1247s|  1300k|   275 |   888 |   0.0 |  26M| 800 |   - | 915 |3111 |   0 |   0 |   0 | 655k| 209 | 4.500000e+00 | 6.000000e+00 |  33.33%
1261.45/1261.86	c  1261s|  1310k|   279 |   888 |   0.0 |  26M| 800 |   - | 915 |3118 |   0 |   0 |   0 | 660k| 209 | 4.500000e+00 | 6.000000e+00 |  33.33%
1275.95/1276.31	c  1276s|  1320k|   261 |   888 |   0.0 |  26M| 800 |   - | 915 |3112 |   0 |   0 |   0 | 665k| 209 | 4.500000e+00 | 6.000000e+00 |  33.33%
1290.95/1291.36	c  1291s|  1330k|   265 |   888 |   0.0 |  26M| 800 |   - | 915 |3115 |   0 |   0 |   0 | 670k| 209 | 4.500000e+00 | 6.000000e+00 |  33.33%
1306.35/1306.74	c  1306s|  1340k|   278 |   888 |   0.0 |  26M| 800 |   - | 915 |3119 |   0 |   0 |   0 | 675k| 209 | 4.500000e+00 | 6.000000e+00 |  33.33%
1320.44/1320.84	c  1320s|  1350k|   273 |   888 |   0.0 |  26M| 800 |   - | 915 |3114 |   0 |   0 |   0 | 680k| 209 | 4.500000e+00 | 6.000000e+00 |  33.33%
1335.83/1336.27	c  1336s|  1360k|   252 |   888 |   0.0 |  26M| 800 |   - | 915 |3116 |   0 |   0 |   0 | 685k| 209 | 4.500000e+00 | 6.000000e+00 |  33.33%
1350.43/1350.85	c  1350s|  1370k|   259 |   888 |   0.0 |  26M| 800 |   - | 915 |3110 |   0 |   0 |   0 | 690k| 209 | 4.500000e+00 | 6.000000e+00 |  33.33%
1365.62/1366.00	c  1366s|  1380k|   245 |   888 |   0.0 |  26M| 800 |   - | 915 |3118 |   0 |   0 |   0 | 695k| 209 | 4.500000e+00 | 6.000000e+00 |  33.33%
1380.52/1380.98	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1380.52/1380.98	c  1381s|  1390k|   245 |   888 |   0.0 |  26M| 800 |   - | 915 |3116 |   0 |   0 |   0 | 700k| 209 | 4.500000e+00 | 6.000000e+00 |  33.33%
1395.71/1396.18	c  1396s|  1400k|   238 |   888 |   0.0 |  26M| 800 |   - | 915 |3118 |   0 |   0 |   0 | 704k| 209 | 4.500000e+00 | 6.000000e+00 |  33.33%
1410.92/1411.31	c  1411s|  1410k|   237 |   888 |   0.0 |  26M| 800 |   - | 915 |3115 |   0 |   0 |   0 | 709k| 209 | 4.500000e+00 | 6.000000e+00 |  33.33%
1425.91/1426.32	c  1426s|  1420k|   236 |   888 |   0.0 |  26M| 800 |   - | 915 |3110 |   0 |   0 |   0 | 714k| 209 | 4.500000e+00 | 6.000000e+00 |  33.33%
1440.90/1441.38	c  1441s|  1430k|   239 |   888 |   0.0 |  26M| 800 |   - | 915 |3111 |   0 |   0 |   0 | 719k| 209 | 4.500000e+00 | 6.000000e+00 |  33.33%
1457.11/1457.54	c  1457s|  1440k|   240 |   888 |   0.0 |  26M| 800 |   - | 915 |3124 |   0 |   0 |   0 | 724k| 209 | 4.500000e+00 | 6.000000e+00 |  33.33%
1473.29/1473.78	c  1473s|  1450k|   267 |   888 |   0.0 |  26M| 800 |   - | 915 |3112 |   0 |   0 |   0 | 729k| 209 | 4.500000e+00 | 6.000000e+00 |  33.33%
1489.49/1489.97	c  1490s|  1460k|   220 |   888 |   0.0 |  26M| 800 |   - | 915 |3111 |   0 |   0 |   0 | 734k| 209 | 4.500000e+00 | 6.000000e+00 |  33.33%
1506.09/1506.59	c  1506s|  1470k|   232 |   888 |   0.0 |  26M| 800 |   - | 915 |3117 |   0 |   0 |   0 | 739k| 209 | 4.500000e+00 | 6.000000e+00 |  33.33%
1522.08/1522.55	c  1522s|  1480k|   228 |   888 |   0.0 |  26M| 800 |   - | 915 |3113 |   0 |   0 |   0 | 744k| 209 | 4.500000e+00 | 6.000000e+00 |  33.33%
1538.78/1539.20	c  1539s|  1490k|   216 |   888 |   0.0 |  26M| 800 |   - | 915 |3113 |   0 |   0 |   0 | 749k| 209 | 4.500000e+00 | 6.000000e+00 |  33.33%
1555.57/1556.00	c  1556s|  1500k|   237 |   888 |   0.0 |  26M| 800 |   - | 915 |3117 |   0 |   0 |   0 | 754k| 209 | 4.500000e+00 | 6.000000e+00 |  33.33%
1571.07/1571.52	c  1571s|  1510k|   214 |   888 |   0.0 |  26M| 800 |   - | 915 |3116 |   0 |   0 |   0 | 758k| 209 | 4.500000e+00 | 6.000000e+00 |  33.33%
1587.46/1587.93	c  1588s|  1520k|   210 |   888 |   0.0 |  26M| 800 |   - | 915 |3113 |   0 |   0 |   0 | 763k| 209 | 4.500000e+00 | 6.000000e+00 |  33.33%
1602.46/1602.95	c  1603s|  1530k|   227 |   888 |   0.0 |  26M| 800 |   - | 915 |3118 |   0 |   0 |   0 | 767k| 209 | 4.500000e+00 | 6.000000e+00 |  33.33%
1617.56/1618.09	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1617.56/1618.09	c  1618s|  1540k|   219 |   888 |   0.0 |  26M| 800 |   - | 915 |3119 |   0 |   0 |   0 | 772k| 209 | 4.500000e+00 | 6.000000e+00 |  33.33%
1632.85/1633.33	c  1633s|  1550k|   212 |   888 |   0.0 |  26M| 800 |   - | 915 |3115 |   0 |   0 |   0 | 776k| 209 | 4.500000e+00 | 6.000000e+00 |  33.33%
1647.15/1647.63	c  1647s|  1560k|   258 |   888 |   0.0 |  26M| 800 |   - | 915 |3112 |   0 |   0 |   0 | 780k| 209 | 4.500000e+00 | 6.000000e+00 |  33.33%
1661.74/1662.30	c  1662s|  1570k|   216 |   888 |   0.0 |  26M| 800 |   - | 915 |3119 |   0 |   0 |   0 | 784k| 209 | 4.500000e+00 | 6.000000e+00 |  33.33%
1677.74/1678.21	c  1678s|  1580k|   201 |   888 |   0.0 |  26M| 800 |   - | 915 |3112 |   0 |   0 |   0 | 789k| 209 | 4.500000e+00 | 6.000000e+00 |  33.33%
1693.14/1693.62	c  1693s|  1590k|   197 |   888 |   0.0 |  26M| 800 |   - | 915 |3110 |   0 |   0 |   0 | 793k| 209 | 4.500000e+00 | 6.000000e+00 |  33.33%
1709.43/1709.91	c  1710s|  1600k|   193 |   888 |   0.0 |  26M| 800 |   - | 915 |3132 |   0 |   0 |   0 | 798k| 209 | 4.500000e+00 | 6.000000e+00 |  33.33%
1724.93/1725.46	c  1725s|  1610k|   203 |   888 |   0.0 |  26M| 800 |   - | 915 |3117 |   0 |   0 |   0 | 802k| 209 | 4.500000e+00 | 6.000000e+00 |  33.33%
1740.83/1741.39	c  1741s|  1620k|   199 |   888 |   0.0 |  26M| 800 |   - | 915 |3112 |   0 |   0 |   0 | 807k| 209 | 4.500000e+00 | 6.000000e+00 |  33.33%
1756.62/1757.19	c  1757s|  1630k|   202 |   888 |   0.0 |  26M| 800 |   - | 915 |3115 |   0 |   0 |   0 | 811k| 209 | 4.500000e+00 | 6.000000e+00 |  33.33%
1773.21/1773.72	c  1773s|  1640k|   197 |   888 |   0.0 |  26M| 800 |   - | 915 |3117 |   0 |   0 |   0 | 816k| 209 | 4.500000e+00 | 6.000000e+00 |  33.33%
1789.51/1790.00	c 
1789.51/1790.00	c SCIP Status        : solving was interrupted [time limit reached]
1789.51/1790.00	c Solving Time (sec) : 1789.60
1789.51/1790.00	c Solving Nodes      : 1649746 (total of 1649747 nodes in 2 runs)
1789.51/1790.00	c Primal Bound       : +6.00000000000000e+00 (9 solutions)
1789.51/1790.00	c Dual Bound         : +4.50000000000000e+00
1789.51/1790.00	c Gap                : 33.33 %
1789.51/1790.03	s SATISFIABLE
1789.51/1790.03	v -x1009 -x1008 -x1007 -x1006 -x1005 -x1004 -x1003 -x1002 -x1001 -x1000 -x999 -x998 -x997 -x996 -x995 -x994 -x993 -x992 -x991 -x990 
1789.51/1790.03	v -x989 -x988 -x987 -x986 -x985 -x984 -x983 -x982 -x981 -x980 -x979 -x978 -x977 -x976 -x975 -x974 -x973 -x972 -x971 -x970 -x969 
1789.51/1790.03	v -x968 -x967 -x966 -x965 -x964 -x963 -x962 -x961 -x960 -x959 -x958 -x957 -x956 -x955 -x954 -x953 -x952 -x951 -x950 -x949 -x948 
1789.51/1790.03	v -x947 -x946 -x945 -x944 -x943 -x942 -x941 -x940 -x939 -x938 -x937 -x936 -x935 -x934 -x933 -x932 -x931 -x930 -x929 -x928 
1789.51/1790.03	v -x927 -x926 -x925 -x924 -x923 -x922 -x921 -x920 -x919 -x918 -x917 -x916 -x915 -x914 -x913 -x912 -x911 -x910 -x909 -x908 -x907 
1789.51/1790.03	v -x906 -x905 -x904 -x903 -x902 -x901 -x900 -x899 -x898 -x897 -x896 -x895 -x894 -x893 -x892 -x891 -x890 -x889 -x888 -x887 -x886 
1789.51/1790.03	v -x885 -x884 -x883 -x882 -x881 -x880 -x879 -x878 -x877 -x876 -x875 -x874 -x873 -x872 -x871 -x870 -x869 -x868 -x867 -x866 -x865 
1789.51/1790.03	v -x864 -x863 -x862 -x861 -x860 -x859 -x858 -x857 -x856 -x855 -x854 -x853 -x852 -x851 -x850 -x849 -x848 -x847 -x846 -x845 -x844 
1789.51/1790.03	v -x843 -x842 -x841 -x840 -x839 -x838 -x837 -x836 -x835 -x834 -x833 -x832 -x831 -x830 -x829 -x828 -x827 -x826 -x825 -x824 -x823 
1789.51/1790.03	v -x822 -x821 -x820 -x819 -x818 -x817 -x816 -x815 -x814 -x813 -x812 -x811 -x810 -x809 -x808 -x807 -x806 -x805 -x804 -x803 
1789.51/1790.03	v -x802 -x801 -x800 -x799 -x798 -x797 -x796 -x795 -x794 -x793 -x792 -x791 -x790 -x789 -x788 -x787 -x786 -x785 -x784 -x783 -x782 
1789.51/1790.03	v -x781 -x780 -x779 -x778 -x777 -x776 -x775 -x774 -x773 -x772 -x771 -x770 -x769 -x768 -x767 -x766 -x765 -x764 -x763 -x762 -x761 
1789.51/1790.03	v -x760 -x759 -x758 -x757 -x756 -x755 -x754 -x753 -x752 -x751 -x750 -x749 -x748 -x747 -x746 -x745 -x744 -x743 -x742 -x741 -x740 
1789.51/1790.03	v -x739 -x738 -x737 -x736 -x735 -x734 -x733 -x732 -x731 -x730 -x729 -x728 -x727 -x726 -x725 -x724 -x723 -x722 -x721 -x720 -x719 
1789.51/1790.03	v -x718 -x717 -x716 -x715 -x714 -x713 -x712 -x711 -x710 -x709 -x708 -x707 -x706 -x705 -x704 -x703 -x702 -x701 -x700 -x699 -x698 
1789.51/1790.03	v -x697 -x696 -x695 -x694 -x693 -x692 -x691 -x690 -x689 -x688 -x687 -x686 -x685 -x684 -x683 -x682 -x681 -x680 -x679 -x678 
1789.51/1790.03	v -x677 -x676 -x675 -x674 -x673 -x672 -x671 -x670 -x669 -x668 -x667 -x666 -x665 -x664 -x663 -x662 -x661 -x660 -x659 -x658 -x657 
1789.51/1790.03	v -x656 x655 -x654 -x653 -x652 -x651 -x650 -x649 -x648 -x647 -x646 -x645 -x644 -x643 -x642 -x641 -x640 -x639 -x638 -x637 -x636 
1789.51/1790.03	v -x635 -x634 -x633 -x632 -x631 -x630 -x629 -x628 -x627 -x626 -x625 -x624 -x623 -x622 -x621 -x620 -x619 -x618 -x617 -x616 -x615 
1789.51/1790.03	v -x614 -x613 -x612 -x611 -x610 -x609 -x608 -x607 -x606 -x605 -x604 -x603 -x602 -x601 -x600 -x599 -x598 -x597 -x596 -x595 -x594 
1789.51/1790.03	v -x593 -x592 -x591 -x590 -x589 -x588 -x587 -x586 -x585 -x584 -x583 -x582 -x581 -x580 -x579 -x578 -x577 -x576 -x575 -x574 -x573 
1789.51/1790.03	v -x572 -x571 -x570 -x569 -x568 -x567 -x566 -x565 -x564 -x563 -x562 -x561 -x560 -x559 -x558 -x557 -x556 -x555 -x554 -x553 -x552 
1789.51/1790.03	v -x551 -x550 -x549 -x548 -x547 -x546 -x545 -x544 -x543 -x542 -x541 -x540 -x539 -x538 -x537 -x536 -x535 -x534 -x533 -x532 
1789.51/1790.03	v -x531 -x530 -x529 -x528 -x527 -x526 -x525 -x524 -x523 -x522 -x521 -x520 -x519 -x518 -x517 -x516 -x515 -x514 -x513 -x512 -x511 
1789.51/1790.03	v -x510 -x509 -x508 -x507 -x506 -x505 -x504 -x503 -x502 -x501 -x500 -x499 -x498 -x497 -x496 -x495 -x494 -x493 -x492 -x491 -x490 
1789.51/1790.03	v -x489 -x488 -x487 -x486 -x485 -x484 -x483 -x482 -x481 -x480 -x479 -x478 -x477 -x476 -x475 -x474 -x473 -x472 -x471 -x470 -x469 
1789.51/1790.03	v -x468 -x467 -x466 -x465 -x464 -x463 -x462 -x461 -x460 -x459 -x458 -x457 -x456 -x455 -x454 -x453 -x452 -x451 -x450 -x449 -x448 
1789.51/1790.03	v -x447 -x446 -x445 -x444 -x443 -x442 -x441 -x440 -x439 -x438 -x437 -x436 -x435 -x434 -x433 -x432 -x431 -x430 -x429 -x428 -x427 
1789.51/1790.03	v -x426 -x425 -x424 -x423 -x422 -x421 -x420 -x419 -x418 -x417 -x416 -x415 -x414 -x413 -x412 -x411 -x410 -x409 -x408 -x407 
1789.51/1790.03	v -x406 -x405 -x404 -x403 -x402 -x401 -x400 -x399 -x398 -x397 -x396 -x395 -x394 -x393 -x392 -x391 -x390 -x389 -x388 -x387 -x386 
1789.51/1790.03	v -x385 -x384 -x383 -x382 -x381 -x380 -x379 -x378 -x377 -x376 -x375 -x374 -x373 -x372 -x371 -x370 -x369 -x368 -x367 -x366 -x365 
1789.51/1790.03	v -x364 -x363 -x362 -x361 -x360 -x359 -x358 -x357 -x356 -x355 -x354 -x353 -x352 -x351 -x350 -x349 -x348 -x347 -x346 -x345 -x344 
1789.51/1790.03	v -x343 -x342 -x341 -x340 -x339 -x338 -x337 -x336 -x335 -x334 -x333 -x332 -x331 -x330 -x329 -x328 -x327 -x326 -x325 -x324 -x323 
1789.51/1790.03	v -x322 -x321 -x320 -x319 -x318 -x317 -x316 -x315 -x314 -x313 -x312 -x311 -x310 -x309 -x308 -x307 -x306 -x305 -x304 -x303 -x302 
1789.51/1790.03	v -x301 -x300 -x299 -x298 -x297 -x296 -x295 -x294 -x293 -x292 -x291 -x290 -x289 -x288 -x287 -x286 -x285 -x284 -x283 -x282 
1789.51/1790.03	v -x281 -x280 -x279 -x278 -x277 -x276 -x275 -x274 -x273 -x272 -x271 -x270 -x269 -x268 -x267 -x266 -x265 -x264 -x263 -x262 -x261 
1789.51/1790.03	v x260 -x259 -x258 -x257 -x256 -x255 -x254 -x253 -x252 -x251 -x250 -x249 -x248 -x247 -x246 -x245 -x244 -x243 -x242 -x241 -x240 
1789.51/1790.03	v -x239 -x238 -x237 -x236 -x235 -x234 -x233 -x232 -x231 -x230 -x229 -x228 x227 -x226 -x225 -x224 -x223 -x222 -x221 -x220 -x219 
1789.51/1790.03	v -x218 -x217 -x216 -x215 -x214 -x213 -x212 -x211 -x210 -x209 -x208 -x207 -x206 -x205 -x204 -x203 -x202 -x201 -x200 -x199 -x198 
1789.51/1790.03	v -x197 -x196 -x195 -x194 -x193 -x192 -x191 -x190 -x189 -x188 -x187 -x186 -x185 -x184 -x183 -x182 -x181 -x180 -x179 -x178 -x177 
1789.51/1790.03	v -x176 -x175 -x174 x173 -x172 -x171 -x170 -x169 -x168 -x167 -x166 -x165 -x164 -x163 -x162 -x161 -x160 -x159 -x158 -x157 -x156 
1789.51/1790.03	v -x155 -x154 -x153 -x152 -x151 -x150 -x149 -x148 -x147 -x146 -x145 x144 -x143 -x142 -x141 -x140 -x139 -x138 -x137 -x136 -x135 
1789.51/1790.03	v -x134 -x133 -x132 -x131 -x130 -x129 -x128 -x127 -x126 -x125 -x124 -x123 -x122 -x121 -x120 -x119 -x118 -x117 -x116 -x115 -x114 
1789.51/1790.03	v -x113 -x112 -x111 -x110 -x109 -x108 -x107 -x106 -x105 -x104 -x103 -x102 -x101 -x100 -x99 -x98 -x97 -x96 -x95 -x94 -x93 -x92 
1789.51/1790.03	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 
1789.51/1790.03	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 
1789.51/1790.03	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 
1789.51/1790.03	v -x16 -x15 -x14 -x13 -x12 -x11 -x10 -x9 -x8 -x7 -x6 -x5 -x4 -x3 -x2 -x1 
1789.51/1790.03	c SCIP Status        : solving was interrupted [time limit reached]
1789.51/1790.03	c Solving Time       :    1789.60
1789.51/1790.03	c Original Problem   :
1789.51/1790.03	c   Problem name     : HOME/instance-2704519-1278561258.opb
1789.51/1790.03	c   Variables        : 1009 (1009 binary, 0 integer, 0 implicit integer, 0 continuous)
1789.51/1790.03	c   Constraints      : 3773 initial, 3773 maximal
1789.51/1790.03	c Presolved Problem  :
1789.51/1790.03	c   Problem name     : t_HOME/instance-2704519-1278561258.opb
1789.51/1790.03	c   Variables        : 915 (915 binary, 0 integer, 0 implicit integer, 0 continuous)
1789.51/1790.03	c   Constraints      : 3110 initial, 3219 maximal
1789.51/1790.03	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
1789.51/1790.03	c   trivial          :       0.00         94          0          0          0          0          0          0          0
1789.51/1790.03	c   dualfix          :       0.00          0          0          0          0          0          0          0          0
1789.51/1790.03	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
1789.51/1790.03	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
1789.51/1790.03	c   implics          :       0.00          0          0          0          0          0          0          0          0
1789.51/1790.03	c   probing          :       0.02          0          0          0          0          0          0          0          0
1789.51/1790.03	c   linear           :       0.25          0          0          0          0          0          3          2          9
1789.51/1790.03	c   logicor          :       0.66          0          0          0          0          0        618          0          0
1789.51/1790.03	c   root node        :          -        127          -          -        127          -          -          -          -
1789.51/1790.03	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
1789.51/1790.03	c   integral         :          0          0          0         44          0          0        110          0          0          4
1789.51/1790.03	c   logicor          :       3110+        35    4447278          0          0     687706   32833590          0          0          0
1789.51/1790.03	c   countsols        :          0          0          0          0          0          0          0          0          0          0
1789.51/1790.03	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
1789.51/1790.03	c   integral         :      28.52       0.00       0.00      28.52       0.00
1789.51/1790.03	c   logicor          :     663.31       0.01     663.29       0.00       0.00
1789.51/1790.03	c   countsols        :       0.00       0.00       0.00       0.00       0.00
1789.51/1790.03	c Propagators        :       Time      Calls    Cutoffs    DomReds
1789.51/1790.03	c   vbounds          :       2.40          3          0          0
1789.51/1790.03	c   rootredcost      :       2.66          0          0          0
1789.51/1790.03	c   pseudoobj        :     599.46    7718050     202433  140846444
1789.51/1790.03	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1789.51/1790.03	c   propagation      :     257.94     790325     790325     790325       43.9      14880       57.1          -
1789.51/1790.03	c   infeasible LP    :       0.00          0          0          0        0.0          0        0.0          0
1789.51/1790.03	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1789.51/1790.03	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1789.51/1790.03	c   pseudo solution  :       2.32      17697      17697      17697       13.1        940      136.9          -
1789.51/1790.03	c   applied globally :          -          -          -     721707       24.5          -          -          -
1789.51/1790.03	c   applied locally  :          -          -          -      99082      178.3          -          -          -
1789.51/1790.03	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1789.51/1790.03	c   cut pool         :       0.00          0          -          -          0          -    (maximal pool size: 0)
1789.51/1790.03	c   redcost          :       0.00         35          0         17          0          0
1789.51/1790.03	c   impliedbounds    :       0.00         35          0          0          0          0
1789.51/1790.03	c   intobj           :       0.00          0          0          0          0          0
1789.51/1790.03	c   cgmip            :       0.00          0          0          0          0          0
1789.51/1790.03	c   gomory           :       6.39         35          0          0        500          0
1789.51/1790.03	c   strongcg         :       3.72         21          0          0        500          0
1789.51/1790.03	c   cmir             :       0.35         11          0          0          0          0
1789.51/1790.03	c   flowcover        :       0.47         11          0          0          0          0
1789.51/1790.03	c   clique           :       0.00          2          0          0          0          0
1789.51/1790.03	c   zerohalf         :       0.00          0          0          0          0          0
1789.51/1790.03	c   mcf              :       0.03          2          0          0          0          0
1789.51/1790.03	c   rapidlearning    :       0.00          0          0          0          0          0
1789.51/1790.03	c Pricers            :       Time      Calls       Vars
1789.51/1790.03	c   problem variables:       0.00          0          0
1789.51/1790.03	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1789.51/1790.03	c   relpscost        :      28.52         44          0        110          0          0          4
1789.51/1790.03	c   pscost           :       0.00          0          0          0          0          0          0
1789.51/1790.03	c   inference        :      58.66    1019443          0          0          0          0    2038886
1789.51/1790.03	c   mostinf          :       0.00          0          0          0          0          0          0
1789.51/1790.03	c   leastinf         :       0.00          0          0          0          0          0          0
1789.51/1790.03	c   fullstrong       :       0.00          0          0          0          0          0          0
1789.51/1790.03	c   allfullstrong    :       0.00          0          0          0          0          0          0
1789.51/1790.03	c   random           :       0.00          0          0          0          0          0          0
1789.51/1790.03	c Primal Heuristics  :       Time      Calls      Found
1789.51/1790.03	c   LP solutions     :       0.00          -          0
1789.51/1790.03	c   pseudo solutions :       0.00          -          0
1789.51/1790.03	c   crossover        :       0.00          0          0
1789.51/1790.03	c   oneopt           :       1.22          3          2
1789.51/1790.03	c   trivial          :       0.03          2          4
1789.51/1790.03	c   simplerounding   :       0.00          0          0
1789.51/1790.03	c   zirounding       :       0.00          2          0
1789.51/1790.03	c   rounding         :       0.03         45          1
1789.51/1790.03	c   shifting         :       0.04         45          1
1789.51/1790.03	c   intshifting      :       0.00          0          0
1789.51/1790.03	c   twoopt           :       0.00          0          0
1789.51/1790.03	c   fixandinfer      :       0.00          0          0
1789.51/1790.03	c   feaspump         :       0.00          0          0
1789.51/1790.03	c   coefdiving       :       0.00          0          0
1789.51/1790.03	c   pscostdiving     :       0.00          0          0
1789.51/1790.03	c   fracdiving       :       0.00          0          0
1789.51/1790.03	c   veclendiving     :       0.00          0          0
1789.51/1790.03	c   intdiving        :       0.00          0          0
1789.51/1790.03	c   actconsdiving    :       0.00          0          0
1789.51/1790.03	c   objpscostdiving  :       0.00          0          0
1789.51/1790.03	c   rootsoldiving    :       0.00          0          0
1789.51/1790.03	c   linesearchdiving :       0.00          0          0
1789.51/1790.03	c   guideddiving     :       0.00          0          0
1789.51/1790.03	c   octane           :       0.00          0          0
1789.51/1790.03	c   rens             :       0.26          1          1
1789.51/1790.03	c   rins             :       0.00          0          0
1789.51/1790.03	c   localbranching   :       0.00          0          0
1789.51/1790.03	c   mutation         :       0.00          0          0
1789.51/1790.03	c   dins             :       0.00          0          0
1789.51/1790.03	c   undercover       :       0.00          0          0
1789.51/1790.03	c   nlp              :       0.55          0          0
1789.51/1790.03	c   trysol           :       0.57          0          0
1789.51/1790.03	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1789.51/1790.03	c   primal LP        :       0.00          0          0       0.00          -
1789.51/1790.03	c   dual LP          :       0.65         45        888      19.73    1357.82
1789.51/1790.03	c   lex dual LP      :       0.00          0          0       0.00          -
1789.51/1790.03	c   barrier LP       :       0.00          0          0       0.00          -
1789.51/1790.03	c   diving/probing LP:       0.00          0          0       0.00          -
1789.51/1790.03	c   strong branching :      28.52        209      39057     186.88    1369.68
1789.51/1790.03	c     (at root node) :          -        209      39057     186.88          -
1789.51/1790.03	c   conflict analysis:       0.00          0          0       0.00          -
1789.51/1790.03	c B&B Tree           :
1789.51/1790.03	c   number of runs   :          2
1789.51/1790.03	c   nodes            :    1649746
1789.51/1790.03	c   nodes (total)    :    1649747
1789.51/1790.03	c   nodes left       :        186
1789.51/1790.03	c   max depth        :        800
1789.51/1790.03	c   max depth (total):        800
1789.51/1790.03	c   backtracks       :     748910 (45.4%)
1789.51/1790.03	c   delayed cutoffs  :     378837
1789.51/1790.03	c   repropagations   :    1821060 (48385268 domain reductions, 277534 cutoffs)
1789.51/1790.03	c   avg switch length:       3.48
1789.51/1790.03	c   switching time   :     283.88
1789.51/1790.03	c Solution           :
1789.51/1790.03	c   Solutions found  :          9 (7 improvements)
1789.51/1790.03	c   First Solution   : +1.00900000000000e+03   (in run 1, after 0 nodes, 0.13 seconds, depth 0, found by <trivial>)
1789.51/1790.03	c   Primal Bound     : +6.00000000000000e+00   (in run 1, after 1 nodes, 1.36 seconds, depth 0, found by <oneopt>)
1789.51/1790.03	c   Dual Bound       : +4.50000000000000e+00
1789.51/1790.03	c   Gap              :      33.33 %
1789.51/1790.03	c   Root Dual Bound  : +4.50000000000000e+00
1789.51/1790.03	c   Root Iterations  :        888
1789.51/1790.09	c Time complete: 1789.61.

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-2704519-1278561258/watcher-2704519-1278561258 -o /tmp/evaluation-result-2704519-1278561258/solver-2704519-1278561258 -C 1800 -W 2000 -M 1800 HOME/pbscip.linux.x86_64.gnu.opt.spx -f HOME/instance-2704519-1278561258.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: 0.93 0.98 0.99 3/105 30753
/proc/meminfo: memFree=1668604/2059040 swapFree=4136400/4192956
[pid=30753] ppid=30751 vsize=7904 CPUtime=0
/proc/30753/stat : 30753 (pbscip.linux.x8) R 30751 30753 30674 0 -1 4202496 1127 0 0 0 0 0 0 0 25 0 1 0 24334016 8093696 1038 1992294400 4194304 8395647 140736417501632 18446744073709551615 7382157 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/30753/statm: 1976 1046 365 1026 0 946 0

[startup+0.03472 s]
/proc/loadavg: 0.93 0.98 0.99 3/105 30753
/proc/meminfo: memFree=1668604/2059040 swapFree=4136400/4192956
[pid=30753] ppid=30751 vsize=11388 CPUtime=0.02
/proc/30753/stat : 30753 (pbscip.linux.x8) R 30751 30753 30674 0 -1 4202496 2161 0 0 0 2 0 0 0 25 0 1 0 24334016 11661312 2072 1992294400 4194304 8395647 140736417501632 18446744073709551615 7352079 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/30753/statm: 2847 2072 393 1026 0 1817 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 11388

[startup+0.101726 s]
/proc/loadavg: 0.93 0.98 0.99 3/105 30753
/proc/meminfo: memFree=1668604/2059040 swapFree=4136400/4192956
[pid=30753] ppid=30751 vsize=12660 CPUtime=0.09
/proc/30753/stat : 30753 (pbscip.linux.x8) R 30751 30753 30674 0 -1 4202496 2459 0 0 0 9 0 0 0 25 0 1 0 24334016 12963840 2370 1992294400 4194304 8395647 140736417501632 18446744073709551615 7430272 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/30753/statm: 3165 2370 393 1026 0 2135 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 12660

[startup+0.300748 s]
/proc/loadavg: 0.93 0.98 0.99 3/105 30753
/proc/meminfo: memFree=1668604/2059040 swapFree=4136400/4192956
[pid=30753] ppid=30751 vsize=17072 CPUtime=0.29
/proc/30753/stat : 30753 (pbscip.linux.x8) R 30751 30753 30674 0 -1 4202496 3546 0 0 0 28 1 0 0 25 0 1 0 24334016 17481728 3457 1992294400 4194304 8395647 140736417501632 18446744073709551615 6349005 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/30753/statm: 4268 3457 393 1026 0 3238 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 17072

[startup+0.700797 s]
/proc/loadavg: 0.93 0.98 0.99 3/105 30753
/proc/meminfo: memFree=1668604/2059040 swapFree=4136400/4192956
[pid=30753] ppid=30751 vsize=53000 CPUtime=0.69
/proc/30753/stat : 30753 (pbscip.linux.x8) R 30751 30753 30674 0 -1 4202496 12551 0 0 0 65 4 0 0 25 0 1 0 24334016 54272000 12108 1992294400 4194304 8395647 140736417501632 18446744073709551615 4965636 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/30753/statm: 13250 12108 464 1026 0 12220 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 53000

[startup+1.50088 s]
/proc/loadavg: 0.93 0.98 0.99 2/106 30754
/proc/meminfo: memFree=1617136/2059040 swapFree=4136400/4192956
[pid=30753] ppid=30751 vsize=64404 CPUtime=1.49
/proc/30753/stat : 30753 (pbscip.linux.x8) R 30751 30753 30674 0 -1 4202496 15080 0 0 0 144 5 0 0 18 0 1 0 24334016 65949696 14637 1992294400 4194304 8395647 140736417501632 18446744073709551615 6157556 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/30753/statm: 16101 14637 555 1026 0 15071 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 64404

[startup+3.10106 s]
/proc/loadavg: 0.93 0.98 0.99 2/106 30754
/proc/meminfo: memFree=1584524/2059040 swapFree=4136400/4192956
[pid=30753] ppid=30751 vsize=94220 CPUtime=3.09
/proc/30753/stat : 30753 (pbscip.linux.x8) R 30751 30753 30674 0 -1 4202496 33515 0 0 0 298 11 0 0 20 0 1 0 24334016 96481280 21859 1992294400 4194304 8395647 140736417501632 18446744073709551615 6697367 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/30753/statm: 23555 21859 618 1026 0 22525 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 94220

[startup+6.30041 s]
/proc/loadavg: 1.01 1.00 1.00 2/106 30754
/proc/meminfo: memFree=1580564/2059040 swapFree=4136400/4192956
[pid=30753] ppid=30751 vsize=96492 CPUtime=6.29
/proc/30753/stat : 30753 (pbscip.linux.x8) R 30751 30753 30674 0 -1 4202496 34072 0 0 0 614 15 0 0 25 0 1 0 24334016 98807808 22414 1992294400 4194304 8395647 140736417501632 18446744073709551615 7428202 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/30753/statm: 24123 22414 616 1026 0 23093 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 96492

[startup+12.7011 s]
/proc/loadavg: 1.01 1.00 1.00 2/106 30754
/proc/meminfo: memFree=1579448/2059040 swapFree=4136400/4192956
[pid=30753] ppid=30751 vsize=97876 CPUtime=12.69
/proc/30753/stat : 30753 (pbscip.linux.x8) R 30751 30753 30674 0 -1 4202496 34411 0 0 0 1248 21 0 0 25 0 1 0 24334016 100225024 22753 1992294400 4194304 8395647 140736417501632 18446744073709551615 7428202 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/30753/statm: 24469 22753 617 1026 0 23439 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 97876

[startup+25.5015 s]
/proc/loadavg: 1.01 1.00 1.00 2/106 30754
/proc/meminfo: memFree=1579200/2059040 swapFree=4136400/4192956
[pid=30753] ppid=30751 vsize=97876 CPUtime=25.48
/proc/30753/stat : 30753 (pbscip.linux.x8) R 30751 30753 30674 0 -1 4202496 34411 0 0 0 2517 31 0 0 25 0 1 0 24334016 100225024 22753 1992294400 4194304 8395647 140736417501632 18446744073709551615 7428202 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/30753/statm: 24469 22753 617 1026 0 23439 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 97876

[startup+51.1014 s]
/proc/loadavg: 1.00 1.00 1.00 2/106 30756
/proc/meminfo: memFree=1575604/2059040 swapFree=4136400/4192956
[pid=30753] ppid=30751 vsize=112964 CPUtime=51.08
/proc/30753/stat : 30753 (pbscip.linux.x8) R 30751 30753 30674 0 -1 4202496 35357 0 0 0 5061 47 0 0 25 0 1 0 24334016 115675136 23699 1992294400 4194304 8395647 140736417501632 18446744073709551615 6017659 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/30753/statm: 28241 23699 622 1026 0 27211 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 112964

[startup+102.308 s]
/proc/loadavg: 1.00 1.00 1.00 2/106 30756
/proc/meminfo: memFree=1575480/2059040 swapFree=4136400/4192956
[pid=30753] ppid=30751 vsize=112964 CPUtime=102.27
/proc/30753/stat : 30753 (pbscip.linux.x8) R 30751 30753 30674 0 -1 4202496 35358 0 0 0 10180 47 0 0 25 0 1 0 24334016 115675136 23700 1992294400 4194304 8395647 140736417501632 18446744073709551615 4785947 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/30753/statm: 28241 23700 622 1026 0 27211 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 112964

[startup+162.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/106 30758
/proc/meminfo: memFree=1575356/2059040 swapFree=4136400/4192956
[pid=30753] ppid=30751 vsize=112964 CPUtime=162.25
/proc/30753/stat : 30753 (pbscip.linux.x8) R 30751 30753 30674 0 -1 4202496 35358 0 0 0 16178 47 0 0 25 0 1 0 24334016 115675136 23700 1992294400 4194304 8395647 140736417501632 18446744073709551615 6068950 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/30753/statm: 28241 23700 622 1026 0 27211 0
Current children cumulated CPU time (s) 162.25
Current children cumulated vsize (KiB) 112964

[startup+222.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/106 30760
/proc/meminfo: memFree=1575356/2059040 swapFree=4136400/4192956
[pid=30753] ppid=30751 vsize=112964 CPUtime=222.23
/proc/30753/stat : 30753 (pbscip.linux.x8) R 30751 30753 30674 0 -1 4202496 35358 0 0 0 22176 47 0 0 25 0 1 0 24334016 115675136 23700 1992294400 4194304 8395647 140736417501632 18446744073709551615 4216931 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/30753/statm: 28241 23700 622 1026 0 27211 0
Current children cumulated CPU time (s) 222.23
Current children cumulated vsize (KiB) 112964

[startup+282.301 s]
/proc/loadavg: 1.00 1.00 1.00 3/106 30762
/proc/meminfo: memFree=1575232/2059040 swapFree=4136400/4192956
[pid=30753] ppid=30751 vsize=112964 CPUtime=282.22
/proc/30753/stat : 30753 (pbscip.linux.x8) R 30751 30753 30674 0 -1 4202496 35358 0 0 0 28175 47 0 0 25 0 1 0 24334016 115675136 23700 1992294400 4194304 8395647 140736417501632 18446744073709551615 5085381 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/30753/statm: 28241 23700 622 1026 0 27211 0
Current children cumulated CPU time (s) 282.22
Current children cumulated vsize (KiB) 112964

[startup+342.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/106 30762
/proc/meminfo: memFree=1575108/2059040 swapFree=4136400/4192956
[pid=30753] ppid=30751 vsize=112964 CPUtime=342.2
/proc/30753/stat : 30753 (pbscip.linux.x8) R 30751 30753 30674 0 -1 4202496 35358 0 0 0 34173 47 0 0 25 0 1 0 24334016 115675136 23700 1992294400 4194304 8395647 140736417501632 18446744073709551615 5613525 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/30753/statm: 28241 23700 622 1026 0 27211 0
Current children cumulated CPU time (s) 342.2
Current children cumulated vsize (KiB) 112964

[startup+402.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/106 30764
/proc/meminfo: memFree=1574984/2059040 swapFree=4136400/4192956
[pid=30753] ppid=30751 vsize=112964 CPUtime=402.19
/proc/30753/stat : 30753 (pbscip.linux.x8) R 30751 30753 30674 0 -1 4202496 35378 0 0 0 40172 47 0 0 25 0 1 0 24334016 115675136 23720 1992294400 4194304 8395647 140736417501632 18446744073709551615 5613563 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/30753/statm: 28241 23720 622 1026 0 27211 0
Current children cumulated CPU time (s) 402.19
Current children cumulated vsize (KiB) 112964

[startup+462.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/106 30775
/proc/meminfo: memFree=1573868/2059040 swapFree=4136400/4192956
[pid=30753] ppid=30751 vsize=112964 CPUtime=462.16
/proc/30753/stat : 30753 (pbscip.linux.x8) R 30751 30753 30674 0 -1 4202496 35603 0 0 0 46169 47 0 0 25 0 1 0 24334016 115675136 23945 1992294400 4194304 8395647 140736417501632 18446744073709551615 5085381 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/30753/statm: 28241 23945 622 1026 0 27211 0
Current children cumulated CPU time (s) 462.16
Current children cumulated vsize (KiB) 112964

[startup+522.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/106 30777
/proc/meminfo: memFree=1573124/2059040 swapFree=4136400/4192956
[pid=30753] ppid=30751 vsize=112964 CPUtime=522.14
/proc/30753/stat : 30753 (pbscip.linux.x8) R 30751 30753 30674 0 -1 4202496 35810 0 0 0 52167 47 0 0 25 0 1 0 24334016 115675136 24152 1992294400 4194304 8395647 140736417501632 18446744073709551615 5613525 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/30753/statm: 28241 24152 622 1026 0 27211 0
Current children cumulated CPU time (s) 522.14
Current children cumulated vsize (KiB) 112964

[startup+582.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/106 30779
/proc/meminfo: memFree=1572380/2059040 swapFree=4136400/4192956
[pid=30753] ppid=30751 vsize=112964 CPUtime=582.12
/proc/30753/stat : 30753 (pbscip.linux.x8) R 30751 30753 30674 0 -1 4202496 35998 0 0 0 58165 47 0 0 25 0 1 0 24334016 115675136 24340 1992294400 4194304 8395647 140736417501632 18446744073709551615 5613563 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/30753/statm: 28241 24340 622 1026 0 27211 0
Current children cumulated CPU time (s) 582.12
Current children cumulated vsize (KiB) 112964

[startup+642.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/106 30779
/proc/meminfo: memFree=1571760/2059040 swapFree=4136400/4192956
[pid=30753] ppid=30751 vsize=112964 CPUtime=642.11
/proc/30753/stat : 30753 (pbscip.linux.x8) R 30751 30753 30674 0 -1 4202496 36151 0 0 0 64164 47 0 0 25 0 1 0 24334016 115675136 24493 1992294400 4194304 8395647 140736417501632 18446744073709551615 6345887 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/30753/statm: 28241 24493 622 1026 0 27211 0
Current children cumulated CPU time (s) 642.11
Current children cumulated vsize (KiB) 112964

[startup+702.302 s]

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

/proc/meminfo: memFree=1567668/2059040 swapFree=4136400/4192956
[pid=30753] ppid=30751 vsize=114548 CPUtime=1062
/proc/30753/stat : 30753 (pbscip.linux.x8) R 30751 30753 30674 0 -1 4202496 37095 0 0 0 106153 47 0 0 25 0 1 0 24334016 117297152 25437 1992294400 4194304 8395647 140736417501632 18446744073709551615 5085381 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/30753/statm: 28637 25437 622 1026 0 27607 0
Current children cumulated CPU time (s) 1062
Current children cumulated vsize (KiB) 114548

[startup+1122.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/106 30793
/proc/meminfo: memFree=1567048/2059040 swapFree=4136400/4192956
[pid=30753] ppid=30751 vsize=115092 CPUtime=1121.98
/proc/30753/stat : 30753 (pbscip.linux.x8) R 30751 30753 30674 0 -1 4202496 37212 0 0 0 112151 47 0 0 25 0 1 0 24334016 117854208 25554 1992294400 4194304 8395647 140736417501632 18446744073709551615 5085633 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/30753/statm: 28773 25554 622 1026 0 27743 0
Current children cumulated CPU time (s) 1121.98
Current children cumulated vsize (KiB) 115092

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/106 30795
/proc/meminfo: memFree=1566428/2059040 swapFree=4136400/4192956
[pid=30753] ppid=30751 vsize=115848 CPUtime=1181.97
/proc/30753/stat : 30753 (pbscip.linux.x8) R 30751 30753 30674 0 -1 4202496 37376 0 0 0 118149 48 0 0 25 0 1 0 24334016 118628352 25718 1992294400 4194304 8395647 140736417501632 18446744073709551615 4214205 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/30753/statm: 28962 25718 622 1026 0 27932 0
Current children cumulated CPU time (s) 1181.97
Current children cumulated vsize (KiB) 115848

[startup+1242.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/106 30795
/proc/meminfo: memFree=1565808/2059040 swapFree=4136400/4192956
[pid=30753] ppid=30751 vsize=116432 CPUtime=1241.96
/proc/30753/stat : 30753 (pbscip.linux.x8) R 30751 30753 30674 0 -1 4202496 37477 0 0 0 124148 48 0 0 25 0 1 0 24334016 119226368 25819 1992294400 4194304 8395647 140736417501632 18446744073709551615 4218089 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/30753/statm: 29108 25819 622 1026 0 28078 0
Current children cumulated CPU time (s) 1241.96
Current children cumulated vsize (KiB) 116432

[startup+1302.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/106 30797
/proc/meminfo: memFree=1565064/2059040 swapFree=4136400/4192956
[pid=30753] ppid=30751 vsize=117020 CPUtime=1301.95
/proc/30753/stat : 30753 (pbscip.linux.x8) R 30751 30753 30674 0 -1 4202496 37613 0 0 0 130147 48 0 0 25 0 1 0 24334016 119828480 25955 1992294400 4194304 8395647 140736417501632 18446744073709551615 6070797 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/30753/statm: 29255 25955 622 1026 0 28225 0
Current children cumulated CPU time (s) 1301.95
Current children cumulated vsize (KiB) 117020

[startup+1362.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/106 30799
/proc/meminfo: memFree=1564692/2059040 swapFree=4136400/4192956
[pid=30753] ppid=30751 vsize=117604 CPUtime=1361.92
/proc/30753/stat : 30753 (pbscip.linux.x8) R 30751 30753 30674 0 -1 4202496 37739 0 0 0 136144 48 0 0 25 0 1 0 24334016 120426496 26081 1992294400 4194304 8395647 140736417501632 18446744073709551615 5085668 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/30753/statm: 29401 26081 622 1026 0 28371 0
Current children cumulated CPU time (s) 1361.92
Current children cumulated vsize (KiB) 117604

[startup+1422.31 s]
/proc/loadavg: 1.00 1.00 1.00 2/106 30801
/proc/meminfo: memFree=1564196/2059040 swapFree=4136400/4192956
[pid=30753] ppid=30751 vsize=118228 CPUtime=1421.91
/proc/30753/stat : 30753 (pbscip.linux.x8) R 30751 30753 30674 0 -1 4202496 37846 0 0 0 142143 48 0 0 25 0 1 0 24334016 121065472 26188 1992294400 4194304 8395647 140736417501632 18446744073709551615 5614700 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/30753/statm: 29557 26188 622 1026 0 28527 0
Current children cumulated CPU time (s) 1421.91
Current children cumulated vsize (KiB) 118228

[startup+1482.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/106 30803
/proc/meminfo: memFree=1563576/2059040 swapFree=4136400/4192956
[pid=30753] ppid=30751 vsize=118828 CPUtime=1481.89
/proc/30753/stat : 30753 (pbscip.linux.x8) R 30751 30753 30674 0 -1 4202496 37970 0 0 0 148141 48 0 0 25 0 1 0 24334016 121679872 26312 1992294400 4194304 8395647 140736417501632 18446744073709551615 4706226 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/30753/statm: 29707 26312 622 1026 0 28677 0
Current children cumulated CPU time (s) 1481.89
Current children cumulated vsize (KiB) 118828

[startup+1542.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/106 30803
/proc/meminfo: memFree=1563204/2059040 swapFree=4136400/4192956
[pid=30753] ppid=30751 vsize=119272 CPUtime=1541.88
/proc/30753/stat : 30753 (pbscip.linux.x8) R 30751 30753 30674 0 -1 4202496 38068 0 0 0 154140 48 0 0 25 0 1 0 24334016 122134528 26410 1992294400 4194304 8395647 140736417501632 18446744073709551615 4232186 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/30753/statm: 29818 26410 622 1026 0 28788 0
Current children cumulated CPU time (s) 1541.88
Current children cumulated vsize (KiB) 119272

[startup+1602.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/106 30808
/proc/meminfo: memFree=1562336/2059040 swapFree=4136400/4192956
[pid=30753] ppid=30751 vsize=120012 CPUtime=1601.86
/proc/30753/stat : 30753 (pbscip.linux.x8) R 30751 30753 30674 0 -1 4202496 38229 0 0 0 160138 48 0 0 25 0 1 0 24334016 122892288 26571 1992294400 4194304 8395647 140736417501632 18446744073709551615 4786357 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/30753/statm: 30003 26571 622 1026 0 28973 0
Current children cumulated CPU time (s) 1601.86
Current children cumulated vsize (KiB) 120012

[startup+1662.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/106 30810
/proc/meminfo: memFree=1561840/2059040 swapFree=4136400/4192956
[pid=30753] ppid=30751 vsize=120584 CPUtime=1661.84
/proc/30753/stat : 30753 (pbscip.linux.x8) R 30751 30753 30674 0 -1 4202496 38356 0 0 0 166136 48 0 0 25 0 1 0 24334016 123478016 26698 1992294400 4194304 8395647 140736417501632 18446744073709551615 4675491 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/30753/statm: 30146 26698 622 1026 0 29116 0
Current children cumulated CPU time (s) 1661.84
Current children cumulated vsize (KiB) 120584

[startup+1722.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/106 30812
/proc/meminfo: memFree=1561220/2059040 swapFree=4136400/4192956
[pid=30753] ppid=30751 vsize=121632 CPUtime=1721.83
/proc/30753/stat : 30753 (pbscip.linux.x8) R 30751 30753 30674 0 -1 4202496 38531 0 0 0 172135 48 0 0 25 0 1 0 24334016 124551168 26873 1992294400 4194304 8395647 140736417501632 18446744073709551615 4476340 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/30753/statm: 30408 26873 622 1026 0 29378 0
Current children cumulated CPU time (s) 1721.83
Current children cumulated vsize (KiB) 121632

[startup+1782.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/106 30814
/proc/meminfo: memFree=1560476/2059040 swapFree=4136400/4192956
[pid=30753] ppid=30751 vsize=122412 CPUtime=1781.81
/proc/30753/stat : 30753 (pbscip.linux.x8) R 30751 30753 30674 0 -1 4202496 38661 0 0 0 178133 48 0 0 25 0 1 0 24334016 125349888 27003 1992294400 4194304 8395647 140736417501632 18446744073709551615 4216947 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/30753/statm: 30603 27003 622 1026 0 29573 0
Current children cumulated CPU time (s) 1781.81
Current children cumulated vsize (KiB) 122412

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

[startup+1785.5 s]
/proc/loadavg: 1.00 1.00 1.00 2/106 30814
/proc/meminfo: memFree=1560476/2059040 swapFree=4136400/4192956
[pid=30753] ppid=30751 vsize=122412 CPUtime=1785.01
/proc/30753/stat : 30753 (pbscip.linux.x8) R 30751 30753 30674 0 -1 4202496 38667 0 0 0 178453 48 0 0 25 0 1 0 24334016 125349888 27009 1992294400 4194304 8395647 140736417501632 18446744073709551615 4786376 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/30753/statm: 30603 27009 622 1026 0 29573 0
Current children cumulated CPU time (s) 1785.01
Current children cumulated vsize (KiB) 122412

[startup+1787.1 s]
/proc/loadavg: 1.00 1.00 1.00 2/106 30814
/proc/meminfo: memFree=1560476/2059040 swapFree=4136400/4192956
[pid=30753] ppid=30751 vsize=122412 CPUtime=1786.61
/proc/30753/stat : 30753 (pbscip.linux.x8) R 30751 30753 30674 0 -1 4202496 38667 0 0 0 178613 48 0 0 25 0 1 0 24334016 125349888 27009 1992294400 4194304 8395647 140736417501632 18446744073709551615 4706214 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/30753/statm: 30603 27009 622 1026 0 29573 0
Current children cumulated CPU time (s) 1786.61
Current children cumulated vsize (KiB) 122412

[startup+1788.7 s]
/proc/loadavg: 1.00 1.00 1.00 2/106 30814
/proc/meminfo: memFree=1560476/2059040 swapFree=4136400/4192956
[pid=30753] ppid=30751 vsize=122412 CPUtime=1788.21
/proc/30753/stat : 30753 (pbscip.linux.x8) R 30751 30753 30674 0 -1 4202496 38667 0 0 0 178773 48 0 0 25 0 1 0 24334016 125349888 27009 1992294400 4194304 8395647 140736417501632 18446744073709551615 4230964 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/30753/statm: 30603 27009 622 1026 0 29573 0
Current children cumulated CPU time (s) 1788.21
Current children cumulated vsize (KiB) 122412

[startup+1789.5 s]
/proc/loadavg: 1.00 1.00 1.00 2/106 30814
/proc/meminfo: memFree=1560476/2059040 swapFree=4136400/4192956
[pid=30753] ppid=30751 vsize=122412 CPUtime=1789.01
/proc/30753/stat : 30753 (pbscip.linux.x8) R 30751 30753 30674 0 -1 4202496 38667 0 0 0 178853 48 0 0 25 0 1 0 24334016 125349888 27009 1992294400 4194304 8395647 140736417501632 18446744073709551615 5085381 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/30753/statm: 30603 27009 622 1026 0 29573 0
Current children cumulated CPU time (s) 1789.01
Current children cumulated vsize (KiB) 122412

[startup+1789.9 s]
/proc/loadavg: 1.00 1.00 1.00 2/106 30814
/proc/meminfo: memFree=1560476/2059040 swapFree=4136400/4192956
[pid=30753] ppid=30751 vsize=122544 CPUtime=1789.41
/proc/30753/stat : 30753 (pbscip.linux.x8) R 30751 30753 30674 0 -1 4202496 38675 0 0 0 178893 48 0 0 25 0 1 0 24334016 125485056 27017 1992294400 4194304 8395647 140736417501632 18446744073709551615 6031763 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/30753/statm: 30636 27017 622 1026 0 29606 0
Current children cumulated CPU time (s) 1789.41
Current children cumulated vsize (KiB) 122544

[startup+1790 s]
/proc/loadavg: 1.00 1.00 1.00 2/106 30814
/proc/meminfo: memFree=1560476/2059040 swapFree=4136400/4192956
[pid=30753] ppid=30751 vsize=122544 CPUtime=1789.51
/proc/30753/stat : 30753 (pbscip.linux.x8) R 30751 30753 30674 0 -1 4202496 38675 0 0 0 178903 48 0 0 25 0 1 0 24334016 125485056 27017 1992294400 4194304 8395647 140736417501632 18446744073709551615 5085638 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/30753/statm: 30636 27017 622 1026 0 29606 0
Current children cumulated CPU time (s) 1789.51
Current children cumulated vsize (KiB) 122544

Child status: 0
Real time (s): 1790.1
CPU time (s): 1789.61
CPU user time (s): 1789.12
CPU system time (s): 0.493924
CPU usage (%): 99.973
Max. virtual memory (cumulated for all children) (KiB): 134464

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1789.12
system time used= 0.493924
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 38685
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= 4
involuntary context switches= 3744

runsolver used 2.89656 second user time and 8.5247 second system time

The end

Launcher Data

Begin job on node087 at 2010-07-08 05:54:18
IDJOB=2704519
IDBENCH=2838
IDSOLVER=1213
FILE ID=node087/2704519-1278561258
PBS_JOBID= 11239557
Free space on /tmp= 62552 MiB

SOLVER NAME= SCIPspx SCIP 1.2.1.3 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-2704519-1278561258/watcher-2704519-1278561258 -o /tmp/evaluation-result-2704519-1278561258/solver-2704519-1278561258 -C 1800 -W 2000 -M 1800  HOME/pbscip.linux.x86_64.gnu.opt.spx -f HOME/instance-2704519-1278561258.opb -t 1800 -m 1800

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

MD5SUM BENCH= 6560abb26f607ef952ebe1a74dd5dae1
RANDOM SEED=240594557

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

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.201
cache size	: 2048 KB
physical id	: 0
siblings	: 1
core id		: 0
cpu cores	: 1
apicid		: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm constant_tsc pni monitor ds_cpl cid cx16 xtpr
bogomips	: 6000.40
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.201
cache size	: 2048 KB
physical id	: 3
siblings	: 1
core id		: 0
cpu cores	: 1
apicid		: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm constant_tsc pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5999.50
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1668884 kB
Buffers:         86604 kB
Cached:         209304 kB
SwapCached:      12768 kB
Active:         145972 kB
Inactive:       166668 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1668884 kB
SwapTotal:     4192956 kB
SwapFree:      4136400 kB
Dirty:           12704 kB
Writeback:           0 kB
AnonPages:       11424 kB
Mapped:           8360 kB
Slab:            55632 kB
PageTables:       4164 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   181568 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= 62540 MiB
End job on node087 at 2010-07-08 06:24:08