Trace number 2664887

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
SCIPclp SCIP 1.2.1.2 with Clp 1.11.1 (Release Version) as LP solver? (TO) 1800.15 1800.62

General information on the benchmark

Namenormalized-PB07/SATUNSAT-SMALLINT-NLC/submittedPB07/
manquinho/dbsg/normalized-dbsg_100_25_5_15.opb
MD5SUM2b927be10d6e21370847ee6c94426772
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 variables200
Total number of constraints302
Number of constraints which are clauses100
Number of constraints which are cardinality constraints (but not clauses)1
Number of constraints which are nor clauses,nor cardinality constraints201
Minimum length of a constraint2
Maximum length of a constraint200
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 15
Number of bits of the biggest number in a constraint 4
Biggest sum of numbers in a constraint 200
Number of bits of the biggest sum of numbers8
Number of products (including duplicates)6124
Sum of products size (including duplicates)12248
Number of different products3062
Sum of products size6124

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-2664887-1276679505.opb>
0.00/0.04	c original problem has 3262 variables (3262 bin, 0 int, 0 impl, 0 cont) and 3364 constraints
0.00/0.04	c problem read
0.00/0.04	c No objective function, only one solution is needed.
0.00/0.04	c presolving settings loaded
0.05/0.08	c presolving:
0.19/0.29	c (round 1) 0 del vars, 0 del conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 301 upgd conss, 24696 impls, 200 clqs
0.39/0.47	c presolving (2 rounds):
0.39/0.47	c  0 deleted vars, 0 deleted constraints, 0 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
0.39/0.47	c  24696 implications, 200 cliques
0.39/0.47	c presolved problem has 3262 variables (3262 bin, 0 int, 0 impl, 0 cont) and 3364 constraints
0.39/0.47	c       1 constraints of type <knapsack>
0.39/0.47	c     200 constraints of type <setppc>
0.39/0.47	c    3062 constraints of type <and>
0.39/0.47	c       1 constraints of type <linear>
0.39/0.47	c     100 constraints of type <logicor>
0.39/0.47	c transformed objective value is always integral (scale: 1)
0.39/0.47	c Presolving Time: 0.24
0.39/0.47	c - non default parameters ----------------------------------------------------------------------
0.39/0.47	c # SCIP version 1.2.1.2
0.39/0.47	c 
0.39/0.47	c # frequency for displaying node information lines
0.39/0.47	c # [type: int, range: [-1,2147483647], default: 100]
0.39/0.47	c display/freq = 10000
0.39/0.47	c 
0.39/0.47	c # maximal time in seconds to run
0.39/0.47	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.39/0.47	c limits/time = 1799.97
0.39/0.47	c 
0.39/0.47	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.39/0.47	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.39/0.47	c limits/memory = 1620
0.39/0.47	c 
0.39/0.47	c # solving stops, if the given number of solutions were found (-1: no limit)
0.39/0.47	c # [type: int, range: [-1,2147483647], default: -1]
0.39/0.47	c limits/solutions = 1
0.39/0.47	c 
0.39/0.47	c # maximal number of separation rounds per node (-1: unlimited)
0.39/0.47	c # [type: int, range: [-1,2147483647], default: 5]
0.39/0.47	c separating/maxrounds = 1
0.39/0.47	c 
0.39/0.47	c # maximal number of separation rounds in the root node (-1: unlimited)
0.39/0.47	c # [type: int, range: [-1,2147483647], default: -1]
0.39/0.47	c separating/maxroundsroot = 5
0.39/0.47	c 
0.39/0.47	c # should presolving try to simplify inequalities
0.39/0.47	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.39/0.47	c constraints/linear/simplifyinequalities = TRUE
0.39/0.47	c 
0.39/0.47	c # should disaggregation of knapsack constraints be allowed in preprocessing?
0.39/0.47	c # [type: bool, range: {TRUE,FALSE}, default: TRUE]
0.39/0.47	c constraints/knapsack/disaggregation = FALSE
0.39/0.47	c 
0.39/0.47	c # should presolving try to simplify knapsacks
0.39/0.47	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.39/0.47	c constraints/knapsack/simplifyinequalities = TRUE
0.39/0.47	c 
0.39/0.47	c # maximal number of presolving rounds the presolver participates in (-1: no limit)
0.39/0.47	c # [type: int, range: [-1,2147483647], default: -1]
0.39/0.47	c presolving/probing/maxrounds = 0
0.39/0.47	c 
0.39/0.47	c # frequency for calling primal heuristic <coefdiving> (-1: never, 0: only at depth freqofs)
0.39/0.47	c # [type: int, range: [-1,2147483647], default: 10]
0.39/0.47	c heuristics/coefdiving/freq = -1
0.39/0.47	c 
0.39/0.47	c # maximal fraction of diving LP iterations compared to node LP iterations
0.39/0.47	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.39/0.47	c heuristics/coefdiving/maxlpiterquot = 0.075
0.39/0.47	c 
0.39/0.47	c # additional number of allowed LP iterations
0.39/0.47	c # [type: int, range: [0,2147483647], default: 1000]
0.39/0.47	c heuristics/coefdiving/maxlpiterofs = 1500
0.39/0.47	c 
0.39/0.47	c # frequency for calling primal heuristic <crossover> (-1: never, 0: only at depth freqofs)
0.39/0.47	c # [type: int, range: [-1,2147483647], default: 30]
0.39/0.47	c heuristics/crossover/freq = -1
0.39/0.47	c 
0.39/0.47	c # number of nodes added to the contingent of the total nodes
0.39/0.47	c # [type: longint, range: [0,9223372036854775807], default: 500]
0.39/0.47	c heuristics/crossover/nodesofs = 750
0.39/0.47	c 
0.39/0.47	c # number of nodes without incumbent change that heuristic should wait
0.39/0.47	c # [type: longint, range: [0,9223372036854775807], default: 200]
0.39/0.47	c heuristics/crossover/nwaitingnodes = 100
0.39/0.47	c 
0.39/0.47	c # contingent of sub problem nodes in relation to the number of nodes of the original problem
0.39/0.47	c # [type: real, range: [0,1], default: 0.1]
0.39/0.47	c heuristics/crossover/nodesquot = 0.15
0.39/0.47	c 
0.39/0.47	c # minimum percentage of integer variables that have to be fixed 
0.39/0.47	c # [type: real, range: [0,1], default: 0.666]
0.39/0.47	c heuristics/crossover/minfixingrate = 0.5
0.39/0.47	c 
0.39/0.47	c # frequency for calling primal heuristic <feaspump> (-1: never, 0: only at depth freqofs)
0.39/0.47	c # [type: int, range: [-1,2147483647], default: 20]
0.39/0.47	c heuristics/feaspump/freq = -1
0.39/0.47	c 
0.39/0.47	c # additional number of allowed LP iterations
0.39/0.47	c # [type: int, range: [0,2147483647], default: 1000]
0.39/0.47	c heuristics/feaspump/maxlpiterofs = 2000
0.39/0.47	c 
0.39/0.47	c # frequency for calling primal heuristic <fracdiving> (-1: never, 0: only at depth freqofs)
0.39/0.47	c # [type: int, range: [-1,2147483647], default: 10]
0.39/0.47	c heuristics/fracdiving/freq = -1
0.39/0.47	c 
0.39/0.47	c # maximal fraction of diving LP iterations compared to node LP iterations
0.39/0.47	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.39/0.47	c heuristics/fracdiving/maxlpiterquot = 0.075
0.39/0.47	c 
0.39/0.47	c # additional number of allowed LP iterations
0.39/0.47	c # [type: int, range: [0,2147483647], default: 1000]
0.39/0.47	c heuristics/fracdiving/maxlpiterofs = 1500
0.39/0.47	c 
0.39/0.47	c # frequency for calling primal heuristic <guideddiving> (-1: never, 0: only at depth freqofs)
0.39/0.47	c # [type: int, range: [-1,2147483647], default: 10]
0.39/0.47	c heuristics/guideddiving/freq = -1
0.39/0.47	c 
0.39/0.47	c # maximal fraction of diving LP iterations compared to node LP iterations
0.39/0.47	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.39/0.47	c heuristics/guideddiving/maxlpiterquot = 0.075
0.39/0.47	c 
0.39/0.47	c # additional number of allowed LP iterations
0.39/0.47	c # [type: int, range: [0,2147483647], default: 1000]
0.39/0.47	c heuristics/guideddiving/maxlpiterofs = 1500
0.39/0.47	c 
0.39/0.47	c # maximal fraction of diving LP iterations compared to node LP iterations
0.39/0.47	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.39/0.47	c heuristics/intdiving/maxlpiterquot = 0.075
0.39/0.47	c 
0.39/0.47	c # frequency for calling primal heuristic <intshifting> (-1: never, 0: only at depth freqofs)
0.39/0.47	c # [type: int, range: [-1,2147483647], default: 10]
0.39/0.47	c heuristics/intshifting/freq = -1
0.39/0.47	c 
0.39/0.47	c # frequency for calling primal heuristic <linesearchdiving> (-1: never, 0: only at depth freqofs)
0.39/0.47	c # [type: int, range: [-1,2147483647], default: 10]
0.39/0.47	c heuristics/linesearchdiving/freq = -1
0.39/0.47	c 
0.39/0.47	c # maximal fraction of diving LP iterations compared to node LP iterations
0.39/0.47	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.39/0.47	c heuristics/linesearchdiving/maxlpiterquot = 0.075
0.39/0.47	c 
0.39/0.47	c # additional number of allowed LP iterations
0.39/0.47	c # [type: int, range: [0,2147483647], default: 1000]
0.39/0.47	c heuristics/linesearchdiving/maxlpiterofs = 1500
0.39/0.47	c 
0.39/0.47	c # frequency for calling primal heuristic <nlp> (-1: never, 0: only at depth freqofs)
0.39/0.47	c # [type: int, range: [-1,2147483647], default: 1]
0.39/0.47	c heuristics/nlp/freq = -1
0.39/0.47	c 
0.39/0.47	c # frequency for calling primal heuristic <objpscostdiving> (-1: never, 0: only at depth freqofs)
0.39/0.47	c # [type: int, range: [-1,2147483647], default: 20]
0.39/0.47	c heuristics/objpscostdiving/freq = -1
0.39/0.47	c 
0.39/0.47	c # maximal fraction of diving LP iterations compared to total iteration number
0.39/0.47	c # [type: real, range: [0,1], default: 0.01]
0.39/0.47	c heuristics/objpscostdiving/maxlpiterquot = 0.015
0.39/0.47	c 
0.39/0.47	c # additional number of allowed LP iterations
0.39/0.47	c # [type: int, range: [0,2147483647], default: 1000]
0.39/0.47	c heuristics/objpscostdiving/maxlpiterofs = 1500
0.39/0.47	c 
0.39/0.47	c # frequency for calling primal heuristic <oneopt> (-1: never, 0: only at depth freqofs)
0.39/0.47	c # [type: int, range: [-1,2147483647], default: 1]
0.39/0.47	c heuristics/oneopt/freq = -1
0.39/0.47	c 
0.39/0.47	c # frequency for calling primal heuristic <pscostdiving> (-1: never, 0: only at depth freqofs)
0.39/0.47	c # [type: int, range: [-1,2147483647], default: 10]
0.39/0.47	c heuristics/pscostdiving/freq = -1
0.39/0.47	c 
0.39/0.47	c # maximal fraction of diving LP iterations compared to node LP iterations
0.39/0.47	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.39/0.47	c heuristics/pscostdiving/maxlpiterquot = 0.075
0.39/0.47	c 
0.39/0.47	c # additional number of allowed LP iterations
0.39/0.47	c # [type: int, range: [0,2147483647], default: 1000]
0.39/0.47	c heuristics/pscostdiving/maxlpiterofs = 1500
0.39/0.47	c 
0.39/0.47	c # frequency for calling primal heuristic <rens> (-1: never, 0: only at depth freqofs)
0.39/0.47	c # [type: int, range: [-1,2147483647], default: 0]
0.39/0.47	c heuristics/rens/freq = -1
0.39/0.47	c 
0.39/0.47	c # minimum percentage of integer variables that have to be fixable 
0.39/0.47	c # [type: real, range: [0,1], default: 0.5]
0.39/0.47	c heuristics/rens/minfixingrate = 0.3
0.39/0.47	c 
0.39/0.47	c # number of nodes added to the contingent of the total nodes
0.39/0.47	c # [type: longint, range: [0,9223372036854775807], default: 500]
0.39/0.47	c heuristics/rens/nodesofs = 2000
0.39/0.47	c 
0.39/0.47	c # frequency for calling primal heuristic <rootsoldiving> (-1: never, 0: only at depth freqofs)
0.39/0.47	c # [type: int, range: [-1,2147483647], default: 20]
0.39/0.47	c heuristics/rootsoldiving/freq = -1
0.39/0.47	c 
0.39/0.47	c # maximal fraction of diving LP iterations compared to node LP iterations
0.39/0.47	c # [type: real, range: [0,1.79769313486232e+308], default: 0.01]
0.39/0.47	c heuristics/rootsoldiving/maxlpiterquot = 0.015
0.39/0.47	c 
0.39/0.47	c # additional number of allowed LP iterations
0.39/0.47	c # [type: int, range: [0,2147483647], default: 1000]
0.39/0.47	c heuristics/rootsoldiving/maxlpiterofs = 1500
0.39/0.47	c 
0.39/0.47	c # frequency for calling primal heuristic <rounding> (-1: never, 0: only at depth freqofs)
0.39/0.47	c # [type: int, range: [-1,2147483647], default: 1]
0.39/0.47	c heuristics/rounding/freq = -1
0.39/0.47	c 
0.39/0.47	c # frequency for calling primal heuristic <shifting> (-1: never, 0: only at depth freqofs)
0.39/0.47	c # [type: int, range: [-1,2147483647], default: 10]
0.39/0.47	c heuristics/shifting/freq = -1
0.39/0.47	c 
0.39/0.47	c # frequency for calling primal heuristic <simplerounding> (-1: never, 0: only at depth freqofs)
0.39/0.47	c # [type: int, range: [-1,2147483647], default: 1]
0.39/0.47	c heuristics/simplerounding/freq = -1
0.39/0.47	c 
0.39/0.47	c # frequency for calling primal heuristic <trivial> (-1: never, 0: only at depth freqofs)
0.39/0.47	c # [type: int, range: [-1,2147483647], default: 0]
0.39/0.47	c heuristics/trivial/freq = -1
0.39/0.47	c 
0.39/0.47	c # frequency for calling primal heuristic <trysol> (-1: never, 0: only at depth freqofs)
0.39/0.47	c # [type: int, range: [-1,2147483647], default: 1]
0.39/0.47	c heuristics/trysol/freq = -1
0.39/0.47	c 
0.39/0.47	c # frequency for calling primal heuristic <veclendiving> (-1: never, 0: only at depth freqofs)
0.39/0.47	c # [type: int, range: [-1,2147483647], default: 10]
0.39/0.47	c heuristics/veclendiving/freq = -1
0.39/0.47	c 
0.39/0.47	c # maximal fraction of diving LP iterations compared to node LP iterations
0.39/0.47	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.39/0.47	c heuristics/veclendiving/maxlpiterquot = 0.075
0.39/0.47	c 
0.39/0.47	c # additional number of allowed LP iterations
0.39/0.47	c # [type: int, range: [0,2147483647], default: 1000]
0.39/0.47	c heuristics/veclendiving/maxlpiterofs = 1500
0.39/0.47	c 
0.39/0.47	c # frequency for calling primal heuristic <zirounding> (-1: never, 0: only at depth freqofs)
0.39/0.47	c # [type: int, range: [-1,2147483647], default: 1]
0.39/0.47	c heuristics/zirounding/freq = -1
0.39/0.47	c 
0.39/0.47	c # frequency for calling separator <cmir> (-1: never, 0: only in root node)
0.39/0.47	c # [type: int, range: [-1,2147483647], default: 0]
0.39/0.47	c separating/cmir/freq = -1
0.39/0.47	c 
0.39/0.47	c # frequency for calling separator <flowcover> (-1: never, 0: only in root node)
0.39/0.47	c # [type: int, range: [-1,2147483647], default: 0]
0.39/0.47	c separating/flowcover/freq = -1
0.39/0.47	c 
0.39/0.47	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
0.39/0.47	c # [type: int, range: [-1,2147483647], default: -1]
0.39/0.47	c separating/rapidlearning/freq = 0
0.39/0.47	c 
0.39/0.47	c -----------------------------------------------------------------------------------------------
0.39/0.47	c start solving
0.39/0.47	c 
0.59/0.64	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
0.59/0.64	c   0.4s|     1 |     0 |   277 |     - |  14M|   0 | 225 |3262 |3364 |3262 |6426 |   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
2.69/2.70	c   2.2s|     1 |     0 |   310 |     - |  15M|   0 | 207 |3262 |3364 |3262 |6433 |   7 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
4.08/4.19	c   3.7s|     1 |     0 |   342 |     - |  15M|   0 | 205 |3262 |3364 |3262 |6438 |  12 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
5.69/5.74	c   5.3s|     1 |     0 |   409 |     - |  16M|   0 | 238 |3262 |3364 |3262 |6446 |  20 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
7.39/7.47	c   7.0s|     1 |     0 |   489 |     - |  17M|   0 | 263 |3262 |3364 |3262 |6453 |  27 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
9.48/9.53	c   9.0s|     1 |     0 |   580 |     - |  18M|   0 | 294 |3262 |3364 |3262 |6460 |  34 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
9.59/9.62	c   9.1s|     1 |     0 |   630 |     - |  18M|   0 | 287 |3262 |3364 |3262 |6462 |  36 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
17.68/17.70	c  17.1s|     1 |     2 |   630 |     - |  18M|   0 | 287 |3262 |3364 |3262 |6462 |  36 |   0 |  11 | 0.000000e+00 |      --      |    Inf 
315.70/315.88	c   305s| 10000 |   197 |581387 |  58.1 |  23M|  37 |   - |3262 |4009 |3262 | 821 | 400k|3406 |8358 | 0.000000e+00 |      --      |    Inf 
611.63/611.84	c   591s| 20000 |   277 |  1223k|  61.1 |  25M|  45 |   - |3262 |4112 |3262 | 855 | 807k|6720 |  14k| 0.000000e+00 |      --      |    Inf 
896.55/896.85	c   866s| 30000 |   368 |  1842k|  61.4 |  27M|  48 |   - |3262 |4379 |3262 | 815 |1181k|  10k|  18k| 0.000000e+00 |      --      |    Inf 
1184.67/1185.03	c  1145s| 40000 |   515 |  2483k|  62.1 |  29M|  48 |  71 |3262 |4744 |3262 | 923 |1537k|  14k|  20k| 0.000000e+00 |      --      |    Inf 
1450.71/1451.10	c  1402s| 50000 |   645 |  3063k|  61.3 |  31M|  48 |   - |3262 |4582 |3262 | 870 |1827k|  19k|  23k| 0.000000e+00 |      --      |    Inf 
1717.64/1718.16	c  1660s| 60000 |   698 |  3626k|  60.4 |  33M|  48 |   - |3262 |4689 |3262 | 841 |2107k|  24k|  26k| 0.000000e+00 |      --      |    Inf 
1800.02/1800.50	c pressed CTRL-C 1 times (5 times for forcing termination)
1800.02/1800.52	c 
1800.02/1800.52	c SCIP Status        : solving was interrupted [user interrupt]
1800.02/1800.52	c Solving Time (sec) : 1739.91
1800.02/1800.52	c Solving Nodes      : 62987
1800.02/1800.52	c Primal Bound       : +1.00000000000000e+20 (0 solutions)
1800.02/1800.52	c Dual Bound         : +0.00000000000000e+00
1800.02/1800.52	c Gap                : infinite
1800.02/1800.52	s UNKNOWN
1800.02/1800.52	c SCIP Status        : solving was interrupted [user interrupt]
1800.02/1800.52	c Solving Time       :    1739.91
1800.02/1800.52	c Original Problem   :
1800.02/1800.52	c   Problem name     : HOME/instance-2664887-1276679505.opb
1800.02/1800.52	c   Variables        : 3262 (3262 binary, 0 integer, 0 implicit integer, 0 continuous)
1800.02/1800.52	c   Constraints      : 3364 initial, 3364 maximal
1800.02/1800.52	c Presolved Problem  :
1800.02/1800.52	c   Problem name     : t_HOME/instance-2664887-1276679505.opb
1800.02/1800.52	c   Variables        : 3262 (3262 binary, 0 integer, 0 implicit integer, 0 continuous)
1800.02/1800.52	c   Constraints      : 3364 initial, 5054 maximal
1800.02/1800.52	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
1800.02/1800.52	c   trivial          :       0.00          0          0          0          0          0          0          0          0
1800.02/1800.52	c   dualfix          :       0.00          0          0          0          0          0          0          0          0
1800.02/1800.52	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
1800.02/1800.52	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
1800.02/1800.52	c   implics          :       0.00          0          0          0          0          0          0          0          0
1800.02/1800.52	c   probing          :       0.00          0          0          0          0          0          0          0          0
1800.02/1800.52	c   knapsack         :       0.00          0          0          0          0          0          0          0          0
1800.02/1800.52	c   setppc           :       0.00          0          0          0          0          0          0          0          0
1800.02/1800.52	c   and              :       0.19          0          0          0          0          0          0          0          0
1800.02/1800.52	c   linear           :       0.02          0          0          0          0          0          0          0          0
1800.02/1800.52	c   logicor          :       0.00          0          0          0          0          0          0          0          0
1800.02/1800.52	c   root node        :          -          0          -          -          0          -          -          -          -
1800.02/1800.52	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
1800.02/1800.52	c   integral         :          0          0          0      34277          0         47       2896          0          0      63768
1800.02/1800.52	c   knapsack         :          1          5     223142        164          0         47        514          0          0          0
1800.02/1800.52	c   setppc           :        200          5     223155        164          0       1153     478699          0          0          0
1800.02/1800.52	c   and              :       3062      55343     222002        164          0        180    6205645    2216166          0          0
1800.02/1800.52	c   linear           :          1          5     221822          0          0          3         10          0          0          0
1800.02/1800.52	c   logicor          :        100+         5      93868          0          0         86      81425          0          0          0
1800.02/1800.52	c   countsols        :          0          0          0          0          0          0          0          0          0          0
1800.02/1800.52	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
1800.02/1800.52	c   integral         :     200.12       0.00       0.00     200.12       0.00
1800.02/1800.52	c   knapsack         :       1.46       0.01       1.45       0.00       0.00
1800.02/1800.52	c   setppc           :       2.63       0.00       2.63       0.00       0.00
1800.02/1800.52	c   and              :      55.53      28.15      27.36       0.02       0.00
1800.02/1800.52	c   linear           :       5.35       0.00       5.35       0.00       0.00
1800.02/1800.52	c   logicor          :       4.42       0.00       4.42       0.00       0.00
1800.02/1800.52	c   countsols        :       0.00       0.00       0.00       0.00       0.00
1800.02/1800.52	c Propagators        :       Time      Calls    Cutoffs    DomReds
1800.02/1800.52	c   vbounds          :       0.11          1          0          0
1800.02/1800.52	c   rootredcost      :       0.11          0          0          0
1800.02/1800.52	c   pseudoobj        :       0.14          0          0          0
1800.02/1800.52	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1800.02/1800.52	c   propagation      :       0.11       1469       1463       3144       29.2         89       49.4          -
1800.02/1800.52	c   infeasible LP    :      38.70      29639       5868      61456       54.9         88        3.1          0
1800.02/1800.52	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1800.02/1800.52	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1800.02/1800.52	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1800.02/1800.52	c   applied globally :          -          -          -      25541       61.6          -          -          -
1800.02/1800.52	c   applied locally  :          -          -          -          0        0.0          -          -          -
1800.02/1800.52	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1800.02/1800.52	c   cut pool         :       0.00          4          -          -         22          -    (maximal pool size: 555)
1800.02/1800.52	c   redcost          :      12.74      55343          0          0          0          0
1800.02/1800.52	c   impliedbounds    :       0.02          5          0          0          1          0
1800.02/1800.52	c   intobj           :       0.00          0          0          0          0          0
1800.02/1800.52	c   cgmip            :       0.00          0          0          0          0          0
1800.02/1800.52	c   gomory           :       6.45          5          0          0          0          0
1800.02/1800.52	c   strongcg         :       1.41          5          0          0       2500          0
1800.02/1800.52	c   cmir             :       0.00          0          0          0          0          0
1800.02/1800.52	c   flowcover        :       0.00          0          0          0          0          0
1800.02/1800.52	c   clique           :       0.04          5          0          0         32          0
1800.02/1800.52	c   zerohalf         :       0.00          0          0          0          0          0
1800.02/1800.52	c   mcf              :       0.09          2          0          0          6          0
1800.02/1800.52	c   rapidlearning    :       0.35          1          0          0          0          0
1800.02/1800.52	c Pricers            :       Time      Calls       Vars
1800.02/1800.52	c   problem variables:       0.00          0          0
1800.02/1800.52	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1800.02/1800.52	c   relpscost        :     199.93      34113         47       2896          0          0      63768
1800.02/1800.52	c   pscost           :       0.00          0          0          0          0          0          0
1800.02/1800.52	c   inference        :       0.00          0          0          0          0          0          0
1800.02/1800.52	c   mostinf          :       0.00          0          0          0          0          0          0
1800.02/1800.52	c   leastinf         :       0.00          0          0          0          0          0          0
1800.02/1800.52	c   fullstrong       :       0.00          0          0          0          0          0          0
1800.02/1800.52	c   allfullstrong    :       0.00          0          0          0          0          0          0
1800.02/1800.52	c   random           :       0.00          0          0          0          0          0          0
1800.02/1800.52	c Primal Heuristics  :       Time      Calls      Found
1800.02/1800.52	c   LP solutions     :       0.00          -          0
1800.02/1800.52	c   pseudo solutions :       0.00          -          0
1800.02/1800.52	c   trivial          :       0.01          1          0
1800.02/1800.52	c   simplerounding   :       0.00          0          0
1800.02/1800.52	c   zirounding       :       0.00          0          0
1800.02/1800.52	c   rounding         :       0.00          0          0
1800.02/1800.52	c   shifting         :       0.00          0          0
1800.02/1800.52	c   intshifting      :       0.00          0          0
1800.02/1800.52	c   oneopt           :       0.00          0          0
1800.02/1800.52	c   twoopt           :       0.00          0          0
1800.02/1800.52	c   fixandinfer      :       0.00          0          0
1800.02/1800.52	c   feaspump         :       0.00          0          0
1800.02/1800.52	c   coefdiving       :       0.00          0          0
1800.02/1800.52	c   pscostdiving     :       0.00          0          0
1800.02/1800.52	c   fracdiving       :       0.00          0          0
1800.02/1800.52	c   veclendiving     :       0.00          0          0
1800.02/1800.52	c   intdiving        :       0.00          0          0
1800.02/1800.52	c   actconsdiving    :       0.00          0          0
1800.02/1800.52	c   objpscostdiving  :       0.00          0          0
1800.02/1800.52	c   rootsoldiving    :       0.00          0          0
1800.02/1800.52	c   linesearchdiving :       0.00          0          0
1800.02/1800.52	c   guideddiving     :       0.00          0          0
1800.02/1800.52	c   octane           :       0.00          0          0
1800.02/1800.52	c   rens             :       0.00          0          0
1800.02/1800.52	c   rins             :       0.00          0          0
1800.02/1800.52	c   localbranching   :       0.00          0          0
1800.02/1800.52	c   mutation         :       0.00          0          0
1800.02/1800.52	c   crossover        :       0.00          0          0
1800.02/1800.52	c   dins             :       0.00          0          0
1800.02/1800.52	c   undercover       :       0.00          0          0
1800.02/1800.52	c   nlp              :       0.00          0          0
1800.02/1800.52	c   trysol           :       0.00          0          0
1800.02/1800.52	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1800.02/1800.52	c   primal LP        :     168.46          0          0       0.00       0.00
1800.02/1800.52	c   dual LP          :    1032.17     119224    3813182      31.98    3694.34
1800.02/1800.52	c   lex dual LP      :       0.00          0          0       0.00          -
1800.02/1800.52	c   barrier LP       :       0.00          0          0       0.00          -
1800.02/1800.52	c   diving/probing LP:       0.00          0          0       0.00          -
1800.02/1800.52	c   strong branching :     197.43      27302     834221      30.56    4225.40
1800.02/1800.52	c     (at root node) :          -         11       8182     743.82          -
1800.02/1800.52	c   conflict analysis:       0.00          0          0       0.00          -
1800.02/1800.52	c B&B Tree           :
1800.02/1800.52	c   number of runs   :          1
1800.02/1800.52	c   nodes            :      62987
1800.02/1800.52	c   nodes (total)    :      62987
1800.02/1800.52	c   nodes left       :        721
1800.02/1800.52	c   max depth        :         48
1800.02/1800.52	c   max depth (total):         48
1800.02/1800.52	c   backtracks       :      10768 (17.1%)
1800.02/1800.52	c   delayed cutoffs  :         61
1800.02/1800.52	c   repropagations   :      32303 (129608 domain reductions, 52 cutoffs)
1800.02/1800.52	c   avg switch length:       3.97
1800.02/1800.52	c   switching time   :     219.12
1800.02/1800.52	c Solution           :
1800.02/1800.52	c   Solutions found  :          0 (0 improvements)
1800.02/1800.52	c   Primal Bound     :          -
1800.02/1800.52	c   Dual Bound       : +0.00000000000000e+00
1800.02/1800.52	c   Gap              :   infinite
1800.02/1800.52	c   Root Dual Bound  : +0.00000000000000e+00
1800.02/1800.52	c   Root Iterations  :        630
1800.13/1800.62	c Time complete: 1800.14.

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-2664887-1276679505/watcher-2664887-1276679505 -o /tmp/evaluation-result-2664887-1276679505/solver-2664887-1276679505 -C 1800 -W 2000 -M 1800 HOME/pbscip.linux.x86_64.gnu.opt.clp -f HOME/instance-2664887-1276679505.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.01 1.02 1.07 3/105 17005
/proc/meminfo: memFree=1736048/2059040 swapFree=4192956/4192956
[pid=17005] ppid=17003 vsize=9288 CPUtime=0
/proc/17005/stat : 17005 (pbscip.linux.x8) R 17003 17005 15990 0 -1 4202496 1142 0 0 0 0 0 0 0 25 0 1 0 9244235 9510912 1062 1992294400 4194304 9819077 140734364986272 18446744073709551615 8675093 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/17005/statm: 2322 1070 371 1374 0 943 0

