Trace number 2664484

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 NameAnswerCPU timeWall clock time
SCIPnone SCIP 1.2.1.2 without any LP solver? (TO) 1802.15 1802.88

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/submitted-PB05/
aloul/FPGA_SAT05/normalized-chnl35_40_pb.cnf.cr.opb
MD5SUMd3d31f2bec4390bf166702fac3cf6fcc
Bench CategoryDEC-SMALLINT (no optimisation, small integers)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark0.141978
Has Objective FunctionNO
SatisfiableNO
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved
Number of variables2800
Total number of constraints150
Number of constraints which are clauses80
Number of constraints which are cardinality constraints (but not clauses)70
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint35
Maximum length of a constraint40
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 41
Number of bits of the biggest sum of numbers6
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.00	c SCIP version 1.2.1.2 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: NONE] [Expressions interpreter: NONE]
0.00/0.00	c Copyright (c) 2002-2010 Konrad-Zuse-Zentrum fuer Informationstechnik Berlin (ZIB)
0.00/0.00	c 
0.00/0.00	c user parameter file <scip.set> not found - using default parameters
0.00/0.00	c reading problem <HOME/instance-2664484-1276321231.opb>
0.00/0.02	c original problem has 2800 variables (2800 bin, 0 int, 0 impl, 0 cont) and 150 constraints
0.00/0.02	c problem read
0.00/0.02	c No objective function, only one solution is needed.
0.00/0.02	c presolving settings loaded
0.00/0.02	c [src/scip/lpi_none.c:41] ERROR: there is no LP solver linked to the binary (LPS=none); you should set the parameter <lp/solvefreq> to <-1> to avoid solving LPs
0.00/0.05	c presolving:
0.00/0.07	c (round 1) 0 del vars, 0 del conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 80 upgd conss, 0 impls, 70 clqs
0.00/0.07	c (round 2) 0 del vars, 0 del conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 150 upgd conss, 0 impls, 70 clqs
0.00/0.08	c presolving (3 rounds):
0.00/0.08	c  0 deleted vars, 0 deleted constraints, 0 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
0.00/0.08	c  0 implications, 70 cliques
0.00/0.08	c presolved problem has 2800 variables (2800 bin, 0 int, 0 impl, 0 cont) and 150 constraints
0.00/0.08	c      70 constraints of type <setppc>
0.00/0.08	c      80 constraints of type <logicor>
0.00/0.08	c transformed objective value is always integral (scale: 1)
0.00/0.08	c Presolving Time: 0.03
0.00/0.08	c - non default parameters ----------------------------------------------------------------------
0.00/0.08	c # SCIP version 1.2.1.2
0.00/0.08	c 
0.00/0.08	c # frequency for displaying node information lines
0.00/0.08	c # [type: int, range: [-1,2147483647], default: 100]
0.00/0.08	c display/freq = 10000
0.00/0.08	c 
0.00/0.08	c # maximal time in seconds to run
0.00/0.08	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.00/0.08	c limits/time = 1799.98
0.00/0.08	c 
0.00/0.08	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.00/0.08	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.00/0.08	c limits/memory = 1620
0.00/0.08	c 
0.00/0.08	c # solving stops, if the given number of solutions were found (-1: no limit)
0.00/0.08	c # [type: int, range: [-1,2147483647], default: -1]
0.00/0.08	c limits/solutions = 1
0.00/0.08	c 
0.00/0.08	c # frequency for solving LP at the nodes (-1: never; 0: only root LP)
0.00/0.08	c # [type: int, range: [-1,2147483647], default: 1]
0.00/0.08	c lp/solvefreq = -1
0.00/0.08	c 
0.00/0.08	c # maximal number of separation rounds per node (-1: unlimited)
0.00/0.08	c # [type: int, range: [-1,2147483647], default: 5]
0.00/0.08	c separating/maxrounds = 1
0.00/0.08	c 
0.00/0.08	c # maximal number of separation rounds in the root node (-1: unlimited)
0.00/0.08	c # [type: int, range: [-1,2147483647], default: -1]
0.00/0.08	c separating/maxroundsroot = 5
0.00/0.08	c 
0.00/0.08	c # should presolving try to simplify inequalities
0.00/0.08	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.00/0.08	c constraints/linear/simplifyinequalities = TRUE
0.00/0.08	c 
0.00/0.08	c # should disaggregation of knapsack constraints be allowed in preprocessing?
0.00/0.08	c # [type: bool, range: {TRUE,FALSE}, default: TRUE]
0.00/0.08	c constraints/knapsack/disaggregation = FALSE
0.00/0.08	c 
0.00/0.08	c # should presolving try to simplify knapsacks
0.00/0.08	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.00/0.08	c constraints/knapsack/simplifyinequalities = TRUE
0.00/0.08	c 
0.00/0.08	c # maximal number of presolving rounds the presolver participates in (-1: no limit)
0.00/0.08	c # [type: int, range: [-1,2147483647], default: -1]
0.00/0.08	c presolving/probing/maxrounds = 0
0.00/0.08	c 
0.00/0.08	c # frequency for calling primal heuristic <coefdiving> (-1: never, 0: only at depth freqofs)
0.00/0.08	c # [type: int, range: [-1,2147483647], default: 10]
0.00/0.08	c heuristics/coefdiving/freq = -1
0.00/0.08	c 
0.00/0.08	c # maximal fraction of diving LP iterations compared to node LP iterations
0.00/0.08	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.00/0.08	c heuristics/coefdiving/maxlpiterquot = 0.075
0.00/0.08	c 
0.00/0.08	c # additional number of allowed LP iterations
0.00/0.08	c # [type: int, range: [0,2147483647], default: 1000]
0.00/0.08	c heuristics/coefdiving/maxlpiterofs = 1500
0.00/0.08	c 
0.00/0.08	c # frequency for calling primal heuristic <crossover> (-1: never, 0: only at depth freqofs)
0.00/0.08	c # [type: int, range: [-1,2147483647], default: 30]
0.00/0.08	c heuristics/crossover/freq = -1
0.00/0.08	c 
0.00/0.08	c # number of nodes added to the contingent of the total nodes
0.00/0.08	c # [type: longint, range: [0,9223372036854775807], default: 500]
0.00/0.08	c heuristics/crossover/nodesofs = 750
0.00/0.08	c 
0.00/0.08	c # number of nodes without incumbent change that heuristic should wait
0.00/0.08	c # [type: longint, range: [0,9223372036854775807], default: 200]
0.00/0.08	c heuristics/crossover/nwaitingnodes = 100
0.00/0.08	c 
0.00/0.08	c # contingent of sub problem nodes in relation to the number of nodes of the original problem
0.00/0.08	c # [type: real, range: [0,1], default: 0.1]
0.00/0.08	c heuristics/crossover/nodesquot = 0.15
0.00/0.08	c 
0.00/0.08	c # minimum percentage of integer variables that have to be fixed 
0.00/0.08	c # [type: real, range: [0,1], default: 0.666]
0.00/0.08	c heuristics/crossover/minfixingrate = 0.5
0.00/0.08	c 
0.00/0.08	c # frequency for calling primal heuristic <feaspump> (-1: never, 0: only at depth freqofs)
0.00/0.08	c # [type: int, range: [-1,2147483647], default: 20]
0.00/0.08	c heuristics/feaspump/freq = -1
0.00/0.08	c 
0.00/0.08	c # additional number of allowed LP iterations
0.00/0.08	c # [type: int, range: [0,2147483647], default: 1000]
0.00/0.08	c heuristics/feaspump/maxlpiterofs = 2000
0.00/0.08	c 
0.00/0.08	c # frequency for calling primal heuristic <fracdiving> (-1: never, 0: only at depth freqofs)
0.00/0.08	c # [type: int, range: [-1,2147483647], default: 10]
0.00/0.08	c heuristics/fracdiving/freq = -1
0.00/0.08	c 
0.00/0.08	c # maximal fraction of diving LP iterations compared to node LP iterations
0.00/0.08	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.00/0.08	c heuristics/fracdiving/maxlpiterquot = 0.075
0.00/0.08	c 
0.00/0.08	c # additional number of allowed LP iterations
0.00/0.08	c # [type: int, range: [0,2147483647], default: 1000]
0.00/0.08	c heuristics/fracdiving/maxlpiterofs = 1500
0.00/0.08	c 
0.00/0.08	c # frequency for calling primal heuristic <guideddiving> (-1: never, 0: only at depth freqofs)
0.00/0.08	c # [type: int, range: [-1,2147483647], default: 10]
0.00/0.08	c heuristics/guideddiving/freq = -1
0.00/0.08	c 
0.00/0.08	c # maximal fraction of diving LP iterations compared to node LP iterations
0.00/0.08	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.00/0.08	c heuristics/guideddiving/maxlpiterquot = 0.075
0.00/0.08	c 
0.00/0.08	c # additional number of allowed LP iterations
0.00/0.08	c # [type: int, range: [0,2147483647], default: 1000]
0.00/0.08	c heuristics/guideddiving/maxlpiterofs = 1500
0.00/0.08	c 
0.00/0.08	c # maximal fraction of diving LP iterations compared to node LP iterations
0.00/0.08	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.00/0.08	c heuristics/intdiving/maxlpiterquot = 0.075
0.00/0.08	c 
0.00/0.08	c # frequency for calling primal heuristic <intshifting> (-1: never, 0: only at depth freqofs)
0.00/0.08	c # [type: int, range: [-1,2147483647], default: 10]
0.00/0.08	c heuristics/intshifting/freq = -1
0.00/0.08	c 
0.00/0.08	c # frequency for calling primal heuristic <linesearchdiving> (-1: never, 0: only at depth freqofs)
0.00/0.08	c # [type: int, range: [-1,2147483647], default: 10]
0.00/0.08	c heuristics/linesearchdiving/freq = -1
0.00/0.08	c 
0.00/0.08	c # maximal fraction of diving LP iterations compared to node LP iterations
0.00/0.08	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.00/0.08	c heuristics/linesearchdiving/maxlpiterquot = 0.075
0.00/0.08	c 
0.00/0.08	c # additional number of allowed LP iterations
0.00/0.08	c # [type: int, range: [0,2147483647], default: 1000]
0.00/0.08	c heuristics/linesearchdiving/maxlpiterofs = 1500
0.00/0.08	c 
0.00/0.08	c # frequency for calling primal heuristic <nlp> (-1: never, 0: only at depth freqofs)
0.00/0.08	c # [type: int, range: [-1,2147483647], default: 1]
0.00/0.08	c heuristics/nlp/freq = -1
0.00/0.08	c 
0.00/0.08	c # frequency for calling primal heuristic <objpscostdiving> (-1: never, 0: only at depth freqofs)
0.00/0.08	c # [type: int, range: [-1,2147483647], default: 20]
0.00/0.08	c heuristics/objpscostdiving/freq = -1
0.00/0.08	c 
0.00/0.08	c # maximal fraction of diving LP iterations compared to total iteration number
0.00/0.08	c # [type: real, range: [0,1], default: 0.01]
0.00/0.08	c heuristics/objpscostdiving/maxlpiterquot = 0.015
0.00/0.08	c 
0.00/0.08	c # additional number of allowed LP iterations
0.00/0.08	c # [type: int, range: [0,2147483647], default: 1000]
0.00/0.08	c heuristics/objpscostdiving/maxlpiterofs = 1500
0.00/0.08	c 
0.00/0.08	c # frequency for calling primal heuristic <oneopt> (-1: never, 0: only at depth freqofs)
0.00/0.08	c # [type: int, range: [-1,2147483647], default: 1]
0.00/0.08	c heuristics/oneopt/freq = -1
0.00/0.08	c 
0.00/0.08	c # frequency for calling primal heuristic <pscostdiving> (-1: never, 0: only at depth freqofs)
0.00/0.08	c # [type: int, range: [-1,2147483647], default: 10]
0.00/0.08	c heuristics/pscostdiving/freq = -1
0.00/0.08	c 
0.00/0.08	c # maximal fraction of diving LP iterations compared to node LP iterations
0.00/0.08	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.00/0.08	c heuristics/pscostdiving/maxlpiterquot = 0.075
0.00/0.08	c 
0.00/0.08	c # additional number of allowed LP iterations
0.00/0.08	c # [type: int, range: [0,2147483647], default: 1000]
0.00/0.08	c heuristics/pscostdiving/maxlpiterofs = 1500
0.00/0.08	c 
0.00/0.08	c # frequency for calling primal heuristic <rens> (-1: never, 0: only at depth freqofs)
0.00/0.08	c # [type: int, range: [-1,2147483647], default: 0]
0.00/0.08	c heuristics/rens/freq = -1
0.00/0.08	c 
0.00/0.08	c # minimum percentage of integer variables that have to be fixable 
0.00/0.08	c # [type: real, range: [0,1], default: 0.5]
0.00/0.08	c heuristics/rens/minfixingrate = 0.3
0.00/0.08	c 
0.00/0.08	c # number of nodes added to the contingent of the total nodes
0.00/0.08	c # [type: longint, range: [0,9223372036854775807], default: 500]
0.00/0.08	c heuristics/rens/nodesofs = 2000
0.00/0.08	c 
0.00/0.08	c # frequency for calling primal heuristic <rootsoldiving> (-1: never, 0: only at depth freqofs)
0.00/0.08	c # [type: int, range: [-1,2147483647], default: 20]
0.00/0.08	c heuristics/rootsoldiving/freq = -1
0.00/0.08	c 
0.00/0.08	c # maximal fraction of diving LP iterations compared to node LP iterations
0.00/0.08	c # [type: real, range: [0,1.79769313486232e+308], default: 0.01]
0.00/0.08	c heuristics/rootsoldiving/maxlpiterquot = 0.015
0.00/0.08	c 
0.00/0.08	c # additional number of allowed LP iterations
0.00/0.08	c # [type: int, range: [0,2147483647], default: 1000]
0.00/0.08	c heuristics/rootsoldiving/maxlpiterofs = 1500
0.00/0.08	c 
0.00/0.08	c # frequency for calling primal heuristic <rounding> (-1: never, 0: only at depth freqofs)
0.00/0.08	c # [type: int, range: [-1,2147483647], default: 1]
0.00/0.08	c heuristics/rounding/freq = -1
0.00/0.08	c 
0.00/0.08	c # frequency for calling primal heuristic <shifting> (-1: never, 0: only at depth freqofs)
0.00/0.08	c # [type: int, range: [-1,2147483647], default: 10]
0.00/0.08	c heuristics/shifting/freq = -1
0.00/0.08	c 
0.00/0.08	c # frequency for calling primal heuristic <simplerounding> (-1: never, 0: only at depth freqofs)
0.00/0.08	c # [type: int, range: [-1,2147483647], default: 1]
0.00/0.08	c heuristics/simplerounding/freq = -1
0.00/0.08	c 
0.00/0.08	c # frequency for calling primal heuristic <trivial> (-1: never, 0: only at depth freqofs)
0.00/0.08	c # [type: int, range: [-1,2147483647], default: 0]
0.00/0.08	c heuristics/trivial/freq = -1
0.00/0.08	c 
0.00/0.08	c # frequency for calling primal heuristic <trysol> (-1: never, 0: only at depth freqofs)
0.00/0.08	c # [type: int, range: [-1,2147483647], default: 1]
0.00/0.08	c heuristics/trysol/freq = -1
0.00/0.08	c 
0.00/0.08	c # frequency for calling primal heuristic <veclendiving> (-1: never, 0: only at depth freqofs)
0.00/0.08	c # [type: int, range: [-1,2147483647], default: 10]
0.00/0.08	c heuristics/veclendiving/freq = -1
0.00/0.08	c 
0.00/0.08	c # maximal fraction of diving LP iterations compared to node LP iterations
0.00/0.08	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.00/0.08	c heuristics/veclendiving/maxlpiterquot = 0.075
0.00/0.08	c 
0.00/0.08	c # additional number of allowed LP iterations
0.00/0.08	c # [type: int, range: [0,2147483647], default: 1000]
0.00/0.08	c heuristics/veclendiving/maxlpiterofs = 1500
0.00/0.08	c 
0.00/0.08	c # frequency for calling primal heuristic <zirounding> (-1: never, 0: only at depth freqofs)
0.00/0.08	c # [type: int, range: [-1,2147483647], default: 1]
0.00/0.08	c heuristics/zirounding/freq = -1
0.00/0.08	c 
0.00/0.08	c # frequency for calling separator <cmir> (-1: never, 0: only in root node)
0.00/0.08	c # [type: int, range: [-1,2147483647], default: 0]
0.00/0.08	c separating/cmir/freq = -1
0.00/0.08	c 
0.00/0.08	c # frequency for calling separator <flowcover> (-1: never, 0: only in root node)
0.00/0.08	c # [type: int, range: [-1,2147483647], default: 0]
0.00/0.08	c separating/flowcover/freq = -1
0.00/0.08	c 
0.00/0.08	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
0.00/0.08	c # [type: int, range: [-1,2147483647], default: -1]
0.00/0.08	c separating/rapidlearning/freq = 0
0.00/0.08	c 
0.00/0.08	c -----------------------------------------------------------------------------------------------
0.00/0.08	c start solving
0.00/0.08	c 
0.00/0.08	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
0.00/0.08	c   0.0s|     1 |     2 |     0 |     - |4919k|   0 |   - |2800 | 150 |   0 |   0 |   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
9.08/9.17	c   9.0s| 10000 |  9958 |     0 |   0.0 |8999k|1608 |   - |2800 | 330 |   0 |   0 |   0 | 217 |   0 | 0.000000e+00 |      --      |    Inf 
19.38/19.42	c  19.1s| 20000 | 19912 |     0 |   0.0 |  11M|1608 |   - |2800 | 244 |   0 |   0 |   0 | 361 |   0 | 0.000000e+00 |      --      |    Inf 
29.37/29.48	c  29.0s| 30000 | 29865 |     0 |   0.0 |  14M|1608 |   - |2800 | 238 |   0 |   0 |   0 | 472 |   0 | 0.000000e+00 |      --      |    Inf 
39.37/39.50	c  38.8s| 40000 | 39821 |     0 |   0.0 |  17M|1608 |   - |2800 | 181 |   0 |   0 |   0 | 529 |   0 | 0.000000e+00 |      --      |    Inf 
49.26/49.34	c  48.5s| 50000 | 49779 |     0 |   0.0 |  20M|1608 |   - |2800 | 218 |   0 |   0 |   0 | 631 |   0 | 0.000000e+00 |      --      |    Inf 
59.06/59.14	c  58.2s| 60000 | 59732 |     0 |   0.0 |  23M|1608 |   - |2800 | 210 |   0 |   0 |   0 | 772 |   0 | 0.000000e+00 |      --      |    Inf 
68.85/68.92	c  67.9s| 70000 | 69684 |     0 |   0.0 |  26M|1608 |   - |2800 | 227 |   0 |   0 |   0 | 921 |   0 | 0.000000e+00 |      --      |    Inf 
78.55/78.64	c  77.5s| 80000 | 79634 |     0 |   0.0 |  28M|1608 |   - |2800 | 224 |   0 |   0 |   0 |1068 |   0 | 0.000000e+00 |      --      |    Inf 
88.14/88.22	c  86.9s| 90000 | 89596 |     0 |   0.0 |  31M|1608 |   - |2800 | 219 |   0 |   0 |   0 |1211 |   0 | 0.000000e+00 |      --      |    Inf 
97.74/97.89	c  96.5s|100000 | 99546 |     0 |   0.0 |  34M|1608 |   - |2800 | 220 |   0 |   0 |   0 |1416 |   0 | 0.000000e+00 |      --      |    Inf 
107.13/107.22	c   106s|110000 |109502 |     0 |   0.0 |  37M|1608 |   - |2800 | 247 |   0 |   0 |   0 |1590 |   0 | 0.000000e+00 |      --      |    Inf 
116.43/116.56	c   115s|120000 |119453 |     0 |   0.0 |  40M|1608 |   - |2800 | 231 |   0 |   0 |   0 |1767 |   0 | 0.000000e+00 |      --      |    Inf 
125.63/125.80	c   124s|130000 |129401 |     0 |   0.0 |  43M|1608 |   - |2800 | 306 |   0 |   0 |   0 |2043 |   0 | 0.000000e+00 |      --      |    Inf 
134.72/134.84	c   133s|140000 |139351 |     0 |   0.0 |  46M|1608 |   - |2800 | 258 |   0 |   0 |   0 |2283 |   0 | 0.000000e+00 |      --      |    Inf 
143.82/143.93	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
143.82/143.93	c   142s|150000 |149285 |     0 |   0.0 |  48M|1608 |   - |2800 | 273 |   0 |   0 |   0 |2578 |   0 | 0.000000e+00 |      --      |    Inf 
152.72/152.88	c   151s|160000 |159233 |     0 |   0.0 |  51M|1608 |   - |2800 | 263 |   0 |   0 |   0 |2794 |   0 | 0.000000e+00 |      --      |    Inf 
161.31/161.48	c   159s|170000 |169159 |     0 |   0.0 |  54M|1608 |   - |2800 | 265 |   0 |   0 |   0 |3054 |   0 | 0.000000e+00 |      --      |    Inf 
169.91/170.08	c   168s|180000 |179105 |     0 |   0.0 |  57M|1608 |   - |2800 | 249 |   0 |   0 |   0 |3235 |   0 | 0.000000e+00 |      --      |    Inf 
178.41/178.59	c   176s|190000 |189051 |     0 |   0.0 |  60M|1608 |   - |2800 | 336 |   0 |   0 |   0 |3479 |   0 | 0.000000e+00 |      --      |    Inf 
186.70/186.89	c   184s|200000 |198995 |     0 |   0.0 |  63M|1608 |   - |2800 | 344 |   0 |   0 |   0 |3692 |   0 | 0.000000e+00 |      --      |    Inf 
194.90/195.06	c   192s|210000 |208944 |     0 |   0.0 |  66M|1608 |   - |2800 | 405 |   0 |   0 |   0 |3965 |   0 | 0.000000e+00 |      --      |    Inf 
203.10/203.28	c   200s|220000 |218877 |     0 |   0.0 |  69M|1608 |   - |2800 | 371 |   0 |   0 |   0 |4222 |   0 | 0.000000e+00 |      --      |    Inf 
211.20/211.31	c   208s|230000 |228823 |     0 |   0.0 |  71M|1608 |   - |2800 | 347 |   0 |   0 |   0 |4449 |   0 | 0.000000e+00 |      --      |    Inf 
219.09/219.24	c   216s|240000 |238755 |     0 |   0.0 |  74M|1608 |   - |2800 | 381 |   0 |   0 |   0 |4689 |   0 | 0.000000e+00 |      --      |    Inf 
226.78/226.92	c   224s|250000 |248701 |     0 |   0.0 |  77M|1608 |   - |2800 | 431 |   0 |   0 |   0 |4993 |   0 | 0.000000e+00 |      --      |    Inf 
234.38/234.54	c   231s|260000 |258641 |     0 |   0.0 |  80M|1608 |   - |2800 | 417 |   0 |   0 |   0 |5262 |   0 | 0.000000e+00 |      --      |    Inf 
241.99/242.19	c   239s|270000 |268566 |     0 |   0.0 |  83M|1608 |   - |2800 | 535 |   0 |   0 |   0 |5578 |   0 | 0.000000e+00 |      --      |    Inf 
249.48/249.63	c   246s|280000 |278515 |     0 |   0.0 |  86M|1608 |   - |2800 | 588 |   0 |   0 |   0 |5873 |   0 | 0.000000e+00 |      --      |    Inf 
256.87/257.09	c   253s|290000 |288445 |     0 |   0.0 |  89M|1608 |   - |2800 | 632 |   0 |   0 |   0 |6279 |   0 | 0.000000e+00 |      --      |    Inf 
264.18/264.34	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
264.18/264.34	c   260s|300000 |298363 |     0 |   0.0 |  92M|1608 |   - |2800 | 678 |   0 |   0 |   0 |6623 |   0 | 0.000000e+00 |      --      |    Inf 
271.37/271.57	c   267s|310000 |308295 |     0 |   0.0 |  95M|1608 |   - |2800 | 805 |   0 |   0 |   0 |6977 |   0 | 0.000000e+00 |      --      |    Inf 
278.47/278.65	c   274s|320000 |318229 |     0 |   0.0 |  98M|1608 |   - |2800 | 896 |   0 |   0 |   0 |7371 |   0 | 0.000000e+00 |      --      |    Inf 
285.46/285.61	c   281s|330000 |328166 |     0 |   0.0 | 101M|1608 |   - |2800 | 953 |   0 |   0 |   0 |7732 |   0 | 0.000000e+00 |      --      |    Inf 
292.36/292.56	c   288s|340000 |338078 |     0 |   0.0 | 104M|1608 |   - |2800 |1127 |   0 |   0 |   0 |8170 |   0 | 0.000000e+00 |      --      |    Inf 
299.07/299.23	c   295s|350000 |348007 |     0 |   0.0 | 107M|1608 |   - |2800 |1209 |   0 |   0 |   0 |8555 |   0 | 0.000000e+00 |      --      |    Inf 
305.67/305.88	c   301s|360000 |357936 |     0 |   0.0 | 110M|1608 |   - |2800 |1194 |   0 |   0 |   0 |8944 |   0 | 0.000000e+00 |      --      |    Inf 
312.16/312.38	c   307s|370000 |367846 |     0 |   0.0 | 113M|1608 |   - |2800 |1351 |   0 |   0 |   0 |9438 |   0 | 0.000000e+00 |      --      |    Inf 
318.75/318.94	c   314s|380000 |377757 |     0 |   0.0 | 117M|1608 |   - |2800 |1412 |   0 |   0 |   0 |9874 |   0 | 0.000000e+00 |      --      |    Inf 
325.06/325.26	c   320s|390000 |387661 |     0 |   0.0 | 120M|1608 |   - |2800 |1511 |   0 |   0 |   0 |  10k|   0 | 0.000000e+00 |      --      |    Inf 
331.25/331.49	c   326s|400000 |397572 |     0 |   0.0 | 123M|1608 |   - |2800 |1699 |   0 |   0 |   0 |  10k|   0 | 0.000000e+00 |      --      |    Inf 
337.25/337.49	c   332s|410000 |407487 |     0 |   0.0 | 126M|1608 |   - |2800 |1880 |   0 |   0 |   0 |  11k|   0 | 0.000000e+00 |      --      |    Inf 
343.25/343.41	c   338s|420000 |417387 |     0 |   0.0 | 129M|1608 |   - |2800 |2117 |   0 |   0 |   0 |  11k|   0 | 0.000000e+00 |      --      |    Inf 
349.04/349.22	c   343s|430000 |427286 |     0 |   0.0 | 133M|1608 |   - |2800 |2236 |   0 |   0 |   0 |  12k|   0 | 0.000000e+00 |      --      |    Inf 
354.74/354.96	c   349s|440000 |437178 |     0 |   0.0 | 136M|1608 |   - |2800 |2370 |   0 |   0 |   0 |  12k|   0 | 0.000000e+00 |      --      |    Inf 
360.44/360.60	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
360.44/360.60	c   355s|450000 |447064 |     0 |   0.0 | 139M|1608 |   - |2800 |2551 |   0 |   0 |   0 |  13k|   0 | 0.000000e+00 |      --      |    Inf 
365.94/366.11	c   360s|460000 |456940 |     0 |   0.0 | 142M|1608 |   - |2800 |2699 |   0 |   0 |   0 |  14k|   0 | 0.000000e+00 |      --      |    Inf 
371.23/371.47	c   365s|470000 |466835 |     0 |   0.0 | 145M|1608 |   - |2800 |2743 |   0 |   0 |   0 |  14k|   0 | 0.000000e+00 |      --      |    Inf 
376.43/376.65	c   370s|480000 |476713 |     0 |   0.0 | 148M|1608 |   - |2800 |2870 |   0 |   0 |   0 |  15k|   0 | 0.000000e+00 |      --      |    Inf 
381.42/381.65	c   375s|490000 |486605 |     0 |   0.0 | 151M|1608 |   - |2800 |2834 |   0 |   0 |   0 |  15k|   0 | 0.000000e+00 |      --      |    Inf 
386.32/386.53	c   380s|500000 |496478 |     0 |   0.0 | 154M|1608 |   - |2800 |2861 |   0 |   0 |   0 |  16k|   0 | 0.000000e+00 |      --      |    Inf 
391.02/391.23	c   384s|510000 |506349 |     0 |   0.0 | 158M|1608 |   - |2800 |3097 |   0 |   0 |   0 |  17k|   0 | 0.000000e+00 |      --      |    Inf 
395.52/395.76	c   389s|520000 |516211 |     0 |   0.0 | 161M|1608 |   - |2800 |3280 |   0 |   0 |   0 |  17k|   0 | 0.000000e+00 |      --      |    Inf 
400.01/400.22	c   393s|530000 |526063 |     0 |   0.0 | 164M|1608 |   - |2800 |3508 |   0 |   0 |   0 |  18k|   0 | 0.000000e+00 |      --      |    Inf 
404.22/404.47	c   397s|540000 |535904 |     0 |   0.0 | 168M|1608 |   - |2800 |3608 |   0 |   0 |   0 |  19k|   0 | 0.000000e+00 |      --      |    Inf 
408.32/408.59	c   401s|550000 |545741 |     0 |   0.0 | 171M|1608 |   - |2800 |3769 |   0 |   0 |   0 |  20k|   0 | 0.000000e+00 |      --      |    Inf 
412.31/412.57	c   405s|560000 |555562 |     0 |   0.0 | 174M|1608 |   - |2800 |3840 |   0 |   0 |   0 |  21k|   0 | 0.000000e+00 |      --      |    Inf 
416.21/416.43	c   409s|570000 |565350 |     0 |   0.0 | 178M|1608 |   - |2800 |4356 |   0 |   0 |   0 |  22k|   0 | 0.000000e+00 |      --      |    Inf 
420.02/420.20	c   412s|580000 |575059 |     0 |   0.0 | 182M|1608 |   - |2800 |4695 |   0 |   0 |   0 |  23k|   0 | 0.000000e+00 |      --      |    Inf 
423.70/423.96	c   416s|590000 |584646 |     0 |   0.0 | 186M|1608 |   - |2800 |5434 |   0 |   0 |   0 |  25k|   0 | 0.000000e+00 |      --      |    Inf 
427.71/427.99	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
427.71/427.99	c   420s|600000 |593914 |     0 |   0.0 | 192M|1608 |   - |2800 |6767 |   0 |   0 |   0 |  28k|   0 | 0.000000e+00 |      --      |    Inf 
436.40/436.69	c   428s|610000 |603115 |     0 |   0.0 | 193M|1608 |   - |2800 |5567 |   0 |   0 |   0 |  31k|   0 | 0.000000e+00 |      --      |    Inf 
445.80/446.09	c   438s|620000 |613066 |     0 |   0.0 | 191M|1608 |   - |2800 | 543 |   0 |   0 |   0 |  32k|   0 | 0.000000e+00 |      --      |    Inf 
455.30/455.52	c   447s|630000 |623015 |     0 |   0.0 | 194M|1608 |   - |2800 | 282 |   0 |   0 |   0 |  32k|   0 | 0.000000e+00 |      --      |    Inf 
464.79/465.10	c   456s|640000 |632967 |     0 |   0.0 | 197M|1608 |   - |2800 | 256 |   0 |   0 |   0 |  32k|   0 | 0.000000e+00 |      --      |    Inf 
474.59/474.80	c   466s|650000 |642890 |     0 |   0.0 | 200M|1608 |   - |2800 | 278 |   0 |   0 |   0 |  32k|   0 | 0.000000e+00 |      --      |    Inf 
484.18/484.48	c   476s|660000 |652841 |     0 |   0.0 | 202M|1608 |   - |2800 | 268 |   0 |   0 |   0 |  32k|   0 | 0.000000e+00 |      --      |    Inf 
493.98/494.22	c   485s|670000 |662789 |     0 |   0.0 | 205M|1608 |   - |2800 | 257 |   0 |   0 |   0 |  33k|   0 | 0.000000e+00 |      --      |    Inf 
503.69/503.96	c   495s|680000 |672742 |     0 |   0.0 | 208M|1608 |   - |2800 | 230 |   0 |   0 |   0 |  33k|   0 | 0.000000e+00 |      --      |    Inf 
513.37/513.65	c   504s|690000 |682696 |     0 |   0.0 | 211M|1608 |   - |2800 | 319 |   0 |   0 |   0 |  33k|   0 | 0.000000e+00 |      --      |    Inf 
523.17/523.43	c   514s|700000 |692642 |     0 |   0.0 | 214M|1608 |   - |2800 | 329 |   0 |   0 |   0 |  33k|   0 | 0.000000e+00 |      --      |    Inf 
532.87/533.19	c   524s|710000 |702591 |     0 |   0.0 | 217M|1608 |   - |2800 | 307 |   0 |   0 |   0 |  34k|   0 | 0.000000e+00 |      --      |    Inf 
542.67/542.95	c   533s|720000 |712547 |     0 |   0.0 | 219M|1608 |   - |2800 | 308 |   0 |   0 |   0 |  34k|   0 | 0.000000e+00 |      --      |    Inf 
552.46/552.78	c   543s|730000 |722494 |     0 |   0.0 | 222M|1608 |   - |2800 | 290 |   0 |   0 |   0 |  34k|   0 | 0.000000e+00 |      --      |    Inf 
562.26/562.58	c   553s|740000 |732450 |     0 |   0.0 | 225M|1608 |   - |2800 | 336 |   0 |   0 |   0 |  35k|   0 | 0.000000e+00 |      --      |    Inf 
572.05/572.32	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
572.05/572.32	c   562s|750000 |742401 |     0 |   0.0 | 228M|1608 |   - |2800 | 314 |   0 |   0 |   0 |  35k|   0 | 0.000000e+00 |      --      |    Inf 
581.76/582.03	c   572s|760000 |752356 |     0 |   0.0 | 231M|1608 |   - |2800 | 285 |   0 |   0 |   0 |  35k|   0 | 0.000000e+00 |      --      |    Inf 
591.55/591.84	c   581s|770000 |762302 |     0 |   0.0 | 234M|1608 |   - |2800 | 289 |   0 |   0 |   0 |  35k|   0 | 0.000000e+00 |      --      |    Inf 
601.34/601.66	c   591s|780000 |772236 |     0 |   0.0 | 236M|1608 |   - |2800 | 278 |   0 |   0 |   0 |  36k|   0 | 0.000000e+00 |      --      |    Inf 
611.14/611.44	c   601s|790000 |782177 |     0 |   0.0 | 239M|1608 |   - |2800 | 297 |   0 |   0 |   0 |  36k|   0 | 0.000000e+00 |      --      |    Inf 
620.84/621.13	c   610s|800000 |792130 |     0 |   0.0 | 242M|1608 |   - |2800 | 243 |   0 |   0 |   0 |  36k|   0 | 0.000000e+00 |      --      |    Inf 
630.53/630.87	c   620s|810000 |802085 |     0 |   0.0 | 245M|1608 |   - |2800 | 232 |   0 |   0 |   0 |  36k|   0 | 0.000000e+00 |      --      |    Inf 
640.23/640.57	c   630s|820000 |812036 |     0 |   0.0 | 247M|1608 |   - |2800 | 259 |   0 |   0 |   0 |  36k|   0 | 0.000000e+00 |      --      |    Inf 
649.84/650.19	c   639s|830000 |821989 |     0 |   0.0 | 250M|1608 |   - |2800 | 285 |   0 |   0 |   0 |  37k|   0 | 0.000000e+00 |      --      |    Inf 
659.52/659.81	c   649s|840000 |831939 |     0 |   0.0 | 253M|1608 |   - |2800 | 285 |   0 |   0 |   0 |  37k|   0 | 0.000000e+00 |      --      |    Inf 
669.11/669.46	c   658s|850000 |841897 |     0 |   0.0 | 256M|1608 |   - |2800 | 283 |   0 |   0 |   0 |  37k|   0 | 0.000000e+00 |      --      |    Inf 
678.81/679.13	c   668s|860000 |851853 |     0 |   0.0 | 259M|1608 |   - |2800 | 266 |   0 |   0 |   0 |  37k|   0 | 0.000000e+00 |      --      |    Inf 
688.51/688.84	c   677s|870000 |861781 |     0 |   0.0 | 262M|1608 |   - |2800 | 282 |   0 |   0 |   0 |  38k|   0 | 0.000000e+00 |      --      |    Inf 
698.21/698.53	c   687s|880000 |871724 |     0 |   0.0 | 265M|1608 |   - |2800 | 251 |   0 |   0 |   0 |  38k|   0 | 0.000000e+00 |      --      |    Inf 
707.80/708.20	c   696s|890000 |881681 |     0 |   0.0 | 267M|1608 |   - |2800 | 287 |   0 |   0 |   0 |  38k|   0 | 0.000000e+00 |      --      |    Inf 
717.59/717.90	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
717.59/717.90	c   706s|900000 |891635 |     0 |   0.0 | 270M|1608 |   - |2800 | 287 |   0 |   0 |   0 |  38k|   0 | 0.000000e+00 |      --      |    Inf 
727.09/727.49	c   715s|910000 |901595 |     0 |   0.0 | 273M|1608 |   - |2800 | 278 |   0 |   0 |   0 |  39k|   0 | 0.000000e+00 |      --      |    Inf 
736.79/737.19	c   725s|920000 |911542 |     0 |   0.0 | 276M|1608 |   - |2800 | 326 |   0 |   0 |   0 |  39k|   0 | 0.000000e+00 |      --      |    Inf 
746.49/746.88	c   734s|930000 |921498 |     0 |   0.0 | 279M|1608 |   - |2800 | 312 |   0 |   0 |   0 |  39k|   0 | 0.000000e+00 |      --      |    Inf 
756.28/756.69	c   744s|940000 |931443 |     0 |   0.0 | 282M|1608 |   - |2800 | 288 |   0 |   0 |   0 |  39k|   0 | 0.000000e+00 |      --      |    Inf 
766.07/766.45	c   754s|950000 |941381 |     0 |   0.0 | 285M|1608 |   - |2800 | 349 |   0 |   0 |   0 |  40k|   0 | 0.000000e+00 |      --      |    Inf 
775.78/776.19	c   763s|960000 |951339 |     0 |   0.0 | 288M|1608 |   - |2800 | 289 |   0 |   0 |   0 |  40k|   0 | 0.000000e+00 |      --      |    Inf 
785.67/786.01	c   773s|970000 |961282 |     0 |   0.0 | 291M|1608 |   - |2800 | 349 |   0 |   0 |   0 |  40k|   0 | 0.000000e+00 |      --      |    Inf 
795.36/795.78	c   783s|980000 |971235 |     0 |   0.0 | 293M|1608 |   - |2800 | 305 |   0 |   0 |   0 |  41k|   0 | 0.000000e+00 |      --      |    Inf 
805.26/805.66	c   792s|990000 |981168 |     0 |   0.0 | 296M|1608 |   - |2800 | 331 |   0 |   0 |   0 |  41k|   0 | 0.000000e+00 |      --      |    Inf 
815.06/815.43	c   802s|  1000k|991118 |     0 |   0.0 | 299M|1608 |   - |2800 | 272 |   0 |   0 |   0 |  41k|   0 | 0.000000e+00 |      --      |    Inf 
824.85/825.25	c   812s|  1010k|  1001k|     0 |   0.0 | 302M|1608 |   - |2800 | 265 |   0 |   0 |   0 |  41k|   0 | 0.000000e+00 |      --      |    Inf 
834.56/834.91	c   821s|  1020k|  1011k|     0 |   0.0 | 305M|1608 |   - |2800 | 307 |   0 |   0 |   0 |  42k|   0 | 0.000000e+00 |      --      |    Inf 
844.35/844.70	c   831s|  1030k|  1020k|     0 |   0.0 | 308M|1608 |   - |2800 | 295 |   0 |   0 |   0 |  42k|   0 | 0.000000e+00 |      --      |    Inf 
854.15/854.58	c   841s|  1040k|  1030k|     0 |   0.0 | 311M|1608 |   - |2800 | 343 |   0 |   0 |   0 |  42k|   0 | 0.000000e+00 |      --      |    Inf 
863.94/864.35	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
863.94/864.35	c   850s|  1050k|  1040k|     0 |   0.0 | 313M|1608 |   - |2800 | 307 |   0 |   0 |   0 |  42k|   0 | 0.000000e+00 |      --      |    Inf 
873.74/874.11	c   860s|  1060k|  1050k|     0 |   0.0 | 316M|1608 |   - |2800 | 333 |   0 |   0 |   0 |  43k|   0 | 0.000000e+00 |      --      |    Inf 
883.53/883.93	c   870s|  1070k|  1060k|     0 |   0.0 | 319M|1608 |   - |2800 | 311 |   0 |   0 |   0 |  43k|   0 | 0.000000e+00 |      --      |    Inf 
893.32/893.78	c   879s|  1080k|  1070k|     0 |   0.0 | 322M|1608 |   - |2800 | 257 |   0 |   0 |   0 |  43k|   0 | 0.000000e+00 |      --      |    Inf 
903.12/903.53	c   889s|  1090k|  1080k|     0 |   0.0 | 325M|1608 |   - |2800 | 313 |   0 |   0 |   0 |  44k|   0 | 0.000000e+00 |      --      |    Inf 
912.83/913.27	c   898s|  1100k|  1090k|     0 |   0.0 | 328M|1608 |   - |2800 | 278 |   0 |   0 |   0 |  44k|   0 | 0.000000e+00 |      --      |    Inf 
922.53/922.94	c   908s|  1110k|  1100k|     0 |   0.0 | 330M|1608 |   - |2800 | 321 |   0 |   0 |   0 |  44k|   0 | 0.000000e+00 |      --      |    Inf 
932.22/932.69	c   918s|  1120k|  1110k|     0 |   0.0 | 333M|1608 |   - |2800 | 255 |   0 |   0 |   0 |  44k|   0 | 0.000000e+00 |      --      |    Inf 
942.01/942.48	c   927s|  1130k|  1120k|     0 |   0.0 | 336M|1608 |   - |2800 | 263 |   0 |   0 |   0 |  45k|   0 | 0.000000e+00 |      --      |    Inf 
951.81/952.24	c   937s|  1140k|  1130k|     0 |   0.0 | 339M|1608 |   - |2800 | 330 |   0 |   0 |   0 |  45k|   0 | 0.000000e+00 |      --      |    Inf 
961.51/961.99	c   947s|  1150k|  1140k|     0 |   0.0 | 342M|1608 |   - |2800 | 305 |   0 |   0 |   0 |  45k|   0 | 0.000000e+00 |      --      |    Inf 
971.30/971.77	c   956s|  1160k|  1150k|     0 |   0.0 | 345M|1608 |   - |2800 | 299 |   0 |   0 |   0 |  45k|   0 | 0.000000e+00 |      --      |    Inf 
981.00/981.43	c   966s|  1170k|  1160k|     0 |   0.0 | 348M|1608 |   - |2800 | 345 |   0 |   0 |   0 |  46k|   0 | 0.000000e+00 |      --      |    Inf 
990.70/991.18	c   975s|  1180k|  1170k|     0 |   0.0 | 350M|1608 |   - |2800 | 303 |   0 |   0 |   0 |  46k|   0 | 0.000000e+00 |      --      |    Inf 
1000.29/1000.77	c   985s|  1190k|  1180k|     0 |   0.0 | 353M|1608 |   - |2800 | 263 |   0 |   0 |   0 |  46k|   0 | 0.000000e+00 |      --      |    Inf 
1010.09/1010.59	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1010.09/1010.59	c   994s|  1200k|  1190k|     0 |   0.0 | 356M|1608 |   - |2800 | 280 |   0 |   0 |   0 |  47k|   0 | 0.000000e+00 |      --      |    Inf 
1019.88/1020.31	c  1004s|  1210k|  1200k|     0 |   0.0 | 359M|1608 |   - |2800 | 304 |   0 |   0 |   0 |  47k|   0 | 0.000000e+00 |      --      |    Inf 
1029.57/1030.02	c  1014s|  1220k|  1209k|     0 |   0.0 | 362M|1608 |   - |2800 | 284 |   0 |   0 |   0 |  47k|   0 | 0.000000e+00 |      --      |    Inf 
1039.27/1039.71	c  1023s|  1230k|  1219k|     0 |   0.0 | 364M|1608 |   - |2800 | 268 |   0 |   0 |   0 |  47k|   0 | 0.000000e+00 |      --      |    Inf 
1048.97/1049.46	c  1033s|  1240k|  1229k|     0 |   0.0 | 367M|1608 |   - |2800 | 296 |   0 |   0 |   0 |  48k|   0 | 0.000000e+00 |      --      |    Inf 
1058.66/1059.14	c  1042s|  1250k|  1239k|     0 |   0.0 | 370M|1608 |   - |2800 | 289 |   0 |   0 |   0 |  48k|   0 | 0.000000e+00 |      --      |    Inf 
1068.36/1068.84	c  1052s|  1260k|  1249k|     0 |   0.0 | 373M|1608 |   - |2800 | 279 |   0 |   0 |   0 |  48k|   0 | 0.000000e+00 |      --      |    Inf 
1078.05/1078.55	c  1061s|  1270k|  1259k|     0 |   0.0 | 376M|1608 |   - |2800 | 280 |   0 |   0 |   0 |  48k|   0 | 0.000000e+00 |      --      |    Inf 
1087.75/1088.24	c  1071s|  1280k|  1269k|     0 |   0.0 | 379M|1608 |   - |2800 | 319 |   0 |   0 |   0 |  49k|   0 | 0.000000e+00 |      --      |    Inf 
1097.25/1097.79	c  1080s|  1290k|  1279k|     0 |   0.0 | 382M|1608 |   - |2800 | 286 |   0 |   0 |   0 |  49k|   0 | 0.000000e+00 |      --      |    Inf 
1106.94/1107.44	c  1090s|  1300k|  1289k|     0 |   0.0 | 385M|1608 |   - |2800 | 303 |   0 |   0 |   0 |  49k|   0 | 0.000000e+00 |      --      |    Inf 
1116.64/1117.14	c  1100s|  1310k|  1299k|     0 |   0.0 | 387M|1608 |   - |2800 | 337 |   0 |   0 |   0 |  49k|   0 | 0.000000e+00 |      --      |    Inf 
1126.23/1126.76	c  1109s|  1320k|  1309k|     0 |   0.0 | 390M|1608 |   - |2800 | 273 |   0 |   0 |   0 |  50k|   0 | 0.000000e+00 |      --      |    Inf 
1135.93/1136.44	c  1119s|  1330k|  1319k|     0 |   0.0 | 393M|1608 |   - |2800 | 293 |   0 |   0 |   0 |  50k|   0 | 0.000000e+00 |      --      |    Inf 
1145.63/1146.14	c  1128s|  1340k|  1329k|     0 |   0.0 | 396M|1608 |   - |2800 | 297 |   0 |   0 |   0 |  50k|   0 | 0.000000e+00 |      --      |    Inf 
1155.33/1155.82	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1155.33/1155.82	c  1138s|  1350k|  1339k|     0 |   0.0 | 399M|1608 |   - |2800 | 318 |   0 |   0 |   0 |  50k|   0 | 0.000000e+00 |      --      |    Inf 
1164.82/1165.38	c  1147s|  1360k|  1349k|     0 |   0.0 | 402M|1608 |   - |2800 | 318 |   0 |   0 |   0 |  51k|   0 | 0.000000e+00 |      --      |    Inf 
1174.61/1175.11	c  1157s|  1370k|  1359k|     0 |   0.0 | 405M|1608 |   - |2800 | 321 |   0 |   0 |   0 |  51k|   0 | 0.000000e+00 |      --      |    Inf 
1184.32/1184.83	c  1166s|  1380k|  1369k|     0 |   0.0 | 407M|1608 |   - |2800 | 284 |   0 |   0 |   0 |  51k|   0 | 0.000000e+00 |      --      |    Inf 
1193.81/1194.39	c  1176s|  1390k|  1379k|     0 |   0.0 | 410M|1608 |   - |2800 | 302 |   0 |   0 |   0 |  52k|   0 | 0.000000e+00 |      --      |    Inf 
1203.41/1203.98	c  1185s|  1400k|  1389k|     0 |   0.0 | 413M|1608 |   - |2800 | 256 |   0 |   0 |   0 |  52k|   0 | 0.000000e+00 |      --      |    Inf 
1213.10/1213.67	c  1195s|  1410k|  1398k|     0 |   0.0 | 416M|1608 |   - |2800 | 280 |   0 |   0 |   0 |  52k|   0 | 0.000000e+00 |      --      |    Inf 
1222.81/1223.36	c  1204s|  1420k|  1408k|     0 |   0.0 | 419M|1608 |   - |2800 | 296 |   0 |   0 |   0 |  52k|   0 | 0.000000e+00 |      --      |    Inf 
1232.39/1232.90	c  1214s|  1430k|  1418k|     0 |   0.0 | 422M|1608 |   - |2800 | 267 |   0 |   0 |   0 |  53k|   0 | 0.000000e+00 |      --      |    Inf 
1241.98/1242.51	c  1223s|  1440k|  1428k|     0 |   0.0 | 424M|1608 |   - |2800 | 342 |   0 |   0 |   0 |  53k|   0 | 0.000000e+00 |      --      |    Inf 
1251.67/1252.22	c  1233s|  1450k|  1438k|     0 |   0.0 | 427M|1608 |   - |2800 | 274 |   0 |   0 |   0 |  53k|   0 | 0.000000e+00 |      --      |    Inf 
1261.28/1261.89	c  1242s|  1460k|  1448k|     0 |   0.0 | 430M|1608 |   - |2800 | 311 |   0 |   0 |   0 |  53k|   0 | 0.000000e+00 |      --      |    Inf 
1270.97/1271.52	c  1252s|  1470k|  1458k|     0 |   0.0 | 433M|1608 |   - |2800 | 296 |   0 |   0 |   0 |  54k|   0 | 0.000000e+00 |      --      |    Inf 
1280.46/1281.09	c  1261s|  1480k|  1468k|     0 |   0.0 | 436M|1608 |   - |2800 | 302 |   0 |   0 |   0 |  54k|   0 | 0.000000e+00 |      --      |    Inf 
1290.26/1290.81	c  1271s|  1490k|  1478k|     0 |   0.0 | 438M|1608 |   - |2800 | 248 |   0 |   0 |   0 |  54k|   0 | 0.000000e+00 |      --      |    Inf 
1299.96/1300.55	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1299.96/1300.55	c  1280s|  1500k|  1488k|     0 |   0.0 | 441M|1608 |   - |2800 | 261 |   0 |   0 |   0 |  54k|   0 | 0.000000e+00 |      --      |    Inf 
1309.56/1310.16	c  1290s|  1510k|  1498k|     0 |   0.0 | 444M|1608 |   - |2800 | 255 |   0 |   0 |   0 |  54k|   0 | 0.000000e+00 |      --      |    Inf 
1319.15/1319.71	c  1299s|  1520k|  1508k|     0 |   0.0 | 447M|1608 |   - |2800 | 287 |   0 |   0 |   0 |  55k|   0 | 0.000000e+00 |      --      |    Inf 
1328.75/1329.39	c  1309s|  1530k|  1518k|     0 |   0.0 | 450M|1608 |   - |2800 | 275 |   0 |   0 |   0 |  55k|   0 | 0.000000e+00 |      --      |    Inf 
1338.53/1339.16	c  1318s|  1540k|  1528k|     0 |   0.0 | 453M|1608 |   - |2800 | 272 |   0 |   0 |   0 |  55k|   0 | 0.000000e+00 |      --      |    Inf 
1348.14/1348.72	c  1328s|  1550k|  1538k|     0 |   0.0 | 455M|1608 |   - |2800 | 245 |   0 |   0 |   0 |  55k|   0 | 0.000000e+00 |      --      |    Inf 
1357.73/1358.33	c  1337s|  1560k|  1548k|     0 |   0.0 | 458M|1608 |   - |2800 | 287 |   0 |   0 |   0 |  56k|   0 | 0.000000e+00 |      --      |    Inf 
1367.33/1367.98	c  1347s|  1570k|  1558k|     0 |   0.0 | 461M|1608 |   - |2800 | 291 |   0 |   0 |   0 |  56k|   0 | 0.000000e+00 |      --      |    Inf 
1376.92/1377.59	c  1356s|  1580k|  1568k|     0 |   0.0 | 464M|1608 |   - |2800 | 266 |   0 |   0 |   0 |  56k|   0 | 0.000000e+00 |      --      |    Inf 
1386.42/1387.01	c  1366s|  1590k|  1578k|     0 |   0.0 | 467M|1608 |   - |2800 | 284 |   0 |   0 |   0 |  56k|   0 | 0.000000e+00 |      --      |    Inf 
1395.81/1396.47	c  1375s|  1600k|  1587k|     0 |   0.0 | 470M|1608 |   - |2800 | 316 |   0 |   0 |   0 |  57k|   0 | 0.000000e+00 |      --      |    Inf 
1405.51/1406.10	c  1384s|  1610k|  1597k|     0 |   0.0 | 473M|1608 |   - |2800 | 262 |   0 |   0 |   0 |  57k|   0 | 0.000000e+00 |      --      |    Inf 
1415.12/1415.77	c  1394s|  1620k|  1607k|     0 |   0.0 | 475M|1608 |   - |2800 | 314 |   0 |   0 |   0 |  57k|   0 | 0.000000e+00 |      --      |    Inf 
1424.70/1425.30	c  1403s|  1630k|  1617k|     0 |   0.0 | 478M|1608 |   - |2800 | 268 |   0 |   0 |   0 |  57k|   0 | 0.000000e+00 |      --      |    Inf 
1434.20/1434.83	c  1413s|  1640k|  1627k|     0 |   0.0 | 481M|1608 |   - |2800 | 245 |   0 |   0 |   0 |  58k|   0 | 0.000000e+00 |      --      |    Inf 
1443.80/1444.48	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1443.80/1444.48	c  1422s|  1650k|  1637k|     0 |   0.0 | 484M|1608 |   - |2800 | 335 |   0 |   0 |   0 |  58k|   0 | 0.000000e+00 |      --      |    Inf 
1453.49/1454.17	c  1432s|  1660k|  1647k|     0 |   0.0 | 487M|1608 |   - |2800 | 297 |   0 |   0 |   0 |  58k|   0 | 0.000000e+00 |      --      |    Inf 
1463.09/1463.71	c  1441s|  1670k|  1657k|     0 |   0.0 | 490M|1608 |   - |2800 | 311 |   0 |   0 |   0 |  58k|   0 | 0.000000e+00 |      --      |    Inf 
1472.49/1473.19	c  1451s|  1680k|  1667k|     0 |   0.0 | 493M|1608 |   - |2800 | 305 |   0 |   0 |   0 |  59k|   0 | 0.000000e+00 |      --      |    Inf 
1482.08/1482.79	c  1460s|  1690k|  1677k|     0 |   0.0 | 496M|1608 |   - |2800 | 317 |   0 |   0 |   0 |  59k|   0 | 0.000000e+00 |      --      |    Inf 
1491.78/1492.44	c  1470s|  1700k|  1687k|     0 |   0.0 | 498M|1608 |   - |2800 | 293 |   0 |   0 |   0 |  59k|   0 | 0.000000e+00 |      --      |    Inf 
1501.28/1501.99	c  1479s|  1710k|  1697k|     0 |   0.0 | 501M|1608 |   - |2800 | 277 |   0 |   0 |   0 |  59k|   0 | 0.000000e+00 |      --      |    Inf 
1510.78/1511.49	c  1488s|  1720k|  1707k|     0 |   0.0 | 504M|1608 |   - |2800 | 276 |   0 |   0 |   0 |  60k|   0 | 0.000000e+00 |      --      |    Inf 
1520.37/1521.08	c  1498s|  1730k|  1717k|     0 |   0.0 | 507M|1608 |   - |2800 | 285 |   0 |   0 |   0 |  60k|   0 | 0.000000e+00 |      --      |    Inf 
1530.06/1530.78	c  1507s|  1740k|  1727k|     0 |   0.0 | 510M|1608 |   - |2800 | 322 |   0 |   0 |   0 |  60k|   0 | 0.000000e+00 |      --      |    Inf 
1539.66/1540.32	c  1517s|  1750k|  1737k|     0 |   0.0 | 513M|1608 |   - |2800 | 305 |   0 |   0 |   0 |  61k|   0 | 0.000000e+00 |      --      |    Inf 
1549.16/1549.83	c  1526s|  1760k|  1747k|     0 |   0.0 | 515M|1608 |   - |2800 | 206 |   0 |   0 |   0 |  61k|   0 | 0.000000e+00 |      --      |    Inf 
1558.66/1559.37	c  1536s|  1770k|  1757k|     0 |   0.0 | 518M|1608 |   - |2800 | 273 |   0 |   0 |   0 |  61k|   0 | 0.000000e+00 |      --      |    Inf 
1568.26/1569.00	c  1545s|  1780k|  1767k|     0 |   0.0 | 521M|1608 |   - |2800 | 304 |   0 |   0 |   0 |  61k|   0 | 0.000000e+00 |      --      |    Inf 
1577.96/1578.69	c  1555s|  1790k|  1776k|     0 |   0.0 | 524M|1608 |   - |2800 | 307 |   0 |   0 |   0 |  62k|   0 | 0.000000e+00 |      --      |    Inf 
1587.45/1588.13	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1587.45/1588.13	c  1564s|  1800k|  1786k|     0 |   0.0 | 527M|1608 |   - |2800 | 254 |   0 |   0 |   0 |  62k|   0 | 0.000000e+00 |      --      |    Inf 
1596.84/1597.56	c  1573s|  1810k|  1796k|     0 |   0.0 | 530M|1608 |   - |2800 | 285 |   0 |   0 |   0 |  62k|   0 | 0.000000e+00 |      --      |    Inf 
1606.34/1607.09	c  1583s|  1820k|  1806k|     0 |   0.0 | 533M|1608 |   - |2800 | 291 |   0 |   0 |   0 |  62k|   0 | 0.000000e+00 |      --      |    Inf 
1616.03/1616.70	c  1592s|  1830k|  1816k|     0 |   0.0 | 535M|1608 |   - |2800 | 208 |   0 |   0 |   0 |  63k|   0 | 0.000000e+00 |      --      |    Inf 
1625.54/1626.22	c  1601s|  1840k|  1826k|     0 |   0.0 | 538M|1608 |   - |2800 | 289 |   0 |   0 |   0 |  63k|   0 | 0.000000e+00 |      --      |    Inf 
1634.93/1635.65	c  1611s|  1850k|  1836k|     0 |   0.0 | 541M|1608 |   - |2800 | 251 |   0 |   0 |   0 |  63k|   0 | 0.000000e+00 |      --      |    Inf 
1644.42/1645.11	c  1620s|  1860k|  1846k|     0 |   0.0 | 544M|1608 |   - |2800 | 338 |   0 |   0 |   0 |  63k|   0 | 0.000000e+00 |      --      |    Inf 
1654.02/1654.73	c  1630s|  1870k|  1856k|     0 |   0.0 | 547M|1608 |   - |2800 | 266 |   0 |   0 |   0 |  63k|   0 | 0.000000e+00 |      --      |    Inf 
1663.63/1664.35	c  1639s|  1880k|  1866k|     0 |   0.0 | 550M|1608 |   - |2800 | 252 |   0 |   0 |   0 |  64k|   0 | 0.000000e+00 |      --      |    Inf 
1673.11/1673.86	c  1648s|  1890k|  1876k|     0 |   0.0 | 553M|1608 |   - |2800 | 335 |   0 |   0 |   0 |  64k|   0 | 0.000000e+00 |      --      |    Inf 
1682.60/1683.30	c  1658s|  1900k|  1886k|     0 |   0.0 | 555M|1608 |   - |2800 | 270 |   0 |   0 |   0 |  64k|   0 | 0.000000e+00 |      --      |    Inf 
1692.00/1692.73	c  1667s|  1910k|  1896k|     0 |   0.0 | 558M|1608 |   - |2800 | 340 |   0 |   0 |   0 |  65k|   0 | 0.000000e+00 |      --      |    Inf 
1701.50/1702.25	c  1676s|  1920k|  1906k|     0 |   0.0 | 561M|1608 |   - |2800 | 247 |   0 |   0 |   0 |  65k|   0 | 0.000000e+00 |      --      |    Inf 
1711.00/1711.71	c  1686s|  1930k|  1916k|     0 |   0.0 | 564M|1608 |   - |2800 | 349 |   0 |   0 |   0 |  65k|   0 | 0.000000e+00 |      --      |    Inf 
1720.39/1721.12	c  1695s|  1940k|  1926k|     0 |   0.0 | 567M|1608 |   - |2800 | 293 |   0 |   0 |   0 |  65k|   0 | 0.000000e+00 |      --      |    Inf 
1729.89/1730.69	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1729.89/1730.69	c  1704s|  1950k|  1936k|     0 |   0.0 | 570M|1608 |   - |2800 | 263 |   0 |   0 |   0 |  66k|   0 | 0.000000e+00 |      --      |    Inf 
1739.39/1740.17	c  1714s|  1960k|  1946k|     0 |   0.0 | 572M|1608 |   - |2800 | 293 |   0 |   0 |   0 |  66k|   0 | 0.000000e+00 |      --      |    Inf 
1749.08/1749.80	c  1723s|  1970k|  1956k|     0 |   0.0 | 575M|1608 |   - |2800 | 301 |   0 |   0 |   0 |  66k|   0 | 0.000000e+00 |      --      |    Inf 
1758.48/1759.28	c  1733s|  1980k|  1965k|     0 |   0.0 | 578M|1608 |   - |2800 | 298 |   0 |   0 |   0 |  66k|   0 | 0.000000e+00 |      --      |    Inf 
1767.97/1768.71	c  1742s|  1990k|  1975k|     0 |   0.0 | 581M|1608 |   - |2800 | 308 |   0 |   0 |   0 |  67k|   0 | 0.000000e+00 |      --      |    Inf 
1777.38/1778.13	c  1751s|  2000k|  1985k|     0 |   0.0 | 584M|1608 |   - |2800 | 299 |   0 |   0 |   0 |  67k|   0 | 0.000000e+00 |      --      |    Inf 
1786.78/1787.56	c  1760s|  2010k|  1995k|     0 |   0.0 | 587M|1608 |   - |2800 | 274 |   0 |   0 |   0 |  67k|   0 | 0.000000e+00 |      --      |    Inf 
1796.46/1797.20	c  1770s|  2020k|  2005k|     0 |   0.0 | 590M|1608 |   - |2800 | 351 |   0 |   0 |   0 |  67k|   0 | 0.000000e+00 |      --      |    Inf 
1800.08/1800.81	c pressed CTRL-C 1 times (5 times for forcing termination)
1800.08/1800.81	c 
1800.08/1800.81	c SCIP Status        : solving was interrupted [user interrupt]
1800.08/1800.81	c Solving Time (sec) : 1773.52
1800.08/1800.81	c Solving Nodes      : 2023894
1800.08/1800.81	c Primal Bound       : +1.00000000000000e+20 (0 solutions)
1800.08/1800.81	c Dual Bound         : +0.00000000000000e+00
1800.08/1800.81	c Gap                : infinite
1800.08/1800.81	s UNKNOWN
1800.08/1800.81	c SCIP Status        : solving was interrupted [user interrupt]
1800.08/1800.81	c Solving Time       :    1773.52
1800.08/1800.81	c Original Problem   :
1800.08/1800.81	c   Problem name     : HOME/instance-2664484-1276321231.opb
1800.08/1800.81	c   Variables        : 2800 (2800 binary, 0 integer, 0 implicit integer, 0 continuous)
1800.08/1800.81	c   Constraints      : 150 initial, 150 maximal
1800.08/1800.81	c Presolved Problem  :
1800.08/1800.81	c   Problem name     : t_HOME/instance-2664484-1276321231.opb
1800.08/1800.81	c   Variables        : 2800 (2800 binary, 0 integer, 0 implicit integer, 0 continuous)
1800.08/1800.81	c   Constraints      : 150 initial, 7787 maximal
1800.08/1800.81	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
1800.08/1800.81	c   trivial          :       0.00          0          0          0          0          0          0          0          0
1800.08/1800.81	c   dualfix          :       0.00          0          0          0          0          0          0          0          0
1800.08/1800.81	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
1800.08/1800.81	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
1800.08/1800.81	c   implics          :       0.00          0          0          0          0          0          0          0          0
1800.08/1800.81	c   probing          :       0.00          0          0          0          0          0          0          0          0
1800.08/1800.81	c   setppc           :       0.00          0          0          0          0          0          0          0          0
1800.08/1800.81	c   logicor          :       0.00          0          0          0          0          0          0          0          0
1800.08/1800.81	c   root node        :          -          0          -          -          0          -          -          -          -
1800.08/1800.81	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
1800.08/1800.81	c   integral         :          0          0          0          0          0          0          0          0          0          0
1800.08/1800.81	c   setppc           :         70          0    2202076          0    2018651       7817    1403163          0          0          0
1800.08/1800.81	c   logicor          :         80+         0     425430          0    2018651       1067     143699          0          0          0
1800.08/1800.81	c   countsols        :          0          0          0          0    2018651          0          0          0          0          0
1800.08/1800.81	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
1800.08/1800.81	c   integral         :       0.00       0.00       0.00       0.00       0.00
1800.08/1800.81	c   setppc           :     313.08       0.00      30.59       0.00     282.49
1800.08/1800.81	c   logicor          :     150.33       0.00       6.96       0.00     143.37
1800.08/1800.81	c   countsols        :       1.21       0.00       0.00       0.00       1.21
1800.08/1800.81	c Propagators        :       Time      Calls    Cutoffs    DomReds
1800.08/1800.81	c   vbounds          :       1.27          1          0          0
1800.08/1800.81	c   rootredcost      :       1.23          0          0          0
1800.08/1800.81	c   pseudoobj        :       1.27          0          0          0
1800.08/1800.81	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1800.08/1800.81	c   propagation      :      24.46       8884       8884     205512      208.4         49      107.4          -
1800.08/1800.81	c   infeasible LP    :       0.00          0          0          0        0.0          0        0.0          0
1800.08/1800.81	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1800.08/1800.81	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1800.08/1800.81	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1800.08/1800.81	c   applied globally :          -          -          -      68020      154.1          -          -          -
1800.08/1800.81	c   applied locally  :          -          -          -        109      318.7          -          -          -
1800.08/1800.81	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1800.08/1800.81	c   cut pool         :       0.00          0          -          -          0          -    (maximal pool size: 0)
1800.08/1800.81	c   redcost          :       0.00          0          0          0          0          0
1800.08/1800.81	c   impliedbounds    :       0.00          0          0          0          0          0
1800.08/1800.81	c   intobj           :       0.00          0          0          0          0          0
1800.08/1800.81	c   cgmip            :       0.00          0          0          0          0          0
1800.08/1800.81	c   gomory           :       0.00          0          0          0          0          0
1800.08/1800.81	c   strongcg         :       0.00          0          0          0          0          0
1800.08/1800.81	c   cmir             :       0.00          0          0          0          0          0
1800.08/1800.81	c   flowcover        :       0.00          0          0          0          0          0
1800.08/1800.81	c   clique           :       0.00          0          0          0          0          0
1800.08/1800.81	c   zerohalf         :       0.00          0          0          0          0          0
1800.08/1800.81	c   mcf              :       0.00          0          0          0          0          0
1800.08/1800.81	c   rapidlearning    :       0.00          0          0          0          0          0
1800.08/1800.81	c Pricers            :       Time      Calls       Vars
1800.08/1800.81	c   problem variables:       0.00          0          0
1800.08/1800.81	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1800.08/1800.81	c   relpscost        :       0.00          0          0          0          0          0          0
1800.08/1800.81	c   pscost           :       0.00          0          0          0          0          0          0
1800.08/1800.81	c   inference        :    1225.78    2018651          0          0          0          0    4037302
1800.08/1800.81	c   mostinf          :       0.00          0          0          0          0          0          0
1800.08/1800.81	c   leastinf         :       0.00          0          0          0          0          0          0
1800.08/1800.81	c   fullstrong       :       0.00          0          0          0          0          0          0
1800.08/1800.81	c   allfullstrong    :       0.00          0          0          0          0          0          0
1800.08/1800.81	c   random           :       0.00          0          0          0          0          0          0
1800.08/1800.81	c Primal Heuristics  :       Time      Calls      Found
1800.08/1800.81	c   LP solutions     :       0.00          -          0
1800.08/1800.81	c   pseudo solutions :       0.00          -          0
1800.08/1800.81	c   trivial          :       0.01          1          0
1800.08/1800.81	c   simplerounding   :       0.00          0          0
1800.08/1800.81	c   zirounding       :       0.00          0          0
1800.08/1800.81	c   rounding         :       0.00          0          0
1800.08/1800.81	c   shifting         :       0.00          0          0
1800.08/1800.81	c   intshifting      :       0.00          0          0
1800.08/1800.81	c   oneopt           :       0.00          0          0
1800.08/1800.81	c   twoopt           :       0.00          0          0
1800.08/1800.81	c   fixandinfer      :       0.00          0          0
1800.08/1800.81	c   feaspump         :       0.00          0          0
1800.08/1800.81	c   coefdiving       :       0.00          0          0
1800.08/1800.81	c   pscostdiving     :       0.00          0          0
1800.08/1800.81	c   fracdiving       :       0.00          0          0
1800.08/1800.81	c   veclendiving     :       0.00          0          0
1800.08/1800.81	c   intdiving        :       0.00          0          0
1800.08/1800.81	c   actconsdiving    :       0.00          0          0
1800.08/1800.81	c   objpscostdiving  :       0.00          0          0
1800.08/1800.81	c   rootsoldiving    :       0.00          0          0
1800.08/1800.81	c   linesearchdiving :       0.00          0          0
1800.08/1800.81	c   guideddiving     :       0.00          0          0
1800.08/1800.81	c   octane           :       0.00          0          0
1800.08/1800.81	c   rens             :       0.00          0          0
1800.08/1800.81	c   rins             :       0.00          0          0
1800.08/1800.81	c   localbranching   :       0.00          0          0
1800.08/1800.81	c   mutation         :       0.00          0          0
1800.08/1800.81	c   crossover        :       0.00          0          0
1800.08/1800.81	c   dins             :       0.00          0          0
1800.08/1800.81	c   undercover       :       0.00          0          0
1800.08/1800.81	c   nlp              :       0.00          0          0
1800.08/1800.81	c   trysol           :       0.00          0          0
1800.08/1800.81	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1800.08/1800.81	c   primal LP        :       0.00          0          0       0.00          -
1800.08/1800.81	c   dual LP          :       0.00          0          0       0.00          -
1800.08/1800.81	c   lex dual LP      :       0.00          0          0       0.00          -
1800.08/1800.81	c   barrier LP       :       0.00          0          0       0.00          -
1800.08/1800.81	c   diving/probing LP:       0.00          0          0       0.00          -
1800.08/1800.81	c   strong branching :       0.00          0          0       0.00          -
1800.08/1800.81	c     (at root node) :          -          0          0       0.00          -
1800.08/1800.81	c   conflict analysis:       0.00          0          0       0.00          -
1800.08/1800.81	c B&B Tree           :
1800.08/1800.81	c   number of runs   :          1
1800.08/1800.81	c   nodes            :    2023894
1800.08/1800.81	c   nodes (total)    :    2023894
1800.08/1800.81	c   nodes left       :    2009627
1800.08/1800.81	c   max depth        :       1608
1800.08/1800.81	c   max depth (total):       1608
1800.08/1800.81	c   backtracks       :       3684 (0.2%)
1800.08/1800.81	c   delayed cutoffs  :       3782
1800.08/1800.81	c   repropagations   :       9433 (112845 domain reductions, 3641 cutoffs)
1800.08/1800.81	c   avg switch length:       2.26
1800.08/1800.81	c   switching time   :      29.35
1800.08/1800.81	c Solution           :
1800.08/1800.81	c   Solutions found  :          0 (0 improvements)
1800.08/1800.81	c   Primal Bound     :          -
1800.08/1800.81	c   Dual Bound       : +0.00000000000000e+00
1800.08/1800.81	c   Gap              :   infinite
1800.08/1800.81	c   Root Dual Bound  : +0.00000000000000e+00
1800.08/1800.81	c   Root Iterations  :          0

