Trace number 2664894

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 142.404 142.457

General information on the benchmark

Namenormalized-PB07/SATUNSAT-SMALLINT-NLC/submittedPB07/
manquinho/dbsg/normalized-dbsg_50_25_5_15.opb
MD5SUM738ba96229fdd401b6476ba773d47634
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 benchmark28.0877
Has Objective FunctionNO
SatisfiableNO
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved
Number of variables100
Total number of constraints152
Number of constraints which are clauses50
Number of constraints which are cardinality constraints (but not clauses)1
Number of constraints which are nor clauses,nor cardinality constraints101
Minimum length of a constraint2
Maximum length of a constraint100
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 100
Number of bits of the biggest sum of numbers7
Number of products (including duplicates)2928
Sum of products size (including duplicates)5856
Number of different products1464
Sum of products size2928

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-2664894-1276680243.opb>
0.00/0.02	c original problem has 1564 variables (1564 bin, 0 int, 0 impl, 0 cont) and 1616 constraints
0.00/0.02	c problem read
0.00/0.02	c No objective function, only one solution is needed.
0.00/0.02	c presolving settings loaded
0.00/0.04	c presolving:
0.19/0.23	c (round 1) 0 del vars, 0 del conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 151 upgd conss, 11812 impls, 100 clqs
0.39/0.42	c presolving (2 rounds):
0.39/0.42	c  0 deleted vars, 0 deleted constraints, 0 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
0.39/0.42	c  11812 implications, 100 cliques
0.39/0.42	c presolved problem has 1564 variables (1564 bin, 0 int, 0 impl, 0 cont) and 1616 constraints
0.39/0.42	c       1 constraints of type <knapsack>
0.39/0.42	c     100 constraints of type <setppc>
0.39/0.42	c    1464 constraints of type <and>
0.39/0.42	c       1 constraints of type <linear>
0.39/0.42	c      50 constraints of type <logicor>
0.39/0.42	c transformed objective value is always integral (scale: 1)
0.39/0.42	c Presolving Time: 0.19
0.39/0.42	c - non default parameters ----------------------------------------------------------------------
0.39/0.42	c # SCIP version 1.2.1.2
0.39/0.42	c 
0.39/0.42	c # frequency for displaying node information lines
0.39/0.42	c # [type: int, range: [-1,2147483647], default: 100]
0.39/0.42	c display/freq = 10000
0.39/0.42	c 
0.39/0.42	c # maximal time in seconds to run
0.39/0.42	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.39/0.42	c limits/time = 1799.98
0.39/0.42	c 
0.39/0.42	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.39/0.42	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.39/0.42	c limits/memory = 1620
0.39/0.42	c 
0.39/0.42	c # solving stops, if the given number of solutions were found (-1: no limit)
0.39/0.42	c # [type: int, range: [-1,2147483647], default: -1]
0.39/0.42	c limits/solutions = 1
0.39/0.42	c 
0.39/0.42	c # maximal number of separation rounds per node (-1: unlimited)
0.39/0.42	c # [type: int, range: [-1,2147483647], default: 5]
0.39/0.42	c separating/maxrounds = 1
0.39/0.42	c 
0.39/0.42	c # maximal number of separation rounds in the root node (-1: unlimited)
0.39/0.42	c # [type: int, range: [-1,2147483647], default: -1]
0.39/0.42	c separating/maxroundsroot = 5
0.39/0.42	c 
0.39/0.42	c # should presolving try to simplify inequalities
0.39/0.42	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.39/0.42	c constraints/linear/simplifyinequalities = TRUE
0.39/0.42	c 
0.39/0.42	c # should disaggregation of knapsack constraints be allowed in preprocessing?
0.39/0.42	c # [type: bool, range: {TRUE,FALSE}, default: TRUE]
0.39/0.42	c constraints/knapsack/disaggregation = FALSE
0.39/0.42	c 
0.39/0.42	c # should presolving try to simplify knapsacks
0.39/0.42	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.39/0.42	c constraints/knapsack/simplifyinequalities = TRUE
0.39/0.42	c 
0.39/0.42	c # maximal number of presolving rounds the presolver participates in (-1: no limit)
0.39/0.42	c # [type: int, range: [-1,2147483647], default: -1]
0.39/0.42	c presolving/probing/maxrounds = 0
0.39/0.42	c 
0.39/0.42	c # frequency for calling primal heuristic <coefdiving> (-1: never, 0: only at depth freqofs)
0.39/0.42	c # [type: int, range: [-1,2147483647], default: 10]
0.39/0.42	c heuristics/coefdiving/freq = -1
0.39/0.42	c 
0.39/0.42	c # maximal fraction of diving LP iterations compared to node LP iterations
0.39/0.42	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.39/0.42	c heuristics/coefdiving/maxlpiterquot = 0.075
0.39/0.42	c 
0.39/0.42	c # additional number of allowed LP iterations
0.39/0.42	c # [type: int, range: [0,2147483647], default: 1000]
0.39/0.42	c heuristics/coefdiving/maxlpiterofs = 1500
0.39/0.42	c 
0.39/0.42	c # frequency for calling primal heuristic <crossover> (-1: never, 0: only at depth freqofs)
0.39/0.42	c # [type: int, range: [-1,2147483647], default: 30]
0.39/0.42	c heuristics/crossover/freq = -1
0.39/0.42	c 
0.39/0.42	c # number of nodes added to the contingent of the total nodes
0.39/0.42	c # [type: longint, range: [0,9223372036854775807], default: 500]
0.39/0.42	c heuristics/crossover/nodesofs = 750
0.39/0.42	c 
0.39/0.42	c # number of nodes without incumbent change that heuristic should wait
0.39/0.42	c # [type: longint, range: [0,9223372036854775807], default: 200]
0.39/0.42	c heuristics/crossover/nwaitingnodes = 100
0.39/0.42	c 
0.39/0.42	c # contingent of sub problem nodes in relation to the number of nodes of the original problem
0.39/0.42	c # [type: real, range: [0,1], default: 0.1]
0.39/0.42	c heuristics/crossover/nodesquot = 0.15
0.39/0.42	c 
0.39/0.42	c # minimum percentage of integer variables that have to be fixed 
0.39/0.42	c # [type: real, range: [0,1], default: 0.666]
0.39/0.42	c heuristics/crossover/minfixingrate = 0.5
0.39/0.42	c 
0.39/0.42	c # frequency for calling primal heuristic <feaspump> (-1: never, 0: only at depth freqofs)
0.39/0.42	c # [type: int, range: [-1,2147483647], default: 20]
0.39/0.42	c heuristics/feaspump/freq = -1
0.39/0.42	c 
0.39/0.42	c # additional number of allowed LP iterations
0.39/0.42	c # [type: int, range: [0,2147483647], default: 1000]
0.39/0.42	c heuristics/feaspump/maxlpiterofs = 2000
0.39/0.42	c 
0.39/0.42	c # frequency for calling primal heuristic <fracdiving> (-1: never, 0: only at depth freqofs)
0.39/0.42	c # [type: int, range: [-1,2147483647], default: 10]
0.39/0.42	c heuristics/fracdiving/freq = -1
0.39/0.42	c 
0.39/0.42	c # maximal fraction of diving LP iterations compared to node LP iterations
0.39/0.42	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.39/0.42	c heuristics/fracdiving/maxlpiterquot = 0.075
0.39/0.42	c 
0.39/0.42	c # additional number of allowed LP iterations
0.39/0.42	c # [type: int, range: [0,2147483647], default: 1000]
0.39/0.42	c heuristics/fracdiving/maxlpiterofs = 1500
0.39/0.42	c 
0.39/0.42	c # frequency for calling primal heuristic <guideddiving> (-1: never, 0: only at depth freqofs)
0.39/0.42	c # [type: int, range: [-1,2147483647], default: 10]
0.39/0.42	c heuristics/guideddiving/freq = -1
0.39/0.42	c 
0.39/0.42	c # maximal fraction of diving LP iterations compared to node LP iterations
0.39/0.42	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.39/0.42	c heuristics/guideddiving/maxlpiterquot = 0.075
0.39/0.42	c 
0.39/0.42	c # additional number of allowed LP iterations
0.39/0.42	c # [type: int, range: [0,2147483647], default: 1000]
0.39/0.42	c heuristics/guideddiving/maxlpiterofs = 1500
0.39/0.42	c 
0.39/0.42	c # maximal fraction of diving LP iterations compared to node LP iterations
0.39/0.42	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.39/0.42	c heuristics/intdiving/maxlpiterquot = 0.075
0.39/0.42	c 
0.39/0.42	c # frequency for calling primal heuristic <intshifting> (-1: never, 0: only at depth freqofs)
0.39/0.42	c # [type: int, range: [-1,2147483647], default: 10]
0.39/0.42	c heuristics/intshifting/freq = -1
0.39/0.42	c 
0.39/0.42	c # frequency for calling primal heuristic <linesearchdiving> (-1: never, 0: only at depth freqofs)
0.39/0.42	c # [type: int, range: [-1,2147483647], default: 10]
0.39/0.42	c heuristics/linesearchdiving/freq = -1
0.39/0.42	c 
0.39/0.42	c # maximal fraction of diving LP iterations compared to node LP iterations
0.39/0.42	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.39/0.42	c heuristics/linesearchdiving/maxlpiterquot = 0.075
0.39/0.42	c 
0.39/0.42	c # additional number of allowed LP iterations
0.39/0.42	c # [type: int, range: [0,2147483647], default: 1000]
0.39/0.42	c heuristics/linesearchdiving/maxlpiterofs = 1500
0.39/0.42	c 
0.39/0.42	c # frequency for calling primal heuristic <nlp> (-1: never, 0: only at depth freqofs)
0.39/0.42	c # [type: int, range: [-1,2147483647], default: 1]
0.39/0.42	c heuristics/nlp/freq = -1
0.39/0.42	c 
0.39/0.42	c # frequency for calling primal heuristic <objpscostdiving> (-1: never, 0: only at depth freqofs)
0.39/0.42	c # [type: int, range: [-1,2147483647], default: 20]
0.39/0.42	c heuristics/objpscostdiving/freq = -1
0.39/0.42	c 
0.39/0.42	c # maximal fraction of diving LP iterations compared to total iteration number
0.39/0.42	c # [type: real, range: [0,1], default: 0.01]
0.39/0.42	c heuristics/objpscostdiving/maxlpiterquot = 0.015
0.39/0.42	c 
0.39/0.42	c # additional number of allowed LP iterations
0.39/0.42	c # [type: int, range: [0,2147483647], default: 1000]
0.39/0.42	c heuristics/objpscostdiving/maxlpiterofs = 1500
0.39/0.42	c 
0.39/0.42	c # frequency for calling primal heuristic <oneopt> (-1: never, 0: only at depth freqofs)
0.39/0.42	c # [type: int, range: [-1,2147483647], default: 1]
0.39/0.42	c heuristics/oneopt/freq = -1
0.39/0.42	c 
0.39/0.42	c # frequency for calling primal heuristic <pscostdiving> (-1: never, 0: only at depth freqofs)
0.39/0.42	c # [type: int, range: [-1,2147483647], default: 10]
0.39/0.42	c heuristics/pscostdiving/freq = -1
0.39/0.42	c 
0.39/0.42	c # maximal fraction of diving LP iterations compared to node LP iterations
0.39/0.42	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.39/0.42	c heuristics/pscostdiving/maxlpiterquot = 0.075
0.39/0.42	c 
0.39/0.42	c # additional number of allowed LP iterations
0.39/0.42	c # [type: int, range: [0,2147483647], default: 1000]
0.39/0.42	c heuristics/pscostdiving/maxlpiterofs = 1500
0.39/0.42	c 
0.39/0.42	c # frequency for calling primal heuristic <rens> (-1: never, 0: only at depth freqofs)
0.39/0.42	c # [type: int, range: [-1,2147483647], default: 0]
0.39/0.42	c heuristics/rens/freq = -1
0.39/0.42	c 
0.39/0.42	c # minimum percentage of integer variables that have to be fixable 
0.39/0.42	c # [type: real, range: [0,1], default: 0.5]
0.39/0.42	c heuristics/rens/minfixingrate = 0.3
0.39/0.42	c 
0.39/0.42	c # number of nodes added to the contingent of the total nodes
0.39/0.42	c # [type: longint, range: [0,9223372036854775807], default: 500]
0.39/0.42	c heuristics/rens/nodesofs = 2000
0.39/0.42	c 
0.39/0.42	c # frequency for calling primal heuristic <rootsoldiving> (-1: never, 0: only at depth freqofs)
0.39/0.42	c # [type: int, range: [-1,2147483647], default: 20]
0.39/0.42	c heuristics/rootsoldiving/freq = -1
0.39/0.42	c 
0.39/0.42	c # maximal fraction of diving LP iterations compared to node LP iterations
0.39/0.42	c # [type: real, range: [0,1.79769313486232e+308], default: 0.01]
0.39/0.42	c heuristics/rootsoldiving/maxlpiterquot = 0.015
0.39/0.42	c 
0.39/0.42	c # additional number of allowed LP iterations
0.39/0.42	c # [type: int, range: [0,2147483647], default: 1000]
0.39/0.42	c heuristics/rootsoldiving/maxlpiterofs = 1500
0.39/0.42	c 
0.39/0.42	c # frequency for calling primal heuristic <rounding> (-1: never, 0: only at depth freqofs)
0.39/0.42	c # [type: int, range: [-1,2147483647], default: 1]
0.39/0.42	c heuristics/rounding/freq = -1
0.39/0.42	c 
0.39/0.42	c # frequency for calling primal heuristic <shifting> (-1: never, 0: only at depth freqofs)
0.39/0.42	c # [type: int, range: [-1,2147483647], default: 10]
0.39/0.42	c heuristics/shifting/freq = -1
0.39/0.42	c 
0.39/0.42	c # frequency for calling primal heuristic <simplerounding> (-1: never, 0: only at depth freqofs)
0.39/0.42	c # [type: int, range: [-1,2147483647], default: 1]
0.39/0.42	c heuristics/simplerounding/freq = -1
0.39/0.42	c 
0.39/0.42	c # frequency for calling primal heuristic <trivial> (-1: never, 0: only at depth freqofs)
0.39/0.42	c # [type: int, range: [-1,2147483647], default: 0]
0.39/0.42	c heuristics/trivial/freq = -1
0.39/0.42	c 
0.39/0.42	c # frequency for calling primal heuristic <trysol> (-1: never, 0: only at depth freqofs)
0.39/0.42	c # [type: int, range: [-1,2147483647], default: 1]
0.39/0.42	c heuristics/trysol/freq = -1
0.39/0.42	c 
0.39/0.42	c # frequency for calling primal heuristic <veclendiving> (-1: never, 0: only at depth freqofs)
0.39/0.42	c # [type: int, range: [-1,2147483647], default: 10]
0.39/0.42	c heuristics/veclendiving/freq = -1
0.39/0.42	c 
0.39/0.42	c # maximal fraction of diving LP iterations compared to node LP iterations
0.39/0.42	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.39/0.42	c heuristics/veclendiving/maxlpiterquot = 0.075
0.39/0.42	c 
0.39/0.42	c # additional number of allowed LP iterations
0.39/0.42	c # [type: int, range: [0,2147483647], default: 1000]
0.39/0.42	c heuristics/veclendiving/maxlpiterofs = 1500
0.39/0.42	c 
0.39/0.42	c # frequency for calling primal heuristic <zirounding> (-1: never, 0: only at depth freqofs)
0.39/0.42	c # [type: int, range: [-1,2147483647], default: 1]
0.39/0.42	c heuristics/zirounding/freq = -1
0.39/0.42	c 
0.39/0.42	c # frequency for calling separator <cmir> (-1: never, 0: only in root node)
0.39/0.42	c # [type: int, range: [-1,2147483647], default: 0]
0.39/0.42	c separating/cmir/freq = -1
0.39/0.42	c 
0.39/0.42	c # frequency for calling separator <flowcover> (-1: never, 0: only in root node)
0.39/0.42	c # [type: int, range: [-1,2147483647], default: 0]
0.39/0.42	c separating/flowcover/freq = -1
0.39/0.42	c 
0.39/0.42	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
0.39/0.42	c # [type: int, range: [-1,2147483647], default: -1]
0.39/0.42	c separating/rapidlearning/freq = 0
0.39/0.42	c 
0.39/0.42	c -----------------------------------------------------------------------------------------------
0.39/0.42	c start solving
0.39/0.42	c 
0.49/0.57	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
0.49/0.57	c   0.3s|     1 |     0 |   408 |     - |7165k|   0 | 260 |1564 |1616 |1564 |3080 |   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
1.99/2.00	c   1.6s|     1 |     0 |   624 |     - |8122k|   0 | 425 |1564 |1778 |1564 |3087 |   7 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
2.99/3.06	c   2.6s|     1 |     0 |   750 |     - |8566k|   0 | 436 |1564 |1778 |1564 |3095 |  15 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
4.58/4.60	c   4.1s|     1 |     0 |   822 |     - |8998k|   0 | 433 |1564 |1778 |1564 |3101 |  21 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
5.98/6.04	c   5.6s|     1 |     0 |   953 |     - |9471k|   0 | 432 |1564 |1778 |1564 |3109 |  29 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
7.70/7.74	c   7.2s|     1 |     0 |  1050 |     - |  10M|   0 | 428 |1564 |1778 |1564 |3117 |  37 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
7.70/7.79	c   7.3s|     1 |     0 |  1095 |     - |  10M|   0 | 445 |1564 |1778 |1564 |3120 |  40 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
12.59/12.65	c  12.1s|     1 |     2 |  1095 |     - |  10M|   0 | 445 |1564 |1778 |1564 |3120 |  40 |   0 |   9 | 0.000000e+00 |      --      |    Inf 
142.34/142.42	c 
142.34/142.42	c SCIP Status        : problem is solved [infeasible]
142.34/142.42	c Solving Time (sec) : 141.09
142.34/142.42	c Solving Nodes      : 635
142.34/142.42	c Primal Bound       : +1.00000000000000e+20 (0 solutions)
142.34/142.42	c Dual Bound         : +1.00000000000000e+20
142.34/142.42	c Gap                : 0.00 %
142.34/142.42	s UNSATISFIABLE
142.34/142.42	c SCIP Status        : problem is solved [infeasible]
142.34/142.42	c Solving Time       :     141.09
142.34/142.42	c Original Problem   :
142.34/142.42	c   Problem name     : HOME/instance-2664894-1276680243.opb
142.34/142.42	c   Variables        : 1564 (1564 binary, 0 integer, 0 implicit integer, 0 continuous)
142.34/142.42	c   Constraints      : 1616 initial, 1616 maximal
142.34/142.42	c Presolved Problem  :
142.34/142.42	c   Problem name     : t_HOME/instance-2664894-1276680243.opb
142.34/142.42	c   Variables        : 1564 (1564 binary, 0 integer, 0 implicit integer, 0 continuous)
142.34/142.42	c   Constraints      : 1616 initial, 1787 maximal
142.34/142.42	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
142.34/142.42	c   trivial          :       0.00          0          0          0          0          0          0          0          0
142.34/142.42	c   dualfix          :       0.00          0          0          0          0          0          0          0          0
142.34/142.42	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
142.34/142.42	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
142.34/142.42	c   implics          :       0.00          0          0          0          0          0          0          0          0
142.34/142.42	c   probing          :       0.00          0          0          0          0          0          0          0          0
142.34/142.42	c   knapsack         :       0.00          0          0          0          0          0          0          0          0
142.34/142.42	c   setppc           :       0.00          0          0          0          0          0          0          0          0
142.34/142.42	c   and              :       0.17          0          0          0          0          0          0          0          0
142.34/142.42	c   linear           :       0.01          0          0          0          0          0          0          0          0
142.34/142.42	c   logicor          :       0.00          0          0          0          0          0          0          0          0
142.34/142.42	c   root node        :          -         28          -          -         28          -          -          -          -
142.34/142.42	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
142.34/142.42	c   integral         :          0          0          0        354          0          1         81          0          0        634
142.34/142.42	c   knapsack         :          1          5       1660          1          0          0          0          0          0          0
142.34/142.42	c   setppc           :        100          5       1660          1          0          0       1746          0          0          0
142.34/142.42	c   and              :       1464        564       1660          1          0          1      49432      79477          0          0
142.34/142.42	c   linear           :          1+         6       1659          0          0          0         61          0          0          0
142.34/142.42	c   logicor          :         50+         5        510          0          0          0        255          0          0          0
142.34/142.42	c   countsols        :          0          0          0          0          0          0          0          0          0          0
142.34/142.42	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
142.34/142.42	c   integral         :      53.83       0.00       0.00      53.83       0.00
142.34/142.42	c   knapsack         :       0.00       0.00       0.00       0.00       0.00
142.34/142.42	c   setppc           :       0.01       0.00       0.01       0.00       0.00
142.34/142.42	c   and              :       0.94       0.69       0.25       0.00       0.00
142.34/142.42	c   linear           :       0.16       0.02       0.14       0.00       0.00
142.34/142.42	c   logicor          :       0.00       0.00       0.00       0.00       0.00
142.34/142.42	c   countsols        :       0.00       0.00       0.00       0.00       0.00
142.34/142.42	c Propagators        :       Time      Calls    Cutoffs    DomReds
142.34/142.42	c   vbounds          :       0.01          1          0          0
142.34/142.42	c   rootredcost      :       0.00          0          0          0
142.34/142.42	c   pseudoobj        :       0.00          0          0          0
142.34/142.42	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
142.34/142.42	c   propagation      :       0.00          1          1          1        5.0          0        0.0          -
142.34/142.42	c   infeasible LP    :       0.17        316         47        127       17.8          0        0.0          0
142.34/142.42	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
142.34/142.42	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
142.34/142.42	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
142.34/142.42	c   applied globally :          -          -          -         78       21.6          -          -          -
142.34/142.42	c   applied locally  :          -          -          -          0        0.0          -          -          -
142.34/142.42	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
142.34/142.42	c   cut pool         :       0.00          4          -          -         17          -    (maximal pool size: 451)
142.34/142.42	c   redcost          :       0.01        564          0          0          0          0
142.34/142.42	c   impliedbounds    :       0.00          5          0          0          6          0
142.34/142.42	c   intobj           :       0.00          0          0          0          0          0
142.34/142.42	c   cgmip            :       0.00          0          0          0          0          0
142.34/142.42	c   gomory           :       3.50          5          0          0          0          0
142.34/142.42	c   strongcg         :       2.56          5          0          0       2197          0
142.34/142.42	c   cmir             :       0.00          0          0          0          0          0
142.34/142.42	c   flowcover        :       0.00          0          0          0          0          0
142.34/142.42	c   clique           :       0.05          5          0          0         30          0
142.34/142.42	c   zerohalf         :       0.00          0          0          0          0          0
142.34/142.42	c   mcf              :       0.03          2          0          0         12          0
142.34/142.42	c   rapidlearning    :       0.36          1          0          0          0        162
142.34/142.42	c Pricers            :       Time      Calls       Vars
142.34/142.42	c   problem variables:       0.00          0          0
142.34/142.42	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
142.34/142.42	c   relpscost        :      53.83        353          1         81          0          0        634
142.34/142.42	c   pscost           :       0.00          0          0          0          0          0          0
142.34/142.42	c   inference        :       0.00          0          0          0          0          0          0
142.34/142.42	c   mostinf          :       0.00          0          0          0          0          0          0
142.34/142.42	c   leastinf         :       0.00          0          0          0          0          0          0
142.34/142.42	c   fullstrong       :       0.00          0          0          0          0          0          0
142.34/142.42	c   allfullstrong    :       0.00          0          0          0          0          0          0
142.34/142.42	c   random           :       0.00          0          0          0          0          0          0
142.34/142.42	c Primal Heuristics  :       Time      Calls      Found
142.34/142.42	c   LP solutions     :       0.00          -          0
142.34/142.42	c   pseudo solutions :       0.00          -          0
142.34/142.42	c   trivial          :       0.01          1          0
142.34/142.42	c   simplerounding   :       0.00          0          0
142.34/142.42	c   zirounding       :       0.00          0          0
142.34/142.42	c   rounding         :       0.00          0          0
142.34/142.42	c   shifting         :       0.00          0          0
142.34/142.42	c   intshifting      :       0.00          0          0
142.34/142.42	c   oneopt           :       0.00          0          0
142.34/142.42	c   twoopt           :       0.00          0          0
142.34/142.42	c   fixandinfer      :       0.00          0          0
142.34/142.42	c   feaspump         :       0.00          0          0
142.34/142.42	c   coefdiving       :       0.00          0          0
142.34/142.42	c   pscostdiving     :       0.00          0          0
142.34/142.42	c   fracdiving       :       0.00          0          0
142.34/142.42	c   veclendiving     :       0.00          0          0
142.34/142.42	c   intdiving        :       0.00          0          0
142.34/142.42	c   actconsdiving    :       0.00          0          0
142.34/142.42	c   objpscostdiving  :       0.00          0          0
142.34/142.42	c   rootsoldiving    :       0.00          0          0
142.34/142.42	c   linesearchdiving :       0.00          0          0
142.34/142.42	c   guideddiving     :       0.00          0          0
142.34/142.42	c   octane           :       0.00          0          0
142.34/142.42	c   rens             :       0.00          0          0
142.34/142.42	c   rins             :       0.00          0          0
142.34/142.42	c   localbranching   :       0.00          0          0
142.34/142.42	c   mutation         :       0.00          0          0
142.34/142.42	c   crossover        :       0.00          0          0
142.34/142.42	c   dins             :       0.00          0          0
142.34/142.42	c   undercover       :       0.00          0          0
142.34/142.42	c   nlp              :       0.00          0          0
142.34/142.42	c   trysol           :       0.00          0          0
142.34/142.42	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
142.34/142.42	c   primal LP        :       6.95          0          0       0.00       0.00
142.34/142.42	c   dual LP          :      70.22       1235     172012     139.28    2449.62
142.34/142.42	c   lex dual LP      :       0.00          0          0       0.00          -
142.34/142.42	c   barrier LP       :       0.00          0          0       0.00          -
142.34/142.42	c   diving/probing LP:       0.00          0          0       0.00          -
142.34/142.42	c   strong branching :      53.76        828     192183     232.11    3574.83
142.34/142.42	c     (at root node) :          -          9       6633     737.00          -
142.34/142.42	c   conflict analysis:       0.00          0          0       0.00          -
142.34/142.42	c B&B Tree           :
142.34/142.42	c   number of runs   :          1
142.34/142.42	c   nodes            :        635
142.34/142.42	c   nodes (total)    :        635
142.34/142.42	c   nodes left       :          0
142.34/142.42	c   max depth        :         41
142.34/142.42	c   max depth (total):         41
142.34/142.42	c   backtracks       :        120 (18.9%)
142.34/142.42	c   delayed cutoffs  :          0
142.34/142.42	c   repropagations   :        121 (1189 domain reductions, 0 cutoffs)
142.34/142.42	c   avg switch length:       2.54
142.34/142.42	c   switching time   :       7.25
142.34/142.42	c Solution           :
142.34/142.42	c   Solutions found  :          0 (0 improvements)
142.34/142.42	c   Primal Bound     : infeasible
142.34/142.42	c   Dual Bound       :          -
142.34/142.42	c   Gap              :       0.00 %
142.34/142.42	c   Root Dual Bound  : +0.00000000000000e+00
142.34/142.42	c   Root Iterations  :       1095
142.34/142.45	c Time complete: 142.4.

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-2664894-1276680243/watcher-2664894-1276680243 -o /tmp/evaluation-result-2664894-1276680243/solver-2664894-1276680243 -C 1800 -W 2000 -M 1800 HOME/pbscip.linux.x86_64.gnu.opt.clp -f HOME/instance-2664894-1276680243.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.12 1.03 1.01 3/106 8212
/proc/meminfo: memFree=1739960/2059040 swapFree=4140468/4192956
[pid=8212] ppid=8210 vsize=8256 CPUtime=0
/proc/8212/stat : 8212 (pbscip.linux.x8) R 8210 8212 7974 0 -1 4202496 884 0 0 0 0 0 0 0 23 0 1 0 43628022 8454144 804 1992294400 4194304 9819077 140737095420416 18446744073709551615 8675093 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/8212/statm: 2064 814 359 1374 0 685 0

