Trace number 2666014

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.73 1801.25

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/web/www.ps.uni-sb.de/~walser/
benchmarks/ppp-problems/normalized-ppp:1-11,19,21.opb
MD5SUMd484bc8efed557f17788965b19feafe5
Bench CategoryDEC-SMALLINT (no optimisation, small integers)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionNO
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved NO
Number of variables4602
Total number of constraints30179
Number of constraints which are clauses29160
Number of constraints which are cardinality constraints (but not clauses)941
Number of constraints which are nor clauses,nor cardinality constraints78
Minimum length of a constraint3
Maximum length of a constraint29
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 10
Number of bits of the biggest number in a constraint 4
Biggest sum of numbers in a constraint 103
Number of bits of the biggest sum of numbers7
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.00	c SCIP version 1.2.1.2 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: 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-2666014-1276344531.opb>
0.49/0.56	c original problem has 4602 variables (4602 bin, 0 int, 0 impl, 0 cont) and 30179 constraints
0.49/0.56	c problem read
0.49/0.56	c No objective function, only one solution is needed.
0.49/0.56	c presolving settings loaded
0.59/0.69	c presolving:
0.99/1.06	c (round 1) 0 del vars, 0 del conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 30179 upgd conss, 0 impls, 941 clqs
1.09/1.15	c presolving (2 rounds):
1.09/1.15	c  0 deleted vars, 0 deleted constraints, 0 tightened bounds, 0 added holes, 0 changed sides, 108 changed coefficients
1.09/1.15	c  0 implications, 1505 cliques
1.09/1.15	c presolved problem has 4602 variables (4602 bin, 0 int, 0 impl, 0 cont) and 30179 constraints
1.09/1.15	c      78 constraints of type <knapsack>
1.09/1.15	c     941 constraints of type <setppc>
1.09/1.15	c   29160 constraints of type <logicor>
1.09/1.15	c transformed objective value is always integral (scale: 1)
1.09/1.15	c Presolving Time: 0.40
1.09/1.15	c - non default parameters ----------------------------------------------------------------------
1.09/1.15	c # SCIP version 1.2.1.2
1.09/1.15	c 
1.09/1.15	c # frequency for displaying node information lines
1.09/1.15	c # [type: int, range: [-1,2147483647], default: 100]
1.09/1.15	c display/freq = 10000
1.09/1.15	c 
1.09/1.15	c # maximal time in seconds to run
1.09/1.15	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
1.09/1.15	c limits/time = 1799.44
1.09/1.15	c 
1.09/1.15	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
1.09/1.15	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
1.09/1.15	c limits/memory = 1620
1.09/1.15	c 
1.09/1.15	c # solving stops, if the given number of solutions were found (-1: no limit)
1.09/1.15	c # [type: int, range: [-1,2147483647], default: -1]
1.09/1.15	c limits/solutions = 1
1.09/1.15	c 
1.09/1.15	c # maximal number of separation rounds per node (-1: unlimited)
1.09/1.15	c # [type: int, range: [-1,2147483647], default: 5]
1.09/1.15	c separating/maxrounds = 1
1.09/1.15	c 
1.09/1.15	c # maximal number of separation rounds in the root node (-1: unlimited)
1.09/1.15	c # [type: int, range: [-1,2147483647], default: -1]
1.09/1.15	c separating/maxroundsroot = 5
1.09/1.15	c 
1.09/1.15	c # should presolving try to simplify inequalities
1.09/1.15	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
1.09/1.15	c constraints/linear/simplifyinequalities = TRUE
1.09/1.15	c 
1.09/1.15	c # should disaggregation of knapsack constraints be allowed in preprocessing?
1.09/1.15	c # [type: bool, range: {TRUE,FALSE}, default: TRUE]
1.09/1.15	c constraints/knapsack/disaggregation = FALSE
1.09/1.15	c 
1.09/1.15	c # should presolving try to simplify knapsacks
1.09/1.15	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
1.09/1.15	c constraints/knapsack/simplifyinequalities = TRUE
1.09/1.15	c 
1.09/1.15	c # maximal number of presolving rounds the presolver participates in (-1: no limit)
1.09/1.15	c # [type: int, range: [-1,2147483647], default: -1]
1.09/1.15	c presolving/probing/maxrounds = 0
1.09/1.15	c 
1.09/1.15	c # frequency for calling primal heuristic <coefdiving> (-1: never, 0: only at depth freqofs)
1.09/1.15	c # [type: int, range: [-1,2147483647], default: 10]
1.09/1.15	c heuristics/coefdiving/freq = -1
1.09/1.15	c 
1.09/1.15	c # maximal fraction of diving LP iterations compared to node LP iterations
1.09/1.15	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
1.09/1.15	c heuristics/coefdiving/maxlpiterquot = 0.075
1.09/1.15	c 
1.09/1.15	c # additional number of allowed LP iterations
1.09/1.15	c # [type: int, range: [0,2147483647], default: 1000]
1.09/1.15	c heuristics/coefdiving/maxlpiterofs = 1500
1.09/1.15	c 
1.09/1.15	c # frequency for calling primal heuristic <crossover> (-1: never, 0: only at depth freqofs)
1.09/1.15	c # [type: int, range: [-1,2147483647], default: 30]
1.09/1.15	c heuristics/crossover/freq = -1
1.09/1.15	c 
1.09/1.15	c # number of nodes added to the contingent of the total nodes
1.09/1.15	c # [type: longint, range: [0,9223372036854775807], default: 500]
1.09/1.15	c heuristics/crossover/nodesofs = 750
1.09/1.15	c 
1.09/1.15	c # number of nodes without incumbent change that heuristic should wait
1.09/1.15	c # [type: longint, range: [0,9223372036854775807], default: 200]
1.09/1.15	c heuristics/crossover/nwaitingnodes = 100
1.09/1.15	c 
1.09/1.15	c # contingent of sub problem nodes in relation to the number of nodes of the original problem
1.09/1.15	c # [type: real, range: [0,1], default: 0.1]
1.09/1.15	c heuristics/crossover/nodesquot = 0.15
1.09/1.15	c 
1.09/1.15	c # minimum percentage of integer variables that have to be fixed 
1.09/1.15	c # [type: real, range: [0,1], default: 0.666]
1.09/1.15	c heuristics/crossover/minfixingrate = 0.5
1.09/1.15	c 
1.09/1.15	c # frequency for calling primal heuristic <feaspump> (-1: never, 0: only at depth freqofs)
1.09/1.15	c # [type: int, range: [-1,2147483647], default: 20]
1.09/1.15	c heuristics/feaspump/freq = -1
1.09/1.15	c 
1.09/1.15	c # additional number of allowed LP iterations
1.09/1.15	c # [type: int, range: [0,2147483647], default: 1000]
1.09/1.15	c heuristics/feaspump/maxlpiterofs = 2000
1.09/1.15	c 
1.09/1.15	c # frequency for calling primal heuristic <fracdiving> (-1: never, 0: only at depth freqofs)
1.09/1.15	c # [type: int, range: [-1,2147483647], default: 10]
1.09/1.15	c heuristics/fracdiving/freq = -1
1.09/1.15	c 
1.09/1.15	c # maximal fraction of diving LP iterations compared to node LP iterations
1.09/1.15	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
1.09/1.15	c heuristics/fracdiving/maxlpiterquot = 0.075
1.09/1.15	c 
1.09/1.15	c # additional number of allowed LP iterations
1.09/1.15	c # [type: int, range: [0,2147483647], default: 1000]
1.09/1.15	c heuristics/fracdiving/maxlpiterofs = 1500
1.09/1.15	c 
1.09/1.15	c # frequency for calling primal heuristic <guideddiving> (-1: never, 0: only at depth freqofs)
1.09/1.15	c # [type: int, range: [-1,2147483647], default: 10]
1.09/1.15	c heuristics/guideddiving/freq = -1
1.09/1.15	c 
1.09/1.15	c # maximal fraction of diving LP iterations compared to node LP iterations
1.09/1.15	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
1.09/1.15	c heuristics/guideddiving/maxlpiterquot = 0.075
1.09/1.15	c 
1.09/1.15	c # additional number of allowed LP iterations
1.09/1.15	c # [type: int, range: [0,2147483647], default: 1000]
1.09/1.15	c heuristics/guideddiving/maxlpiterofs = 1500
1.09/1.15	c 
1.09/1.15	c # maximal fraction of diving LP iterations compared to node LP iterations
1.09/1.15	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
1.09/1.15	c heuristics/intdiving/maxlpiterquot = 0.075
1.09/1.15	c 
1.09/1.15	c # frequency for calling primal heuristic <intshifting> (-1: never, 0: only at depth freqofs)
1.09/1.15	c # [type: int, range: [-1,2147483647], default: 10]
1.09/1.15	c heuristics/intshifting/freq = -1
1.09/1.15	c 
1.09/1.15	c # frequency for calling primal heuristic <linesearchdiving> (-1: never, 0: only at depth freqofs)
1.09/1.15	c # [type: int, range: [-1,2147483647], default: 10]
1.09/1.15	c heuristics/linesearchdiving/freq = -1
1.09/1.15	c 
1.09/1.15	c # maximal fraction of diving LP iterations compared to node LP iterations
1.09/1.15	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
1.09/1.15	c heuristics/linesearchdiving/maxlpiterquot = 0.075
1.09/1.15	c 
1.09/1.15	c # additional number of allowed LP iterations
1.09/1.15	c # [type: int, range: [0,2147483647], default: 1000]
1.09/1.15	c heuristics/linesearchdiving/maxlpiterofs = 1500
1.09/1.15	c 
1.09/1.15	c # frequency for calling primal heuristic <nlp> (-1: never, 0: only at depth freqofs)
1.09/1.15	c # [type: int, range: [-1,2147483647], default: 1]
1.09/1.15	c heuristics/nlp/freq = -1
1.09/1.15	c 
1.09/1.15	c # frequency for calling primal heuristic <objpscostdiving> (-1: never, 0: only at depth freqofs)
1.09/1.15	c # [type: int, range: [-1,2147483647], default: 20]
1.09/1.15	c heuristics/objpscostdiving/freq = -1
1.09/1.15	c 
1.09/1.15	c # maximal fraction of diving LP iterations compared to total iteration number
1.09/1.15	c # [type: real, range: [0,1], default: 0.01]
1.09/1.15	c heuristics/objpscostdiving/maxlpiterquot = 0.015
1.09/1.15	c 
1.09/1.15	c # additional number of allowed LP iterations
1.09/1.15	c # [type: int, range: [0,2147483647], default: 1000]
1.09/1.15	c heuristics/objpscostdiving/maxlpiterofs = 1500
1.09/1.15	c 
1.09/1.15	c # frequency for calling primal heuristic <oneopt> (-1: never, 0: only at depth freqofs)
1.09/1.15	c # [type: int, range: [-1,2147483647], default: 1]
1.09/1.15	c heuristics/oneopt/freq = -1
1.09/1.15	c 
1.09/1.15	c # frequency for calling primal heuristic <pscostdiving> (-1: never, 0: only at depth freqofs)
1.09/1.15	c # [type: int, range: [-1,2147483647], default: 10]
1.09/1.15	c heuristics/pscostdiving/freq = -1
1.09/1.15	c 
1.09/1.15	c # maximal fraction of diving LP iterations compared to node LP iterations
1.09/1.15	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
1.09/1.15	c heuristics/pscostdiving/maxlpiterquot = 0.075
1.09/1.15	c 
1.09/1.15	c # additional number of allowed LP iterations
1.09/1.15	c # [type: int, range: [0,2147483647], default: 1000]
1.09/1.15	c heuristics/pscostdiving/maxlpiterofs = 1500
1.09/1.15	c 
1.09/1.15	c # frequency for calling primal heuristic <rens> (-1: never, 0: only at depth freqofs)
1.09/1.15	c # [type: int, range: [-1,2147483647], default: 0]
1.09/1.15	c heuristics/rens/freq = -1
1.09/1.15	c 
1.09/1.15	c # minimum percentage of integer variables that have to be fixable 
1.09/1.15	c # [type: real, range: [0,1], default: 0.5]
1.09/1.15	c heuristics/rens/minfixingrate = 0.3
1.09/1.15	c 
1.09/1.15	c # number of nodes added to the contingent of the total nodes
1.09/1.15	c # [type: longint, range: [0,9223372036854775807], default: 500]
1.09/1.15	c heuristics/rens/nodesofs = 2000
1.09/1.15	c 
1.09/1.15	c # frequency for calling primal heuristic <rootsoldiving> (-1: never, 0: only at depth freqofs)
1.09/1.15	c # [type: int, range: [-1,2147483647], default: 20]
1.09/1.15	c heuristics/rootsoldiving/freq = -1
1.09/1.15	c 
1.09/1.15	c # maximal fraction of diving LP iterations compared to node LP iterations
1.09/1.15	c # [type: real, range: [0,1.79769313486232e+308], default: 0.01]
1.09/1.15	c heuristics/rootsoldiving/maxlpiterquot = 0.015
1.09/1.15	c 
1.09/1.15	c # additional number of allowed LP iterations
1.09/1.15	c # [type: int, range: [0,2147483647], default: 1000]
1.09/1.15	c heuristics/rootsoldiving/maxlpiterofs = 1500
1.09/1.15	c 
1.09/1.15	c # frequency for calling primal heuristic <rounding> (-1: never, 0: only at depth freqofs)
1.09/1.15	c # [type: int, range: [-1,2147483647], default: 1]
1.09/1.15	c heuristics/rounding/freq = -1
1.09/1.15	c 
1.09/1.15	c # frequency for calling primal heuristic <shifting> (-1: never, 0: only at depth freqofs)
1.09/1.15	c # [type: int, range: [-1,2147483647], default: 10]
1.09/1.15	c heuristics/shifting/freq = -1
1.09/1.15	c 
1.09/1.15	c # frequency for calling primal heuristic <simplerounding> (-1: never, 0: only at depth freqofs)
1.09/1.15	c # [type: int, range: [-1,2147483647], default: 1]
1.09/1.15	c heuristics/simplerounding/freq = -1
1.09/1.15	c 
1.09/1.15	c # frequency for calling primal heuristic <trivial> (-1: never, 0: only at depth freqofs)
1.09/1.15	c # [type: int, range: [-1,2147483647], default: 0]
1.09/1.15	c heuristics/trivial/freq = -1
1.09/1.15	c 
1.09/1.15	c # frequency for calling primal heuristic <trysol> (-1: never, 0: only at depth freqofs)
1.09/1.15	c # [type: int, range: [-1,2147483647], default: 1]
1.09/1.15	c heuristics/trysol/freq = -1
1.09/1.15	c 
1.09/1.15	c # frequency for calling primal heuristic <veclendiving> (-1: never, 0: only at depth freqofs)
1.09/1.15	c # [type: int, range: [-1,2147483647], default: 10]
1.09/1.15	c heuristics/veclendiving/freq = -1
1.09/1.15	c 
1.09/1.15	c # maximal fraction of diving LP iterations compared to node LP iterations
1.09/1.15	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
1.09/1.15	c heuristics/veclendiving/maxlpiterquot = 0.075
1.09/1.15	c 
1.09/1.15	c # additional number of allowed LP iterations
1.09/1.15	c # [type: int, range: [0,2147483647], default: 1000]
1.09/1.15	c heuristics/veclendiving/maxlpiterofs = 1500
1.09/1.15	c 
1.09/1.15	c # frequency for calling primal heuristic <zirounding> (-1: never, 0: only at depth freqofs)
1.09/1.15	c # [type: int, range: [-1,2147483647], default: 1]
1.09/1.15	c heuristics/zirounding/freq = -1
1.09/1.15	c 
1.09/1.15	c # frequency for calling separator <cmir> (-1: never, 0: only in root node)
1.09/1.15	c # [type: int, range: [-1,2147483647], default: 0]
1.09/1.15	c separating/cmir/freq = -1
1.09/1.15	c 
1.09/1.15	c # frequency for calling separator <flowcover> (-1: never, 0: only in root node)
1.09/1.15	c # [type: int, range: [-1,2147483647], default: 0]
1.09/1.15	c separating/flowcover/freq = -1
1.09/1.15	c 
1.09/1.15	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
1.09/1.15	c # [type: int, range: [-1,2147483647], default: -1]
1.09/1.15	c separating/rapidlearning/freq = 0
1.09/1.15	c 
1.09/1.15	c -----------------------------------------------------------------------------------------------
1.09/1.15	c start solving
1.09/1.15	c 
11.78/11.88	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
11.78/11.88	c  11.1s|     1 |     0 |  3075 |     - |  43M|   0 | 786 |4602 |  30k|4602 |  30k|   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
284.20/284.40	c   282s|     1 |     0 | 35633 |     - |  56M|   0 | 579 |4602 |  30k|4602 |  30k|  62 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
494.65/494.82	c   492s|     1 |     0 | 63185 |     - |  70M|   0 | 644 |4602 |  30k|4602 |  30k| 107 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
783.26/783.51	c   779s|     1 |     0 | 97586 |     - |  86M|   0 | 584 |4602 |  30k|4602 |  30k| 156 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
1029.59/1029.99	c  1024s|     1 |     0 |128891 |     - | 100M|   0 | 622 |4602 |  30k|4602 |  30k| 195 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
1309.31/1309.77	c  1303s|     1 |     0 |162367 |     - | 116M|   0 | 557 |4602 |  30k|4602 |  30k| 231 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
1443.38/1443.82	c  1436s|     1 |     2 |162367 |     - | 116M|   0 | 557 |4602 |  30k|4602 |  30k| 231 |   0 |  33 | 0.000000e+00 |      --      |    Inf 
1800.09/1800.61	c pressed CTRL-C 1 times (5 times for forcing termination)
1800.47/1801.08	c 
1800.47/1801.08	c SCIP Status        : solving was interrupted [user interrupt]
1800.47/1801.08	c Solving Time (sec) : 1788.68
1800.47/1801.08	c Solving Nodes      : 7
1800.47/1801.08	c Primal Bound       : +1.00000000000000e+20 (0 solutions)
1800.47/1801.08	c Dual Bound         : +0.00000000000000e+00
1800.47/1801.08	c Gap                : infinite
1800.47/1801.08	s UNKNOWN
1800.47/1801.08	c SCIP Status        : solving was interrupted [user interrupt]
1800.47/1801.08	c Solving Time       :    1788.68
1800.47/1801.08	c Original Problem   :
1800.47/1801.08	c   Problem name     : HOME/instance-2666014-1276344531.opb
1800.47/1801.08	c   Variables        : 4602 (4602 binary, 0 integer, 0 implicit integer, 0 continuous)
1800.47/1801.08	c   Constraints      : 30179 initial, 30179 maximal
1800.47/1801.08	c Presolved Problem  :
1800.47/1801.08	c   Problem name     : t_HOME/instance-2666014-1276344531.opb
1800.47/1801.08	c   Variables        : 4602 (4602 binary, 0 integer, 0 implicit integer, 0 continuous)
1800.47/1801.08	c   Constraints      : 30179 initial, 30179 maximal
1800.47/1801.08	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
1800.47/1801.08	c   trivial          :       0.00          0          0          0          0          0          0          0          0
1800.47/1801.08	c   dualfix          :       0.00          0          0          0          0          0          0          0          0
1800.47/1801.08	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
1800.47/1801.08	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
1800.47/1801.08	c   implics          :       0.01          0          0          0          0          0          0          0          0
1800.47/1801.08	c   probing          :       0.00          0          0          0          0          0          0          0          0
1800.47/1801.08	c   knapsack         :       0.02          0          0          0          0          0          0          0        108
1800.47/1801.08	c   setppc           :       0.01          0          0          0          0          0          0          0          0
1800.47/1801.08	c   logicor          :       0.08          0          0          0          0          0          0          0          0
1800.47/1801.08	c   root node        :          -          0          -          -          0          -          -          -          -
1800.47/1801.08	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
1800.47/1801.08	c   integral         :          0          0          0          7          0          0          0          0          0         14
1800.47/1801.08	c   knapsack         :         78          5         12          0          0          0         92        313          0          0
1800.47/1801.08	c   setppc           :        941          5         12          0          0          0         77          0          0          0
1800.47/1801.08	c   logicor          :      29160          5          6          0          0          0          0          0          0          0
1800.47/1801.08	c   countsols        :          0          0          0          0          0          0          0          0          0          0
1800.47/1801.08	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
1800.47/1801.08	c   integral         :     479.98       0.00       0.00     479.98       0.00
1800.47/1801.08	c   knapsack         :       0.00       0.00       0.00       0.00       0.00
1800.47/1801.08	c   setppc           :       0.00       0.00       0.00       0.00       0.00
1800.47/1801.08	c   logicor          :       0.05       0.03       0.02       0.00       0.00
1800.47/1801.08	c   countsols        :       0.00       0.00       0.00       0.00       0.00
1800.47/1801.08	c Propagators        :       Time      Calls    Cutoffs    DomReds
1800.47/1801.08	c   vbounds          :       0.00          1          0          0
1800.47/1801.08	c   rootredcost      :       0.00          0          0          0
1800.47/1801.08	c   pseudoobj        :       0.00          0          0          0
1800.47/1801.08	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1800.47/1801.08	c   propagation      :       0.00          0          0          0        0.0          0        0.0          -
1800.47/1801.08	c   infeasible LP    :       0.00          0          0          0        0.0          0        0.0          0
1800.47/1801.08	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1800.47/1801.08	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1800.47/1801.08	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1800.47/1801.08	c   applied globally :          -          -          -          0        0.0          -          -          -
1800.47/1801.08	c   applied locally  :          -          -          -          0        0.0          -          -          -
1800.47/1801.08	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1800.47/1801.08	c   cut pool         :       0.05          4          -          -          0          -    (maximal pool size: 1798)
1800.47/1801.08	c   redcost          :       0.00         11          0          0          0          0
1800.47/1801.08	c   impliedbounds    :       0.00          5          0          0          0          0
1800.47/1801.08	c   intobj           :       0.00          0          0          0          0          0
1800.47/1801.08	c   cgmip            :       0.00          0          0          0          0          0
1800.47/1801.08	c   gomory           :      23.07          5          0          0       2500          0
1800.47/1801.08	c   strongcg         :       8.15          5          0          0       2500          0
1800.47/1801.08	c   cmir             :       0.00          0          0          0          0          0
1800.47/1801.08	c   flowcover        :       0.00          0          0          0          0          0
1800.47/1801.08	c   clique           :       0.11          5          0          0         32          0
1800.47/1801.08	c   zerohalf         :       0.00          0          0          0          0          0
1800.47/1801.08	c   mcf              :       0.05          1          0          0          0          0
1800.47/1801.08	c   rapidlearning    :       0.00          0          0          0          0          0
1800.47/1801.08	c Pricers            :       Time      Calls       Vars
1800.47/1801.08	c   problem variables:       0.00          0          0
1800.47/1801.08	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1800.47/1801.08	c   relpscost        :     479.98          7          0          0          0          0         14
1800.47/1801.08	c   pscost           :       0.00          0          0          0          0          0          0
1800.47/1801.08	c   inference        :       0.00          0          0          0          0          0          0
1800.47/1801.08	c   mostinf          :       0.00          0          0          0          0          0          0
1800.47/1801.08	c   leastinf         :       0.00          0          0          0          0          0          0
1800.47/1801.08	c   fullstrong       :       0.00          0          0          0          0          0          0
1800.47/1801.08	c   allfullstrong    :       0.00          0          0          0          0          0          0
1800.47/1801.08	c   random           :       0.00          0          0          0          0          0          0
1800.47/1801.08	c Primal Heuristics  :       Time      Calls      Found
1800.47/1801.08	c   LP solutions     :       0.00          -          0
1800.47/1801.08	c   pseudo solutions :       0.00          -          0
1800.47/1801.08	c   trivial          :       0.01          1          0
1800.47/1801.08	c   simplerounding   :       0.00          0          0
1800.47/1801.08	c   zirounding       :       0.00          0          0
1800.47/1801.08	c   rounding         :       0.00          0          0
1800.47/1801.08	c   shifting         :       0.00          0          0
1800.47/1801.08	c   intshifting      :       0.00          0          0
1800.47/1801.08	c   oneopt           :       0.00          0          0
1800.47/1801.08	c   twoopt           :       0.00          0          0
1800.47/1801.08	c   fixandinfer      :       0.00          0          0
1800.47/1801.08	c   feaspump         :       0.00          0          0
1800.47/1801.08	c   coefdiving       :       0.00          0          0
1800.47/1801.08	c   pscostdiving     :       0.00          0          0
1800.47/1801.08	c   fracdiving       :       0.00          0          0
1800.47/1801.08	c   veclendiving     :       0.00          0          0
1800.47/1801.08	c   intdiving        :       0.00          0          0
1800.47/1801.08	c   actconsdiving    :       0.00          0          0
1800.47/1801.08	c   objpscostdiving  :       0.00          0          0
1800.47/1801.08	c   rootsoldiving    :       0.00          0          0
1800.47/1801.08	c   linesearchdiving :       0.00          0          0
1800.47/1801.08	c   guideddiving     :       0.00          0          0
1800.47/1801.08	c   octane           :       0.00          0          0
1800.47/1801.08	c   rens             :       0.00          0          0
1800.47/1801.08	c   rins             :       0.00          0          0
1800.47/1801.08	c   localbranching   :       0.00          0          0
1800.47/1801.08	c   mutation         :       0.00          0          0
1800.47/1801.08	c   crossover        :       0.00          0          0
1800.47/1801.08	c   dins             :       0.00          0          0
1800.47/1801.08	c   undercover       :       0.00          0          0
1800.47/1801.08	c   nlp              :       0.00          0          0
1800.47/1801.08	c   trysol           :       0.00          0          0
1800.47/1801.08	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1800.47/1801.08	c   primal LP        :       0.03          0          0       0.00       0.00
1800.47/1801.08	c   dual LP          :    1275.98         12     163901   13658.42     128.45
1800.47/1801.08	c   lex dual LP      :       0.00          0          0       0.00          -
1800.47/1801.08	c   barrier LP       :       0.00          0          0       0.00          -
1800.47/1801.08	c   diving/probing LP:       0.00          0          0       0.00          -
1800.47/1801.08	c   strong branching :     479.97        252     123088     488.44     256.45
1800.47/1801.08	c     (at root node) :          -         33      32715     991.36          -
1800.47/1801.08	c   conflict analysis:       0.00          0          0       0.00          -
1800.47/1801.08	c B&B Tree           :
1800.47/1801.08	c   number of runs   :          1
1800.47/1801.08	c   nodes            :          7
1800.47/1801.08	c   nodes (total)    :          7
1800.47/1801.08	c   nodes left       :          8
1800.47/1801.08	c   max depth        :          6
1800.47/1801.08	c   max depth (total):          6
1800.47/1801.08	c   backtracks       :          0 (0.0%)
1800.47/1801.08	c   delayed cutoffs  :          0
1800.47/1801.08	c   repropagations   :          0 (0 domain reductions, 0 cutoffs)
1800.47/1801.08	c   avg switch length:       1.00
1800.47/1801.08	c   switching time   :       0.05
1800.47/1801.08	c Solution           :
1800.47/1801.08	c   Solutions found  :          0 (0 improvements)
1800.47/1801.08	c   Primal Bound     :          -
1800.47/1801.08	c   Dual Bound       : +0.00000000000000e+00
1800.47/1801.08	c   Gap              :   infinite
1800.47/1801.08	c   Root Dual Bound  : +0.00000000000000e+00
1800.47/1801.08	c   Root Iterations  :     162367
1800.67/1801.25	c Time complete: 1800.72.

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-2666014-1276344531/watcher-2666014-1276344531 -o /tmp/evaluation-result-2666014-1276344531/solver-2666014-1276344531 -C 1800 -W 2000 -M 1800 HOME/pbscip.linux.x86_64.gnu.opt.clp -f HOME/instance-2666014-1276344531.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.82 1.95 1.64 3/106 11447
/proc/meminfo: memFree=1781840/2059040 swapFree=4192956/4192956
[pid=11447] ppid=11445 vsize=9288 CPUtime=0
/proc/11447/stat : 11447 (pbscip.linux.x8) R 11445 11447 10962 0 -1 4202496 1089 0 0 0 0 0 0 0 18 0 1 0 10054660 9510912 1010 1992294400 4194304 9819077 140734195459584 18446744073709551615 8675093 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/11447/statm: 2322 1020 371 1374 0 943 0