[startup+0.0586459 s]
/proc/loadavg: 1.01 1.02 1.07 3/105 17005
/proc/meminfo: memFree=1736048/2059040 swapFree=4192956/4192956
[pid=17005] ppid=17003 vsize=19008 CPUtime=0.05
/proc/17005/stat : 17005 (pbscip.linux.x8) R 17003 17005 15990 0 -1 4202496 4095 0 0 0 4 1 0 0 18 0 1 0 9244235 19464192 3661 1992294400 4194304 9819077 140734364986272 18446744073709551615 4214016 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/17005/statm: 4752 3664 430 1374 0 3373 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 19008

[startup+0.10065 s]
/proc/loadavg: 1.01 1.02 1.07 3/105 17005
/proc/meminfo: memFree=1736048/2059040 swapFree=4192956/4192956
[pid=17005] ppid=17003 vsize=24280 CPUtime=0.09
/proc/17005/stat : 17005 (pbscip.linux.x8) R 17003 17005 15990 0 -1 4202496 5136 0 0 0 8 1 0 0 18 0 1 0 9244235 24862720 4702 1992294400 4194304 9819077 140734364986272 18446744073709551615 8675093 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/17005/statm: 6070 4713 472 1374 0 4691 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 24280

[startup+0.300671 s]
/proc/loadavg: 1.01 1.02 1.07 3/105 17005
/proc/meminfo: memFree=1736048/2059040 swapFree=4192956/4192956
[pid=17005] ppid=17003 vsize=26000 CPUtime=0.29
/proc/17005/stat : 17005 (pbscip.linux.x8) R 17003 17005 15990 0 -1 4202496 7181 0 0 0 19 10 0 0 18 0 1 0 9244235 26624000 5205 1992294400 4194304 9819077 140734364986272 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/17005/statm: 6500 5205 505 1374 0 5121 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 26000