Verifier Data

ERROR: no interpretation found !

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2664484-1276321231/watcher-2664484-1276321231 -o /tmp/evaluation-result-2664484-1276321231/solver-2664484-1276321231 -C 1800 -W 2000 -M 1800 HOME/pbscip.linux.x86_64.gnu.opt.none -f HOME/instance-2664484-1276321231.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.92 0.98 0.99 3/106 9017
/proc/meminfo: memFree=1518192/2059040 swapFree=4192956/4192956
[pid=9017] ppid=9015 vsize=6584 CPUtime=0
/proc/9017/stat : 9017 (pbscip.linux.x8) R 9015 9017 8698 0 -1 4202496 990 0 0 0 0 0 0 0 21 0 1 0 7726519 6742016 913 1992294400 4194304 7136930 140734788360448 18446744073709551615 6346613 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/9017/statm: 1646 921 254 719 0 925 0

[startup+0.104881 s]
/proc/loadavg: 0.92 0.98 0.99 3/106 9017
/proc/meminfo: memFree=1518192/2059040 swapFree=4192956/4192956
[pid=9017] ppid=9015 vsize=18416 CPUtime=0.1
/proc/9017/stat : 9017 (pbscip.linux.x8) R 9015 9017 8698 0 -1 4202496 5561 0 0 0 8 2 0 0 23 0 1 0 7726519 18857984 3845 1992294400 4194304 7136930 140734788360448 18446744073709551615 4643241 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/9017/statm: 4604 3845 374 719 0 3883 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 18416