[startup+0.015854 s]
/proc/loadavg: 1.82 1.95 1.64 3/106 11447
/proc/meminfo: memFree=1781840/2059040 swapFree=4192956/4192956
[pid=11447] ppid=11445 vsize=11876 CPUtime=0.01
/proc/11447/stat : 11447 (pbscip.linux.x8) R 11445 11447 10962 0 -1 4202496 1906 0 0 0 1 0 0 0 18 0 1 0 10054660 12161024 1827 1992294400 4194304 9819077 140734195459584 18446744073709551615 8585220 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/11447/statm: 2969 1827 386 1374 0 1590 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 11876

[startup+0.100864 s]
/proc/loadavg: 1.82 1.95 1.64 3/106 11447
/proc/meminfo: memFree=1781840/2059040 swapFree=4192956/4192956
[pid=11447] ppid=11445 vsize=16140 CPUtime=0.09
/proc/11447/stat : 11447 (pbscip.linux.x8) R 11445 11447 10962 0 -1 4202496 2975 0 0 0 9 0 0 0 20 0 1 0 10054660 16527360 2896 1992294400 4194304 9819077 140734195459584 18446744073709551615 8675093 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/11447/statm: 4035 2896 386 1374 0 2656 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 16140

[startup+0.30089 s]
/proc/loadavg: 1.82 1.95 1.64 3/106 11447
/proc/meminfo: memFree=1781840/2059040 swapFree=4192956/4192956
[pid=11447] ppid=11445 vsize=21540 CPUtime=0.29
/proc/11447/stat : 11447 (pbscip.linux.x8) R 11445 11447 10962 0 -1 4202496 4302 0 0 0 28 1 0 0 20 0 1 0 10054660 22056960 4223 1992294400 4194304 9819077 140734195459584 18446744073709551615 5655792 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/11447/statm: 5385 4223 386 1374 0 4006 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 21540