[startup+0.700716 s]
/proc/loadavg: 1.01 1.02 1.07 3/105 17005
/proc/meminfo: memFree=1736048/2059040 swapFree=4192956/4192956
[pid=17005] ppid=17003 vsize=42840 CPUtime=0.69
/proc/17005/stat : 17005 (pbscip.linux.x8) R 17003 17005 15990 0 -1 4202496 11610 0 0 0 49 20 0 0 18 0 1 0 9244235 43868160 8653 1992294400 4194304 9819077 140734364986272 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/17005/statm: 10710 8653 659 1374 0 9331 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 42840

[startup+1.5008 s]
/proc/loadavg: 1.01 1.02 1.07 2/106 17006
/proc/meminfo: memFree=1703800/2059040 swapFree=4192956/4192956
[pid=17005] ppid=17003 vsize=42840 CPUtime=1.49
/proc/17005/stat : 17005 (pbscip.linux.x8) R 17003 17005 15990 0 -1 4202496 11610 0 0 0 129 20 0 0 19 0 1 0 9244235 43868160 8653 1992294400 4194304 9819077 140734364986272 18446744073709551615 6044215 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/17005/statm: 10710 8653 659 1374 0 9331 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 42840

[startup+3.10098 s]
/proc/loadavg: 1.01 1.02 1.07 2/106 17006
/proc/meminfo: memFree=1698840/2059040 swapFree=4192956/4192956
[pid=17005] ppid=17003 vsize=47548 CPUtime=3.09
/proc/17005/stat : 17005 (pbscip.linux.x8) R 17003 17005 15990 0 -1 4202496 20923 0 0 0 268 41 0 0 23 0 1 0 9244235 48689152 9942 1992294400 4194304 9819077 140734364986272 18446744073709551615 6046767 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/17005/statm: 11887 9942 695 1374 0 10508 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 47548

