Trace number 2664031

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) 1801.58 1802.2

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/
namasivayam/tsp/normalized-t3002.11tsp11.1900561288.opb
MD5SUM4bba9489f2c1cdd3e2419eb13f48915c
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 benchmark606.83
Has Objective FunctionNO
SatisfiableNO
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved
Number of variables231
Total number of constraints2707
Number of constraints which are clauses2684
Number of constraints which are cardinality constraints (but not clauses)22
Number of constraints which are nor clauses,nor cardinality constraints1
Minimum length of a constraint2
Maximum length of a constraint110
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 25
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 625
Number of bits of the biggest sum of numbers10
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.00	c SCIP version 1.2.1.2 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: NONE] [Expressions interpreter: NONE]
0.00/0.00	c Copyright (c) 2002-2010 Konrad-Zuse-Zentrum fuer Informationstechnik Berlin (ZIB)
0.00/0.00	c 
0.00/0.00	c user parameter file <scip.set> not found - using default parameters
0.00/0.00	c reading problem <HOME/instance-2664031-1276292496.opb>
0.01/0.06	c original problem has 231 variables (231 bin, 0 int, 0 impl, 0 cont) and 2707 constraints
0.01/0.06	c problem read
0.01/0.06	c No objective function, only one solution is needed.
0.01/0.06	c presolving settings loaded
0.01/0.06	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.09/0.12	c (round 1) 0 del vars, 143 del conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 2542 upgd conss, 242 impls, 22 clqs
0.09/0.13	c (round 2) 0 del vars, 143 del conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 2564 upgd conss, 242 impls, 22 clqs
0.09/0.15	c presolving (3 rounds):
0.09/0.15	c  0 deleted vars, 143 deleted constraints, 0 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
0.09/0.15	c  242 implications, 22 cliques
0.09/0.15	c presolved problem has 231 variables (231 bin, 0 int, 0 impl, 0 cont) and 2564 constraints
0.09/0.15	c       1 constraints of type <knapsack>
0.09/0.15	c      22 constraints of type <setppc>
0.09/0.15	c    2541 constraints of type <logicor>
0.09/0.15	c transformed objective value is always integral (scale: 1)
0.09/0.15	c Presolving Time: 0.06
0.09/0.15	c - non default parameters ----------------------------------------------------------------------
0.09/0.15	c # SCIP version 1.2.1.2
0.09/0.15	c 
0.09/0.15	c # frequency for displaying node information lines
0.09/0.15	c # [type: int, range: [-1,2147483647], default: 100]
0.09/0.15	c display/freq = 10000
0.09/0.15	c 
0.09/0.15	c # maximal time in seconds to run
0.09/0.15	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.09/0.15	c limits/time = 1799.95
0.09/0.15	c 
0.09/0.15	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.09/0.15	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.09/0.15	c limits/memory = 1620
0.09/0.15	c 
0.09/0.15	c # solving stops, if the given number of solutions were found (-1: no limit)
0.09/0.15	c # [type: int, range: [-1,2147483647], default: -1]
0.09/0.15	c limits/solutions = 1
0.09/0.15	c 
0.09/0.15	c # frequency for solving LP at the nodes (-1: never; 0: only root LP)
0.09/0.15	c # [type: int, range: [-1,2147483647], default: 1]
0.09/0.15	c lp/solvefreq = -1
0.09/0.15	c 
0.09/0.15	c # maximal number of separation rounds per node (-1: unlimited)
0.09/0.15	c # [type: int, range: [-1,2147483647], default: 5]
0.09/0.15	c separating/maxrounds = 1
0.09/0.15	c 
0.09/0.15	c # maximal number of separation rounds in the root node (-1: unlimited)
0.09/0.15	c # [type: int, range: [-1,2147483647], default: -1]
0.09/0.15	c separating/maxroundsroot = 5
0.09/0.15	c 
0.09/0.15	c # should presolving try to simplify inequalities
0.09/0.15	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.09/0.15	c constraints/linear/simplifyinequalities = TRUE
0.09/0.15	c 
0.09/0.15	c # should disaggregation of knapsack constraints be allowed in preprocessing?
0.09/0.15	c # [type: bool, range: {TRUE,FALSE}, default: TRUE]
0.09/0.15	c constraints/knapsack/disaggregation = FALSE
0.09/0.15	c 
0.09/0.15	c # should presolving try to simplify knapsacks
0.09/0.15	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.09/0.15	c constraints/knapsack/simplifyinequalities = TRUE
0.09/0.15	c 
0.09/0.15	c # maximal number of presolving rounds the presolver participates in (-1: no limit)
0.09/0.15	c # [type: int, range: [-1,2147483647], default: -1]
0.09/0.15	c presolving/probing/maxrounds = 0
0.09/0.15	c 
0.09/0.15	c # frequency for calling primal heuristic <coefdiving> (-1: never, 0: only at depth freqofs)
0.09/0.15	c # [type: int, range: [-1,2147483647], default: 10]
0.09/0.15	c heuristics/coefdiving/freq = -1
0.09/0.15	c 
0.09/0.15	c # maximal fraction of diving LP iterations compared to node LP iterations
0.09/0.15	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.09/0.15	c heuristics/coefdiving/maxlpiterquot = 0.075
0.09/0.15	c 
0.09/0.15	c # additional number of allowed LP iterations
0.09/0.15	c # [type: int, range: [0,2147483647], default: 1000]
0.09/0.15	c heuristics/coefdiving/maxlpiterofs = 1500
0.09/0.15	c 
0.09/0.15	c # frequency for calling primal heuristic <crossover> (-1: never, 0: only at depth freqofs)
0.09/0.15	c # [type: int, range: [-1,2147483647], default: 30]
0.09/0.15	c heuristics/crossover/freq = -1
0.09/0.15	c 
0.09/0.15	c # number of nodes added to the contingent of the total nodes
0.09/0.15	c # [type: longint, range: [0,9223372036854775807], default: 500]
0.09/0.15	c heuristics/crossover/nodesofs = 750
0.09/0.15	c 
0.09/0.15	c # number of nodes without incumbent change that heuristic should wait
0.09/0.15	c # [type: longint, range: [0,9223372036854775807], default: 200]
0.09/0.15	c heuristics/crossover/nwaitingnodes = 100
0.09/0.15	c 
0.09/0.15	c # contingent of sub problem nodes in relation to the number of nodes of the original problem
0.09/0.15	c # [type: real, range: [0,1], default: 0.1]
0.09/0.15	c heuristics/crossover/nodesquot = 0.15
0.09/0.15	c 
0.09/0.15	c # minimum percentage of integer variables that have to be fixed 
0.09/0.15	c # [type: real, range: [0,1], default: 0.666]
0.09/0.15	c heuristics/crossover/minfixingrate = 0.5
0.09/0.15	c 
0.09/0.15	c # frequency for calling primal heuristic <feaspump> (-1: never, 0: only at depth freqofs)
0.09/0.15	c # [type: int, range: [-1,2147483647], default: 20]
0.09/0.15	c heuristics/feaspump/freq = -1
0.09/0.15	c 
0.09/0.15	c # additional number of allowed LP iterations
0.09/0.15	c # [type: int, range: [0,2147483647], default: 1000]
0.09/0.15	c heuristics/feaspump/maxlpiterofs = 2000
0.09/0.15	c 
0.09/0.15	c # frequency for calling primal heuristic <fracdiving> (-1: never, 0: only at depth freqofs)
0.09/0.15	c # [type: int, range: [-1,2147483647], default: 10]
0.09/0.15	c heuristics/fracdiving/freq = -1
0.09/0.15	c 
0.09/0.15	c # maximal fraction of diving LP iterations compared to node LP iterations
0.09/0.15	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.09/0.15	c heuristics/fracdiving/maxlpiterquot = 0.075
0.09/0.15	c 
0.09/0.15	c # additional number of allowed LP iterations
0.09/0.15	c # [type: int, range: [0,2147483647], default: 1000]
0.09/0.15	c heuristics/fracdiving/maxlpiterofs = 1500
0.09/0.15	c 
0.09/0.15	c # frequency for calling primal heuristic <guideddiving> (-1: never, 0: only at depth freqofs)
0.09/0.15	c # [type: int, range: [-1,2147483647], default: 10]
0.09/0.15	c heuristics/guideddiving/freq = -1
0.09/0.15	c 
0.09/0.15	c # maximal fraction of diving LP iterations compared to node LP iterations
0.09/0.15	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.09/0.15	c heuristics/guideddiving/maxlpiterquot = 0.075
0.09/0.15	c 
0.09/0.15	c # additional number of allowed LP iterations
0.09/0.15	c # [type: int, range: [0,2147483647], default: 1000]
0.09/0.15	c heuristics/guideddiving/maxlpiterofs = 1500
0.09/0.15	c 
0.09/0.15	c # maximal fraction of diving LP iterations compared to node LP iterations
0.09/0.15	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.09/0.15	c heuristics/intdiving/maxlpiterquot = 0.075
0.09/0.15	c 
0.09/0.15	c # frequency for calling primal heuristic <intshifting> (-1: never, 0: only at depth freqofs)
0.09/0.15	c # [type: int, range: [-1,2147483647], default: 10]
0.09/0.15	c heuristics/intshifting/freq = -1
0.09/0.15	c 
0.09/0.15	c # frequency for calling primal heuristic <linesearchdiving> (-1: never, 0: only at depth freqofs)
0.09/0.15	c # [type: int, range: [-1,2147483647], default: 10]
0.09/0.15	c heuristics/linesearchdiving/freq = -1
0.09/0.15	c 
0.09/0.15	c # maximal fraction of diving LP iterations compared to node LP iterations
0.09/0.15	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.09/0.15	c heuristics/linesearchdiving/maxlpiterquot = 0.075
0.09/0.15	c 
0.09/0.15	c # additional number of allowed LP iterations
0.09/0.15	c # [type: int, range: [0,2147483647], default: 1000]
0.09/0.15	c heuristics/linesearchdiving/maxlpiterofs = 1500
0.09/0.15	c 
0.09/0.15	c # frequency for calling primal heuristic <nlp> (-1: never, 0: only at depth freqofs)
0.09/0.15	c # [type: int, range: [-1,2147483647], default: 1]
0.09/0.15	c heuristics/nlp/freq = -1
0.09/0.15	c 
0.09/0.15	c # frequency for calling primal heuristic <objpscostdiving> (-1: never, 0: only at depth freqofs)
0.09/0.15	c # [type: int, range: [-1,2147483647], default: 20]
0.09/0.15	c heuristics/objpscostdiving/freq = -1
0.09/0.15	c 
0.09/0.15	c # maximal fraction of diving LP iterations compared to total iteration number
0.09/0.15	c # [type: real, range: [0,1], default: 0.01]
0.09/0.15	c heuristics/objpscostdiving/maxlpiterquot = 0.015
0.09/0.15	c 
0.09/0.15	c # additional number of allowed LP iterations
0.09/0.15	c # [type: int, range: [0,2147483647], default: 1000]
0.09/0.15	c heuristics/objpscostdiving/maxlpiterofs = 1500
0.09/0.15	c 
0.09/0.15	c # frequency for calling primal heuristic <oneopt> (-1: never, 0: only at depth freqofs)
0.09/0.15	c # [type: int, range: [-1,2147483647], default: 1]
0.09/0.15	c heuristics/oneopt/freq = -1
0.09/0.15	c 
0.09/0.15	c # frequency for calling primal heuristic <pscostdiving> (-1: never, 0: only at depth freqofs)
0.09/0.15	c # [type: int, range: [-1,2147483647], default: 10]
0.09/0.15	c heuristics/pscostdiving/freq = -1
0.09/0.15	c 
0.09/0.15	c # maximal fraction of diving LP iterations compared to node LP iterations
0.09/0.15	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.09/0.15	c heuristics/pscostdiving/maxlpiterquot = 0.075
0.09/0.15	c 
0.09/0.15	c # additional number of allowed LP iterations
0.09/0.15	c # [type: int, range: [0,2147483647], default: 1000]
0.09/0.15	c heuristics/pscostdiving/maxlpiterofs = 1500
0.09/0.15	c 
0.09/0.15	c # frequency for calling primal heuristic <rens> (-1: never, 0: only at depth freqofs)
0.09/0.15	c # [type: int, range: [-1,2147483647], default: 0]
0.09/0.15	c heuristics/rens/freq = -1
0.09/0.15	c 
0.09/0.15	c # minimum percentage of integer variables that have to be fixable 
0.09/0.15	c # [type: real, range: [0,1], default: 0.5]
0.09/0.15	c heuristics/rens/minfixingrate = 0.3
0.09/0.15	c 
0.09/0.15	c # number of nodes added to the contingent of the total nodes
0.09/0.15	c # [type: longint, range: [0,9223372036854775807], default: 500]
0.09/0.15	c heuristics/rens/nodesofs = 2000
0.09/0.15	c 
0.09/0.15	c # frequency for calling primal heuristic <rootsoldiving> (-1: never, 0: only at depth freqofs)
0.09/0.15	c # [type: int, range: [-1,2147483647], default: 20]
0.09/0.15	c heuristics/rootsoldiving/freq = -1
0.09/0.15	c 
0.09/0.15	c # maximal fraction of diving LP iterations compared to node LP iterations
0.09/0.15	c # [type: real, range: [0,1.79769313486232e+308], default: 0.01]
0.09/0.15	c heuristics/rootsoldiving/maxlpiterquot = 0.015
0.09/0.15	c 
0.09/0.15	c # additional number of allowed LP iterations
0.09/0.15	c # [type: int, range: [0,2147483647], default: 1000]
0.09/0.15	c heuristics/rootsoldiving/maxlpiterofs = 1500
0.09/0.15	c 
0.09/0.15	c # frequency for calling primal heuristic <rounding> (-1: never, 0: only at depth freqofs)
0.09/0.15	c # [type: int, range: [-1,2147483647], default: 1]
0.09/0.15	c heuristics/rounding/freq = -1
0.09/0.15	c 
0.09/0.15	c # frequency for calling primal heuristic <shifting> (-1: never, 0: only at depth freqofs)
0.09/0.15	c # [type: int, range: [-1,2147483647], default: 10]
0.09/0.15	c heuristics/shifting/freq = -1
0.09/0.15	c 
0.09/0.15	c # frequency for calling primal heuristic <simplerounding> (-1: never, 0: only at depth freqofs)
0.09/0.15	c # [type: int, range: [-1,2147483647], default: 1]
0.09/0.15	c heuristics/simplerounding/freq = -1
0.09/0.15	c 
0.09/0.15	c # frequency for calling primal heuristic <trivial> (-1: never, 0: only at depth freqofs)
0.09/0.15	c # [type: int, range: [-1,2147483647], default: 0]
0.09/0.15	c heuristics/trivial/freq = -1
0.09/0.15	c 
0.09/0.15	c # frequency for calling primal heuristic <trysol> (-1: never, 0: only at depth freqofs)
0.09/0.15	c # [type: int, range: [-1,2147483647], default: 1]
0.09/0.15	c heuristics/trysol/freq = -1
0.09/0.15	c 
0.09/0.15	c # frequency for calling primal heuristic <veclendiving> (-1: never, 0: only at depth freqofs)
0.09/0.15	c # [type: int, range: [-1,2147483647], default: 10]
0.09/0.15	c heuristics/veclendiving/freq = -1
0.09/0.15	c 
0.09/0.15	c # maximal fraction of diving LP iterations compared to node LP iterations
0.09/0.15	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.09/0.15	c heuristics/veclendiving/maxlpiterquot = 0.075
0.09/0.15	c 
0.09/0.15	c # additional number of allowed LP iterations
0.09/0.15	c # [type: int, range: [0,2147483647], default: 1000]
0.09/0.15	c heuristics/veclendiving/maxlpiterofs = 1500
0.09/0.15	c 
0.09/0.15	c # frequency for calling primal heuristic <zirounding> (-1: never, 0: only at depth freqofs)
0.09/0.15	c # [type: int, range: [-1,2147483647], default: 1]
0.09/0.15	c heuristics/zirounding/freq = -1
0.09/0.15	c 
0.09/0.15	c # frequency for calling separator <cmir> (-1: never, 0: only in root node)
0.09/0.15	c # [type: int, range: [-1,2147483647], default: 0]
0.09/0.15	c separating/cmir/freq = -1
0.09/0.15	c 
0.09/0.15	c # frequency for calling separator <flowcover> (-1: never, 0: only in root node)
0.09/0.15	c # [type: int, range: [-1,2147483647], default: 0]
0.09/0.15	c separating/flowcover/freq = -1
0.09/0.15	c 
0.09/0.15	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
0.09/0.15	c # [type: int, range: [-1,2147483647], default: -1]
0.09/0.15	c separating/rapidlearning/freq = 0
0.09/0.15	c 
0.09/0.15	c -----------------------------------------------------------------------------------------------
0.09/0.15	c start solving
0.09/0.15	c 
0.09/0.15	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
0.09/0.15	c   0.1s|     1 |     2 |     0 |     - |2396k|   0 |   - | 231 |2564 |   0 |   0 |   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
3.79/3.83	c   3.5s| 10000 |  8524 |     0 |   0.0 |7122k|  85 |   - | 231 |4188 |   0 |   0 |   0 |2384 |   0 | 0.000000e+00 |      --      |    Inf 
9.29/9.35	c   8.8s| 20000 | 15090 |     0 |   0.0 |  12M|  95 |   - | 231 |5446 |   0 |   0 |   0 |7564 |   0 | 0.000000e+00 |      --      |    Inf 
13.88/13.96	c  13.2s| 30000 | 23190 |     0 |   0.0 |  16M|  95 |   - | 231 |5481 |   0 |   0 |   0 |  10k|   0 | 0.000000e+00 |      --      |    Inf 
18.79/18.89	c  17.9s| 40000 | 31039 |     0 |   0.0 |  21M|  95 |   - | 231 |6088 |   0 |   0 |   0 |  13k|   0 | 0.000000e+00 |      --      |    Inf 
24.19/24.24	c  23.0s| 50000 | 38696 |     0 |   0.0 |  26M|  95 |   - | 231 |6803 |   0 |   0 |   0 |  16k|   0 | 0.000000e+00 |      --      |    Inf 
30.18/30.28	c  28.8s| 60000 | 46119 |     0 |   0.0 |  30M|  95 |   - | 231 |7696 |   0 |   0 |   0 |  20k|   0 | 0.000000e+00 |      --      |    Inf 
36.77/36.85	c  35.2s| 70000 | 53383 |     0 |   0.0 |  35M|  95 |   - | 231 |8381 |   0 |   0 |   0 |  25k|   0 | 0.000000e+00 |      --      |    Inf 
43.98/44.03	c  42.1s| 80000 | 60371 |     0 |   0.0 |  40M|  95 |   - | 231 |9211 |   0 |   0 |   0 |  29k|   0 | 0.000000e+00 |      --      |    Inf 
52.07/52.19	c  50.0s| 90000 | 66998 |     0 |   0.0 |  45M|  95 |   - | 231 |  10k|   0 |   0 |   0 |  35k|   0 | 0.000000e+00 |      --      |    Inf 
61.77/61.83	c  59.4s|100000 | 73142 |     0 |   0.0 |  50M|  95 |   - | 231 |  11k|   0 |   0 |   0 |  41k|   0 | 0.000000e+00 |      --      |    Inf 
74.46/74.57	c  71.8s|110000 | 78273 |     0 |   0.0 |  56M|  95 |   - | 231 |  13k|   0 |   0 |   0 |  49k|   0 | 0.000000e+00 |      --      |    Inf 
89.76/89.81	c  86.7s|120000 | 82838 |     0 |   0.0 |  61M|  95 |   - | 231 |  14k|   0 |   0 |   0 |  58k|   0 | 0.000000e+00 |      --      |    Inf 
107.66/107.79	c   104s|130000 | 86623 |     0 |   0.0 |  66M|  95 |   - | 231 |  15k|   0 |   0 |   0 |  67k|   0 | 0.000000e+00 |      --      |    Inf 
126.95/127.04	c   123s|140000 | 90113 |     0 |   0.0 |  70M|  95 |   - | 231 |  14k|   0 |   0 |   0 |  76k|   0 | 0.000000e+00 |      --      |    Inf 
139.94/140.07	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
139.94/140.07	c   136s|150000 | 96049 |     0 |   0.0 |  74M|  95 |   - | 231 |  12k|   0 |   0 |   0 |  81k|   0 | 0.000000e+00 |      --      |    Inf 
149.23/149.31	c   145s|160000 |103390 |     0 |   0.0 |  78M|  95 |   - | 231 |  11k|   0 |   0 |   0 |  85k|   0 | 0.000000e+00 |      --      |    Inf 
158.64/158.79	c   154s|170000 |110558 |     0 |   0.0 |  82M|  95 |   - | 231 |  11k|   0 |   0 |   0 |  89k|   0 | 0.000000e+00 |      --      |    Inf 
168.14/168.28	c   164s|180000 |117684 |     0 |   0.0 |  87M|  95 |   - | 231 |  12k|   0 |   0 |   0 |  93k|   0 | 0.000000e+00 |      --      |    Inf 
178.32/178.48	c   173s|190000 |124578 |     0 |   0.0 |  91M|  95 |   - | 231 |  12k|   0 |   0 |   0 |  98k|   0 | 0.000000e+00 |      --      |    Inf 
188.72/188.81	c   184s|200000 |131498 |     0 |   0.0 |  96M|  95 |   - | 231 |  12k|   0 |   0 |   0 | 102k|   0 | 0.000000e+00 |      --      |    Inf 
199.22/199.39	c   194s|210000 |138358 |     0 |   0.0 | 101M|  95 |   - | 231 |  13k|   0 |   0 |   0 | 107k|   0 | 0.000000e+00 |      --      |    Inf 
210.22/210.36	c   205s|220000 |145142 |     0 |   0.0 | 105M|  95 |   - | 231 |  13k|   0 |   0 |   0 | 112k|   0 | 0.000000e+00 |      --      |    Inf 
221.81/221.91	c   216s|230000 |151704 |     0 |   0.0 | 110M|  95 |   - | 231 |  13k|   0 |   0 |   0 | 116k|   0 | 0.000000e+00 |      --      |    Inf 
233.81/233.98	c   228s|240000 |158208 |     0 |   0.0 | 115M|  95 |   - | 231 |  14k|   0 |   0 |   0 | 122k|   0 | 0.000000e+00 |      --      |    Inf 
246.71/246.84	c   240s|250000 |164480 |     0 |   0.0 | 120M|  95 |   - | 231 |  15k|   0 |   0 |   0 | 127k|   0 | 0.000000e+00 |      --      |    Inf 
260.61/260.71	c   254s|260000 |170577 |     0 |   0.0 | 125M|  95 |   - | 231 |  16k|   0 |   0 |   0 | 132k|   0 | 0.000000e+00 |      --      |    Inf 
274.49/274.62	c   268s|270000 |176751 |     0 |   0.0 | 130M|  95 |   - | 231 |  16k|   0 |   0 |   0 | 138k|   0 | 0.000000e+00 |      --      |    Inf 
289.39/289.55	c   282s|280000 |182715 |     0 |   0.0 | 135M|  95 |   - | 231 |  17k|   0 |   0 |   0 | 144k|   0 | 0.000000e+00 |      --      |    Inf 
304.59/304.80	c   297s|290000 |188680 |     0 |   0.0 | 140M|  95 |   - | 231 |  17k|   0 |   0 |   0 | 149k|   0 | 0.000000e+00 |      --      |    Inf 
320.58/320.77	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
320.58/320.77	c   313s|300000 |194485 |     0 |   0.0 | 145M|  95 |   - | 231 |  18k|   0 |   0 |   0 | 156k|   0 | 0.000000e+00 |      --      |    Inf 
336.87/337.07	c   329s|310000 |200356 |     0 |   0.0 | 150M|  95 |   - | 231 |  18k|   0 |   0 |   0 | 162k|   0 | 0.000000e+00 |      --      |    Inf 
353.97/354.12	c   346s|320000 |206065 |     0 |   0.0 | 155M|  95 |   - | 231 |  19k|   0 |   0 |   0 | 168k|   0 | 0.000000e+00 |      --      |    Inf 
371.46/371.61	c   363s|330000 |211801 |     0 |   0.0 | 160M|  95 |   - | 231 |  20k|   0 |   0 |   0 | 175k|   0 | 0.000000e+00 |      --      |    Inf 
389.46/389.63	c   381s|340000 |217379 |     0 |   0.0 | 165M|  95 |   - | 231 |  20k|   0 |   0 |   0 | 181k|   0 | 0.000000e+00 |      --      |    Inf 
409.05/409.29	c   400s|350000 |222688 |     0 |   0.0 | 171M|  95 |   - | 231 |  21k|   0 |   0 |   0 | 188k|   0 | 0.000000e+00 |      --      |    Inf 
428.04/428.25	c   419s|360000 |228233 |     0 |   0.0 | 175M|  95 |   - | 231 |  21k|   0 |   0 |   0 | 195k|   0 | 0.000000e+00 |      --      |    Inf 
449.23/449.42	c   439s|370000 |233290 |     0 |   0.0 | 181M|  95 |   - | 231 |  22k|   0 |   0 |   0 | 202k|   0 | 0.000000e+00 |      --      |    Inf 
469.82/470.00	c   460s|380000 |238586 |     0 |   0.0 | 186M|  95 |   - | 231 |  22k|   0 |   0 |   0 | 209k|   0 | 0.000000e+00 |      --      |    Inf 
492.81/493.04	c   482s|390000 |243304 |     0 |   0.0 | 191M|  95 |   - | 231 |  23k|   0 |   0 |   0 | 217k|   0 | 0.000000e+00 |      --      |    Inf 
515.01/515.26	c   504s|400000 |248430 |     0 |   0.0 | 195M|  95 |   - | 231 |  23k|   0 |   0 |   0 | 224k|   0 | 0.000000e+00 |      --      |    Inf 
539.00/539.22	c   528s|410000 |253115 |     0 |   0.0 | 201M|  95 |   - | 231 |  24k|   0 |   0 |   0 | 232k|   0 | 0.000000e+00 |      --      |    Inf 
564.29/564.57	c   553s|420000 |257681 |     0 |   0.0 | 205M|  95 |   - | 231 |  25k|   0 |   0 |   0 | 240k|   0 | 0.000000e+00 |      --      |    Inf 
589.29/589.56	c   578s|430000 |262315 |     0 |   0.0 | 210M|  95 |   - | 231 |  25k|   0 |   0 |   0 | 248k|   0 | 0.000000e+00 |      --      |    Inf 
618.27/618.54	c   606s|440000 |266225 |     0 |   0.0 | 215M|  95 |   - | 231 |  26k|   0 |   0 |   0 | 257k|   0 | 0.000000e+00 |      --      |    Inf 
644.16/644.45	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
644.16/644.45	c   632s|450000 |270938 |     0 |   0.0 | 220M|  95 |   - | 231 |  26k|   0 |   0 |   0 | 265k|   0 | 0.000000e+00 |      --      |    Inf 
673.76/674.04	c   661s|460000 |274814 |     0 |   0.0 | 225M|  95 |   - | 231 |  27k|   0 |   0 |   0 | 275k|   0 | 0.000000e+00 |      --      |    Inf 
702.15/702.43	c   689s|470000 |279167 |     0 |   0.0 | 230M|  95 |   - | 231 |  27k|   0 |   0 |   0 | 283k|   0 | 0.000000e+00 |      --      |    Inf 
732.64/732.94	c   719s|480000 |283052 |     0 |   0.0 | 235M|  95 |   - | 231 |  28k|   0 |   0 |   0 | 293k|   0 | 0.000000e+00 |      --      |    Inf 
764.73/765.05	c   751s|490000 |286773 |     0 |   0.0 | 240M|  95 |   - | 231 |  28k|   0 |   0 |   0 | 302k|   0 | 0.000000e+00 |      --      |    Inf 
796.52/796.80	c   783s|500000 |290548 |     0 |   0.0 | 245M|  95 |   - | 231 |  29k|   0 |   0 |   0 | 312k|   0 | 0.000000e+00 |      --      |    Inf 
831.50/831.86	c   817s|510000 |293853 |     0 |   0.0 | 249M|  95 |   - | 231 |  29k|   0 |   0 |   0 | 322k|   0 | 0.000000e+00 |      --      |    Inf 
866.09/866.46	c   852s|520000 |297265 |     0 |   0.0 | 254M|  95 |   - | 231 |  30k|   0 |   0 |   0 | 332k|   0 | 0.000000e+00 |      --      |    Inf 
903.89/904.23	c   889s|530000 |300175 |     0 |   0.0 | 258M|  95 |   - | 231 |  30k|   0 |   0 |   0 | 343k|   0 | 0.000000e+00 |      --      |    Inf 
942.38/942.77	c   927s|540000 |302920 |     0 |   0.0 | 263M|  95 |   - | 231 |  31k|   0 |   0 |   0 | 354k|   0 | 0.000000e+00 |      --      |    Inf 
982.36/982.71	c   967s|550000 |305738 |     0 |   0.0 | 268M|  95 |   - | 231 |  32k|   0 |   0 |   0 | 365k|   0 | 0.000000e+00 |      --      |    Inf 
1026.64/1027.06	c  1011s|560000 |307926 |     0 |   0.0 | 272M|  95 |   - | 231 |  32k|   0 |   0 |   0 | 376k|   0 | 0.000000e+00 |      --      |    Inf 
1072.33/1072.79	c  1056s|570000 |309947 |     0 |   0.0 | 276M|  95 |   - | 231 |  32k|   0 |   0 |   0 | 388k|   0 | 0.000000e+00 |      --      |    Inf 
1121.11/1121.50	c  1104s|580000 |311539 |     0 |   0.0 | 280M|  95 |   - | 231 |  32k|   0 |   0 |   0 | 401k|   0 | 0.000000e+00 |      --      |    Inf 
1169.58/1170.01	c  1153s|590000 |313198 |     0 |   0.0 | 284M|  95 |   - | 231 |  32k|   0 |   0 |   0 | 413k|   0 | 0.000000e+00 |      --      |    Inf 
1220.36/1220.88	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1220.36/1220.88	c  1203s|600000 |314449 |     0 |   0.0 | 288M|  95 |   - | 231 |  33k|   0 |   0 |   0 | 426k|   0 | 0.000000e+00 |      --      |    Inf 
1273.54/1274.00	c  1256s|610000 |315556 |     0 |   0.0 | 291M|  95 |   - | 231 |  33k|   0 |   0 |   0 | 439k|   0 | 0.000000e+00 |      --      |    Inf 
1328.73/1329.28	c  1311s|620000 |316097 |     0 |   0.0 | 294M|  95 |   - | 231 |  32k|   0 |   0 |   0 | 451k|   0 | 0.000000e+00 |      --      |    Inf 
1383.71/1384.24	c  1365s|630000 |315646 |     0 |   0.0 | 296M|  95 |   - | 231 |  32k|   0 |   0 |   0 | 465k|   0 | 0.000000e+00 |      --      |    Inf 
1431.49/1432.03	c  1412s|640000 |316197 |     0 |   0.0 | 297M|  95 |   - | 231 |  29k|   0 |   0 |   0 | 475k|   0 | 0.000000e+00 |      --      |    Inf 
1459.39/1459.96	c  1440s|650000 |322210 |     0 |   0.0 | 301M|  95 |   - | 231 |  27k|   0 |   0 |   0 | 481k|   0 | 0.000000e+00 |      --      |    Inf 
1485.78/1486.33	c  1466s|660000 |328241 |     0 |   0.0 | 306M|  95 |   - | 231 |  26k|   0 |   0 |   0 | 487k|   0 | 0.000000e+00 |      --      |    Inf 
1511.17/1511.72	c  1491s|670000 |334263 |     0 |   0.0 | 310M|  95 |   - | 231 |  26k|   0 |   0 |   0 | 493k|   0 | 0.000000e+00 |      --      |    Inf 
1536.96/1537.56	c  1517s|680000 |340118 |     0 |   0.0 | 315M|  95 |   - | 231 |  26k|   0 |   0 |   0 | 500k|   0 | 0.000000e+00 |      --      |    Inf 
1563.05/1563.64	c  1543s|690000 |345911 |     0 |   0.0 | 319M|  95 |   - | 231 |  26k|   0 |   0 |   0 | 506k|   0 | 0.000000e+00 |      --      |    Inf 
1588.14/1588.70	c  1567s|700000 |351788 |     0 |   0.0 | 324M|  95 |   - | 231 |  26k|   0 |   0 |   0 | 512k|   0 | 0.000000e+00 |      --      |    Inf 
1614.63/1615.27	c  1594s|710000 |357389 |     0 |   0.0 | 328M|  95 |   - | 231 |  27k|   0 |   0 |   0 | 519k|   0 | 0.000000e+00 |      --      |    Inf 
1640.42/1641.08	c  1619s|720000 |363098 |     0 |   0.0 | 333M|  95 |   - | 231 |  27k|   0 |   0 |   0 | 525k|   0 | 0.000000e+00 |      --      |    Inf 
1669.71/1670.30	c  1648s|730000 |368305 |     0 |   0.0 | 338M|  95 |   - | 231 |  27k|   0 |   0 |   0 | 532k|   0 | 0.000000e+00 |      --      |    Inf 
1697.00/1697.62	c  1675s|740000 |373674 |     0 |   0.0 | 343M|  95 |   - | 231 |  28k|   0 |   0 |   0 | 539k|   0 | 0.000000e+00 |      --      |    Inf 
1725.30/1725.98	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1725.30/1725.98	c  1703s|750000 |378943 |     0 |   0.0 | 348M|  95 |   - | 231 |  29k|   0 |   0 |   0 | 546k|   0 | 0.000000e+00 |      --      |    Inf 
1759.78/1760.47	c  1737s|760000 |383464 |     0 |   0.0 | 353M|  95 |   - | 231 |  29k|   0 |   0 |   0 | 554k|   0 | 0.000000e+00 |      --      |    Inf 
1787.47/1788.17	c  1765s|770000 |389039 |     0 |   0.0 | 358M|  95 |   - | 231 |  30k|   0 |   0 |   0 | 560k|   0 | 0.000000e+00 |      --      |    Inf 
1800.09/1800.71	c pressed CTRL-C 1 times (5 times for forcing termination)
1800.09/1800.72	c 
1800.09/1800.72	c SCIP Status        : solving was interrupted [user interrupt]
1800.09/1800.72	c Solving Time (sec) : 1777.19
1800.09/1800.72	c Solving Nodes      : 774125
1800.09/1800.72	c Primal Bound       : +1.00000000000000e+20 (0 solutions)
1800.09/1800.72	c Dual Bound         : +0.00000000000000e+00
1800.09/1800.72	c Gap                : infinite
1800.09/1800.72	s UNKNOWN
1800.09/1800.72	c SCIP Status        : solving was interrupted [user interrupt]
1800.09/1800.72	c Solving Time       :    1777.19
1800.09/1800.72	c Original Problem   :
1800.09/1800.72	c   Problem name     : HOME/instance-2664031-1276292496.opb
1800.09/1800.72	c   Variables        : 231 (231 binary, 0 integer, 0 implicit integer, 0 continuous)
1800.09/1800.72	c   Constraints      : 2707 initial, 2707 maximal
1800.09/1800.72	c Presolved Problem  :
1800.09/1800.72	c   Problem name     : t_HOME/instance-2664031-1276292496.opb
1800.09/1800.72	c   Variables        : 231 (231 binary, 0 integer, 0 implicit integer, 0 continuous)
1800.09/1800.72	c   Constraints      : 2564 initial, 34133 maximal
1800.09/1800.72	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
1800.09/1800.72	c   trivial          :       0.00          0          0          0          0          0          0          0          0
1800.09/1800.72	c   dualfix          :       0.00          0          0          0          0          0          0          0          0
1800.09/1800.72	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
1800.09/1800.72	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
1800.09/1800.72	c   implics          :       0.00          0          0          0          0          0          0          0          0
1800.09/1800.72	c   probing          :       0.00          0          0          0          0          0          0          0          0
1800.09/1800.72	c   knapsack         :       0.00          0          0          0          0          0          0          0          0
1800.09/1800.72	c   setppc           :       0.00          0          0          0          0          0          0          0          0
1800.09/1800.72	c   linear           :       0.03          0          0          0          0          0        143          0          0
1800.09/1800.72	c   logicor          :       0.03          0          0          0          0          0          0          0          0
1800.09/1800.72	c   root node        :          -          0          -          -          0          -          -          -          -
1800.09/1800.72	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
1800.09/1800.72	c   integral         :          0          0          0          0          0          0          0          0          0          0
1800.09/1800.72	c   knapsack         :          1          0    2317255          0     637398      64450    5606046          0          0          0
1800.09/1800.72	c   setppc           :         22          0    2262398          0     637398      77652    2817796          0          0          0
1800.09/1800.72	c   logicor          :       2541+         0    1914016          0     637396      93167    7178281          0          0          0
1800.09/1800.72	c   countsols        :          0          0          0          0     637377          0          0          0          0          0
1800.09/1800.72	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
1800.09/1800.72	c   integral         :       0.00       0.00       0.00       0.00       0.00
1800.09/1800.72	c   knapsack         :      50.06       0.00      46.58       0.00       3.48
1800.09/1800.72	c   setppc           :      40.72       0.00      32.58       0.00       8.14
1800.09/1800.72	c   logicor          :     928.04       0.00     861.08       0.00      66.96
1800.09/1800.72	c   countsols        :       0.25       0.00       0.00       0.00       0.25
1800.09/1800.72	c Propagators        :       Time      Calls    Cutoffs    DomReds
1800.09/1800.72	c   vbounds          :       1.11          1          0          0
1800.09/1800.72	c   rootredcost      :       1.29          0          0          0
1800.09/1800.72	c   pseudoobj        :       1.04          0          0          0
1800.09/1800.72	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1800.09/1800.72	c   propagation      :      17.09     235269     235192    1241805       21.3       8162       20.8          -
1800.09/1800.72	c   infeasible LP    :       0.00          0          0          0        0.0          0        0.0          0
1800.09/1800.72	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1800.09/1800.72	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1800.09/1800.72	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1800.09/1800.72	c   applied globally :          -          -          -     556649       16.3          -          -          -
1800.09/1800.72	c   applied locally  :          -          -          -       7020       34.9          -          -          -
1800.09/1800.72	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1800.09/1800.72	c   cut pool         :       0.00          0          -          -          0          -    (maximal pool size: 0)
1800.09/1800.72	c   redcost          :       0.00          0          0          0          0          0
1800.09/1800.72	c   impliedbounds    :       0.00          0          0          0          0          0
1800.09/1800.72	c   intobj           :       0.00          0          0          0          0          0
1800.09/1800.72	c   cgmip            :       0.00          0          0          0          0          0
1800.09/1800.72	c   gomory           :       0.00          0          0          0          0          0
1800.09/1800.72	c   strongcg         :       0.00          0          0          0          0          0
1800.09/1800.72	c   cmir             :       0.00          0          0          0          0          0
1800.09/1800.72	c   flowcover        :       0.00          0          0          0          0          0
1800.09/1800.72	c   clique           :       0.00          0          0          0          0          0
1800.09/1800.72	c   zerohalf         :       0.00          0          0          0          0          0
1800.09/1800.72	c   mcf              :       0.00          0          0          0          0          0
1800.09/1800.72	c   rapidlearning    :       0.00          0          0          0          0          0
1800.09/1800.72	c Pricers            :       Time      Calls       Vars
1800.09/1800.72	c   problem variables:       0.00          0          0
1800.09/1800.72	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1800.09/1800.72	c   relpscost        :       0.00          0          0          0          0          0          0
1800.09/1800.72	c   pscost           :       0.00          0          0          0          0          0          0
1800.09/1800.72	c   inference        :      15.91     637377          0          0          0          0    1274754
1800.09/1800.72	c   mostinf          :       0.00          0          0          0          0          0          0
1800.09/1800.72	c   leastinf         :       0.00          0          0          0          0          0          0
1800.09/1800.72	c   fullstrong       :       0.00          0          0          0          0          0          0
1800.09/1800.72	c   allfullstrong    :       0.00          0          0          0          0          0          0
1800.09/1800.72	c   random           :       0.00          0          0          0          0          0          0
1800.09/1800.72	c Primal Heuristics  :       Time      Calls      Found
1800.09/1800.72	c   LP solutions     :       0.00          -          0
1800.09/1800.72	c   pseudo solutions :       0.00          -          0
1800.09/1800.72	c   trivial          :       0.00          1          0
1800.09/1800.72	c   simplerounding   :       0.00          0          0
1800.09/1800.72	c   zirounding       :       0.00          0          0
1800.09/1800.72	c   rounding         :       0.00          0          0
1800.09/1800.72	c   shifting         :       0.00          0          0
1800.09/1800.72	c   intshifting      :       0.00          0          0
1800.09/1800.72	c   oneopt           :       0.00          0          0
1800.09/1800.72	c   twoopt           :       0.00          0          0
1800.09/1800.72	c   fixandinfer      :       0.00          0          0
1800.09/1800.72	c   feaspump         :       0.00          0          0
1800.09/1800.72	c   coefdiving       :       0.00          0          0
1800.09/1800.72	c   pscostdiving     :       0.00          0          0
1800.09/1800.72	c   fracdiving       :       0.00          0          0
1800.09/1800.72	c   veclendiving     :       0.00          0          0
1800.09/1800.72	c   intdiving        :       0.00          0          0
1800.09/1800.72	c   actconsdiving    :       0.00          0          0
1800.09/1800.72	c   objpscostdiving  :       0.00          0          0
1800.09/1800.72	c   rootsoldiving    :       0.00          0          0
1800.09/1800.72	c   linesearchdiving :       0.00          0          0
1800.09/1800.72	c   guideddiving     :       0.00          0          0
1800.09/1800.72	c   octane           :       0.00          0          0
1800.09/1800.72	c   rens             :       0.00          0          0
1800.09/1800.72	c   rins             :       0.00          0          0
1800.09/1800.72	c   localbranching   :       0.00          0          0
1800.09/1800.72	c   mutation         :       0.00          0          0
1800.09/1800.72	c   crossover        :       0.00          0          0
1800.09/1800.72	c   dins             :       0.00          0          0
1800.09/1800.72	c   undercover       :       0.00          0          0
1800.09/1800.72	c   nlp              :       0.00          0          0
1800.09/1800.72	c   trysol           :       0.00          0          0
1800.09/1800.72	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1800.09/1800.72	c   primal LP        :       0.00          0          0       0.00          -
1800.09/1800.72	c   dual LP          :       0.00          0          0       0.00          -
1800.09/1800.72	c   lex dual LP      :       0.00          0          0       0.00          -
1800.09/1800.72	c   barrier LP       :       0.00          0          0       0.00          -
1800.09/1800.72	c   diving/probing LP:       0.00          0          0       0.00          -
1800.09/1800.72	c   strong branching :       0.00          0          0       0.00          -
1800.09/1800.72	c     (at root node) :          -          0          0       0.00          -
1800.09/1800.72	c   conflict analysis:       0.00          0          0       0.00          -
1800.09/1800.72	c B&B Tree           :
1800.09/1800.72	c   number of runs   :          1
1800.09/1800.72	c   nodes            :     774125
1800.09/1800.72	c   nodes (total)    :     774125
1800.09/1800.72	c   nodes left       :     391150
1800.09/1800.72	c   max depth        :         95
1800.09/1800.72	c   max depth (total):         95
1800.09/1800.72	c   backtracks       :     131796 (17.0%)
1800.09/1800.72	c   delayed cutoffs  :     109480
1800.09/1800.72	c   repropagations   :     386182 (5199752 domain reductions, 98521 cutoffs)
1800.09/1800.72	c   avg switch length:      11.15
1800.09/1800.72	c   switching time   :     475.50
1800.09/1800.72	c Solution           :
1800.09/1800.72	c   Solutions found  :          0 (0 improvements)
1800.09/1800.72	c   Primal Bound     :          -
1800.09/1800.72	c   Dual Bound       : +0.00000000000000e+00
1800.09/1800.72	c   Gap              :   infinite
1800.09/1800.72	c   Root Dual Bound  : +0.00000000000000e+00
1800.09/1800.72	c   Root Iterations  :          0
1801.57/1802.20	c Time complete: 1801.57.

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-2664031-1276292496/watcher-2664031-1276292496 -o /tmp/evaluation-result-2664031-1276292496/solver-2664031-1276292496 -C 1800 -W 2000 -M 1800 HOME/pbscip.linux.x86_64.gnu.opt.none -f HOME/instance-2664031-1276292496.opb -t 1800 -m 1800 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2000 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 1843200 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 1894400 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.00 1.00 1.00 2/106 6103
/proc/meminfo: memFree=1554800/2059040 swapFree=4192956/4192956
[pid=6103] ppid=6101 vsize=6584 CPUtime=0
/proc/6103/stat : 6103 (pbscip.linux.x8) R 6101 6103 4214 0 -1 4202496 1103 0 0 0 0 0 0 0 24 0 1 0 2901438 6742016 1027 1992294400 4194304 7136930 140737116911728 18446744073709551615 6346613 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/6103/statm: 1646 1037 254 719 0 925 0