[startup+0.046178 s]
/proc/loadavg: 1.12 1.03 1.01 3/106 8212
/proc/meminfo: memFree=1739960/2059040 swapFree=4140468/4192956
[pid=8212] ppid=8210 vsize=17244 CPUtime=0.04
/proc/8212/stat : 8212 (pbscip.linux.x8) R 8210 8212 7974 0 -1 4202496 3431 0 0 0 3 1 0 0 23 0 1 0 43628022 17657856 2997 1992294400 4194304 9819077 140737095420416 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/8212/statm: 4311 2997 472 1374 0 2932 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 17244

[startup+0.101185 s]
/proc/loadavg: 1.12 1.03 1.01 3/106 8212
/proc/meminfo: memFree=1739960/2059040 swapFree=4140468/4192956
[pid=8212] ppid=8210 vsize=17688 CPUtime=0.09
/proc/8212/stat : 8212 (pbscip.linux.x8) R 8210 8212 7974 0 -1 4202496 3810 0 0 0 5 4 0 0 24 0 1 0 43628022 18112512 3119 1992294400 4194304 9819077 140737095420416 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/8212/statm: 4422 3119 472 1374 0 3043 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 17688

[startup+0.301207 s]
/proc/loadavg: 1.12 1.03 1.01 3/106 8212
/proc/meminfo: memFree=1739960/2059040 swapFree=4140468/4192956
[pid=8212] ppid=8210 vsize=19116 CPUtime=0.29
/proc/8212/stat : 8212 (pbscip.linux.x8) R 8210 8212 7974 0 -1 4202496 5715 0 0 0 15 14 0 0 25 0 1 0 43628022 19574784 3482 1992294400 4194304 9819077 140737095420416 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/8212/statm: 4779 3482 505 1374 0 3400 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 19116

