Trace number 2665991

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 284.46 284.55

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/web/
uclid_pb_benchmarks/normalized-ooo.rf7.ucl.opb
MD5SUM959fbe15545355cb65c359cdf131bbdc
Bench CategoryDEC-SMALLINT (no optimisation, small integers)
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 benchmark0.121981
Has Objective FunctionNO
SatisfiableNO
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved
Number of variables3736
Total number of constraints10457
Number of constraints which are clauses10089
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints368
Minimum length of a constraint1
Maximum length of a constraint11
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 33
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 126
Number of bits of the biggest sum of numbers7
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.00	c SCIP version 1.2.1.2 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: Clp 1.11.1] [Expressions interpreter: NONE]
0.00/0.00	c Copyright (c) 2002-2010 Konrad-Zuse-Zentrum fuer Informationstechnik Berlin (ZIB)
0.00/0.00	c 
0.00/0.00	c user parameter file <scip.set> not found - using default parameters
0.00/0.00	c reading problem <HOME/instance-2665991-1276335579.opb>
0.09/0.19	c original problem has 3736 variables (3736 bin, 0 int, 0 impl, 0 cont) and 10457 constraints
0.09/0.19	c problem read
0.09/0.19	c No objective function, only one solution is needed.
0.09/0.19	c presolving settings loaded
0.19/0.25	c presolving:
0.39/0.46	c (round 1) 474 del vars, 472 del conss, 175 chg bounds, 184 chg sides, 460 chg coeffs, 0 upgd conss, 206361 impls, 0 clqs
0.39/0.49	c (round 2) 484 del vars, 1192 del conss, 185 chg bounds, 184 chg sides, 460 chg coeffs, 0 upgd conss, 206395 impls, 0 clqs
0.49/0.50	c (round 3) 498 del vars, 1216 del conss, 191 chg bounds, 184 chg sides, 460 chg coeffs, 0 upgd conss, 206515 impls, 0 clqs
0.49/0.51	c (round 4) 499 del vars, 1238 del conss, 191 chg bounds, 184 chg sides, 460 chg coeffs, 0 upgd conss, 206589 impls, 0 clqs
0.49/0.53	c (round 5) 499 del vars, 1240 del conss, 191 chg bounds, 184 chg sides, 460 chg coeffs, 0 upgd conss, 206589 impls, 0 clqs
0.59/0.64	c (round 6) 499 del vars, 1251 del conss, 191 chg bounds, 184 chg sides, 460 chg coeffs, 9206 upgd conss, 206589 impls, 0 clqs
0.59/0.68	c presolving (7 rounds):
0.59/0.68	c  499 deleted vars, 1251 deleted constraints, 191 tightened bounds, 0 added holes, 184 changed sides, 460 changed coefficients
0.59/0.68	c  206589 implications, 0 cliques
0.59/0.68	c presolved problem has 3237 variables (3237 bin, 0 int, 0 impl, 0 cont) and 9206 constraints
0.59/0.68	c     368 constraints of type <knapsack>
0.59/0.68	c    8838 constraints of type <logicor>
0.59/0.68	c transformed objective value is always integral (scale: 1)
0.59/0.68	c Presolving Time: 0.37
0.59/0.68	c - non default parameters ----------------------------------------------------------------------
0.59/0.68	c # SCIP version 1.2.1.2
0.59/0.68	c 
0.59/0.68	c # frequency for displaying node information lines
0.59/0.68	c # [type: int, range: [-1,2147483647], default: 100]
0.59/0.68	c display/freq = 10000
0.59/0.68	c 
0.59/0.68	c # maximal time in seconds to run
0.59/0.68	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.59/0.68	c limits/time = 1799.82
0.59/0.68	c 
0.59/0.68	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.59/0.68	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.59/0.68	c limits/memory = 1620
0.59/0.68	c 
0.59/0.68	c # solving stops, if the given number of solutions were found (-1: no limit)
0.59/0.68	c # [type: int, range: [-1,2147483647], default: -1]
0.59/0.68	c limits/solutions = 1
0.59/0.68	c 
0.59/0.68	c # maximal number of separation rounds per node (-1: unlimited)
0.59/0.68	c # [type: int, range: [-1,2147483647], default: 5]
0.59/0.68	c separating/maxrounds = 1
0.59/0.68	c 
0.59/0.68	c # maximal number of separation rounds in the root node (-1: unlimited)
0.59/0.68	c # [type: int, range: [-1,2147483647], default: -1]
0.59/0.68	c separating/maxroundsroot = 5
0.59/0.68	c 
0.59/0.68	c # should presolving try to simplify inequalities
0.59/0.68	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.59/0.68	c constraints/linear/simplifyinequalities = TRUE
0.59/0.68	c 
0.59/0.68	c # should disaggregation of knapsack constraints be allowed in preprocessing?
0.59/0.68	c # [type: bool, range: {TRUE,FALSE}, default: TRUE]
0.59/0.68	c constraints/knapsack/disaggregation = FALSE
0.59/0.68	c 
0.59/0.68	c # should presolving try to simplify knapsacks
0.59/0.68	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.59/0.68	c constraints/knapsack/simplifyinequalities = TRUE
0.59/0.68	c 
0.59/0.68	c # maximal number of presolving rounds the presolver participates in (-1: no limit)
0.59/0.68	c # [type: int, range: [-1,2147483647], default: -1]
0.59/0.68	c presolving/probing/maxrounds = 0
0.59/0.68	c 
0.59/0.68	c # frequency for calling primal heuristic <coefdiving> (-1: never, 0: only at depth freqofs)
0.59/0.68	c # [type: int, range: [-1,2147483647], default: 10]
0.59/0.68	c heuristics/coefdiving/freq = -1
0.59/0.68	c 
0.59/0.68	c # maximal fraction of diving LP iterations compared to node LP iterations
0.59/0.68	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.59/0.68	c heuristics/coefdiving/maxlpiterquot = 0.075
0.59/0.68	c 
0.59/0.68	c # additional number of allowed LP iterations
0.59/0.68	c # [type: int, range: [0,2147483647], default: 1000]
0.59/0.68	c heuristics/coefdiving/maxlpiterofs = 1500
0.59/0.68	c 
0.59/0.68	c # frequency for calling primal heuristic <crossover> (-1: never, 0: only at depth freqofs)
0.59/0.68	c # [type: int, range: [-1,2147483647], default: 30]
0.59/0.68	c heuristics/crossover/freq = -1
0.59/0.68	c 
0.59/0.68	c # number of nodes added to the contingent of the total nodes
0.59/0.68	c # [type: longint, range: [0,9223372036854775807], default: 500]
0.59/0.68	c heuristics/crossover/nodesofs = 750
0.59/0.68	c 
0.59/0.68	c # number of nodes without incumbent change that heuristic should wait
0.59/0.68	c # [type: longint, range: [0,9223372036854775807], default: 200]
0.59/0.68	c heuristics/crossover/nwaitingnodes = 100
0.59/0.68	c 
0.59/0.68	c # contingent of sub problem nodes in relation to the number of nodes of the original problem
0.59/0.68	c # [type: real, range: [0,1], default: 0.1]
0.59/0.68	c heuristics/crossover/nodesquot = 0.15
0.59/0.68	c 
0.59/0.68	c # minimum percentage of integer variables that have to be fixed 
0.59/0.68	c # [type: real, range: [0,1], default: 0.666]
0.59/0.68	c heuristics/crossover/minfixingrate = 0.5
0.59/0.68	c 
0.59/0.68	c # frequency for calling primal heuristic <feaspump> (-1: never, 0: only at depth freqofs)
0.59/0.68	c # [type: int, range: [-1,2147483647], default: 20]
0.59/0.68	c heuristics/feaspump/freq = -1
0.59/0.68	c 
0.59/0.68	c # additional number of allowed LP iterations
0.59/0.68	c # [type: int, range: [0,2147483647], default: 1000]
0.59/0.68	c heuristics/feaspump/maxlpiterofs = 2000
0.59/0.68	c 
0.59/0.68	c # frequency for calling primal heuristic <fracdiving> (-1: never, 0: only at depth freqofs)
0.59/0.68	c # [type: int, range: [-1,2147483647], default: 10]
0.59/0.68	c heuristics/fracdiving/freq = -1
0.59/0.68	c 
0.59/0.68	c # maximal fraction of diving LP iterations compared to node LP iterations
0.59/0.68	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.59/0.68	c heuristics/fracdiving/maxlpiterquot = 0.075
0.59/0.68	c 
0.59/0.68	c # additional number of allowed LP iterations
0.59/0.68	c # [type: int, range: [0,2147483647], default: 1000]
0.59/0.68	c heuristics/fracdiving/maxlpiterofs = 1500
0.59/0.68	c 
0.59/0.68	c # frequency for calling primal heuristic <guideddiving> (-1: never, 0: only at depth freqofs)
0.59/0.68	c # [type: int, range: [-1,2147483647], default: 10]
0.59/0.68	c heuristics/guideddiving/freq = -1
0.59/0.68	c 
0.59/0.68	c # maximal fraction of diving LP iterations compared to node LP iterations
0.59/0.68	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.59/0.68	c heuristics/guideddiving/maxlpiterquot = 0.075
0.59/0.68	c 
0.59/0.68	c # additional number of allowed LP iterations
0.59/0.68	c # [type: int, range: [0,2147483647], default: 1000]
0.59/0.68	c heuristics/guideddiving/maxlpiterofs = 1500
0.59/0.68	c 
0.59/0.68	c # maximal fraction of diving LP iterations compared to node LP iterations
0.59/0.68	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.59/0.68	c heuristics/intdiving/maxlpiterquot = 0.075
0.59/0.68	c 
0.59/0.68	c # frequency for calling primal heuristic <intshifting> (-1: never, 0: only at depth freqofs)
0.59/0.68	c # [type: int, range: [-1,2147483647], default: 10]
0.59/0.68	c heuristics/intshifting/freq = -1
0.59/0.68	c 
0.59/0.68	c # frequency for calling primal heuristic <linesearchdiving> (-1: never, 0: only at depth freqofs)
0.59/0.68	c # [type: int, range: [-1,2147483647], default: 10]
0.59/0.68	c heuristics/linesearchdiving/freq = -1
0.59/0.68	c 
0.59/0.68	c # maximal fraction of diving LP iterations compared to node LP iterations
0.59/0.68	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.59/0.68	c heuristics/linesearchdiving/maxlpiterquot = 0.075
0.59/0.68	c 
0.59/0.68	c # additional number of allowed LP iterations
0.59/0.68	c # [type: int, range: [0,2147483647], default: 1000]
0.59/0.68	c heuristics/linesearchdiving/maxlpiterofs = 1500
0.59/0.68	c 
0.59/0.68	c # frequency for calling primal heuristic <nlp> (-1: never, 0: only at depth freqofs)
0.59/0.68	c # [type: int, range: [-1,2147483647], default: 1]
0.59/0.68	c heuristics/nlp/freq = -1
0.59/0.68	c 
0.59/0.68	c # frequency for calling primal heuristic <objpscostdiving> (-1: never, 0: only at depth freqofs)
0.59/0.68	c # [type: int, range: [-1,2147483647], default: 20]
0.59/0.68	c heuristics/objpscostdiving/freq = -1
0.59/0.68	c 
0.59/0.68	c # maximal fraction of diving LP iterations compared to total iteration number
0.59/0.68	c # [type: real, range: [0,1], default: 0.01]
0.59/0.68	c heuristics/objpscostdiving/maxlpiterquot = 0.015
0.59/0.68	c 
0.59/0.68	c # additional number of allowed LP iterations
0.59/0.68	c # [type: int, range: [0,2147483647], default: 1000]
0.59/0.68	c heuristics/objpscostdiving/maxlpiterofs = 1500
0.59/0.68	c 
0.59/0.68	c # frequency for calling primal heuristic <oneopt> (-1: never, 0: only at depth freqofs)
0.59/0.68	c # [type: int, range: [-1,2147483647], default: 1]
0.59/0.68	c heuristics/oneopt/freq = -1
0.59/0.68	c 
0.59/0.68	c # frequency for calling primal heuristic <pscostdiving> (-1: never, 0: only at depth freqofs)
0.59/0.68	c # [type: int, range: [-1,2147483647], default: 10]
0.59/0.68	c heuristics/pscostdiving/freq = -1
0.59/0.68	c 
0.59/0.68	c # maximal fraction of diving LP iterations compared to node LP iterations
0.59/0.68	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.59/0.68	c heuristics/pscostdiving/maxlpiterquot = 0.075
0.59/0.68	c 
0.59/0.68	c # additional number of allowed LP iterations
0.59/0.68	c # [type: int, range: [0,2147483647], default: 1000]
0.59/0.68	c heuristics/pscostdiving/maxlpiterofs = 1500
0.59/0.68	c 
0.59/0.68	c # frequency for calling primal heuristic <rens> (-1: never, 0: only at depth freqofs)
0.59/0.68	c # [type: int, range: [-1,2147483647], default: 0]
0.59/0.68	c heuristics/rens/freq = -1
0.59/0.68	c 
0.59/0.68	c # minimum percentage of integer variables that have to be fixable 
0.59/0.68	c # [type: real, range: [0,1], default: 0.5]
0.59/0.68	c heuristics/rens/minfixingrate = 0.3
0.59/0.68	c 
0.59/0.68	c # number of nodes added to the contingent of the total nodes
0.59/0.68	c # [type: longint, range: [0,9223372036854775807], default: 500]
0.59/0.68	c heuristics/rens/nodesofs = 2000
0.59/0.68	c 
0.59/0.68	c # frequency for calling primal heuristic <rootsoldiving> (-1: never, 0: only at depth freqofs)
0.59/0.68	c # [type: int, range: [-1,2147483647], default: 20]
0.59/0.68	c heuristics/rootsoldiving/freq = -1
0.59/0.68	c 
0.59/0.68	c # maximal fraction of diving LP iterations compared to node LP iterations
0.59/0.68	c # [type: real, range: [0,1.79769313486232e+308], default: 0.01]
0.59/0.68	c heuristics/rootsoldiving/maxlpiterquot = 0.015
0.59/0.68	c 
0.59/0.68	c # additional number of allowed LP iterations
0.59/0.68	c # [type: int, range: [0,2147483647], default: 1000]
0.59/0.68	c heuristics/rootsoldiving/maxlpiterofs = 1500
0.59/0.68	c 
0.59/0.68	c # frequency for calling primal heuristic <rounding> (-1: never, 0: only at depth freqofs)
0.59/0.68	c # [type: int, range: [-1,2147483647], default: 1]
0.59/0.68	c heuristics/rounding/freq = -1
0.59/0.68	c 
0.59/0.68	c # frequency for calling primal heuristic <shifting> (-1: never, 0: only at depth freqofs)
0.59/0.68	c # [type: int, range: [-1,2147483647], default: 10]
0.59/0.68	c heuristics/shifting/freq = -1
0.59/0.68	c 
0.59/0.68	c # frequency for calling primal heuristic <simplerounding> (-1: never, 0: only at depth freqofs)
0.59/0.68	c # [type: int, range: [-1,2147483647], default: 1]
0.59/0.68	c heuristics/simplerounding/freq = -1
0.59/0.68	c 
0.59/0.68	c # frequency for calling primal heuristic <trivial> (-1: never, 0: only at depth freqofs)
0.59/0.68	c # [type: int, range: [-1,2147483647], default: 0]
0.59/0.68	c heuristics/trivial/freq = -1
0.59/0.68	c 
0.59/0.68	c # frequency for calling primal heuristic <trysol> (-1: never, 0: only at depth freqofs)
0.59/0.68	c # [type: int, range: [-1,2147483647], default: 1]
0.59/0.68	c heuristics/trysol/freq = -1
0.59/0.68	c 
0.59/0.68	c # frequency for calling primal heuristic <veclendiving> (-1: never, 0: only at depth freqofs)
0.59/0.68	c # [type: int, range: [-1,2147483647], default: 10]
0.59/0.68	c heuristics/veclendiving/freq = -1
0.59/0.68	c 
0.59/0.68	c # maximal fraction of diving LP iterations compared to node LP iterations
0.59/0.68	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.59/0.68	c heuristics/veclendiving/maxlpiterquot = 0.075
0.59/0.68	c 
0.59/0.68	c # additional number of allowed LP iterations
0.59/0.68	c # [type: int, range: [0,2147483647], default: 1000]
0.59/0.68	c heuristics/veclendiving/maxlpiterofs = 1500
0.59/0.68	c 
0.59/0.68	c # frequency for calling primal heuristic <zirounding> (-1: never, 0: only at depth freqofs)
0.59/0.68	c # [type: int, range: [-1,2147483647], default: 1]
0.59/0.68	c heuristics/zirounding/freq = -1
0.59/0.68	c 
0.59/0.68	c # frequency for calling separator <cmir> (-1: never, 0: only in root node)
0.59/0.68	c # [type: int, range: [-1,2147483647], default: 0]
0.59/0.68	c separating/cmir/freq = -1
0.59/0.68	c 
0.59/0.68	c # frequency for calling separator <flowcover> (-1: never, 0: only in root node)
0.59/0.68	c # [type: int, range: [-1,2147483647], default: 0]
0.59/0.68	c separating/flowcover/freq = -1
0.59/0.68	c 
0.59/0.68	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
0.59/0.68	c # [type: int, range: [-1,2147483647], default: -1]
0.59/0.68	c separating/rapidlearning/freq = 0
0.59/0.68	c 
0.59/0.68	c -----------------------------------------------------------------------------------------------
0.59/0.68	c start solving
0.59/0.68	c 
0.79/0.84	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
0.79/0.84	c   0.6s|     1 |     0 |   946 |     - |  24M|   0 | 763 |3237 |9206 |3237 |9206 |   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
2.49/2.57	c   2.1s|     1 |     0 |  1916 |     - |  24M|   0 |1191 |3237 |9457 |3237 |9247 |  49 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
4.59/4.64	c   4.2s|     1 |     0 |  3511 |     - |  25M|   0 |1751 |3237 |9457 |3237 |9347 | 149 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
9.39/9.49	c   9.0s|     1 |     0 |  4803 |     - |  25M|   0 |1657 |3237 |9457 |3237 |9418 | 220 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
14.39/14.40	c  13.9s|     1 |     0 |  6900 |     - |  26M|   0 |1995 |3237 |9457 |3237 |9513 | 315 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
21.58/21.60	c  21.1s|     1 |     0 |  8421 |     - |  26M|   0 |2129 |3237 |9457 |3237 |9596 | 398 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
32.78/32.83	c  32.3s|     1 |     2 |  8421 |     - |  26M|   0 |2129 |3237 |9457 |3237 |9596 | 398 |   0 |  10 | 0.000000e+00 |      --      |    Inf 
284.31/284.47	c 
284.31/284.47	c SCIP Status        : problem is solved [infeasible]
284.31/284.47	c Solving Time (sec) : 282.07
284.31/284.47	c Solving Nodes      : 318
284.31/284.47	c Primal Bound       : +1.00000000000000e+20 (0 solutions)
284.31/284.47	c Dual Bound         : +1.00000000000000e+20
284.31/284.47	c Gap                : 0.00 %
284.31/284.47	s UNSATISFIABLE
284.31/284.47	c SCIP Status        : problem is solved [infeasible]
284.31/284.47	c Solving Time       :     282.07
284.31/284.47	c Original Problem   :
284.31/284.47	c   Problem name     : HOME/instance-2665991-1276335579.opb
284.31/284.47	c   Variables        : 3736 (3736 binary, 0 integer, 0 implicit integer, 0 continuous)
284.31/284.47	c   Constraints      : 10457 initial, 10457 maximal
284.31/284.47	c Presolved Problem  :
284.31/284.47	c   Problem name     : t_HOME/instance-2665991-1276335579.opb
284.31/284.47	c   Variables        : 3237 (3237 binary, 0 integer, 0 implicit integer, 0 continuous)
284.31/284.47	c   Constraints      : 9206 initial, 9696 maximal
284.31/284.47	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
284.31/284.47	c   trivial          :       0.00          0          0          0          0          0          0          0          0
284.31/284.47	c   dualfix          :       0.00          0          0          0          0          0          0          0          0
284.31/284.47	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
284.31/284.47	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
284.31/284.47	c   implics          :       0.04          0        304          0          0          0          0          0          0
284.31/284.47	c   probing          :       0.00          0          0          0          0          0          0          0          0
284.31/284.47	c   knapsack         :       0.00          0          0          0          0          0          0          0          0
284.31/284.47	c   linear           :       0.26        191          4          0        191          0       1251        184        460
284.31/284.47	c   logicor          :       0.04          0          0          0          0          0          0          0          0
284.31/284.47	c   root node        :          -        459          -          -        459          -          -          -          -
284.31/284.47	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
284.31/284.47	c   integral         :          0          0          0        249          0          3         16          0          0        480
284.31/284.47	c   knapsack         :        368          6       5911          0          0          0        168       1201          0          0
284.31/284.47	c   linear           :          0+         5       5910          0          0          5        325         37          0          0
284.31/284.47	c   logicor          :       8838+         6       5721          0          0        134      69303          0          0          0
284.31/284.47	c   countsols        :          0          0          0          0          0          0          0          0          0          0
284.31/284.47	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
284.31/284.47	c   integral         :     187.72       0.00       0.00     187.72       0.00
284.31/284.47	c   knapsack         :       0.06       0.02       0.04       0.00       0.00
284.31/284.47	c   linear           :       0.12       0.00       0.12       0.00       0.00
284.31/284.47	c   logicor          :       0.50       0.00       0.50       0.00       0.00
284.31/284.47	c   countsols        :       0.00       0.00       0.00       0.00       0.00
284.31/284.47	c Propagators        :       Time      Calls    Cutoffs    DomReds
284.31/284.47	c   vbounds          :       0.00          1          0          0
284.31/284.47	c   rootredcost      :       0.00          0          0          0
284.31/284.47	c   pseudoobj        :       0.01          0          0          0
284.31/284.47	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
284.31/284.47	c   propagation      :       0.03        139        136        542       19.7         25        9.2          -
284.31/284.47	c   infeasible LP    :       0.02          8          8         12       11.0          3       15.0          0
284.31/284.47	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
284.31/284.47	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
284.31/284.47	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
284.31/284.47	c   applied globally :          -          -          -        301       13.1          -          -          -
284.31/284.47	c   applied locally  :          -          -          -          0        0.0          -          -          -
284.31/284.47	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
284.31/284.47	c   cut pool         :       0.00          4          -          -         26          -    (maximal pool size: 1038)
284.31/284.47	c   redcost          :       0.04        248          0          0          0          0
284.31/284.47	c   impliedbounds    :       0.04          5          0          0          0          0
284.31/284.47	c   intobj           :       0.00          0          0          0          0          0
284.31/284.47	c   cgmip            :       0.00          0          0          0          0          0
284.31/284.47	c   gomory           :       6.81          5          0          0       2353          0
284.31/284.47	c   strongcg         :       4.41          5          0          0       2446          0
284.31/284.47	c   cmir             :       0.00          0          0          0          0          0
284.31/284.47	c   flowcover        :       0.00          0          0          0          0          0
284.31/284.47	c   clique           :       0.37          5          0          0         40          0
284.31/284.47	c   zerohalf         :       0.00          0          0          0          0          0
284.31/284.47	c   mcf              :       0.04          1          0          0          0          0
284.31/284.47	c   rapidlearning    :       0.86          1          0          2          0        253
284.31/284.47	c Pricers            :       Time      Calls       Vars
284.31/284.47	c   problem variables:       0.00          0          0
284.31/284.47	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
284.31/284.47	c   relpscost        :     187.72        249          3         16          0          0        480
284.31/284.47	c   pscost           :       0.00          0          0          0          0          0          0
284.31/284.47	c   inference        :       0.00          0          0          0          0          0          0
284.31/284.47	c   mostinf          :       0.00          0          0          0          0          0          0
284.31/284.47	c   leastinf         :       0.00          0          0          0          0          0          0
284.31/284.47	c   fullstrong       :       0.00          0          0          0          0          0          0
284.31/284.47	c   allfullstrong    :       0.00          0          0          0          0          0          0
284.31/284.47	c   random           :       0.00          0          0          0          0          0          0
284.31/284.48	c Primal Heuristics  :       Time      Calls      Found
284.31/284.48	c   LP solutions     :       0.00          -          0
284.31/284.48	c   pseudo solutions :       0.00          -          0
284.31/284.48	c   trivial          :       0.00          1          0
284.31/284.48	c   simplerounding   :       0.00          0          0
284.31/284.48	c   zirounding       :       0.00          0          0
284.31/284.48	c   rounding         :       0.00          0          0
284.31/284.48	c   shifting         :       0.00          0          0
284.31/284.48	c   intshifting      :       0.00          0          0
284.31/284.48	c   oneopt           :       0.00          0          0
284.31/284.48	c   twoopt           :       0.00          0          0
284.31/284.48	c   fixandinfer      :       0.00          0          0
284.31/284.48	c   feaspump         :       0.00          0          0
284.31/284.48	c   coefdiving       :       0.00          0          0
284.31/284.48	c   pscostdiving     :       0.00          0          0
284.31/284.48	c   fracdiving       :       0.00          0          0
284.31/284.48	c   veclendiving     :       0.00          0          0
284.31/284.48	c   intdiving        :       0.00          0          0
284.31/284.48	c   actconsdiving    :       0.00          0          0
284.31/284.48	c   objpscostdiving  :       0.00          0          0
284.31/284.48	c   rootsoldiving    :       0.00          0          0
284.31/284.48	c   linesearchdiving :       0.00          0          0
284.31/284.48	c   guideddiving     :       0.00          0          0
284.31/284.48	c   octane           :       0.00          0          0
284.31/284.48	c   rens             :       0.00          0          0
284.31/284.48	c   rins             :       0.00          0          0
284.31/284.48	c   localbranching   :       0.00          0          0
284.31/284.48	c   mutation         :       0.00          0          0
284.31/284.48	c   crossover        :       0.00          0          0
284.31/284.48	c   dins             :       0.00          0          0
284.31/284.48	c   undercover       :       0.00          0          0
284.31/284.48	c   nlp              :       0.00          0          0
284.31/284.48	c   trysol           :       0.00          0          0
284.31/284.48	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
284.31/284.48	c   primal LP        :       0.02          0          0       0.00       0.00
284.31/284.48	c   dual LP          :      78.87        262      88182     336.57    1118.07
284.31/284.48	c   lex dual LP      :       0.00          0          0       0.00          -
284.31/284.48	c   barrier LP       :       0.00          0          0       0.00          -
284.31/284.48	c   diving/probing LP:       0.00          0          0       0.00          -
284.31/284.48	c   strong branching :     187.56        218     154404     708.28     823.22
284.31/284.48	c     (at root node) :          -         10       7677     767.70          -
284.31/284.48	c   conflict analysis:       0.00          0          0       0.00          -
284.31/284.48	c B&B Tree           :
284.31/284.48	c   number of runs   :          1
284.31/284.48	c   nodes            :        318
284.31/284.48	c   nodes (total)    :        318
284.31/284.48	c   nodes left       :          0
284.31/284.48	c   max depth        :         29
284.31/284.48	c   max depth (total):         29
284.31/284.48	c   backtracks       :         81 (25.5%)
284.31/284.48	c   delayed cutoffs  :        163
284.31/284.48	c   repropagations   :        250 (26581 domain reductions, 72 cutoffs)
284.31/284.48	c   avg switch length:       3.08
284.31/284.48	c   switching time   :       0.40
284.31/284.48	c Solution           :
284.31/284.48	c   Solutions found  :          0 (0 improvements)
284.31/284.48	c   Primal Bound     : infeasible
284.31/284.48	c   Dual Bound       :          -
284.31/284.48	c   Gap              :       0.00 %
284.31/284.48	c   Root Dual Bound  : +0.00000000000000e+00
284.31/284.48	c   Root Iterations  :       8421
284.40/284.54	c Time complete: 284.45.

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-2665991-1276335579/watcher-2665991-1276335579 -o /tmp/evaluation-result-2665991-1276335579/solver-2665991-1276335579 -C 1800 -W 2000 -M 1800 HOME/pbscip.linux.x86_64.gnu.opt.clp -f HOME/instance-2665991-1276335579.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.22 1.08 1.02 3/106 9587
/proc/meminfo: memFree=1496764/2059040 swapFree=4192956/4192956
[pid=9587] ppid=9585 vsize=9288 CPUtime=0
/proc/9587/stat : 9587 (pbscip.linux.x8) R 9585 9587 7869 0 -1 4202496 1030 0 0 0 0 0 0 0 21 0 1 0 9161794 9510912 951 1992294400 4194304 9819077 140736866464240 18446744073709551615 8675093 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/9587/statm: 2322 960 371 1374 0 943 0