[startup+0.200899 s]
/proc/loadavg: 0.92 0.98 0.99 3/106 9017
/proc/meminfo: memFree=1518192/2059040 swapFree=4192956/4192956
[pid=9017] ppid=9015 vsize=18572 CPUtime=0.19
/proc/9017/stat : 9017 (pbscip.linux.x8) R 9015 9017 8698 0 -1 4202496 5575 0 0 0 17 2 0 0 23 0 1 0 7726519 19017728 3859 1992294400 4194304 7136930 140734788360448 18446744073709551615 4643253 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/9017/statm: 4643 3859 375 719 0 3922 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 18572

[startup+0.300917 s]
/proc/loadavg: 0.92 0.98 0.99 3/106 9017
/proc/meminfo: memFree=1518192/2059040 swapFree=4192956/4192956
[pid=9017] ppid=9015 vsize=18572 CPUtime=0.29
/proc/9017/stat : 9017 (pbscip.linux.x8) R 9015 9017 8698 0 -1 4202496 5594 0 0 0 27 2 0 0 23 0 1 0 7726519 19017728 3878 1992294400 4194304 7136930 140734788360448 18446744073709551615 4643027 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/9017/statm: 4643 3878 375 719 0 3922 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 18572

[startup+0.70099 s]
/proc/loadavg: 0.92 0.98 0.99 3/106 9017
/proc/meminfo: memFree=1518192/2059040 swapFree=4192956/4192956
[pid=9017] ppid=9015 vsize=19356 CPUtime=0.69
/proc/9017/stat : 9017 (pbscip.linux.x8) R 9015 9017 8698 0 -1 4202496 5793 0 0 0 66 3 0 0 25 0 1 0 7726519 19820544 4077 1992294400 4194304 7136930 140734788360448 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/9017/statm: 4839 4077 375 719 0 4118 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 19356

