Trace number 2664907

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 solverUNSAT 1467.02 1467.48

General information on the benchmark

Namenormalized-PB07/SATUNSAT-SMALLINT-NLC/submittedPB07/
manquinho/dbsg/normalized-dbsg_100_25_3_40.opb
MD5SUM6ddc144a63b87021a78f3fe4530ac86f
Bench CategoryDEC-SMALLINT-NLC (no optimisation, small integers, non linear constraints)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark247.072
Has Objective FunctionNO
SatisfiableNO
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved
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 40
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 200
Number of bits of the biggest sum of numbers8
Number of products (including duplicates)6180
Sum of products size (including duplicates)12360
Number of different products3090
Sum of products size6180

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-2664907-1276681717.opb>
0.00/0.04	c original problem has 3290 variables (3290 bin, 0 int, 0 impl, 0 cont) and 3392 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.30/0.30	c (round 1) 0 del vars, 0 del conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 301 upgd conss, 24920 impls, 200 clqs
0.39/0.49	c presolving (2 rounds):
0.39/0.49	c  0 deleted vars, 0 deleted constraints, 0 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
0.39/0.49	c  24920 implications, 200 cliques
0.39/0.49	c presolved problem has 3290 variables (3290 bin, 0 int, 0 impl, 0 cont) and 3392 constraints
0.39/0.49	c       1 constraints of type <knapsack>
0.39/0.49	c     200 constraints of type <setppc>
0.39/0.49	c    3090 constraints of type <and>
0.39/0.49	c       1 constraints of type <linear>
0.39/0.49	c     100 constraints of type <logicor>
0.39/0.49	c transformed objective value is always integral (scale: 1)
0.39/0.49	c Presolving Time: 0.23
0.39/0.49	c - non default parameters ----------------------------------------------------------------------
0.39/0.49	c # SCIP version 1.2.1.2
0.39/0.49	c 
0.39/0.49	c # frequency for displaying node information lines
0.39/0.49	c # [type: int, range: [-1,2147483647], default: 100]
0.39/0.49	c display/freq = 10000
0.39/0.49	c 
0.39/0.49	c # maximal time in seconds to run
0.39/0.49	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.39/0.49	c limits/time = 1799.97
0.39/0.49	c 
0.39/0.49	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.39/0.49	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.39/0.49	c limits/memory = 1620
0.39/0.49	c 
0.39/0.49	c # solving stops, if the given number of solutions were found (-1: no limit)
0.39/0.49	c # [type: int, range: [-1,2147483647], default: -1]
0.39/0.49	c limits/solutions = 1
0.39/0.49	c 
0.39/0.49	c # maximal number of separation rounds per node (-1: unlimited)
0.39/0.49	c # [type: int, range: [-1,2147483647], default: 5]
0.39/0.49	c separating/maxrounds = 1
0.39/0.49	c 
0.39/0.49	c # maximal number of separation rounds in the root node (-1: unlimited)
0.39/0.49	c # [type: int, range: [-1,2147483647], default: -1]
0.39/0.49	c separating/maxroundsroot = 5
0.39/0.49	c 
0.39/0.49	c # should presolving try to simplify inequalities
0.39/0.49	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.39/0.49	c constraints/linear/simplifyinequalities = TRUE
0.39/0.49	c 
0.39/0.49	c # should disaggregation of knapsack constraints be allowed in preprocessing?
0.39/0.49	c # [type: bool, range: {TRUE,FALSE}, default: TRUE]
0.39/0.49	c constraints/knapsack/disaggregation = FALSE
0.39/0.49	c 
0.39/0.49	c # should presolving try to simplify knapsacks
0.39/0.49	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.39/0.49	c constraints/knapsack/simplifyinequalities = TRUE
0.39/0.49	c 
0.39/0.49	c # maximal number of presolving rounds the presolver participates in (-1: no limit)
0.39/0.49	c # [type: int, range: [-1,2147483647], default: -1]
0.39/0.49	c presolving/probing/maxrounds = 0
0.39/0.49	c 
0.39/0.49	c # frequency for calling primal heuristic <coefdiving> (-1: never, 0: only at depth freqofs)
0.39/0.49	c # [type: int, range: [-1,2147483647], default: 10]
0.39/0.49	c heuristics/coefdiving/freq = -1
0.39/0.49	c 
0.39/0.49	c # maximal fraction of diving LP iterations compared to node LP iterations
0.39/0.49	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.39/0.49	c heuristics/coefdiving/maxlpiterquot = 0.075
0.39/0.49	c 
0.39/0.49	c # additional number of allowed LP iterations
0.39/0.49	c # [type: int, range: [0,2147483647], default: 1000]
0.39/0.49	c heuristics/coefdiving/maxlpiterofs = 1500
0.39/0.49	c 
0.39/0.49	c # frequency for calling primal heuristic <crossover> (-1: never, 0: only at depth freqofs)
0.39/0.49	c # [type: int, range: [-1,2147483647], default: 30]
0.39/0.49	c heuristics/crossover/freq = -1
0.39/0.49	c 
0.39/0.49	c # number of nodes added to the contingent of the total nodes
0.39/0.49	c # [type: longint, range: [0,9223372036854775807], default: 500]
0.39/0.49	c heuristics/crossover/nodesofs = 750
0.39/0.49	c 
0.39/0.49	c # number of nodes without incumbent change that heuristic should wait
0.39/0.49	c # [type: longint, range: [0,9223372036854775807], default: 200]
0.39/0.49	c heuristics/crossover/nwaitingnodes = 100
0.39/0.49	c 
0.39/0.49	c # contingent of sub problem nodes in relation to the number of nodes of the original problem
0.39/0.49	c # [type: real, range: [0,1], default: 0.1]
0.39/0.49	c heuristics/crossover/nodesquot = 0.15
0.39/0.49	c 
0.39/0.49	c # minimum percentage of integer variables that have to be fixed 
0.39/0.49	c # [type: real, range: [0,1], default: 0.666]
0.39/0.49	c heuristics/crossover/minfixingrate = 0.5
0.39/0.49	c 
0.39/0.49	c # frequency for calling primal heuristic <feaspump> (-1: never, 0: only at depth freqofs)
0.39/0.49	c # [type: int, range: [-1,2147483647], default: 20]
0.39/0.49	c heuristics/feaspump/freq = -1
0.39/0.49	c 
0.39/0.49	c # additional number of allowed LP iterations
0.39/0.49	c # [type: int, range: [0,2147483647], default: 1000]
0.39/0.49	c heuristics/feaspump/maxlpiterofs = 2000
0.39/0.49	c 
0.39/0.49	c # frequency for calling primal heuristic <fracdiving> (-1: never, 0: only at depth freqofs)
0.39/0.49	c # [type: int, range: [-1,2147483647], default: 10]
0.39/0.49	c heuristics/fracdiving/freq = -1
0.39/0.49	c 
0.39/0.49	c # maximal fraction of diving LP iterations compared to node LP iterations
0.39/0.49	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.39/0.49	c heuristics/fracdiving/maxlpiterquot = 0.075
0.39/0.49	c 
0.39/0.49	c # additional number of allowed LP iterations
0.39/0.49	c # [type: int, range: [0,2147483647], default: 1000]
0.39/0.49	c heuristics/fracdiving/maxlpiterofs = 1500
0.39/0.49	c 
0.39/0.49	c # frequency for calling primal heuristic <guideddiving> (-1: never, 0: only at depth freqofs)
0.39/0.49	c # [type: int, range: [-1,2147483647], default: 10]
0.39/0.49	c heuristics/guideddiving/freq = -1
0.39/0.49	c 
0.39/0.49	c # maximal fraction of diving LP iterations compared to node LP iterations
0.39/0.49	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.39/0.49	c heuristics/guideddiving/maxlpiterquot = 0.075
0.39/0.49	c 
0.39/0.49	c # additional number of allowed LP iterations
0.39/0.49	c # [type: int, range: [0,2147483647], default: 1000]
0.39/0.49	c heuristics/guideddiving/maxlpiterofs = 1500
0.39/0.49	c 
0.39/0.49	c # maximal fraction of diving LP iterations compared to node LP iterations
0.39/0.49	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.39/0.49	c heuristics/intdiving/maxlpiterquot = 0.075
0.39/0.49	c 
0.39/0.49	c # frequency for calling primal heuristic <intshifting> (-1: never, 0: only at depth freqofs)
0.39/0.49	c # [type: int, range: [-1,2147483647], default: 10]
0.39/0.49	c heuristics/intshifting/freq = -1
0.39/0.49	c 
0.39/0.49	c # frequency for calling primal heuristic <linesearchdiving> (-1: never, 0: only at depth freqofs)
0.39/0.49	c # [type: int, range: [-1,2147483647], default: 10]
0.39/0.49	c heuristics/linesearchdiving/freq = -1
0.39/0.49	c 
0.39/0.49	c # maximal fraction of diving LP iterations compared to node LP iterations
0.39/0.50	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.39/0.50	c heuristics/linesearchdiving/maxlpiterquot = 0.075
0.39/0.50	c 
0.39/0.50	c # additional number of allowed LP iterations
0.39/0.50	c # [type: int, range: [0,2147483647], default: 1000]
0.39/0.50	c heuristics/linesearchdiving/maxlpiterofs = 1500
0.39/0.50	c 
0.39/0.50	c # frequency for calling primal heuristic <nlp> (-1: never, 0: only at depth freqofs)
0.39/0.50	c # [type: int, range: [-1,2147483647], default: 1]
0.39/0.50	c heuristics/nlp/freq = -1
0.39/0.50	c 
0.39/0.50	c # frequency for calling primal heuristic <objpscostdiving> (-1: never, 0: only at depth freqofs)
0.39/0.50	c # [type: int, range: [-1,2147483647], default: 20]
0.39/0.50	c heuristics/objpscostdiving/freq = -1
0.39/0.50	c 
0.39/0.50	c # maximal fraction of diving LP iterations compared to total iteration number
0.39/0.50	c # [type: real, range: [0,1], default: 0.01]
0.39/0.50	c heuristics/objpscostdiving/maxlpiterquot = 0.015
0.39/0.50	c 
0.39/0.50	c # additional number of allowed LP iterations
0.39/0.50	c # [type: int, range: [0,2147483647], default: 1000]
0.39/0.50	c heuristics/objpscostdiving/maxlpiterofs = 1500
0.39/0.50	c 
0.39/0.50	c # frequency for calling primal heuristic <oneopt> (-1: never, 0: only at depth freqofs)
0.39/0.50	c # [type: int, range: [-1,2147483647], default: 1]
0.39/0.50	c heuristics/oneopt/freq = -1
0.39/0.50	c 
0.39/0.50	c # frequency for calling primal heuristic <pscostdiving> (-1: never, 0: only at depth freqofs)
0.39/0.50	c # [type: int, range: [-1,2147483647], default: 10]
0.39/0.50	c heuristics/pscostdiving/freq = -1
0.39/0.50	c 
0.39/0.50	c # maximal fraction of diving LP iterations compared to node LP iterations
0.39/0.50	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.39/0.50	c heuristics/pscostdiving/maxlpiterquot = 0.075
0.39/0.50	c 
0.39/0.50	c # additional number of allowed LP iterations
0.39/0.50	c # [type: int, range: [0,2147483647], default: 1000]
0.39/0.50	c heuristics/pscostdiving/maxlpiterofs = 1500
0.39/0.50	c 
0.39/0.50	c # frequency for calling primal heuristic <rens> (-1: never, 0: only at depth freqofs)
0.39/0.50	c # [type: int, range: [-1,2147483647], default: 0]
0.39/0.50	c heuristics/rens/freq = -1
0.39/0.50	c 
0.39/0.50	c # minimum percentage of integer variables that have to be fixable 
0.39/0.50	c # [type: real, range: [0,1], default: 0.5]
0.39/0.50	c heuristics/rens/minfixingrate = 0.3
0.39/0.50	c 
0.39/0.50	c # number of nodes added to the contingent of the total nodes
0.39/0.50	c # [type: longint, range: [0,9223372036854775807], default: 500]
0.39/0.50	c heuristics/rens/nodesofs = 2000
0.39/0.50	c 
0.39/0.50	c # frequency for calling primal heuristic <rootsoldiving> (-1: never, 0: only at depth freqofs)
0.39/0.50	c # [type: int, range: [-1,2147483647], default: 20]
0.39/0.50	c heuristics/rootsoldiving/freq = -1
0.39/0.50	c 
0.39/0.50	c # maximal fraction of diving LP iterations compared to node LP iterations
0.39/0.50	c # [type: real, range: [0,1.79769313486232e+308], default: 0.01]
0.39/0.50	c heuristics/rootsoldiving/maxlpiterquot = 0.015
0.39/0.50	c 
0.39/0.50	c # additional number of allowed LP iterations
0.39/0.50	c # [type: int, range: [0,2147483647], default: 1000]
0.39/0.50	c heuristics/rootsoldiving/maxlpiterofs = 1500
0.39/0.50	c 
0.39/0.50	c # frequency for calling primal heuristic <rounding> (-1: never, 0: only at depth freqofs)
0.39/0.50	c # [type: int, range: [-1,2147483647], default: 1]
0.39/0.50	c heuristics/rounding/freq = -1
0.39/0.50	c 
0.39/0.50	c # frequency for calling primal heuristic <shifting> (-1: never, 0: only at depth freqofs)
0.39/0.50	c # [type: int, range: [-1,2147483647], default: 10]
0.39/0.50	c heuristics/shifting/freq = -1
0.39/0.50	c 
0.39/0.50	c # frequency for calling primal heuristic <simplerounding> (-1: never, 0: only at depth freqofs)
0.39/0.50	c # [type: int, range: [-1,2147483647], default: 1]
0.39/0.50	c heuristics/simplerounding/freq = -1
0.39/0.50	c 
0.39/0.50	c # frequency for calling primal heuristic <trivial> (-1: never, 0: only at depth freqofs)
0.39/0.50	c # [type: int, range: [-1,2147483647], default: 0]
0.39/0.50	c heuristics/trivial/freq = -1
0.39/0.50	c 
0.39/0.50	c # frequency for calling primal heuristic <trysol> (-1: never, 0: only at depth freqofs)
0.39/0.50	c # [type: int, range: [-1,2147483647], default: 1]
0.39/0.50	c heuristics/trysol/freq = -1
0.39/0.50	c 
0.39/0.50	c # frequency for calling primal heuristic <veclendiving> (-1: never, 0: only at depth freqofs)
0.39/0.50	c # [type: int, range: [-1,2147483647], default: 10]
0.39/0.50	c heuristics/veclendiving/freq = -1
0.39/0.50	c 
0.39/0.50	c # maximal fraction of diving LP iterations compared to node LP iterations
0.39/0.50	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.39/0.50	c heuristics/veclendiving/maxlpiterquot = 0.075
0.39/0.50	c 
0.39/0.50	c # additional number of allowed LP iterations
0.39/0.50	c # [type: int, range: [0,2147483647], default: 1000]
0.39/0.50	c heuristics/veclendiving/maxlpiterofs = 1500
0.39/0.50	c 
0.39/0.50	c # frequency for calling primal heuristic <zirounding> (-1: never, 0: only at depth freqofs)
0.39/0.50	c # [type: int, range: [-1,2147483647], default: 1]
0.39/0.50	c heuristics/zirounding/freq = -1
0.39/0.50	c 
0.39/0.50	c # frequency for calling separator <cmir> (-1: never, 0: only in root node)
0.39/0.50	c # [type: int, range: [-1,2147483647], default: 0]
0.39/0.50	c separating/cmir/freq = -1
0.39/0.50	c 
0.39/0.50	c # frequency for calling separator <flowcover> (-1: never, 0: only in root node)
0.39/0.50	c # [type: int, range: [-1,2147483647], default: 0]
0.39/0.50	c separating/flowcover/freq = -1
0.39/0.50	c 
0.39/0.50	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
0.39/0.50	c # [type: int, range: [-1,2147483647], default: -1]
0.39/0.50	c separating/rapidlearning/freq = 0
0.39/0.50	c 
0.39/0.50	c -----------------------------------------------------------------------------------------------
0.39/0.50	c start solving
0.50/0.50	c 
2.99/3.00	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
2.99/3.00	c   2.7s|     1 |     0 |  1915 |     - |  14M|   0 |1366 |3290 |3392 |3290 |6482 |   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
13.59/13.67	c  13.1s|     1 |     0 |  2117 |     - |  18M|   0 |1378 |3290 |3794 |3290 |6500 |  18 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
15.89/15.91	c  15.3s|     1 |     0 |  2388 |     - |  18M|   0 |1349 |3290 |3794 |3290 |6504 |  22 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
17.89/17.91	c  17.3s|     1 |     0 |  2507 |     - |  18M|   0 |1354 |3290 |3794 |3290 |6508 |  26 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
19.88/19.96	c  19.3s|     1 |     0 |  2583 |     - |  18M|   0 |1352 |3290 |3794 |3290 |6512 |  30 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
21.89/21.94	c  21.3s|     1 |     0 |  2659 |     - |  18M|   0 |1347 |3290 |3794 |3290 |6516 |  34 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
37.18/37.23	c  36.5s|     1 |     2 |  2659 |     - |  18M|   0 |1347 |3290 |3794 |3290 |6516 |  34 |   0 |  10 | 0.000000e+00 |      --      |    Inf 
1466.94/1467.41	c 
1466.94/1467.41	c SCIP Status        : problem is solved [infeasible]
1466.94/1467.41	c Solving Time (sec) : 1463.71
1466.94/1467.41	c Solving Nodes      : 491
1466.94/1467.41	c Primal Bound       : +1.00000000000000e+20 (0 solutions)
1466.94/1467.41	c Dual Bound         : +1.00000000000000e+20
1466.94/1467.41	c Gap                : 0.00 %
1466.94/1467.41	s UNSATISFIABLE
1466.94/1467.41	c SCIP Status        : problem is solved [infeasible]
1466.94/1467.41	c Solving Time       :    1463.71
1466.94/1467.41	c Original Problem   :
1466.94/1467.41	c   Problem name     : HOME/instance-2664907-1276681717.opb
1466.94/1467.41	c   Variables        : 3290 (3290 binary, 0 integer, 0 implicit integer, 0 continuous)
1466.94/1467.41	c   Constraints      : 3392 initial, 3392 maximal
1466.94/1467.41	c Presolved Problem  :
1466.94/1467.41	c   Problem name     : t_HOME/instance-2664907-1276681717.opb
1466.94/1467.41	c   Variables        : 3290 (3290 binary, 0 integer, 0 implicit integer, 0 continuous)
1466.94/1467.41	c   Constraints      : 3392 initial, 3811 maximal
1466.94/1467.41	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
1466.94/1467.41	c   trivial          :       0.00          0          0          0          0          0          0          0          0
1466.94/1467.41	c   dualfix          :       0.00          0          0          0          0          0          0          0          0
1466.94/1467.41	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
1466.94/1467.41	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
1466.94/1467.41	c   implics          :       0.00          0          0          0          0          0          0          0          0
1466.94/1467.41	c   probing          :       0.00          0          0          0          0          0          0          0          0
1466.94/1467.41	c   knapsack         :       0.00          0          0          0          0          0          0          0          0
1466.94/1467.41	c   setppc           :       0.01          0          0          0          0          0          0          0          0
1466.94/1467.41	c   and              :       0.18          0          0          0          0          0          0          0          0
1466.94/1467.41	c   linear           :       0.02          0          0          0          0          0          0          0          0
1466.94/1467.41	c   logicor          :       0.00          0          0          0          0          0          0          0          0
1466.94/1467.41	c   root node        :          -         30          -          -         30          -          -          -          -
1466.94/1467.41	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
1466.94/1467.41	c   integral         :          0          0          0        248          0          0          5          0          0        490
1466.94/1467.41	c   knapsack         :          1          5       1341          0          0          0          0          0          0          0
1466.94/1467.41	c   setppc           :        200          5       1341          0          0          1         58          0          0          0
1466.94/1467.41	c   and              :       3090        436       1340          0          0          0      13173     157669          0          0
1466.94/1467.41	c   linear           :          1+         6       1340          0          0          0        101          0          0          0
1466.94/1467.41	c   logicor          :        100+         5        423          0          0          0        267          0          0          0
1466.94/1467.41	c   countsols        :          0          0          0          0          0          0          0          0          0          0
1466.94/1467.41	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
1466.94/1467.41	c   integral         :     485.11       0.00       0.00     485.11       0.00
1466.94/1467.41	c   knapsack         :       0.00       0.00       0.00       0.00       0.00
1466.94/1467.41	c   setppc           :       0.00       0.00       0.00       0.00       0.00
1466.94/1467.41	c   and              :       1.21       0.96       0.25       0.00       0.00
1466.94/1467.41	c   linear           :       0.09       0.01       0.08       0.00       0.00
1466.94/1467.41	c   logicor          :       0.01       0.00       0.01       0.00       0.00
1466.94/1467.41	c   countsols        :       0.00       0.00       0.00       0.00       0.00
1466.94/1467.41	c Propagators        :       Time      Calls    Cutoffs    DomReds
1466.94/1467.41	c   vbounds          :       0.00          1          0          0
1466.94/1467.41	c   rootredcost      :       0.00          0          0          0
1466.94/1467.41	c   pseudoobj        :       0.00          0          0          0
1466.94/1467.41	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1466.94/1467.41	c   propagation      :       0.00          1          0          0        0.0          0        0.0          -
1466.94/1467.41	c   infeasible LP    :       0.30        245         25         68       15.1          0        0.0          0
1466.94/1467.41	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1466.94/1467.41	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1466.94/1467.41	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1466.94/1467.41	c   applied globally :          -          -          -         25       14.1          -          -          -
1466.94/1467.41	c   applied locally  :          -          -          -          0        0.0          -          -          -
1466.94/1467.41	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1466.94/1467.41	c   cut pool         :       0.00          4          -          -          0          -    (maximal pool size: 47)
1466.94/1467.41	c   redcost          :       0.17        436          0          0          0          0
1466.94/1467.41	c   impliedbounds    :       0.00          5          0          0         20          0
1466.94/1467.41	c   intobj           :       0.00          0          0          0          0          0
1466.94/1467.41	c   cgmip            :       0.00          0          0          0          0          0
1466.94/1467.41	c   gomory           :       6.12          5          0          0          0          0
1466.94/1467.41	c   strongcg         :       9.16          5          0          0          7          0
1466.94/1467.41	c   cmir             :       0.00          0          0          0          0          0
1466.94/1467.41	c   flowcover        :       0.00          0          0          0          0          0
1466.94/1467.41	c   clique           :       0.36          5          0          0         30          0
1466.94/1467.41	c   zerohalf         :       0.00          0          0          0          0          0
1466.94/1467.41	c   mcf              :       0.08          3          0          0          3          0
1466.94/1467.41	c   rapidlearning    :       1.46          1          0          0          0        402
1466.94/1467.41	c Pricers            :       Time      Calls       Vars
1466.94/1467.41	c   problem variables:       0.00          0          0
1466.94/1467.41	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1466.94/1467.41	c   relpscost        :     485.11        248          0          5          0          0        490
1466.94/1467.41	c   pscost           :       0.00          0          0          0          0          0          0
1466.94/1467.41	c   inference        :       0.00          0          0          0          0          0          0
1466.94/1467.41	c   mostinf          :       0.00          0          0          0          0          0          0
1466.94/1467.41	c   leastinf         :       0.00          0          0          0          0          0          0
1466.94/1467.41	c   fullstrong       :       0.00          0          0          0          0          0          0
1466.94/1467.41	c   allfullstrong    :       0.00          0          0          0          0          0          0
1466.94/1467.41	c   random           :       0.00          0          0          0          0          0          0
1466.94/1467.41	c Primal Heuristics  :       Time      Calls      Found
1466.94/1467.41	c   LP solutions     :       0.00          -          0
1466.94/1467.41	c   pseudo solutions :       0.00          -          0
1466.94/1467.41	c   trivial          :       0.00          1          0
1466.94/1467.41	c   simplerounding   :       0.00          0          0
1466.94/1467.41	c   zirounding       :       0.00          0          0
1466.94/1467.41	c   rounding         :       0.00          0          0
1466.94/1467.41	c   shifting         :       0.00          0          0
1466.94/1467.41	c   intshifting      :       0.00          0          0
1466.94/1467.41	c   oneopt           :       0.00          0          0
1466.94/1467.41	c   twoopt           :       0.00          0          0
1466.94/1467.41	c   fixandinfer      :       0.00          0          0
1466.94/1467.41	c   feaspump         :       0.00          0          0
1466.94/1467.41	c   coefdiving       :       0.00          0          0
1466.94/1467.41	c   pscostdiving     :       0.00          0          0
1466.94/1467.41	c   fracdiving       :       0.00          0          0
1466.94/1467.41	c   veclendiving     :       0.00          0          0
1466.94/1467.41	c   intdiving        :       0.00          0          0
1466.94/1467.41	c   actconsdiving    :       0.00          0          0
1466.94/1467.41	c   objpscostdiving  :       0.00          0          0
1466.94/1467.41	c   rootsoldiving    :       0.00          0          0
1466.94/1467.41	c   linesearchdiving :       0.00          0          0
1466.94/1467.41	c   guideddiving     :       0.00          0          0
1466.94/1467.41	c   octane           :       0.00          0          0
1466.94/1467.41	c   rens             :       0.00          0          0
1466.94/1467.41	c   rins             :       0.00          0          0
1466.94/1467.41	c   localbranching   :       0.00          0          0
1466.94/1467.41	c   mutation         :       0.00          0          0
1466.94/1467.41	c   crossover        :       0.00          0          0
1466.94/1467.41	c   dins             :       0.00          0          0
1466.94/1467.41	c   undercover       :       0.00          0          0
1466.94/1467.41	c   nlp              :       0.00          0          0
1466.94/1467.41	c   trysol           :       0.00          0          0
1466.94/1467.41	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1466.94/1467.41	c   primal LP        :      79.56          1          6       6.00       0.08
1466.94/1467.41	c   dual LP          :     875.92        928     663554     715.04     757.55
1466.94/1467.41	c   lex dual LP      :       0.00          0          0       0.00          -
1466.94/1467.41	c   barrier LP       :       0.00          0          0       0.00          -
1466.94/1467.41	c   diving/probing LP:       0.00          0          0       0.00          -
1466.94/1467.41	c   strong branching :     484.93        584     440365     754.05     908.10
1466.94/1467.41	c     (at root node) :          -         10       7822     782.20          -
1466.94/1467.41	c   conflict analysis:       0.00          0          0       0.00          -
1466.94/1467.41	c B&B Tree           :
1466.94/1467.41	c   number of runs   :          1
1466.94/1467.41	c   nodes            :        491
1466.94/1467.41	c   nodes (total)    :        491
1466.94/1467.41	c   nodes left       :          0
1466.94/1467.41	c   max depth        :         38
1466.94/1467.41	c   max depth (total):         38
1466.94/1467.41	c   backtracks       :        111 (22.6%)
1466.94/1467.41	c   delayed cutoffs  :          0
1466.94/1467.41	c   repropagations   :         96 (673 domain reductions, 0 cutoffs)
1466.94/1467.41	c   avg switch length:       4.04
1466.94/1467.41	c   switching time   :      79.83
1466.94/1467.41	c Solution           :
1466.94/1467.41	c   Solutions found  :          0 (0 improvements)
1466.94/1467.41	c   Primal Bound     : infeasible
1466.94/1467.41	c   Dual Bound       :          -
1466.94/1467.41	c   Gap              :       0.00 %
1466.94/1467.41	c   Root Dual Bound  : +0.00000000000000e+00
1466.94/1467.41	c   Root Iterations  :       2659
1466.94/1467.47	c Time complete: 1467.01.

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-2664907-1276681717/watcher-2664907-1276681717 -o /tmp/evaluation-result-2664907-1276681717/solver-2664907-1276681717 -C 1800 -W 2000 -M 1800 HOME/pbscip.linux.x86_64.gnu.opt.clp -f HOME/instance-2664907-1276681717.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: 0.92 1.00 0.99 3/106 14975
/proc/meminfo: memFree=1649268/2059040 swapFree=4192956/4192956
[pid=14975] ppid=14973 vsize=9288 CPUtime=0
/proc/14975/stat : 14975 (pbscip.linux.x8) R 14973 14975 14541 0 -1 4202496 1059 0 0 0 0 0 0 0 20 0 1 0 9464532 9510912 979 1992294400 4194304 9819077 140736127001088 18446744073709551615 8675093 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/14975/statm: 2322 988 371 1374 0 943 0