[startup+0.701251 s]
/proc/loadavg: 1.12 1.03 1.01 3/106 8212
/proc/meminfo: memFree=1739960/2059040 swapFree=4140468/4192956
[pid=8212] ppid=8210 vsize=29076 CPUtime=0.69
/proc/8212/stat : 8212 (pbscip.linux.x8) R 8210 8212 7974 0 -1 4202496 8336 0 0 0 48 21 0 0 25 0 1 0 43628022 29773824 5437 1992294400 4194304 9819077 140737095420416 18446744073709551615 8494883 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/8212/statm: 7269 5437 658 1374 0 5890 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 29076

[startup+1.50134 s]
/proc/loadavg: 1.12 1.03 1.01 2/107 8213
/proc/meminfo: memFree=1720360/2059040 swapFree=4140468/4192956
[pid=8212] ppid=8210 vsize=41932 CPUtime=1.49
/proc/8212/stat : 8212 (pbscip.linux.x8) R 8210 8212 7974 0 -1 4202496 11819 0 0 0 119 30 0 0 25 0 1 0 43628022 42938368 8406 1992294400 4194304 9819077 140737095420416 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/8212/statm: 10483 8406 678 1374 0 9104 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 41932

[startup+3.10152 s]
/proc/loadavg: 1.12 1.03 1.01 2/107 8213
/proc/meminfo: memFree=1710440/2059040 swapFree=4140468/4192956
[pid=8212] ppid=8210 vsize=35544 CPUtime=3.09
/proc/8212/stat : 8212 (pbscip.linux.x8) R 8210 8212 7974 0 -1 4202496 15669 0 0 0 266 43 0 0 25 0 1 0 43628022 36397056 7807 1992294400 4194304 9819077 140737095420416 18446744073709551615 6047035 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/8212/statm: 8886 7807 698 1374 0 7507 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 35544

