Trace number 2665703

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
SCIPclp SCIP 1.2.1.2 with Clp 1.11.1 (Release Version) as LP solver? (TO) 1800.12 1800.64

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/
prestwich/armies/normalized-army11.17ls.opb
MD5SUMe92d33933b84b1c0ca9ffa19c28f7edc
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 benchmark3.36849
Has Objective FunctionNO
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved NO
Number of variables370
Total number of constraints557
Number of constraints which are clauses313
Number of constraints which are cardinality constraints (but not clauses)2
Number of constraints which are nor clauses,nor cardinality constraints242
Minimum length of a constraint2
Maximum length of a constraint121
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 17
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 138
Number of bits of the biggest sum of numbers8
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: Clp 1.11.1] [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-2665703-1276270661.opb>
0.01/0.02	c original problem has 370 variables (370 bin, 0 int, 0 impl, 0 cont) and 557 constraints
0.01/0.02	c problem read
0.01/0.02	c No objective function, only one solution is needed.
0.01/0.02	c presolving settings loaded
0.01/0.03	c presolving:
0.01/0.05	c (round 1) 0 del vars, 0 del conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 557 upgd conss, 402 impls, 0 clqs
0.01/0.06	c (round 2) 8 del vars, 0 del conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 557 upgd conss, 12226 impls, 0 clqs
0.01/0.07	c presolving (3 rounds):
0.01/0.07	c  8 deleted vars, 0 deleted constraints, 0 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
0.01/0.07	c  12226 implications, 0 cliques
0.01/0.07	c presolved problem has 362 variables (362 bin, 0 int, 0 impl, 0 cont) and 557 constraints
0.01/0.07	c     244 constraints of type <knapsack>
0.01/0.07	c     313 constraints of type <logicor>
0.01/0.07	c transformed objective value is always integral (scale: 1)
0.01/0.07	c Presolving Time: 0.04
0.01/0.07	c - non default parameters ----------------------------------------------------------------------
0.01/0.07	c # SCIP version 1.2.1.2
0.01/0.07	c 
0.01/0.07	c # frequency for displaying node information lines
0.01/0.07	c # [type: int, range: [-1,2147483647], default: 100]
0.01/0.07	c display/freq = 10000
0.01/0.07	c 
0.01/0.07	c # maximal time in seconds to run
0.01/0.07	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.01/0.07	c limits/time = 1799.99
0.01/0.07	c 
0.01/0.07	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.01/0.07	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.01/0.07	c limits/memory = 1620
0.01/0.07	c 
0.01/0.07	c # solving stops, if the given number of solutions were found (-1: no limit)
0.01/0.07	c # [type: int, range: [-1,2147483647], default: -1]
0.01/0.07	c limits/solutions = 1
0.01/0.07	c 
0.01/0.07	c # maximal number of separation rounds per node (-1: unlimited)
0.01/0.07	c # [type: int, range: [-1,2147483647], default: 5]
0.01/0.07	c separating/maxrounds = 1
0.01/0.07	c 
0.01/0.07	c # maximal number of separation rounds in the root node (-1: unlimited)
0.01/0.07	c # [type: int, range: [-1,2147483647], default: -1]
0.01/0.07	c separating/maxroundsroot = 5
0.01/0.07	c 
0.01/0.07	c # should presolving try to simplify inequalities
0.01/0.07	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.01/0.07	c constraints/linear/simplifyinequalities = TRUE
0.01/0.07	c 
0.01/0.07	c # should disaggregation of knapsack constraints be allowed in preprocessing?
0.01/0.07	c # [type: bool, range: {TRUE,FALSE}, default: TRUE]
0.01/0.07	c constraints/knapsack/disaggregation = FALSE
0.01/0.07	c 
0.01/0.07	c # should presolving try to simplify knapsacks
0.01/0.07	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.01/0.07	c constraints/knapsack/simplifyinequalities = TRUE
0.01/0.07	c 
0.01/0.07	c # maximal number of presolving rounds the presolver participates in (-1: no limit)
0.01/0.07	c # [type: int, range: [-1,2147483647], default: -1]
0.01/0.07	c presolving/probing/maxrounds = 0
0.01/0.07	c 
0.01/0.07	c # frequency for calling primal heuristic <coefdiving> (-1: never, 0: only at depth freqofs)
0.01/0.07	c # [type: int, range: [-1,2147483647], default: 10]
0.01/0.07	c heuristics/coefdiving/freq = -1
0.01/0.07	c 
0.01/0.07	c # maximal fraction of diving LP iterations compared to node LP iterations
0.01/0.07	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.01/0.07	c heuristics/coefdiving/maxlpiterquot = 0.075
0.01/0.07	c 
0.01/0.07	c # additional number of allowed LP iterations
0.01/0.07	c # [type: int, range: [0,2147483647], default: 1000]
0.01/0.07	c heuristics/coefdiving/maxlpiterofs = 1500
0.01/0.07	c 
0.01/0.07	c # frequency for calling primal heuristic <crossover> (-1: never, 0: only at depth freqofs)
0.01/0.07	c # [type: int, range: [-1,2147483647], default: 30]
0.01/0.07	c heuristics/crossover/freq = -1
0.01/0.07	c 
0.01/0.07	c # number of nodes added to the contingent of the total nodes
0.01/0.07	c # [type: longint, range: [0,9223372036854775807], default: 500]
0.01/0.07	c heuristics/crossover/nodesofs = 750
0.01/0.07	c 
0.01/0.07	c # number of nodes without incumbent change that heuristic should wait
0.01/0.07	c # [type: longint, range: [0,9223372036854775807], default: 200]
0.01/0.07	c heuristics/crossover/nwaitingnodes = 100
0.01/0.07	c 
0.01/0.07	c # contingent of sub problem nodes in relation to the number of nodes of the original problem
0.01/0.07	c # [type: real, range: [0,1], default: 0.1]
0.01/0.07	c heuristics/crossover/nodesquot = 0.15
0.01/0.07	c 
0.01/0.07	c # minimum percentage of integer variables that have to be fixed 
0.01/0.07	c # [type: real, range: [0,1], default: 0.666]
0.01/0.07	c heuristics/crossover/minfixingrate = 0.5
0.01/0.07	c 
0.01/0.07	c # frequency for calling primal heuristic <feaspump> (-1: never, 0: only at depth freqofs)
0.01/0.07	c # [type: int, range: [-1,2147483647], default: 20]
0.01/0.07	c heuristics/feaspump/freq = -1
0.01/0.07	c 
0.01/0.07	c # additional number of allowed LP iterations
0.01/0.07	c # [type: int, range: [0,2147483647], default: 1000]
0.01/0.07	c heuristics/feaspump/maxlpiterofs = 2000
0.01/0.07	c 
0.01/0.07	c # frequency for calling primal heuristic <fracdiving> (-1: never, 0: only at depth freqofs)
0.01/0.07	c # [type: int, range: [-1,2147483647], default: 10]
0.01/0.07	c heuristics/fracdiving/freq = -1
0.01/0.07	c 
0.01/0.07	c # maximal fraction of diving LP iterations compared to node LP iterations
0.01/0.07	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.01/0.07	c heuristics/fracdiving/maxlpiterquot = 0.075
0.01/0.07	c 
0.01/0.07	c # additional number of allowed LP iterations
0.01/0.07	c # [type: int, range: [0,2147483647], default: 1000]
0.01/0.07	c heuristics/fracdiving/maxlpiterofs = 1500
0.01/0.07	c 
0.01/0.07	c # frequency for calling primal heuristic <guideddiving> (-1: never, 0: only at depth freqofs)
0.01/0.07	c # [type: int, range: [-1,2147483647], default: 10]
0.01/0.07	c heuristics/guideddiving/freq = -1
0.01/0.07	c 
0.01/0.07	c # maximal fraction of diving LP iterations compared to node LP iterations
0.01/0.07	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.01/0.07	c heuristics/guideddiving/maxlpiterquot = 0.075
0.01/0.07	c 
0.01/0.07	c # additional number of allowed LP iterations
0.01/0.07	c # [type: int, range: [0,2147483647], default: 1000]
0.01/0.07	c heuristics/guideddiving/maxlpiterofs = 1500
0.01/0.07	c 
0.01/0.07	c # maximal fraction of diving LP iterations compared to node LP iterations
0.01/0.07	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.01/0.07	c heuristics/intdiving/maxlpiterquot = 0.075
0.01/0.07	c 
0.01/0.07	c # frequency for calling primal heuristic <intshifting> (-1: never, 0: only at depth freqofs)
0.01/0.07	c # [type: int, range: [-1,2147483647], default: 10]
0.01/0.07	c heuristics/intshifting/freq = -1
0.01/0.07	c 
0.01/0.07	c # frequency for calling primal heuristic <linesearchdiving> (-1: never, 0: only at depth freqofs)
0.01/0.07	c # [type: int, range: [-1,2147483647], default: 10]
0.01/0.07	c heuristics/linesearchdiving/freq = -1
0.01/0.07	c 
0.01/0.07	c # maximal fraction of diving LP iterations compared to node LP iterations
0.01/0.07	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.01/0.07	c heuristics/linesearchdiving/maxlpiterquot = 0.075
0.01/0.07	c 
0.01/0.07	c # additional number of allowed LP iterations
0.01/0.07	c # [type: int, range: [0,2147483647], default: 1000]
0.01/0.07	c heuristics/linesearchdiving/maxlpiterofs = 1500
0.01/0.07	c 
0.01/0.07	c # frequency for calling primal heuristic <nlp> (-1: never, 0: only at depth freqofs)
0.01/0.07	c # [type: int, range: [-1,2147483647], default: 1]
0.01/0.07	c heuristics/nlp/freq = -1
0.01/0.07	c 
0.01/0.07	c # frequency for calling primal heuristic <objpscostdiving> (-1: never, 0: only at depth freqofs)
0.01/0.07	c # [type: int, range: [-1,2147483647], default: 20]
0.01/0.07	c heuristics/objpscostdiving/freq = -1
0.01/0.07	c 
0.01/0.07	c # maximal fraction of diving LP iterations compared to total iteration number
0.01/0.07	c # [type: real, range: [0,1], default: 0.01]
0.01/0.07	c heuristics/objpscostdiving/maxlpiterquot = 0.015
0.01/0.07	c 
0.01/0.07	c # additional number of allowed LP iterations
0.01/0.07	c # [type: int, range: [0,2147483647], default: 1000]
0.01/0.07	c heuristics/objpscostdiving/maxlpiterofs = 1500
0.01/0.07	c 
0.01/0.07	c # frequency for calling primal heuristic <oneopt> (-1: never, 0: only at depth freqofs)
0.01/0.07	c # [type: int, range: [-1,2147483647], default: 1]
0.01/0.07	c heuristics/oneopt/freq = -1
0.01/0.07	c 
0.01/0.07	c # frequency for calling primal heuristic <pscostdiving> (-1: never, 0: only at depth freqofs)
0.01/0.07	c # [type: int, range: [-1,2147483647], default: 10]
0.01/0.07	c heuristics/pscostdiving/freq = -1
0.01/0.07	c 
0.01/0.07	c # maximal fraction of diving LP iterations compared to node LP iterations
0.01/0.07	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.01/0.07	c heuristics/pscostdiving/maxlpiterquot = 0.075
0.01/0.07	c 
0.01/0.07	c # additional number of allowed LP iterations
0.01/0.07	c # [type: int, range: [0,2147483647], default: 1000]
0.01/0.07	c heuristics/pscostdiving/maxlpiterofs = 1500
0.01/0.07	c 
0.01/0.07	c # frequency for calling primal heuristic <rens> (-1: never, 0: only at depth freqofs)
0.01/0.07	c # [type: int, range: [-1,2147483647], default: 0]
0.01/0.07	c heuristics/rens/freq = -1
0.01/0.07	c 
0.01/0.07	c # minimum percentage of integer variables that have to be fixable 
0.01/0.07	c # [type: real, range: [0,1], default: 0.5]
0.01/0.07	c heuristics/rens/minfixingrate = 0.3
0.01/0.07	c 
0.01/0.07	c # number of nodes added to the contingent of the total nodes
0.01/0.07	c # [type: longint, range: [0,9223372036854775807], default: 500]
0.01/0.07	c heuristics/rens/nodesofs = 2000
0.01/0.07	c 
0.01/0.07	c # frequency for calling primal heuristic <rootsoldiving> (-1: never, 0: only at depth freqofs)
0.01/0.07	c # [type: int, range: [-1,2147483647], default: 20]
0.01/0.07	c heuristics/rootsoldiving/freq = -1
0.01/0.07	c 
0.01/0.07	c # maximal fraction of diving LP iterations compared to node LP iterations
0.01/0.07	c # [type: real, range: [0,1.79769313486232e+308], default: 0.01]
0.01/0.07	c heuristics/rootsoldiving/maxlpiterquot = 0.015
0.01/0.07	c 
0.01/0.07	c # additional number of allowed LP iterations
0.01/0.07	c # [type: int, range: [0,2147483647], default: 1000]
0.01/0.07	c heuristics/rootsoldiving/maxlpiterofs = 1500
0.01/0.07	c 
0.01/0.07	c # frequency for calling primal heuristic <rounding> (-1: never, 0: only at depth freqofs)
0.01/0.07	c # [type: int, range: [-1,2147483647], default: 1]
0.01/0.07	c heuristics/rounding/freq = -1
0.01/0.07	c 
0.01/0.07	c # frequency for calling primal heuristic <shifting> (-1: never, 0: only at depth freqofs)
0.01/0.07	c # [type: int, range: [-1,2147483647], default: 10]
0.01/0.07	c heuristics/shifting/freq = -1
0.01/0.07	c 
0.01/0.07	c # frequency for calling primal heuristic <simplerounding> (-1: never, 0: only at depth freqofs)
0.01/0.07	c # [type: int, range: [-1,2147483647], default: 1]
0.01/0.07	c heuristics/simplerounding/freq = -1
0.01/0.07	c 
0.01/0.07	c # frequency for calling primal heuristic <trivial> (-1: never, 0: only at depth freqofs)
0.01/0.07	c # [type: int, range: [-1,2147483647], default: 0]
0.01/0.07	c heuristics/trivial/freq = -1
0.01/0.07	c 
0.01/0.07	c # frequency for calling primal heuristic <trysol> (-1: never, 0: only at depth freqofs)
0.01/0.07	c # [type: int, range: [-1,2147483647], default: 1]
0.01/0.07	c heuristics/trysol/freq = -1
0.01/0.07	c 
0.01/0.07	c # frequency for calling primal heuristic <veclendiving> (-1: never, 0: only at depth freqofs)
0.01/0.07	c # [type: int, range: [-1,2147483647], default: 10]
0.01/0.07	c heuristics/veclendiving/freq = -1
0.01/0.07	c 
0.01/0.07	c # maximal fraction of diving LP iterations compared to node LP iterations
0.01/0.07	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.01/0.07	c heuristics/veclendiving/maxlpiterquot = 0.075
0.01/0.07	c 
0.01/0.07	c # additional number of allowed LP iterations
0.01/0.07	c # [type: int, range: [0,2147483647], default: 1000]
0.01/0.07	c heuristics/veclendiving/maxlpiterofs = 1500
0.01/0.07	c 
0.01/0.07	c # frequency for calling primal heuristic <zirounding> (-1: never, 0: only at depth freqofs)
0.01/0.07	c # [type: int, range: [-1,2147483647], default: 1]
0.01/0.07	c heuristics/zirounding/freq = -1
0.01/0.07	c 
0.01/0.07	c # frequency for calling separator <cmir> (-1: never, 0: only in root node)
0.01/0.07	c # [type: int, range: [-1,2147483647], default: 0]
0.01/0.07	c separating/cmir/freq = -1
0.01/0.07	c 
0.01/0.07	c # frequency for calling separator <flowcover> (-1: never, 0: only in root node)
0.01/0.07	c # [type: int, range: [-1,2147483647], default: 0]
0.01/0.07	c separating/flowcover/freq = -1
0.01/0.07	c 
0.01/0.07	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
0.01/0.07	c # [type: int, range: [-1,2147483647], default: -1]
0.01/0.07	c separating/rapidlearning/freq = 0
0.01/0.07	c 
0.01/0.07	c -----------------------------------------------------------------------------------------------
0.01/0.07	c start solving
0.01/0.07	c 
0.01/0.09	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
0.01/0.09	c   0.1s|     1 |     0 |   143 |     - |2235k|   0 |  92 | 362 | 557 | 362 | 549 |   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
0.29/0.34	c   0.3s|     1 |     0 |   316 |     - |3016k|   0 | 136 | 362 | 559 | 362 | 820 | 271 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
0.59/0.66	c   0.6s|     1 |     0 |   506 |     - |5455k|   0 | 147 | 362 | 559 | 362 |1148 | 599 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
0.89/0.92	c   0.8s|     1 |     0 |   544 |     - |7021k|   0 | 145 | 362 | 559 | 362 |1170 | 621 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
1.19/1.22	c   1.1s|     1 |     0 |   655 |     - |8270k|   0 | 154 | 362 | 559 | 362 |1171 | 622 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
1.39/1.48	c   1.4s|     1 |     0 |   669 |     - |  10M|   0 | 154 | 362 | 559 | 362 |1176 | 627 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
1.89/1.99	c   1.9s|     1 |     2 |   669 |     - |  10M|   0 | 154 | 362 | 559 | 362 |1176 | 627 |   0 |  10 | 0.000000e+00 |      --      |    Inf 
20.08/20.14	c  19.0s| 10000 |   143 | 51565 |   5.1 |  10M|  40 |  22 | 362 |1019 | 362 | 686 | 627 | 675 |1824 | 0.000000e+00 |      --      |    Inf 
34.18/34.27	c  32.3s| 20000 |   197 |102811 |   5.1 |  11M|  42 |  29 | 362 |1188 | 362 | 686 | 627 |1302 |1975 | 0.000000e+00 |      --      |    Inf 
49.97/50.07	c  47.1s| 30000 |   262 |153563 |   5.1 |  11M|  42 |  31 | 362 |1199 | 362 | 686 | 627 |1914 |2710 | 0.000000e+00 |      --      |    Inf 
65.27/65.32	c  61.3s| 40000 |   310 |207933 |   5.2 |  11M|  42 |  25 | 362 |1273 | 362 | 686 | 627 |2494 |3070 | 0.000000e+00 |      --      |    Inf 
81.06/81.12	c  75.8s| 50000 |   336 |263182 |   5.3 |  11M|  42 |  25 | 362 |1246 | 362 | 686 | 627 |3123 |3504 | 0.000000e+00 |      --      |    Inf 
96.76/96.83	c  90.4s| 60000 |   374 |317472 |   5.3 |  11M|  43 |   - | 362 |1436 | 362 | 686 | 627 |3735 |4057 | 0.000000e+00 |      --      |    Inf 
112.55/112.69	c   105s| 70000 |   402 |375138 |   5.3 |  11M|  43 |  28 | 362 |1464 | 362 | 686 | 627 |4273 |4469 | 0.000000e+00 |      --      |    Inf 
127.96/128.09	c   119s| 80000 |   442 |428262 |   5.3 |  11M|  43 |  34 | 362 |1500 | 362 | 686 | 627 |4903 |4778 | 0.000000e+00 |      --      |    Inf 
143.25/143.36	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
143.25/143.36	c   133s| 90000 |   471 |481986 |   5.3 |  11M|  45 |  28 | 362 |1646 | 362 | 686 | 627 |5519 |5036 | 0.000000e+00 |      --      |    Inf 
159.15/159.20	c   148s|100000 |   529 |542493 |   5.4 |  12M|  45 |  20 | 362 |1691 | 362 | 686 | 627 |6092 |5334 | 0.000000e+00 |      --      |    Inf 
174.64/174.74	c   163s|110000 |   551 |597153 |   5.4 |  12M|  45 |  27 | 362 |1678 | 362 | 686 | 627 |6723 |5694 | 0.000000e+00 |      --      |    Inf 
190.03/190.17	c   177s|120000 |   594 |653118 |   5.4 |  12M|  45 |   - | 362 |1670 |   0 |   0 | 627 |7319 |5919 | 0.000000e+00 |      --      |    Inf 
205.73/205.82	c   192s|130000 |   590 |708553 |   5.4 |  12M|  45 |  28 | 362 |1468 | 362 | 686 | 627 |7864 |6204 | 0.000000e+00 |      --      |    Inf 
221.13/221.20	c   206s|140000 |   589 |764409 |   5.5 |  12M|  45 |  32 | 362 |1506 | 362 | 686 | 627 |8516 |6417 | 0.000000e+00 |      --      |    Inf 
236.82/236.94	c   220s|150000 |   631 |823180 |   5.5 |  12M|  45 |   - | 362 |1634 |   0 |   0 | 627 |9044 |6598 | 0.000000e+00 |      --      |    Inf 
252.83/253.00	c   235s|160000 |   589 |881453 |   5.5 |  12M|  45 |   - | 362 |1535 |   0 |   0 | 627 |9596 |6972 | 0.000000e+00 |      --      |    Inf 
268.81/268.96	c   250s|170000 |   555 |941652 |   5.5 |  12M|  46 |   - | 362 |1482 | 362 | 686 | 627 |  10k|7138 | 0.000000e+00 |      --      |    Inf 
285.70/285.81	c   266s|180000 |   602 |  1008k|   5.6 |  12M|  46 |  21 | 362 |1607 | 362 | 686 | 627 |  10k|7409 | 0.000000e+00 |      --      |    Inf 
300.81/300.91	c   280s|190000 |   589 |  1064k|   5.6 |  12M|  46 |  26 | 362 |1741 | 362 | 686 | 627 |  11k|7567 | 0.000000e+00 |      --      |    Inf 
316.30/316.47	c   294s|200000 |   614 |  1120k|   5.6 |  12M|  49 |   - | 362 |1702 | 362 | 686 | 627 |  11k|7782 | 0.000000e+00 |      --      |    Inf 
332.00/332.11	c   309s|210000 |   621 |  1178k|   5.6 |  12M|  49 |   - | 362 |1493 | 362 | 686 | 627 |  12k|7988 | 0.000000e+00 |      --      |    Inf 
348.50/348.65	c   324s|220000 |   627 |  1235k|   5.6 |  12M|  49 |   - | 362 |1645 |   0 |   0 | 627 |  12k|8429 | 0.000000e+00 |      --      |    Inf 
364.69/364.84	c   339s|230000 |   682 |  1299k|   5.6 |  12M|  49 |   - | 362 |1731 |   0 |   0 | 627 |  13k|8489 | 0.000000e+00 |      --      |    Inf 
381.78/381.96	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
381.78/381.96	c   355s|240000 |   696 |  1367k|   5.7 |  12M|  49 |   8 | 362 |1792 | 362 | 686 | 627 |  13k|8686 | 0.000000e+00 |      --      |    Inf 
397.57/397.73	c   370s|250000 |   683 |  1425k|   5.7 |  12M|  49 |   - | 362 |1671 |   0 |   0 | 627 |  14k|8871 | 0.000000e+00 |      --      |    Inf 
413.38/413.55	c   385s|260000 |   695 |  1481k|   5.7 |  12M|  49 |  24 | 362 |1742 | 362 | 686 | 627 |  14k|9175 | 0.000000e+00 |      --      |    Inf 
428.17/428.38	c   399s|270000 |   721 |  1534k|   5.7 |  12M|  49 |  38 | 362 |1784 | 362 | 686 | 627 |  15k|9268 | 0.000000e+00 |      --      |    Inf 
443.36/443.50	c   413s|280000 |   729 |  1588k|   5.7 |  12M|  55 |  25 | 362 |1792 | 362 | 686 | 627 |  16k|9424 | 0.000000e+00 |      --      |    Inf 
459.26/459.45	c   427s|290000 |   720 |  1648k|   5.7 |  12M|  55 |   - | 362 |1588 |   0 |   0 | 627 |  16k|9564 | 0.000000e+00 |      --      |    Inf 
474.25/474.47	c   441s|300000 |   718 |  1702k|   5.7 |  12M|  55 |  32 | 362 |1596 | 362 | 686 | 627 |  17k|9704 | 0.000000e+00 |      --      |    Inf 
491.25/491.45	c   457s|310000 |   743 |  1768k|   5.7 |  12M|  55 |  21 | 362 |1544 | 362 | 686 | 627 |  17k|9866 | 0.000000e+00 |      --      |    Inf 
506.95/507.13	c   472s|320000 |   724 |  1826k|   5.7 |  12M|  55 |  22 | 362 |1561 | 362 | 686 | 627 |  18k|  10k| 0.000000e+00 |      --      |    Inf 
522.94/523.14	c   487s|330000 |   753 |  1887k|   5.7 |  12M|  55 |  23 | 362 |1674 | 362 | 686 | 627 |  18k|  10k| 0.000000e+00 |      --      |    Inf 
539.54/539.71	c   502s|340000 |   741 |  1946k|   5.7 |  13M|  55 |  30 | 362 |1743 | 362 | 686 | 627 |  19k|  10k| 0.000000e+00 |      --      |    Inf 
554.43/554.68	c   516s|350000 |   783 |  2002k|   5.7 |  13M|  55 |  26 | 362 |1856 | 362 | 686 | 627 |  19k|  10k| 0.000000e+00 |      --      |    Inf 
569.73/569.91	c   530s|360000 |   768 |  2055k|   5.7 |  13M|  55 |  22 | 362 |1681 | 362 | 686 | 627 |  20k|  10k| 0.000000e+00 |      --      |    Inf 
584.93/585.10	c   544s|370000 |   745 |  2109k|   5.7 |  13M|  55 |   - | 362 |1632 |   0 |   0 | 627 |  20k|  10k| 0.000000e+00 |      --      |    Inf 
600.72/600.99	c   559s|380000 |   746 |  2170k|   5.7 |  12M|  57 |  31 | 362 |1557 | 362 | 686 | 627 |  21k|  11k| 0.000000e+00 |      --      |    Inf 
616.72/616.98	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
616.72/616.98	c   574s|390000 |   722 |  2229k|   5.7 |  12M|  57 |   - | 362 |1607 |   0 |   0 | 627 |  21k|  11k| 0.000000e+00 |      --      |    Inf 
631.41/631.69	c   588s|400000 |   714 |  2281k|   5.7 |  12M|  57 |   - | 362 |1720 |   0 |   0 | 627 |  22k|  11k| 0.000000e+00 |      --      |    Inf 
646.41/646.61	c   601s|410000 |   713 |  2336k|   5.7 |  12M|  57 |  31 | 362 |1722 | 362 | 686 | 627 |  22k|  11k| 0.000000e+00 |      --      |    Inf 
662.31/662.52	c   616s|420000 |   685 |  2396k|   5.7 |  12M|  57 |  24 | 362 |1695 | 362 | 686 | 627 |  23k|  11k| 0.000000e+00 |      --      |    Inf 
678.90/679.19	c   632s|430000 |   673 |  2456k|   5.7 |  12M|  57 |  22 | 362 |1495 | 362 | 686 | 627 |  23k|  11k| 0.000000e+00 |      --      |    Inf 
693.19/693.49	c   645s|440000 |   656 |  2507k|   5.7 |  12M|  57 |   - | 362 |1571 | 362 | 686 | 627 |  24k|  11k| 0.000000e+00 |      --      |    Inf 
709.49/709.72	c   660s|450000 |   633 |  2566k|   5.7 |  12M|  57 |   - | 362 |1343 |   0 |   0 | 627 |  24k|  11k| 0.000000e+00 |      --      |    Inf 
725.19/725.41	c   675s|460000 |   618 |  2626k|   5.7 |  12M|  57 |   - | 362 |1538 |   0 |   0 | 627 |  25k|  12k| 0.000000e+00 |      --      |    Inf 
742.08/742.39	c   691s|470000 |   615 |  2692k|   5.7 |  12M|  57 |   - | 362 |1472 | 362 | 686 | 627 |  25k|  12k| 0.000000e+00 |      --      |    Inf 
758.27/758.51	c   706s|480000 |   624 |  2755k|   5.7 |  12M|  57 |   - | 362 |1653 | 362 | 686 | 627 |  26k|  12k| 0.000000e+00 |      --      |    Inf 
773.97/774.27	c   721s|490000 |   640 |  2814k|   5.7 |  12M|  57 |   - | 362 |1645 |   0 |   0 | 627 |  27k|  12k| 0.000000e+00 |      --      |    Inf 
789.27/789.54	c   735s|500000 |   634 |  2870k|   5.7 |  12M|  57 |  22 | 362 |1789 | 362 | 686 | 627 |  27k|  12k| 0.000000e+00 |      --      |    Inf 
805.56/805.89	c   750s|510000 |   605 |  2932k|   5.7 |  12M|  57 |  30 | 362 |1533 | 362 | 686 | 627 |  28k|  12k| 0.000000e+00 |      --      |    Inf 
820.55/820.85	c   764s|520000 |   618 |  2988k|   5.7 |  12M|  57 |  13 | 362 |1791 | 362 | 686 | 627 |  28k|  12k| 0.000000e+00 |      --      |    Inf 
836.16/836.49	c   778s|530000 |   624 |  3046k|   5.7 |  12M|  57 |   - | 362 |1917 |   0 |   0 | 627 |  29k|  12k| 0.000000e+00 |      --      |    Inf 
852.45/852.73	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
852.45/852.73	c   793s|540000 |   620 |  3100k|   5.7 |  12M|  57 |  19 | 362 |2063 | 362 | 686 | 627 |  30k|  13k| 0.000000e+00 |      --      |    Inf 
868.95/869.25	c   809s|550000 |   632 |  3163k|   5.8 |  12M|  57 |   - | 362 |1839 | 362 | 686 | 627 |  30k|  13k| 0.000000e+00 |      --      |    Inf 
885.04/885.34	c   824s|560000 |   628 |  3225k|   5.8 |  12M|  57 |   - | 362 |1866 |   0 |   0 | 627 |  31k|  13k| 0.000000e+00 |      --      |    Inf 
900.84/901.13	c   839s|570000 |   637 |  3284k|   5.8 |  12M|  57 |   - | 362 |1861 |   0 |   0 | 627 |  31k|  13k| 0.000000e+00 |      --      |    Inf 
917.14/917.48	c   854s|580000 |   631 |  3347k|   5.8 |  12M|  57 |   - | 362 |1769 |   0 |   0 | 627 |  32k|  13k| 0.000000e+00 |      --      |    Inf 
932.63/932.94	c   868s|590000 |   628 |  3404k|   5.8 |  12M|  57 |   - | 362 |1837 |   0 |   0 | 627 |  32k|  13k| 0.000000e+00 |      --      |    Inf 
948.32/948.63	c   883s|600000 |   626 |  3463k|   5.8 |  12M|  57 |  25 | 362 |1897 | 362 | 686 | 627 |  33k|  13k| 0.000000e+00 |      --      |    Inf 
964.72/965.09	c   898s|610000 |   650 |  3527k|   5.8 |  13M|  57 |  39 | 362 |2125 | 362 | 686 | 627 |  33k|  13k| 0.000000e+00 |      --      |    Inf 
980.12/980.47	c   913s|620000 |   647 |  3584k|   5.8 |  13M|  57 |  17 | 362 |2262 | 362 | 686 | 627 |  34k|  13k| 0.000000e+00 |      --      |    Inf 
997.32/997.65	c   929s|630000 |   664 |  3643k|   5.8 |  13M|  57 |   - | 362 |2312 | 362 | 686 | 627 |  34k|  14k| 0.000000e+00 |      --      |    Inf 
1013.51/1013.84	c   944s|640000 |   655 |  3698k|   5.8 |  13M|  57 |   - | 362 |2433 | 362 | 686 | 627 |  35k|  14k| 0.000000e+00 |      --      |    Inf 
1029.10/1029.43	c   958s|650000 |   659 |  3754k|   5.8 |  13M|  57 |  39 | 362 |2233 | 362 | 686 | 627 |  36k|  14k| 0.000000e+00 |      --      |    Inf 
1044.49/1044.90	c   973s|660000 |   678 |  3810k|   5.8 |  13M|  57 |   - | 362 |2401 | 362 | 686 | 627 |  36k|  14k| 0.000000e+00 |      --      |    Inf 
1060.59/1060.94	c   988s|670000 |   643 |  3865k|   5.8 |  13M|  57 |   - | 362 |2195 |   0 |   0 | 627 |  37k|  15k| 0.000000e+00 |      --      |    Inf 
1076.99/1077.31	c  1003s|680000 |   663 |  3928k|   5.8 |  13M|  57 |   - | 362 |2051 |   0 |   0 | 627 |  37k|  15k| 0.000000e+00 |      --      |    Inf 
1093.18/1093.59	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1093.18/1093.59	c  1018s|690000 |   655 |  3991k|   5.8 |  13M|  57 |  25 | 362 |1953 | 362 | 686 | 627 |  38k|  15k| 0.000000e+00 |      --      |    Inf 
1109.27/1109.70	c  1033s|700000 |   618 |  4051k|   5.8 |  12M|  57 |   - | 362 |1817 |   0 |   0 | 627 |  38k|  15k| 0.000000e+00 |      --      |    Inf 
1125.78/1126.14	c  1048s|710000 |   619 |  4115k|   5.8 |  12M|  57 |   - | 362 |1811 |   0 |   0 | 627 |  39k|  15k| 0.000000e+00 |      --      |    Inf 
1141.67/1142.04	c  1063s|720000 |   631 |  4176k|   5.8 |  13M|  57 |  20 | 362 |1769 | 362 | 686 | 627 |  39k|  15k| 0.000000e+00 |      --      |    Inf 
1157.56/1157.93	c  1078s|730000 |   692 |  4237k|   5.8 |  13M|  57 |   - | 362 |1957 |   0 |   0 | 627 |  40k|  15k| 0.000000e+00 |      --      |    Inf 
1174.26/1174.62	c  1094s|740000 |   689 |  4302k|   5.8 |  13M|  57 |   - | 362 |1870 | 362 | 686 | 627 |  40k|  15k| 0.000000e+00 |      --      |    Inf 
1189.86/1190.26	c  1108s|750000 |   681 |  4361k|   5.8 |  13M|  57 |  32 | 362 |1968 | 362 | 686 | 627 |  41k|  15k| 0.000000e+00 |      --      |    Inf 
1206.36/1206.75	c  1123s|760000 |   685 |  4424k|   5.8 |  13M|  57 |   - | 362 |2012 | 362 | 686 | 627 |  41k|  15k| 0.000000e+00 |      --      |    Inf 
1222.55/1222.99	c  1139s|770000 |   691 |  4485k|   5.8 |  13M|  57 |  23 | 362 |2040 | 362 | 686 | 627 |  42k|  15k| 0.000000e+00 |      --      |    Inf 
1239.04/1239.46	c  1154s|780000 |   682 |  4548k|   5.8 |  13M|  57 |   - | 362 |2073 | 362 | 686 | 627 |  42k|  15k| 0.000000e+00 |      --      |    Inf 
1256.04/1256.41	c  1170s|790000 |   685 |  4614k|   5.8 |  13M|  57 |   - | 362 |1914 |   0 |   0 | 627 |  42k|  16k| 0.000000e+00 |      --      |    Inf 
1272.73/1273.12	c  1185s|800000 |   663 |  4675k|   5.8 |  13M|  57 |  22 | 362 |1787 | 362 | 686 | 627 |  43k|  16k| 0.000000e+00 |      --      |    Inf 
1289.13/1289.50	c  1201s|810000 |   628 |  4737k|   5.8 |  13M|  57 |  19 | 362 |1517 | 362 | 686 | 627 |  43k|  16k| 0.000000e+00 |      --      |    Inf 
1305.63/1306.03	c  1216s|820000 |   621 |  4804k|   5.9 |  13M|  57 |   - | 362 |1566 |   0 |   0 | 627 |  44k|  16k| 0.000000e+00 |      --      |    Inf 
1321.73/1322.10	c  1231s|830000 |   587 |  4865k|   5.9 |  12M|  57 |   - | 362 |1593 |   0 |   0 | 627 |  44k|  16k| 0.000000e+00 |      --      |    Inf 
1336.42/1336.89	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1336.42/1336.89	c  1245s|840000 |   581 |  4917k|   5.9 |  12M|  57 |   - | 362 |1765 |   0 |   0 | 627 |  45k|  16k| 0.000000e+00 |      --      |    Inf 
1353.81/1354.28	c  1261s|850000 |   583 |  4984k|   5.9 |  12M|  57 |  41 | 362 |1737 | 362 | 686 | 627 |  46k|  16k| 0.000000e+00 |      --      |    Inf 
1369.31/1369.72	c  1275s|860000 |   642 |  5043k|   5.9 |  13M|  57 |   - | 362 |1950 |   0 |   0 | 627 |  46k|  17k| 0.000000e+00 |      --      |    Inf 
1384.91/1385.37	c  1289s|870000 |   643 |  5101k|   5.9 |  13M|  57 |   - | 362 |2034 |   0 |   0 | 627 |  47k|  17k| 0.000000e+00 |      --      |    Inf 
1400.38/1400.84	c  1304s|880000 |   680 |  5160k|   5.9 |  13M|  57 |   - | 362 |2143 | 362 | 686 | 627 |  47k|  17k| 0.000000e+00 |      --      |    Inf 
1416.98/1417.43	c  1319s|890000 |   693 |  5226k|   5.9 |  13M|  57 |  30 | 362 |2086 | 362 | 686 | 627 |  48k|  17k| 0.000000e+00 |      --      |    Inf 
1433.28/1433.77	c  1334s|900000 |   672 |  5289k|   5.9 |  13M|  57 |   - | 362 |1987 | 362 | 686 | 627 |  48k|  17k| 0.000000e+00 |      --      |    Inf 
1449.28/1449.79	c  1349s|910000 |   684 |  5352k|   5.9 |  13M|  57 |   - | 362 |2026 |   0 |   0 | 627 |  49k|  17k| 0.000000e+00 |      --      |    Inf 
1465.96/1466.44	c  1365s|920000 |   693 |  5419k|   5.9 |  13M|  58 |   - | 362 |2117 |   0 |   0 | 627 |  49k|  17k| 0.000000e+00 |      --      |    Inf 
1482.27/1482.79	c  1380s|930000 |   696 |  5482k|   5.9 |  13M|  58 |   - | 362 |2121 |   0 |   0 | 627 |  50k|  17k| 0.000000e+00 |      --      |    Inf 
1498.16/1498.63	c  1395s|940000 |   686 |  5540k|   5.9 |  13M|  58 |   - | 362 |2167 |   0 |   0 | 627 |  50k|  17k| 0.000000e+00 |      --      |    Inf 
1514.45/1514.91	c  1410s|950000 |   697 |  5604k|   5.9 |  13M|  58 |  15 | 362 |2062 | 362 | 686 | 627 |  51k|  17k| 0.000000e+00 |      --      |    Inf 
1530.05/1530.55	c  1424s|960000 |   682 |  5664k|   5.9 |  13M|  58 |  31 | 362 |2024 | 362 | 686 | 627 |  51k|  17k| 0.000000e+00 |      --      |    Inf 
1545.84/1546.38	c  1439s|970000 |   676 |  5726k|   5.9 |  13M|  58 |   - | 362 |2033 |   0 |   0 | 627 |  52k|  17k| 0.000000e+00 |      --      |    Inf 
1563.75/1564.29	c  1455s|980000 |   654 |  5786k|   5.9 |  13M|  58 |  27 | 362 |1836 | 362 | 686 | 627 |  52k|  18k| 0.000000e+00 |      --      |    Inf 
1580.24/1580.76	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1580.24/1580.76	c  1471s|990000 |   664 |  5847k|   5.9 |  13M|  58 |  23 | 362 |1822 | 362 | 686 | 627 |  53k|  18k| 0.000000e+00 |      --      |    Inf 
1595.13/1595.62	c  1484s|  1000k|   657 |  5901k|   5.9 |  13M|  58 |  20 | 362 |2139 | 362 | 686 | 627 |  53k|  18k| 0.000000e+00 |      --      |    Inf 
1609.33/1609.85	c  1498s|  1010k|   657 |  5950k|   5.9 |  13M|  58 |  31 | 362 |2445 | 362 | 686 | 627 |  54k|  18k| 0.000000e+00 |      --      |    Inf 
1624.42/1624.96	c  1512s|  1020k|   658 |  6001k|   5.9 |  13M|  58 |   - | 362 |2428 |   0 |   0 | 627 |  55k|  18k| 0.000000e+00 |      --      |    Inf 
1638.72/1639.22	c  1525s|  1030k|   666 |  6048k|   5.9 |  13M|  58 |  24 | 362 |2636 | 362 | 686 | 627 |  55k|  18k| 0.000000e+00 |      --      |    Inf 
1654.32/1654.85	c  1540s|  1040k|   669 |  6108k|   5.9 |  13M|  58 |  26 | 362 |2801 | 362 | 686 | 627 |  56k|  18k| 0.000000e+00 |      --      |    Inf 
1670.21/1670.78	c  1554s|  1050k|   666 |  6167k|   5.9 |  13M|  58 |  21 | 362 |2875 | 362 | 686 | 627 |  56k|  18k| 0.000000e+00 |      --      |    Inf 
1686.21/1686.75	c  1569s|  1060k|   644 |  6224k|   5.9 |  13M|  58 |   - | 362 |2227 | 362 | 686 | 627 |  57k|  18k| 0.000000e+00 |      --      |    Inf 
1702.70/1703.26	c  1585s|  1070k|   630 |  6288k|   5.9 |  13M|  58 |  27 | 362 |1908 | 362 | 686 | 627 |  57k|  19k| 0.000000e+00 |      --      |    Inf 
1717.80/1718.35	c  1599s|  1080k|   625 |  6344k|   5.9 |  13M|  58 |   - | 362 |1963 | 362 | 686 | 627 |  58k|  19k| 0.000000e+00 |      --      |    Inf 
1733.00/1733.53	c  1613s|  1090k|   623 |  6399k|   5.9 |  13M|  58 |   - | 362 |2051 |   0 |   0 | 627 |  59k|  19k| 0.000000e+00 |      --      |    Inf 
1748.99/1749.54	c  1628s|  1100k|   620 |  6461k|   5.9 |  13M|  58 |   - | 362 |2090 |   0 |   0 | 627 |  59k|  19k| 0.000000e+00 |      --      |    Inf 
1765.19/1765.72	c  1643s|  1110k|   615 |  6524k|   5.9 |  13M|  58 |  30 | 362 |2181 | 362 | 686 | 627 |  60k|  19k| 0.000000e+00 |      --      |    Inf 
1781.78/1782.35	c  1658s|  1120k|   624 |  6587k|   5.9 |  13M|  58 |   - | 362 |2068 |   0 |   0 | 627 |  60k|  19k| 0.000000e+00 |      --      |    Inf 
1797.77/1798.30	c  1673s|  1130k|   617 |  6646k|   5.9 |  13M|  58 |  40 | 362 |2114 | 362 | 686 | 627 |  61k|  19k| 0.000000e+00 |      --      |    Inf 
1800.09/1800.61	c pressed CTRL-C 1 times (5 times for forcing termination)
1800.09/1800.61	c 
1800.09/1800.61	c SCIP Status        : solving was interrupted [user interrupt]
1800.09/1800.61	c Solving Time (sec) : 1675.48
1800.09/1800.61	c Solving Nodes      : 1131424
1800.09/1800.61	c Primal Bound       : +1.00000000000000e+20 (0 solutions)
1800.09/1800.61	c Dual Bound         : +0.00000000000000e+00
1800.09/1800.61	c Gap                : infinite
1800.09/1800.61	s UNKNOWN
1800.09/1800.61	c SCIP Status        : solving was interrupted [user interrupt]
1800.09/1800.61	c Solving Time       :    1675.48
1800.09/1800.61	c Original Problem   :
1800.09/1800.61	c   Problem name     : HOME/instance-2665703-1276270661.opb
1800.09/1800.61	c   Variables        : 370 (370 binary, 0 integer, 0 implicit integer, 0 continuous)
1800.09/1800.61	c   Constraints      : 557 initial, 557 maximal
1800.09/1800.61	c Presolved Problem  :
1800.09/1800.61	c   Problem name     : t_HOME/instance-2665703-1276270661.opb
1800.09/1800.61	c   Variables        : 362 (362 binary, 0 integer, 0 implicit integer, 0 continuous)
1800.09/1800.61	c   Constraints      : 557 initial, 2972 maximal
1800.09/1800.61	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
1800.09/1800.61	c   trivial          :       0.00          0          0          0          0          0          0          0          0
1800.09/1800.61	c   dualfix          :       0.00          0          0          0          0          0          0          0          0
1800.09/1800.61	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
1800.09/1800.61	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
1800.09/1800.61	c   implics          :       0.00          0          8          0          0          0          0          0          0
1800.09/1800.61	c   probing          :       0.00          0          0          0          0          0          0          0          0
1800.09/1800.61	c   knapsack         :       0.01          0          0          0          0          0          0          0          0
1800.09/1800.61	c   linear           :       0.01          0          0          0          0          0          0          0          0
1800.09/1800.61	c   logicor          :       0.01          0          0          0          0          0          0          0          0
1800.09/1800.61	c   root node        :          -          0          -          -          0          -          -          -          -
1800.09/1800.61	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
1800.09/1800.61	c   integral         :          0          0          0     571448          0        461       2491          0          0    1138282
1800.09/1800.61	c   knapsack         :        244          5    2798569          0          0     421823   10045941        374          0          0
1800.09/1800.61	c   linear           :          0+         5         87          0          0          0          0          0          0          0
1800.09/1800.61	c   logicor          :        313+         5    1836665          0          0       9787    4279418          0          0          0
1800.09/1800.61	c   countsols        :          0          0          0          0          0          0          0          0          0          0
1800.09/1800.61	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
1800.09/1800.61	c   integral         :      62.31       0.00       0.00      62.31       0.00
1800.09/1800.61	c   knapsack         :     121.38       0.05     121.33       0.00       0.00
1800.09/1800.61	c   linear           :       0.00       0.00       0.00       0.00       0.00
1800.09/1800.61	c   logicor          :      56.89       0.00      56.89       0.00       0.00
1800.09/1800.61	c   countsols        :       0.00       0.00       0.00       0.00       0.00
1800.09/1800.61	c Propagators        :       Time      Calls    Cutoffs    DomReds
1800.09/1800.61	c   vbounds          :       1.63          1          0          0
1800.09/1800.61	c   rootredcost      :       1.50          0          0          0
1800.09/1800.61	c   pseudoobj        :       1.50          0          0          0
1800.09/1800.61	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1800.09/1800.61	c   propagation      :      24.62      68118      59321     401881       82.3        819       91.2          -
1800.09/1800.61	c   infeasible LP    :      31.06     136278          0          0        0.0          0        0.0          0
1800.09/1800.61	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1800.09/1800.61	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1800.09/1800.61	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1800.09/1800.61	c   applied globally :          -          -          -      60165       18.5          -          -          -
1800.09/1800.61	c   applied locally  :          -          -          -        996       44.3          -          -          -
1800.09/1800.61	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1800.09/1800.61	c   cut pool         :       0.00          4          -          -        111          -    (maximal pool size: 1954)
1800.09/1800.61	c   redcost          :       6.66     570512          0          0          0          0
1800.09/1800.61	c   impliedbounds    :       0.00          5          0          0       1065          0
1800.09/1800.61	c   intobj           :       0.00          0          0          0          0          0
1800.09/1800.61	c   cgmip            :       0.00          0          0          0          0          0
1800.09/1800.61	c   gomory           :       0.44          5          0          0        222          0
1800.09/1800.61	c   strongcg         :       0.51          5          0          0       2125          0
1800.09/1800.61	c   cmir             :       0.00          0          0          0          0          0
1800.09/1800.61	c   flowcover        :       0.00          0          0          0          0          0
1800.09/1800.61	c   clique           :       0.01          1          0          0          0          0
1800.09/1800.61	c   zerohalf         :       0.00          0          0          0          0          0
1800.09/1800.61	c   mcf              :       0.00          1          0          0          0          0
1800.09/1800.61	c   rapidlearning    :       0.12          1          0          0          0          2
1800.09/1800.61	c Pricers            :       Time      Calls       Vars
1800.09/1800.61	c   problem variables:       0.00          0          0
1800.09/1800.61	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1800.09/1800.61	c   relpscost        :      61.36     571448        461       2491          0          0    1138282
1800.09/1800.61	c   pscost           :       0.00          0          0          0          0          0          0
1800.09/1800.61	c   inference        :       0.00          0          0          0          0          0          0
1800.09/1800.61	c   mostinf          :       0.00          0          0          0          0          0          0
1800.09/1800.61	c   leastinf         :       0.00          0          0          0          0          0          0
1800.09/1800.61	c   fullstrong       :       0.00          0          0          0          0          0          0
1800.09/1800.61	c   allfullstrong    :       0.00          0          0          0          0          0          0
1800.09/1800.61	c   random           :       0.00          0          0          0          0          0          0
1800.09/1800.61	c Primal Heuristics  :       Time      Calls      Found
1800.09/1800.61	c   LP solutions     :       0.00          -          0
1800.09/1800.61	c   pseudo solutions :       0.00          -          0
1800.09/1800.61	c   trivial          :       0.00          1          0
1800.09/1800.61	c   simplerounding   :       0.00          0          0
1800.09/1800.61	c   zirounding       :       0.00          0          0
1800.09/1800.61	c   rounding         :       0.00          0          0
1800.09/1800.61	c   shifting         :       0.00          0          0
1800.09/1800.61	c   intshifting      :       0.00          0          0
1800.09/1800.61	c   oneopt           :       0.00          0          0
1800.09/1800.61	c   twoopt           :       0.00          0          0
1800.09/1800.61	c   fixandinfer      :       0.00          0          0
1800.09/1800.61	c   feaspump         :       0.00          0          0
1800.09/1800.61	c   coefdiving       :       0.00          0          0
1800.09/1800.61	c   pscostdiving     :       0.00          0          0
1800.09/1800.61	c   fracdiving       :       0.00          0          0
1800.09/1800.61	c   veclendiving     :       0.00          0          0
1800.09/1800.61	c   intdiving        :       0.00          0          0
1800.09/1800.61	c   actconsdiving    :       0.00          0          0
1800.09/1800.61	c   objpscostdiving  :       0.00          0          0
1800.09/1800.61	c   rootsoldiving    :       0.00          0          0
1800.09/1800.61	c   linesearchdiving :       0.00          0          0
1800.09/1800.61	c   guideddiving     :       0.00          0          0
1800.09/1800.61	c   octane           :       0.00          0          0
1800.09/1800.61	c   rens             :       0.00          0          0
1800.09/1800.61	c   rins             :       0.00          0          0
1800.09/1800.61	c   localbranching   :       0.00          0          0
1800.09/1800.61	c   mutation         :       0.00          0          0
1800.09/1800.61	c   crossover        :       0.00          0          0
1800.09/1800.61	c   dins             :       0.00          0          0
1800.09/1800.61	c   undercover       :       0.00          0          0
1800.09/1800.61	c   nlp              :       0.00          0          0
1800.09/1800.61	c   trysol           :       0.00          0          0
1800.09/1800.61	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1800.09/1800.61	c   primal LP        :       0.00          0          0       0.00          -
1800.09/1800.61	c   dual LP          :    1169.85     706069    6655456       9.43    5689.15
1800.09/1800.61	c   lex dual LP      :       0.00          0          0       0.00          -
1800.09/1800.61	c   barrier LP       :       0.00          0          0       0.00          -
1800.09/1800.61	c   diving/probing LP:       0.00          0          0       0.00          -
1800.09/1800.61	c   strong branching :      44.34      19538     217166      11.12    4897.74
1800.09/1800.61	c     (at root node) :          -         10       1744     174.40          -
1800.09/1800.61	c   conflict analysis:       0.00          0          0       0.00          -
1800.09/1800.61	c B&B Tree           :
1800.09/1800.61	c   number of runs   :          1
1800.09/1800.61	c   nodes            :    1131424
1800.09/1800.61	c   nodes (total)    :    1131424
1800.09/1800.61	c   nodes left       :        628
1800.09/1800.61	c   max depth        :         58
1800.09/1800.61	c   max depth (total):         58
1800.09/1800.61	c   backtracks       :     143761 (12.7%)
1800.09/1800.61	c   delayed cutoffs  :       6231
1800.09/1800.61	c   repropagations   :     129337 (371543 domain reductions, 6066 cutoffs)
1800.09/1800.61	c   avg switch length:       2.93
1800.09/1800.61	c   switching time   :      81.31
1800.09/1800.61	c Solution           :
1800.09/1800.61	c   Solutions found  :          0 (0 improvements)
1800.09/1800.61	c   Primal Bound     :          -
1800.09/1800.61	c   Dual Bound       : +0.00000000000000e+00
1800.09/1800.61	c   Gap              :   infinite
1800.09/1800.61	c   Root Dual Bound  : +0.00000000000000e+00
1800.09/1800.61	c   Root Iterations  :        669
1800.09/1800.63	c Time complete: 1800.11.

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-2665703-1276270661/watcher-2665703-1276270661 -o /tmp/evaluation-result-2665703-1276270661/solver-2665703-1276270661 -C 1800 -W 2000 -M 1800 HOME/pbscip.linux.x86_64.gnu.opt.clp -f HOME/instance-2665703-1276270661.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 3/106 3872
/proc/meminfo: memFree=1582944/2059040 swapFree=4192956/4192956
[pid=3872] ppid=3870 vsize=9288 CPUtime=0
/proc/3872/stat : 3872 (pbscip.linux.x8) R 3870 3872 3363 0 -1 4202496 1104 0 0 0 0 0 0 0 17 0 1 0 2669774 9510912 1024 1992294400 4194304 9819077 140734201840496 18446744073709551615 8675093 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/3872/statm: 2322 1032 371 1374 0 943 0

[startup+0.018297 s]
/proc/loadavg: 1.00 1.00 1.00 3/106 3872
/proc/meminfo: memFree=1582944/2059040 swapFree=4192956/4192956
[pid=3872] ppid=3870 vsize=11108 CPUtime=0.01
/proc/3872/stat : 3872 (pbscip.linux.x8) R 3870 3872 3363 0 -1 4202496 1700 0 0 0 1 0 0 0 17 0 1 0 2669774 11374592 1620 1992294400 4194304 9819077 140734201840496 18446744073709551615 8675093 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/3872/statm: 2777 1620 386 1374 0 1398 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 11108

[startup+0.101309 s]
/proc/loadavg: 1.00 1.00 1.00 3/106 3872
/proc/meminfo: memFree=1582944/2059040 swapFree=4192956/4192956
[pid=3872] ppid=3870 vsize=19160 CPUtime=0.09
/proc/3872/stat : 3872 (pbscip.linux.x8) R 3870 3872 3363 0 -1 4202496 5060 0 0 0 7 2 0 0 19 0 1 0 2669774 19619840 3296 1992294400 4194304 9819077 140734201840496 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/3872/statm: 4790 3300 656 1374 0 3411 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 19160

[startup+0.301334 s]
/proc/loadavg: 1.00 1.00 1.00 3/106 3872
/proc/meminfo: memFree=1582944/2059040 swapFree=4192956/4192956
[pid=3872] ppid=3870 vsize=23768 CPUtime=0.29
/proc/3872/stat : 3872 (pbscip.linux.x8) R 3870 3872 3363 0 -1 4202496 8888 0 0 0 24 5 0 0 19 0 1 0 2669774 24338432 4472 1992294400 4194304 9819077 140734201840496 18446744073709551615 6093303 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/3872/statm: 5942 4472 689 1374 0 4563 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 23768

[startup+0.701389 s]
/proc/loadavg: 1.00 1.00 1.00 3/106 3872
/proc/meminfo: memFree=1582944/2059040 swapFree=4192956/4192956
[pid=3872] ppid=3870 vsize=25656 CPUtime=0.69
/proc/3872/stat : 3872 (pbscip.linux.x8) R 3870 3872 3363 0 -1 4202496 9638 0 0 0 64 5 0 0 19 0 1 0 2669774 26271744 5181 1992294400 4194304 9819077 140734201840496 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/3872/statm: 6414 5181 693 1374 0 5035 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 25656

[startup+1.5015 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 3873
/proc/meminfo: memFree=1559872/2059040 swapFree=4192956/4192956
[pid=3872] ppid=3870 vsize=35080 CPUtime=1.49
/proc/3872/stat : 3872 (pbscip.linux.x8) R 3870 3872 3363 0 -1 4202496 11486 0 0 0 142 7 0 0 21 0 1 0 2669774 35921920 6935 1992294400 4194304 9819077 140734201840496 18446744073709551615 7291890 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/3872/statm: 8770 6935 699 1374 0 7391 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 35080

[startup+3.10171 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 3873
/proc/meminfo: memFree=1557392/2059040 swapFree=4192956/4192956
[pid=3872] ppid=3870 vsize=33888 CPUtime=3.09
/proc/3872/stat : 3872 (pbscip.linux.x8) R 3870 3872 3363 0 -1 4202496 18136 0 0 0 297 12 0 0 25 0 1 0 2669774 34701312 6940 1992294400 4194304 9819077 140734201840496 18446744073709551615 6364936 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/3872/statm: 8472 6940 720 1374 0 7093 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 33888

[startup+6.30114 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 3873
/proc/meminfo: memFree=1557392/2059040 swapFree=4192956/4192956
[pid=3872] ppid=3870 vsize=32132 CPUtime=6.29
/proc/3872/stat : 3872 (pbscip.linux.x8) R 3870 3872 3363 0 -1 4202496 40644 0 0 0 599 30 0 0 25 0 1 0 2669774 32903168 6931 1992294400 4194304 9819077 140734201840496 18446744073709551615 7235184 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/3872/statm: 8088 6932 722 1374 0 6709 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 32132

[startup+12.701 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 3873
/proc/meminfo: memFree=1557268/2059040 swapFree=4192956/4192956
[pid=3872] ppid=3870 vsize=32908 CPUtime=12.68
/proc/3872/stat : 3872 (pbscip.linux.x8) R 3870 3872 3363 0 -1 4202496 71225 0 0 0 1202 66 0 0 25 0 1 0 2669774 33697792 6966 1992294400 4194304 9819077 140734201840496 18446744073709551615 7816434 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/3872/statm: 8227 6966 722 1374 0 6848 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 32908

[startup+25.5006 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 3873
/proc/meminfo: memFree=1557144/2059040 swapFree=4192956/4192956
[pid=3872] ppid=3870 vsize=32928 CPUtime=25.48
/proc/3872/stat : 3872 (pbscip.linux.x8) R 3870 3872 3363 0 -1 4202496 131713 0 0 0 2405 143 0 0 25 0 1 0 2669774 33718272 7024 1992294400 4194304 9819077 140734201840496 18446744073709551615 8723783 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/3872/statm: 8286 7025 722 1374 0 6907 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 32928

[startup+51.1007 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 3873
/proc/meminfo: memFree=1557144/2059040 swapFree=4192956/4192956
[pid=3872] ppid=3870 vsize=33360 CPUtime=51.07
/proc/3872/stat : 3872 (pbscip.linux.x8) R 3870 3872 3363 0 -1 4202496 287530 0 0 0 4804 303 0 0 25 0 1 0 2669774 34160640 7032 1992294400 4194304 9819077 140734201840496 18446744073709551615 6364936 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/3872/statm: 8340 7032 722 1374 0 6961 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 33360

[startup+102.308 s]
/proc/loadavg: 1.03 1.01 1.00 2/107 3875
/proc/meminfo: memFree=1556772/2059040 swapFree=4192956/4192956
[pid=3872] ppid=3870 vsize=33792 CPUtime=102.26
/proc/3872/stat : 3872 (pbscip.linux.x8) R 3870 3872 3363 0 -1 4202496 676089 0 0 0 9551 675 0 0 25 0 1 0 2669774 34603008 7080 1992294400 4194304 9819077 140734201840496 18446744073709551615 5909189 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/3872/statm: 8448 7080 722 1374 0 7069 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 33792

[startup+162.301 s]
/proc/loadavg: 1.01 1.01 1.00 2/107 3877
/proc/meminfo: memFree=1555904/2059040 swapFree=4192956/4192956
[pid=3872] ppid=3870 vsize=34740 CPUtime=162.24
/proc/3872/stat : 3872 (pbscip.linux.x8) R 3870 3872 3363 0 -1 4202496 1137555 0 0 0 15109 1115 0 0 25 0 1 0 2669774 35573760 7307 1992294400 4194304 9819077 140734201840496 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/3872/statm: 8685 7307 722 1374 0 7306 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 34740

[startup+222.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 3877
/proc/meminfo: memFree=1555656/2059040 swapFree=4192956/4192956
[pid=3872] ppid=3870 vsize=35336 CPUtime=222.22
/proc/3872/stat : 3872 (pbscip.linux.x8) R 3870 3872 3363 0 -1 4202496 1600768 0 0 0 20686 1536 0 0 25 0 1 0 2669774 36184064 7383 1992294400 4194304 9819077 140734201840496 18446744073709551615 8720183 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/3872/statm: 8834 7383 722 1374 0 7455 0
Current children cumulated CPU time (s) 222.22
Current children cumulated vsize (KiB) 35336

[startup+282.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 3879
/proc/meminfo: memFree=1555408/2059040 swapFree=4192956/4192956
[pid=3872] ppid=3870 vsize=35312 CPUtime=282.21
/proc/3872/stat : 3872 (pbscip.linux.x8) R 3870 3872 3363 0 -1 4202496 2066032 0 0 0 26272 1949 0 0 25 0 1 0 2669774 36159488 7392 1992294400 4194304 9819077 140734201840496 18446744073709551615 7289250 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/3872/statm: 8828 7392 722 1374 0 7449 0
Current children cumulated CPU time (s) 282.21
Current children cumulated vsize (KiB) 35312

[startup+342.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 3881
/proc/meminfo: memFree=1555284/2059040 swapFree=4192956/4192956
[pid=3872] ppid=3870 vsize=35480 CPUtime=342.19
/proc/3872/stat : 3872 (pbscip.linux.x8) R 3870 3872 3363 0 -1 4202496 2538756 0 0 0 31847 2372 0 0 25 0 1 0 2669774 36331520 7436 1992294400 4194304 9819077 140734201840496 18446744073709551615 6367477 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/3872/statm: 8870 7436 722 1374 0 7491 0
Current children cumulated CPU time (s) 342.19
Current children cumulated vsize (KiB) 35480

[startup+402.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 3883
/proc/meminfo: memFree=1555160/2059040 swapFree=4192956/4192956
[pid=3872] ppid=3870 vsize=35472 CPUtime=402.17
/proc/3872/stat : 3872 (pbscip.linux.x8) R 3870 3872 3363 0 -1 4202496 2992811 0 0 0 37439 2778 0 0 25 0 1 0 2669774 36323328 7446 1992294400 4194304 9819077 140734201840496 18446744073709551615 7316209 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/3872/statm: 8868 7446 722 1374 0 7489 0
Current children cumulated CPU time (s) 402.17
Current children cumulated vsize (KiB) 35472

[startup+462.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 3885
/proc/meminfo: memFree=1554788/2059040 swapFree=4192956/4192956
[pid=3872] ppid=3870 vsize=35660 CPUtime=462.16
/proc/3872/stat : 3872 (pbscip.linux.x8) R 3870 3872 3363 0 -1 4202496 3447418 0 0 0 43012 3204 0 0 25 0 1 0 2669774 36515840 7493 1992294400 4194304 9819077 140734201840496 18446744073709551615 6567608 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/3872/statm: 8915 7492 722 1374 0 7536 0
Current children cumulated CPU time (s) 462.16
Current children cumulated vsize (KiB) 35660

[startup+522.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 3885
/proc/meminfo: memFree=1554788/2059040 swapFree=4192956/4192956
[pid=3872] ppid=3870 vsize=35636 CPUtime=522.14
/proc/3872/stat : 3872 (pbscip.linux.x8) R 3870 3872 3363 0 -1 4202496 3904218 0 0 0 48601 3613 0 0 25 0 1 0 2669774 36491264 7493 1992294400 4194304 9819077 140734201840496 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/3872/statm: 8909 7493 722 1374 0 7530 0
Current children cumulated CPU time (s) 522.14
Current children cumulated vsize (KiB) 35636

[startup+582.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 3887
/proc/meminfo: memFree=1554664/2059040 swapFree=4192956/4192956
[pid=3872] ppid=3870 vsize=35732 CPUtime=582.13
/proc/3872/stat : 3872 (pbscip.linux.x8) R 3870 3872 3363 0 -1 4202496 4373823 0 0 0 54182 4031 0 0 25 0 1 0 2669774 36589568 7509 1992294400 4194304 9819077 140734201840496 18446744073709551615 7326194 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/3872/statm: 8933 7509 722 1374 0 7554 0
Current children cumulated CPU time (s) 582.13
Current children cumulated vsize (KiB) 35732

[startup+642.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 3889
/proc/meminfo: memFree=1554540/2059040 swapFree=4192956/4192956
[pid=3872] ppid=3870 vsize=35396 CPUtime=642.12
/proc/3872/stat : 3872 (pbscip.linux.x8) R 3870 3872 3363 0 -1 4202496 4831080 0 0 0 59748 4464 0 0 25 0 1 0 2669774 36245504 7524 1992294400 4194304 9819077 140734201840496 18446744073709551615 6371768 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/3872/statm: 8849 7524 722 1374 0 7470 0
Current children cumulated CPU time (s) 642.12
Current children cumulated vsize (KiB) 35396

[startup+702.301 s]

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

[startup+822.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 3893
/proc/meminfo: memFree=1554168/2059040 swapFree=4192956/4192956
[pid=3872] ppid=3870 vsize=35868 CPUtime=822.06
/proc/3872/stat : 3872 (pbscip.linux.x8) R 3870 3872 3363 0 -1 4202496 6193334 0 0 0 76519 5687 0 0 25 0 1 0 2669774 36728832 7557 1992294400 4194304 9819077 140734201840496 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/3872/statm: 8967 7557 722 1374 0 7588 0
Current children cumulated CPU time (s) 822.06
Current children cumulated vsize (KiB) 35868

[startup+882.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 3895
/proc/meminfo: memFree=1554168/2059040 swapFree=4192956/4192956
[pid=3872] ppid=3870 vsize=35868 CPUtime=882.05
/proc/3872/stat : 3872 (pbscip.linux.x8) R 3870 3872 3363 0 -1 4202496 6661137 0 0 0 82096 6109 0 0 25 0 1 0 2669774 36728832 7557 1992294400 4194304 9819077 140734201840496 18446744073709551615 6670189 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/3872/statm: 8967 7557 722 1374 0 7588 0
Current children cumulated CPU time (s) 882.05
Current children cumulated vsize (KiB) 35868

[startup+942.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 3897
/proc/meminfo: memFree=1554044/2059040 swapFree=4192956/4192956
[pid=3872] ppid=3870 vsize=35416 CPUtime=942.03
/proc/3872/stat : 3872 (pbscip.linux.x8) R 3870 3872 3363 0 -1 4202496 7106723 0 0 0 87699 6504 0 0 25 0 1 0 2669774 36265984 7555 1992294400 4194304 9819077 140734201840496 18446744073709551615 7227326 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/3872/statm: 8854 7555 722 1374 0 7475 0
Current children cumulated CPU time (s) 942.03
Current children cumulated vsize (KiB) 35416

[startup+1002.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 3899
/proc/meminfo: memFree=1553920/2059040 swapFree=4192956/4192956
[pid=3872] ppid=3870 vsize=36008 CPUtime=1002.01
/proc/3872/stat : 3872 (pbscip.linux.x8) R 3870 3872 3363 0 -1 4202496 7562246 0 0 0 93290 6911 0 0 25 0 1 0 2669774 36872192 7565 1992294400 4194304 9819077 140734201840496 18446744073709551615 7302703 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/3872/statm: 9002 7565 722 1374 0 7623 0
Current children cumulated CPU time (s) 1002.01
Current children cumulated vsize (KiB) 36008

[startup+1062.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 3901
/proc/meminfo: memFree=1553548/2059040 swapFree=4192956/4192956
[pid=3872] ppid=3870 vsize=36496 CPUtime=1061.99
/proc/3872/stat : 3872 (pbscip.linux.x8) R 3870 3872 3363 0 -1 4202496 8017233 0 0 0 98878 7321 0 0 25 0 1 0 2669774 37371904 7695 1992294400 4194304 9819077 140734201840496 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/3872/statm: 9124 7695 722 1374 0 7745 0
Current children cumulated CPU time (s) 1061.99
Current children cumulated vsize (KiB) 36496

[startup+1122.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 3901
/proc/meminfo: memFree=1553424/2059040 swapFree=4192956/4192956
[pid=3872] ppid=3870 vsize=36496 CPUtime=1121.97
/proc/3872/stat : 3872 (pbscip.linux.x8) R 3870 3872 3363 0 -1 4202496 8448307 0 0 0 104483 7714 0 0 25 0 1 0 2669774 37371904 7694 1992294400 4194304 9819077 140734201840496 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/3872/statm: 9124 7694 722 1374 0 7745 0
Current children cumulated CPU time (s) 1121.97
Current children cumulated vsize (KiB) 36496

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 3903
/proc/meminfo: memFree=1553300/2059040 swapFree=4192956/4192956
[pid=3872] ppid=3870 vsize=36496 CPUtime=1181.96
/proc/3872/stat : 3872 (pbscip.linux.x8) R 3870 3872 3363 0 -1 4202496 8892805 0 0 0 110067 8129 0 0 25 0 1 0 2669774 37371904 7694 1992294400 4194304 9819077 140734201840496 18446744073709551615 8657695 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/3872/statm: 9124 7694 722 1374 0 7745 0
Current children cumulated CPU time (s) 1181.96
Current children cumulated vsize (KiB) 36496

[startup+1242.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 3905
/proc/meminfo: memFree=1553176/2059040 swapFree=4192956/4192956
[pid=3872] ppid=3870 vsize=36496 CPUtime=1241.95
/proc/3872/stat : 3872 (pbscip.linux.x8) R 3870 3872 3363 0 -1 4202496 9336666 0 0 0 115655 8540 0 0 25 0 1 0 2669774 37371904 7696 1992294400 4194304 9819077 140734201840496 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/3872/statm: 9124 7696 722 1374 0 7745 0
Current children cumulated CPU time (s) 1241.95
Current children cumulated vsize (KiB) 36496

[startup+1302.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 3907
/proc/meminfo: memFree=1553052/2059040 swapFree=4192956/4192956
[pid=3872] ppid=3870 vsize=36496 CPUtime=1301.93
/proc/3872/stat : 3872 (pbscip.linux.x8) R 3870 3872 3363 0 -1 4202496 9791585 0 0 0 121241 8952 0 0 25 0 1 0 2669774 37371904 7694 1992294400 4194304 9819077 140734201840496 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/3872/statm: 9124 7694 722 1374 0 7745 0
Current children cumulated CPU time (s) 1301.93
Current children cumulated vsize (KiB) 36496

[startup+1362.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 3909
/proc/meminfo: memFree=1553052/2059040 swapFree=4192956/4192956
[pid=3872] ppid=3870 vsize=36604 CPUtime=1361.91
/proc/3872/stat : 3872 (pbscip.linux.x8) R 3870 3872 3363 0 -1 4202496 10250320 0 0 0 126811 9380 0 0 25 0 1 0 2669774 37482496 7701 1992294400 4194304 9819077 140734201840496 18446744073709551615 8720183 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/3872/statm: 9151 7701 722 1374 0 7772 0
Current children cumulated CPU time (s) 1361.91
Current children cumulated vsize (KiB) 36604

[startup+1422.31 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 3918
/proc/meminfo: memFree=1552556/2059040 swapFree=4192956/4192956
[pid=3872] ppid=3870 vsize=36636 CPUtime=1421.89
/proc/3872/stat : 3872 (pbscip.linux.x8) R 3870 3872 3363 0 -1 4202496 10704848 0 0 0 132379 9810 0 0 25 0 1 0 2669774 37515264 7697 1992294400 4194304 9819077 140734201840496 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/3872/statm: 9159 7697 722 1374 0 7780 0
Current children cumulated CPU time (s) 1421.89
Current children cumulated vsize (KiB) 36636

[startup+1482.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 3920
/proc/meminfo: memFree=1552680/2059040 swapFree=4192956/4192956
[pid=3872] ppid=3870 vsize=35524 CPUtime=1481.86
/proc/3872/stat : 3872 (pbscip.linux.x8) R 3870 3872 3363 0 -1 4202496 11155816 0 0 0 137948 10238 0 0 25 0 1 0 2669774 36376576 7687 1992294400 4194304 9819077 140734201840496 18446744073709551615 8723783 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/3872/statm: 9016 7689 722 1374 0 7637 0
Current children cumulated CPU time (s) 1481.86
Current children cumulated vsize (KiB) 35524

[startup+1542.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 3922
/proc/meminfo: memFree=1552556/2059040 swapFree=4192956/4192956
[pid=3872] ppid=3870 vsize=36060 CPUtime=1541.84
/proc/3872/stat : 3872 (pbscip.linux.x8) R 3870 3872 3363 0 -1 4202496 11613276 0 0 0 143511 10673 0 0 25 0 1 0 2669774 36925440 7693 1992294400 4194304 9819077 140734201840496 18446744073709551615 6371768 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/3872/statm: 9015 7693 722 1374 0 7636 0
Current children cumulated CPU time (s) 1541.84
Current children cumulated vsize (KiB) 36060

[startup+1602.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 3924
/proc/meminfo: memFree=1552556/2059040 swapFree=4192956/4192956
[pid=3872] ppid=3870 vsize=36708 CPUtime=1601.83
/proc/3872/stat : 3872 (pbscip.linux.x8) R 3870 3872 3363 0 -1 4202496 12095042 0 0 0 149064 11119 0 0 25 0 1 0 2669774 37588992 7732 1992294400 4194304 9819077 140734201840496 18446744073709551615 8720183 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/3872/statm: 9177 7732 722 1374 0 7798 0
Current children cumulated CPU time (s) 1601.83
Current children cumulated vsize (KiB) 36708

[startup+1662.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 3926
/proc/meminfo: memFree=1552060/2059040 swapFree=4192956/4192956
[pid=3872] ppid=3870 vsize=37452 CPUtime=1661.81
/proc/3872/stat : 3872 (pbscip.linux.x8) R 3870 3872 3363 0 -1 4202496 12510407 0 0 0 154645 11536 0 0 25 0 1 0 2669774 38350848 7954 1992294400 4194304 9819077 140734201840496 18446744073709551615 7301991 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/3872/statm: 9363 7954 722 1374 0 7984 0
Current children cumulated CPU time (s) 1661.81
Current children cumulated vsize (KiB) 37452

[startup+1722.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 3926
/proc/meminfo: memFree=1551812/2059040 swapFree=4192956/4192956
[pid=3872] ppid=3870 vsize=37696 CPUtime=1721.79
/proc/3872/stat : 3872 (pbscip.linux.x8) R 3870 3872 3363 0 -1 4202496 12919170 0 0 0 160244 11935 0 0 25 0 1 0 2669774 38600704 7974 1992294400 4194304 9819077 140734201840496 18446744073709551615 8720183 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/3872/statm: 9424 7974 722 1374 0 8045 0
Current children cumulated CPU time (s) 1721.79
Current children cumulated vsize (KiB) 37696

[startup+1782.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 3928
/proc/meminfo: memFree=1551564/2059040 swapFree=4192956/4192956
[pid=3872] ppid=3870 vsize=37564 CPUtime=1781.78
/proc/3872/stat : 3872 (pbscip.linux.x8) R 3870 3872 3363 0 -1 4202496 13334199 0 0 0 165843 12335 0 0 25 0 1 0 2669774 38465536 7971 1992294400 4194304 9819077 140734201840496 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/3872/statm: 9391 7971 722 1374 0 8012 0
Current children cumulated CPU time (s) 1781.78
Current children cumulated vsize (KiB) 37564



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.6 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 3930
/proc/meminfo: memFree=1551564/2059040 swapFree=4192956/4192956
[pid=3872] ppid=3870 vsize=37024 CPUtime=1800.09
/proc/3872/stat : 3872 (pbscip.linux.x8) R 3870 3872 3363 0 -1 4202496 13458814 0 0 0 167549 12460 0 0 25 0 1 0 2669774 37912576 7966 1992294400 4194304 9819077 140734201840496 18446744073709551615 6371768 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/3872/statm: 9256 7966 722 1374 0 7877 0
Current children cumulated CPU time (s) 1800.09
Current children cumulated vsize (KiB) 37024

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

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

Child status: 0
Real time (s): 1800.64
CPU time (s): 1800.12
CPU user time (s): 1675.52
CPU system time (s): 124.604
CPU usage (%): 99.9712
Max. virtual memory (cumulated for all children) (KiB): 39620

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1675.52
system time used= 124.604
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 13458825
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 4
involuntary context switches= 24648

runsolver used 3.10053 second user time and 8.38472 second system time

The end

Launcher Data

Begin job on node006 at 2010-06-11 17:37:41
IDJOB=2665703
IDBENCH=1165
IDSOLVER=1168
FILE ID=node006/2665703-1276270661
PBS_JOBID= 11172204
Free space on /tmp= 62472 MiB

SOLVER NAME= SCIPclp SCIP 1.2.1.2 with Clp 1.11.1 (Release Version) as LP solver
BENCH NAME= PB06//final/normalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/prestwich/armies/normalized-army11.17ls.opb
COMMAND LINE= HOME/pbscip.linux.x86_64.gnu.opt.clp -f BENCHNAME -t TIMEOUT -m MEMLIMIT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2665703-1276270661/watcher-2665703-1276270661 -o /tmp/evaluation-result-2665703-1276270661/solver-2665703-1276270661 -C 1800 -W 2000 -M 1800  HOME/pbscip.linux.x86_64.gnu.opt.clp -f HOME/instance-2665703-1276270661.opb -t 1800 -m 1800

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

MD5SUM BENCH= e92d33933b84b1c0ca9ffa19c28f7edc
RANDOM SEED=1286547988

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:       1583472 kB
Buffers:         45764 kB
Cached:         304256 kB
SwapCached:          0 kB
Active:         151844 kB
Inactive:       257420 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1583472 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:            6352 kB
Writeback:           0 kB
AnonPages:       59264 kB
Mapped:          15392 kB
Slab:            44572 kB
PageTables:       4020 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   180320 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 18:07:44