[startup+0.0637209 s]
/proc/loadavg: 0.92 1.00 0.99 3/106 14975
/proc/meminfo: memFree=1649268/2059040 swapFree=4192956/4192956
[pid=14975] ppid=14973 vsize=19356 CPUtime=0.05
/proc/14975/stat : 14975 (pbscip.linux.x8) R 14973 14975 14541 0 -1 4202496 4154 0 0 0 4 1 0 0 20 0 1 0 9464532 19820544 3720 1992294400 4194304 9819077 140736127001088 18446744073709551615 4461608 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/14975/statm: 4839 3720 430 1374 0 3460 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 19356

[startup+0.101725 s]
/proc/loadavg: 0.92 1.00 0.99 3/106 14975
/proc/meminfo: memFree=1649268/2059040 swapFree=4192956/4192956
[pid=14975] ppid=14973 vsize=22856 CPUtime=0.09
/proc/14975/stat : 14975 (pbscip.linux.x8) R 14973 14975 14541 0 -1 4202496 4830 0 0 0 8 1 0 0 20 0 1 0 9464532 23404544 4396 1992294400 4194304 9819077 140736127001088 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/14975/statm: 5714 4396 472 1374 0 4335 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 22856

[startup+0.301748 s]
/proc/loadavg: 0.92 1.00 0.99 3/106 14975
/proc/meminfo: memFree=1649268/2059040 swapFree=4192956/4192956
[pid=14975] ppid=14973 vsize=26624 CPUtime=0.3
/proc/14975/stat : 14975 (pbscip.linux.x8) R 14973 14975 14541 0 -1 4202496 6118 0 0 0 18 12 0 0 20 0 1 0 9464532 27262976 5170 1992294400 4194304 9819077 140736127001088 18446744073709551615 8675093 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/14975/statm: 6656 5181 497 1374 0 5277 0
Current children cumulated CPU time (s) 0.3
Current children cumulated vsize (KiB) 26624

