Trace number 2664262

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.11 1802.6

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/
prestwich/robin/normalized-robin10.opb
MD5SUM93a881e30e7c33fefd66d9521eb49849
Bench CategoryDEC-SMALLINT (no optimisation, small integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark0
Best CPU time to get the best result obtained on this benchmark1.15482
Has Objective FunctionNO
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved NO
Number of variables2025
Total number of constraints410
Number of constraints which are clauses180
Number of constraints which are cardinality constraints (but not clauses)230
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint45
Maximum length of a constraint81
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 2
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 83
Number of bits of the biggest sum of numbers7
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-2664262-1276268856.opb>
0.01/0.05	c original problem has 2025 variables (2025 bin, 0 int, 0 impl, 0 cont) and 410 constraints
0.01/0.05	c problem read
0.01/0.05	c No objective function, only one solution is needed.
0.01/0.05	c presolving settings loaded
0.01/0.05	c [src/scip/lpi_none.c:41] ERROR: there is no LP solver linked to the binary (LPS=none); you should set the parameter <lp/solvefreq> to <-1> to avoid solving LPs
0.01/0.07	c presolving:
0.01/0.09	c (round 1) 0 del vars, 180 del conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 50 upgd conss, 0 impls, 180 clqs
0.09/0.18	c (round 2) 0 del vars, 180 del conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 230 upgd conss, 0 impls, 180 clqs
0.09/0.19	c presolving (3 rounds):
0.09/0.19	c  0 deleted vars, 180 deleted constraints, 0 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
0.09/0.19	c  0 implications, 180 cliques
0.09/0.19	c presolved problem has 2025 variables (2025 bin, 0 int, 0 impl, 0 cont) and 230 constraints
0.09/0.19	c      50 constraints of type <knapsack>
0.09/0.19	c     180 constraints of type <setppc>
0.09/0.19	c transformed objective value is always integral (scale: 1)
0.09/0.19	c Presolving Time: 0.11
0.09/0.19	c - non default parameters ----------------------------------------------------------------------
0.09/0.19	c # SCIP version 1.2.1.2
0.09/0.19	c 
0.09/0.19	c # frequency for displaying node information lines
0.09/0.19	c # [type: int, range: [-1,2147483647], default: 100]
0.09/0.19	c display/freq = 10000
0.09/0.19	c 
0.09/0.19	c # maximal time in seconds to run
0.09/0.19	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.09/0.19	c limits/time = 1799.96
0.09/0.19	c 
0.09/0.19	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.09/0.19	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.09/0.19	c limits/memory = 1620
0.09/0.19	c 
0.09/0.19	c # solving stops, if the given number of solutions were found (-1: no limit)
0.09/0.19	c # [type: int, range: [-1,2147483647], default: -1]
0.09/0.19	c limits/solutions = 1
0.09/0.19	c 
0.09/0.19	c # frequency for solving LP at the nodes (-1: never; 0: only root LP)
0.09/0.19	c # [type: int, range: [-1,2147483647], default: 1]
0.09/0.19	c lp/solvefreq = -1
0.09/0.19	c 
0.09/0.19	c # maximal number of separation rounds per node (-1: unlimited)
0.09/0.19	c # [type: int, range: [-1,2147483647], default: 5]
0.09/0.19	c separating/maxrounds = 1
0.09/0.19	c 
0.09/0.19	c # maximal number of separation rounds in the root node (-1: unlimited)
0.09/0.19	c # [type: int, range: [-1,2147483647], default: -1]
0.09/0.19	c separating/maxroundsroot = 5
0.09/0.19	c 
0.09/0.19	c # should presolving try to simplify inequalities
0.09/0.19	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.09/0.19	c constraints/linear/simplifyinequalities = TRUE
0.09/0.19	c 
0.09/0.19	c # should disaggregation of knapsack constraints be allowed in preprocessing?
0.09/0.19	c # [type: bool, range: {TRUE,FALSE}, default: TRUE]
0.09/0.19	c constraints/knapsack/disaggregation = FALSE
0.09/0.19	c 
0.09/0.19	c # should presolving try to simplify knapsacks
0.09/0.19	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.09/0.19	c constraints/knapsack/simplifyinequalities = TRUE
0.09/0.19	c 
0.09/0.19	c # maximal number of presolving rounds the presolver participates in (-1: no limit)
0.09/0.19	c # [type: int, range: [-1,2147483647], default: -1]
0.09/0.19	c presolving/probing/maxrounds = 0
0.09/0.19	c 
0.09/0.19	c # frequency for calling primal heuristic <coefdiving> (-1: never, 0: only at depth freqofs)
0.09/0.19	c # [type: int, range: [-1,2147483647], default: 10]
0.09/0.19	c heuristics/coefdiving/freq = -1
0.09/0.19	c 
0.09/0.19	c # maximal fraction of diving LP iterations compared to node LP iterations
0.09/0.19	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.09/0.19	c heuristics/coefdiving/maxlpiterquot = 0.075
0.09/0.19	c 
0.09/0.19	c # additional number of allowed LP iterations
0.09/0.19	c # [type: int, range: [0,2147483647], default: 1000]
0.09/0.19	c heuristics/coefdiving/maxlpiterofs = 1500
0.09/0.19	c 
0.09/0.19	c # frequency for calling primal heuristic <crossover> (-1: never, 0: only at depth freqofs)
0.09/0.19	c # [type: int, range: [-1,2147483647], default: 30]
0.09/0.19	c heuristics/crossover/freq = -1
0.09/0.19	c 
0.09/0.19	c # number of nodes added to the contingent of the total nodes
0.09/0.19	c # [type: longint, range: [0,9223372036854775807], default: 500]
0.09/0.19	c heuristics/crossover/nodesofs = 750
0.09/0.19	c 
0.09/0.19	c # number of nodes without incumbent change that heuristic should wait
0.09/0.19	c # [type: longint, range: [0,9223372036854775807], default: 200]
0.09/0.19	c heuristics/crossover/nwaitingnodes = 100
0.09/0.19	c 
0.09/0.19	c # contingent of sub problem nodes in relation to the number of nodes of the original problem
0.09/0.19	c # [type: real, range: [0,1], default: 0.1]
0.09/0.19	c heuristics/crossover/nodesquot = 0.15
0.09/0.19	c 
0.09/0.19	c # minimum percentage of integer variables that have to be fixed 
0.09/0.19	c # [type: real, range: [0,1], default: 0.666]
0.09/0.19	c heuristics/crossover/minfixingrate = 0.5
0.09/0.19	c 
0.09/0.19	c # frequency for calling primal heuristic <feaspump> (-1: never, 0: only at depth freqofs)
0.09/0.19	c # [type: int, range: [-1,2147483647], default: 20]
0.09/0.19	c heuristics/feaspump/freq = -1
0.09/0.19	c 
0.09/0.19	c # additional number of allowed LP iterations
0.09/0.19	c # [type: int, range: [0,2147483647], default: 1000]
0.09/0.19	c heuristics/feaspump/maxlpiterofs = 2000
0.09/0.19	c 
0.09/0.19	c # frequency for calling primal heuristic <fracdiving> (-1: never, 0: only at depth freqofs)
0.09/0.19	c # [type: int, range: [-1,2147483647], default: 10]
0.09/0.19	c heuristics/fracdiving/freq = -1
0.09/0.19	c 
0.09/0.19	c # maximal fraction of diving LP iterations compared to node LP iterations
0.09/0.19	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.09/0.19	c heuristics/fracdiving/maxlpiterquot = 0.075
0.09/0.19	c 
0.09/0.19	c # additional number of allowed LP iterations
0.09/0.19	c # [type: int, range: [0,2147483647], default: 1000]
0.09/0.19	c heuristics/fracdiving/maxlpiterofs = 1500
0.09/0.19	c 
0.09/0.19	c # frequency for calling primal heuristic <guideddiving> (-1: never, 0: only at depth freqofs)
0.09/0.19	c # [type: int, range: [-1,2147483647], default: 10]
0.09/0.19	c heuristics/guideddiving/freq = -1
0.09/0.19	c 
0.09/0.19	c # maximal fraction of diving LP iterations compared to node LP iterations
0.09/0.19	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.09/0.19	c heuristics/guideddiving/maxlpiterquot = 0.075
0.09/0.19	c 
0.09/0.19	c # additional number of allowed LP iterations
0.09/0.19	c # [type: int, range: [0,2147483647], default: 1000]
0.09/0.19	c heuristics/guideddiving/maxlpiterofs = 1500
0.09/0.19	c 
0.09/0.19	c # maximal fraction of diving LP iterations compared to node LP iterations
0.09/0.19	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.09/0.19	c heuristics/intdiving/maxlpiterquot = 0.075
0.09/0.19	c 
0.09/0.19	c # frequency for calling primal heuristic <intshifting> (-1: never, 0: only at depth freqofs)
0.09/0.19	c # [type: int, range: [-1,2147483647], default: 10]
0.09/0.19	c heuristics/intshifting/freq = -1
0.09/0.19	c 
0.09/0.19	c # frequency for calling primal heuristic <linesearchdiving> (-1: never, 0: only at depth freqofs)
0.09/0.19	c # [type: int, range: [-1,2147483647], default: 10]
0.09/0.19	c heuristics/linesearchdiving/freq = -1
0.09/0.19	c 
0.09/0.19	c # maximal fraction of diving LP iterations compared to node LP iterations
0.09/0.19	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.09/0.19	c heuristics/linesearchdiving/maxlpiterquot = 0.075
0.09/0.19	c 
0.09/0.19	c # additional number of allowed LP iterations
0.09/0.19	c # [type: int, range: [0,2147483647], default: 1000]
0.09/0.19	c heuristics/linesearchdiving/maxlpiterofs = 1500
0.09/0.19	c 
0.09/0.19	c # frequency for calling primal heuristic <nlp> (-1: never, 0: only at depth freqofs)
0.09/0.19	c # [type: int, range: [-1,2147483647], default: 1]
0.09/0.19	c heuristics/nlp/freq = -1
0.09/0.19	c 
0.09/0.19	c # frequency for calling primal heuristic <objpscostdiving> (-1: never, 0: only at depth freqofs)
0.09/0.19	c # [type: int, range: [-1,2147483647], default: 20]
0.09/0.19	c heuristics/objpscostdiving/freq = -1
0.09/0.19	c 
0.09/0.19	c # maximal fraction of diving LP iterations compared to total iteration number
0.09/0.19	c # [type: real, range: [0,1], default: 0.01]
0.09/0.19	c heuristics/objpscostdiving/maxlpiterquot = 0.015
0.09/0.19	c 
0.09/0.19	c # additional number of allowed LP iterations
0.09/0.19	c # [type: int, range: [0,2147483647], default: 1000]
0.09/0.19	c heuristics/objpscostdiving/maxlpiterofs = 1500
0.09/0.19	c 
0.09/0.19	c # frequency for calling primal heuristic <oneopt> (-1: never, 0: only at depth freqofs)
0.09/0.19	c # [type: int, range: [-1,2147483647], default: 1]
0.09/0.19	c heuristics/oneopt/freq = -1
0.09/0.19	c 
0.09/0.19	c # frequency for calling primal heuristic <pscostdiving> (-1: never, 0: only at depth freqofs)
0.09/0.19	c # [type: int, range: [-1,2147483647], default: 10]
0.09/0.19	c heuristics/pscostdiving/freq = -1
0.09/0.19	c 
0.09/0.19	c # maximal fraction of diving LP iterations compared to node LP iterations
0.09/0.19	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.09/0.19	c heuristics/pscostdiving/maxlpiterquot = 0.075
0.09/0.19	c 
0.09/0.19	c # additional number of allowed LP iterations
0.09/0.19	c # [type: int, range: [0,2147483647], default: 1000]
0.09/0.19	c heuristics/pscostdiving/maxlpiterofs = 1500
0.09/0.19	c 
0.09/0.19	c # frequency for calling primal heuristic <rens> (-1: never, 0: only at depth freqofs)
0.09/0.19	c # [type: int, range: [-1,2147483647], default: 0]
0.09/0.19	c heuristics/rens/freq = -1
0.09/0.19	c 
0.09/0.19	c # minimum percentage of integer variables that have to be fixable 
0.09/0.19	c # [type: real, range: [0,1], default: 0.5]
0.09/0.19	c heuristics/rens/minfixingrate = 0.3
0.09/0.19	c 
0.09/0.19	c # number of nodes added to the contingent of the total nodes
0.09/0.19	c # [type: longint, range: [0,9223372036854775807], default: 500]
0.09/0.19	c heuristics/rens/nodesofs = 2000
0.09/0.19	c 
0.09/0.19	c # frequency for calling primal heuristic <rootsoldiving> (-1: never, 0: only at depth freqofs)
0.09/0.19	c # [type: int, range: [-1,2147483647], default: 20]
0.09/0.19	c heuristics/rootsoldiving/freq = -1
0.09/0.19	c 
0.09/0.19	c # maximal fraction of diving LP iterations compared to node LP iterations
0.09/0.19	c # [type: real, range: [0,1.79769313486232e+308], default: 0.01]
0.09/0.19	c heuristics/rootsoldiving/maxlpiterquot = 0.015
0.09/0.19	c 
0.09/0.19	c # additional number of allowed LP iterations
0.09/0.19	c # [type: int, range: [0,2147483647], default: 1000]
0.09/0.19	c heuristics/rootsoldiving/maxlpiterofs = 1500
0.09/0.19	c 
0.09/0.19	c # frequency for calling primal heuristic <rounding> (-1: never, 0: only at depth freqofs)
0.09/0.19	c # [type: int, range: [-1,2147483647], default: 1]
0.09/0.19	c heuristics/rounding/freq = -1
0.09/0.19	c 
0.09/0.19	c # frequency for calling primal heuristic <shifting> (-1: never, 0: only at depth freqofs)
0.09/0.19	c # [type: int, range: [-1,2147483647], default: 10]
0.09/0.19	c heuristics/shifting/freq = -1
0.09/0.19	c 
0.09/0.19	c # frequency for calling primal heuristic <simplerounding> (-1: never, 0: only at depth freqofs)
0.09/0.19	c # [type: int, range: [-1,2147483647], default: 1]
0.09/0.19	c heuristics/simplerounding/freq = -1
0.09/0.19	c 
0.09/0.19	c # frequency for calling primal heuristic <trivial> (-1: never, 0: only at depth freqofs)
0.09/0.19	c # [type: int, range: [-1,2147483647], default: 0]
0.09/0.19	c heuristics/trivial/freq = -1
0.09/0.19	c 
0.09/0.19	c # frequency for calling primal heuristic <trysol> (-1: never, 0: only at depth freqofs)
0.09/0.19	c # [type: int, range: [-1,2147483647], default: 1]
0.09/0.19	c heuristics/trysol/freq = -1
0.09/0.19	c 
0.09/0.19	c # frequency for calling primal heuristic <veclendiving> (-1: never, 0: only at depth freqofs)
0.09/0.19	c # [type: int, range: [-1,2147483647], default: 10]
0.09/0.19	c heuristics/veclendiving/freq = -1
0.09/0.19	c 
0.09/0.19	c # maximal fraction of diving LP iterations compared to node LP iterations
0.09/0.19	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.09/0.19	c heuristics/veclendiving/maxlpiterquot = 0.075
0.09/0.19	c 
0.09/0.19	c # additional number of allowed LP iterations
0.09/0.19	c # [type: int, range: [0,2147483647], default: 1000]
0.09/0.19	c heuristics/veclendiving/maxlpiterofs = 1500
0.09/0.19	c 
0.09/0.19	c # frequency for calling primal heuristic <zirounding> (-1: never, 0: only at depth freqofs)
0.09/0.19	c # [type: int, range: [-1,2147483647], default: 1]
0.09/0.19	c heuristics/zirounding/freq = -1
0.09/0.19	c 
0.09/0.19	c # frequency for calling separator <cmir> (-1: never, 0: only in root node)
0.09/0.19	c # [type: int, range: [-1,2147483647], default: 0]
0.09/0.19	c separating/cmir/freq = -1
0.09/0.19	c 
0.09/0.19	c # frequency for calling separator <flowcover> (-1: never, 0: only in root node)
0.09/0.19	c # [type: int, range: [-1,2147483647], default: 0]
0.09/0.19	c separating/flowcover/freq = -1
0.09/0.19	c 
0.09/0.19	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
0.09/0.19	c # [type: int, range: [-1,2147483647], default: -1]
0.09/0.19	c separating/rapidlearning/freq = 0
0.09/0.19	c 
0.09/0.19	c -----------------------------------------------------------------------------------------------
0.09/0.19	c start solving
0.09/0.19	c 
0.09/0.19	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
0.09/0.19	c   0.1s|     1 |     2 |     0 |     - |6320k|   0 |   - |2025 | 230 |   0 |   0 |   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
8.59/8.61	c   8.4s| 10000 |  9910 |     0 |   0.0 |  10M| 939 |   - |2025 | 456 |   0 |   0 |   0 | 227 |   0 | 0.000000e+00 |      --      |    Inf 
18.08/18.18	c  17.8s| 20000 | 19831 |     0 |   0.0 |  14M| 939 |   - |2025 | 671 |   0 |   0 |   0 | 443 |   0 | 0.000000e+00 |      --      |    Inf 
27.08/27.14	c  26.6s| 30000 | 29758 |     0 |   0.0 |  17M| 939 |   - |2025 | 790 |   0 |   0 |   0 | 577 |   0 | 0.000000e+00 |      --      |    Inf 
35.88/35.96	c  35.3s| 40000 | 39683 |     0 |   0.0 |  20M| 939 |   - |2025 | 939 |   0 |   0 |   0 | 765 |   0 | 0.000000e+00 |      --      |    Inf 
44.68/44.77	c  44.0s| 50000 | 49590 |     0 |   0.0 |  24M| 939 |   - |2025 |1116 |   0 |   0 |   0 | 986 |   0 | 0.000000e+00 |      --      |    Inf 
52.68/52.70	c  51.8s| 60000 | 59471 |     0 |   0.0 |  28M| 939 |   - |2025 |1356 |   0 |   0 |   0 |1309 |   0 | 0.000000e+00 |      --      |    Inf 
60.48/60.51	c  59.5s| 70000 | 69326 |     0 |   0.0 |  32M| 939 |   - |2025 |1595 |   0 |   0 |   0 |1717 |   0 | 0.000000e+00 |      --      |    Inf 
68.08/68.16	c  66.9s| 80000 | 79172 |     0 |   0.0 |  36M| 939 |   - |2025 |1915 |   0 |   0 |   0 |2269 |   0 | 0.000000e+00 |      --      |    Inf 
75.37/75.49	c  74.1s| 90000 | 88994 |     0 |   0.0 |  41M| 939 |   - |2025 |2189 |   0 |   0 |   0 |2864 |   0 | 0.000000e+00 |      --      |    Inf 
82.56/82.68	c  81.2s|100000 | 98758 |     0 |   0.0 |  46M| 939 |   - |2025 |2456 |   0 |   0 |   0 |3525 |   0 | 0.000000e+00 |      --      |    Inf 
89.37/89.45	c  87.8s|110000 |108398 |     0 |   0.0 |  52M| 939 |   - |2025 |2851 |   0 |   0 |   0 |4527 |   0 | 0.000000e+00 |      --      |    Inf 
98.47/98.59	c  96.7s|120000 |117149 |     0 |   0.0 |  60M| 939 |   - |2025 |2572 |   0 |   0 |   0 |6645 |   0 | 0.000000e+00 |      --      |    Inf 
107.26/107.39	c   105s|130000 |127094 |     0 |   0.0 |  63M| 939 |   - |2025 |1955 |   0 |   0 |   0 |6746 |   0 | 0.000000e+00 |      --      |    Inf 
116.06/116.13	c   114s|140000 |137007 |     0 |   0.0 |  65M| 939 |   - |2025 |1404 |   0 |   0 |   0 |6903 |   0 | 0.000000e+00 |      --      |    Inf 
124.76/124.83	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
124.76/124.83	c   123s|150000 |146919 |     0 |   0.0 |  68M| 939 |   - |2025 |1133 |   0 |   0 |   0 |7100 |   0 | 0.000000e+00 |      --      |    Inf 
133.36/133.45	c   131s|160000 |156851 |     0 |   0.0 |  71M| 939 |   - |2025 | 942 |   0 |   0 |   0 |7256 |   0 | 0.000000e+00 |      --      |    Inf 
141.86/141.99	c   139s|170000 |166787 |     0 |   0.0 |  74M| 939 |   - |2025 | 855 |   0 |   0 |   0 |7411 |   0 | 0.000000e+00 |      --      |    Inf 
150.46/150.57	c   148s|180000 |176708 |     0 |   0.0 |  78M| 939 |   - |2025 | 860 |   0 |   0 |   0 |7659 |   0 | 0.000000e+00 |      --      |    Inf 
159.05/159.11	c   156s|190000 |186630 |     0 |   0.0 |  81M| 939 |   - |2025 | 808 |   0 |   0 |   0 |7870 |   0 | 0.000000e+00 |      --      |    Inf 
167.46/167.52	c   165s|200000 |196543 |     0 |   0.0 |  85M| 939 |   - |2025 | 785 |   0 |   0 |   0 |8093 |   0 | 0.000000e+00 |      --      |    Inf 
176.15/176.20	c   173s|210000 |206426 |     0 |   0.0 |  88M| 939 |   - |2025 | 824 |   0 |   0 |   0 |8394 |   0 | 0.000000e+00 |      --      |    Inf 
184.46/184.57	c   181s|220000 |216341 |     0 |   0.0 |  92M| 939 |   - |2025 | 844 |   0 |   0 |   0 |8643 |   0 | 0.000000e+00 |      --      |    Inf 
193.05/193.19	c   190s|230000 |226236 |     0 |   0.0 |  96M| 939 |   - |2025 | 872 |   0 |   0 |   0 |8915 |   0 | 0.000000e+00 |      --      |    Inf 
201.65/201.71	c   198s|240000 |236128 |     0 |   0.0 | 100M| 939 |   - |2025 | 873 |   0 |   0 |   0 |9197 |   0 | 0.000000e+00 |      --      |    Inf 
210.25/210.32	c   207s|250000 |246018 |     0 |   0.0 | 103M| 939 |   - |2025 | 826 |   0 |   0 |   0 |9456 |   0 | 0.000000e+00 |      --      |    Inf 
218.85/218.99	c   215s|260000 |255909 |     0 |   0.0 | 107M| 939 |   - |2025 | 814 |   0 |   0 |   0 |9738 |   0 | 0.000000e+00 |      --      |    Inf 
227.55/227.63	c   224s|270000 |265785 |     0 |   0.0 | 111M| 939 |   - |2025 | 801 |   0 |   0 |   0 |  10k|   0 | 0.000000e+00 |      --      |    Inf 
236.15/236.28	c   232s|280000 |275672 |     0 |   0.0 | 114M| 939 |   - |2025 | 847 |   0 |   0 |   0 |  10k|   0 | 0.000000e+00 |      --      |    Inf 
244.94/245.03	c   241s|290000 |285555 |     0 |   0.0 | 118M| 939 |   - |2025 | 866 |   0 |   0 |   0 |  10k|   0 | 0.000000e+00 |      --      |    Inf 
253.54/253.67	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
253.54/253.67	c   249s|300000 |295441 |     0 |   0.0 | 122M| 939 |   - |2025 | 830 |   0 |   0 |   0 |  10k|   0 | 0.000000e+00 |      --      |    Inf 
262.14/262.28	c   258s|310000 |305342 |     0 |   0.0 | 126M| 939 |   - |2025 | 818 |   0 |   0 |   0 |  11k|   0 | 0.000000e+00 |      --      |    Inf 
270.74/270.82	c   266s|320000 |315230 |     0 |   0.0 | 129M| 939 |   - |2025 | 848 |   0 |   0 |   0 |  11k|   0 | 0.000000e+00 |      --      |    Inf 
279.43/279.56	c   275s|330000 |325093 |     0 |   0.0 | 133M| 939 |   - |2025 | 786 |   0 |   0 |   0 |  11k|   0 | 0.000000e+00 |      --      |    Inf 
288.23/288.33	c   283s|340000 |334975 |     0 |   0.0 | 137M| 939 |   - |2025 | 767 |   0 |   0 |   0 |  12k|   0 | 0.000000e+00 |      --      |    Inf 
297.03/297.10	c   292s|350000 |344852 |     0 |   0.0 | 140M| 939 |   - |2025 | 810 |   0 |   0 |   0 |  12k|   0 | 0.000000e+00 |      --      |    Inf 
305.74/305.84	c   301s|360000 |354748 |     0 |   0.0 | 144M| 939 |   - |2025 | 806 |   0 |   0 |   0 |  12k|   0 | 0.000000e+00 |      --      |    Inf 
314.43/314.60	c   309s|370000 |364629 |     0 |   0.0 | 148M| 939 |   - |2025 | 788 |   0 |   0 |   0 |  13k|   0 | 0.000000e+00 |      --      |    Inf 
323.23/323.34	c   318s|380000 |374524 |     0 |   0.0 | 151M| 939 |   - |2025 | 732 |   0 |   0 |   0 |  13k|   0 | 0.000000e+00 |      --      |    Inf 
332.03/332.11	c   327s|390000 |384415 |     0 |   0.0 | 155M| 939 |   - |2025 | 743 |   0 |   0 |   0 |  13k|   0 | 0.000000e+00 |      --      |    Inf 
340.82/340.94	c   335s|400000 |394304 |     0 |   0.0 | 158M| 939 |   - |2025 | 774 |   0 |   0 |   0 |  13k|   0 | 0.000000e+00 |      --      |    Inf 
349.63/349.74	c   344s|410000 |404198 |     0 |   0.0 | 162M| 939 |   - |2025 | 721 |   0 |   0 |   0 |  14k|   0 | 0.000000e+00 |      --      |    Inf 
358.32/358.49	c   353s|420000 |414061 |     0 |   0.0 | 166M| 939 |   - |2025 | 810 |   0 |   0 |   0 |  14k|   0 | 0.000000e+00 |      --      |    Inf 
367.23/367.38	c   361s|430000 |423945 |     0 |   0.0 | 170M| 939 |   - |2025 | 737 |   0 |   0 |   0 |  15k|   0 | 0.000000e+00 |      --      |    Inf 
376.02/376.11	c   370s|440000 |433826 |     0 |   0.0 | 174M| 939 |   - |2025 | 741 |   0 |   0 |   0 |  15k|   0 | 0.000000e+00 |      --      |    Inf 
384.71/384.81	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
384.71/384.81	c   378s|450000 |443731 |     0 |   0.0 | 177M| 939 |   - |2025 | 699 |   0 |   0 |   0 |  15k|   0 | 0.000000e+00 |      --      |    Inf 
393.51/393.68	c   387s|460000 |453591 |     0 |   0.0 | 181M| 939 |   - |2025 | 723 |   0 |   0 |   0 |  15k|   0 | 0.000000e+00 |      --      |    Inf 
402.20/402.34	c   396s|470000 |463459 |     0 |   0.0 | 185M| 939 |   - |2025 | 794 |   0 |   0 |   0 |  16k|   0 | 0.000000e+00 |      --      |    Inf 
411.00/411.15	c   404s|480000 |473354 |     0 |   0.0 | 188M| 939 |   - |2025 | 784 |   0 |   0 |   0 |  16k|   0 | 0.000000e+00 |      --      |    Inf 
419.90/420.05	c   413s|490000 |483252 |     0 |   0.0 | 192M| 939 |   - |2025 | 746 |   0 |   0 |   0 |  16k|   0 | 0.000000e+00 |      --      |    Inf 
428.60/428.78	c   422s|500000 |493149 |     0 |   0.0 | 196M| 939 |   - |2025 | 794 |   0 |   0 |   0 |  17k|   0 | 0.000000e+00 |      --      |    Inf 
437.39/437.53	c   430s|510000 |502993 |     0 |   0.0 | 199M| 939 |   - |2025 | 817 |   0 |   0 |   0 |  17k|   0 | 0.000000e+00 |      --      |    Inf 
446.20/446.35	c   439s|520000 |512869 |     0 |   0.0 | 203M| 939 |   - |2025 | 753 |   0 |   0 |   0 |  17k|   0 | 0.000000e+00 |      --      |    Inf 
454.89/455.02	c   447s|530000 |522774 |     0 |   0.0 | 207M| 939 |   - |2025 | 769 |   0 |   0 |   0 |  18k|   0 | 0.000000e+00 |      --      |    Inf 
463.38/463.60	c   456s|540000 |532645 |     0 |   0.0 | 210M| 939 |   - |2025 | 798 |   0 |   0 |   0 |  18k|   0 | 0.000000e+00 |      --      |    Inf 
472.18/472.37	c   465s|550000 |542540 |     0 |   0.0 | 214M| 939 |   - |2025 | 763 |   0 |   0 |   0 |  18k|   0 | 0.000000e+00 |      --      |    Inf 
480.98/481.13	c   473s|560000 |552441 |     0 |   0.0 | 218M| 939 |   - |2025 | 778 |   0 |   0 |   0 |  18k|   0 | 0.000000e+00 |      --      |    Inf 
489.68/489.86	c   482s|570000 |562338 |     0 |   0.0 | 221M| 939 |   - |2025 | 772 |   0 |   0 |   0 |  19k|   0 | 0.000000e+00 |      --      |    Inf 
498.38/498.57	c   490s|580000 |572216 |     0 |   0.0 | 225M| 939 |   - |2025 | 805 |   0 |   0 |   0 |  19k|   0 | 0.000000e+00 |      --      |    Inf 
507.08/507.22	c   499s|590000 |582112 |     0 |   0.0 | 229M| 939 |   - |2025 | 796 |   0 |   0 |   0 |  19k|   0 | 0.000000e+00 |      --      |    Inf 
515.68/515.87	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
515.68/515.87	c   507s|600000 |592004 |     0 |   0.0 | 233M| 939 |   - |2025 | 775 |   0 |   0 |   0 |  20k|   0 | 0.000000e+00 |      --      |    Inf 
524.48/524.62	c   516s|610000 |601875 |     0 |   0.0 | 237M| 939 |   - |2025 | 750 |   0 |   0 |   0 |  20k|   0 | 0.000000e+00 |      --      |    Inf 
533.28/533.43	c   525s|620000 |611740 |     0 |   0.0 | 240M| 939 |   - |2025 | 765 |   0 |   0 |   0 |  20k|   0 | 0.000000e+00 |      --      |    Inf 
542.08/542.21	c   533s|630000 |621630 |     0 |   0.0 | 244M| 939 |   - |2025 | 736 |   0 |   0 |   0 |  21k|   0 | 0.000000e+00 |      --      |    Inf 
550.67/550.82	c   542s|640000 |631509 |     0 |   0.0 | 248M| 939 |   - |2025 | 764 |   0 |   0 |   0 |  21k|   0 | 0.000000e+00 |      --      |    Inf 
559.27/559.47	c   550s|650000 |641424 |     0 |   0.0 | 251M| 939 |   - |2025 | 708 |   0 |   0 |   0 |  21k|   0 | 0.000000e+00 |      --      |    Inf 
567.96/568.15	c   559s|660000 |651281 |     0 |   0.0 | 255M| 939 |   - |2025 | 802 |   0 |   0 |   0 |  22k|   0 | 0.000000e+00 |      --      |    Inf 
576.76/576.99	c   568s|670000 |661179 |     0 |   0.0 | 259M| 939 |   - |2025 | 718 |   0 |   0 |   0 |  22k|   0 | 0.000000e+00 |      --      |    Inf 
585.56/585.78	c   576s|680000 |671030 |     0 |   0.0 | 262M| 939 |   - |2025 | 810 |   0 |   0 |   0 |  22k|   0 | 0.000000e+00 |      --      |    Inf 
594.36/594.56	c   585s|690000 |680902 |     0 |   0.0 | 266M| 939 |   - |2025 | 817 |   0 |   0 |   0 |  23k|   0 | 0.000000e+00 |      --      |    Inf 
603.05/603.27	c   593s|700000 |690776 |     0 |   0.0 | 270M| 939 |   - |2025 | 799 |   0 |   0 |   0 |  23k|   0 | 0.000000e+00 |      --      |    Inf 
611.85/612.02	c   602s|710000 |700659 |     0 |   0.0 | 274M| 939 |   - |2025 | 760 |   0 |   0 |   0 |  23k|   0 | 0.000000e+00 |      --      |    Inf 
620.45/620.69	c   610s|720000 |710550 |     0 |   0.0 | 277M| 939 |   - |2025 | 727 |   0 |   0 |   0 |  24k|   0 | 0.000000e+00 |      --      |    Inf 
629.25/629.47	c   619s|730000 |720425 |     0 |   0.0 | 281M| 939 |   - |2025 | 738 |   0 |   0 |   0 |  24k|   0 | 0.000000e+00 |      --      |    Inf 
638.03/638.22	c   628s|740000 |730303 |     0 |   0.0 | 285M| 939 |   - |2025 | 778 |   0 |   0 |   0 |  24k|   0 | 0.000000e+00 |      --      |    Inf 
646.72/646.94	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
646.72/646.94	c   636s|750000 |740194 |     0 |   0.0 | 288M| 939 |   - |2025 | 763 |   0 |   0 |   0 |  25k|   0 | 0.000000e+00 |      --      |    Inf 
655.43/655.69	c   645s|760000 |750071 |     0 |   0.0 | 292M| 939 |   - |2025 | 723 |   0 |   0 |   0 |  25k|   0 | 0.000000e+00 |      --      |    Inf 
664.22/664.40	c   653s|770000 |759937 |     0 |   0.0 | 296M| 939 |   - |2025 | 746 |   0 |   0 |   0 |  25k|   0 | 0.000000e+00 |      --      |    Inf 
673.03/673.23	c   662s|780000 |769831 |     0 |   0.0 | 299M| 939 |   - |2025 | 712 |   0 |   0 |   0 |  26k|   0 | 0.000000e+00 |      --      |    Inf 
681.82/682.08	c   671s|790000 |779694 |     0 |   0.0 | 303M| 939 |   - |2025 | 743 |   0 |   0 |   0 |  26k|   0 | 0.000000e+00 |      --      |    Inf 
690.62/690.81	c   679s|800000 |789576 |     0 |   0.0 | 307M| 939 |   - |2025 | 771 |   0 |   0 |   0 |  26k|   0 | 0.000000e+00 |      --      |    Inf 
699.21/699.43	c   688s|810000 |799459 |     0 |   0.0 | 310M| 939 |   - |2025 | 767 |   0 |   0 |   0 |  27k|   0 | 0.000000e+00 |      --      |    Inf 
707.90/708.11	c   696s|820000 |809328 |     0 |   0.0 | 314M| 939 |   - |2025 | 788 |   0 |   0 |   0 |  27k|   0 | 0.000000e+00 |      --      |    Inf 
716.60/716.89	c   705s|830000 |819193 |     0 |   0.0 | 318M| 939 |   - |2025 | 790 |   0 |   0 |   0 |  27k|   0 | 0.000000e+00 |      --      |    Inf 
725.20/725.47	c   714s|840000 |829053 |     0 |   0.0 | 322M| 939 |   - |2025 | 795 |   0 |   0 |   0 |  28k|   0 | 0.000000e+00 |      --      |    Inf 
733.89/734.12	c   722s|850000 |838934 |     0 |   0.0 | 325M| 939 |   - |2025 | 767 |   0 |   0 |   0 |  28k|   0 | 0.000000e+00 |      --      |    Inf 
742.59/742.82	c   731s|860000 |848795 |     0 |   0.0 | 329M| 939 |   - |2025 | 746 |   0 |   0 |   0 |  28k|   0 | 0.000000e+00 |      --      |    Inf 
751.19/751.40	c   739s|870000 |858662 |     0 |   0.0 | 333M| 939 |   - |2025 | 746 |   0 |   0 |   0 |  29k|   0 | 0.000000e+00 |      --      |    Inf 
759.79/760.09	c   748s|880000 |868544 |     0 |   0.0 | 336M| 939 |   - |2025 | 720 |   0 |   0 |   0 |  29k|   0 | 0.000000e+00 |      --      |    Inf 
768.48/768.78	c   756s|890000 |878385 |     0 |   0.0 | 340M| 939 |   - |2025 | 816 |   0 |   0 |   0 |  29k|   0 | 0.000000e+00 |      --      |    Inf 
777.29/777.58	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
777.29/777.58	c   765s|900000 |888242 |     0 |   0.0 | 344M| 939 |   - |2025 | 770 |   0 |   0 |   0 |  29k|   0 | 0.000000e+00 |      --      |    Inf 
785.88/786.16	c   773s|910000 |898115 |     0 |   0.0 | 348M| 939 |   - |2025 | 762 |   0 |   0 |   0 |  30k|   0 | 0.000000e+00 |      --      |    Inf 
794.49/794.74	c   782s|920000 |908000 |     0 |   0.0 | 351M| 939 |   - |2025 | 786 |   0 |   0 |   0 |  30k|   0 | 0.000000e+00 |      --      |    Inf 
803.28/803.51	c   790s|930000 |917877 |     0 |   0.0 | 355M| 939 |   - |2025 | 801 |   0 |   0 |   0 |  30k|   0 | 0.000000e+00 |      --      |    Inf 
811.98/812.20	c   799s|940000 |927732 |     0 |   0.0 | 359M| 939 |   - |2025 | 819 |   0 |   0 |   0 |  31k|   0 | 0.000000e+00 |      --      |    Inf 
820.57/820.87	c   807s|950000 |937586 |     0 |   0.0 | 363M| 939 |   - |2025 | 836 |   0 |   0 |   0 |  31k|   0 | 0.000000e+00 |      --      |    Inf 
829.27/829.55	c   816s|960000 |947452 |     0 |   0.0 | 366M| 939 |   - |2025 | 782 |   0 |   0 |   0 |  32k|   0 | 0.000000e+00 |      --      |    Inf 
837.98/838.21	c   824s|970000 |957329 |     0 |   0.0 | 370M| 939 |   - |2025 | 798 |   0 |   0 |   0 |  32k|   0 | 0.000000e+00 |      --      |    Inf 
846.57/846.89	c   833s|980000 |967196 |     0 |   0.0 | 374M| 939 |   - |2025 | 800 |   0 |   0 |   0 |  32k|   0 | 0.000000e+00 |      --      |    Inf 
855.26/855.55	c   841s|990000 |977084 |     0 |   0.0 | 377M| 939 |   - |2025 | 752 |   0 |   0 |   0 |  33k|   0 | 0.000000e+00 |      --      |    Inf 
864.16/864.48	c   850s|  1000k|986898 |     0 |   0.0 | 381M| 939 |   - |2025 | 798 |   0 |   0 |   0 |  33k|   0 | 0.000000e+00 |      --      |    Inf 
872.86/873.16	c   859s|  1010k|996769 |     0 |   0.0 | 385M| 939 |   - |2025 | 759 |   0 |   0 |   0 |  33k|   0 | 0.000000e+00 |      --      |    Inf 
881.55/881.87	c   867s|  1020k|  1006k|     0 |   0.0 | 389M| 939 |   - |2025 | 763 |   0 |   0 |   0 |  34k|   0 | 0.000000e+00 |      --      |    Inf 
890.35/890.62	c   876s|  1030k|  1016k|     0 |   0.0 | 392M| 939 |   - |2025 | 727 |   0 |   0 |   0 |  34k|   0 | 0.000000e+00 |      --      |    Inf 
898.85/899.15	c   884s|  1040k|  1026k|     0 |   0.0 | 396M| 939 |   - |2025 | 799 |   0 |   0 |   0 |  34k|   0 | 0.000000e+00 |      --      |    Inf 
907.55/907.89	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
907.55/907.89	c   893s|  1050k|  1036k|     0 |   0.0 | 400M| 939 |   - |2025 | 847 |   0 |   0 |   0 |  35k|   0 | 0.000000e+00 |      --      |    Inf 
916.14/916.46	c   901s|  1060k|  1046k|     0 |   0.0 | 404M| 939 |   - |2025 | 770 |   0 |   0 |   0 |  35k|   0 | 0.000000e+00 |      --      |    Inf 
924.76/925.10	c   910s|  1070k|  1056k|     0 |   0.0 | 407M| 939 |   - |2025 | 784 |   0 |   0 |   0 |  35k|   0 | 0.000000e+00 |      --      |    Inf 
933.44/933.77	c   918s|  1080k|  1065k|     0 |   0.0 | 411M| 939 |   - |2025 | 778 |   0 |   0 |   0 |  36k|   0 | 0.000000e+00 |      --      |    Inf 
942.14/942.41	c   927s|  1090k|  1075k|     0 |   0.0 | 414M| 939 |   - |2025 | 766 |   0 |   0 |   0 |  36k|   0 | 0.000000e+00 |      --      |    Inf 
950.64/950.98	c   935s|  1100k|  1085k|     0 |   0.0 | 418M| 939 |   - |2025 | 765 |   0 |   0 |   0 |  36k|   0 | 0.000000e+00 |      --      |    Inf 
959.23/959.53	c   944s|  1110k|  1095k|     0 |   0.0 | 422M| 939 |   - |2025 | 728 |   0 |   0 |   0 |  37k|   0 | 0.000000e+00 |      --      |    Inf 
967.74/968.06	c   952s|  1120k|  1105k|     0 |   0.0 | 426M| 939 |   - |2025 | 726 |   0 |   0 |   0 |  37k|   0 | 0.000000e+00 |      --      |    Inf 
976.33/976.61	c   960s|  1130k|  1115k|     0 |   0.0 | 429M| 939 |   - |2025 | 869 |   0 |   0 |   0 |  37k|   0 | 0.000000e+00 |      --      |    Inf 
985.12/985.43	c   969s|  1140k|  1125k|     0 |   0.0 | 433M| 939 |   - |2025 | 851 |   0 |   0 |   0 |  38k|   0 | 0.000000e+00 |      --      |    Inf 
994.03/994.33	c   978s|  1150k|  1134k|     0 |   0.0 | 437M| 939 |   - |2025 | 839 |   0 |   0 |   0 |  38k|   0 | 0.000000e+00 |      --      |    Inf 
1002.73/1003.02	c   986s|  1160k|  1144k|     0 |   0.0 | 440M| 939 |   - |2025 | 805 |   0 |   0 |   0 |  38k|   0 | 0.000000e+00 |      --      |    Inf 
1011.52/1011.83	c   995s|  1170k|  1154k|     0 |   0.0 | 444M| 939 |   - |2025 | 773 |   0 |   0 |   0 |  39k|   0 | 0.000000e+00 |      --      |    Inf 
1020.32/1020.60	c  1004s|  1180k|  1164k|     0 |   0.0 | 448M| 939 |   - |2025 | 805 |   0 |   0 |   0 |  39k|   0 | 0.000000e+00 |      --      |    Inf 
1028.92/1029.21	c  1012s|  1190k|  1174k|     0 |   0.0 | 452M| 939 |   - |2025 | 816 |   0 |   0 |   0 |  39k|   0 | 0.000000e+00 |      --      |    Inf 
1037.72/1038.02	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1037.72/1038.02	c  1021s|  1200k|  1184k|     0 |   0.0 | 455M| 939 |   - |2025 | 838 |   0 |   0 |   0 |  39k|   0 | 0.000000e+00 |      --      |    Inf 
1046.41/1046.78	c  1029s|  1210k|  1194k|     0 |   0.0 | 459M| 939 |   - |2025 | 814 |   0 |   0 |   0 |  40k|   0 | 0.000000e+00 |      --      |    Inf 
1055.21/1055.51	c  1038s|  1220k|  1204k|     0 |   0.0 | 463M| 939 |   - |2025 | 846 |   0 |   0 |   0 |  40k|   0 | 0.000000e+00 |      --      |    Inf 
1063.91/1064.24	c  1047s|  1230k|  1213k|     0 |   0.0 | 466M| 939 |   - |2025 | 843 |   0 |   0 |   0 |  40k|   0 | 0.000000e+00 |      --      |    Inf 
1072.41/1072.74	c  1055s|  1240k|  1223k|     0 |   0.0 | 470M| 939 |   - |2025 | 807 |   0 |   0 |   0 |  41k|   0 | 0.000000e+00 |      --      |    Inf 
1081.01/1081.35	c  1063s|  1250k|  1233k|     0 |   0.0 | 474M| 939 |   - |2025 | 787 |   0 |   0 |   0 |  41k|   0 | 0.000000e+00 |      --      |    Inf 
1089.71/1090.10	c  1072s|  1260k|  1243k|     0 |   0.0 | 478M| 939 |   - |2025 | 800 |   0 |   0 |   0 |  41k|   0 | 0.000000e+00 |      --      |    Inf 
1098.51/1098.81	c  1081s|  1270k|  1253k|     0 |   0.0 | 481M| 939 |   - |2025 | 785 |   0 |   0 |   0 |  41k|   0 | 0.000000e+00 |      --      |    Inf 
1107.19/1107.56	c  1089s|  1280k|  1263k|     0 |   0.0 | 485M| 939 |   - |2025 | 812 |   0 |   0 |   0 |  42k|   0 | 0.000000e+00 |      --      |    Inf 
1115.80/1116.15	c  1098s|  1290k|  1273k|     0 |   0.0 | 489M| 939 |   - |2025 | 845 |   0 |   0 |   0 |  42k|   0 | 0.000000e+00 |      --      |    Inf 
1124.49/1124.88	c  1106s|  1300k|  1283k|     0 |   0.0 | 493M| 939 |   - |2025 | 847 |   0 |   0 |   0 |  42k|   0 | 0.000000e+00 |      --      |    Inf 
1133.19/1133.55	c  1115s|  1310k|  1292k|     0 |   0.0 | 497M| 939 |   - |2025 | 849 |   0 |   0 |   0 |  43k|   0 | 0.000000e+00 |      --      |    Inf 
1141.58/1141.96	c  1123s|  1320k|  1302k|     0 |   0.0 | 500M| 939 |   - |2025 | 847 |   0 |   0 |   0 |  43k|   0 | 0.000000e+00 |      --      |    Inf 
1150.08/1150.49	c  1131s|  1330k|  1312k|     0 |   0.0 | 504M| 939 |   - |2025 | 901 |   0 |   0 |   0 |  43k|   0 | 0.000000e+00 |      --      |    Inf 
1158.88/1159.28	c  1140s|  1340k|  1322k|     0 |   0.0 | 508M| 939 |   - |2025 | 830 |   0 |   0 |   0 |  44k|   0 | 0.000000e+00 |      --      |    Inf 
1167.38/1167.79	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1167.38/1167.79	c  1148s|  1350k|  1332k|     0 |   0.0 | 512M| 939 |   - |2025 | 852 |   0 |   0 |   0 |  44k|   0 | 0.000000e+00 |      --      |    Inf 
1176.08/1176.48	c  1157s|  1360k|  1342k|     0 |   0.0 | 515M| 939 |   - |2025 | 874 |   0 |   0 |   0 |  44k|   0 | 0.000000e+00 |      --      |    Inf 
1184.57/1184.95	c  1165s|  1370k|  1352k|     0 |   0.0 | 519M| 939 |   - |2025 | 878 |   0 |   0 |   0 |  44k|   0 | 0.000000e+00 |      --      |    Inf 
1193.08/1193.47	c  1174s|  1380k|  1362k|     0 |   0.0 | 523M| 939 |   - |2025 | 876 |   0 |   0 |   0 |  45k|   0 | 0.000000e+00 |      --      |    Inf 
1201.77/1202.18	c  1182s|  1390k|  1371k|     0 |   0.0 | 527M| 939 |   - |2025 | 854 |   0 |   0 |   0 |  45k|   0 | 0.000000e+00 |      --      |    Inf 
1210.37/1210.73	c  1191s|  1400k|  1381k|     0 |   0.0 | 530M| 939 |   - |2025 | 803 |   0 |   0 |   0 |  45k|   0 | 0.000000e+00 |      --      |    Inf 
1218.86/1219.20	c  1199s|  1410k|  1391k|     0 |   0.0 | 534M| 939 |   - |2025 | 818 |   0 |   0 |   0 |  45k|   0 | 0.000000e+00 |      --      |    Inf 
1227.36/1227.76	c  1207s|  1420k|  1401k|     0 |   0.0 | 537M| 939 |   - |2025 | 792 |   0 |   0 |   0 |  46k|   0 | 0.000000e+00 |      --      |    Inf 
1235.86/1236.25	c  1216s|  1430k|  1411k|     0 |   0.0 | 541M| 939 |   - |2025 | 839 |   0 |   0 |   0 |  46k|   0 | 0.000000e+00 |      --      |    Inf 
1244.45/1244.88	c  1224s|  1440k|  1421k|     0 |   0.0 | 545M| 939 |   - |2025 | 816 |   0 |   0 |   0 |  46k|   0 | 0.000000e+00 |      --      |    Inf 
1253.05/1253.49	c  1233s|  1450k|  1431k|     0 |   0.0 | 548M| 939 |   - |2025 | 832 |   0 |   0 |   0 |  46k|   0 | 0.000000e+00 |      --      |    Inf 
1261.65/1262.04	c  1241s|  1460k|  1441k|     0 |   0.0 | 552M| 939 |   - |2025 | 812 |   0 |   0 |   0 |  47k|   0 | 0.000000e+00 |      --      |    Inf 
1270.24/1270.67	c  1250s|  1470k|  1451k|     0 |   0.0 | 556M| 939 |   - |2025 | 851 |   0 |   0 |   0 |  47k|   0 | 0.000000e+00 |      --      |    Inf 
1278.85/1279.24	c  1258s|  1480k|  1460k|     0 |   0.0 | 560M| 939 |   - |2025 | 851 |   0 |   0 |   0 |  47k|   0 | 0.000000e+00 |      --      |    Inf 
1287.24/1287.67	c  1266s|  1490k|  1470k|     0 |   0.0 | 563M| 939 |   - |2025 | 939 |   0 |   0 |   0 |  47k|   0 | 0.000000e+00 |      --      |    Inf 
1295.74/1296.13	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1295.74/1296.13	c  1275s|  1500k|  1480k|     0 |   0.0 | 567M| 939 |   - |2025 | 956 |   0 |   0 |   0 |  48k|   0 | 0.000000e+00 |      --      |    Inf 
1304.44/1304.90	c  1283s|  1510k|  1490k|     0 |   0.0 | 571M| 939 |   - |2025 | 985 |   0 |   0 |   0 |  48k|   0 | 0.000000e+00 |      --      |    Inf 
1312.95/1313.38	c  1292s|  1520k|  1500k|     0 |   0.0 | 574M| 939 |   - |2025 | 956 |   0 |   0 |   0 |  48k|   0 | 0.000000e+00 |      --      |    Inf 
1321.54/1321.93	c  1300s|  1530k|  1510k|     0 |   0.0 | 578M| 939 |   - |2025 | 905 |   0 |   0 |   0 |  49k|   0 | 0.000000e+00 |      --      |    Inf 
1330.03/1330.41	c  1308s|  1540k|  1520k|     0 |   0.0 | 582M| 939 |   - |2025 | 893 |   0 |   0 |   0 |  49k|   0 | 0.000000e+00 |      --      |    Inf 
1338.43/1338.84	c  1317s|  1550k|  1530k|     0 |   0.0 | 586M| 939 |   - |2025 | 939 |   0 |   0 |   0 |  49k|   0 | 0.000000e+00 |      --      |    Inf 
1347.13/1347.58	c  1325s|  1560k|  1539k|     0 |   0.0 | 589M| 939 |   - |2025 | 947 |   0 |   0 |   0 |  50k|   0 | 0.000000e+00 |      --      |    Inf 
1355.83/1356.28	c  1334s|  1570k|  1549k|     0 |   0.0 | 593M| 939 |   - |2025 | 937 |   0 |   0 |   0 |  50k|   0 | 0.000000e+00 |      --      |    Inf 
1364.32/1364.78	c  1342s|  1580k|  1559k|     0 |   0.0 | 597M| 939 |   - |2025 | 908 |   0 |   0 |   0 |  50k|   0 | 0.000000e+00 |      --      |    Inf 
1373.02/1373.43	c  1351s|  1590k|  1569k|     0 |   0.0 | 600M| 939 |   - |2025 | 887 |   0 |   0 |   0 |  51k|   0 | 0.000000e+00 |      --      |    Inf 
1381.81/1382.22	c  1359s|  1600k|  1579k|     0 |   0.0 | 604M| 939 |   - |2025 | 869 |   0 |   0 |   0 |  51k|   0 | 0.000000e+00 |      --      |    Inf 
1390.31/1390.76	c  1368s|  1610k|  1589k|     0 |   0.0 | 608M| 939 |   - |2025 | 910 |   0 |   0 |   0 |  51k|   0 | 0.000000e+00 |      --      |    Inf 
1399.01/1399.44	c  1376s|  1620k|  1599k|     0 |   0.0 | 611M| 939 |   - |2025 | 927 |   0 |   0 |   0 |  51k|   0 | 0.000000e+00 |      --      |    Inf 
1407.52/1407.98	c  1385s|  1630k|  1608k|     0 |   0.0 | 615M| 939 |   - |2025 | 970 |   0 |   0 |   0 |  52k|   0 | 0.000000e+00 |      --      |    Inf 
1416.01/1416.47	c  1393s|  1640k|  1618k|     0 |   0.0 | 619M| 939 |   - |2025 | 963 |   0 |   0 |   0 |  52k|   0 | 0.000000e+00 |      --      |    Inf 
1424.61/1425.06	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1424.61/1425.06	c  1401s|  1650k|  1628k|     0 |   0.0 | 622M| 939 |   - |2025 | 893 |   0 |   0 |   0 |  52k|   0 | 0.000000e+00 |      --      |    Inf 
1433.10/1433.56	c  1410s|  1660k|  1638k|     0 |   0.0 | 626M| 939 |   - |2025 | 903 |   0 |   0 |   0 |  52k|   0 | 0.000000e+00 |      --      |    Inf 
1441.71/1442.17	c  1418s|  1670k|  1648k|     0 |   0.0 | 629M| 939 |   - |2025 | 964 |   0 |   0 |   0 |  53k|   0 | 0.000000e+00 |      --      |    Inf 
1450.40/1450.85	c  1427s|  1680k|  1658k|     0 |   0.0 | 633M| 939 |   - |2025 | 986 |   0 |   0 |   0 |  53k|   0 | 0.000000e+00 |      --      |    Inf 
1459.10/1459.55	c  1435s|  1690k|  1668k|     0 |   0.0 | 637M| 939 |   - |2025 | 975 |   0 |   0 |   0 |  53k|   0 | 0.000000e+00 |      --      |    Inf 
1467.69/1468.11	c  1444s|  1700k|  1678k|     0 |   0.0 | 641M| 939 |   - |2025 | 961 |   0 |   0 |   0 |  54k|   0 | 0.000000e+00 |      --      |    Inf 
1476.19/1476.64	c  1452s|  1710k|  1688k|     0 |   0.0 | 644M| 939 |   - |2025 | 952 |   0 |   0 |   0 |  54k|   0 | 0.000000e+00 |      --      |    Inf 
1484.69/1485.14	c  1461s|  1720k|  1697k|     0 |   0.0 | 648M| 939 |   - |2025 |1019 |   0 |   0 |   0 |  54k|   0 | 0.000000e+00 |      --      |    Inf 
1493.19/1493.70	c  1469s|  1730k|  1707k|     0 |   0.0 | 652M| 939 |   - |2025 | 987 |   0 |   0 |   0 |  55k|   0 | 0.000000e+00 |      --      |    Inf 
1501.78/1502.27	c  1477s|  1740k|  1717k|     0 |   0.0 | 656M| 939 |   - |2025 |1006 |   0 |   0 |   0 |  55k|   0 | 0.000000e+00 |      --      |    Inf 
1510.38/1510.86	c  1486s|  1750k|  1727k|     0 |   0.0 | 659M| 939 |   - |2025 | 983 |   0 |   0 |   0 |  55k|   0 | 0.000000e+00 |      --      |    Inf 
1519.08/1519.57	c  1494s|  1760k|  1737k|     0 |   0.0 | 663M| 939 |   - |2025 | 936 |   0 |   0 |   0 |  56k|   0 | 0.000000e+00 |      --      |    Inf 
1527.58/1528.00	c  1503s|  1770k|  1747k|     0 |   0.0 | 667M| 939 |   - |2025 | 974 |   0 |   0 |   0 |  56k|   0 | 0.000000e+00 |      --      |    Inf 
1536.08/1536.50	c  1511s|  1780k|  1757k|     0 |   0.0 | 670M| 939 |   - |2025 | 988 |   0 |   0 |   0 |  56k|   0 | 0.000000e+00 |      --      |    Inf 
1544.38/1544.89	c  1519s|  1790k|  1766k|     0 |   0.0 | 674M| 939 |   - |2025 | 941 |   0 |   0 |   0 |  56k|   0 | 0.000000e+00 |      --      |    Inf 
1552.97/1553.42	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1552.97/1553.42	c  1528s|  1800k|  1776k|     0 |   0.0 | 678M| 939 |   - |2025 | 956 |   0 |   0 |   0 |  56k|   0 | 0.000000e+00 |      --      |    Inf 
1561.17/1561.61	c  1536s|  1810k|  1786k|     0 |   0.0 | 681M| 939 |   - |2025 |1007 |   0 |   0 |   0 |  57k|   0 | 0.000000e+00 |      --      |    Inf 
1569.77/1570.27	c  1544s|  1820k|  1796k|     0 |   0.0 | 685M| 939 |   - |2025 | 928 |   0 |   0 |   0 |  57k|   0 | 0.000000e+00 |      --      |    Inf 
1578.16/1578.66	c  1553s|  1830k|  1806k|     0 |   0.0 | 689M| 939 |   - |2025 | 948 |   0 |   0 |   0 |  57k|   0 | 0.000000e+00 |      --      |    Inf 
1586.66/1587.12	c  1561s|  1840k|  1816k|     0 |   0.0 | 693M| 939 |   - |2025 | 977 |   0 |   0 |   0 |  58k|   0 | 0.000000e+00 |      --      |    Inf 
1595.36/1595.84	c  1569s|  1850k|  1826k|     0 |   0.0 | 696M| 939 |   - |2025 | 908 |   0 |   0 |   0 |  58k|   0 | 0.000000e+00 |      --      |    Inf 
1603.76/1604.23	c  1578s|  1860k|  1836k|     0 |   0.0 | 700M| 939 |   - |2025 | 987 |   0 |   0 |   0 |  58k|   0 | 0.000000e+00 |      --      |    Inf 
1612.36/1612.84	c  1586s|  1870k|  1845k|     0 |   0.0 | 703M| 939 |   - |2025 |1001 |   0 |   0 |   0 |  58k|   0 | 0.000000e+00 |      --      |    Inf 
1620.95/1621.45	c  1595s|  1880k|  1855k|     0 |   0.0 | 707M| 939 |   - |2025 | 998 |   0 |   0 |   0 |  59k|   0 | 0.000000e+00 |      --      |    Inf 
1629.55/1630.01	c  1603s|  1890k|  1865k|     0 |   0.0 | 711M| 939 |   - |2025 | 966 |   0 |   0 |   0 |  59k|   0 | 0.000000e+00 |      --      |    Inf 
1638.04/1638.54	c  1611s|  1900k|  1875k|     0 |   0.0 | 714M| 939 |   - |2025 |1031 |   0 |   0 |   0 |  59k|   0 | 0.000000e+00 |      --      |    Inf 
1646.65/1647.11	c  1620s|  1910k|  1885k|     0 |   0.0 | 718M| 939 |   - |2025 |1034 |   0 |   0 |   0 |  60k|   0 | 0.000000e+00 |      --      |    Inf 
1655.24/1655.80	c  1628s|  1920k|  1895k|     0 |   0.0 | 722M| 939 |   - |2025 | 988 |   0 |   0 |   0 |  60k|   0 | 0.000000e+00 |      --      |    Inf 
1663.74/1664.28	c  1637s|  1930k|  1905k|     0 |   0.0 | 726M| 939 |   - |2025 | 983 |   0 |   0 |   0 |  60k|   0 | 0.000000e+00 |      --      |    Inf 
1672.34/1672.84	c  1645s|  1940k|  1915k|     0 |   0.0 | 729M| 939 |   - |2025 | 951 |   0 |   0 |   0 |  61k|   0 | 0.000000e+00 |      --      |    Inf 
1681.14/1681.65	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1681.14/1681.65	c  1654s|  1950k|  1924k|     0 |   0.0 | 733M| 939 |   - |2025 | 965 |   0 |   0 |   0 |  61k|   0 | 0.000000e+00 |      --      |    Inf 
1689.63/1690.16	c  1662s|  1960k|  1934k|     0 |   0.0 | 737M| 939 |   - |2025 |1011 |   0 |   0 |   0 |  61k|   0 | 0.000000e+00 |      --      |    Inf 
1698.63/1699.14	c  1671s|  1970k|  1944k|     0 |   0.0 | 740M| 939 |   - |2025 | 989 |   0 |   0 |   0 |  61k|   0 | 0.000000e+00 |      --      |    Inf 
1707.03/1707.51	c  1679s|  1980k|  1954k|     0 |   0.0 | 744M| 939 |   - |2025 |1042 |   0 |   0 |   0 |  62k|   0 | 0.000000e+00 |      --      |    Inf 
1715.72/1716.22	c  1688s|  1990k|  1964k|     0 |   0.0 | 748M| 939 |   - |2025 |1057 |   0 |   0 |   0 |  62k|   0 | 0.000000e+00 |      --      |    Inf 
1724.02/1724.55	c  1696s|  2000k|  1974k|     0 |   0.0 | 751M| 939 |   - |2025 |1027 |   0 |   0 |   0 |  62k|   0 | 0.000000e+00 |      --      |    Inf 
1732.42/1732.99	c  1704s|  2010k|  1984k|     0 |   0.0 | 755M| 939 |   - |2025 |1051 |   0 |   0 |   0 |  63k|   0 | 0.000000e+00 |      --      |    Inf 
1740.91/1741.49	c  1713s|  2020k|  1994k|     0 |   0.0 | 758M| 939 |   - |2025 |1005 |   0 |   0 |   0 |  63k|   0 | 0.000000e+00 |      --      |    Inf 
1749.62/1750.12	c  1721s|  2030k|  2003k|     0 |   0.0 | 762M| 939 |   - |2025 |1036 |   0 |   0 |   0 |  63k|   0 | 0.000000e+00 |      --      |    Inf 
1758.01/1758.56	c  1729s|  2040k|  2013k|     0 |   0.0 | 766M| 939 |   - |2025 |1091 |   0 |   0 |   0 |  63k|   0 | 0.000000e+00 |      --      |    Inf 
1766.61/1767.17	c  1738s|  2050k|  2023k|     0 |   0.0 | 770M| 939 |   - |2025 |1054 |   0 |   0 |   0 |  64k|   0 | 0.000000e+00 |      --      |    Inf 
1775.01/1775.56	c  1746s|  2060k|  2033k|     0 |   0.0 | 774M| 939 |   - |2025 |1050 |   0 |   0 |   0 |  64k|   0 | 0.000000e+00 |      --      |    Inf 
1783.41/1783.95	c  1754s|  2070k|  2043k|     0 |   0.0 | 778M| 939 |   - |2025 |1039 |   0 |   0 |   0 |  64k|   0 | 0.000000e+00 |      --      |    Inf 
1792.00/1792.52	c  1763s|  2080k|  2053k|     0 |   0.0 | 782M| 939 |   - |2025 |1105 |   0 |   0 |   0 |  65k|   0 | 0.000000e+00 |      --      |    Inf 
1800.01/1800.50	c pressed CTRL-C 1 times (5 times for forcing termination)
1800.01/1800.50	c 
1800.01/1800.50	c SCIP Status        : solving was interrupted [user interrupt]
1800.01/1800.50	c Solving Time (sec) : 1770.74
1800.01/1800.50	c Solving Nodes      : 2089217
1800.01/1800.50	c Primal Bound       : +1.00000000000000e+20 (0 solutions)
1800.01/1800.50	c Dual Bound         : +0.00000000000000e+00
1800.01/1800.50	c Gap                : infinite
1800.01/1800.50	s UNKNOWN
1800.01/1800.50	c SCIP Status        : solving was interrupted [user interrupt]
1800.01/1800.50	c Solving Time       :    1770.74
1800.01/1800.50	c Original Problem   :
1800.01/1800.50	c   Problem name     : HOME/instance-2664262-1276268856.opb
1800.01/1800.50	c   Variables        : 2025 (2025 binary, 0 integer, 0 implicit integer, 0 continuous)
1800.01/1800.50	c   Constraints      : 410 initial, 410 maximal
1800.01/1800.50	c Presolved Problem  :
1800.01/1800.50	c   Problem name     : t_HOME/instance-2664262-1276268856.opb
1800.01/1800.50	c   Variables        : 2025 (2025 binary, 0 integer, 0 implicit integer, 0 continuous)
1800.01/1800.50	c   Constraints      : 230 initial, 3032 maximal
1800.01/1800.50	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
1800.01/1800.50	c   trivial          :       0.00          0          0          0          0          0          0          0          0
1800.01/1800.50	c   dualfix          :       0.00          0          0          0          0          0          0          0          0
1800.01/1800.50	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
1800.01/1800.50	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
1800.01/1800.50	c   implics          :       0.00          0          0          0          0          0          0          0          0
1800.01/1800.50	c   probing          :       0.00          0          0          0          0          0          0          0          0
1800.01/1800.50	c   knapsack         :       0.08          0          0          0          0          0          0          0          0
1800.01/1800.50	c   setppc           :       0.00          0          0          0          0          0          0          0          0
1800.01/1800.50	c   linear           :       0.03          0          0          0          0          0        180          0          0
1800.01/1800.50	c   logicor          :       0.00          0          0          0          0          0          0          0          0
1800.01/1800.50	c   root node        :          -          0          -          -          0          -          -          -          -
1800.01/1800.50	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
1800.01/1800.50	c   integral         :          0          0          0          0          0          0          0          0          0          0
1800.01/1800.50	c   knapsack         :         50          0    2333045          0    2079027        200    1565195          0          0          0
1800.01/1800.50	c   setppc           :        180          0    2332845          0    2079027      14131    4063020          0          0          0
1800.01/1800.50	c   logicor          :          0+         0     170766          0          0        209      15232          0          0          0
1800.01/1800.50	c   countsols        :          0          0          0          0    2079027          0          0          0          0          0
1800.01/1800.50	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
1800.01/1800.50	c   integral         :       0.00       0.00       0.00       0.00       0.00
1800.01/1800.50	c   knapsack         :     349.83       0.00      23.84       0.00     325.99
1800.01/1800.50	c   setppc           :     680.84       0.00      38.98       0.00     641.86
1800.01/1800.50	c   logicor          :       4.05       0.00       4.05       0.00       0.00
1800.01/1800.50	c   countsols        :       0.94       0.00       0.00       0.00       0.94
1800.01/1800.50	c Propagators        :       Time      Calls    Cutoffs    DomReds
1800.01/1800.50	c   vbounds          :       1.06          1          0          0
1800.01/1800.50	c   rootredcost      :       1.18          0          0          0
1800.01/1800.50	c   pseudoobj        :       1.18          0          0          0
1800.01/1800.50	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1800.01/1800.50	c   propagation      :      18.16      14540      14540     129863      210.9       4067       75.7          -
1800.01/1800.50	c   infeasible LP    :       0.00          0          0          0        0.0          0        0.0          0
1800.01/1800.50	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1800.01/1800.50	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1800.01/1800.50	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1800.01/1800.50	c   applied globally :          -          -          -      65100       93.0          -          -          -
1800.01/1800.50	c   applied locally  :          -          -          -        430      267.5          -          -          -
1800.01/1800.50	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1800.01/1800.50	c   cut pool         :       0.00          0          -          -          0          -    (maximal pool size: 0)
1800.01/1800.50	c   redcost          :       0.00          0          0          0          0          0
1800.01/1800.50	c   impliedbounds    :       0.00          0          0          0          0          0
1800.01/1800.50	c   intobj           :       0.00          0          0          0          0          0
1800.01/1800.50	c   cgmip            :       0.00          0          0          0          0          0
1800.01/1800.50	c   gomory           :       0.00          0          0          0          0          0
1800.01/1800.50	c   strongcg         :       0.00          0          0          0          0          0
1800.01/1800.51	c   cmir             :       0.00          0          0          0          0          0
1800.01/1800.51	c   flowcover        :       0.00          0          0          0          0          0
1800.01/1800.51	c   clique           :       0.00          0          0          0          0          0
1800.01/1800.51	c   zerohalf         :       0.00          0          0          0          0          0
1800.01/1800.51	c   mcf              :       0.00          0          0          0          0          0
1800.01/1800.51	c   rapidlearning    :       0.00          0          0          0          0          0
1800.01/1800.51	c Pricers            :       Time      Calls       Vars
1800.01/1800.51	c   problem variables:       0.00          0          0
1800.01/1800.51	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1800.01/1800.51	c   relpscost        :       0.00          0          0          0          0          0          0
1800.01/1800.51	c   pscost           :       0.00          0          0          0          0          0          0
1800.01/1800.51	c   inference        :     633.79    2079027          0          0          0          0    4158054
1800.01/1800.51	c   mostinf          :       0.00          0          0          0          0          0          0
1800.01/1800.51	c   leastinf         :       0.00          0          0          0          0          0          0
1800.01/1800.51	c   fullstrong       :       0.00          0          0          0          0          0          0
1800.01/1800.51	c   allfullstrong    :       0.00          0          0          0          0          0          0
1800.01/1800.51	c   random           :       0.00          0          0          0          0          0          0
1800.01/1800.51	c Primal Heuristics  :       Time      Calls      Found
1800.01/1800.51	c   LP solutions     :       0.00          -          0
1800.01/1800.51	c   pseudo solutions :       0.00          -          0
1800.01/1800.51	c   trivial          :       0.00          1          0
1800.01/1800.51	c   simplerounding   :       0.00          0          0
1800.01/1800.51	c   zirounding       :       0.00          0          0
1800.01/1800.51	c   rounding         :       0.00          0          0
1800.01/1800.51	c   shifting         :       0.00          0          0
1800.01/1800.51	c   intshifting      :       0.00          0          0
1800.01/1800.51	c   oneopt           :       0.00          0          0
1800.01/1800.51	c   twoopt           :       0.00          0          0
1800.01/1800.51	c   fixandinfer      :       0.00          0          0
1800.01/1800.51	c   feaspump         :       0.00          0          0
1800.01/1800.51	c   coefdiving       :       0.00          0          0
1800.01/1800.51	c   pscostdiving     :       0.00          0          0
1800.01/1800.51	c   fracdiving       :       0.00          0          0
1800.01/1800.51	c   veclendiving     :       0.00          0          0
1800.01/1800.51	c   intdiving        :       0.00          0          0
1800.01/1800.51	c   actconsdiving    :       0.00          0          0
1800.01/1800.51	c   objpscostdiving  :       0.00          0          0
1800.01/1800.51	c   rootsoldiving    :       0.00          0          0
1800.01/1800.51	c   linesearchdiving :       0.00          0          0
1800.01/1800.51	c   guideddiving     :       0.00          0          0
1800.01/1800.51	c   octane           :       0.00          0          0
1800.01/1800.51	c   rens             :       0.00          0          0
1800.01/1800.51	c   rins             :       0.00          0          0
1800.01/1800.51	c   localbranching   :       0.00          0          0
1800.01/1800.51	c   mutation         :       0.00          0          0
1800.01/1800.51	c   crossover        :       0.00          0          0
1800.01/1800.51	c   dins             :       0.00          0          0
1800.01/1800.51	c   undercover       :       0.00          0          0
1800.01/1800.51	c   nlp              :       0.00          0          0
1800.01/1800.51	c   trysol           :       0.00          0          0
1800.01/1800.51	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1800.01/1800.51	c   primal LP        :       0.00          0          0       0.00          -
1800.01/1800.51	c   dual LP          :       0.00          0          0       0.00          -
1800.01/1800.51	c   lex dual LP      :       0.00          0          0       0.00          -
1800.01/1800.51	c   barrier LP       :       0.00          0          0       0.00          -
1800.01/1800.51	c   diving/probing LP:       0.00          0          0       0.00          -
1800.01/1800.51	c   strong branching :       0.00          0          0       0.00          -
1800.01/1800.51	c     (at root node) :          -          0          0       0.00          -
1800.01/1800.51	c   conflict analysis:       0.00          0          0       0.00          -
1800.01/1800.51	c B&B Tree           :
1800.01/1800.51	c   number of runs   :          1
1800.01/1800.51	c   nodes            :    2089217
1800.01/1800.51	c   nodes (total)    :    2089217
1800.01/1800.51	c   nodes left       :    2062321
1800.01/1800.51	c   max depth        :        939
1800.01/1800.51	c   max depth (total):        939
1800.01/1800.51	c   backtracks       :       6458 (0.3%)
1800.01/1800.51	c   delayed cutoffs  :       6517
1800.01/1800.51	c   repropagations   :      89245 (798863 domain reductions, 4350 cutoffs)
1800.01/1800.51	c   avg switch length:       2.42
1800.01/1800.51	c   switching time   :      44.06
1800.01/1800.51	c Solution           :
1800.01/1800.51	c   Solutions found  :          0 (0 improvements)
1800.01/1800.51	c   Primal Bound     :          -
1800.01/1800.51	c   Dual Bound       : +0.00000000000000e+00
1800.01/1800.51	c   Gap              :   infinite
1800.01/1800.51	c   Root Dual Bound  : +0.00000000000000e+00
1800.01/1800.51	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-2664262-1276268856/watcher-2664262-1276268856 -o /tmp/evaluation-result-2664262-1276268856/solver-2664262-1276268856 -C 1800 -W 2000 -M 1800 HOME/pbscip.linux.x86_64.gnu.opt.none -f HOME/instance-2664262-1276268856.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 1.01 1.27 2/106 3770
/proc/meminfo: memFree=1594764/2059040 swapFree=4192956/4192956
[pid=3770] ppid=3768 vsize=6584 CPUtime=0
/proc/3770/stat : 3770 (pbscip.linux.x8) R 3768 3770 3363 0 -1 4202496 1115 0 0 0 0 0 0 0 19 0 1 0 2489255 6742016 1038 1992294400 4194304 7136930 140735715238192 18446744073709551615 6346613 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/3770/statm: 1646 1048 254 719 0 925 0

[startup+0.0263939 s]
/proc/loadavg: 0.92 1.01 1.27 2/106 3770
/proc/meminfo: memFree=1594764/2059040 swapFree=4192956/4192956
[pid=3770] ppid=3768 vsize=10020 CPUtime=0.01
/proc/3770/stat : 3770 (pbscip.linux.x8) R 3768 3770 3363 0 -1 4202496 1973 0 0 0 1 0 0 0 19 0 1 0 2489255 10260480 1896 1992294400 4194304 7136930 140735715238192 18446744073709551615 6349721 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/3770/statm: 2505 1896 268 719 0 1784 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 10020

[startup+0.101409 s]
/proc/loadavg: 0.92 1.01 1.27 2/106 3770
/proc/meminfo: memFree=1594764/2059040 swapFree=4192956/4192956
[pid=3770] ppid=3768 vsize=18632 CPUtime=0.09
/proc/3770/stat : 3770 (pbscip.linux.x8) R 3768 3770 3363 0 -1 4202496 4848 0 0 0 8 1 0 0 19 0 1 0 2489255 19079168 3903 1992294400 4194304 7136930 140735715238192 18446744073709551615 4890913 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/3770/statm: 4658 3903 351 719 0 3937 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 18632

[startup+0.301448 s]
/proc/loadavg: 0.92 1.01 1.27 2/106 3770
/proc/meminfo: memFree=1594764/2059040 swapFree=4192956/4192956
[pid=3770] ppid=3768 vsize=20960 CPUtime=0.29
/proc/3770/stat : 3770 (pbscip.linux.x8) R 3768 3770 3363 0 -1 4202496 6738 0 0 0 27 2 0 0 19 0 1 0 2489255 21463040 4508 1992294400 4194304 7136930 140735715238192 18446744073709551615 4436423 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/3770/statm: 5240 4508 381 719 0 4519 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 20960

[startup+0.700527 s]
/proc/loadavg: 0.92 1.01 1.27 2/106 3770
/proc/meminfo: memFree=1594764/2059040 swapFree=4192956/4192956
[pid=3770] ppid=3768 vsize=21616 CPUtime=0.69
/proc/3770/stat : 3770 (pbscip.linux.x8) R 3768 3770 3363 0 -1 4202496 6894 0 0 0 66 3 0 0 20 0 1 0 2489255 22134784 4664 1992294400 4194304 7136930 140735715238192 18446744073709551615 4407828 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/3770/statm: 5404 4664 387 719 0 4683 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 21616

[startup+1.50068 s]
/proc/loadavg: 0.92 1.01 1.27 2/107 3771
/proc/meminfo: memFree=1577024/2059040 swapFree=4192956/4192956
[pid=3770] ppid=3768 vsize=22792 CPUtime=1.49
/proc/3770/stat : 3770 (pbscip.linux.x8) R 3768 3770 3363 0 -1 4202496 7198 0 0 0 144 5 0 0 21 0 1 0 2489255 23339008 4968 1992294400 4194304 7136930 140735715238192 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/3770/statm: 5698 4968 387 719 0 4977 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 22792

[startup+3.10099 s]
/proc/loadavg: 0.92 1.01 1.27 2/107 3771
/proc/meminfo: memFree=1576032/2059040 swapFree=4192956/4192956
[pid=3770] ppid=3768 vsize=23324 CPUtime=3.09
/proc/3770/stat : 3770 (pbscip.linux.x8) R 3768 3770 3363 0 -1 4202496 7334 0 0 0 302 7 0 0 25 0 1 0 2489255 23883776 5104 1992294400 4194304 7136930 140735715238192 18446744073709551615 4855369 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/3770/statm: 5831 5104 387 719 0 5110 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 23324

[startup+6.30057 s]
/proc/loadavg: 0.93 1.01 1.27 2/107 3773
/proc/meminfo: memFree=1573924/2059040 swapFree=4192956/4192956
[pid=3770] ppid=3768 vsize=25168 CPUtime=6.29
/proc/3770/stat : 3770 (pbscip.linux.x8) R 3768 3770 3363 0 -1 4202496 7815 0 0 0 616 13 0 0 25 0 1 0 2489255 25772032 5585 1992294400 4194304 7136930 140735715238192 18446744073709551615 4407882 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/3770/statm: 6292 5585 387 719 0 5571 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 25168

[startup+12.7016 s]
/proc/loadavg: 0.93 1.01 1.26 2/107 3773
/proc/meminfo: memFree=1570576/2059040 swapFree=4192956/4192956
[pid=3770] ppid=3768 vsize=28660 CPUtime=12.69
/proc/3770/stat : 3770 (pbscip.linux.x8) R 3768 3770 3363 0 -1 4202496 8690 0 0 0 1247 22 0 0 25 0 1 0 2489255 29347840 6460 1992294400 4194304 7136930 140735715238192 18446744073709551615 4414793 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/3770/statm: 7165 6460 387 719 0 6444 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 28660

[startup+25.5014 s]
/proc/loadavg: 0.95 1.01 1.26 2/107 3773
/proc/meminfo: memFree=1564624/2059040 swapFree=4192956/4192956
[pid=3770] ppid=3768 vsize=33968 CPUtime=25.48
/proc/3770/stat : 3770 (pbscip.linux.x8) R 3768 3770 3363 0 -1 4202496 10067 0 0 0 2506 42 0 0 25 0 1 0 2489255 34783232 7837 1992294400 4194304 7136930 140735715238192 18446744073709551615 4697599 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/3770/statm: 8492 7837 387 719 0 7771 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 33968

[startup+51.1008 s]
/proc/loadavg: 0.96 1.01 1.25 2/107 3773
/proc/meminfo: memFree=1552844/2059040 swapFree=4192956/4192956
[pid=3770] ppid=3768 vsize=45320 CPUtime=51.08
/proc/3770/stat : 3770 (pbscip.linux.x8) R 3768 3770 3363 0 -1 4202496 13009 0 0 0 5024 84 0 0 25 0 1 0 2489255 46407680 10779 1992294400 4194304 7136930 140735715238192 18446744073709551615 4407939 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/3770/statm: 11330 10779 387 719 0 10609 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 45320

[startup+102.308 s]
/proc/loadavg: 0.98 1.00 1.24 2/107 3782
/proc/meminfo: memFree=1507956/2059040 swapFree=4192956/4192956
[pid=3770] ppid=3768 vsize=92148 CPUtime=102.27
/proc/3770/stat : 3770 (pbscip.linux.x8) R 3768 3770 3363 0 -1 4202496 24058 0 0 0 10042 185 0 0 25 0 1 0 2489255 94359552 21828 1992294400 4194304 7136930 140735715238192 18446744073709551615 4436415 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/3770/statm: 23037 21828 387 719 0 22316 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 92148

[startup+162.301 s]
/proc/loadavg: 0.99 1.00 1.22 2/107 3784
/proc/meminfo: memFree=1483776/2059040 swapFree=4192956/4192956
[pid=3770] ppid=3768 vsize=115680 CPUtime=162.25
/proc/3770/stat : 3770 (pbscip.linux.x8) R 3768 3770 3363 0 -1 4202496 30113 0 0 0 15946 279 0 0 25 0 1 0 2489255 118456320 27883 1992294400 4194304 7136930 140735715238192 18446744073709551615 4697566 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/3770/statm: 28920 27883 387 719 0 28199 0
Current children cumulated CPU time (s) 162.25
Current children cumulated vsize (KiB) 115680

[startup+222.301 s]
/proc/loadavg: 0.99 1.00 1.20 2/107 3784
/proc/meminfo: memFree=1455380/2059040 swapFree=4192956/4192956
[pid=3770] ppid=3768 vsize=147656 CPUtime=222.24
/proc/3770/stat : 3770 (pbscip.linux.x8) R 3768 3770 3363 0 -1 4202496 37188 0 0 0 21851 373 0 0 25 0 1 0 2489255 151199744 34958 1992294400 4194304 7136930 140735715238192 18446744073709551615 4697607 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/3770/statm: 36914 34958 387 719 0 36193 0
Current children cumulated CPU time (s) 222.24
Current children cumulated vsize (KiB) 147656

[startup+282.301 s]
/proc/loadavg: 0.99 1.00 1.18 2/107 3786
/proc/meminfo: memFree=1427852/2059040 swapFree=4192956/4192956
[pid=3770] ppid=3768 vsize=175424 CPUtime=282.23
/proc/3770/stat : 3770 (pbscip.linux.x8) R 3768 3770 3363 0 -1 4202496 44182 0 0 0 27760 463 0 0 25 0 1 0 2489255 179634176 41952 1992294400 4194304 7136930 140735715238192 18446744073709551615 4436491 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/3770/statm: 43856 41952 387 719 0 43135 0
Current children cumulated CPU time (s) 282.23
Current children cumulated vsize (KiB) 175424

[startup+342.301 s]
/proc/loadavg: 0.99 1.00 1.17 2/107 3788
/proc/meminfo: memFree=1397844/2059040 swapFree=4192956/4192956
[pid=3770] ppid=3768 vsize=204076 CPUtime=342.22
/proc/3770/stat : 3770 (pbscip.linux.x8) R 3768 3770 3363 0 -1 4202496 51571 0 0 0 33663 559 0 0 25 0 1 0 2489255 208973824 49341 1992294400 4194304 7136930 140735715238192 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/3770/statm: 51019 49341 387 719 0 50298 0
Current children cumulated CPU time (s) 342.22
Current children cumulated vsize (KiB) 204076

[startup+402.301 s]
/proc/loadavg: 1.12 1.03 1.17 2/107 3793
/proc/meminfo: memFree=1364984/2059040 swapFree=4192956/4192956
[pid=3770] ppid=3768 vsize=244672 CPUtime=402.2
/proc/3770/stat : 3770 (pbscip.linux.x8) R 3768 3770 3363 0 -1 4202496 59664 0 0 0 39565 655 0 0 25 0 1 0 2489255 250544128 57434 1992294400 4194304 7136930 140735715238192 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/3770/statm: 61168 57434 387 719 0 60447 0
Current children cumulated CPU time (s) 402.2
Current children cumulated vsize (KiB) 244672

[startup+462.301 s]
/proc/loadavg: 1.04 1.02 1.16 2/107 3795
/proc/meminfo: memFree=1336464/2059040 swapFree=4192956/4192956
[pid=3770] ppid=3768 vsize=273380 CPUtime=462.19
/proc/3770/stat : 3770 (pbscip.linux.x8) R 3768 3770 3363 0 -1 4202496 66858 0 0 0 45468 751 0 0 25 0 1 0 2489255 279941120 64628 1992294400 4194304 7136930 140735715238192 18446744073709551615 4225326 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/3770/statm: 68345 64628 387 719 0 67624 0
Current children cumulated CPU time (s) 462.19
Current children cumulated vsize (KiB) 273380

[startup+522.301 s]
/proc/loadavg: 1.01 1.02 1.15 2/107 3795
/proc/meminfo: memFree=1310548/2059040 swapFree=4192956/4192956
[pid=3770] ppid=3768 vsize=299124 CPUtime=522.18
/proc/3770/stat : 3770 (pbscip.linux.x8) R 3768 3770 3363 0 -1 4202496 73407 0 0 0 51372 846 0 0 25 0 1 0 2489255 306302976 71177 1992294400 4194304 7136930 140735715238192 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/3770/statm: 74781 71177 387 719 0 74060 0
Current children cumulated CPU time (s) 522.18
Current children cumulated vsize (KiB) 299124

[startup+582.301 s]
/proc/loadavg: 1.00 1.01 1.14 2/107 3797
/proc/meminfo: memFree=1286368/2059040 swapFree=4192956/4192956
[pid=3770] ppid=3768 vsize=322812 CPUtime=582.16
/proc/3770/stat : 3770 (pbscip.linux.x8) R 3768 3770 3363 0 -1 4202496 79389 0 0 0 57275 941 0 0 25 0 1 0 2489255 330559488 77159 1992294400 4194304 7136930 140735715238192 18446744073709551615 4697599 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/3770/statm: 80703 77159 387 719 0 79982 0
Current children cumulated CPU time (s) 582.16
Current children cumulated vsize (KiB) 322812

[startup+642.301 s]
/proc/loadavg: 1.00 1.01 1.12 2/107 3806
/proc/meminfo: memFree=1254872/2059040 swapFree=4192956/4192956
[pid=3770] ppid=3768 vsize=352892 CPUtime=642.13
/proc/3770/stat : 3770 (pbscip.linux.x8) R 3768 3770 3363 0 -1 4202496 87044 0 0 0 63175 1038 0 0 25 0 1 0 2489255 361361408 84814 1992294400 4194304 7136930 140735715238192 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/3770/statm: 88223 84814 387 719 0 87502 0
Current children cumulated CPU time (s) 642.13
Current children cumulated vsize (KiB) 352892

[startup+702.301 s]

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

/proc/3770/stat : 3770 (pbscip.linux.x8) R 3768 3770 3363 0 -1 4202496 138635 0 0 0 104474 1727 0 0 25 0 1 0 2489255 586444800 136405 1992294400 4194304 7136930 140735715238192 18446744073709551615 4642180 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/3770/statm: 143175 136405 387 719 0 142454 0
Current children cumulated CPU time (s) 1062.01
Current children cumulated vsize (KiB) 572700

[startup+1122.3 s]
/proc/loadavg: 1.00 1.00 1.06 2/107 3825
/proc/meminfo: memFree=1020884/2059040 swapFree=4192956/4192956
[pid=3770] ppid=3768 vsize=600180 CPUtime=1121.99
/proc/3770/stat : 3770 (pbscip.linux.x8) R 3768 3770 3363 0 -1 4202496 145326 0 0 0 110374 1825 0 0 25 0 1 0 2489255 614584320 143096 1992294400 4194304 7136930 140735715238192 18446744073709551615 4642005 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/3770/statm: 150045 143096 387 719 0 149324 0
Current children cumulated CPU time (s) 1121.99
Current children cumulated vsize (KiB) 600180

[startup+1182.3 s]
/proc/loadavg: 1.03 1.01 1.06 2/107 3827
/proc/meminfo: memFree=998316/2059040 swapFree=4192956/4192956
[pid=3770] ppid=3768 vsize=621264 CPUtime=1181.98
/proc/3770/stat : 3770 (pbscip.linux.x8) R 3768 3770 3363 0 -1 4202496 150945 0 0 0 116278 1920 0 0 25 0 1 0 2489255 636174336 148715 1992294400 4194304 7136930 140735715238192 18446744073709551615 4697655 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/3770/statm: 155316 148715 387 719 0 154595 0
Current children cumulated CPU time (s) 1181.98
Current children cumulated vsize (KiB) 621264

[startup+1242.3 s]
/proc/loadavg: 1.01 1.01 1.05 2/107 3829
/proc/meminfo: memFree=972276/2059040 swapFree=4192956/4192956
[pid=3770] ppid=3768 vsize=646140 CPUtime=1241.96
/proc/3770/stat : 3770 (pbscip.linux.x8) R 3768 3770 3363 0 -1 4202496 157419 0 0 0 122181 2015 0 0 25 0 1 0 2489255 661647360 155189 1992294400 4194304 7136930 140735715238192 18446744073709551615 4414768 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/3770/statm: 161535 155189 387 719 0 160814 0
Current children cumulated CPU time (s) 1241.96
Current children cumulated vsize (KiB) 646140

[startup+1302.3 s]
/proc/loadavg: 1.00 1.00 1.05 2/107 3831
/proc/meminfo: memFree=941524/2059040 swapFree=4192956/4192956
[pid=3770] ppid=3768 vsize=675180 CPUtime=1301.95
/proc/3770/stat : 3770 (pbscip.linux.x8) R 3768 3770 3363 0 -1 4202496 165016 0 0 0 128080 2115 0 0 25 0 1 0 2489255 691384320 162786 1992294400 4194304 7136930 140735715238192 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/3770/statm: 168795 162786 387 719 0 168074 0
Current children cumulated CPU time (s) 1301.95
Current children cumulated vsize (KiB) 675180

[startup+1362.3 s]
/proc/loadavg: 1.00 1.00 1.04 2/107 3833
/proc/meminfo: memFree=913996/2059040 swapFree=4192956/4192956
[pid=3770] ppid=3768 vsize=702904 CPUtime=1361.93
/proc/3770/stat : 3770 (pbscip.linux.x8) R 3768 3770 3363 0 -1 4202496 172167 0 0 0 133983 2210 0 0 25 0 1 0 2489255 719773696 169937 1992294400 4194304 7136930 140735715238192 18446744073709551615 4414523 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/3770/statm: 175726 169937 387 719 0 175005 0
Current children cumulated CPU time (s) 1361.93
Current children cumulated vsize (KiB) 702904

[startup+1422.31 s]
/proc/loadavg: 1.00 1.00 1.04 2/107 3833
/proc/meminfo: memFree=878532/2059040 swapFree=4192956/4192956
[pid=3770] ppid=3768 vsize=737224 CPUtime=1421.92
/proc/3770/stat : 3770 (pbscip.linux.x8) R 3768 3770 3363 0 -1 4202496 180751 0 0 0 139883 2309 0 0 25 0 1 0 2489255 754917376 178521 1992294400 4194304 7136930 140735715238192 18446744073709551615 4436415 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/3770/statm: 184306 178521 387 719 0 183585 0
Current children cumulated CPU time (s) 1421.92
Current children cumulated vsize (KiB) 737224

[startup+1482.3 s]
/proc/loadavg: 1.00 1.00 1.03 2/107 3835
/proc/meminfo: memFree=850632/2059040 swapFree=4192956/4192956
[pid=3770] ppid=3768 vsize=764056 CPUtime=1481.89
/proc/3770/stat : 3770 (pbscip.linux.x8) R 3768 3770 3363 0 -1 4202496 187686 0 0 0 145787 2402 0 0 25 0 1 0 2489255 782393344 185456 1992294400 4194304 7136930 140735715238192 18446744073709551615 4414514 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/3770/statm: 191014 185456 387 719 0 190293 0
Current children cumulated CPU time (s) 1481.89
Current children cumulated vsize (KiB) 764056

[startup+1542.3 s]
/proc/loadavg: 1.00 1.00 1.02 2/107 3837
/proc/meminfo: memFree=825832/2059040 swapFree=4192956/4192956
[pid=3770] ppid=3768 vsize=788260 CPUtime=1541.88
/proc/3770/stat : 3770 (pbscip.linux.x8) R 3768 3770 3363 0 -1 4202496 193859 0 0 0 151689 2499 0 0 25 0 1 0 2489255 807178240 191629 1992294400 4194304 7136930 140735715238192 18446744073709551615 5892222 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/3770/statm: 197065 191629 387 719 0 196344 0
Current children cumulated CPU time (s) 1541.88
Current children cumulated vsize (KiB) 788260

[startup+1602.3 s]
/proc/loadavg: 1.00 1.00 1.02 2/107 3839
/proc/meminfo: memFree=794336/2059040 swapFree=4192956/4192956
[pid=3770] ppid=3768 vsize=818292 CPUtime=1601.86
/proc/3770/stat : 3770 (pbscip.linux.x8) R 3768 3770 3363 0 -1 4202496 201718 0 0 0 157585 2601 0 0 25 0 1 0 2489255 837931008 199488 1992294400 4194304 7136930 140735715238192 18446744073709551615 5121841 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/3770/statm: 204573 199488 387 719 0 203852 0
Current children cumulated CPU time (s) 1601.86
Current children cumulated vsize (KiB) 818292

[startup+1662.3 s]
/proc/loadavg: 1.00 1.00 1.01 2/107 3841
/proc/meminfo: memFree=762592/2059040 swapFree=4192956/4192956
[pid=3770] ppid=3768 vsize=851344 CPUtime=1661.84
/proc/3770/stat : 3770 (pbscip.linux.x8) R 3768 3770 3363 0 -1 4202496 209738 0 0 0 163485 2699 0 0 25 0 1 0 2489255 871776256 207508 1992294400 4194304 7136930 140735715238192 18446744073709551615 4697599 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/3770/statm: 212836 207508 387 719 0 212115 0
Current children cumulated CPU time (s) 1661.84
Current children cumulated vsize (KiB) 851344

[startup+1722.3 s]
/proc/loadavg: 1.00 1.00 1.01 2/107 3841
/proc/meminfo: memFree=732956/2059040 swapFree=4192956/4192956
[pid=3770] ppid=3768 vsize=879956 CPUtime=1721.82
/proc/3770/stat : 3770 (pbscip.linux.x8) R 3768 3770 3363 0 -1 4202496 216990 0 0 0 169387 2795 0 0 25 0 1 0 2489255 901074944 214760 1992294400 4194304 7136930 140735715238192 18446744073709551615 4225310 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/3770/statm: 219989 214760 387 719 0 219268 0
Current children cumulated CPU time (s) 1721.82
Current children cumulated vsize (KiB) 879956

[startup+1782.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 3843
/proc/meminfo: memFree=705552/2059040 swapFree=4192956/4192956
[pid=3770] ppid=3768 vsize=939564 CPUtime=1781.81
/proc/3770/stat : 3770 (pbscip.linux.x8) R 3768 3770 3363 0 -1 4202496 223753 0 0 0 175286 2895 0 0 25 0 1 0 2489255 962113536 221523 1992294400 4194304 7136930 140735715238192 18446744073709551615 4697655 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/3770/statm: 234891 221523 387 719 0 234170 0
Current children cumulated CPU time (s) 1781.81
Current children cumulated vsize (KiB) 939564



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.5 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 3843
/proc/meminfo: memFree=695880/2059040 swapFree=4192956/4192956
[pid=3770] ppid=3768 vsize=949716 CPUtime=1800.01
/proc/3770/stat : 3770 (pbscip.linux.x8) R 3768 3770 3363 0 -1 4202496 226170 0 0 0 177078 2923 0 0 25 0 1 0 2489255 972509184 223940 1992294400 4194304 7136930 140735715238192 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/3770/statm: 237429 223940 387 719 0 236708 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 949716

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

Sending SIGKILL to process tree (bottom up)

Sending SIGKILL to -3770

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

[startup+1801.4 s]
/proc/loadavg: 1.00 1.00 1.00 2/108 3844
/proc/meminfo: memFree=695872/2059040 swapFree=4192956/4192956
[pid=3770] ppid=3768 vsize=949716 CPUtime=1800.9
/proc/3770/stat : 3770 (pbscip.linux.x8) R 3768 3770 3363 0 -1 4202496 226175 0 0 0 177167 2923 0 0 25 0 1 0 2489255 972509184 223945 1992294400 4194304 7136930 140735715238192 18446744073709551615 6165762 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/3770/statm: 237429 223945 392 719 0 236708 0
Current children cumulated CPU time (s) 1800.9
Current children cumulated vsize (KiB) 949716

[startup+1802.2 s]
/proc/loadavg: 1.00 1.00 1.00 2/108 3844
/proc/meminfo: memFree=695748/2059040 swapFree=4192956/4192956
[pid=3770] ppid=3768 vsize=949716 CPUtime=1801.7
/proc/3770/stat : 3770 (pbscip.linux.x8) R 3768 3770 3363 0 -1 4202496 226175 0 0 0 177247 2923 0 0 25 0 1 0 2489255 972509184 223945 1992294400 4194304 7136930 140735715238192 18446744073709551615 6165759 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/3770/statm: 237429 223945 392 719 0 236708 0
Current children cumulated CPU time (s) 1801.7
Current children cumulated vsize (KiB) 949716

[startup+1802.4 s]
/proc/loadavg: 1.00 1.00 1.00 2/108 3844
/proc/meminfo: memFree=695748/2059040 swapFree=4192956/4192956
[pid=3770] ppid=3768 vsize=949716 CPUtime=1801.9
/proc/3770/stat : 3770 (pbscip.linux.x8) R 3768 3770 3363 0 -1 4202496 226177 0 0 0 177267 2923 0 0 25 0 1 0 2489255 972509184 223947 1992294400 4194304 7136930 140735715238192 18446744073709551615 4615481 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/3770/statm: 237429 223947 392 719 0 236708 0
Current children cumulated CPU time (s) 1801.9
Current children cumulated vsize (KiB) 949716

[startup+1802.5 s]
/proc/loadavg: 1.00 1.00 1.00 2/108 3844
/proc/meminfo: memFree=695748/2059040 swapFree=4192956/4192956
[pid=3770] ppid=3768 vsize=949716 CPUtime=1802
/proc/3770/stat : 3770 (pbscip.linux.x8) R 3768 3770 3363 0 -1 4202496 226177 0 0 0 177277 2923 0 0 25 0 1 0 2489255 972509184 223947 1992294400 4194304 7136930 140735715238192 18446744073709551615 6165632 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/3770/statm: 237429 223947 392 719 0 236708 0
Current children cumulated CPU time (s) 1802
Current children cumulated vsize (KiB) 949716

Child ended because it received signal 9 (SIGKILL)
Real time (s): 1802.6
CPU time (s): 1802.11
CPU user time (s): 1772.78
CPU system time (s): 29.3225
CPU usage (%): 99.9728
Max. virtual memory (cumulated for all children) (KiB): 949716

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1772.78
system time used= 29.3225
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 226177
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 3
involuntary context switches= 25099

runsolver used 3.13152 second user time and 8.36973 second system time

The end

Launcher Data

Begin job on node006 at 2010-06-11 17:07:36
IDJOB=2664262
IDBENCH=1154
IDSOLVER=1167
FILE ID=node006/2664262-1276268856
PBS_JOBID= 11172204
Free space on /tmp= 62472 MiB

SOLVER NAME= SCIPnone SCIP 1.2.1.2 without any LP solver
BENCH NAME= PB06//final/normalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/prestwich/robin/normalized-robin10.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-2664262-1276268856/watcher-2664262-1276268856 -o /tmp/evaluation-result-2664262-1276268856/solver-2664262-1276268856 -C 1800 -W 2000 -M 1800  HOME/pbscip.linux.x86_64.gnu.opt.none -f HOME/instance-2664262-1276268856.opb -t 1800 -m 1800

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

MD5SUM BENCH= 93a881e30e7c33fefd66d9521eb49849
RANDOM SEED=1717547114

node006.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.204
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.204
cache size	: 2048 KB
physical id	: 3
siblings	: 1
core id		: 0
cpu cores	: 1
apicid		: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm constant_tsc pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5599.45
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1595292 kB
Buffers:         43204 kB
Cached:         295164 kB
SwapCached:          0 kB
Active:         148844 kB
Inactive:       248732 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1595292 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:            3772 kB
Writeback:           0 kB
AnonPages:       59248 kB
Mapped:          15392 kB
Slab:            44492 kB
PageTables:       4016 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   179824 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= 62468 MiB
End job on node006 at 2010-06-11 17:37:39