[startup+0.088951 s]
/proc/loadavg: 1.22 1.08 1.02 3/106 9587
/proc/meminfo: memFree=1496764/2059040 swapFree=4192956/4192956
[pid=9587] ppid=9585 vsize=14176 CPUtime=0.08
/proc/9587/stat : 9587 (pbscip.linux.x8) R 9585 9587 7869 0 -1 4202496 2457 0 0 0 7 1 0 0 23 0 1 0 9161794 14516224 2378 1992294400 4194304 9819077 140736866464240 18446744073709551615 5650591 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/9587/statm: 3544 2378 386 1374 0 2165 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 14176

[startup+0.100952 s]
/proc/loadavg: 1.22 1.08 1.02 3/106 9587
/proc/meminfo: memFree=1496764/2059040 swapFree=4192956/4192956
[pid=9587] ppid=9585 vsize=15824 CPUtime=0.09
/proc/9587/stat : 9587 (pbscip.linux.x8) R 9585 9587 7869 0 -1 4202496 2868 0 0 0 8 1 0 0 23 0 1 0 9161794 16203776 2789 1992294400 4194304 9819077 140736866464240 18446744073709551615 8675093 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/9587/statm: 3956 2789 386 1374 0 2577 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 15824

[startup+0.300971 s]
/proc/loadavg: 1.22 1.08 1.02 3/106 9587
/proc/meminfo: memFree=1496764/2059040 swapFree=4192956/4192956
[pid=9587] ppid=9585 vsize=36876 CPUtime=0.29
/proc/9587/stat : 9587 (pbscip.linux.x8) R 9585 9587 7869 0 -1 4202496 8296 0 0 0 26 3 0 0 23 0 1 0 9161794 37761024 7863 1992294400 4194304 9819077 140736866464240 18446744073709551615 6179008 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/9587/statm: 9219 7875 490 1374 0 7840 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 36876