[startup+0.70179 s]
/proc/loadavg: 0.92 1.00 0.99 3/106 14975
/proc/meminfo: memFree=1649268/2059040 swapFree=4192956/4192956
[pid=14975] ppid=14973 vsize=42920 CPUtime=0.69
/proc/14975/stat : 14975 (pbscip.linux.x8) R 14973 14975 14541 0 -1 4202496 11409 0 0 0 47 22 0 0 20 0 1 0 9464532 43950080 8722 1992294400 4194304 9819077 140736127001088 18446744073709551615 6391483 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/14975/statm: 10730 8722 636 1374 0 9351 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 42920

[startup+1.50188 s]
/proc/loadavg: 0.92 1.00 0.99 2/107 14976
/proc/meminfo: memFree=1616400/2059040 swapFree=4192956/4192956
[pid=14975] ppid=14973 vsize=44204 CPUtime=1.49
/proc/14975/stat : 14975 (pbscip.linux.x8) R 14973 14975 14541 0 -1 4202496 12664 0 0 0 126 23 0 0 23 0 1 0 9464532 45264896 8791 1992294400 4194304 9819077 140736127001088 18446744073709551615 6391483 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/14975/statm: 11051 8791 636 1374 0 9672 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 44204

[startup+3.10105 s]
/proc/loadavg: 0.92 1.00 0.99 2/107 14976
/proc/meminfo: memFree=1616028/2059040 swapFree=4192956/4192956
[pid=14975] ppid=14973 vsize=45216 CPUtime=3.09
/proc/14975/stat : 14975 (pbscip.linux.x8) R 14973 14975 14541 0 -1 4202496 15154 0 0 0 284 25 0 0 25 0 1 0 9464532 46301184 8746 1992294400 4194304 9819077 140736127001088 18446744073709551615 7311946 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/14975/statm: 11304 8746 657 1374 0 9925 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 45216