[startup+6.30033 s]
/proc/loadavg: 1.01 1.02 1.07 2/106 17006
/proc/meminfo: memFree=1695988/2059040 swapFree=4192956/4192956
[pid=17005] ppid=17003 vsize=51764 CPUtime=6.28
/proc/17005/stat : 17005 (pbscip.linux.x8) R 17003 17005 15990 0 -1 4202496 22304 0 0 0 585 43 0 0 25 0 1 0 9244235 53006336 11006 1992294400 4194304 9819077 140734364986272 18446744073709551615 6043589 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/17005/statm: 12941 11006 695 1374 0 11562 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 51764

[startup+12.701 s]
/proc/loadavg: 1.01 1.02 1.07 2/106 17006
/proc/meminfo: memFree=1685944/2059040 swapFree=4192956/4192956
[pid=17005] ppid=17003 vsize=63028 CPUtime=12.68
/proc/17005/stat : 17005 (pbscip.linux.x8) R 17003 17005 15990 0 -1 4202496 30381 0 0 0 1219 49 0 0 25 0 1 0 9244235 64540672 13244 1992294400 4194304 9819077 140734364986272 18446744073709551615 7292216 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/17005/statm: 15757 13244 701 1374 0 14378 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 63028

[startup+25.5005 s]
/proc/loadavg: 1.01 1.02 1.07 2/106 17006
/proc/meminfo: memFree=1687556/2059040 swapFree=4192956/4192956
[pid=17005] ppid=17003 vsize=54400 CPUtime=25.48
/proc/17005/stat : 17005 (pbscip.linux.x8) R 17003 17005 15990 0 -1 4202496 53389 0 0 0 2479 69 0 0 25 0 1 0 9244235 55705600 12575 1992294400 4194304 9819077 140734364986272 18446744073709551615 6581838 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/17005/statm: 13600 12575 727 1374 0 12221 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 54400