[startup+0.701009 s]
/proc/loadavg: 1.22 1.08 1.02 3/106 9587
/proc/meminfo: memFree=1496764/2059040 swapFree=4192956/4192956
[pid=9587] ppid=9585 vsize=47152 CPUtime=0.69
/proc/9587/stat : 9587 (pbscip.linux.x8) R 9585 9587 7869 0 -1 4202496 13709 0 0 0 59 10 0 0 25 0 1 0 9161794 48283648 10494 1992294400 4194304 9819077 140736866464240 18446744073709551615 4667257 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/9587/statm: 11788 10494 546 1374 0 10409 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 47152

[startup+1.50108 s]
/proc/loadavg: 1.22 1.08 1.02 2/107 9588
/proc/meminfo: memFree=1446908/2059040 swapFree=4192956/4192956
[pid=9587] ppid=9585 vsize=92416 CPUtime=1.49
/proc/9587/stat : 9587 (pbscip.linux.x8) R 9585 9587 7869 0 -1 4202496 25401 0 0 0 129 20 0 0 25 0 1 0 9161794 94633984 20293 1992294400 4194304 9819077 140736866464240 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/9587/statm: 23104 20293 668 1374 0 21725 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 92416

[startup+3.10124 s]
/proc/loadavg: 1.22 1.08 1.02 2/107 9588
/proc/meminfo: memFree=1408096/2059040 swapFree=4192956/4192956
[pid=9587] ppid=9585 vsize=72084 CPUtime=3.09
/proc/9587/stat : 9587 (pbscip.linux.x8) R 9585 9587 7869 0 -1 4202496 29179 0 0 0 283 26 0 0 25 0 1 0 9161794 73814016 16851 1992294400 4194304 9819077 140736866464240 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/9587/statm: 18021 16851 695 1374 0 16642 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 72084

