Trace number 2664902

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) 1802.01 1802.5

General information on the benchmark

Namenormalized-PB07/SATUNSAT-SMALLINT-NLC/submittedPB07/
manquinho/dbsg/normalized-dbsg_500_25_3_80.opb
MD5SUM6671ed3c9b389a2223dba62c8a435d2e
Bench CategoryDEC-SMALLINT-NLC (no optimisation, small integers, non linear constraints)
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 variables1000
Total number of constraints1502
Number of constraints which are clauses500
Number of constraints which are cardinality constraints (but not clauses)1
Number of constraints which are nor clauses,nor cardinality constraints1001
Minimum length of a constraint2
Maximum length of a constraint1000
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 80
Number of bits of the biggest number in a constraint 7
Biggest sum of numbers in a constraint 1000
Number of bits of the biggest sum of numbers10
Number of products (including duplicates)31444
Sum of products size (including duplicates)62888
Number of different products15722
Sum of products size31444

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-2664902-1276680904.opb>
0.19/0.20	c original problem has 16722 variables (16722 bin, 0 int, 0 impl, 0 cont) and 17224 constraints
0.19/0.20	c problem read
0.19/0.20	c No objective function, only one solution is needed.
0.19/0.20	c presolving settings loaded
0.39/0.42	c presolving:
0.89/0.98	c (round 1) 0 del vars, 0 del conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 1501 upgd conss, 126776 impls, 1000 clqs
1.29/1.38	c presolving (2 rounds):
1.29/1.38	c  0 deleted vars, 0 deleted constraints, 0 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
1.29/1.38	c  126776 implications, 1000 cliques
1.29/1.38	c presolved problem has 16722 variables (16722 bin, 0 int, 0 impl, 0 cont) and 17224 constraints
1.29/1.38	c       1 constraints of type <knapsack>
1.29/1.38	c    1000 constraints of type <setppc>
1.29/1.38	c   15722 constraints of type <and>
1.29/1.38	c       1 constraints of type <linear>
1.29/1.38	c     500 constraints of type <logicor>
1.29/1.38	c transformed objective value is always integral (scale: 1)
1.29/1.38	c Presolving Time: 0.84
1.29/1.38	c - non default parameters ----------------------------------------------------------------------
1.29/1.38	c # SCIP version 1.2.1.2
1.29/1.38	c 
1.29/1.38	c # frequency for displaying node information lines
1.29/1.38	c # [type: int, range: [-1,2147483647], default: 100]
1.29/1.38	c display/freq = 10000
1.29/1.38	c 
1.29/1.38	c # maximal time in seconds to run
1.29/1.38	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
1.29/1.38	c limits/time = 1799.81
1.29/1.38	c 
1.29/1.38	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
1.29/1.38	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
1.29/1.38	c limits/memory = 1620
1.29/1.38	c 
1.29/1.38	c # solving stops, if the given number of solutions were found (-1: no limit)
1.29/1.38	c # [type: int, range: [-1,2147483647], default: -1]
1.29/1.38	c limits/solutions = 1
1.29/1.38	c 
1.29/1.38	c # maximal number of separation rounds per node (-1: unlimited)
1.29/1.38	c # [type: int, range: [-1,2147483647], default: 5]
1.29/1.38	c separating/maxrounds = 1
1.29/1.38	c 
1.29/1.38	c # maximal number of separation rounds in the root node (-1: unlimited)
1.29/1.38	c # [type: int, range: [-1,2147483647], default: -1]
1.29/1.38	c separating/maxroundsroot = 5
1.29/1.38	c 
1.29/1.38	c # should presolving try to simplify inequalities
1.29/1.38	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
1.29/1.38	c constraints/linear/simplifyinequalities = TRUE
1.29/1.38	c 
1.29/1.38	c # should disaggregation of knapsack constraints be allowed in preprocessing?
1.29/1.38	c # [type: bool, range: {TRUE,FALSE}, default: TRUE]
1.29/1.38	c constraints/knapsack/disaggregation = FALSE
1.29/1.38	c 
1.29/1.38	c # should presolving try to simplify knapsacks
1.29/1.38	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
1.29/1.38	c constraints/knapsack/simplifyinequalities = TRUE
1.29/1.38	c 
1.29/1.38	c # maximal number of presolving rounds the presolver participates in (-1: no limit)
1.29/1.38	c # [type: int, range: [-1,2147483647], default: -1]
1.29/1.38	c presolving/probing/maxrounds = 0
1.29/1.38	c 
1.29/1.38	c # frequency for calling primal heuristic <coefdiving> (-1: never, 0: only at depth freqofs)
1.29/1.38	c # [type: int, range: [-1,2147483647], default: 10]
1.29/1.38	c heuristics/coefdiving/freq = -1
1.29/1.38	c 
1.29/1.38	c # maximal fraction of diving LP iterations compared to node LP iterations
1.29/1.38	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
1.29/1.38	c heuristics/coefdiving/maxlpiterquot = 0.075
1.29/1.38	c 
1.29/1.38	c # additional number of allowed LP iterations
1.29/1.38	c # [type: int, range: [0,2147483647], default: 1000]
1.29/1.38	c heuristics/coefdiving/maxlpiterofs = 1500
1.29/1.38	c 
1.29/1.38	c # frequency for calling primal heuristic <crossover> (-1: never, 0: only at depth freqofs)
1.29/1.38	c # [type: int, range: [-1,2147483647], default: 30]
1.29/1.38	c heuristics/crossover/freq = -1
1.29/1.38	c 
1.29/1.38	c # number of nodes added to the contingent of the total nodes
1.29/1.38	c # [type: longint, range: [0,9223372036854775807], default: 500]
1.29/1.38	c heuristics/crossover/nodesofs = 750
1.29/1.38	c 
1.29/1.38	c # number of nodes without incumbent change that heuristic should wait
1.29/1.38	c # [type: longint, range: [0,9223372036854775807], default: 200]
1.29/1.38	c heuristics/crossover/nwaitingnodes = 100
1.29/1.38	c 
1.29/1.38	c # contingent of sub problem nodes in relation to the number of nodes of the original problem
1.29/1.38	c # [type: real, range: [0,1], default: 0.1]
1.29/1.38	c heuristics/crossover/nodesquot = 0.15
1.29/1.38	c 
1.29/1.38	c # minimum percentage of integer variables that have to be fixed 
1.29/1.38	c # [type: real, range: [0,1], default: 0.666]
1.29/1.38	c heuristics/crossover/minfixingrate = 0.5
1.29/1.38	c 
1.29/1.38	c # frequency for calling primal heuristic <feaspump> (-1: never, 0: only at depth freqofs)
1.29/1.38	c # [type: int, range: [-1,2147483647], default: 20]
1.29/1.38	c heuristics/feaspump/freq = -1
1.29/1.38	c 
1.29/1.38	c # additional number of allowed LP iterations
1.29/1.38	c # [type: int, range: [0,2147483647], default: 1000]
1.29/1.38	c heuristics/feaspump/maxlpiterofs = 2000
1.29/1.38	c 
1.29/1.38	c # frequency for calling primal heuristic <fracdiving> (-1: never, 0: only at depth freqofs)
1.29/1.38	c # [type: int, range: [-1,2147483647], default: 10]
1.29/1.38	c heuristics/fracdiving/freq = -1
1.29/1.38	c 
1.29/1.38	c # maximal fraction of diving LP iterations compared to node LP iterations
1.29/1.38	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
1.29/1.38	c heuristics/fracdiving/maxlpiterquot = 0.075
1.29/1.38	c 
1.29/1.38	c # additional number of allowed LP iterations
1.29/1.38	c # [type: int, range: [0,2147483647], default: 1000]
1.29/1.38	c heuristics/fracdiving/maxlpiterofs = 1500
1.29/1.38	c 
1.29/1.38	c # frequency for calling primal heuristic <guideddiving> (-1: never, 0: only at depth freqofs)
1.29/1.38	c # [type: int, range: [-1,2147483647], default: 10]
1.29/1.38	c heuristics/guideddiving/freq = -1
1.29/1.38	c 
1.29/1.38	c # maximal fraction of diving LP iterations compared to node LP iterations
1.29/1.38	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
1.29/1.38	c heuristics/guideddiving/maxlpiterquot = 0.075
1.29/1.38	c 
1.29/1.38	c # additional number of allowed LP iterations
1.29/1.38	c # [type: int, range: [0,2147483647], default: 1000]
1.29/1.38	c heuristics/guideddiving/maxlpiterofs = 1500
1.29/1.38	c 
1.29/1.38	c # maximal fraction of diving LP iterations compared to node LP iterations
1.29/1.38	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
1.29/1.38	c heuristics/intdiving/maxlpiterquot = 0.075
1.29/1.38	c 
1.29/1.38	c # frequency for calling primal heuristic <intshifting> (-1: never, 0: only at depth freqofs)
1.29/1.38	c # [type: int, range: [-1,2147483647], default: 10]
1.29/1.38	c heuristics/intshifting/freq = -1
1.29/1.38	c 
1.29/1.38	c # frequency for calling primal heuristic <linesearchdiving> (-1: never, 0: only at depth freqofs)
1.29/1.38	c # [type: int, range: [-1,2147483647], default: 10]
1.29/1.38	c heuristics/linesearchdiving/freq = -1
1.29/1.38	c 
1.29/1.38	c # maximal fraction of diving LP iterations compared to node LP iterations
1.29/1.38	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
1.29/1.38	c heuristics/linesearchdiving/maxlpiterquot = 0.075
1.29/1.38	c 
1.29/1.38	c # additional number of allowed LP iterations
1.29/1.38	c # [type: int, range: [0,2147483647], default: 1000]
1.29/1.38	c heuristics/linesearchdiving/maxlpiterofs = 1500
1.29/1.38	c 
1.29/1.38	c # frequency for calling primal heuristic <nlp> (-1: never, 0: only at depth freqofs)
1.29/1.38	c # [type: int, range: [-1,2147483647], default: 1]
1.29/1.38	c heuristics/nlp/freq = -1
1.29/1.38	c 
1.29/1.38	c # frequency for calling primal heuristic <objpscostdiving> (-1: never, 0: only at depth freqofs)
1.29/1.38	c # [type: int, range: [-1,2147483647], default: 20]
1.29/1.38	c heuristics/objpscostdiving/freq = -1
1.29/1.38	c 
1.29/1.38	c # maximal fraction of diving LP iterations compared to total iteration number
1.29/1.38	c # [type: real, range: [0,1], default: 0.01]
1.29/1.38	c heuristics/objpscostdiving/maxlpiterquot = 0.015
1.29/1.38	c 
1.29/1.38	c # additional number of allowed LP iterations
1.29/1.38	c # [type: int, range: [0,2147483647], default: 1000]
1.29/1.38	c heuristics/objpscostdiving/maxlpiterofs = 1500
1.29/1.38	c 
1.29/1.38	c # frequency for calling primal heuristic <oneopt> (-1: never, 0: only at depth freqofs)
1.29/1.38	c # [type: int, range: [-1,2147483647], default: 1]
1.29/1.38	c heuristics/oneopt/freq = -1
1.29/1.38	c 
1.29/1.38	c # frequency for calling primal heuristic <pscostdiving> (-1: never, 0: only at depth freqofs)
1.29/1.38	c # [type: int, range: [-1,2147483647], default: 10]
1.29/1.38	c heuristics/pscostdiving/freq = -1
1.29/1.38	c 
1.29/1.38	c # maximal fraction of diving LP iterations compared to node LP iterations
1.29/1.38	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
1.29/1.38	c heuristics/pscostdiving/maxlpiterquot = 0.075
1.29/1.38	c 
1.29/1.38	c # additional number of allowed LP iterations
1.29/1.38	c # [type: int, range: [0,2147483647], default: 1000]
1.29/1.38	c heuristics/pscostdiving/maxlpiterofs = 1500
1.29/1.38	c 
1.29/1.38	c # frequency for calling primal heuristic <rens> (-1: never, 0: only at depth freqofs)
1.29/1.38	c # [type: int, range: [-1,2147483647], default: 0]
1.29/1.38	c heuristics/rens/freq = -1
1.29/1.38	c 
1.29/1.38	c # minimum percentage of integer variables that have to be fixable 
1.29/1.38	c # [type: real, range: [0,1], default: 0.5]
1.29/1.38	c heuristics/rens/minfixingrate = 0.3
1.29/1.38	c 
1.29/1.38	c # number of nodes added to the contingent of the total nodes
1.29/1.38	c # [type: longint, range: [0,9223372036854775807], default: 500]
1.29/1.38	c heuristics/rens/nodesofs = 2000
1.29/1.38	c 
1.29/1.38	c # frequency for calling primal heuristic <rootsoldiving> (-1: never, 0: only at depth freqofs)
1.29/1.38	c # [type: int, range: [-1,2147483647], default: 20]
1.29/1.38	c heuristics/rootsoldiving/freq = -1
1.29/1.38	c 
1.29/1.38	c # maximal fraction of diving LP iterations compared to node LP iterations
1.29/1.38	c # [type: real, range: [0,1.79769313486232e+308], default: 0.01]
1.29/1.38	c heuristics/rootsoldiving/maxlpiterquot = 0.015
1.29/1.38	c 
1.29/1.38	c # additional number of allowed LP iterations
1.29/1.38	c # [type: int, range: [0,2147483647], default: 1000]
1.29/1.38	c heuristics/rootsoldiving/maxlpiterofs = 1500
1.29/1.38	c 
1.29/1.38	c # frequency for calling primal heuristic <rounding> (-1: never, 0: only at depth freqofs)
1.29/1.38	c # [type: int, range: [-1,2147483647], default: 1]
1.29/1.38	c heuristics/rounding/freq = -1
1.29/1.38	c 
1.29/1.38	c # frequency for calling primal heuristic <shifting> (-1: never, 0: only at depth freqofs)
1.29/1.38	c # [type: int, range: [-1,2147483647], default: 10]
1.29/1.38	c heuristics/shifting/freq = -1
1.29/1.38	c 
1.29/1.38	c # frequency for calling primal heuristic <simplerounding> (-1: never, 0: only at depth freqofs)
1.29/1.38	c # [type: int, range: [-1,2147483647], default: 1]
1.29/1.38	c heuristics/simplerounding/freq = -1
1.29/1.38	c 
1.29/1.38	c # frequency for calling primal heuristic <trivial> (-1: never, 0: only at depth freqofs)
1.29/1.38	c # [type: int, range: [-1,2147483647], default: 0]
1.29/1.38	c heuristics/trivial/freq = -1
1.29/1.38	c 
1.29/1.38	c # frequency for calling primal heuristic <trysol> (-1: never, 0: only at depth freqofs)
1.29/1.38	c # [type: int, range: [-1,2147483647], default: 1]
1.29/1.38	c heuristics/trysol/freq = -1
1.29/1.38	c 
1.29/1.38	c # frequency for calling primal heuristic <veclendiving> (-1: never, 0: only at depth freqofs)
1.29/1.38	c # [type: int, range: [-1,2147483647], default: 10]
1.29/1.38	c heuristics/veclendiving/freq = -1
1.29/1.38	c 
1.29/1.38	c # maximal fraction of diving LP iterations compared to node LP iterations
1.29/1.38	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
1.29/1.38	c heuristics/veclendiving/maxlpiterquot = 0.075
1.29/1.38	c 
1.29/1.38	c # additional number of allowed LP iterations
1.29/1.38	c # [type: int, range: [0,2147483647], default: 1000]
1.29/1.38	c heuristics/veclendiving/maxlpiterofs = 1500
1.29/1.38	c 
1.29/1.38	c # frequency for calling primal heuristic <zirounding> (-1: never, 0: only at depth freqofs)
1.29/1.38	c # [type: int, range: [-1,2147483647], default: 1]
1.29/1.38	c heuristics/zirounding/freq = -1
1.29/1.38	c 
1.29/1.38	c # frequency for calling separator <cmir> (-1: never, 0: only in root node)
1.29/1.38	c # [type: int, range: [-1,2147483647], default: 0]
1.29/1.38	c separating/cmir/freq = -1
1.29/1.38	c 
1.29/1.38	c # frequency for calling separator <flowcover> (-1: never, 0: only in root node)
1.29/1.38	c # [type: int, range: [-1,2147483647], default: 0]
1.29/1.38	c separating/flowcover/freq = -1
1.29/1.38	c 
1.29/1.38	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
1.29/1.38	c # [type: int, range: [-1,2147483647], default: -1]
1.29/1.38	c separating/rapidlearning/freq = 0
1.29/1.38	c 
1.29/1.38	c -----------------------------------------------------------------------------------------------
1.29/1.38	c start solving
1.39/1.40	c 
37.68/37.77	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
37.68/37.77	c  37.0s|     1 |     0 |  6271 |     - |  75M|   0 |1622 |  16k|  17k|  16k|  32k|   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
196.24/196.35	c   195s|     1 |     0 |  8386 |     - |  83M|   0 |1440 |  16k|  17k|  16k|  33k| 752 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
340.91/341.05	c   340s|     1 |     0 |  9216 |     - |  91M|   0 |1300 |  16k|  17k|  16k|  34k|1054 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
457.67/457.81	c   456s|     1 |     0 |  9689 |     - |  99M|   0 |1189 |  16k|  17k|  16k|  34k|1140 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
578.35/578.53	c   577s|     1 |     0 |  9885 |     - | 107M|   0 |1103 |  16k|  17k|  16k|  34k|1186 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
685.31/685.55	c   684s|     1 |     0 | 10037 |     - | 114M|   0 |1036 |  16k|  17k|  16k|  34k|1209 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
752.20/752.48	c   750s|     1 |     2 | 10037 |     - | 114M|   0 |1036 |  16k|  17k|  16k|  34k|1209 |   0 |  26 | 0.000000e+00 |      --      |    Inf 
1800.01/1800.50	c pressed CTRL-C 1 times (5 times for forcing termination)
1800.70/1801.27	c 
1800.70/1801.27	c SCIP Status        : solving was interrupted [user interrupt]
1800.70/1801.27	c Solving Time (sec) : 1791.06
1800.70/1801.27	c Solving Nodes      : 226
1800.70/1801.27	c Primal Bound       : +1.00000000000000e+20 (0 solutions)
1800.70/1801.27	c Dual Bound         : +0.00000000000000e+00
1800.70/1801.27	c Gap                : infinite
1800.70/1801.27	s UNKNOWN
1800.70/1801.27	c SCIP Status        : solving was interrupted [user interrupt]
1800.70/1801.27	c Solving Time       :    1791.06
1800.70/1801.27	c Original Problem   :
1800.70/1801.27	c   Problem name     : HOME/instance-2664902-1276680904.opb
1800.70/1801.27	c   Variables        : 16722 (16722 binary, 0 integer, 0 implicit integer, 0 continuous)
1800.70/1801.27	c   Constraints      : 17224 initial, 17224 maximal
1800.70/1801.27	c Presolved Problem  :
1800.70/1801.27	c   Problem name     : t_HOME/instance-2664902-1276680904.opb
1800.70/1801.27	c   Variables        : 16722 (16722 binary, 0 integer, 0 implicit integer, 0 continuous)
1800.70/1801.27	c   Constraints      : 17224 initial, 17225 maximal
1800.70/1801.27	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
1800.70/1801.27	c   trivial          :       0.01          0          0          0          0          0          0          0          0
1800.70/1801.27	c   dualfix          :       0.00          0          0          0          0          0          0          0          0
1800.70/1801.27	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
1800.70/1801.27	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
1800.70/1801.27	c   implics          :       0.01          0          0          0          0          0          0          0          0
1800.70/1801.27	c   probing          :       0.00          0          0          0          0          0          0          0          0
1800.70/1801.27	c   knapsack         :       0.04          0          0          0          0          0          0          0          0
1800.70/1801.27	c   setppc           :       0.03          0          0          0          0          0          0          0          0
1800.70/1801.27	c   and              :       0.48          0          0          0          0          0          0          0          0
1800.70/1801.27	c   linear           :       0.12          0          0          0          0          0          0          0          0
1800.70/1801.27	c   logicor          :       0.01          0          0          0          0          0          0          0          0
1800.70/1801.27	c   root node        :          -          0          -          -          0          -          -          -          -
1800.70/1801.27	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
1800.70/1801.27	c   integral         :          0          0          0        215          0          0          0          0          0        430
1800.70/1801.27	c   knapsack         :          1          5        567          0          0          0          0          0          0          0
1800.70/1801.27	c   setppc           :       1000          5        567          0          0          1       1394          0          0          0
1800.70/1801.27	c   and              :      15722        229        566          0          0          0      39601      60180          0          0
1800.70/1801.27	c   linear           :          1          5        566          0          0          0          0          0          0          0
1800.70/1801.27	c   logicor          :        500+         5        148          0          0          0         94          0          0          0
1800.70/1801.27	c   countsols        :          0          0          0          0          0          0          0          0          0          0
1800.70/1801.27	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
1800.70/1801.27	c   integral         :     383.41       0.00       0.00     383.41       0.00
1800.70/1801.27	c   knapsack         :       0.56       0.55       0.01       0.00       0.00
1800.70/1801.27	c   setppc           :       0.08       0.01       0.07       0.00       0.00
1800.70/1801.27	c   and              :       2.95       2.30       0.65       0.00       0.00
1800.70/1801.27	c   linear           :       0.13       0.00       0.13       0.00       0.00
1800.70/1801.27	c   logicor          :       0.00       0.00       0.00       0.00       0.00
1800.70/1801.27	c   countsols        :       0.00       0.00       0.00       0.00       0.00
1800.70/1801.27	c Propagators        :       Time      Calls    Cutoffs    DomReds
1800.70/1801.27	c   vbounds          :       0.00          1          0          0
1800.70/1801.27	c   rootredcost      :       0.00          0          0          0
1800.70/1801.27	c   pseudoobj        :       0.00          0          0          0
1800.70/1801.27	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1800.70/1801.27	c   propagation      :       0.00          1          1          1        3.0          0        0.0          -
1800.70/1801.27	c   infeasible LP    :       0.03         10          0          0        0.0          0        0.0          0
1800.70/1801.27	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1800.70/1801.27	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1800.70/1801.27	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1800.70/1801.27	c   applied globally :          -          -          -          1        3.0          -          -          -
1800.70/1801.27	c   applied locally  :          -          -          -          0        0.0          -          -          -
1800.70/1801.27	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1800.70/1801.27	c   cut pool         :       0.02          4          -          -          7          -    (maximal pool size: 2023)
1800.70/1801.27	c   redcost          :       0.53        229          0          0          0          0
1800.70/1801.27	c   impliedbounds    :       0.05          5          0          0       1387          0
1800.70/1801.27	c   intobj           :       0.00          0          0          0          0          0
1800.70/1801.27	c   cgmip            :       0.00          0          0          0          0          0
1800.70/1801.27	c   gomory           :     345.45          5          0          0          0          0
1800.70/1801.27	c   strongcg         :     263.38          5          0          0       2500          0
1800.70/1801.27	c   cmir             :       0.00          0          0          0          0          0
1800.70/1801.27	c   flowcover        :       0.00          0          0          0          0          0
1800.70/1801.27	c   clique           :       0.65          5          0          0         31          0
1800.70/1801.27	c   zerohalf         :       0.00          0          0          0          0          0
1800.70/1801.27	c   mcf              :       6.04          5          0          0        257          0
1800.70/1801.27	c   rapidlearning    :       0.00          0          0          0          0          0
1800.70/1801.27	c Pricers            :       Time      Calls       Vars
1800.70/1801.27	c   problem variables:       0.00          0          0
1800.70/1801.27	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1800.70/1801.27	c   relpscost        :     383.41        215          0          0          0          0        430
1800.70/1801.27	c   pscost           :       0.00          0          0          0          0          0          0
1800.70/1801.27	c   inference        :       0.00          0          0          0          0          0          0
1800.70/1801.27	c   mostinf          :       0.00          0          0          0          0          0          0
1800.70/1801.27	c   leastinf         :       0.00          0          0          0          0          0          0
1800.70/1801.27	c   fullstrong       :       0.00          0          0          0          0          0          0
1800.70/1801.27	c   allfullstrong    :       0.00          0          0          0          0          0          0
1800.70/1801.27	c   random           :       0.00          0          0          0          0          0          0
1800.70/1801.27	c Primal Heuristics  :       Time      Calls      Found
1800.70/1801.27	c   LP solutions     :       0.00          -          0
1800.70/1801.27	c   pseudo solutions :       0.00          -          0
1800.70/1801.27	c   trivial          :       0.03          1          0
1800.70/1801.27	c   simplerounding   :       0.00          0          0
1800.70/1801.27	c   zirounding       :       0.00          0          0
1800.70/1801.27	c   rounding         :       0.00          0          0
1800.70/1801.27	c   shifting         :       0.00          0          0
1800.70/1801.27	c   intshifting      :       0.00          0          0
1800.70/1801.27	c   oneopt           :       0.00          0          0
1800.70/1801.27	c   twoopt           :       0.00          0          0
1800.70/1801.27	c   fixandinfer      :       0.00          0          0
1800.70/1801.27	c   feaspump         :       0.00          0          0
1800.70/1801.27	c   coefdiving       :       0.00          0          0
1800.70/1801.27	c   pscostdiving     :       0.00          0          0
1800.70/1801.27	c   fracdiving       :       0.00          0          0
1800.70/1801.27	c   veclendiving     :       0.00          0          0
1800.70/1801.27	c   intdiving        :       0.00          0          0
1800.70/1801.27	c   actconsdiving    :       0.00          0          0
1800.70/1801.27	c   objpscostdiving  :       0.00          0          0
1800.70/1801.27	c   rootsoldiving    :       0.00          0          0
1800.70/1801.27	c   linesearchdiving :       0.00          0          0
1800.70/1801.27	c   guideddiving     :       0.00          0          0
1800.70/1801.27	c   octane           :       0.00          0          0
1800.70/1801.27	c   rens             :       0.00          0          0
1800.70/1801.27	c   rins             :       0.00          0          0
1800.70/1801.27	c   localbranching   :       0.00          0          0
1800.70/1801.27	c   mutation         :       0.00          0          0
1800.70/1801.27	c   crossover        :       0.00          0          0
1800.70/1801.27	c   dins             :       0.00          0          0
1800.70/1801.27	c   undercover       :       0.00          0          0
1800.70/1801.27	c   nlp              :       0.00          0          0
1800.70/1801.27	c   trysol           :       0.00          0          0
1800.70/1801.27	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1800.70/1801.27	c   primal LP        :     177.51          0          0       0.00       0.00
1800.70/1801.27	c   dual LP          :     601.32        454     123540     272.11     205.45
1800.70/1801.27	c   lex dual LP      :       0.00          0          0       0.00          -
1800.70/1801.27	c   barrier LP       :       0.00          0          0       0.00          -
1800.70/1801.27	c   diving/probing LP:       0.00          0          0       0.00          -
1800.70/1801.27	c   strong branching :     383.24        453     176137     388.82     459.60
1800.70/1801.27	c     (at root node) :          -         26       9047     347.96          -
1800.70/1801.27	c   conflict analysis:       0.00          0          0       0.00          -
1800.70/1801.27	c B&B Tree           :
1800.70/1801.27	c   number of runs   :          1
1800.70/1801.27	c   nodes            :        226
1800.70/1801.27	c   nodes (total)    :        226
1800.70/1801.27	c   nodes left       :        205
1800.70/1801.27	c   max depth        :         59
1800.70/1801.27	c   max depth (total):         59
1800.70/1801.27	c   backtracks       :         27 (11.9%)
1800.70/1801.27	c   delayed cutoffs  :          0
1800.70/1801.27	c   repropagations   :         13 (21 domain reductions, 0 cutoffs)
1800.70/1801.27	c   avg switch length:       2.70
1800.70/1801.27	c   switching time   :     178.11
1800.70/1801.27	c Solution           :
1800.70/1801.27	c   Solutions found  :          0 (0 improvements)
1800.70/1801.27	c   Primal Bound     :          -
1800.70/1801.27	c   Dual Bound       : +0.00000000000000e+00
1800.70/1801.27	c   Gap              :   infinite
1800.70/1801.27	c   Root Dual Bound  : +0.00000000000000e+00
1800.70/1801.27	c   Root Iterations  :      10037
1801.90/1802.50	c Time complete: 1802.

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-2664902-1276680904/watcher-2664902-1276680904 -o /tmp/evaluation-result-2664902-1276680904/solver-2664902-1276680904 -C 1800 -W 2000 -M 1800 HOME/pbscip.linux.x86_64.gnu.opt.clp -f HOME/instance-2664902-1276680904.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 16972
/proc/meminfo: memFree=1787764/2059040 swapFree=4152912/4192956
[pid=16972] ppid=16970 vsize=9436 CPUtime=0
/proc/16972/stat : 16972 (pbscip.linux.x8) R 16970 16972 16420 0 -1 4202496 1051 0 0 0 0 0 0 0 18 0 1 0 9385420 9662464 973 1992294400 4194304 9819077 140736366627840 18446744073709551615 8675093 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/16972/statm: 2359 982 371 1374 0 980 0