[startup+0.0194969 s]
/proc/loadavg: 1.00 1.00 1.00 2/106 6103
/proc/meminfo: memFree=1554800/2059040 swapFree=4192956/4192956
[pid=6103] ppid=6101 vsize=8304 CPUtime=0.01
/proc/6103/stat : 6103 (pbscip.linux.x8) R 6101 6103 4214 0 -1 4202496 1550 0 0 0 1 0 0 0 24 0 1 0 2901438 8503296 1473 1992294400 4194304 7136930 140737116911728 18446744073709551615 6346613 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/6103/statm: 2076 1473 268 719 0 1355 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 8304

[startup+0.101511 s]
/proc/loadavg: 1.00 1.00 1.00 2/106 6103
/proc/meminfo: memFree=1554800/2059040 swapFree=4192956/4192956
[pid=6103] ppid=6101 vsize=14764 CPUtime=0.09
/proc/6103/stat : 6103 (pbscip.linux.x8) R 6101 6103 4214 0 -1 4202496 3592 0 0 0 7 2 0 0 24 0 1 0 2901438 15118336 2904 1992294400 4194304 7136930 140737116911728 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/6103/statm: 3691 2909 345 719 0 2970 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 14764

[startup+0.30155 s]
/proc/loadavg: 1.00 1.00 1.00 2/106 6103
/proc/meminfo: memFree=1554800/2059040 swapFree=4192956/4192956
[pid=6103] ppid=6101 vsize=17056 CPUtime=0.29
/proc/6103/stat : 6103 (pbscip.linux.x8) R 6101 6103 4214 0 -1 4202496 6810 0 0 0 25 4 0 0 18 0 1 0 2901438 17465344 3552 1992294400 4194304 7136930 140737116911728 18446744073709551615 5005267 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/6103/statm: 4264 3552 391 719 0 3543 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 17056