[startup+6.30154 s]
/proc/loadavg: 1.20 1.08 1.02 2/107 9588
/proc/meminfo: memFree=1430912/2059040 swapFree=4192956/4192956
[pid=9587] ppid=9585 vsize=72084 CPUtime=6.29
/proc/9587/stat : 9587 (pbscip.linux.x8) R 9585 9587 7869 0 -1 4202496 29198 0 0 0 601 28 0 0 25 0 1 0 9161794 73814016 16870 1992294400 4194304 9819077 140736866464240 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/9587/statm: 18021 16870 695 1374 0 16642 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 72084

[startup+12.7011 s]
/proc/loadavg: 1.18 1.08 1.02 2/107 9588
/proc/meminfo: memFree=1430912/2059040 swapFree=4192956/4192956
[pid=9587] ppid=9585 vsize=72084 CPUtime=12.68
/proc/9587/stat : 9587 (pbscip.linux.x8) R 9585 9587 7869 0 -1 4202496 29223 0 0 0 1239 29 0 0 25 0 1 0 9161794 73814016 16895 1992294400 4194304 9819077 140736866464240 18446744073709551615 7291088 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/9587/statm: 18021 16895 695 1374 0 16642 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 72084

[startup+25.5004 s]
/proc/loadavg: 1.14 1.08 1.02 2/107 9588
/proc/meminfo: memFree=1430788/2059040 swapFree=4192956/4192956
[pid=9587] ppid=9585 vsize=81876 CPUtime=25.48
/proc/9587/stat : 9587 (pbscip.linux.x8) R 9585 9587 7869 0 -1 4202496 30343 0 0 0 2515 33 0 0 25 0 1 0 9161794 83841024 17031 1992294400 4194304 9819077 140736866464240 18446744073709551615 6656908 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/9587/statm: 20469 17031 701 1374 0 19090 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 81876