[startup+0.024875 s]
/proc/loadavg: 1.00 1.00 1.00 3/106 16972
/proc/meminfo: memFree=1787764/2059040 swapFree=4152912/4192956
[pid=16972] ppid=16970 vsize=13948 CPUtime=0.01
/proc/16972/stat : 16972 (pbscip.linux.x8) R 16970 16972 16420 0 -1 4202496 2380 0 0 0 1 0 0 0 20 0 1 0 9385420 14282752 2301 1992294400 4194304 9819077 140736366627840 18446744073709551615 8586396 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/16972/statm: 3487 2301 387 1374 0 2108 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 13948

[startup+0.100883 s]
/proc/loadavg: 1.00 1.00 1.00 3/106 16972
/proc/meminfo: memFree=1787764/2059040 swapFree=4152912/4192956
[pid=16972] ppid=16970 vsize=24344 CPUtime=0.09
/proc/16972/stat : 16972 (pbscip.linux.x8) R 16970 16972 16420 0 -1 4202496 4995 0 0 0 7 2 0 0 20 0 1 0 9385420 24928256 4916 1992294400 4194304 9819077 140736366627840 18446744073709551615 8080951 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/16972/statm: 6086 4916 387 1374 0 4707 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 24344

[startup+0.300905 s]
/proc/loadavg: 1.00 1.00 1.00 3/106 16972
/proc/meminfo: memFree=1787764/2059040 swapFree=4152912/4192956
[pid=16972] ppid=16970 vsize=52252 CPUtime=0.29
/proc/16972/stat : 16972 (pbscip.linux.x8) R 16970 16972 16420 0 -1 4202496 12355 0 0 0 24 5 0 0 20 0 1 0 9385420 53506048 11922 1992294400 4194304 9819077 140736366627840 18446744073709551615 4668100 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/16972/statm: 13063 11922 430 1374 0 11684 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 52252