[startup+6.3014 s]
/proc/loadavg: 0.93 1.00 0.99 2/107 14976
/proc/meminfo: memFree=1616152/2059040 swapFree=4192956/4192956
[pid=14975] ppid=14973 vsize=45216 CPUtime=6.29
/proc/14975/stat : 14975 (pbscip.linux.x8) R 14973 14975 14541 0 -1 4202496 15159 0 0 0 603 26 0 0 25 0 1 0 9464532 46301184 8751 1992294400 4194304 9819077 140736127001088 18446744073709551615 6056795 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/14975/statm: 11304 8751 661 1374 0 9925 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 45216

[startup+12.7011 s]
/proc/loadavg: 0.93 1.00 0.99 2/107 14976
/proc/meminfo: memFree=1596808/2059040 swapFree=4192956/4192956
[pid=14975] ppid=14973 vsize=69016 CPUtime=12.69
/proc/14975/stat : 14975 (pbscip.linux.x8) R 14973 14975 14541 0 -1 4202496 23693 0 0 0 1217 52 0 0 25 0 1 0 9464532 70672384 14423 1992294400 4194304 9819077 140736127001088 18446744073709551615 4653007 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/14975/statm: 17254 14423 688 1374 0 15875 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 69016

[startup+25.5015 s]
/proc/loadavg: 0.95 1.00 0.99 2/107 14976
/proc/meminfo: memFree=1599288/2059040 swapFree=4192956/4192956
[pid=14975] ppid=14973 vsize=62848 CPUtime=25.48
/proc/14975/stat : 14975 (pbscip.linux.x8) R 14973 14975 14541 0 -1 4202496 26905 0 0 0 2488 60 0 0 25 0 1 0 9464532 64356352 12993 1992294400 4194304 9819077 140736127001088 18446744073709551615 7292002 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/14975/statm: 15712 12993 704 1374 0 14333 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 62848

