Trace number 2666015

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) 1801.01 1801.72

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/web/www.ps.uni-sb.de/
~walser/benchmarks/ppp-problems/normalized-ppp:1,3-13,19.opb
MD5SUM24c836f3fcb46569dfcfdc2eda4dee98
Bench CategoryDEC-SMALLINT (no optimisation, small integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark0
Best CPU time to get the best result obtained on this benchmark1.46378
Has Objective FunctionNO
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved NO
Number of variables4608
Total number of constraints30348
Number of constraints which are clauses29328
Number of constraints which are cardinality constraints (but not clauses)942
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 102
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-2666015-1276345152.opb>
0.50/0.59	c original problem has 4608 variables (4608 bin, 0 int, 0 impl, 0 cont) and 30348 constraints
0.50/0.59	c problem read
0.50/0.59	c No objective function, only one solution is needed.
0.50/0.59	c presolving settings loaded
0.69/0.72	c presolving:
0.99/1.09	c (round 1) 0 del vars, 0 del conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 30348 upgd conss, 0 impls, 942 clqs
1.09/1.17	c presolving (2 rounds):
1.09/1.17	c  0 deleted vars, 0 deleted constraints, 0 tightened bounds, 0 added holes, 0 changed sides, 78 changed coefficients
1.09/1.17	c  0 implications, 1512 cliques
1.09/1.17	c presolved problem has 4608 variables (4608 bin, 0 int, 0 impl, 0 cont) and 30348 constraints
1.09/1.17	c      78 constraints of type <knapsack>
1.09/1.17	c     942 constraints of type <setppc>
1.09/1.17	c   29328 constraints of type <logicor>
1.09/1.17	c transformed objective value is always integral (scale: 1)
1.09/1.17	c Presolving Time: 0.39
1.09/1.17	c - non default parameters ----------------------------------------------------------------------
1.09/1.17	c # SCIP version 1.2.1.2
1.09/1.17	c 
1.09/1.17	c # frequency for displaying node information lines
1.09/1.17	c # [type: int, range: [-1,2147483647], default: 100]
1.09/1.17	c display/freq = 10000
1.09/1.17	c 
1.09/1.17	c # maximal time in seconds to run
1.09/1.17	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
1.09/1.17	c limits/time = 1799.42
1.09/1.17	c 
1.09/1.17	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
1.09/1.17	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
1.09/1.17	c limits/memory = 1620
1.09/1.17	c 
1.09/1.17	c # solving stops, if the given number of solutions were found (-1: no limit)
1.09/1.17	c # [type: int, range: [-1,2147483647], default: -1]
1.09/1.17	c limits/solutions = 1
1.09/1.17	c 
1.09/1.17	c # maximal number of separation rounds per node (-1: unlimited)
1.09/1.17	c # [type: int, range: [-1,2147483647], default: 5]
1.09/1.17	c separating/maxrounds = 1
1.09/1.17	c 
1.09/1.17	c # maximal number of separation rounds in the root node (-1: unlimited)
1.09/1.17	c # [type: int, range: [-1,2147483647], default: -1]
1.09/1.17	c separating/maxroundsroot = 5
1.09/1.17	c 
1.09/1.17	c # should presolving try to simplify inequalities
1.09/1.17	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
1.09/1.17	c constraints/linear/simplifyinequalities = TRUE
1.09/1.17	c 
1.09/1.17	c # should disaggregation of knapsack constraints be allowed in preprocessing?
1.09/1.17	c # [type: bool, range: {TRUE,FALSE}, default: TRUE]
1.09/1.17	c constraints/knapsack/disaggregation = FALSE
1.09/1.17	c 
1.09/1.17	c # should presolving try to simplify knapsacks
1.09/1.17	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
1.09/1.17	c constraints/knapsack/simplifyinequalities = TRUE
1.09/1.17	c 
1.09/1.17	c # maximal number of presolving rounds the presolver participates in (-1: no limit)
1.09/1.17	c # [type: int, range: [-1,2147483647], default: -1]
1.09/1.17	c presolving/probing/maxrounds = 0
1.09/1.17	c 
1.09/1.17	c # frequency for calling primal heuristic <coefdiving> (-1: never, 0: only at depth freqofs)
1.09/1.17	c # [type: int, range: [-1,2147483647], default: 10]
1.09/1.17	c heuristics/coefdiving/freq = -1
1.09/1.17	c 
1.09/1.17	c # maximal fraction of diving LP iterations compared to node LP iterations
1.09/1.17	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
1.09/1.17	c heuristics/coefdiving/maxlpiterquot = 0.075
1.09/1.17	c 
1.09/1.17	c # additional number of allowed LP iterations
1.09/1.17	c # [type: int, range: [0,2147483647], default: 1000]
1.09/1.17	c heuristics/coefdiving/maxlpiterofs = 1500
1.09/1.17	c 
1.09/1.17	c # frequency for calling primal heuristic <crossover> (-1: never, 0: only at depth freqofs)
1.09/1.17	c # [type: int, range: [-1,2147483647], default: 30]
1.09/1.17	c heuristics/crossover/freq = -1
1.09/1.17	c 
1.09/1.17	c # number of nodes added to the contingent of the total nodes
1.09/1.17	c # [type: longint, range: [0,9223372036854775807], default: 500]
1.09/1.17	c heuristics/crossover/nodesofs = 750
1.09/1.17	c 
1.09/1.17	c # number of nodes without incumbent change that heuristic should wait
1.09/1.17	c # [type: longint, range: [0,9223372036854775807], default: 200]
1.09/1.17	c heuristics/crossover/nwaitingnodes = 100
1.09/1.17	c 
1.09/1.17	c # contingent of sub problem nodes in relation to the number of nodes of the original problem
1.09/1.17	c # [type: real, range: [0,1], default: 0.1]
1.09/1.17	c heuristics/crossover/nodesquot = 0.15
1.09/1.17	c 
1.09/1.17	c # minimum percentage of integer variables that have to be fixed 
1.09/1.17	c # [type: real, range: [0,1], default: 0.666]
1.09/1.17	c heuristics/crossover/minfixingrate = 0.5
1.09/1.17	c 
1.09/1.17	c # frequency for calling primal heuristic <feaspump> (-1: never, 0: only at depth freqofs)
1.09/1.17	c # [type: int, range: [-1,2147483647], default: 20]
1.09/1.17	c heuristics/feaspump/freq = -1
1.09/1.17	c 
1.09/1.17	c # additional number of allowed LP iterations
1.09/1.17	c # [type: int, range: [0,2147483647], default: 1000]
1.09/1.17	c heuristics/feaspump/maxlpiterofs = 2000
1.09/1.17	c 
1.09/1.17	c # frequency for calling primal heuristic <fracdiving> (-1: never, 0: only at depth freqofs)
1.09/1.17	c # [type: int, range: [-1,2147483647], default: 10]
1.09/1.17	c heuristics/fracdiving/freq = -1
1.09/1.17	c 
1.09/1.17	c # maximal fraction of diving LP iterations compared to node LP iterations
1.09/1.17	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
1.09/1.17	c heuristics/fracdiving/maxlpiterquot = 0.075
1.09/1.17	c 
1.09/1.17	c # additional number of allowed LP iterations
1.09/1.17	c # [type: int, range: [0,2147483647], default: 1000]
1.09/1.17	c heuristics/fracdiving/maxlpiterofs = 1500
1.09/1.17	c 
1.09/1.17	c # frequency for calling primal heuristic <guideddiving> (-1: never, 0: only at depth freqofs)
1.09/1.17	c # [type: int, range: [-1,2147483647], default: 10]
1.09/1.17	c heuristics/guideddiving/freq = -1
1.09/1.17	c 
1.09/1.17	c # maximal fraction of diving LP iterations compared to node LP iterations
1.09/1.17	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
1.09/1.17	c heuristics/guideddiving/maxlpiterquot = 0.075
1.09/1.17	c 
1.09/1.17	c # additional number of allowed LP iterations
1.09/1.17	c # [type: int, range: [0,2147483647], default: 1000]
1.09/1.17	c heuristics/guideddiving/maxlpiterofs = 1500
1.09/1.17	c 
1.09/1.17	c # maximal fraction of diving LP iterations compared to node LP iterations
1.09/1.17	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
1.09/1.17	c heuristics/intdiving/maxlpiterquot = 0.075
1.09/1.17	c 
1.09/1.17	c # frequency for calling primal heuristic <intshifting> (-1: never, 0: only at depth freqofs)
1.09/1.17	c # [type: int, range: [-1,2147483647], default: 10]
1.09/1.17	c heuristics/intshifting/freq = -1
1.09/1.17	c 
1.09/1.17	c # frequency for calling primal heuristic <linesearchdiving> (-1: never, 0: only at depth freqofs)
1.09/1.17	c # [type: int, range: [-1,2147483647], default: 10]
1.09/1.17	c heuristics/linesearchdiving/freq = -1
1.09/1.17	c 
1.09/1.17	c # maximal fraction of diving LP iterations compared to node LP iterations
1.09/1.17	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
1.09/1.17	c heuristics/linesearchdiving/maxlpiterquot = 0.075
1.09/1.17	c 
1.09/1.17	c # additional number of allowed LP iterations
1.09/1.17	c # [type: int, range: [0,2147483647], default: 1000]
1.09/1.17	c heuristics/linesearchdiving/maxlpiterofs = 1500
1.09/1.17	c 
1.09/1.17	c # frequency for calling primal heuristic <nlp> (-1: never, 0: only at depth freqofs)
1.09/1.17	c # [type: int, range: [-1,2147483647], default: 1]
1.09/1.17	c heuristics/nlp/freq = -1
1.09/1.17	c 
1.09/1.17	c # frequency for calling primal heuristic <objpscostdiving> (-1: never, 0: only at depth freqofs)
1.09/1.17	c # [type: int, range: [-1,2147483647], default: 20]
1.09/1.17	c heuristics/objpscostdiving/freq = -1
1.09/1.17	c 
1.09/1.17	c # maximal fraction of diving LP iterations compared to total iteration number
1.09/1.17	c # [type: real, range: [0,1], default: 0.01]
1.09/1.17	c heuristics/objpscostdiving/maxlpiterquot = 0.015
1.09/1.17	c 
1.09/1.17	c # additional number of allowed LP iterations
1.09/1.17	c # [type: int, range: [0,2147483647], default: 1000]
1.09/1.17	c heuristics/objpscostdiving/maxlpiterofs = 1500
1.09/1.17	c 
1.09/1.17	c # frequency for calling primal heuristic <oneopt> (-1: never, 0: only at depth freqofs)
1.09/1.17	c # [type: int, range: [-1,2147483647], default: 1]
1.09/1.17	c heuristics/oneopt/freq = -1
1.09/1.17	c 
1.09/1.17	c # frequency for calling primal heuristic <pscostdiving> (-1: never, 0: only at depth freqofs)
1.09/1.17	c # [type: int, range: [-1,2147483647], default: 10]
1.09/1.17	c heuristics/pscostdiving/freq = -1
1.09/1.17	c 
1.09/1.17	c # maximal fraction of diving LP iterations compared to node LP iterations
1.09/1.17	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
1.09/1.17	c heuristics/pscostdiving/maxlpiterquot = 0.075
1.09/1.17	c 
1.09/1.17	c # additional number of allowed LP iterations
1.09/1.17	c # [type: int, range: [0,2147483647], default: 1000]
1.09/1.17	c heuristics/pscostdiving/maxlpiterofs = 1500
1.09/1.17	c 
1.09/1.17	c # frequency for calling primal heuristic <rens> (-1: never, 0: only at depth freqofs)
1.09/1.17	c # [type: int, range: [-1,2147483647], default: 0]
1.09/1.17	c heuristics/rens/freq = -1
1.09/1.17	c 
1.09/1.17	c # minimum percentage of integer variables that have to be fixable 
1.09/1.17	c # [type: real, range: [0,1], default: 0.5]
1.09/1.17	c heuristics/rens/minfixingrate = 0.3
1.09/1.17	c 
1.09/1.17	c # number of nodes added to the contingent of the total nodes
1.09/1.17	c # [type: longint, range: [0,9223372036854775807], default: 500]
1.09/1.17	c heuristics/rens/nodesofs = 2000
1.09/1.17	c 
1.09/1.17	c # frequency for calling primal heuristic <rootsoldiving> (-1: never, 0: only at depth freqofs)
1.09/1.17	c # [type: int, range: [-1,2147483647], default: 20]
1.09/1.17	c heuristics/rootsoldiving/freq = -1
1.09/1.17	c 
1.09/1.17	c # maximal fraction of diving LP iterations compared to node LP iterations
1.09/1.17	c # [type: real, range: [0,1.79769313486232e+308], default: 0.01]
1.09/1.17	c heuristics/rootsoldiving/maxlpiterquot = 0.015
1.09/1.17	c 
1.09/1.17	c # additional number of allowed LP iterations
1.09/1.17	c # [type: int, range: [0,2147483647], default: 1000]
1.09/1.17	c heuristics/rootsoldiving/maxlpiterofs = 1500
1.09/1.17	c 
1.09/1.17	c # frequency for calling primal heuristic <rounding> (-1: never, 0: only at depth freqofs)
1.09/1.17	c # [type: int, range: [-1,2147483647], default: 1]
1.09/1.17	c heuristics/rounding/freq = -1
1.09/1.17	c 
1.09/1.17	c # frequency for calling primal heuristic <shifting> (-1: never, 0: only at depth freqofs)
1.09/1.17	c # [type: int, range: [-1,2147483647], default: 10]
1.09/1.17	c heuristics/shifting/freq = -1
1.09/1.17	c 
1.09/1.17	c # frequency for calling primal heuristic <simplerounding> (-1: never, 0: only at depth freqofs)
1.09/1.17	c # [type: int, range: [-1,2147483647], default: 1]
1.09/1.17	c heuristics/simplerounding/freq = -1
1.09/1.17	c 
1.09/1.17	c # frequency for calling primal heuristic <trivial> (-1: never, 0: only at depth freqofs)
1.09/1.17	c # [type: int, range: [-1,2147483647], default: 0]
1.09/1.17	c heuristics/trivial/freq = -1
1.09/1.17	c 
1.09/1.17	c # frequency for calling primal heuristic <trysol> (-1: never, 0: only at depth freqofs)
1.09/1.17	c # [type: int, range: [-1,2147483647], default: 1]
1.09/1.17	c heuristics/trysol/freq = -1
1.09/1.17	c 
1.09/1.17	c # frequency for calling primal heuristic <veclendiving> (-1: never, 0: only at depth freqofs)
1.09/1.17	c # [type: int, range: [-1,2147483647], default: 10]
1.09/1.17	c heuristics/veclendiving/freq = -1
1.09/1.17	c 
1.09/1.17	c # maximal fraction of diving LP iterations compared to node LP iterations
1.09/1.17	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
1.09/1.17	c heuristics/veclendiving/maxlpiterquot = 0.075
1.09/1.17	c 
1.09/1.17	c # additional number of allowed LP iterations
1.09/1.17	c # [type: int, range: [0,2147483647], default: 1000]
1.09/1.17	c heuristics/veclendiving/maxlpiterofs = 1500
1.09/1.17	c 
1.09/1.17	c # frequency for calling primal heuristic <zirounding> (-1: never, 0: only at depth freqofs)
1.09/1.17	c # [type: int, range: [-1,2147483647], default: 1]
1.09/1.17	c heuristics/zirounding/freq = -1
1.09/1.17	c 
1.09/1.17	c # frequency for calling separator <cmir> (-1: never, 0: only in root node)
1.09/1.17	c # [type: int, range: [-1,2147483647], default: 0]
1.09/1.17	c separating/cmir/freq = -1
1.09/1.17	c 
1.09/1.17	c # frequency for calling separator <flowcover> (-1: never, 0: only in root node)
1.09/1.17	c # [type: int, range: [-1,2147483647], default: 0]
1.09/1.17	c separating/flowcover/freq = -1
1.09/1.17	c 
1.09/1.17	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
1.09/1.17	c # [type: int, range: [-1,2147483647], default: -1]
1.09/1.17	c separating/rapidlearning/freq = 0
1.09/1.17	c 
1.09/1.17	c -----------------------------------------------------------------------------------------------
1.09/1.17	c start solving
1.09/1.18	c 
14.29/14.31	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
14.29/14.31	c  13.4s|     1 |     0 |  3626 |     - |  43M|   0 | 781 |4608 |  30k|4608 |  30k|   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
301.76/301.92	c   300s|     1 |     0 | 37865 |     - |  59M|   0 | 559 |4608 |  30k|4608 |  30k|  61 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
517.48/517.74	c   514s|     1 |     0 | 66334 |     - |  71M|   0 | 604 |4608 |  30k|4608 |  30k| 104 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
750.48/750.80	c   746s|     1 |     0 | 96249 |     - |  83M|   0 | 584 |4608 |  30k|4608 |  30k| 138 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
968.41/968.82	c   963s|     1 |     0 |124672 |     - |  95M|   0 | 553 |4608 |  30k|4608 |  30k| 178 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
1213.71/1214.26	c  1207s|     1 |     0 |155392 |     - | 107M|   0 | 560 |4608 |  30k|4608 |  30k| 219 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
1348.55/1349.17	c  1341s|     1 |     2 |155392 |     - | 107M|   0 | 560 |4608 |  30k|4608 |  30k| 219 |   0 |  33 | 0.000000e+00 |      --      |    Inf 
1800.09/1800.81	c pressed CTRL-C 1 times (5 times for forcing termination)
1800.79/1801.55	c 
1800.79/1801.55	c SCIP Status        : solving was interrupted [user interrupt]
1800.79/1801.55	c Solving Time (sec) : 1787.46
1800.79/1801.55	c Solving Nodes      : 10
1800.79/1801.55	c Primal Bound       : +1.00000000000000e+20 (0 solutions)
1800.79/1801.55	c Dual Bound         : +0.00000000000000e+00
1800.79/1801.55	c Gap                : infinite
1800.79/1801.55	s UNKNOWN
1800.79/1801.55	c SCIP Status        : solving was interrupted [user interrupt]
1800.79/1801.55	c Solving Time       :    1787.46
1800.79/1801.55	c Original Problem   :
1800.79/1801.55	c   Problem name     : HOME/instance-2666015-1276345152.opb
1800.79/1801.55	c   Variables        : 4608 (4608 binary, 0 integer, 0 implicit integer, 0 continuous)
1800.79/1801.55	c   Constraints      : 30348 initial, 30348 maximal
1800.79/1801.55	c Presolved Problem  :
1800.79/1801.55	c   Problem name     : t_HOME/instance-2666015-1276345152.opb
1800.79/1801.55	c   Variables        : 4608 (4608 binary, 0 integer, 0 implicit integer, 0 continuous)
1800.79/1801.55	c   Constraints      : 30348 initial, 30348 maximal
1800.79/1801.55	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
1800.79/1801.55	c   trivial          :       0.00          0          0          0          0          0          0          0          0
1800.79/1801.55	c   dualfix          :       0.00          0          0          0          0          0          0          0          0
1800.79/1801.55	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
1800.79/1801.55	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
1800.79/1801.55	c   implics          :       0.00          0          0          0          0          0          0          0          0
1800.79/1801.55	c   probing          :       0.00          0          0          0          0          0          0          0          0
1800.79/1801.55	c   knapsack         :       0.01          0          0          0          0          0          0          0         78
1800.79/1801.55	c   setppc           :       0.01          0          0          0          0          0          0          0          0
1800.79/1801.55	c   logicor          :       0.08          0          0          0          0          0          0          0          0
1800.79/1801.55	c   root node        :          -          0          -          -          0          -          -          -          -
1800.79/1801.55	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
1800.79/1801.55	c   integral         :          0          0          0         10          0          0          0          0          0         20
1800.79/1801.55	c   knapsack         :         78          5         17          0          0          0        124        306          0          0
1800.79/1801.55	c   setppc           :        942          5         17          0          0          0        106          0          0          0
1800.79/1801.55	c   logicor          :      29328          5          8          0          0          0          0          0          0          0
1800.79/1801.55	c   countsols        :          0          0          0          0          0          0          0          0          0          0
1800.79/1801.55	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
1800.79/1801.55	c   integral         :     571.36       0.00       0.00     571.36       0.00
1800.79/1801.55	c   knapsack         :       0.01       0.01       0.00       0.00       0.00
1800.79/1801.55	c   setppc           :       0.00       0.00       0.00       0.00       0.00
1800.79/1801.55	c   logicor          :       0.07       0.03       0.04       0.00       0.00
1800.79/1801.55	c   countsols        :       0.00       0.00       0.00       0.00       0.00
1800.79/1801.55	c Propagators        :       Time      Calls    Cutoffs    DomReds
1800.79/1801.55	c   vbounds          :       0.00          1          0          0
1800.79/1801.55	c   rootredcost      :       0.00          0          0          0
1800.79/1801.55	c   pseudoobj        :       0.00          0          0          0
1800.79/1801.55	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1800.79/1801.55	c   propagation      :       0.00          0          0          0        0.0          0        0.0          -
1800.79/1801.55	c   infeasible LP    :       0.00          0          0          0        0.0          0        0.0          0
1800.79/1801.55	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1800.79/1801.55	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1800.79/1801.55	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1800.79/1801.55	c   applied globally :          -          -          -          0        0.0          -          -          -
1800.79/1801.55	c   applied locally  :          -          -          -          0        0.0          -          -          -
1800.79/1801.55	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1800.79/1801.55	c   cut pool         :       0.03          4          -          -          1          -    (maximal pool size: 1861)
1800.79/1801.55	c   redcost          :       0.02         14          0          0          0          0
1800.79/1801.55	c   impliedbounds    :       0.00          5          0          0          0          0
1800.79/1801.55	c   intobj           :       0.00          0          0          0          0          0
1800.79/1801.55	c   cgmip            :       0.00          0          0          0          0          0
1800.79/1801.55	c   gomory           :      12.81          5          0          0       2500          0
1800.79/1801.55	c   strongcg         :       6.35          5          0          0       2500          0
1800.79/1801.55	c   cmir             :       0.00          0          0          0          0          0
1800.79/1801.55	c   flowcover        :       0.00          0          0          0          0          0
1800.79/1801.55	c   clique           :       0.11          5          0          0         30          0
1800.79/1801.55	c   zerohalf         :       0.00          0          0          0          0          0
1800.79/1801.55	c   mcf              :       0.05          1          0          0          0          0
1800.79/1801.55	c   rapidlearning    :       0.00          0          0          0          0          0
1800.79/1801.55	c Pricers            :       Time      Calls       Vars
1800.79/1801.55	c   problem variables:       0.00          0          0
1800.79/1801.55	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1800.79/1801.55	c   relpscost        :     571.36         10          0          0          0          0         20
1800.79/1801.55	c   pscost           :       0.00          0          0          0          0          0          0
1800.79/1801.55	c   inference        :       0.00          0          0          0          0          0          0
1800.79/1801.55	c   mostinf          :       0.00          0          0          0          0          0          0
1800.79/1801.55	c   leastinf         :       0.00          0          0          0          0          0          0
1800.79/1801.55	c   fullstrong       :       0.00          0          0          0          0          0          0
1800.79/1801.55	c   allfullstrong    :       0.00          0          0          0          0          0          0
1800.79/1801.55	c   random           :       0.00          0          0          0          0          0          0
1800.79/1801.55	c Primal Heuristics  :       Time      Calls      Found
1800.79/1801.55	c   LP solutions     :       0.00          -          0
1800.79/1801.55	c   pseudo solutions :       0.00          -          0
1800.79/1801.55	c   trivial          :       0.01          1          0
1800.79/1801.55	c   simplerounding   :       0.00          0          0
1800.79/1801.55	c   zirounding       :       0.00          0          0
1800.79/1801.55	c   rounding         :       0.00          0          0
1800.79/1801.55	c   shifting         :       0.00          0          0
1800.79/1801.55	c   intshifting      :       0.00          0          0
1800.79/1801.55	c   oneopt           :       0.00          0          0
1800.79/1801.55	c   twoopt           :       0.00          0          0
1800.79/1801.55	c   fixandinfer      :       0.00          0          0
1800.79/1801.55	c   feaspump         :       0.00          0          0
1800.79/1801.55	c   coefdiving       :       0.00          0          0
1800.79/1801.55	c   pscostdiving     :       0.00          0          0
1800.79/1801.55	c   fracdiving       :       0.00          0          0
1800.79/1801.55	c   veclendiving     :       0.00          0          0
1800.79/1801.55	c   intdiving        :       0.00          0          0
1800.79/1801.55	c   actconsdiving    :       0.00          0          0
1800.79/1801.55	c   objpscostdiving  :       0.00          0          0
1800.79/1801.55	c   rootsoldiving    :       0.00          0          0
1800.79/1801.55	c   linesearchdiving :       0.00          0          0
1800.79/1801.55	c   guideddiving     :       0.00          0          0
1800.79/1801.55	c   octane           :       0.00          0          0
1800.79/1801.55	c   rens             :       0.00          0          0
1800.79/1801.55	c   rins             :       0.00          0          0
1800.79/1801.55	c   localbranching   :       0.00          0          0
1800.79/1801.55	c   mutation         :       0.00          0          0
1800.79/1801.55	c   crossover        :       0.00          0          0
1800.79/1801.55	c   dins             :       0.00          0          0
1800.79/1801.55	c   undercover       :       0.00          0          0
1800.79/1801.55	c   nlp              :       0.00          0          0
1800.79/1801.55	c   trysol           :       0.00          0          0
1800.79/1801.55	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1800.79/1801.55	c   primal LP        :       0.03          0          0       0.00       0.00
1800.79/1801.55	c   dual LP          :    1195.48         15     157117   10474.47     131.43
1800.79/1801.55	c   lex dual LP      :       0.00          0          0       0.00          -
1800.79/1801.55	c   barrier LP       :       0.00          0          0       0.00          -
1800.79/1801.55	c   diving/probing LP:       0.00          0          0       0.00          -
1800.79/1801.55	c   strong branching :     571.31        367     144546     393.86     253.01
1800.79/1801.55	c     (at root node) :          -         33      32149     974.21          -
1800.79/1801.55	c   conflict analysis:       0.00          0          0       0.00          -
1800.79/1801.55	c B&B Tree           :
1800.79/1801.55	c   number of runs   :          1
1800.79/1801.55	c   nodes            :         10
1800.79/1801.55	c   nodes (total)    :         10
1800.79/1801.55	c   nodes left       :         11
1800.79/1801.55	c   max depth        :          7
1800.79/1801.55	c   max depth (total):          7
1800.79/1801.55	c   backtracks       :          1 (10.0%)
1800.79/1801.55	c   delayed cutoffs  :          0
1800.79/1801.55	c   repropagations   :          0 (0 domain reductions, 0 cutoffs)
1800.79/1801.55	c   avg switch length:       1.60
1800.79/1801.55	c   switching time   :       0.05
1800.79/1801.55	c Solution           :
1800.79/1801.55	c   Solutions found  :          0 (0 improvements)
1800.79/1801.55	c   Primal Bound     :          -
1800.79/1801.55	c   Dual Bound       : +0.00000000000000e+00
1800.79/1801.55	c   Gap              :   infinite
1800.79/1801.55	c   Root Dual Bound  : +0.00000000000000e+00
1800.79/1801.55	c   Root Iterations  :     155392
1800.98/1801.71	c Time complete: 1801.

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-2666015-1276345152/watcher-2666015-1276345152 -o /tmp/evaluation-result-2666015-1276345152/solver-2666015-1276345152 -C 1800 -W 2000 -M 1800 HOME/pbscip.linux.x86_64.gnu.opt.clp -f HOME/instance-2666015-1276345152.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 10529
/proc/meminfo: memFree=1484952/2059040 swapFree=4192956/4192956
[pid=10529] ppid=10527 vsize=9288 CPUtime=0
/proc/10529/stat : 10529 (pbscip.linux.x8) R 10527 10529 10000 0 -1 4202496 1060 0 0 0 0 0 0 0 20 0 1 0 10118699 9510912 981 1992294400 4194304 9819077 140736317661520 18446744073709551615 8675093 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/10529/statm: 2322 990 371 1374 0 943 0

[startup+0.100764 s]
/proc/loadavg: 1.00 1.00 1.00 3/106 10529
/proc/meminfo: memFree=1484952/2059040 swapFree=4192956/4192956
[pid=10529] ppid=10527 vsize=17232 CPUtime=0.09
/proc/10529/stat : 10529 (pbscip.linux.x8) R 10527 10529 10000 0 -1 4202496 3249 0 0 0 8 1 0 0 20 0 1 0 10118699 17645568 3170 1992294400 4194304 9819077 140736317661520 18446744073709551615 8675093 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/10529/statm: 4308 3170 386 1374 0 2929 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 17232

[startup+0.201783 s]
/proc/loadavg: 1.00 1.00 1.00 3/106 10529
/proc/meminfo: memFree=1484952/2059040 swapFree=4192956/4192956
[pid=10529] ppid=10527 vsize=19840 CPUtime=0.19
/proc/10529/stat : 10529 (pbscip.linux.x8) R 10527 10529 10000 0 -1 4202496 3885 0 0 0 18 1 0 0 20 0 1 0 10118699 20316160 3806 1992294400 4194304 9819077 140736317661520 18446744073709551615 8678201 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/10529/statm: 4960 3806 386 1374 0 3581 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 19840

[startup+0.301802 s]
/proc/loadavg: 1.00 1.00 1.00 3/106 10529
/proc/meminfo: memFree=1484952/2059040 swapFree=4192956/4192956
[pid=10529] ppid=10527 vsize=21504 CPUtime=0.29
/proc/10529/stat : 10529 (pbscip.linux.x8) R 10527 10529 10000 0 -1 4202496 4291 0 0 0 28 1 0 0 20 0 1 0 10118699 22020096 4212 1992294400 4194304 9819077 140736317661520 18446744073709551615 5651146 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/10529/statm: 5376 4212 386 1374 0 3997 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 21504

[startup+0.701876 s]
/proc/loadavg: 1.00 1.00 1.00 3/106 10529
/proc/meminfo: memFree=1484952/2059040 swapFree=4192956/4192956
[pid=10529] ppid=10527 vsize=54224 CPUtime=0.69
/proc/10529/stat : 10529 (pbscip.linux.x8) R 10527 10529 10000 0 -1 4202496 12906 0 0 0 65 4 0 0 20 0 1 0 10118699 55525376 12448 1992294400 4194304 9819077 140736317661520 18446744073709551615 4561370 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/10529/statm: 13556 12448 448 1374 0 12177 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 54224

[startup+1.50103 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 10530
/proc/meminfo: memFree=1430756/2059040 swapFree=4192956/4192956
[pid=10529] ppid=10527 vsize=104952 CPUtime=1.49
/proc/10529/stat : 10529 (pbscip.linux.x8) R 10527 10529 10000 0 -1 4202496 27233 0 0 0 132 17 0 0 22 0 1 0 10118699 107470848 21838 1992294400 4194304 9819077 140736317661520 18446744073709551615 6391510 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/10529/statm: 26238 21838 629 1374 0 24859 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 104952

[startup+3.10132 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 10530
/proc/meminfo: memFree=1398020/2059040 swapFree=4192956/4192956
[pid=10529] ppid=10527 vsize=107376 CPUtime=3.09
/proc/10529/stat : 10529 (pbscip.linux.x8) R 10527 10529 10000 0 -1 4202496 30384 0 0 0 290 19 0 0 25 0 1 0 10118699 109953024 22309 1992294400 4194304 9819077 140736317661520 18446744073709551615 6192358 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/10529/statm: 26844 22309 632 1374 0 25465 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 107376

[startup+6.30091 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 10530
/proc/meminfo: memFree=1398144/2059040 swapFree=4192956/4192956
[pid=10529] ppid=10527 vsize=108936 CPUtime=6.29
/proc/10529/stat : 10529 (pbscip.linux.x8) R 10527 10529 10000 0 -1 4202496 34122 0 0 0 607 22 0 0 25 0 1 0 10118699 111550464 22631 1992294400 4194304 9819077 140736317661520 18446744073709551615 7296045 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/10529/statm: 27234 22631 632 1374 0 25855 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 108936

[startup+12.7011 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 10532
/proc/meminfo: memFree=1398516/2059040 swapFree=4192956/4192956
[pid=10529] ppid=10527 vsize=109128 CPUtime=12.68
/proc/10529/stat : 10529 (pbscip.linux.x8) R 10527 10529 10000 0 -1 4202496 41315 0 0 0 1241 27 0 0 25 0 1 0 10118699 111747072 22534 1992294400 4194304 9819077 140736317661520 18446744073709551615 7290936 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/10529/statm: 27282 22534 632 1374 0 25903 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 109128

[startup+25.5015 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 10532
/proc/meminfo: memFree=1374584/2059040 swapFree=4192956/4192956
[pid=10529] ppid=10527 vsize=132768 CPUtime=25.48
/proc/10529/stat : 10529 (pbscip.linux.x8) R 10527 10529 10000 0 -1 4202496 56344 0 0 0 2512 36 0 0 25 0 1 0 10118699 135954432 28109 1992294400 4194304 9819077 140736317661520 18446744073709551615 6192309 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/10529/statm: 33192 28109 665 1374 0 31813 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 132768

[startup+51.1012 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 10532
/proc/meminfo: memFree=1372352/2059040 swapFree=4192956/4192956
[pid=10529] ppid=10527 vsize=138520 CPUtime=51.05
/proc/10529/stat : 10529 (pbscip.linux.x8) R 10527 10529 10000 0 -1 4202496 75356 0 0 0 5054 51 0 0 25 0 1 0 10118699 141844480 28734 1992294400 4194304 9819077 140736317661520 18446744073709551615 7306668 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/10529/statm: 34630 28734 665 1374 0 33251 0
Current children cumulated CPU time (s) 51.05
Current children cumulated vsize (KiB) 138520

[startup+102.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 10534
/proc/meminfo: memFree=1371608/2059040 swapFree=4192956/4192956
[pid=10529] ppid=10527 vsize=141724 CPUtime=102.24
/proc/10529/stat : 10529 (pbscip.linux.x8) R 10527 10529 10000 0 -1 4202496 110191 0 0 0 10154 70 0 0 25 0 1 0 10118699 145125376 28835 1992294400 4194304 9819077 140736317661520 18446744073709551615 7304805 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/10529/statm: 35431 28835 665 1374 0 34052 0
Current children cumulated CPU time (s) 102.24
Current children cumulated vsize (KiB) 141724

[startup+162.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 10536
/proc/meminfo: memFree=1372600/2059040 swapFree=4192956/4192956
[pid=10529] ppid=10527 vsize=140760 CPUtime=162.22
/proc/10529/stat : 10529 (pbscip.linux.x8) R 10527 10529 10000 0 -1 4202496 148643 0 0 0 16126 96 0 0 25 0 1 0 10118699 144138240 28674 1992294400 4194304 9819077 140736317661520 18446744073709551615 7290866 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/10529/statm: 35190 28674 665 1374 0 33811 0
Current children cumulated CPU time (s) 162.22
Current children cumulated vsize (KiB) 140760

[startup+222.309 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 10536
/proc/meminfo: memFree=1373840/2059040 swapFree=4192956/4192956
[pid=10529] ppid=10527 vsize=138420 CPUtime=222.2
/proc/10529/stat : 10529 (pbscip.linux.x8) R 10527 10529 10000 0 -1 4202496 187015 0 0 0 22097 123 0 0 25 0 1 0 10118699 141742080 28289 1992294400 4194304 9819077 140736317661520 18446744073709551615 6198302 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/10529/statm: 34605 28289 665 1374 0 33226 0
Current children cumulated CPU time (s) 222.2
Current children cumulated vsize (KiB) 138420

[startup+282.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 10538
/proc/meminfo: memFree=1373964/2059040 swapFree=4192956/4192956
[pid=10529] ppid=10527 vsize=133760 CPUtime=282.17
/proc/10529/stat : 10529 (pbscip.linux.x8) R 10527 10529 10000 0 -1 4202496 228130 0 0 0 28063 154 0 0 25 0 1 0 10118699 136970240 27635 1992294400 4194304 9819077 140736317661520 18446744073709551615 7290967 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/10529/statm: 33440 27635 665 1374 0 32061 0
Current children cumulated CPU time (s) 282.17
Current children cumulated vsize (KiB) 133760

[startup+342.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 10540
/proc/meminfo: memFree=1356976/2059040 swapFree=4192956/4192956
[pid=10529] ppid=10527 vsize=156180 CPUtime=342.15
/proc/10529/stat : 10529 (pbscip.linux.x8) R 10527 10529 10000 0 -1 4202496 274969 0 0 0 34026 189 0 0 25 0 1 0 10118699 159928320 32499 1992294400 4194304 9819077 140736317661520 18446744073709551615 7290971 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/10529/statm: 39045 32499 666 1374 0 37666 0
Current children cumulated CPU time (s) 342.15
Current children cumulated vsize (KiB) 156180

[startup+402.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 10542
/proc/meminfo: memFree=1358092/2059040 swapFree=4192956/4192956
[pid=10529] ppid=10527 vsize=155412 CPUtime=402.12
/proc/10529/stat : 10529 (pbscip.linux.x8) R 10527 10529 10000 0 -1 4202496 310559 0 0 0 39995 217 0 0 25 0 1 0 10118699 159141888 32319 1992294400 4194304 9819077 140736317661520 18446744073709551615 7291643 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/10529/statm: 38853 32319 666 1374 0 37474 0
Current children cumulated CPU time (s) 402.12
Current children cumulated vsize (KiB) 155412

[startup+462.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 10544
/proc/meminfo: memFree=1358216/2059040 swapFree=4192956/4192956
[pid=10529] ppid=10527 vsize=145384 CPUtime=462.1
/proc/10529/stat : 10529 (pbscip.linux.x8) R 10527 10529 10000 0 -1 4202496 344485 0 0 0 45968 242 0 0 25 0 1 0 10118699 148873216 30854 1992294400 4194304 9819077 140736317661520 18446744073709551615 7252834 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/10529/statm: 36346 30854 666 1374 0 34967 0
Current children cumulated CPU time (s) 462.1
Current children cumulated vsize (KiB) 145384

[startup+522.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 10544
/proc/meminfo: memFree=1350032/2059040 swapFree=4192956/4192956
[pid=10529] ppid=10527 vsize=160568 CPUtime=522.08
/proc/10529/stat : 10529 (pbscip.linux.x8) R 10527 10529 10000 0 -1 4202496 385865 0 0 0 51929 279 0 0 25 0 1 0 10118699 164421632 34830 1992294400 4194304 9819077 140736317661520 18446744073709551615 6391483 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/10529/statm: 40142 34830 666 1374 0 38763 0
Current children cumulated CPU time (s) 522.08
Current children cumulated vsize (KiB) 160568

[startup+582.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 10546
/proc/meminfo: memFree=1342964/2059040 swapFree=4192956/4192956
[pid=10529] ppid=10527 vsize=171732 CPUtime=582.05
/proc/10529/stat : 10529 (pbscip.linux.x8) R 10527 10529 10000 0 -1 4202496 425266 0 0 0 57900 305 0 0 25 0 1 0 10118699 175853568 35980 1992294400 4194304 9819077 140736317661520 18446744073709551615 6191175 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/10529/statm: 42933 35980 666 1374 0 41554 0
Current children cumulated CPU time (s) 582.05
Current children cumulated vsize (KiB) 171732

[startup+642.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 10548
/proc/meminfo: memFree=1343460/2059040 swapFree=4192956/4192956
[pid=10529] ppid=10527 vsize=170352 CPUtime=642.03
/proc/10529/stat : 10529 (pbscip.linux.x8) R 10527 10529 10000 0 -1 4202496 461036 0 0 0 63873 330 0 0 25 0 1 0 10118699 174440448 34798 1992294400 4194304 9819077 140736317661520 18446744073709551615 7294714 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/10529/statm: 42588 34798 666 1374 0 41209 0
Current children cumulated CPU time (s) 642.03
Current children cumulated vsize (KiB) 170352

[startup+702.3 s]

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

[startup+942.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 10556
/proc/meminfo: memFree=1334036/2059040 swapFree=4192956/4192956
[pid=10529] ppid=10527 vsize=177484 CPUtime=941.92
/proc/10529/stat : 10529 (pbscip.linux.x8) R 10527 10529 10000 0 -1 4202496 644189 0 0 0 93721 471 0 0 25 0 1 0 10118699 181743616 38292 1992294400 4194304 9819077 140736317661520 18446744073709551615 7296209 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/10529/statm: 44371 38292 666 1374 0 42992 0
Current children cumulated CPU time (s) 941.92
Current children cumulated vsize (KiB) 177484

[startup+1002.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 10558
/proc/meminfo: memFree=1318040/2059040 swapFree=4192956/4192956
[pid=10529] ppid=10527 vsize=197008 CPUtime=1001.89
/proc/10529/stat : 10529 (pbscip.linux.x8) R 10527 10529 10000 0 -1 4202496 688716 0 0 0 99687 502 0 0 25 0 1 0 10118699 201736192 42115 1992294400 4194304 9819077 140736317661520 18446744073709551615 7309299 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/10529/statm: 49252 42115 666 1374 0 47873 0
Current children cumulated CPU time (s) 1001.89
Current children cumulated vsize (KiB) 197008

[startup+1062.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 10560
/proc/meminfo: memFree=1317296/2059040 swapFree=4192956/4192956
[pid=10529] ppid=10527 vsize=197328 CPUtime=1061.86
/proc/10529/stat : 10529 (pbscip.linux.x8) R 10527 10529 10000 0 -1 4202496 735394 0 0 0 105657 529 0 0 25 0 1 0 10118699 202063872 41219 1992294400 4194304 9819077 140736317661520 18446744073709551615 6198708 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/10529/statm: 49332 41219 666 1374 0 47953 0
Current children cumulated CPU time (s) 1061.86
Current children cumulated vsize (KiB) 197328

[startup+1122.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 10560
/proc/meminfo: memFree=1319156/2059040 swapFree=4192956/4192956
[pid=10529] ppid=10527 vsize=195344 CPUtime=1121.84
/proc/10529/stat : 10529 (pbscip.linux.x8) R 10527 10529 10000 0 -1 4202496 774136 0 0 0 111628 556 0 0 25 0 1 0 10118699 200032256 41852 1992294400 4194304 9819077 140736317661520 18446744073709551615 7309067 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/10529/statm: 48836 41852 666 1374 0 47457 0
Current children cumulated CPU time (s) 1121.84
Current children cumulated vsize (KiB) 195344

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 10562
/proc/meminfo: memFree=1320396/2059040 swapFree=4192956/4192956
[pid=10529] ppid=10527 vsize=190840 CPUtime=1181.82
/proc/10529/stat : 10529 (pbscip.linux.x8) R 10527 10529 10000 0 -1 4202496 812984 0 0 0 117597 585 0 0 25 0 1 0 10118699 195420160 40632 1992294400 4194304 9819077 140736317661520 18446744073709551615 7293542 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/10529/statm: 47710 40632 666 1374 0 46331 0
Current children cumulated CPU time (s) 1181.82
Current children cumulated vsize (KiB) 190840

[startup+1242.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 10564
/proc/meminfo: memFree=1320892/2059040 swapFree=4192956/4192956
[pid=10529] ppid=10527 vsize=207880 CPUtime=1241.8
/proc/10529/stat : 10529 (pbscip.linux.x8) R 10527 10529 10000 0 -1 4202496 869279 0 0 0 123556 624 0 0 25 0 1 0 10118699 212869120 41040 1992294400 4194304 9819077 140736317661520 18446744073709551615 7291631 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/10529/statm: 51970 41040 675 1374 0 50591 0
Current children cumulated CPU time (s) 1241.8
Current children cumulated vsize (KiB) 207880

[startup+1302.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 10566
/proc/meminfo: memFree=1322008/2059040 swapFree=4192956/4192956
[pid=10529] ppid=10527 vsize=207880 CPUtime=1301.77
/proc/10529/stat : 10529 (pbscip.linux.x8) R 10527 10529 10000 0 -1 4202496 935977 0 0 0 129508 669 0 0 25 0 1 0 10118699 212869120 41358 1992294400 4194304 9819077 140736317661520 18446744073709551615 6699317 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/10529/statm: 51970 41358 675 1374 0 50591 0
Current children cumulated CPU time (s) 1301.77
Current children cumulated vsize (KiB) 207880

[startup+1362.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 10568
/proc/meminfo: memFree=1322380/2059040 swapFree=4192956/4192956
[pid=10529] ppid=10527 vsize=206052 CPUtime=1361.75
/proc/10529/stat : 10529 (pbscip.linux.x8) R 10527 10529 10000 0 -1 4202496 1027158 0 0 0 135450 725 0 0 25 0 1 0 10118699 210997248 40989 1992294400 4194304 9819077 140736317661520 18446744073709551615 6198260 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/10529/statm: 51513 40989 684 1374 0 50134 0
Current children cumulated CPU time (s) 1361.75
Current children cumulated vsize (KiB) 206052

[startup+1422.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 10568
/proc/meminfo: memFree=1321512/2059040 swapFree=4192956/4192956
[pid=10529] ppid=10527 vsize=206172 CPUtime=1421.73
/proc/10529/stat : 10529 (pbscip.linux.x8) R 10527 10529 10000 0 -1 4202496 1158860 0 0 0 141376 797 0 0 25 0 1 0 10118699 211120128 41169 1992294400 4194304 9819077 140736317661520 18446744073709551615 7291608 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/10529/statm: 51543 41169 685 1374 0 50164 0
Current children cumulated CPU time (s) 1421.73
Current children cumulated vsize (KiB) 206172

[startup+1482.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 10570
/proc/meminfo: memFree=1322132/2059040 swapFree=4192956/4192956
[pid=10529] ppid=10527 vsize=206308 CPUtime=1481.7
/proc/10529/stat : 10529 (pbscip.linux.x8) R 10527 10529 10000 0 -1 4202496 1306679 0 0 0 147292 878 0 0 25 0 1 0 10118699 211259392 41172 1992294400 4194304 9819077 140736317661520 18446744073709551615 7292028 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/10529/statm: 51577 41172 685 1374 0 50198 0
Current children cumulated CPU time (s) 1481.7
Current children cumulated vsize (KiB) 206308

[startup+1542.31 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 10572
/proc/meminfo: memFree=1320520/2059040 swapFree=4192956/4192956
[pid=10529] ppid=10527 vsize=206316 CPUtime=1541.69
/proc/10529/stat : 10529 (pbscip.linux.x8) R 10527 10529 10000 0 -1 4202496 1471228 0 0 0 153208 961 0 0 25 0 1 0 10118699 211267584 41422 1992294400 4194304 9819077 140736317661520 18446744073709551615 6191183 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/10529/statm: 51579 41422 685 1374 0 50200 0
Current children cumulated CPU time (s) 1541.69
Current children cumulated vsize (KiB) 206316

[startup+1602.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 10574
/proc/meminfo: memFree=1322132/2059040 swapFree=4192956/4192956
[pid=10529] ppid=10527 vsize=206488 CPUtime=1601.65
/proc/10529/stat : 10529 (pbscip.linux.x8) R 10527 10529 10000 0 -1 4202496 1607821 0 0 0 159132 1033 0 0 25 0 1 0 10118699 211443712 40959 1992294400 4194304 9819077 140736317661520 18446744073709551615 6198333 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/10529/statm: 51622 40959 685 1374 0 50243 0
Current children cumulated CPU time (s) 1601.65
Current children cumulated vsize (KiB) 206488

[startup+1662.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 10576
/proc/meminfo: memFree=1321760/2059040 swapFree=4192956/4192956
[pid=10529] ppid=10527 vsize=206616 CPUtime=1661.63
/proc/10529/stat : 10529 (pbscip.linux.x8) R 10527 10529 10000 0 -1 4202496 1755468 0 0 0 165053 1110 0 0 25 0 1 0 10118699 211574784 41129 1992294400 4194304 9819077 140736317661520 18446744073709551615 6191175 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/10529/statm: 51654 41129 685 1374 0 50275 0
Current children cumulated CPU time (s) 1661.63
Current children cumulated vsize (KiB) 206616

[startup+1722.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 10576
/proc/meminfo: memFree=1322008/2059040 swapFree=4192956/4192956
[pid=10529] ppid=10527 vsize=206560 CPUtime=1721.61
/proc/10529/stat : 10529 (pbscip.linux.x8) R 10527 10529 10000 0 -1 4202496 1895573 0 0 0 170977 1184 0 0 25 0 1 0 10118699 211517440 41117 1992294400 4194304 9819077 140736317661520 18446744073709551615 7304812 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/10529/statm: 51640 41117 685 1374 0 50261 0
Current children cumulated CPU time (s) 1721.61
Current children cumulated vsize (KiB) 206560

[startup+1782.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 10578
/proc/meminfo: memFree=1320644/2059040 swapFree=4192956/4192956
[pid=10529] ppid=10527 vsize=207748 CPUtime=1781.59
/proc/10529/stat : 10529 (pbscip.linux.x8) R 10527 10529 10000 0 -1 4202496 2016835 0 0 0 176908 1251 0 0 25 0 1 0 10118699 212733952 41432 1992294400 4194304 9819077 140736317661520 18446744073709551615 6198302 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/10529/statm: 51937 41432 699 1374 0 50558 0
Current children cumulated CPU time (s) 1781.59
Current children cumulated vsize (KiB) 207748



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.81 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 10578
/proc/meminfo: memFree=1320148/2059040 swapFree=4192956/4192956
[pid=10529] ppid=10527 vsize=208056 CPUtime=1800.09
/proc/10529/stat : 10529 (pbscip.linux.x8) R 10527 10529 10000 0 -1 4202496 2072825 0 0 0 178729 1280 0 0 25 0 1 0 10118699 213049344 41436 1992294400 4194304 9819077 140736317661520 18446744073709551615 7316348 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/10529/statm: 52014 41436 699 1374 0 50635 0
Current children cumulated CPU time (s) 1800.09
Current children cumulated vsize (KiB) 208056

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

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

[startup+1801.5 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 10578
/proc/meminfo: memFree=1320148/2059040 swapFree=4192956/4192956
[pid=10529] ppid=10527 vsize=207748 CPUtime=1800.79
/proc/10529/stat : 10529 (pbscip.linux.x8) R 10527 10529 10000 0 -1 4202496 2073155 0 0 0 178798 1281 0 0 25 0 1 0 10118699 212733952 41476 1992294400 4194304 9819077 140736317661520 18446744073709551615 7312705 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/10529/statm: 51937 41476 699 1374 0 50558 0
Current children cumulated CPU time (s) 1800.79
Current children cumulated vsize (KiB) 207748

[startup+1801.7 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 10578
/proc/meminfo: memFree=1320148/2059040 swapFree=4192956/4192956
[pid=10529] ppid=10527 vsize=43560 CPUtime=1800.98
/proc/10529/stat : 10529 (pbscip.linux.x8) R 10527 10529 10000 0 -1 4202496 2073746 0 0 0 178816 1282 0 0 25 0 1 0 10118699 44605440 10042 1992294400 4194304 9819077 140736317661520 18446744073709551615 6179930 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/10529/statm: 10890 10042 707 1374 0 9511 0
Current children cumulated CPU time (s) 1800.98
Current children cumulated vsize (KiB) 43560

Child status: 0
Real time (s): 1801.72
CPU time (s): 1801.01
CPU user time (s): 1788.17
CPU system time (s): 12.833
CPU usage (%): 99.9605
Max. virtual memory (cumulated for all children) (KiB): 209612

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1788.17
system time used= 12.833
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 2073755
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= 2
involuntary context switches= 2201

runsolver used 2.93555 second user time and 8.5567 second system time

The end

Launcher Data

Begin job on node007 at 2010-06-12 14:19:12
IDJOB=2666015
IDBENCH=1501
IDSOLVER=1168
FILE ID=node007/2666015-1276345152
PBS_JOBID= 11173175
Free space on /tmp= 62456 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,3-13,19.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-2666015-1276345152/watcher-2666015-1276345152 -o /tmp/evaluation-result-2666015-1276345152/solver-2666015-1276345152 -C 1800 -W 2000 -M 1800  HOME/pbscip.linux.x86_64.gnu.opt.clp -f HOME/instance-2666015-1276345152.opb -t 1800 -m 1800

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

MD5SUM BENCH= 24c836f3fcb46569dfcfdc2eda4dee98
RANDOM SEED=1694845727

node007.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.264
cache size	: 2048 KB
physical id	: 0
siblings	: 1
core id		: 0
cpu cores	: 1
apicid		: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm constant_tsc pni monitor ds_cpl cid cx16 xtpr
bogomips	: 6000.52
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.264
cache size	: 2048 KB
physical id	: 3
siblings	: 1
core id		: 0
cpu cores	: 1
apicid		: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm constant_tsc pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5599.44
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1485480 kB
Buffers:        116580 kB
Cached:         327480 kB
SwapCached:          0 kB
Active:         185092 kB
Inactive:       318220 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1485480 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:            7240 kB
Writeback:           0 kB
AnonPages:       59372 kB
Mapped:          15404 kB
Slab:            48552 kB
PageTables:       3892 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   180216 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= 62448 MiB
End job on node007 at 2010-06-12 14:49:15