[startup+0.700943 s]
/proc/loadavg: 1.82 1.95 1.64 3/106 11447
/proc/meminfo: memFree=1781840/2059040 swapFree=4192956/4192956
[pid=11447] ppid=11445 vsize=55804 CPUtime=0.69
/proc/11447/stat : 11447 (pbscip.linux.x8) R 11445 11447 10962 0 -1 4202496 13033 0 0 0 65 4 0 0 21 0 1 0 10054660 57143296 12600 1992294400 4194304 9819077 140734195459584 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/11447/statm: 13951 12600 479 1374 0 12572 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 55804

[startup+1.50105 s]
/proc/loadavg: 1.82 1.95 1.64 2/107 11448
/proc/meminfo: memFree=1727892/2059040 swapFree=4192956/4192956
[pid=11447] ppid=11445 vsize=104324 CPUtime=1.49
/proc/11447/stat : 11447 (pbscip.linux.x8) R 11445 11447 10962 0 -1 4202496 27113 0 0 0 134 15 0 0 23 0 1 0 10054660 106827776 21709 1992294400 4194304 9819077 140734195459584 18446744073709551615 7296194 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/11447/statm: 26081 21709 629 1374 0 24702 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 104324

[startup+3.10126 s]
/proc/loadavg: 1.82 1.95 1.64 2/107 11448
/proc/meminfo: memFree=1695528/2059040 swapFree=4192956/4192956
[pid=11447] ppid=11445 vsize=106832 CPUtime=3.09
/proc/11447/stat : 11447 (pbscip.linux.x8) R 11445 11447 10962 0 -1 4202496 30277 0 0 0 292 17 0 0 25 0 1 0 10054660 109395968 22175 1992294400 4194304 9819077 140734195459584 18446744073709551615 7291120 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/11447/statm: 26708 22175 632 1374 0 25329 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 106832