[startup+51.1008 s]
/proc/loadavg: 1.09 1.07 1.02 2/107 9590
/proc/meminfo: memFree=1430664/2059040 swapFree=4192956/4192956
[pid=9587] ppid=9585 vsize=80560 CPUtime=51.07
/proc/9587/stat : 9587 (pbscip.linux.x8) R 9585 9587 7869 0 -1 4202496 38231 0 0 0 5061 46 0 0 25 0 1 0 9161794 82493440 17062 1992294400 4194304 9819077 140736866464240 18446744073709551615 7301536 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/9587/statm: 20140 17062 719 1374 0 18761 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 80560

[startup+102.308 s]
/proc/loadavg: 1.09 1.07 1.02 2/107 9590
/proc/meminfo: memFree=1430168/2059040 swapFree=4192956/4192956
[pid=9587] ppid=9585 vsize=82276 CPUtime=102.26
/proc/9587/stat : 9587 (pbscip.linux.x8) R 9585 9587 7869 0 -1 4202496 53474 0 0 0 10156 70 0 0 25 0 1 0 9161794 84250624 17130 1992294400 4194304 9819077 140736866464240 18446744073709551615 7294712 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/9587/statm: 20569 17130 721 1374 0 19190 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 82276

[startup+162.3 s]
/proc/loadavg: 1.03 1.06 1.01 2/107 9592
/proc/meminfo: memFree=1430168/2059040 swapFree=4192956/4192956
[pid=9587] ppid=9585 vsize=83948 CPUtime=162.24
/proc/9587/stat : 9587 (pbscip.linux.x8) R 9585 9587 7869 0 -1 4202496 94467 0 0 0 16112 112 0 0 25 0 1 0 9161794 85962752 17152 1992294400 4194304 9819077 140736866464240 18446744073709551615 7292359 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/9587/statm: 20987 17152 721 1374 0 19608 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 83948