[startup+6.30087 s]
/proc/loadavg: 1.11 1.03 1.00 2/107 8213
/proc/meminfo: memFree=1707588/2059040 swapFree=4140468/4192956
[pid=8212] ppid=8210 vsize=41404 CPUtime=6.29
/proc/8212/stat : 8212 (pbscip.linux.x8) R 8210 8212 7974 0 -1 4202496 16935 0 0 0 583 46 0 0 25 0 1 0 43628022 42397696 8980 1992294400 4194304 9819077 140737095420416 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/8212/statm: 10351 8980 698 1374 0 8972 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 41404

[startup+12.7006 s]
/proc/loadavg: 1.10 1.03 1.00 2/107 8213
/proc/meminfo: memFree=1704364/2059040 swapFree=4140468/4192956
[pid=8212] ppid=8210 vsize=41004 CPUtime=12.69
/proc/8212/stat : 8212 (pbscip.linux.x8) R 8210 8212 7974 0 -1 4202496 27115 0 0 0 1217 52 0 0 25 0 1 0 43628022 41988096 9198 1992294400 4194304 9819077 140737095420416 18446744073709551615 7291660 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/8212/statm: 10251 9198 715 1374 0 8872 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 41004

[startup+25.501 s]
/proc/loadavg: 1.08 1.02 1.00 2/107 8213
/proc/meminfo: memFree=1704488/2059040 swapFree=4140468/4192956
[pid=8212] ppid=8210 vsize=42956 CPUtime=25.48
/proc/8212/stat : 8212 (pbscip.linux.x8) R 8210 8212 7974 0 -1 4202496 30619 0 0 0 2489 59 0 0 25 0 1 0 43628022 43986944 9239 1992294400 4194304 9819077 140737095420416 18446744073709551615 7292010 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/8212/statm: 10739 9239 728 1374 0 9360 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 42956