[startup+6.30168 s]
/proc/loadavg: 1.75 1.93 1.64 2/107 11448
/proc/meminfo: memFree=1695652/2059040 swapFree=4192956/4192956
[pid=11447] ppid=11445 vsize=108340 CPUtime=6.29
/proc/11447/stat : 11447 (pbscip.linux.x8) R 11445 11447 10962 0 -1 4202496 34071 0 0 0 609 20 0 0 25 0 1 0 10054660 110940160 22506 1992294400 4194304 9819077 140734195459584 18446744073709551615 7312726 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/11447/statm: 27085 22506 632 1374 0 25706 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 108340

[startup+12.7015 s]
/proc/loadavg: 1.69 1.92 1.63 2/107 11448
/proc/meminfo: memFree=1696520/2059040 swapFree=4192956/4192956
[pid=11447] ppid=11445 vsize=108380 CPUtime=12.68
/proc/11447/stat : 11447 (pbscip.linux.x8) R 11445 11447 10962 0 -1 4202496 41986 0 0 0 1242 26 0 0 25 0 1 0 10054660 110981120 21716 1992294400 4194304 9819077 140734195459584 18446744073709551615 6043568 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/11447/statm: 27095 21716 653 1374 0 25716 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 108380

[startup+25.5012 s]
/proc/loadavg: 1.54 1.87 1.62 2/107 11448
/proc/meminfo: memFree=1670356/2059040 swapFree=4192956/4192956
[pid=11447] ppid=11445 vsize=135136 CPUtime=25.47
/proc/11447/stat : 11447 (pbscip.linux.x8) R 11445 11447 10962 0 -1 4202496 54577 0 0 0 2513 34 0 0 25 0 1 0 10054660 138379264 28473 1992294400 4194304 9819077 140734195459584 18446744073709551615 7298106 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/11447/statm: 33784 28473 666 1374 0 32405 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 135136