[startup+51.1013 s]
/proc/loadavg: 0.96 1.00 0.99 2/107 14976
/proc/meminfo: memFree=1599288/2059040 swapFree=4192956/4192956
[pid=14975] ppid=14973 vsize=55744 CPUtime=51.08
/proc/14975/stat : 14975 (pbscip.linux.x8) R 14973 14975 14541 0 -1 4202496 33247 0 0 0 5038 70 0 0 25 0 1 0 9464532 57081856 12924 1992294400 4194304 9819077 140736127001088 18446744073709551615 6656806 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/14975/statm: 13936 12924 725 1374 0 12557 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 55744

[startup+102.309 s]
/proc/loadavg: 0.98 1.00 0.99 2/107 14978
/proc/meminfo: memFree=1599164/2059040 swapFree=4192956/4192956
[pid=14975] ppid=14973 vsize=59584 CPUtime=102.27
/proc/14975/stat : 14975 (pbscip.linux.x8) R 14973 14975 14541 0 -1 4202496 34686 0 0 0 10148 79 0 0 25 0 1 0 9464532 61014016 12952 1992294400 4194304 9819077 140736127001088 18446744073709551615 7228629 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/14975/statm: 14896 12952 726 1374 0 13517 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 59584

[startup+162.301 s]
/proc/loadavg: 0.99 1.00 0.99 2/107 14980
/proc/meminfo: memFree=1599040/2059040 swapFree=4192956/4192956
[pid=14975] ppid=14973 vsize=55744 CPUtime=162.24
/proc/14975/stat : 14975 (pbscip.linux.x8) R 14973 14975 14541 0 -1 4202496 36699 0 0 0 16132 92 0 0 25 0 1 0 9464532 57081856 12925 1992294400 4194304 9819077 140736127001088 18446744073709551615 7302722 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/14975/statm: 13936 12925 726 1374 0 12557 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 55744