[startup+51.1008 s]
/proc/loadavg: 1.05 1.02 1.00 2/107 8213
/proc/meminfo: memFree=1704488/2059040 swapFree=4140468/4192956
[pid=8212] ppid=8210 vsize=41844 CPUtime=51.06
/proc/8212/stat : 8212 (pbscip.linux.x8) R 8210 8212 7974 0 -1 4202496 48139 0 0 0 5030 76 0 0 25 0 1 0 43628022 42848256 9237 1992294400 4194304 9819077 140737095420416 18446744073709551615 7291715 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/8212/statm: 10461 9237 728 1374 0 9082 0
Current children cumulated CPU time (s) 51.06
Current children cumulated vsize (KiB) 41844

[startup+102.309 s]
/proc/loadavg: 1.02 1.02 1.00 2/107 8215
/proc/meminfo: memFree=1704488/2059040 swapFree=4140468/4192956
[pid=8212] ppid=8210 vsize=41524 CPUtime=102.26
/proc/8212/stat : 8212 (pbscip.linux.x8) R 8210 8212 7974 0 -1 4202496 67755 0 0 0 10121 105 0 0 25 0 1 0 43628022 42520576 9234 1992294400 4194304 9819077 140737095420416 18446744073709551615 8720183 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/8212/statm: 10381 9234 728 1374 0 9002 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 41524

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