[startup+51.1006 s]
/proc/loadavg: 1.35 1.80 1.61 2/107 11450
/proc/meminfo: memFree=1669612/2059040 swapFree=4192956/4192956
[pid=11447] ppid=11445 vsize=140232 CPUtime=51.07
/proc/11447/stat : 11447 (pbscip.linux.x8) R 11445 11447 10962 0 -1 4202496 76033 0 0 0 5056 51 0 0 25 0 1 0 10054660 143597568 28808 1992294400 4194304 9819077 140734195459584 18446744073709551615 6391483 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/11447/statm: 35058 28808 666 1374 0 33679 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 140232

[startup+102.308 s]
/proc/loadavg: 1.15 1.68 1.57 2/107 11450
/proc/meminfo: memFree=1668372/2059040 swapFree=4192956/4192956
[pid=11447] ppid=11445 vsize=144248 CPUtime=102.26
/proc/11447/stat : 11447 (pbscip.linux.x8) R 11445 11447 10962 0 -1 4202496 110478 0 0 0 10155 71 0 0 25 0 1 0 10054660 147709952 28864 1992294400 4194304 9819077 140734195459584 18446744073709551615 6391483 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/11447/statm: 36062 28864 666 1374 0 34683 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 144248

[startup+162.301 s]
/proc/loadavg: 1.05 1.55 1.53 2/107 11452
/proc/meminfo: memFree=1668620/2059040 swapFree=4192956/4192956
[pid=11447] ppid=11445 vsize=142940 CPUtime=162.24
/proc/11447/stat : 11447 (pbscip.linux.x8) R 11445 11447 10962 0 -1 4202496 148878 0 0 0 16127 97 0 0 25 0 1 0 10054660 146370560 28895 1992294400 4194304 9819077 140734195459584 18446744073709551615 7300511 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/11447/statm: 35735 28895 666 1374 0 34356 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 142940