[startup+51.1013 s]
/proc/loadavg: 1.00 1.02 1.06 2/106 17006
/proc/meminfo: memFree=1687556/2059040 swapFree=4192956/4192956
[pid=17005] ppid=17003 vsize=58560 CPUtime=51.07
/proc/17005/stat : 17005 (pbscip.linux.x8) R 17003 17005 15990 0 -1 4202496 170270 0 0 0 4954 153 0 0 25 0 1 0 9244235 59965440 12593 1992294400 4194304 9819077 140734364986272 18446744073709551615 8720183 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/17005/statm: 14640 12593 727 1374 0 13261 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 58560

[startup+102.308 s]
/proc/loadavg: 1.00 1.01 1.06 2/106 17008
/proc/meminfo: memFree=1681852/2059040 swapFree=4192956/4192956
[pid=17005] ppid=17003 vsize=61552 CPUtime=102.26
/proc/17005/stat : 17005 (pbscip.linux.x8) R 17003 17005 15990 0 -1 4202496 422978 0 0 0 9904 322 0 0 25 0 1 0 9244235 63029248 14044 1992294400 4194304 9819077 140734364986272 18446744073709551615 6388076 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/17005/statm: 15388 14044 727 1374 0 14009 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 61552

[startup+162.301 s]
/proc/loadavg: 1.00 1.01 1.05 2/106 17010
/proc/meminfo: memFree=1676024/2059040 swapFree=4192956/4192956
[pid=17005] ppid=17003 vsize=68020 CPUtime=162.25
/proc/17005/stat : 17005 (pbscip.linux.x8) R 17003 17005 15990 0 -1 4202496 735976 0 0 0 15696 529 0 0 25 0 1 0 9244235 69652480 15559 1992294400 4194304 9819077 140734364986272 18446744073709551615 6391565 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/17005/statm: 17005 15559 727 1374 0 15626 0
Current children cumulated CPU time (s) 162.25
Current children cumulated vsize (KiB) 68020