[startup+222.301 s]
/proc/loadavg: 0.99 1.00 0.99 2/107 14980
/proc/meminfo: memFree=1599040/2059040 swapFree=4192956/4192956
[pid=14975] ppid=14973 vsize=55744 CPUtime=222.23
/proc/14975/stat : 14975 (pbscip.linux.x8) R 14973 14975 14541 0 -1 4202496 37506 0 0 0 22121 102 0 0 25 0 1 0 9464532 57081856 12928 1992294400 4194304 9819077 140736127001088 18446744073709551615 7292017 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/14975/statm: 13936 12928 728 1374 0 12557 0
Current children cumulated CPU time (s) 222.23
Current children cumulated vsize (KiB) 55744

[startup+282.301 s]
/proc/loadavg: 0.99 1.00 0.99 2/107 14982
/proc/meminfo: memFree=1598916/2059040 swapFree=4192956/4192956
[pid=14975] ppid=14973 vsize=55744 CPUtime=282.21
/proc/14975/stat : 14975 (pbscip.linux.x8) R 14973 14975 14541 0 -1 4202496 38104 0 0 0 28110 111 0 0 25 0 1 0 9464532 57081856 12928 1992294400 4194304 9819077 140736127001088 18446744073709551615 7293557 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/14975/statm: 13936 12928 728 1374 0 12557 0
Current children cumulated CPU time (s) 282.21
Current children cumulated vsize (KiB) 55744

[startup+342.301 s]
/proc/loadavg: 0.99 1.00 0.99 2/107 14984
/proc/meminfo: memFree=1599040/2059040 swapFree=4192956/4192956
[pid=14975] ppid=14973 vsize=55744 CPUtime=342.19
/proc/14975/stat : 14975 (pbscip.linux.x8) R 14973 14975 14541 0 -1 4202496 38702 0 0 0 34097 122 0 0 25 0 1 0 9464532 57081856 12928 1992294400 4194304 9819077 140736127001088 18446744073709551615 6391510 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/14975/statm: 13936 12928 728 1374 0 12557 0
Current children cumulated CPU time (s) 342.19
Current children cumulated vsize (KiB) 55744

[startup+402.302 s]
/proc/loadavg: 0.99 1.00 0.99 2/107 14986
/proc/meminfo: memFree=1598916/2059040 swapFree=4192956/4192956
[pid=14975] ppid=14973 vsize=59128 CPUtime=402.17
/proc/14975/stat : 14975 (pbscip.linux.x8) R 14973 14975 14541 0 -1 4202496 39277 0 0 0 40083 134 0 0 25 0 1 0 9464532 60547072 12946 1992294400 4194304 9819077 140736127001088 18446744073709551615 6656825 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/14975/statm: 14782 12946 728 1374 0 13403 0
Current children cumulated CPU time (s) 402.17
Current children cumulated vsize (KiB) 59128

[startup+462.301 s]
/proc/loadavg: 0.99 1.00 0.99 3/107 14988
/proc/meminfo: memFree=1598916/2059040 swapFree=4192956/4192956
[pid=14975] ppid=14973 vsize=60668 CPUtime=462.16
/proc/14975/stat : 14975 (pbscip.linux.x8) R 14973 14975 14541 0 -1 4202496 39714 0 0 0 46070 146 0 0 25 0 1 0 9464532 62124032 12958 1992294400 4194304 9819077 140736127001088 18446744073709551615 6191156 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/14975/statm: 15167 12958 728 1374 0 13788 0
Current children cumulated CPU time (s) 462.16
Current children cumulated vsize (KiB) 60668

[startup+522.302 s]
/proc/loadavg: 0.99 1.00 0.99 2/107 14988
/proc/meminfo: memFree=1598792/2059040 swapFree=4192956/4192956
[pid=14975] ppid=14973 vsize=55744 CPUtime=522.14
/proc/14975/stat : 14975 (pbscip.linux.x8) R 14973 14975 14541 0 -1 4202496 40089 0 0 0 52059 155 0 0 25 0 1 0 9464532 57081856 12928 1992294400 4194304 9819077 140736127001088 18446744073709551615 7317192 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/14975/statm: 13936 12928 728 1374 0 12557 0
Current children cumulated CPU time (s) 522.14
Current children cumulated vsize (KiB) 55744

[startup+582.301 s]
/proc/loadavg: 0.99 1.00 0.99 2/107 14990
/proc/meminfo: memFree=1598792/2059040 swapFree=4192956/4192956
[pid=14975] ppid=14973 vsize=55744 CPUtime=582.12
/proc/14975/stat : 14975 (pbscip.linux.x8) R 14973 14975 14541 0 -1 4202496 40956 0 0 0 58045 167 0 0 25 0 1 0 9464532 57081856 12928 1992294400 4194304 9819077 140736127001088 18446744073709551615 7291687 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/14975/statm: 13936 12928 728 1374 0 12557 0
Current children cumulated CPU time (s) 582.12
Current children cumulated vsize (KiB) 55744

[startup+642.302 s]
/proc/loadavg: 0.99 1.00 0.99 2/107 14992
/proc/meminfo: memFree=1598792/2059040 swapFree=4192956/4192956
[pid=14975] ppid=14973 vsize=55744 CPUtime=642.11
/proc/14975/stat : 14975 (pbscip.linux.x8) R 14973 14975 14541 0 -1 4202496 41578 0 0 0 64034 177 0 0 25 0 1 0 9464532 57081856 12928 1992294400 4194304 9819077 140736127001088 18446744073709551615 7291987 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/14975/statm: 13936 12928 728 1374 0 12557 0
Current children cumulated CPU time (s) 642.11
Current children cumulated vsize (KiB) 55744

[startup+702.301 s]

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

/proc/meminfo: memFree=1598296/2059040 swapFree=4192956/4192956
[pid=14975] ppid=14973 vsize=55744 CPUtime=882.02
/proc/14975/stat : 14975 (pbscip.linux.x8) R 14973 14975 14541 0 -1 4202496 44708 0 0 0 87986 216 0 0 25 0 1 0 9464532 57081856 12928 1992294400 4194304 9819077 140736127001088 18446744073709551615 8720183 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/14975/statm: 13936 12928 728 1374 0 12557 0
Current children cumulated CPU time (s) 882.02
Current children cumulated vsize (KiB) 55744