[startup+1.50114 s]
/proc/loadavg: 0.92 0.98 0.99 2/107 9018
/proc/meminfo: memFree=1502312/2059040 swapFree=4192956/4192956
[pid=9017] ppid=9015 vsize=20236 CPUtime=1.49
/proc/9017/stat : 9017 (pbscip.linux.x8) R 9015 9017 8698 0 -1 4202496 6016 0 0 0 144 5 0 0 25 0 1 0 7726519 20721664 4300 1992294400 4194304 7136930 140734788360448 18446744073709551615 4697655 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/9017/statm: 5059 4300 379 719 0 4338 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 20236

[startup+3.10044 s]
/proc/loadavg: 0.92 0.98 0.99 2/107 9020
/proc/meminfo: memFree=1501196/2059040 swapFree=4192956/4192956
[pid=9017] ppid=9015 vsize=21140 CPUtime=3.09
/proc/9017/stat : 9017 (pbscip.linux.x8) R 9015 9017 8698 0 -1 4202496 6245 0 0 0 301 8 0 0 25 0 1 0 7726519 21647360 4529 1992294400 4194304 7136930 140734788360448 18446744073709551615 4436415 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/9017/statm: 5285 4529 379 719 0 4564 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 21140

[startup+6.30102 s]
/proc/loadavg: 0.93 0.98 0.99 2/107 9020
/proc/meminfo: memFree=1500204/2059040 swapFree=4192956/4192956
[pid=9017] ppid=9015 vsize=22572 CPUtime=6.29
/proc/9017/stat : 9017 (pbscip.linux.x8) R 9015 9017 8698 0 -1 4202496 6605 0 0 0 616 13 0 0 25 0 1 0 7726519 23113728 4889 1992294400 4194304 7136930 140734788360448 18446744073709551615 4643150 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/9017/statm: 5643 4889 379 719 0 4922 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 22572