[startup+127.901 s]
/proc/loadavg: 1.01 1.01 1.00 2/107 8217
/proc/meminfo: memFree=1704488/2059040 swapFree=4140468/4192956
[pid=8212] ppid=8210 vsize=41516 CPUtime=127.84
/proc/8212/stat : 8212 (pbscip.linux.x8) R 8210 8212 7974 0 -1 4202496 76813 0 0 0 12666 118 0 0 25 0 1 0 43628022 42512384 9233 1992294400 4194304 9819077 140737095420416 18446744073709551615 7291742 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/8212/statm: 10379 9233 728 1374 0 9000 0
Current children cumulated CPU time (s) 127.84
Current children cumulated vsize (KiB) 41516

[startup+134.301 s]
/proc/loadavg: 1.01 1.01 1.00 2/107 8217
/proc/meminfo: memFree=1704488/2059040 swapFree=4140468/4192956
[pid=8212] ppid=8210 vsize=41524 CPUtime=134.24
/proc/8212/stat : 8212 (pbscip.linux.x8) R 8210 8212 7974 0 -1 4202496 78769 0 0 0 13302 122 0 0 25 0 1 0 43628022 42520576 9233 1992294400 4194304 9819077 140737095420416 18446744073709551615 7292028 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/8212/statm: 10381 9233 728 1374 0 9002 0
Current children cumulated CPU time (s) 134.24
Current children cumulated vsize (KiB) 41524