[startup+942.301 s]
/proc/loadavg: 0.99 1.00 0.99 2/107 15009
/proc/meminfo: memFree=1598296/2059040 swapFree=4192956/4192956
[pid=14975] ppid=14973 vsize=55744 CPUtime=941.99
/proc/14975/stat : 14975 (pbscip.linux.x8) R 14973 14975 14541 0 -1 4202496 45718 0 0 0 93972 227 0 0 25 0 1 0 9464532 57081856 12928 1992294400 4194304 9819077 140736127001088 18446744073709551615 6459410 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/14975/statm: 13936 12928 728 1374 0 12557 0
Current children cumulated CPU time (s) 941.99
Current children cumulated vsize (KiB) 55744

[startup+1002.3 s]
/proc/loadavg: 0.99 1.00 0.99 2/107 15011
/proc/meminfo: memFree=1598296/2059040 swapFree=4192956/4192956
[pid=14975] ppid=14973 vsize=55744 CPUtime=1001.97
/proc/14975/stat : 14975 (pbscip.linux.x8) R 14973 14975 14541 0 -1 4202496 46733 0 0 0 99959 238 0 0 25 0 1 0 9464532 57081856 12928 1992294400 4194304 9819077 140736127001088 18446744073709551615 7292010 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/14975/statm: 13936 12928 728 1374 0 12557 0
Current children cumulated CPU time (s) 1001.97
Current children cumulated vsize (KiB) 55744

[startup+1062.3 s]
/proc/loadavg: 0.99 1.00 0.99 2/107 15013
/proc/meminfo: memFree=1598420/2059040 swapFree=4192956/4192956
[pid=14975] ppid=14973 vsize=55744 CPUtime=1061.95
/proc/14975/stat : 14975 (pbscip.linux.x8) R 14973 14975 14541 0 -1 4202496 47354 0 0 0 105946 249 0 0 25 0 1 0 9464532 57081856 12928 1992294400 4194304 9819077 140736127001088 18446744073709551615 7311312 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/14975/statm: 13936 12928 728 1374 0 12557 0
Current children cumulated CPU time (s) 1061.95
Current children cumulated vsize (KiB) 55744

[startup+1122.3 s]
/proc/loadavg: 0.99 1.00 0.99 2/107 15013
/proc/meminfo: memFree=1598420/2059040 swapFree=4192956/4192956
[pid=14975] ppid=14973 vsize=55744 CPUtime=1121.94
/proc/14975/stat : 14975 (pbscip.linux.x8) R 14973 14975 14541 0 -1 4202496 48124 0 0 0 111934 260 0 0 25 0 1 0 9464532 57081856 12928 1992294400 4194304 9819077 140736127001088 18446744073709551615 7292227 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/14975/statm: 13936 12928 728 1374 0 12557 0
Current children cumulated CPU time (s) 1121.94
Current children cumulated vsize (KiB) 55744

[startup+1182.3 s]
/proc/loadavg: 0.99 1.00 0.99 2/107 15015
/proc/meminfo: memFree=1598296/2059040 swapFree=4192956/4192956
[pid=14975] ppid=14973 vsize=62700 CPUtime=1181.91
/proc/14975/stat : 14975 (pbscip.linux.x8) R 14973 14975 14541 0 -1 4202496 48864 0 0 0 117922 269 0 0 25 0 1 0 9464532 64204800 12976 1992294400 4194304 9819077 140736127001088 18446744073709551615 7309067 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/14975/statm: 15675 12976 728 1374 0 14296 0
Current children cumulated CPU time (s) 1181.91
Current children cumulated vsize (KiB) 62700

[startup+1242.3 s]
/proc/loadavg: 0.99 1.00 0.99 2/107 15017
/proc/meminfo: memFree=1598172/2059040 swapFree=4192956/4192956
[pid=14975] ppid=14973 vsize=55744 CPUtime=1241.89
/proc/14975/stat : 14975 (pbscip.linux.x8) R 14973 14975 14541 0 -1 4202496 49606 0 0 0 123910 279 0 0 25 0 1 0 9464532 57081856 12928 1992294400 4194304 9819077 140736127001088 18446744073709551615 7291742 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/14975/statm: 13936 12928 728 1374 0 12557 0
Current children cumulated CPU time (s) 1241.89
Current children cumulated vsize (KiB) 55744

[startup+1302.3 s]
/proc/loadavg: 0.99 1.00 0.99 2/107 15019
/proc/meminfo: memFree=1598172/2059040 swapFree=4192956/4192956
[pid=14975] ppid=14973 vsize=55744 CPUtime=1301.88
/proc/14975/stat : 14975 (pbscip.linux.x8) R 14973 14975 14541 0 -1 4202496 51174 0 0 0 129898 290 0 0 25 0 1 0 9464532 57081856 12928 1992294400 4194304 9819077 140736127001088 18446744073709551615 7302698 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/14975/statm: 13936 12928 728 1374 0 12557 0
Current children cumulated CPU time (s) 1301.88
Current children cumulated vsize (KiB) 55744

[startup+1362.3 s]
/proc/loadavg: 0.99 1.00 0.99 2/107 15021
/proc/meminfo: memFree=1598172/2059040 swapFree=4192956/4192956
[pid=14975] ppid=14973 vsize=55744 CPUtime=1361.86
/proc/14975/stat : 14975 (pbscip.linux.x8) R 14973 14975 14541 0 -1 4202496 52135 0 0 0 135886 300 0 0 25 0 1 0 9464532 57081856 12928 1992294400 4194304 9819077 140736127001088 18446744073709551615 6443187 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/14975/statm: 13936 12928 728 1374 0 12557 0
Current children cumulated CPU time (s) 1361.86
Current children cumulated vsize (KiB) 55744

[startup+1422.31 s]
/proc/loadavg: 0.99 1.00 0.99 2/107 15021
/proc/meminfo: memFree=1598048/2059040 swapFree=4192956/4192956
[pid=14975] ppid=14973 vsize=63520 CPUtime=1421.85
/proc/14975/stat : 14975 (pbscip.linux.x8) R 14973 14975 14541 0 -1 4202496 53224 0 0 0 141874 311 0 0 25 0 1 0 9464532 65044480 12986 1992294400 4194304 9819077 140736127001088 18446744073709551615 6698488 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/14975/statm: 15880 12986 728 1374 0 14501 0
Current children cumulated CPU time (s) 1421.85
Current children cumulated vsize (KiB) 63520

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

[startup+1433.5 s]
/proc/loadavg: 0.99 1.00 0.99 2/107 15023
/proc/meminfo: memFree=1598048/2059040 swapFree=4192956/4192956
[pid=14975] ppid=14973 vsize=55744 CPUtime=1433.04
/proc/14975/stat : 14975 (pbscip.linux.x8) R 14973 14975 14541 0 -1 4202496 53699 0 0 0 142991 313 0 0 25 0 1 0 9464532 57081856 12928 1992294400 4194304 9819077 140736127001088 18446744073709551615 6397750 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/14975/statm: 13936 12928 728 1374 0 12557 0
Current children cumulated CPU time (s) 1433.04
Current children cumulated vsize (KiB) 55744