[startup+12.7002 s]
/proc/loadavg: 0.93 0.98 0.99 2/107 9020
/proc/meminfo: memFree=1497724/2059040 swapFree=4192956/4192956
[pid=9017] ppid=9015 vsize=24408 CPUtime=12.69
/proc/9017/stat : 9017 (pbscip.linux.x8) R 9015 9017 8698 0 -1 4202496 7088 0 0 0 1247 22 0 0 25 0 1 0 7726519 24993792 5372 1992294400 4194304 7136930 140734788360448 18446744073709551615 4642105 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/9017/statm: 6102 5372 379 719 0 5381 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 24408

[startup+25.5016 s]
/proc/loadavg: 0.95 0.98 0.99 2/107 9020
/proc/meminfo: memFree=1493012/2059040 swapFree=4192956/4192956
[pid=9017] ppid=9015 vsize=28748 CPUtime=25.49
/proc/9017/stat : 9017 (pbscip.linux.x8) R 9015 9017 8698 0 -1 4202496 8238 0 0 0 2507 42 0 0 25 0 1 0 7726519 29437952 6522 1992294400 4194304 7136930 140734788360448 18446744073709551615 4414501 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/9017/statm: 7187 6522 379 719 0 6466 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 28748

[startup+51.1013 s]
/proc/loadavg: 0.96 0.98 0.99 2/107 9020
/proc/meminfo: memFree=1483836/2059040 swapFree=4192956/4192956
[pid=9017] ppid=9015 vsize=38228 CPUtime=51.06
/proc/9017/stat : 9017 (pbscip.linux.x8) R 9015 9017 8698 0 -1 4202496 10721 0 0 0 5031 75 0 0 25 0 1 0 7726519 39145472 9005 1992294400 4194304 7136930 140734788360448 18446744073709551615 4643150 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/9017/statm: 9557 9005 379 719 0 8836 0
Current children cumulated CPU time (s) 51.06
Current children cumulated vsize (KiB) 38228