[startup+222.301 s]
/proc/loadavg: 1.02 1.45 1.50 2/107 11454
/proc/meminfo: memFree=1671100/2059040 swapFree=4192956/4192956
[pid=11447] ppid=11445 vsize=139872 CPUtime=222.22
/proc/11447/stat : 11447 (pbscip.linux.x8) R 11445 11447 10962 0 -1 4202496 187865 0 0 0 22099 123 0 0 25 0 1 0 10054660 143228928 28267 1992294400 4194304 9819077 140734195459584 18446744073709551615 6674427 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/11447/statm: 34968 28267 666 1374 0 33589 0
Current children cumulated CPU time (s) 222.22
Current children cumulated vsize (KiB) 139872

[startup+282.301 s]
/proc/loadavg: 1.00 1.36 1.46 2/107 11456
/proc/meminfo: memFree=1672836/2059040 swapFree=4192956/4192956
[pid=11447] ppid=11445 vsize=133664 CPUtime=282.2
/proc/11447/stat : 11447 (pbscip.linux.x8) R 11445 11447 10962 0 -1 4202496 230137 0 0 0 28067 153 0 0 25 0 1 0 10054660 136871936 28095 1992294400 4194304 9819077 140734195459584 18446744073709551615 6199013 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/11447/statm: 33416 28095 666 1374 0 32037 0
Current children cumulated CPU time (s) 282.2
Current children cumulated vsize (KiB) 133664

[startup+342.301 s]
/proc/loadavg: 1.05 1.31 1.44 2/107 11459
/proc/meminfo: memFree=1657584/2059040 swapFree=4192956/4192956
[pid=11447] ppid=11445 vsize=155668 CPUtime=342.19
/proc/11447/stat : 11447 (pbscip.linux.x8) R 11445 11447 10962 0 -1 4202496 272295 0 0 0 34036 183 0 0 25 0 1 0 10054660 159404032 31606 1992294400 4194304 9819077 140734195459584 18446744073709551615 7300391 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/11447/statm: 38917 31606 666 1374 0 37538 0
Current children cumulated CPU time (s) 342.19
Current children cumulated vsize (KiB) 155668

[startup+402.301 s]
/proc/loadavg: 1.02 1.25 1.41 2/107 11461
/proc/meminfo: memFree=1656964/2059040 swapFree=4192956/4192956
[pid=11447] ppid=11445 vsize=154232 CPUtime=402.17
/proc/11447/stat : 11447 (pbscip.linux.x8) R 11445 11447 10962 0 -1 4202496 307413 0 0 0 40010 207 0 0 25 0 1 0 10054660 157933568 31934 1992294400 4194304 9819077 140734195459584 18446744073709551615 6198284 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/11447/statm: 38558 31934 666 1374 0 37179 0
Current children cumulated CPU time (s) 402.17
Current children cumulated vsize (KiB) 154232

[startup+462.3 s]
/proc/loadavg: 1.00 1.20 1.38 2/107 11463
/proc/meminfo: memFree=1656468/2059040 swapFree=4192956/4192956
[pid=11447] ppid=11445 vsize=150340 CPUtime=462.15
/proc/11447/stat : 11447 (pbscip.linux.x8) R 11445 11447 10962 0 -1 4202496 342314 0 0 0 45981 234 0 0 25 0 1 0 10054660 153948160 30943 1992294400 4194304 9819077 140734195459584 18446744073709551615 7290967 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/11447/statm: 37585 30943 666 1374 0 36206 0
Current children cumulated CPU time (s) 462.15
Current children cumulated vsize (KiB) 150340

[startup+522.301 s]
/proc/loadavg: 1.00 1.16 1.35 2/107 11465
/proc/meminfo: memFree=1640720/2059040 swapFree=4192956/4192956
[pid=11447] ppid=11445 vsize=173024 CPUtime=522.14
/proc/11447/stat : 11447 (pbscip.linux.x8) R 11445 11447 10962 0 -1 4202496 383705 0 0 0 51946 268 0 0 25 0 1 0 10054660 177176576 36156 1992294400 4194304 9819077 140734195459584 18446744073709551615 7291687 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/11447/statm: 43256 36156 666 1374 0 41877 0
Current children cumulated CPU time (s) 522.14
Current children cumulated vsize (KiB) 173024

[startup+582.301 s]
/proc/loadavg: 1.00 1.13 1.33 2/107 11467
/proc/meminfo: memFree=1637496/2059040 swapFree=4192956/4192956
[pid=11447] ppid=11445 vsize=175652 CPUtime=582.11
/proc/11447/stat : 11447 (pbscip.linux.x8) R 11445 11447 10962 0 -1 4202496 422010 0 0 0 57920 291 0 0 25 0 1 0 10054660 179867648 36532 1992294400 4194304 9819077 140734195459584 18446744073709551615 6192285 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/11447/statm: 43913 36532 666 1374 0 42534 0
Current children cumulated CPU time (s) 582.11
Current children cumulated vsize (KiB) 175652

[startup+642.301 s]
/proc/loadavg: 1.00 1.10 1.31 3/107 11467
/proc/meminfo: memFree=1638116/2059040 swapFree=4192956/4192956
[pid=11447] ppid=11445 vsize=175236 CPUtime=642.11
/proc/11447/stat : 11447 (pbscip.linux.x8) R 11445 11447 10962 0 -1 4202496 461519 0 0 0 63892 319 0 0 25 0 1 0 10054660 179441664 36310 1992294400 4194304 9819077 140734195459584 18446744073709551615 7290971 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/11447/statm: 43809 36310 666 1374 0 42430 0
Current children cumulated CPU time (s) 642.11
Current children cumulated vsize (KiB) 175236

[startup+702.301 s]

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

[startup+942.301 s]
/proc/loadavg: 1.00 1.03 1.21 2/107 11475
/proc/meminfo: memFree=1627576/2059040 swapFree=4192956/4192956
[pid=11447] ppid=11445 vsize=188476 CPUtime=942.02
/proc/11447/stat : 11447 (pbscip.linux.x8) R 11445 11447 10962 0 -1 4202496 651276 0 0 0 93748 454 0 0 25 0 1 0 10054660 192999424 39305 1992294400 4194304 9819077 140734195459584 18446744073709551615 7293542 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/11447/statm: 47119 39305 666 1374 0 45740 0
Current children cumulated CPU time (s) 942.02
Current children cumulated vsize (KiB) 188476