[startup+1446.3 s]
/proc/loadavg: 0.99 1.00 0.99 2/107 15023
/proc/meminfo: memFree=1598048/2059040 swapFree=4192956/4192956
[pid=14975] ppid=14973 vsize=55744 CPUtime=1445.84
/proc/14975/stat : 14975 (pbscip.linux.x8) R 14973 14975 14541 0 -1 4202496 53749 0 0 0 144269 315 0 0 25 0 1 0 9464532 57081856 12928 1992294400 4194304 9819077 140736127001088 18446744073709551615 7316353 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/14975/statm: 13936 12928 728 1374 0 12557 0
Current children cumulated CPU time (s) 1445.84
Current children cumulated vsize (KiB) 55744

[startup+1459.1 s]
/proc/loadavg: 0.99 1.00 0.99 2/107 15023
/proc/meminfo: memFree=1598048/2059040 swapFree=4192956/4192956
[pid=14975] ppid=14973 vsize=62124 CPUtime=1458.63
/proc/14975/stat : 14975 (pbscip.linux.x8) R 14973 14975 14541 0 -1 4202496 53935 0 0 0 145545 318 0 0 25 0 1 0 9464532 63614976 12964 1992294400 4194304 9819077 140736127001088 18446744073709551615 7311953 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/14975/statm: 15531 12964 728 1374 0 14152 0
Current children cumulated CPU time (s) 1458.63
Current children cumulated vsize (KiB) 62124

[startup+1462.3 s]
/proc/loadavg: 0.99 1.00 0.99 2/107 15023
/proc/meminfo: memFree=1598048/2059040 swapFree=4192956/4192956
[pid=14975] ppid=14973 vsize=55744 CPUtime=1461.84
/proc/14975/stat : 14975 (pbscip.linux.x8) R 14973 14975 14541 0 -1 4202496 54099 0 0 0 145865 319 0 0 25 0 1 0 9464532 57081856 12928 1992294400 4194304 9819077 140736127001088 18446744073709551615 6391510 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/14975/statm: 13936 12928 728 1374 0 12557 0
Current children cumulated CPU time (s) 1461.84
Current children cumulated vsize (KiB) 55744

[startup+1465.5 s]
/proc/loadavg: 0.99 1.00 0.99 2/107 15023
/proc/meminfo: memFree=1598048/2059040 swapFree=4192956/4192956
[pid=14975] ppid=14973 vsize=55744 CPUtime=1465.03
/proc/14975/stat : 14975 (pbscip.linux.x8) R 14973 14975 14541 0 -1 4202496 54099 0 0 0 146183 320 0 0 25 0 1 0 9464532 57081856 12928 1992294400 4194304 9819077 140736127001088 18446744073709551615 6454130 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/14975/statm: 13936 12928 728 1374 0 12557 0
Current children cumulated CPU time (s) 1465.03
Current children cumulated vsize (KiB) 55744

[startup+1466.31 s]
/proc/loadavg: 0.99 1.00 0.99 2/107 15023
/proc/meminfo: memFree=1598048/2059040 swapFree=4192956/4192956
[pid=14975] ppid=14973 vsize=55744 CPUtime=1465.84
/proc/14975/stat : 14975 (pbscip.linux.x8) R 14973 14975 14541 0 -1 4202496 54099 0 0 0 146264 320 0 0 25 0 1 0 9464532 57081856 12928 1992294400 4194304 9819077 140736127001088 18446744073709551615 7291971 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/14975/statm: 13936 12928 728 1374 0 12557 0
Current children cumulated CPU time (s) 1465.84
Current children cumulated vsize (KiB) 55744

[startup+1467.1 s]
/proc/loadavg: 0.99 1.00 0.99 2/107 15023
/proc/meminfo: memFree=1598048/2059040 swapFree=4192956/4192956
[pid=14975] ppid=14973 vsize=55744 CPUtime=1466.63
/proc/14975/stat : 14975 (pbscip.linux.x8) R 14973 14975 14541 0 -1 4202496 54099 0 0 0 146343 320 0 0 25 0 1 0 9464532 57081856 12928 1992294400 4194304 9819077 140736127001088 18446744073709551615 7284143 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/14975/statm: 13936 12928 728 1374 0 12557 0
Current children cumulated CPU time (s) 1466.63
Current children cumulated vsize (KiB) 55744

[startup+1467.3 s]
/proc/loadavg: 0.99 1.00 0.99 2/107 15023
/proc/meminfo: memFree=1598048/2059040 swapFree=4192956/4192956
[pid=14975] ppid=14973 vsize=55744 CPUtime=1466.83
/proc/14975/stat : 14975 (pbscip.linux.x8) R 14973 14975 14541 0 -1 4202496 54099 0 0 0 146363 320 0 0 25 0 1 0 9464532 57081856 12928 1992294400 4194304 9819077 140736127001088 18446744073709551615 7317721 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/14975/statm: 13936 12928 728 1374 0 12557 0
Current children cumulated CPU time (s) 1466.83
Current children cumulated vsize (KiB) 55744

[startup+1467.41 s]
/proc/loadavg: 0.99 1.00 0.99 2/107 15023
/proc/meminfo: memFree=1598048/2059040 swapFree=4192956/4192956
[pid=14975] ppid=14973 vsize=55744 CPUtime=1466.94
/proc/14975/stat : 14975 (pbscip.linux.x8) R 14973 14975 14541 0 -1 4202496 54099 0 0 0 146374 320 0 0 25 0 1 0 9464532 57081856 12928 1992294400 4194304 9819077 140736127001088 18446744073709551615 7227275 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/14975/statm: 13936 12928 728 1374 0 12557 0
Current children cumulated CPU time (s) 1466.94
Current children cumulated vsize (KiB) 55744

Child status: 0
Real time (s): 1467.48
CPU time (s): 1467.02
CPU user time (s): 1463.8
CPU system time (s): 3.21451
CPU usage (%): 99.9687
Max. virtual memory (cumulated for all children) (KiB): 69548

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1463.8
system time used= 3.21451
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 54106
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 2
involuntary context switches= 2590

runsolver used 2.52062 second user time and 6.83496 second system time

The end

Launcher Data

Begin job on node037 at 2010-06-16 11:48:37
IDJOB=2664907
IDBENCH=48355
IDSOLVER=1168
FILE ID=node037/2664907-1276681717
PBS_JOBID= 11172558
Free space on /tmp= 62584 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_3_40.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-2664907-1276681717/watcher-2664907-1276681717 -o /tmp/evaluation-result-2664907-1276681717/solver-2664907-1276681717 -C 1800 -W 2000 -M 1800  HOME/pbscip.linux.x86_64.gnu.opt.clp -f HOME/instance-2664907-1276681717.opb -t 1800 -m 1800

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

MD5SUM BENCH= 6ddc144a63b87021a78f3fe4530ac86f
RANDOM SEED=119472515

node037.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.248
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.49
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.248
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.55
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1649796 kB
Buffers:        109784 kB
Cached:         161020 kB
SwapCached:          0 kB
Active:         132928 kB
Inactive:       197316 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1649796 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:            6232 kB
Writeback:           4 kB
AnonPages:       59352 kB
Mapped:          15400 kB
Slab:            57400 kB
PageTables:       3956 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   182424 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= 62576 MiB
End job on node037 at 2010-06-16 12:13:05