[startup+222.301 s]
/proc/loadavg: 1.01 1.04 1.01 2/107 9594
/proc/meminfo: memFree=1430416/2059040 swapFree=4192956/4192956
[pid=9587] ppid=9585 vsize=77448 CPUtime=222.21
/proc/9587/stat : 9587 (pbscip.linux.x8) R 9585 9587 7869 0 -1 4202496 138836 0 0 0 22063 158 0 0 25 0 1 0 9161794 79306752 17130 1992294400 4194304 9819077 140736866464240 18446744073709551615 7317683 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/9587/statm: 19362 17130 723 1374 0 17983 0
Current children cumulated CPU time (s) 222.21
Current children cumulated vsize (KiB) 77448

[startup+282.301 s]
/proc/loadavg: 1.00 1.03 1.00 2/107 9596
/proc/meminfo: memFree=1430416/2059040 swapFree=4192956/4192956
[pid=9587] ppid=9585 vsize=78372 CPUtime=282.2
/proc/9587/stat : 9587 (pbscip.linux.x8) R 9585 9587 7869 0 -1 4202496 210292 0 0 0 28008 212 0 0 25 0 1 0 9161794 80252928 17123 1992294400 4194304 9819077 140736866464240 18446744073709551615 7291608 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/9587/statm: 19593 17123 723 1374 0 18214 0
Current children cumulated CPU time (s) 282.2
Current children cumulated vsize (KiB) 78372

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