[startup+222.301 s]
/proc/loadavg: 1.00 1.00 1.05 2/106 17012
/proc/meminfo: memFree=1673420/2059040 swapFree=4192956/4192956
[pid=17005] ppid=17003 vsize=69832 CPUtime=222.23
/proc/17005/stat : 17005 (pbscip.linux.x8) R 17003 17005 15990 0 -1 4202496 980672 0 0 0 21517 706 0 0 25 0 1 0 9244235 71507968 16053 1992294400 4194304 9819077 140734364986272 18446744073709551615 6630603 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/17005/statm: 17458 16053 728 1374 0 16079 0
Current children cumulated CPU time (s) 222.23
Current children cumulated vsize (KiB) 69832

[startup+282.301 s]
/proc/loadavg: 1.00 1.00 1.04 2/106 17012
/proc/meminfo: memFree=1670816/2059040 swapFree=4192956/4192956
[pid=17005] ppid=17003 vsize=73152 CPUtime=282.22
/proc/17005/stat : 17005 (pbscip.linux.x8) R 17003 17005 15990 0 -1 4202496 1337657 0 0 0 27276 946 0 0 25 0 1 0 9244235 74907648 16714 1992294400 4194304 9819077 140734364986272 18446744073709551615 4651656 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/17005/statm: 18288 16714 728 1374 0 16909 0
Current children cumulated CPU time (s) 282.22
Current children cumulated vsize (KiB) 73152

[startup+342.301 s]
/proc/loadavg: 1.00 1.00 1.04 2/106 17014
/proc/meminfo: memFree=1668708/2059040 swapFree=4192956/4192956
[pid=17005] ppid=17003 vsize=75064 CPUtime=342.19
/proc/17005/stat : 17005 (pbscip.linux.x8) R 17003 17005 15990 0 -1 4202496 1649730 0 0 0 33052 1167 0 0 25 0 1 0 9244235 76865536 17275 1992294400 4194304 9819077 140734364986272 18446744073709551615 7311676 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/17005/statm: 18766 17275 728 1374 0 17387 0
Current children cumulated CPU time (s) 342.19
Current children cumulated vsize (KiB) 75064

[startup+402.301 s]
/proc/loadavg: 1.00 1.00 1.03 2/106 17016
/proc/meminfo: memFree=1664988/2059040 swapFree=4192956/4192956
[pid=17005] ppid=17003 vsize=78128 CPUtime=402.18
/proc/17005/stat : 17005 (pbscip.linux.x8) R 17003 17005 15990 0 -1 4202496 1908704 0 0 0 38867 1351 0 0 25 0 1 0 9244235 80003072 18164 1992294400 4194304 9819077 140734364986272 18446744073709551615 7311669 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/17005/statm: 19532 18164 728 1374 0 18153 0
Current children cumulated CPU time (s) 402.18
Current children cumulated vsize (KiB) 78128

[startup+462.301 s]
/proc/loadavg: 1.00 1.00 1.02 2/106 17018
/proc/meminfo: memFree=1661640/2059040 swapFree=4192956/4192956
[pid=17005] ppid=17003 vsize=82528 CPUtime=462.16
/proc/17005/stat : 17005 (pbscip.linux.x8) R 17003 17005 15990 0 -1 4202496 2204100 0 0 0 44653 1563 0 0 25 0 1 0 9244235 84508672 19055 1992294400 4194304 9819077 140734364986272 18446744073709551615 7816419 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/17005/statm: 20632 19055 728 1374 0 19253 0
Current children cumulated CPU time (s) 462.16
Current children cumulated vsize (KiB) 82528

[startup+522.301 s]
/proc/loadavg: 1.00 1.00 1.02 3/106 17020
/proc/meminfo: memFree=1660152/2059040 swapFree=4192956/4192956
[pid=17005] ppid=17003 vsize=83748 CPUtime=522.15
/proc/17005/stat : 17005 (pbscip.linux.x8) R 17003 17005 15990 0 -1 4202496 2507232 0 0 0 50449 1766 0 0 25 0 1 0 9244235 85757952 19479 1992294400 4194304 9819077 140734364986272 18446744073709551615 7302705 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/17005/statm: 20937 19479 728 1374 0 19558 0
Current children cumulated CPU time (s) 522.15
Current children cumulated vsize (KiB) 83748