[startup+0.700948 s]
/proc/loadavg: 1.00 1.00 1.00 3/106 16972
/proc/meminfo: memFree=1787764/2059040 swapFree=4152912/4192956
[pid=16972] ppid=16970 vsize=63668 CPUtime=0.69
/proc/16972/stat : 16972 (pbscip.linux.x8) R 16970 16972 16420 0 -1 4202496 15375 0 0 0 58 11 0 0 21 0 1 0 9385420 65196032 14589 1992294400 4194304 9819077 140736366627840 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/16972/statm: 15917 14589 472 1374 0 14538 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 63668

[startup+1.50103 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 16973
/proc/meminfo: memFree=1724020/2059040 swapFree=4152912/4192956
[pid=16972] ppid=16970 vsize=92176 CPUtime=1.49
/proc/16972/stat : 16972 (pbscip.linux.x8) R 16970 16972 16420 0 -1 4202496 24687 0 0 0 120 29 0 0 23 0 1 0 9385420 94388224 21472 1992294400 4194304 9819077 140736366627840 18446744073709551615 6179008 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/16972/statm: 23044 21485 562 1374 0 21665 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 92176

[startup+3.1012 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 16973
/proc/meminfo: memFree=1669584/2059040 swapFree=4152912/4192956
[pid=16972] ppid=16970 vsize=142424 CPUtime=3.09
/proc/16972/stat : 16972 (pbscip.linux.x8) R 16970 16972 16420 0 -1 4202496 36773 0 0 0 275 34 0 0 25 0 1 0 9385420 145842176 30224 1992294400 4194304 9819077 140736366627840 18446744073709551615 7312770 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/16972/statm: 35606 30224 655 1374 0 34227 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 142424

[startup+6.30055 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 16973
/proc/meminfo: memFree=1668220/2059040 swapFree=4152912/4192956
[pid=16972] ppid=16970 vsize=149012 CPUtime=6.29
/proc/16972/stat : 16972 (pbscip.linux.x8) R 16970 16972 16420 0 -1 4202496 41228 0 0 0 592 37 0 0 25 0 1 0 9385420 152588288 30764 1992294400 4194304 9819077 140736366627840 18446744073709551615 6192298 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/16972/statm: 37253 30764 655 1374 0 35874 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 149012

[startup+12.7012 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 16973
/proc/meminfo: memFree=1667724/2059040 swapFree=4152912/4192956
[pid=16972] ppid=16970 vsize=151352 CPUtime=12.68
/proc/16972/stat : 16972 (pbscip.linux.x8) R 16970 16972 16420 0 -1 4202496 47820 0 0 0 1227 41 0 0 25 0 1 0 9385420 154984448 30642 1992294400 4194304 9819077 140736366627840 18446744073709551615 7304812 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/16972/statm: 37838 30642 655 1374 0 36459 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 151352

[startup+25.5006 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 16973
/proc/meminfo: memFree=1664128/2059040 swapFree=4152912/4192956
[pid=16972] ppid=16970 vsize=150332 CPUtime=25.49
/proc/16972/stat : 16972 (pbscip.linux.x8) R 16970 16972 16420 0 -1 4202496 58428 0 0 0 2501 48 0 0 25 0 1 0 9385420 153939968 31419 1992294400 4194304 9819077 140736366627840 18446744073709551615 7294742 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/16972/statm: 37583 31419 655 1374 0 36204 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 150332

[startup+51.1004 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 16973
/proc/meminfo: memFree=1668344/2059040 swapFree=4152912/4192956
[pid=16972] ppid=16970 vsize=149252 CPUtime=51.07
/proc/16972/stat : 16972 (pbscip.linux.x8) R 16970 16972 16420 0 -1 4202496 71222 0 0 0 5051 56 0 0 25 0 1 0 9385420 152834048 30187 1992294400 4194304 9819077 140736366627840 18446744073709551615 6044382 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/16972/statm: 37313 30187 676 1374 0 35934 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 149252

[startup+102.308 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 16975
/proc/meminfo: memFree=1667848/2059040 swapFree=4152912/4192956
[pid=16972] ppid=16970 vsize=150716 CPUtime=102.27
/proc/16972/stat : 16972 (pbscip.linux.x8) R 16970 16972 16420 0 -1 4202496 71503 0 0 0 10164 63 0 0 25 0 1 0 9385420 154333184 30429 1992294400 4194304 9819077 140736366627840 18446744073709551615 6055431 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/16972/statm: 37679 30429 674 1374 0 36300 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 150716

[startup+162.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 16977
/proc/meminfo: memFree=1651852/2059040 swapFree=4152912/4192956
[pid=16972] ppid=16970 vsize=167044 CPUtime=162.25
/proc/16972/stat : 16972 (pbscip.linux.x8) R 16970 16972 16420 0 -1 4202496 75451 0 0 0 16158 67 0 0 25 0 1 0 9385420 171053056 34377 1992294400 4194304 9819077 140736366627840 18446744073709551615 6055425 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/16972/statm: 41761 34377 674 1374 0 40382 0
Current children cumulated CPU time (s) 162.25
Current children cumulated vsize (KiB) 167044

[startup+222.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 16979
/proc/meminfo: memFree=1643544/2059040 swapFree=4152912/4192956
[pid=16972] ppid=16970 vsize=175140 CPUtime=222.23
/proc/16972/stat : 16972 (pbscip.linux.x8) R 16970 16972 16420 0 -1 4202496 97057 0 0 0 22135 88 0 0 25 0 1 0 9385420 179343360 36373 1992294400 4194304 9819077 140736366627840 18446744073709551615 6044346 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/16972/statm: 43785 36373 690 1374 0 42406 0
Current children cumulated CPU time (s) 222.23
Current children cumulated vsize (KiB) 175140

[startup+282.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 16979
/proc/meminfo: memFree=1642056/2059040 swapFree=4152912/4192956
[pid=16972] ppid=16970 vsize=177932 CPUtime=282.22
/proc/16972/stat : 16972 (pbscip.linux.x8) R 16970 16972 16420 0 -1 4202496 97536 0 0 0 28126 96 0 0 25 0 1 0 9385420 182202368 36852 1992294400 4194304 9819077 140736366627840 18446744073709551615 6055431 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/16972/statm: 44483 36852 690 1374 0 43104 0
Current children cumulated CPU time (s) 282.22
Current children cumulated vsize (KiB) 177932

[startup+342.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 16981
/proc/meminfo: memFree=1633756/2059040 swapFree=4152912/4192956
[pid=16972] ppid=16970 vsize=185728 CPUtime=342.2
/proc/16972/stat : 16972 (pbscip.linux.x8) R 16970 16972 16420 0 -1 4202496 110615 0 0 0 34114 106 0 0 25 0 1 0 9385420 190185472 38839 1992294400 4194304 9819077 140736366627840 18446744073709551615 6044352 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/16972/statm: 46432 38839 690 1374 0 45053 0
Current children cumulated CPU time (s) 342.2
Current children cumulated vsize (KiB) 185728

[startup+402.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 16983
/proc/meminfo: memFree=1633756/2059040 swapFree=4152912/4192956
[pid=16972] ppid=16970 vsize=185728 CPUtime=402.18
/proc/16972/stat : 16972 (pbscip.linux.x8) R 16970 16972 16420 0 -1 4202496 110615 0 0 0 40105 113 0 0 25 0 1 0 9385420 190185472 38839 1992294400 4194304 9819077 140736366627840 18446744073709551615 7311946 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/16972/statm: 46432 38839 690 1374 0 45053 0
Current children cumulated CPU time (s) 402.18
Current children cumulated vsize (KiB) 185728

[startup+462.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 16985
/proc/meminfo: memFree=1626564/2059040 swapFree=4152912/4192956
[pid=16972] ppid=16970 vsize=192728 CPUtime=462.17
/proc/16972/stat : 16972 (pbscip.linux.x8) R 16970 16972 16420 0 -1 4202496 121171 0 0 0 46094 123 0 0 25 0 1 0 9385420 197353472 40626 1992294400 4194304 9819077 140736366627840 18446744073709551615 7311902 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/16972/statm: 48182 40626 690 1374 0 46803 0
Current children cumulated CPU time (s) 462.17
Current children cumulated vsize (KiB) 192728

[startup+522.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 16987
/proc/meminfo: memFree=1626564/2059040 swapFree=4152912/4192956
[pid=16972] ppid=16970 vsize=192728 CPUtime=522.15
/proc/16972/stat : 16972 (pbscip.linux.x8) R 16970 16972 16420 0 -1 4202496 121171 0 0 0 52086 129 0 0 25 0 1 0 9385420 197353472 40626 1992294400 4194304 9819077 140736366627840 18446744073709551615 7326284 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/16972/statm: 48182 40626 690 1374 0 46803 0
Current children cumulated CPU time (s) 522.15
Current children cumulated vsize (KiB) 192728

[startup+582.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 16987
/proc/meminfo: memFree=1617140/2059040 swapFree=4152912/4192956
[pid=16972] ppid=16970 vsize=201968 CPUtime=582.14
/proc/16972/stat : 16972 (pbscip.linux.x8) R 16970 16972 16420 0 -1 4202496 130247 0 0 0 58076 138 0 0 25 0 1 0 9385420 206815232 42908 1992294400 4194304 9819077 140736366627840 18446744073709551615 6044414 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/16972/statm: 50492 42908 690 1374 0 49113 0
Current children cumulated CPU time (s) 582.14
Current children cumulated vsize (KiB) 201968

[startup+642.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 16989
/proc/meminfo: memFree=1617140/2059040 swapFree=4152912/4192956
[pid=16972] ppid=16970 vsize=201968 CPUtime=642.13
/proc/16972/stat : 16972 (pbscip.linux.x8) R 16970 16972 16420 0 -1 4202496 130247 0 0 0 64069 144 0 0 25 0 1 0 9385420 206815232 42908 1992294400 4194304 9819077 140736366627840 18446744073709551615 6043636 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/16972/statm: 50492 42908 690 1374 0 49113 0
Current children cumulated CPU time (s) 642.13
Current children cumulated vsize (KiB) 201968

[startup+702.3 s]

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

[startup+1002.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 16999
/proc/meminfo: memFree=1616892/2059040 swapFree=4152912/4192956
[pid=16972] ppid=16970 vsize=185164 CPUtime=1002.03
/proc/16972/stat : 16972 (pbscip.linux.x8) R 16970 16972 16420 0 -1 4202496 662307 0 0 0 99756 447 0 0 25 0 1 0 9385420 189607936 42551 1992294400 4194304 9819077 140736366627840 18446744073709551615 7815973 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/16972/statm: 46291 42551 723 1374 0 44912 0
Current children cumulated CPU time (s) 1002.03
Current children cumulated vsize (KiB) 185164

[startup+1062.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 17001
/proc/meminfo: memFree=1617016/2059040 swapFree=4152912/4192956
[pid=16972] ppid=16970 vsize=188320 CPUtime=1062.01
/proc/16972/stat : 16972 (pbscip.linux.x8) R 16970 16972 16420 0 -1 4202496 718664 0 0 0 105721 480 0 0 25 0 1 0 9385420 192839680 42960 1992294400 4194304 9819077 140736366627840 18446744073709551615 7291742 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/16972/statm: 47080 42960 723 1374 0 45701 0
Current children cumulated CPU time (s) 1062.01
Current children cumulated vsize (KiB) 188320

[startup+1122.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 17003
/proc/meminfo: memFree=1615404/2059040 swapFree=4152912/4192956
[pid=16972] ppid=16970 vsize=188480 CPUtime=1122
/proc/16972/stat : 16972 (pbscip.linux.x8) R 16970 16972 16420 0 -1 4202496 767338 0 0 0 111690 510 0 0 25 0 1 0 9385420 193003520 43012 1992294400 4194304 9819077 140736366627840 18446744073709551615 7486787 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/16972/statm: 47120 43012 723 1374 0 45741 0
Current children cumulated CPU time (s) 1122
Current children cumulated vsize (KiB) 188480

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 17003
/proc/meminfo: memFree=1614040/2059040 swapFree=4152912/4192956
[pid=16972] ppid=16970 vsize=189292 CPUtime=1181.98
/proc/16972/stat : 16972 (pbscip.linux.x8) R 16970 16972 16420 0 -1 4202496 829122 0 0 0 117650 548 0 0 25 0 1 0 9385420 193835008 43241 1992294400 4194304 9819077 140736366627840 18446744073709551615 7289490 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/16972/statm: 47323 43241 723 1374 0 45944 0
Current children cumulated CPU time (s) 1181.98
Current children cumulated vsize (KiB) 189292

[startup+1242.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 17005
/proc/meminfo: memFree=1613544/2059040 swapFree=4152912/4192956
[pid=16972] ppid=16970 vsize=199852 CPUtime=1241.97
/proc/16972/stat : 16972 (pbscip.linux.x8) R 16970 16972 16420 0 -1 4202496 887434 0 0 0 123616 581 0 0 25 0 1 0 9385420 204648448 43704 1992294400 4194304 9819077 140736366627840 18446744073709551615 7309268 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/16972/statm: 49963 43704 723 1374 0 48584 0
Current children cumulated CPU time (s) 1241.97
Current children cumulated vsize (KiB) 199852

[startup+1302.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 17007
/proc/meminfo: memFree=1615032/2059040 swapFree=4152912/4192956
[pid=16972] ppid=16970 vsize=190044 CPUtime=1301.96
/proc/16972/stat : 16972 (pbscip.linux.x8) R 16970 16972 16420 0 -1 4202496 946692 0 0 0 129578 618 0 0 25 0 1 0 9385420 194605056 43325 1992294400 4194304 9819077 140736366627840 18446744073709551615 7291656 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/16972/statm: 47511 43325 723 1374 0 46132 0
Current children cumulated CPU time (s) 1301.96
Current children cumulated vsize (KiB) 190044

[startup+1362.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 17009
/proc/meminfo: memFree=1613172/2059040 swapFree=4152912/4192956
[pid=16972] ppid=16970 vsize=190516 CPUtime=1361.93
/proc/16972/stat : 16972 (pbscip.linux.x8) R 16970 16972 16420 0 -1 4202496 1012209 0 0 0 135538 655 0 0 25 0 1 0 9385420 195088384 43451 1992294400 4194304 9819077 140736366627840 18446744073709551615 7292017 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/16972/statm: 47629 43451 723 1374 0 46250 0
Current children cumulated CPU time (s) 1361.93
Current children cumulated vsize (KiB) 190516

[startup+1422.31 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 17011
/proc/meminfo: memFree=1613296/2059040 swapFree=4152912/4192956
[pid=16972] ppid=16970 vsize=190428 CPUtime=1421.93
/proc/16972/stat : 16972 (pbscip.linux.x8) R 16970 16972 16420 0 -1 4202496 1066531 0 0 0 141506 687 0 0 25 0 1 0 9385420 194998272 43892 1992294400 4194304 9819077 140736366627840 18446744073709551615 6454807 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/16972/statm: 47607 43892 723 1374 0 46228 0
Current children cumulated CPU time (s) 1421.93
Current children cumulated vsize (KiB) 190428

[startup+1482.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 17011
/proc/meminfo: memFree=1614536/2059040 swapFree=4152912/4192956
[pid=16972] ppid=16970 vsize=190216 CPUtime=1481.91
/proc/16972/stat : 16972 (pbscip.linux.x8) R 16970 16972 16420 0 -1 4202496 1131978 0 0 0 147468 723 0 0 25 0 1 0 9385420 194781184 43441 1992294400 4194304 9819077 140736366627840 18446744073709551615 7291631 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/16972/statm: 47554 43441 723 1374 0 46175 0
Current children cumulated CPU time (s) 1481.91
Current children cumulated vsize (KiB) 190216

[startup+1542.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 17013
/proc/meminfo: memFree=1614040/2059040 swapFree=4152912/4192956
[pid=16972] ppid=16970 vsize=190856 CPUtime=1541.89
/proc/16972/stat : 16972 (pbscip.linux.x8) R 16970 16972 16420 0 -1 4202496 1199821 0 0 0 153430 759 0 0 25 0 1 0 9385420 195436544 43554 1992294400 4194304 9819077 140736366627840 18446744073709551615 7291971 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/16972/statm: 47714 43554 723 1374 0 46335 0
Current children cumulated CPU time (s) 1541.89
Current children cumulated vsize (KiB) 190856

[startup+1602.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 17024
/proc/meminfo: memFree=1611808/2059040 swapFree=4152912/4192956
[pid=16972] ppid=16970 vsize=193236 CPUtime=1601.86
/proc/16972/stat : 16972 (pbscip.linux.x8) R 16970 16972 16420 0 -1 4202496 1265582 0 0 0 159392 794 0 0 25 0 1 0 9385420 197873664 44041 1992294400 4194304 9819077 140736366627840 18446744073709551615 7292323 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/16972/statm: 48309 44041 723 1374 0 46930 0
Current children cumulated CPU time (s) 1601.86
Current children cumulated vsize (KiB) 193236

[startup+1662.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 17026
/proc/meminfo: memFree=1610444/2059040 swapFree=4152912/4192956
[pid=16972] ppid=16970 vsize=195244 CPUtime=1661.84
/proc/16972/stat : 16972 (pbscip.linux.x8) R 16970 16972 16420 0 -1 4202496 1338840 0 0 0 165347 837 0 0 25 0 1 0 9385420 199929856 44403 1992294400 4194304 9819077 140736366627840 18446744073709551615 7291631 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/16972/statm: 48811 44403 723 1374 0 47432 0
Current children cumulated CPU time (s) 1661.84
Current children cumulated vsize (KiB) 195244

[startup+1722.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 17028
/proc/meminfo: memFree=1609080/2059040 swapFree=4152912/4192956
[pid=16972] ppid=16970 vsize=196500 CPUtime=1721.82
/proc/16972/stat : 16972 (pbscip.linux.x8) R 16970 16972 16420 0 -1 4202496 1438491 0 0 0 171291 891 0 0 25 0 1 0 9385420 201216000 44642 1992294400 4194304 9819077 140736366627840 18446744073709551615 7291626 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/16972/statm: 49125 44642 723 1374 0 47746 0
Current children cumulated CPU time (s) 1721.82
Current children cumulated vsize (KiB) 196500

[startup+1782.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 17028
/proc/meminfo: memFree=1606724/2059040 swapFree=4152912/4192956
[pid=16972] ppid=16970 vsize=205560 CPUtime=1781.81
/proc/16972/stat : 16972 (pbscip.linux.x8) R 16970 16972 16420 0 -1 4202496 1531174 0 0 0 177237 944 0 0 25 0 1 0 9385420 210493440 45171 1992294400 4194304 9819077 140736366627840 18446744073709551615 6676868 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/16972/statm: 51390 45171 727 1374 0 50011 0
Current children cumulated CPU time (s) 1781.81
Current children cumulated vsize (KiB) 205560



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.5 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 17030
/proc/meminfo: memFree=1607964/2059040 swapFree=4152912/4192956
[pid=16972] ppid=16970 vsize=196328 CPUtime=1800.01
/proc/16972/stat : 16972 (pbscip.linux.x8) R 16970 16972 16420 0 -1 4202496 1550573 0 0 0 179047 954 0 0 25 0 1 0 9385420 201039872 45083 1992294400 4194304 9819077 140736366627840 18446744073709551615 6391578 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/16972/statm: 49082 45083 727 1374 0 47703 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 196328

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

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

[startup+1801.4 s]
/proc/loadavg: 1.00 1.00 1.00 2/108 17031
/proc/meminfo: memFree=1607708/2059040 swapFree=4152912/4192956
[pid=16972] ppid=16970 vsize=195912 CPUtime=1800.91
/proc/16972/stat : 16972 (pbscip.linux.x8) R 16970 16972 16420 0 -1 4202496 1551550 0 0 0 179136 955 0 0 25 0 1 0 9385420 200613888 44917 1992294400 4194304 9819077 140736366627840 18446744073709551615 7291643 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/16972/statm: 48978 44917 728 1374 0 47599 0
Current children cumulated CPU time (s) 1800.91
Current children cumulated vsize (KiB) 195912

[startup+1802.2 s]
/proc/loadavg: 1.00 1.00 1.00 2/108 17031
/proc/meminfo: memFree=1608328/2059040 swapFree=4152912/4192956
[pid=16972] ppid=16970 vsize=195912 CPUtime=1801.71
/proc/16972/stat : 16972 (pbscip.linux.x8) R 16970 16972 16420 0 -1 4202496 1551585 0 0 0 179216 955 0 0 25 0 1 0 9385420 200613888 44952 1992294400 4194304 9819077 140736366627840 18446744073709551615 7291597 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/16972/statm: 48978 44952 728 1374 0 47599 0
Current children cumulated CPU time (s) 1801.71
Current children cumulated vsize (KiB) 195912

[startup+1802.4 s]
/proc/loadavg: 1.00 1.00 1.00 2/108 17031
/proc/meminfo: memFree=1608328/2059040 swapFree=4152912/4192956
[pid=16972] ppid=16970 vsize=150796 CPUtime=1801.9
/proc/16972/stat : 16972 (pbscip.linux.x8) R 16970 16972 16420 0 -1 4202496 1551677 0 0 0 179235 955 0 0 25 0 1 0 9385420 154415104 33914 1992294400 4194304 9819077 140736366627840 18446744073709551615 5955603 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/16972/statm: 37699 33914 730 1374 0 36320 0
Current children cumulated CPU time (s) 1801.9
Current children cumulated vsize (KiB) 150796

Child status: 0
Real time (s): 1802.5
CPU time (s): 1802.01
CPU user time (s): 1792.44
CPU system time (s): 9.57354
CPU usage (%): 99.973
Max. virtual memory (cumulated for all children) (KiB): 240696

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1792.44
system time used= 9.57354
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1551687
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 6
involuntary context switches= 8161

runsolver used 3.00654 second user time and 8.48571 second system time

The end

Launcher Data

Begin job on node035 at 2010-06-16 11:35:04
IDJOB=2664902
IDBENCH=48350
IDSOLVER=1168
FILE ID=node035/2664902-1276680904
PBS_JOBID= 11172547
Free space on /tmp= 62460 MiB

SOLVER NAME= SCIPclp SCIP 1.2.1.2 with Clp 1.11.1 (Release Version) as LP solver
BENCH NAME= PB07/normalized-PB07/SATUNSAT-SMALLINT-NLC/submittedPB07/manquinho/dbsg/normalized-dbsg_500_25_3_80.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-2664902-1276680904/watcher-2664902-1276680904 -o /tmp/evaluation-result-2664902-1276680904/solver-2664902-1276680904 -C 1800 -W 2000 -M 1800  HOME/pbscip.linux.x86_64.gnu.opt.clp -f HOME/instance-2664902-1276680904.opb -t 1800 -m 1800

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

MD5SUM BENCH= 6671ed3c9b389a2223dba62c8a435d2e
RANDOM SEED=1785691512

node035.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.219
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.43
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.219
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:       1788168 kB
Buffers:         57884 kB
Cached:         114024 kB
SwapCached:       2272 kB
Active:          96620 kB
Inactive:        97304 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1788168 kB
SwapTotal:     4192956 kB
SwapFree:      4152912 kB
Dirty:            6740 kB
Writeback:           0 kB
AnonPages:       20024 kB
Mapped:          13700 kB
Slab:            55136 kB
PageTables:       4032 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   181248 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= 62452 MiB
End job on node035 at 2010-06-16 12:05:07