[startup+283.101 s]
/proc/loadavg: 1.00 1.03 1.00 2/107 9596
/proc/meminfo: memFree=1430416/2059040 swapFree=4192956/4192956
[pid=9587] ppid=9585 vsize=78516 CPUtime=283.01
/proc/9587/stat : 9587 (pbscip.linux.x8) R 9585 9587 7869 0 -1 4202496 211630 0 0 0 28088 213 0 0 25 0 1 0 9161794 80400384 17104 1992294400 4194304 9819077 140736866464240 18446744073709551615 7291994 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/9587/statm: 19629 17104 723 1374 0 18250 0
Current children cumulated CPU time (s) 283.01
Current children cumulated vsize (KiB) 78516

[startup+283.901 s]
/proc/loadavg: 1.00 1.03 1.00 2/107 9596
/proc/meminfo: memFree=1430168/2059040 swapFree=4192956/4192956
[pid=9587] ppid=9585 vsize=78472 CPUtime=283.8
/proc/9587/stat : 9587 (pbscip.linux.x8) R 9585 9587 7869 0 -1 4202496 212961 0 0 0 28167 213 0 0 25 0 1 0 9161794 80355328 17129 1992294400 4194304 9819077 140736866464240 18446744073709551615 7290971 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/9587/statm: 19618 17129 723 1374 0 18239 0
Current children cumulated CPU time (s) 283.8
Current children cumulated vsize (KiB) 78472