[startup+582.301 s]
/proc/loadavg: 1.00 1.00 1.01 2/106 17020
/proc/meminfo: memFree=1657424/2059040 swapFree=4192956/4192956
[pid=17005] ppid=17003 vsize=86256 CPUtime=582.14
/proc/17005/stat : 17005 (pbscip.linux.x8) R 17003 17005 15990 0 -1 4202496 2813123 0 0 0 56239 1975 0 0 25 0 1 0 9244235 88326144 20051 1992294400 4194304 9819077 140734364986272 18446744073709551615 7302722 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/17005/statm: 21564 20051 728 1374 0 20185 0
Current children cumulated CPU time (s) 582.14
Current children cumulated vsize (KiB) 86256

[startup+642.301 s]
/proc/loadavg: 1.00 1.00 1.01 2/106 17022
/proc/meminfo: memFree=1656804/2059040 swapFree=4192956/4192956
[pid=17005] ppid=17003 vsize=87216 CPUtime=642.13
/proc/17005/stat : 17005 (pbscip.linux.x8) R 17003 17005 15990 0 -1 4202496 3117591 0 0 0 62028 2185 0 0 25 0 1 0 9244235 89309184 20248 1992294400 4194304 9819077 140734364986272 18446744073709551615 5954100 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/17005/statm: 21804 20248 728 1374 0 20425 0
Current children cumulated CPU time (s) 642.13
Current children cumulated vsize (KiB) 87216

[startup+702.301 s]

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