[startup+137.508 s]
/proc/loadavg: 1.01 1.01 1.00 2/107 8217
/proc/meminfo: memFree=1704488/2059040 swapFree=4140468/4192956
[pid=8212] ppid=8210 vsize=41264 CPUtime=137.45
/proc/8212/stat : 8212 (pbscip.linux.x8) R 8210 8212 7974 0 -1 4202496 79551 0 0 0 13622 123 0 0 25 0 1 0 43628022 42254336 9231 1992294400 4194304 9819077 140737095420416 18446744073709551615 7816453 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/8212/statm: 10316 9231 728 1374 0 8937 0
Current children cumulated CPU time (s) 137.45
Current children cumulated vsize (KiB) 41264

[startup+140.701 s]
/proc/loadavg: 1.01 1.01 1.00 2/107 8217
/proc/meminfo: memFree=1704488/2059040 swapFree=4140468/4192956
[pid=8212] ppid=8210 vsize=41248 CPUtime=140.64
/proc/8212/stat : 8212 (pbscip.linux.x8) R 8210 8212 7974 0 -1 4202496 80229 0 0 0 13939 125 0 0 25 0 1 0 43628022 42237952 9230 1992294400 4194304 9819077 140737095420416 18446744073709551615 7291624 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/8212/statm: 10312 9230 728 1374 0 8933 0
Current children cumulated CPU time (s) 140.64
Current children cumulated vsize (KiB) 41248