[startup+284.301 s]
/proc/loadavg: 1.00 1.03 1.00 2/107 9596
/proc/meminfo: memFree=1430168/2059040 swapFree=4192956/4192956
[pid=9587] ppid=9585 vsize=78444 CPUtime=284.21
/proc/9587/stat : 9587 (pbscip.linux.x8) R 9585 9587 7869 0 -1 4202496 213556 0 0 0 28207 214 0 0 25 0 1 0 9161794 80326656 17103 1992294400 4194304 9819077 140736866464240 18446744073709551615 7292321 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/9587/statm: 19611 17103 723 1374 0 18232 0
Current children cumulated CPU time (s) 284.21
Current children cumulated vsize (KiB) 78444

[startup+284.501 s]
/proc/loadavg: 1.00 1.03 1.00 2/107 9596
/proc/meminfo: memFree=1430168/2059040 swapFree=4192956/4192956
[pid=9587] ppid=9585 vsize=76756 CPUtime=284.4
/proc/9587/stat : 9587 (pbscip.linux.x8) R 9585 9587 7869 0 -1 4202496 213840 0 0 0 28226 214 0 0 25 0 1 0 9161794 78598144 16708 1992294400 4194304 9819077 140736866464240 18446744073709551615 5950410 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/9587/statm: 19189 16708 726 1374 0 17810 0
Current children cumulated CPU time (s) 284.4
Current children cumulated vsize (KiB) 76756

Child status: 0
Real time (s): 284.55
CPU time (s): 284.46
CPU user time (s): 282.302
CPU system time (s): 2.15767
CPU usage (%): 99.9684
Max. virtual memory (cumulated for all children) (KiB): 102116

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

runsolver used 0.475927 second user time and 1.34879 second system time

The end

Launcher Data

Begin job on node004 at 2010-06-12 11:39:39
IDJOB=2665991
IDBENCH=1471
IDSOLVER=1168
FILE ID=node004/2665991-1276335579
PBS_JOBID= 11173167
Free space on /tmp= 62536 MiB

SOLVER NAME= SCIPclp SCIP 1.2.1.2 with Clp 1.11.1 (Release Version) as LP solver
BENCH NAME= PB06//final/normalized-PB06/SATUNSAT-SMALLINT/web/uclid_pb_benchmarks/normalized-ooo.rf7.ucl.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-2665991-1276335579/watcher-2665991-1276335579 -o /tmp/evaluation-result-2665991-1276335579/solver-2665991-1276335579 -C 1800 -W 2000 -M 1800  HOME/pbscip.linux.x86_64.gnu.opt.clp -f HOME/instance-2665991-1276335579.opb -t 1800 -m 1800

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

MD5SUM BENCH= 959fbe15545355cb65c359cdf131bbdc
RANDOM SEED=1422018058

node004.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.210
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.42
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.210
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.47
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1497168 kB
Buffers:        111756 kB
Cached:         320552 kB
SwapCached:          0 kB
Active:         184516 kB
Inactive:       307192 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1497168 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:            6524 kB
Writeback:           8 kB
AnonPages:       59276 kB
Mapped:          15420 kB
Slab:            48388 kB
PageTables:       4024 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   180724 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= 62532 MiB
End job on node004 at 2010-06-12 11:44:24