[startup+882.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/106 17028
/proc/meminfo: memFree=1650852/2059040 swapFree=4192956/4192956
[pid=17005] ppid=17003 vsize=92700 CPUtime=882.06
/proc/17005/stat : 17005 (pbscip.linux.x8) R 17003 17005 15990 0 -1 4202496 4328329 0 0 0 85197 3009 0 0 25 0 1 0 9244235 94924800 21628 1992294400 4194304 9819077 140734364986272 18446744073709551615 8720183 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/17005/statm: 23175 21628 728 1374 0 21796 0
Current children cumulated CPU time (s) 882.06
Current children cumulated vsize (KiB) 92700

[startup+942.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/106 17030
/proc/meminfo: memFree=1650108/2059040 swapFree=4192956/4192956
[pid=17005] ppid=17003 vsize=93448 CPUtime=942.04
/proc/17005/stat : 17005 (pbscip.linux.x8) R 17003 17005 15990 0 -1 4202496 4606752 0 0 0 91004 3200 0 0 25 0 1 0 9244235 95690752 21846 1992294400 4194304 9819077 140734364986272 18446744073709551615 6391609 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/17005/statm: 23362 21846 728 1374 0 21983 0
Current children cumulated CPU time (s) 942.04
Current children cumulated vsize (KiB) 93448

[startup+1002.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/106 17032
/proc/meminfo: memFree=1648620/2059040 swapFree=4192956/4192956
[pid=17005] ppid=17003 vsize=94696 CPUtime=1002.02
/proc/17005/stat : 17005 (pbscip.linux.x8) R 17003 17005 15990 0 -1 4202496 4889262 0 0 0 96812 3390 0 0 25 0 1 0 9244235 96968704 22150 1992294400 4194304 9819077 140734364986272 18446744073709551615 6391565 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/17005/statm: 23674 22150 728 1374 0 22295 0
Current children cumulated CPU time (s) 1002.02
Current children cumulated vsize (KiB) 94696

[startup+1062.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/106 17034
/proc/meminfo: memFree=1648000/2059040 swapFree=4192956/4192956
[pid=17005] ppid=17003 vsize=95724 CPUtime=1062.01
/proc/17005/stat : 17005 (pbscip.linux.x8) R 17003 17005 15990 0 -1 4202496 5174880 0 0 0 102617 3584 0 0 25 0 1 0 9244235 98021376 22348 1992294400 4194304 9819077 140734364986272 18446744073709551615 7292313 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/17005/statm: 23931 22348 728 1374 0 22552 0
Current children cumulated CPU time (s) 1062.01
Current children cumulated vsize (KiB) 95724

[startup+1122.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/106 17036
/proc/meminfo: memFree=1646512/2059040 swapFree=4192956/4192956
[pid=17005] ppid=17003 vsize=97016 CPUtime=1121.99
/proc/17005/stat : 17005 (pbscip.linux.x8) R 17003 17005 15990 0 -1 4202496 5448983 0 0 0 108433 3766 0 0 25 0 1 0 9244235 99344384 22726 1992294400 4194304 9819077 140734364986272 18446744073709551615 7289378 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/17005/statm: 24254 22726 728 1374 0 22875 0
Current children cumulated CPU time (s) 1121.99
Current children cumulated vsize (KiB) 97016

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/106 17036
/proc/meminfo: memFree=1646016/2059040 swapFree=4192956/4192956
[pid=17005] ppid=17003 vsize=97472 CPUtime=1181.97
/proc/17005/stat : 17005 (pbscip.linux.x8) R 17003 17005 15990 0 -1 4202496 5736133 0 0 0 114246 3951 0 0 25 0 1 0 9244235 99811328 22828 1992294400 4194304 9819077 140734364986272 18446744073709551615 7296202 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/17005/statm: 24368 22828 728 1374 0 22989 0
Current children cumulated CPU time (s) 1181.97
Current children cumulated vsize (KiB) 97472

[startup+1242.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/106 17041
/proc/meminfo: memFree=1644776/2059040 swapFree=4192956/4192956
[pid=17005] ppid=17003 vsize=98376 CPUtime=1241.96
/proc/17005/stat : 17005 (pbscip.linux.x8) R 17003 17005 15990 0 -1 4202496 6032788 0 0 0 120039 4157 0 0 25 0 1 0 9244235 100737024 22968 1992294400 4194304 9819077 140734364986272 18446744073709551615 6089671 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/17005/statm: 24594 22968 728 1374 0 23215 0
Current children cumulated CPU time (s) 1241.96
Current children cumulated vsize (KiB) 98376

[startup+1302.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/106 17043
/proc/meminfo: memFree=1644280/2059040 swapFree=4192956/4192956
[pid=17005] ppid=17003 vsize=98560 CPUtime=1301.95
/proc/17005/stat : 17005 (pbscip.linux.x8) R 17003 17005 15990 0 -1 4202496 6361014 0 0 0 125815 4380 0 0 25 0 1 0 9244235 100925440 23076 1992294400 4194304 9819077 140734364986272 18446744073709551615 8720183 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/17005/statm: 24640 23076 728 1374 0 23261 0
Current children cumulated CPU time (s) 1301.95
Current children cumulated vsize (KiB) 98560

[startup+1362.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/106 17045
/proc/meminfo: memFree=1643164/2059040 swapFree=4192956/4192956
[pid=17005] ppid=17003 vsize=98564 CPUtime=1361.93
/proc/17005/stat : 17005 (pbscip.linux.x8) R 17003 17005 15990 0 -1 4202496 6645703 0 0 0 131615 4578 0 0 25 0 1 0 9244235 100929536 23406 1992294400 4194304 9819077 140734364986272 18446744073709551615 8657695 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/17005/statm: 24708 23408 728 1374 0 23329 0
Current children cumulated CPU time (s) 1361.93
Current children cumulated vsize (KiB) 98564

[startup+1422.31 s]
/proc/loadavg: 1.00 1.00 1.00 2/106 17047
/proc/meminfo: memFree=1642544/2059040 swapFree=4192956/4192956
[pid=17005] ppid=17003 vsize=100140 CPUtime=1421.92
/proc/17005/stat : 17005 (pbscip.linux.x8) R 17003 17005 15990 0 -1 4202496 6926655 0 0 0 137417 4775 0 0 25 0 1 0 9244235 102543360 23532 1992294400 4194304 9819077 140734364986272 18446744073709551615 6362663 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/17005/statm: 25035 23532 728 1374 0 23656 0
Current children cumulated CPU time (s) 1421.92
Current children cumulated vsize (KiB) 100140

[startup+1482.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/106 17047
/proc/meminfo: memFree=1641800/2059040 swapFree=4192956/4192956
[pid=17005] ppid=17003 vsize=101204 CPUtime=1481.9
/proc/17005/stat : 17005 (pbscip.linux.x8) R 17003 17005 15990 0 -1 4202496 7218647 0 0 0 143210 4980 0 0 25 0 1 0 9244235 103632896 23762 1992294400 4194304 9819077 140734364986272 18446744073709551615 6700292 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/17005/statm: 25301 23763 728 1374 0 23922 0
Current children cumulated CPU time (s) 1481.9
Current children cumulated vsize (KiB) 101204

[startup+1542.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/106 17049
/proc/meminfo: memFree=1640684/2059040 swapFree=4192956/4192956
[pid=17005] ppid=17003 vsize=104168 CPUtime=1541.88
/proc/17005/stat : 17005 (pbscip.linux.x8) R 17003 17005 15990 0 -1 4202496 7534735 0 0 0 148998 5190 0 0 25 0 1 0 9244235 106668032 24002 1992294400 4194304 9819077 140734364986272 18446744073709551615 6391486 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/17005/statm: 26042 24002 728 1374 0 24663 0
Current children cumulated CPU time (s) 1541.88
Current children cumulated vsize (KiB) 104168

[startup+1602.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/106 17051
/proc/meminfo: memFree=1640188/2059040 swapFree=4192956/4192956
[pid=17005] ppid=17003 vsize=102784 CPUtime=1601.86
/proc/17005/stat : 17005 (pbscip.linux.x8) R 17003 17005 15990 0 -1 4202496 7845348 0 0 0 154789 5397 0 0 25 0 1 0 9244235 105250816 24107 1992294400 4194304 9819077 140734364986272 18446744073709551615 8720183 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/17005/statm: 25696 24107 728 1374 0 24317 0
Current children cumulated CPU time (s) 1601.86
Current children cumulated vsize (KiB) 102784

[startup+1662.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/106 17053
/proc/meminfo: memFree=1639196/2059040 swapFree=4192956/4192956
[pid=17005] ppid=17003 vsize=103464 CPUtime=1661.85
/proc/17005/stat : 17005 (pbscip.linux.x8) R 17003 17005 15990 0 -1 4202496 8134753 0 0 0 160593 5592 0 0 25 0 1 0 9244235 105947136 24334 1992294400 4194304 9819077 140734364986272 18446744073709551615 6367680 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/17005/statm: 25866 24334 728 1374 0 24487 0
Current children cumulated CPU time (s) 1661.85
Current children cumulated vsize (KiB) 103464

[startup+1722.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/106 17055
/proc/meminfo: memFree=1637708/2059040 swapFree=4192956/4192956
[pid=17005] ppid=17003 vsize=104772 CPUtime=1721.84
/proc/17005/stat : 17005 (pbscip.linux.x8) R 17003 17005 15990 0 -1 4202496 8405745 0 0 0 166415 5769 0 0 25 0 1 0 9244235 107286528 24773 1992294400 4194304 9819077 140734364986272 18446744073709551615 7306911 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/17005/statm: 26193 24773 728 1374 0 24814 0
Current children cumulated CPU time (s) 1721.84
Current children cumulated vsize (KiB) 104772

[startup+1782.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/106 17055
/proc/meminfo: memFree=1636840/2059040 swapFree=4192956/4192956
[pid=17005] ppid=17003 vsize=106056 CPUtime=1781.81
/proc/17005/stat : 17005 (pbscip.linux.x8) R 17003 17005 15990 0 -1 4202496 8671336 0 0 0 172228 5953 0 0 25 0 1 0 9244235 108601344 24894 1992294400 4194304 9819077 140734364986272 18446744073709551615 7291626 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/17005/statm: 26514 24894 728 1374 0 25135 0
Current children cumulated CPU time (s) 1781.81
Current children cumulated vsize (KiB) 106056



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.5 s]
/proc/loadavg: 1.00 1.00 1.00 2/106 17057
/proc/meminfo: memFree=1636840/2059040 swapFree=4192956/4192956
[pid=17005] ppid=17003 vsize=105840 CPUtime=1800.02
/proc/17005/stat : 17005 (pbscip.linux.x8) R 17003 17005 15990 0 -1 4202496 8756953 0 0 0 173994 6008 0 0 25 0 1 0 9244235 108380160 24917 1992294400 4194304 9819077 140734364986272 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/17005/statm: 26460 24917 728 1374 0 25081 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 105840

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

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

[startup+1800.61 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 17058
/proc/meminfo: memFree=1660888/2059040 swapFree=4192956/4192956
[pid=17005] ppid=17003 vsize=64312 CPUtime=1800.13
/proc/17005/stat : 17005 (pbscip.linux.x8) R 17003 17005 15990 0 -1 4202496 8757067 0 0 0 174004 6009 0 0 18 0 1 0 9244235 65855488 15242 1992294400 4194304 9819077 140734364986272 18446744073709551615 8723783 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/17005/statm: 16020 15242 731 1374 0 14641 0
Current children cumulated CPU time (s) 1800.13
Current children cumulated vsize (KiB) 64312

Child status: 0
Real time (s): 1800.62
CPU time (s): 1800.15
CPU user time (s): 1740.04
CPU system time (s): 60.1049
CPU usage (%): 99.9734
Max. virtual memory (cumulated for all children) (KiB): 108500

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

runsolver used 3.03954 second user time and 8.44472 second system time

The end

Launcher Data

Begin job on node086 at 2010-06-16 11:11:45
IDJOB=2664887
IDBENCH=48335
IDSOLVER=1168
FILE ID=node086/2664887-1276679505
PBS_JOBID= 11172526
Free space on /tmp= 62576 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_100_25_5_15.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-2664887-1276679505/watcher-2664887-1276679505 -o /tmp/evaluation-result-2664887-1276679505/solver-2664887-1276679505 -C 1800 -W 2000 -M 1800  HOME/pbscip.linux.x86_64.gnu.opt.clp -f HOME/instance-2664887-1276679505.opb -t 1800 -m 1800

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

MD5SUM BENCH= 2b927be10d6e21370847ee6c94426772
RANDOM SEED=1323379508

node086.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.244
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.48
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.244
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	: 5999.40
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1736576 kB
Buffers:         63108 kB
Cached:         122860 kB
SwapCached:          0 kB
Active:         127912 kB
Inactive:       117356 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1736576 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:            6236 kB
Writeback:           0 kB
AnonPages:       59264 kB
Mapped:          15336 kB
Slab:            55640 kB
PageTables:       3964 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   182148 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= 62568 MiB
End job on node086 at 2010-06-16 11:41:48