[startup+102.302 s]
/proc/loadavg: 0.98 0.98 0.99 2/107 9022
/proc/meminfo: memFree=1466352/2059040 swapFree=4192956/4192956
[pid=9017] ppid=9015 vsize=56300 CPUtime=102.25
/proc/9017/stat : 9017 (pbscip.linux.x8) R 9015 9017 8698 0 -1 4202496 14899 0 0 0 10084 141 0 0 25 0 1 0 7726519 57651200 13183 1992294400 4194304 7136930 140734788360448 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/9017/statm: 14075 13183 379 719 0 13354 0
Current children cumulated CPU time (s) 102.25
Current children cumulated vsize (KiB) 56300

[startup+162.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/107 9024
/proc/meminfo: memFree=1446016/2059040 swapFree=4192956/4192956
[pid=9017] ppid=9015 vsize=75892 CPUtime=162.21
/proc/9017/stat : 9017 (pbscip.linux.x8) R 9015 9017 8698 0 -1 4202496 20073 0 0 0 16000 221 0 0 25 0 1 0 7726519 77713408 18357 1992294400 4194304 7136930 140734788360448 18446744073709551615 4436423 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/9017/statm: 18973 18357 379 719 0 18252 0
Current children cumulated CPU time (s) 162.21
Current children cumulated vsize (KiB) 75892

[startup+222.308 s]
/proc/loadavg: 0.99 0.98 0.99 2/107 9024
/proc/meminfo: memFree=1422084/2059040 swapFree=4192956/4192956
[pid=9017] ppid=9015 vsize=102280 CPUtime=222.19
/proc/9017/stat : 9017 (pbscip.linux.x8) R 9015 9017 8698 0 -1 4202496 25900 0 0 0 21904 315 0 0 25 0 1 0 7726519 104734720 24184 1992294400 4194304 7136930 140734788360448 18446744073709551615 4643199 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/9017/statm: 25570 24184 379 719 0 24849 0
Current children cumulated CPU time (s) 222.19
Current children cumulated vsize (KiB) 102280

[startup+282.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/107 9026
/proc/meminfo: memFree=1396912/2059040 swapFree=4192956/4192956
[pid=9017] ppid=9015 vsize=126012 CPUtime=282.17
/proc/9017/stat : 9017 (pbscip.linux.x8) R 9015 9017 8698 0 -1 4202496 32158 0 0 0 27798 419 0 0 25 0 1 0 7726519 129036288 30442 1992294400 4194304 7136930 140734788360448 18446744073709551615 4697599 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/9017/statm: 31503 30442 379 719 0 30782 0
Current children cumulated CPU time (s) 282.17
Current children cumulated vsize (KiB) 126012

[startup+342.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/107 9028
/proc/meminfo: memFree=1361448/2059040 swapFree=4192956/4192956
[pid=9017] ppid=9015 vsize=159848 CPUtime=342.14
/proc/9017/stat : 9017 (pbscip.linux.x8) R 9015 9017 8698 0 -1 4202496 40967 0 0 0 33674 540 0 0 25 0 1 0 7726519 163684352 39251 1992294400 4194304 7136930 140734788360448 18446744073709551615 4643241 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/9017/statm: 39962 39251 379 719 0 39241 0
Current children cumulated CPU time (s) 342.14
Current children cumulated vsize (KiB) 159848

[startup+402.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/107 9030
/proc/meminfo: memFree=1324744/2059040 swapFree=4192956/4192956
[pid=9017] ppid=9015 vsize=203872 CPUtime=402.11
/proc/9017/stat : 9017 (pbscip.linux.x8) R 9015 9017 8698 0 -1 4202496 50371 0 0 0 39518 693 0 0 25 0 1 0 7726519 208764928 48655 1992294400 4194304 7136930 140734788360448 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/9017/statm: 50968 48655 379 719 0 50247 0
Current children cumulated CPU time (s) 402.11
Current children cumulated vsize (KiB) 203872

[startup+462.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/107 9032
/proc/meminfo: memFree=1276384/2059040 swapFree=4192956/4192956
[pid=9017] ppid=9015 vsize=249464 CPUtime=462.09
/proc/9017/stat : 9017 (pbscip.linux.x8) R 9015 9017 8698 0 -1 4202496 62141 0 0 0 45370 839 0 0 25 0 1 0 7726519 255451136 60425 1992294400 4194304 7136930 140734788360448 18446744073709551615 4643150 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/9017/statm: 62366 60425 379 719 0 61645 0
Current children cumulated CPU time (s) 462.09
Current children cumulated vsize (KiB) 249464

[startup+522.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/107 9032
/proc/meminfo: memFree=1258776/2059040 swapFree=4192956/4192956
[pid=9017] ppid=9015 vsize=266056 CPUtime=522.08
/proc/9017/stat : 9017 (pbscip.linux.x8) R 9015 9017 8698 0 -1 4202496 66529 0 0 0 51291 917 0 0 25 0 1 0 7726519 272441344 64813 1992294400 4194304 7136930 140734788360448 18446744073709551615 5892284 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/9017/statm: 66514 64813 379 719 0 65793 0
Current children cumulated CPU time (s) 522.08
Current children cumulated vsize (KiB) 266056

[startup+582.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/107 9034
/proc/meminfo: memFree=1241540/2059040 swapFree=4192956/4192956
[pid=9017] ppid=9015 vsize=282156 CPUtime=582.05
/proc/9017/stat : 9017 (pbscip.linux.x8) R 9015 9017 8698 0 -1 4202496 70821 0 0 0 57211 994 0 0 25 0 1 0 7726519 288927744 69105 1992294400 4194304 7136930 140734788360448 18446744073709551615 4642005 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/9017/statm: 70539 69105 379 719 0 69818 0
Current children cumulated CPU time (s) 582.05
Current children cumulated vsize (KiB) 282156

[startup+642.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/107 9036
/proc/meminfo: memFree=1223560/2059040 swapFree=4192956/4192956
[pid=9017] ppid=9015 vsize=299440 CPUtime=642.03
/proc/9017/stat : 9017 (pbscip.linux.x8) R 9015 9017 8698 0 -1 4202496 75361 0 0 0 63127 1076 0 0 25 0 1 0 7726519 306626560 73645 1992294400 4194304 7136930 140734788360448 18446744073709551615 4641960 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/9017/statm: 74860 73645 379 719 0 74139 0
Current children cumulated CPU time (s) 642.03
Current children cumulated vsize (KiB) 299440

[startup+702.302 s]

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

/proc/9017/stat : 9017 (pbscip.linux.x8) R 9015 9017 8698 0 -1 4202496 109240 0 0 0 104545 1641 0 0 25 0 1 0 7726519 455213056 107524 1992294400 4194304 7136930 140734788360448 18446744073709551615 4740369 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/9017/statm: 111136 107524 379 719 0 110415 0
Current children cumulated CPU time (s) 1061.86
Current children cumulated vsize (KiB) 444544

[startup+1122.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/107 9048
/proc/meminfo: memFree=1067072/2059040 swapFree=4192956/4192956
[pid=9017] ppid=9015 vsize=463192 CPUtime=1121.84
/proc/9017/stat : 9017 (pbscip.linux.x8) R 9015 9017 8698 0 -1 4202496 114116 0 0 0 110465 1719 0 0 25 0 1 0 7726519 474308608 112400 1992294400 4194304 7136930 140734788360448 18446744073709551615 4643170 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/9017/statm: 115798 112400 379 719 0 115077 0
Current children cumulated CPU time (s) 1121.84
Current children cumulated vsize (KiB) 463192

[startup+1182.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/107 9050
/proc/meminfo: memFree=1047852/2059040 swapFree=4192956/4192956
[pid=9017] ppid=9015 vsize=481320 CPUtime=1181.82
/proc/9017/stat : 9017 (pbscip.linux.x8) R 9015 9017 8698 0 -1 4202496 118904 0 0 0 116378 1804 0 0 25 0 1 0 7726519 492871680 117188 1992294400 4194304 7136930 140734788360448 18446744073709551615 4643150 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/9017/statm: 120330 117188 379 719 0 119609 0
Current children cumulated CPU time (s) 1181.82
Current children cumulated vsize (KiB) 481320

[startup+1242.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/107 9061
/proc/meminfo: memFree=1028384/2059040 swapFree=4192956/4192956
[pid=9017] ppid=9015 vsize=499096 CPUtime=1241.78
/proc/9017/stat : 9017 (pbscip.linux.x8) R 9015 9017 8698 0 -1 4202496 123603 0 0 0 122287 1891 0 0 25 0 1 0 7726519 511074304 121887 1992294400 4194304 7136930 140734788360448 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/9017/statm: 124774 121887 379 719 0 124053 0
Current children cumulated CPU time (s) 1241.78
Current children cumulated vsize (KiB) 499096

[startup+1302.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/107 9063
/proc/meminfo: memFree=1012140/2059040 swapFree=4192956/4192956
[pid=9017] ppid=9015 vsize=514776 CPUtime=1301.75
/proc/9017/stat : 9017 (pbscip.linux.x8) R 9015 9017 8698 0 -1 4202496 127748 0 0 0 128202 1973 0 0 25 0 1 0 7726519 527130624 126032 1992294400 4194304 7136930 140734788360448 18446744073709551615 4436359 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/9017/statm: 128694 126032 379 719 0 127973 0
Current children cumulated CPU time (s) 1301.75
Current children cumulated vsize (KiB) 514776

[startup+1362.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/107 9065
/proc/meminfo: memFree=994904/2059040 swapFree=4192956/4192956
[pid=9017] ppid=9015 vsize=531512 CPUtime=1361.73
/proc/9017/stat : 9017 (pbscip.linux.x8) R 9015 9017 8698 0 -1 4202496 132157 0 0 0 134120 2053 0 0 25 0 1 0 7726519 544268288 130441 1992294400 4194304 7136930 140734788360448 18446744073709551615 4643150 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/9017/statm: 132878 130441 379 719 0 132157 0
Current children cumulated CPU time (s) 1361.73
Current children cumulated vsize (KiB) 531512

[startup+1422.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/107 9065
/proc/meminfo: memFree=974940/2059040 swapFree=4192956/4192956
[pid=9017] ppid=9015 vsize=549876 CPUtime=1421.72
/proc/9017/stat : 9017 (pbscip.linux.x8) R 9015 9017 8698 0 -1 4202496 136997 0 0 0 140039 2133 0 0 25 0 1 0 7726519 563073024 135281 1992294400 4194304 7136930 140734788360448 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/9017/statm: 137469 135281 379 719 0 136748 0
Current children cumulated CPU time (s) 1421.72
Current children cumulated vsize (KiB) 549876

[startup+1482.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/107 9067
/proc/meminfo: memFree=955968/2059040 swapFree=4192956/4192956
[pid=9017] ppid=9015 vsize=567880 CPUtime=1481.69
/proc/9017/stat : 9017 (pbscip.linux.x8) R 9015 9017 8698 0 -1 4202496 141734 0 0 0 145954 2215 0 0 25 0 1 0 7726519 581509120 140018 1992294400 4194304 7136930 140734788360448 18446744073709551615 5892354 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/9017/statm: 141970 140018 379 719 0 141249 0
Current children cumulated CPU time (s) 1481.69
Current children cumulated vsize (KiB) 567880

[startup+1542.31 s]
/proc/loadavg: 0.99 0.98 0.99 2/107 9069
/proc/meminfo: memFree=938732/2059040 swapFree=4192956/4192956
[pid=9017] ppid=9015 vsize=583856 CPUtime=1541.67
/proc/9017/stat : 9017 (pbscip.linux.x8) R 9015 9017 8698 0 -1 4202496 146002 0 0 0 151875 2292 0 0 25 0 1 0 7726519 597868544 144286 1992294400 4194304 7136930 140734788360448 18446744073709551615 5909095 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/9017/statm: 145964 144286 379 719 0 145243 0
Current children cumulated CPU time (s) 1541.67
Current children cumulated vsize (KiB) 583856

[startup+1602.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/107 9071
/proc/meminfo: memFree=920504/2059040 swapFree=4192956/4192956
[pid=9017] ppid=9015 vsize=601640 CPUtime=1601.64
/proc/9017/stat : 9017 (pbscip.linux.x8) R 9015 9017 8698 0 -1 4202496 150659 0 0 0 157788 2376 0 0 25 0 1 0 7726519 616079360 148943 1992294400 4194304 7136930 140734788360448 18446744073709551615 4436359 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/9017/statm: 150410 148943 379 719 0 149689 0
Current children cumulated CPU time (s) 1601.64
Current children cumulated vsize (KiB) 601640

[startup+1662.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/107 9073
/proc/meminfo: memFree=903020/2059040 swapFree=4192956/4192956
[pid=9017] ppid=9015 vsize=617424 CPUtime=1661.62
/proc/9017/stat : 9017 (pbscip.linux.x8) R 9015 9017 8698 0 -1 4202496 154865 0 0 0 163702 2460 0 0 25 0 1 0 7726519 632242176 153149 1992294400 4194304 7136930 140734788360448 18446744073709551615 4643241 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/9017/statm: 154356 153149 379 719 0 153635 0
Current children cumulated CPU time (s) 1661.62
Current children cumulated vsize (KiB) 617424

[startup+1722.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/107 9073
/proc/meminfo: memFree=884792/2059040 swapFree=4192956/4192956
[pid=9017] ppid=9015 vsize=634608 CPUtime=1721.59
/proc/9017/stat : 9017 (pbscip.linux.x8) R 9015 9017 8698 0 -1 4202496 159422 0 0 0 169620 2539 0 0 25 0 1 0 7726519 649838592 157706 1992294400 4194304 7136930 140734788360448 18446744073709551615 5909045 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/9017/statm: 158652 157706 379 719 0 157931 0
Current children cumulated CPU time (s) 1721.59
Current children cumulated vsize (KiB) 634608

[startup+1782.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/107 9075
/proc/meminfo: memFree=861728/2059040 swapFree=4192956/4192956
[pid=9017] ppid=9015 vsize=656328 CPUtime=1781.57
/proc/9017/stat : 9017 (pbscip.linux.x8) R 9015 9017 8698 0 -1 4202496 165089 0 0 0 175530 2627 0 0 25 0 1 0 7726519 672079872 163373 1992294400 4194304 7136930 140734788360448 18446744073709551615 4436491 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/9017/statm: 164082 163373 379 719 0 163361 0
Current children cumulated CPU time (s) 1781.57
Current children cumulated vsize (KiB) 656328



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.81 s]
/proc/loadavg: 0.99 0.98 0.99 2/107 9075
/proc/meminfo: memFree=856768/2059040 swapFree=4192956/4192956
[pid=9017] ppid=9015 vsize=660992 CPUtime=1800.08
/proc/9017/stat : 9017 (pbscip.linux.x8) R 9015 9017 8698 0 -1 4202496 166333 0 0 0 177355 2653 0 0 25 0 1 0 7726519 676855808 164617 1992294400 4194304 7136930 140734788360448 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/9017/statm: 165248 164617 379 719 0 164527 0
Current children cumulated CPU time (s) 1800.08
Current children cumulated vsize (KiB) 660992

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

Sending SIGKILL to process tree (bottom up)

Sending SIGKILL to -9017

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

[startup+1801.5 s]
/proc/loadavg: 0.99 0.98 0.99 2/107 9075
/proc/meminfo: memFree=856768/2059040 swapFree=4192956/4192956
[pid=9017] ppid=9015 vsize=660992 CPUtime=1800.76
/proc/9017/stat : 9017 (pbscip.linux.x8) R 9015 9017 8698 0 -1 4202496 166350 0 0 0 177423 2653 0 0 25 0 1 0 7726519 676855808 164634 1992294400 4194304 7136930 140734788360448 18446744073709551615 6165646 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/9017/statm: 165248 164634 384 719 0 164527 0
Current children cumulated CPU time (s) 1800.76
Current children cumulated vsize (KiB) 660992

[startup+1802.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/108 9076
/proc/meminfo: memFree=856636/2059040 swapFree=4192956/4192956
[pid=9017] ppid=9015 vsize=660992 CPUtime=1801.56
/proc/9017/stat : 9017 (pbscip.linux.x8) R 9015 9017 8698 0 -1 4202496 166350 0 0 0 177503 2653 0 0 25 0 1 0 7726519 676855808 164634 1992294400 4194304 7136930 140734788360448 18446744073709551615 4670178 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/9017/statm: 165248 164634 384 719 0 164527 0
Current children cumulated CPU time (s) 1801.56
Current children cumulated vsize (KiB) 660992

[startup+1802.7 s]
/proc/loadavg: 0.99 0.98 0.99 2/108 9076
/proc/meminfo: memFree=856636/2059040 swapFree=4192956/4192956
[pid=9017] ppid=9015 vsize=660992 CPUtime=1801.96
/proc/9017/stat : 9017 (pbscip.linux.x8) R 9015 9017 8698 0 -1 4202496 166350 0 0 0 177543 2653 0 0 25 0 1 0 7726519 676855808 164634 1992294400 4194304 7136930 140734788360448 18446744073709551615 6166170 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/9017/statm: 165248 164634 384 719 0 164527 0
Current children cumulated CPU time (s) 1801.96
Current children cumulated vsize (KiB) 660992

[startup+1802.8 s]
/proc/loadavg: 0.99 0.98 0.99 2/108 9076
/proc/meminfo: memFree=856636/2059040 swapFree=4192956/4192956
[pid=9017] ppid=9015 vsize=660088 CPUtime=1802.06
/proc/9017/stat : 9017 (pbscip.linux.x8) R 9015 9017 8698 0 -1 4202496 166350 0 0 0 177553 2653 0 0 25 0 1 0 7726519 675930112 164408 1992294400 4194304 7136930 140734788360448 18446744073709551615 6165759 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/9017/statm: 165022 164408 384 719 0 164301 0
Current children cumulated CPU time (s) 1802.06
Current children cumulated vsize (KiB) 660088

Child ended because it received signal 9 (SIGKILL)
Real time (s): 1802.88
CPU time (s): 1802.15
CPU user time (s): 1775.55
CPU system time (s): 26.597
CPU usage (%): 99.9596
Max. virtual memory (cumulated for all children) (KiB): 660992

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1775.55
system time used= 26.597
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 166350
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 1
involuntary context switches= 4516

runsolver used 3.15252 second user time and 8.35973 second system time

The end

Launcher Data

Begin job on node007 at 2010-06-12 07:40:31
IDJOB=2664484
IDBENCH=1390
IDSOLVER=1167
FILE ID=node007/2664484-1276321231
PBS_JOBID= 11173154
Free space on /tmp= 62456 MiB

SOLVER NAME= SCIPnone SCIP 1.2.1.2 without any LP solver
BENCH NAME= PB06//final/normalized-PB06/SATUNSAT-SMALLINT/submitted-PB05/aloul/FPGA_SAT05/normalized-chnl35_40_pb.cnf.cr.opb
COMMAND LINE= HOME/pbscip.linux.x86_64.gnu.opt.none -f BENCHNAME -t TIMEOUT -m MEMLIMIT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2664484-1276321231/watcher-2664484-1276321231 -o /tmp/evaluation-result-2664484-1276321231/solver-2664484-1276321231 -C 1800 -W 2000 -M 1800  HOME/pbscip.linux.x86_64.gnu.opt.none -f HOME/instance-2664484-1276321231.opb -t 1800 -m 1800

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

MD5SUM BENCH= d3d31f2bec4390bf166702fac3cf6fcc
RANDOM SEED=111002656

node007.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.264
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.52
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.264
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.44
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1518596 kB
Buffers:         95940 kB
Cached:         315780 kB
SwapCached:          0 kB
Active:         178428 kB
Inactive:       292608 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1518596 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:            3496 kB
Writeback:           0 kB
AnonPages:       59160 kB
Mapped:          15416 kB
Slab:            47568 kB
PageTables:       4024 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   181888 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= 62452 MiB
End job on node007 at 2010-06-12 08:10:34