[startup+1002.3 s]
/proc/loadavg: 1.00 1.02 1.19 2/107 11477
/proc/meminfo: memFree=1627452/2059040 swapFree=4192956/4192956
[pid=11447] ppid=11445 vsize=183612 CPUtime=1002
/proc/11447/stat : 11447 (pbscip.linux.x8) R 11445 11447 10962 0 -1 4202496 686420 0 0 0 99718 482 0 0 25 0 1 0 10054660 188018688 39113 1992294400 4194304 9819077 140734195459584 18446744073709551615 7290936 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/11447/statm: 45903 39113 666 1374 0 44524 0
Current children cumulated CPU time (s) 1002
Current children cumulated vsize (KiB) 183612

[startup+1062.3 s]
/proc/loadavg: 1.00 1.02 1.18 2/107 11479
/proc/meminfo: memFree=1609348/2059040 swapFree=4192956/4192956
[pid=11447] ppid=11445 vsize=202944 CPUtime=1061.98
/proc/11447/stat : 11447 (pbscip.linux.x8) R 11445 11447 10962 0 -1 4202496 727529 0 0 0 105686 512 0 0 25 0 1 0 10054660 207814656 43603 1992294400 4194304 9819077 140734195459584 18446744073709551615 7292346 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/11447/statm: 50736 43603 666 1374 0 49357 0
Current children cumulated CPU time (s) 1061.98
Current children cumulated vsize (KiB) 202944

[startup+1122.3 s]
/proc/loadavg: 1.00 1.01 1.16 2/107 11481
/proc/meminfo: memFree=1610712/2059040 swapFree=4192956/4192956
[pid=11447] ppid=11445 vsize=203836 CPUtime=1121.97
/proc/11447/stat : 11447 (pbscip.linux.x8) R 11445 11447 10962 0 -1 4202496 767684 0 0 0 111658 539 0 0 25 0 1 0 10054660 208728064 43493 1992294400 4194304 9819077 140734195459584 18446744073709551615 7308997 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/11447/statm: 50959 43493 666 1374 0 49580 0
Current children cumulated CPU time (s) 1121.97
Current children cumulated vsize (KiB) 203836

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 1.15 2/107 11483
/proc/meminfo: memFree=1609472/2059040 swapFree=4192956/4192956
[pid=11447] ppid=11445 vsize=202752 CPUtime=1181.95
/proc/11447/stat : 11447 (pbscip.linux.x8) R 11445 11447 10962 0 -1 4202496 804028 0 0 0 117630 565 0 0 25 0 1 0 10054660 207618048 43550 1992294400 4194304 9819077 140734195459584 18446744073709551615 6391483 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/11447/statm: 50688 43550 666 1374 0 49309 0
Current children cumulated CPU time (s) 1181.95
Current children cumulated vsize (KiB) 202752

[startup+1242.3 s]
/proc/loadavg: 1.00 1.00 1.14 2/107 11483
/proc/meminfo: memFree=1609844/2059040 swapFree=4192956/4192956
[pid=11447] ppid=11445 vsize=200060 CPUtime=1241.93
/proc/11447/stat : 11447 (pbscip.linux.x8) R 11445 11447 10962 0 -1 4202496 840411 0 0 0 123604 589 0 0 25 0 1 0 10054660 204861440 43321 1992294400 4194304 9819077 140734195459584 18446744073709551615 6698733 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/11447/statm: 50015 43321 666 1374 0 48636 0
Current children cumulated CPU time (s) 1241.93
Current children cumulated vsize (KiB) 200060

[startup+1302.3 s]
/proc/loadavg: 1.00 1.00 1.13 2/107 11485
/proc/meminfo: memFree=1614928/2059040 swapFree=4192956/4192956
[pid=11447] ppid=11445 vsize=192832 CPUtime=1301.92
/proc/11447/stat : 11447 (pbscip.linux.x8) R 11445 11447 10962 0 -1 4202496 876310 0 0 0 129577 615 0 0 25 0 1 0 10054660 197459968 41941 1992294400 4194304 9819077 140734195459584 18446744073709551615 6391455 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/11447/statm: 48208 41941 666 1374 0 46829 0
Current children cumulated CPU time (s) 1301.92
Current children cumulated vsize (KiB) 192832

[startup+1362.3 s]
/proc/loadavg: 1.00 1.00 1.12 2/107 11487
/proc/meminfo: memFree=1611084/2059040 swapFree=4192956/4192956
[pid=11447] ppid=11445 vsize=215216 CPUtime=1361.89
/proc/11447/stat : 11447 (pbscip.linux.x8) R 11445 11447 10962 0 -1 4202496 942495 0 0 0 135528 661 0 0 25 0 1 0 10054660 220381184 42870 1992294400 4194304 9819077 140734195459584 18446744073709551615 6391455 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/11447/statm: 53804 42870 675 1374 0 52425 0
Current children cumulated CPU time (s) 1361.89
Current children cumulated vsize (KiB) 215216

[startup+1422.31 s]
/proc/loadavg: 1.00 1.00 1.11 2/107 11489
/proc/meminfo: memFree=1611580/2059040 swapFree=4192956/4192956
[pid=11447] ppid=11445 vsize=213848 CPUtime=1421.89
/proc/11447/stat : 11447 (pbscip.linux.x8) R 11445 11447 10962 0 -1 4202496 1011758 0 0 0 141480 709 0 0 25 0 1 0 10054660 218980352 42852 1992294400 4194304 9819077 140734195459584 18446744073709551615 7326177 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/11447/statm: 53462 42852 675 1374 0 52083 0
Current children cumulated CPU time (s) 1421.89
Current children cumulated vsize (KiB) 213848

[startup+1482.3 s]
/proc/loadavg: 1.00 1.00 1.09 2/107 11491
/proc/meminfo: memFree=1613316/2059040 swapFree=4192956/4192956
[pid=11447] ppid=11445 vsize=211260 CPUtime=1481.86
/proc/11447/stat : 11447 (pbscip.linux.x8) R 11445 11447 10962 0 -1 4202496 1102161 0 0 0 147421 765 0 0 25 0 1 0 10054660 216330240 42518 1992294400 4194304 9819077 140734195459584 18446744073709551615 7291742 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/11447/statm: 52815 42518 684 1374 0 51436 0
Current children cumulated CPU time (s) 1481.86
Current children cumulated vsize (KiB) 211260

[startup+1542.3 s]
/proc/loadavg: 1.00 1.00 1.09 2/107 11491
/proc/meminfo: memFree=1612696/2059040 swapFree=4192956/4192956
[pid=11447] ppid=11445 vsize=211636 CPUtime=1541.84
/proc/11447/stat : 11447 (pbscip.linux.x8) R 11445 11447 10962 0 -1 4202496 1213209 0 0 0 153360 824 0 0 25 0 1 0 10054660 216715264 42336 1992294400 4194304 9819077 140734195459584 18446744073709551615 7291597 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/11447/statm: 52909 42336 685 1374 0 51530 0
Current children cumulated CPU time (s) 1541.84
Current children cumulated vsize (KiB) 211636