[startup+141.501 s]
/proc/loadavg: 1.01 1.01 1.00 2/107 8217
/proc/meminfo: memFree=1704488/2059040 swapFree=4140468/4192956
[pid=8212] ppid=8210 vsize=41516 CPUtime=141.43
/proc/8212/stat : 8212 (pbscip.linux.x8) R 8210 8212 7974 0 -1 4202496 80420 0 0 0 14018 125 0 0 25 0 1 0 43628022 42512384 9237 1992294400 4194304 9819077 140737095420416 18446744073709551615 8720183 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/8212/statm: 10379 9237 728 1374 0 9000 0
Current children cumulated CPU time (s) 141.43
Current children cumulated vsize (KiB) 41516

[startup+141.908 s]
/proc/loadavg: 1.01 1.01 1.00 2/107 8217
/proc/meminfo: memFree=1704488/2059040 swapFree=4140468/4192956
[pid=8212] ppid=8210 vsize=41260 CPUtime=141.85
/proc/8212/stat : 8212 (pbscip.linux.x8) R 8210 8212 7974 0 -1 4202496 80512 0 0 0 14059 126 0 0 25 0 1 0 43628022 42250240 9231 1992294400 4194304 9819077 140737095420416 18446744073709551615 7291624 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/8212/statm: 10315 9231 728 1374 0 8936 0
Current children cumulated CPU time (s) 141.85
Current children cumulated vsize (KiB) 41260

[startup+142.301 s]
/proc/loadavg: 1.01 1.01 1.00 2/107 8217
/proc/meminfo: memFree=1704488/2059040 swapFree=4140468/4192956
[pid=8212] ppid=8210 vsize=41260 CPUtime=142.24
/proc/8212/stat : 8212 (pbscip.linux.x8) R 8210 8212 7974 0 -1 4202496 80576 0 0 0 14098 126 0 0 25 0 1 0 43628022 42250240 9230 1992294400 4194304 9819077 140737095420416 18446744073709551615 7291890 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/8212/statm: 10315 9230 728 1374 0 8936 0
Current children cumulated CPU time (s) 142.24
Current children cumulated vsize (KiB) 41260

[startup+142.401 s]
/proc/loadavg: 1.01 1.01 1.00 2/107 8217
/proc/meminfo: memFree=1704488/2059040 swapFree=4140468/4192956
[pid=8212] ppid=8210 vsize=41252 CPUtime=142.34
/proc/8212/stat : 8212 (pbscip.linux.x8) R 8210 8212 7974 0 -1 4202496 80585 0 0 0 14108 126 0 0 25 0 1 0 43628022 42242048 9230 1992294400 4194304 9819077 140737095420416 18446744073709551615 7326271 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/8212/statm: 10313 9230 728 1374 0 8934 0
Current children cumulated CPU time (s) 142.34
Current children cumulated vsize (KiB) 41252

Child status: 0
Real time (s): 142.457
CPU time (s): 142.404
CPU user time (s): 141.133
CPU system time (s): 1.27181
CPU usage (%): 99.9632
Max. virtual memory (cumulated for all children) (KiB): 48148

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 141.133
system time used= 1.27181
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 80596
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= 1586

runsolver used 0.219966 second user time and 0.699893 second system time

The end

Launcher Data

Begin job on node005 at 2010-06-16 11:24:03
IDJOB=2664894
IDBENCH=48342
IDSOLVER=1168
FILE ID=node005/2664894-1276680243
PBS_JOBID= 11172568
Free space on /tmp= 62564 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_50_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-2664894-1276680243/watcher-2664894-1276680243 -o /tmp/evaluation-result-2664894-1276680243/solver-2664894-1276680243 -C 1800 -W 2000 -M 1800  HOME/pbscip.linux.x86_64.gnu.opt.clp -f HOME/instance-2664894-1276680243.opb -t 1800 -m 1800

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

MD5SUM BENCH= 738ba96229fdd401b6476ba773d47634
RANDOM SEED=2145186820

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


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1740364 kB
Buffers:         90540 kB
Cached:         133012 kB
SwapCached:       6352 kB
Active:          91032 kB
Inactive:       146168 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1740364 kB
SwapTotal:     4192956 kB
SwapFree:      4140468 kB
Dirty:            6244 kB
Writeback:           0 kB
AnonPages:       11616 kB
Mapped:          13112 kB
Slab:            59728 kB
PageTables:       4044 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   182252 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= 62560 MiB
End job on node005 at 2010-06-16 11:26:26