[startup+0.701626 s]
/proc/loadavg: 1.00 1.00 1.00 2/106 6103
/proc/meminfo: memFree=1554800/2059040 swapFree=4192956/4192956
[pid=6103] ppid=6101 vsize=17988 CPUtime=0.69
/proc/6103/stat : 6103 (pbscip.linux.x8) R 6101 6103 4214 0 -1 4202496 7024 0 0 0 62 7 0 0 18 0 1 0 2901438 18419712 3766 1992294400 4194304 7136930 140737116911728 18446744073709551615 4652878 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/6103/statm: 4497 3766 391 719 0 3776 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 17988

[startup+1.50078 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 6104
/proc/meminfo: memFree=1540532/2059040 swapFree=4192956/4192956
[pid=6103] ppid=6101 vsize=19072 CPUtime=1.49
/proc/6103/stat : 6103 (pbscip.linux.x8) R 6101 6103 4214 0 -1 4202496 7326 0 0 0 139 10 0 0 19 0 1 0 2901438 19529728 4068 1992294400 4194304 7136930 140737116911728 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/6103/statm: 4768 4068 391 719 0 4047 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 19072

[startup+3.10109 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 6104
/proc/meminfo: memFree=1538176/2059040 swapFree=4192956/4192956
[pid=6103] ppid=6101 vsize=21520 CPUtime=3.09
/proc/6103/stat : 6103 (pbscip.linux.x8) R 6101 6103 4214 0 -1 4202496 7934 0 0 0 289 20 0 0 24 0 1 0 2901438 22036480 4676 1992294400 4194304 7136930 140737116911728 18446744073709551615 4999902 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/6103/statm: 5380 4676 391 719 0 4659 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 21520

[startup+6.3007 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 6104
/proc/meminfo: memFree=1533712/2059040 swapFree=4192956/4192956
[pid=6103] ppid=6101 vsize=26492 CPUtime=6.28
/proc/6103/stat : 6103 (pbscip.linux.x8) R 6101 6103 4214 0 -1 4202496 9184 0 0 0 593 35 0 0 25 0 1 0 2901438 27127808 5926 1992294400 4194304 7136930 140737116911728 18446744073709551615 4209686 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/6103/statm: 6623 5926 391 719 0 5902 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 26492

[startup+12.7009 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 6104
/proc/meminfo: memFree=1526272/2059040 swapFree=4192956/4192956
[pid=6103] ppid=6101 vsize=32804 CPUtime=12.69
/proc/6103/stat : 6103 (pbscip.linux.x8) R 6101 6103 4214 0 -1 4202496 10804 0 0 0 1204 65 0 0 25 0 1 0 2901438 33591296 7546 1992294400 4194304 7136930 140737116911728 18446744073709551615 6166801 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/6103/statm: 8201 7546 391 719 0 7480 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 32804

[startup+25.5014 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 6104
/proc/meminfo: memFree=1510276/2059040 swapFree=4192956/4192956
[pid=6103] ppid=6101 vsize=48196 CPUtime=25.48
/proc/6103/stat : 6103 (pbscip.linux.x8) R 6101 6103 4214 0 -1 4202496 14713 0 0 0 2429 119 0 0 25 0 1 0 2901438 49352704 11455 1992294400 4194304 7136930 140737116911728 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/6103/statm: 12049 11455 391 719 0 11328 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 48196

[startup+51.1013 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 6104
/proc/meminfo: memFree=1490188/2059040 swapFree=4192956/4192956
[pid=6103] ppid=6101 vsize=69860 CPUtime=51.07
/proc/6103/stat : 6103 (pbscip.linux.x8) R 6101 6103 4214 0 -1 4202496 19703 0 0 0 4900 207 0 0 25 0 1 0 2901438 71536640 16445 1992294400 4194304 7136930 140737116911728 18446744073709551615 4999867 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/6103/statm: 17465 16445 391 719 0 16744 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 69860

[startup+102.31 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 6106
/proc/meminfo: memFree=1462288/2059040 swapFree=4192956/4192956
[pid=6103] ppid=6101 vsize=97216 CPUtime=102.26
/proc/6103/stat : 6103 (pbscip.linux.x8) R 6101 6103 4214 0 -1 4202496 26552 0 0 0 9902 324 0 0 25 0 1 0 2901438 99549184 23294 1992294400 4194304 7136930 140737116911728 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/6103/statm: 24304 23294 391 719 0 23583 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 97216

[startup+162.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 6108
/proc/meminfo: memFree=1439844/2059040 swapFree=4192956/4192956
[pid=6103] ppid=6101 vsize=119528 CPUtime=162.23
/proc/6103/stat : 6103 (pbscip.linux.x8) R 6101 6103 4214 0 -1 4202496 32228 0 0 0 15774 449 0 0 25 0 1 0 2901438 122396672 28970 1992294400 4194304 7136930 140737116911728 18446744073709551615 5004416 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/6103/statm: 29882 28970 391 719 0 29161 0
Current children cumulated CPU time (s) 162.23
Current children cumulated vsize (KiB) 119528

[startup+222.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 6110
/proc/meminfo: memFree=1407108/2059040 swapFree=4192956/4192956
[pid=6103] ppid=6101 vsize=151148 CPUtime=222.21
/proc/6103/stat : 6103 (pbscip.linux.x8) R 6101 6103 4214 0 -1 4202496 40255 0 0 0 21635 586 0 0 25 0 1 0 2901438 154775552 36997 1992294400 4194304 7136930 140737116911728 18446744073709551615 4223056 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/6103/statm: 37787 36997 391 719 0 37066 0
Current children cumulated CPU time (s) 222.21
Current children cumulated vsize (KiB) 151148

[startup+282.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 6110
/proc/meminfo: memFree=1384044/2059040 swapFree=4192956/4192956
[pid=6103] ppid=6101 vsize=174536 CPUtime=282.19
/proc/6103/stat : 6103 (pbscip.linux.x8) R 6101 6103 4214 0 -1 4202496 46157 0 0 0 27513 706 0 0 25 0 1 0 2901438 178724864 42899 1992294400 4194304 7136930 140737116911728 18446744073709551615 4212307 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/6103/statm: 43634 42899 391 719 0 42913 0
Current children cumulated CPU time (s) 282.19
Current children cumulated vsize (KiB) 174536

[startup+342.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 6112
/proc/meminfo: memFree=1360484/2059040 swapFree=4192956/4192956
[pid=6103] ppid=6101 vsize=201220 CPUtime=342.17
/proc/6103/stat : 6103 (pbscip.linux.x8) R 6101 6103 4214 0 -1 4202496 51898 0 0 0 33406 811 0 0 25 0 1 0 2901438 206049280 48640 1992294400 4194304 7136930 140737116911728 18446744073709551615 4999811 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/6103/statm: 50305 48640 391 719 0 49584 0
Current children cumulated CPU time (s) 342.17
Current children cumulated vsize (KiB) 201220

[startup+402.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 6114
/proc/meminfo: memFree=1340272/2059040 swapFree=4192956/4192956
[pid=6103] ppid=6101 vsize=221452 CPUtime=402.15
/proc/6103/stat : 6103 (pbscip.linux.x8) R 6101 6103 4214 0 -1 4202496 56934 0 0 0 39304 911 0 0 25 0 1 0 2901438 226766848 53676 1992294400 4194304 7136930 140737116911728 18446744073709551615 4209108 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/6103/statm: 55363 53676 391 719 0 54642 0
Current children cumulated CPU time (s) 402.15
Current children cumulated vsize (KiB) 221452

[startup+462.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 6116
/proc/meminfo: memFree=1324524/2059040 swapFree=4192956/4192956
[pid=6103] ppid=6101 vsize=236868 CPUtime=462.13
/proc/6103/stat : 6103 (pbscip.linux.x8) R 6101 6103 4214 0 -1 4202496 60837 0 0 0 45222 991 0 0 25 0 1 0 2901438 242552832 57579 1992294400 4194304 7136930 140737116911728 18446744073709551615 4223056 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/6103/statm: 59217 57579 391 719 0 58496 0
Current children cumulated CPU time (s) 462.13
Current children cumulated vsize (KiB) 236868

[startup+522.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 6118
/proc/meminfo: memFree=1309768/2059040 swapFree=4192956/4192956
[pid=6103] ppid=6101 vsize=251576 CPUtime=522.11
/proc/6103/stat : 6103 (pbscip.linux.x8) R 6101 6103 4214 0 -1 4202496 64502 0 0 0 51137 1074 0 0 25 0 1 0 2901438 257613824 61244 1992294400 4194304 7136930 140737116911728 18446744073709551615 5953108 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/6103/statm: 62894 61244 391 719 0 62173 0
Current children cumulated CPU time (s) 522.11
Current children cumulated vsize (KiB) 251576

[startup+582.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 6118
/proc/meminfo: memFree=1296748/2059040 swapFree=4192956/4192956
[pid=6103] ppid=6101 vsize=264400 CPUtime=582.09
/proc/6103/stat : 6103 (pbscip.linux.x8) R 6101 6103 4214 0 -1 4202496 67743 0 0 0 57065 1144 0 0 25 0 1 0 2901438 270745600 64485 1992294400 4194304 7136930 140737116911728 18446744073709551615 4210588 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/6103/statm: 66100 64485 391 719 0 65379 0
Current children cumulated CPU time (s) 582.09
Current children cumulated vsize (KiB) 264400

[startup+642.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 6120
/proc/meminfo: memFree=1285712/2059040 swapFree=4192956/4192956
[pid=6103] ppid=6101 vsize=275308 CPUtime=642.07
/proc/6103/stat : 6103 (pbscip.linux.x8) R 6101 6103 4214 0 -1 4202496 70487 0 0 0 62991 1216 0 0 25 0 1 0 2901438 281915392 67229 1992294400 4194304 7136930 140737116911728 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/6103/statm: 68827 67229 391 719 0 68106 0
Current children cumulated CPU time (s) 642.07
Current children cumulated vsize (KiB) 275308

[startup+702.301 s]

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

[startup+1002.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 6130
/proc/meminfo: memFree=1231400/2059040 swapFree=4192956/4192956
[pid=6103] ppid=6101 vsize=329212 CPUtime=1001.95
/proc/6103/stat : 6103 (pbscip.linux.x8) R 6101 6103 4214 0 -1 4202496 83964 0 0 0 98630 1565 0 0 25 0 1 0 2901438 337113088 80706 1992294400 4194304 7136930 140737116911728 18446744073709551615 4223056 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/6103/statm: 82303 80706 391 719 0 81582 0
Current children cumulated CPU time (s) 1001.95
Current children cumulated vsize (KiB) 329212

[startup+1062.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 6132
/proc/meminfo: memFree=1225820/2059040 swapFree=4192956/4192956
[pid=6103] ppid=6101 vsize=334664 CPUtime=1061.93
/proc/6103/stat : 6103 (pbscip.linux.x8) R 6101 6103 4214 0 -1 4202496 85359 0 0 0 104580 1613 0 0 25 0 1 0 2901438 342695936 82101 1992294400 4194304 7136930 140737116911728 18446744073709551615 4999837 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/6103/statm: 83666 82101 391 719 0 82945 0
Current children cumulated CPU time (s) 1061.93
Current children cumulated vsize (KiB) 334664

[startup+1122.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 6134
/proc/meminfo: memFree=1219868/2059040 swapFree=4192956/4192956
[pid=6103] ppid=6101 vsize=340504 CPUtime=1121.91
/proc/6103/stat : 6103 (pbscip.linux.x8) R 6101 6103 4214 0 -1 4202496 86834 0 0 0 110532 1659 0 0 25 0 1 0 2901438 348676096 83576 1992294400 4194304 7136930 140737116911728 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/6103/statm: 85126 83576 391 719 0 84405 0
Current children cumulated CPU time (s) 1121.91
Current children cumulated vsize (KiB) 340504

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 6143
/proc/meminfo: memFree=1207840/2059040 swapFree=4192956/4192956
[pid=6103] ppid=6101 vsize=352092 CPUtime=1181.88
/proc/6103/stat : 6103 (pbscip.linux.x8) R 6101 6103 4214 0 -1 4202496 89706 0 0 0 116484 1704 0 0 25 0 1 0 2901438 360542208 86448 1992294400 4194304 7136930 140737116911728 18446744073709551615 4999862 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/6103/statm: 88023 86448 391 719 0 87302 0
Current children cumulated CPU time (s) 1181.88
Current children cumulated vsize (KiB) 352092

[startup+1242.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 6145
/proc/meminfo: memFree=1205360/2059040 swapFree=4192956/4192956
[pid=6103] ppid=6101 vsize=354604 CPUtime=1241.85
/proc/6103/stat : 6103 (pbscip.linux.x8) R 6101 6103 4214 0 -1 4202496 90285 0 0 0 122432 1753 0 0 25 0 1 0 2901438 363114496 87027 1992294400 4194304 7136930 140737116911728 18446744073709551615 4999862 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/6103/statm: 88651 87027 391 719 0 87930 0
Current children cumulated CPU time (s) 1241.85
Current children cumulated vsize (KiB) 354604

[startup+1302.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 6147
/proc/meminfo: memFree=1199532/2059040 swapFree=4192956/4192956
[pid=6103] ppid=6101 vsize=360428 CPUtime=1301.84
/proc/6103/stat : 6103 (pbscip.linux.x8) R 6101 6103 4214 0 -1 4202496 91719 0 0 0 128384 1800 0 0 25 0 1 0 2901438 369078272 88461 1992294400 4194304 7136930 140737116911728 18446744073709551615 4676267 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/6103/statm: 90107 88461 391 719 0 89386 0
Current children cumulated CPU time (s) 1301.84
Current children cumulated vsize (KiB) 360428

[startup+1362.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 6149
/proc/meminfo: memFree=1197300/2059040 swapFree=4192956/4192956
[pid=6103] ppid=6101 vsize=362616 CPUtime=1361.82
/proc/6103/stat : 6103 (pbscip.linux.x8) R 6101 6103 4214 0 -1 4202496 92289 0 0 0 134336 1846 0 0 25 0 1 0 2901438 371318784 89031 1992294400 4194304 7136930 140737116911728 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/6103/statm: 90654 89031 391 719 0 89933 0
Current children cumulated CPU time (s) 1361.82
Current children cumulated vsize (KiB) 362616

[startup+1422.31 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 6151
/proc/meminfo: memFree=1195564/2059040 swapFree=4192956/4192956
[pid=6103] ppid=6101 vsize=364316 CPUtime=1421.8
/proc/6103/stat : 6103 (pbscip.linux.x8) R 6101 6103 4214 0 -1 4202496 92717 0 0 0 140286 1894 0 0 25 0 1 0 2901438 373059584 89459 1992294400 4194304 7136930 140737116911728 18446744073709551615 4999811 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/6103/statm: 91079 89459 391 719 0 90358 0
Current children cumulated CPU time (s) 1421.8
Current children cumulated vsize (KiB) 364316

[startup+1482.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 6151
/proc/meminfo: memFree=1187628/2059040 swapFree=4192956/4192956
[pid=6103] ppid=6101 vsize=371864 CPUtime=1481.77
/proc/6103/stat : 6103 (pbscip.linux.x8) R 6101 6103 4214 0 -1 4202496 94665 0 0 0 146220 1957 0 0 25 0 1 0 2901438 380788736 91407 1992294400 4194304 7136930 140737116911728 18446744073709551615 4210588 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/6103/statm: 92966 91407 391 719 0 92245 0
Current children cumulated CPU time (s) 1481.77
Current children cumulated vsize (KiB) 371864

[startup+1542.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 6153
/proc/meminfo: memFree=1180312/2059040 swapFree=4192956/4192956
[pid=6103] ppid=6101 vsize=379296 CPUtime=1541.75
/proc/6103/stat : 6103 (pbscip.linux.x8) R 6101 6103 4214 0 -1 4202496 96540 0 0 0 152154 2021 0 0 25 0 1 0 2901438 388399104 93282 1992294400 4194304 7136930 140737116911728 18446744073709551615 4210588 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/6103/statm: 94824 93282 391 719 0 94103 0
Current children cumulated CPU time (s) 1541.75
Current children cumulated vsize (KiB) 379296

[startup+1602.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 6155
/proc/meminfo: memFree=1167788/2059040 swapFree=4192956/4192956
[pid=6103] ppid=6101 vsize=391844 CPUtime=1601.73
/proc/6103/stat : 6103 (pbscip.linux.x8) R 6101 6103 4214 0 -1 4202496 99726 0 0 0 158087 2086 0 0 25 0 1 0 2901438 401248256 96468 1992294400 4194304 7136930 140737116911728 18446744073709551615 4221536 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/6103/statm: 97961 96468 391 719 0 97240 0
Current children cumulated CPU time (s) 1601.73
Current children cumulated vsize (KiB) 391844

[startup+1662.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 6157
/proc/meminfo: memFree=1156628/2059040 swapFree=4192956/4192956
[pid=6103] ppid=6101 vsize=402356 CPUtime=1661.71
/proc/6103/stat : 6103 (pbscip.linux.x8) R 6101 6103 4214 0 -1 4202496 102432 0 0 0 164019 2152 0 0 25 0 1 0 2901438 412012544 99174 1992294400 4194304 7136930 140737116911728 18446744073709551615 4999886 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/6103/statm: 100589 99174 391 719 0 99868 0
Current children cumulated CPU time (s) 1661.71
Current children cumulated vsize (KiB) 402356

[startup+1722.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 6159
/proc/meminfo: memFree=1142244/2059040 swapFree=4192956/4192956
[pid=6103] ppid=6101 vsize=416928 CPUtime=1721.69
/proc/6103/stat : 6103 (pbscip.linux.x8) R 6101 6103 4214 0 -1 4202496 106064 0 0 0 169958 2211 0 0 25 0 1 0 2901438 426934272 102806 1992294400 4194304 7136930 140737116911728 18446744073709551615 5004398 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/6103/statm: 104232 102806 391 719 0 103511 0
Current children cumulated CPU time (s) 1721.69
Current children cumulated vsize (KiB) 416928

[startup+1782.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 6159
/proc/meminfo: memFree=1132820/2059040 swapFree=4192956/4192956
[pid=6103] ppid=6101 vsize=425980 CPUtime=1781.67
/proc/6103/stat : 6103 (pbscip.linux.x8) R 6101 6103 4214 0 -1 4202496 108357 0 0 0 175899 2268 0 0 25 0 1 0 2901438 436203520 105099 1992294400 4194304 7136930 140737116911728 18446744073709551615 4999837 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/6103/statm: 106495 105099 391 719 0 105774 0
Current children cumulated CPU time (s) 1781.67
Current children cumulated vsize (KiB) 425980



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.71 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 6161
/proc/meminfo: memFree=1128604/2059040 swapFree=4192956/4192956
[pid=6103] ppid=6101 vsize=430112 CPUtime=1800.09
/proc/6103/stat : 6103 (pbscip.linux.x8) R 6101 6103 4214 0 -1 4202496 109404 0 0 0 177724 2285 0 0 25 0 1 0 2901438 440434688 106146 1992294400 4194304 7136930 140737116911728 18446744073709551615 4210588 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/6103/statm: 107528 106146 391 719 0 106807 0
Current children cumulated CPU time (s) 1800.09
Current children cumulated vsize (KiB) 430112

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

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

[startup+1801.4 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 6161
/proc/meminfo: memFree=1128604/2059040 swapFree=4192956/4192956
[pid=6103] ppid=6101 vsize=430112 CPUtime=1800.77
/proc/6103/stat : 6103 (pbscip.linux.x8) R 6101 6103 4214 0 -1 4202496 109421 0 0 0 177792 2285 0 0 18 0 1 0 2901438 440434688 106163 1992294400 4194304 7136930 140737116911728 18446744073709551615 4212307 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/6103/statm: 107528 106163 396 719 0 106807 0
Current children cumulated CPU time (s) 1800.77
Current children cumulated vsize (KiB) 430112

[startup+1801.81 s]
/proc/loadavg: 1.00 1.00 1.00 2/108 6162
/proc/meminfo: memFree=1128596/2059040 swapFree=4192956/4192956
[pid=6103] ppid=6101 vsize=430112 CPUtime=1801.18
/proc/6103/stat : 6103 (pbscip.linux.x8) R 6101 6103 4214 0 -1 4202496 109421 0 0 0 177833 2285 0 0 19 0 1 0 2901438 440434688 106163 1992294400 4194304 7136930 140737116911728 18446744073709551615 4212307 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/6103/statm: 107528 106163 396 719 0 106807 0
Current children cumulated CPU time (s) 1801.18
Current children cumulated vsize (KiB) 430112

[startup+1802.2 s]
/proc/loadavg: 1.00 1.00 1.00 2/108 6162
/proc/meminfo: memFree=1128596/2059040 swapFree=4192956/4192956
[pid=6103] ppid=6101 vsize=6284 CPUtime=1801.57
/proc/6103/stat : 6103 (pbscip.linux.x8) R 6101 6103 4214 0 -1 4202496 109428 0 0 0 177868 2289 0 0 20 0 1 0 2901438 6434816 1133 1992294400 4194304 7136930 140737116911728 18446744073709551615 6325212 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/6103/statm: 1571 1133 403 719 0 850 0
Current children cumulated CPU time (s) 1801.57
Current children cumulated vsize (KiB) 6284

Child status: 0
Real time (s): 1802.2
CPU time (s): 1801.58
CPU user time (s): 1778.68
CPU system time (s): 22.8955
CPU usage (%): 99.9653
Max. virtual memory (cumulated for all children) (KiB): 430112

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1778.68
system time used= 22.8955
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 109428
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= 6
involuntary context switches= 2837

runsolver used 3.80042 second user time and 9.31858 second system time

The end

Launcher Data

Begin job on node027 at 2010-06-11 23:41:36
IDJOB=2664031
IDBENCH=1303
IDSOLVER=1167
FILE ID=node027/2664031-1276292496
PBS_JOBID= 11173099
Free space on /tmp= 62448 MiB

SOLVER NAME= SCIPnone SCIP 1.2.1.2 without any LP solver
BENCH NAME= PB06//final/normalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/namasivayam/tsp/normalized-t3002.11tsp11.1900561288.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-2664031-1276292496/watcher-2664031-1276292496 -o /tmp/evaluation-result-2664031-1276292496/solver-2664031-1276292496 -C 1800 -W 2000 -M 1800  HOME/pbscip.linux.x86_64.gnu.opt.none -f HOME/instance-2664031-1276292496.opb -t 1800 -m 1800

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

MD5SUM BENCH= 4bba9489f2c1cdd3e2419eb13f48915c
RANDOM SEED=1298394175

node027.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		: 2800.261
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	: 5600.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		: 2800.261
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:       1555328 kB
Buffers:         65048 kB
Cached:         311068 kB
SwapCached:          0 kB
Active:         175228 kB
Inactive:       260304 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1555328 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:            3240 kB
Writeback:           0 kB
AnonPages:       59468 kB
Mapped:          15460 kB
Slab:            46396 kB
PageTables:       3984 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   180828 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    264952 kB
VmallocChunk: 34359471699 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 62444 MiB
End job on node027 at 2010-06-12 00:11:39