[startup+1602.3 s]
/proc/loadavg: 1.00 1.00 1.08 2/107 11493
/proc/meminfo: memFree=1613440/2059040 swapFree=4192956/4192956
[pid=11447] ppid=11445 vsize=211596 CPUtime=1601.83
/proc/11447/stat : 11447 (pbscip.linux.x8) R 11445 11447 10962 0 -1 4202496 1330912 0 0 0 159295 888 0 0 25 0 1 0 10054660 216674304 42542 1992294400 4194304 9819077 140734195459584 18446744073709551615 6674411 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/11447/statm: 52899 42542 685 1374 0 51520 0
Current children cumulated CPU time (s) 1601.83
Current children cumulated vsize (KiB) 211596

[startup+1662.3 s]
/proc/loadavg: 1.00 1.00 1.07 2/107 11495
/proc/meminfo: memFree=1613192/2059040 swapFree=4192956/4192956
[pid=11447] ppid=11445 vsize=211596 CPUtime=1661.81
/proc/11447/stat : 11447 (pbscip.linux.x8) R 11445 11447 10962 0 -1 4202496 1441243 0 0 0 165233 948 0 0 25 0 1 0 10054660 216674304 42472 1992294400 4194304 9819077 140734195459584 18446744073709551615 7291715 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/11447/statm: 52899 42472 685 1374 0 51520 0
Current children cumulated CPU time (s) 1661.81
Current children cumulated vsize (KiB) 211596

[startup+1722.3 s]
/proc/loadavg: 1.04 1.01 1.07 2/107 11497
/proc/meminfo: memFree=1612944/2059040 swapFree=4192956/4192956
[pid=11447] ppid=11445 vsize=211716 CPUtime=1721.79
/proc/11447/stat : 11447 (pbscip.linux.x8) R 11445 11447 10962 0 -1 4202496 1555403 0 0 0 171164 1015 0 0 25 0 1 0 10054660 216797184 42505 1992294400 4194304 9819077 140734195459584 18446744073709551615 7292002 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/11447/statm: 52929 42505 685 1374 0 51550 0
Current children cumulated CPU time (s) 1721.79
Current children cumulated vsize (KiB) 211716

[startup+1782.3 s]
/proc/loadavg: 1.01 1.01 1.07 2/107 11499
/proc/meminfo: memFree=1612820/2059040 swapFree=4192956/4192956
[pid=11447] ppid=11445 vsize=211972 CPUtime=1781.78
/proc/11447/stat : 11447 (pbscip.linux.x8) R 11445 11447 10962 0 -1 4202496 1731576 0 0 0 177076 1102 0 0 25 0 1 0 10054660 217059328 42407 1992294400 4194304 9819077 140734195459584 18446744073709551615 6700292 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/11447/statm: 52993 42407 685 1374 0 51614 0
Current children cumulated CPU time (s) 1781.78
Current children cumulated vsize (KiB) 211972



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.6 s]
/proc/loadavg: 1.01 1.00 1.07 2/107 11499
/proc/meminfo: memFree=1612696/2059040 swapFree=4192956/4192956
[pid=11447] ppid=11445 vsize=211972 CPUtime=1800.09
/proc/11447/stat : 11447 (pbscip.linux.x8) R 11445 11447 10962 0 -1 4202496 1794642 0 0 0 178876 1133 0 0 25 0 1 0 10054660 217059328 42416 1992294400 4194304 9819077 140734195459584 18446744073709551615 7304805 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/11447/statm: 52993 42416 685 1374 0 51614 0
Current children cumulated CPU time (s) 1800.09
Current children cumulated vsize (KiB) 211972

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

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

[startup+1801 s]
/proc/loadavg: 1.01 1.00 1.07 2/107 11499
/proc/meminfo: memFree=1612696/2059040 swapFree=4192956/4192956
[pid=11447] ppid=11445 vsize=211972 CPUtime=1800.47
/proc/11447/stat : 11447 (pbscip.linux.x8) R 11445 11447 10962 0 -1 4202496 1794758 0 0 0 178914 1133 0 0 25 0 1 0 10054660 217059328 42532 1992294400 4194304 9819077 140734195459584 18446744073709551615 7291987 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/11447/statm: 52993 42532 685 1374 0 51614 0
Current children cumulated CPU time (s) 1800.47
Current children cumulated vsize (KiB) 211972

[startup+1801.2 s]
/proc/loadavg: 1.01 1.00 1.07 2/107 11499
/proc/meminfo: memFree=1612696/2059040 swapFree=4192956/4192956
[pid=11447] ppid=11445 vsize=127032 CPUtime=1800.67
/proc/11447/stat : 11447 (pbscip.linux.x8) R 11445 11447 10962 0 -1 4202496 1795413 0 0 0 178933 1134 0 0 25 0 1 0 10054660 130080768 25622 1992294400 4194304 9819077 140734195459584 18446744073709551615 5950433 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/11447/statm: 31758 25622 689 1374 0 30379 0
Current children cumulated CPU time (s) 1800.67
Current children cumulated vsize (KiB) 127032

Child status: 0
Real time (s): 1801.25
CPU time (s): 1800.73
CPU user time (s): 1789.38
CPU system time (s): 11.3553
CPU usage (%): 99.9712
Max. virtual memory (cumulated for all children) (KiB): 216112

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1789.38
system time used= 11.3553
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1795426
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= 5
involuntary context switches= 23639

runsolver used 2.85457 second user time and 8.63069 second system time

The end

Launcher Data

Begin job on node013 at 2010-06-12 14:08:52
IDJOB=2666014
IDBENCH=1500
IDSOLVER=1168
FILE ID=node013/2666014-1276344531
PBS_JOBID= 11173180
Free space on /tmp= 62464 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/web/www.ps.uni-sb.de/~walser/benchmarks/ppp-problems/normalized-ppp:1-11,19,21.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-2666014-1276344531/watcher-2666014-1276344531 -o /tmp/evaluation-result-2666014-1276344531/solver-2666014-1276344531 -C 1800 -W 2000 -M 1800  HOME/pbscip.linux.x86_64.gnu.opt.clp -f HOME/instance-2666014-1276344531.opb -t 1800 -m 1800

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

MD5SUM BENCH= d484bc8efed557f17788965b19feafe5
RANDOM SEED=2070738642

node013.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.253
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.50
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.253
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.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1782368 kB
Buffers:         21552 kB
Cached:         130872 kB
SwapCached:          0 kB
Active:         129620 kB
Inactive:        82160 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1782368 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:            7208 kB
Writeback:           0 kB
AnonPages:       59384 kB
Mapped:          15336 kB
Slab:            42980 kB
PageTables:       4020 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   179824 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    264948 kB
VmallocChunk: 34359471699 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 62456 MiB
End job on node013 at 2010-06-12 14:38:54