Trace number 2665966

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 solverSAT 29.3805 29.3892

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/submitted-PB05/aloul/
FPGA_SAT05/normalized-fpga30_28_sat_pb.cnf.cr.opb
MD5SUM30ece871aa3028bf4a3db0aa3daf115a
Bench CategoryDEC-SMALLINT (no optimisation, small integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark0
Best CPU time to get the best result obtained on this benchmark0.021996
Has Objective FunctionNO
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved NO
Number of variables1260
Total number of constraints926
Number of constraints which are clauses868
Number of constraints which are cardinality constraints (but not clauses)58
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint15
Maximum length of a constraint30
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 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 31
Number of bits of the biggest sum of numbers5
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-2665966-1276330006.opb>
0.00/0.05	c original problem has 1260 variables (1260 bin, 0 int, 0 impl, 0 cont) and 926 constraints
0.00/0.05	c problem read
0.00/0.05	c No objective function, only one solution is needed.
0.00/0.05	c presolving settings loaded
0.00/0.06	c presolving:
0.10/0.12	c (round 1) 0 del vars, 0 del conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 926 upgd conss, 0 impls, 58 clqs
0.10/0.13	c presolving (2 rounds):
0.10/0.13	c  0 deleted vars, 0 deleted constraints, 0 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
0.10/0.13	c  0 implications, 58 cliques
0.10/0.13	c presolved problem has 1260 variables (1260 bin, 0 int, 0 impl, 0 cont) and 926 constraints
0.10/0.13	c      58 constraints of type <setppc>
0.10/0.13	c     868 constraints of type <logicor>
0.10/0.13	c transformed objective value is always integral (scale: 1)
0.10/0.13	c Presolving Time: 0.07
0.10/0.13	c - non default parameters ----------------------------------------------------------------------
0.10/0.13	c # SCIP version 1.2.1.2
0.10/0.13	c 
0.10/0.13	c # frequency for displaying node information lines
0.10/0.13	c # [type: int, range: [-1,2147483647], default: 100]
0.10/0.13	c display/freq = 10000
0.10/0.13	c 
0.10/0.13	c # maximal time in seconds to run
0.10/0.13	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.10/0.13	c limits/time = 1799.96
0.10/0.13	c 
0.10/0.13	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.10/0.13	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.10/0.13	c limits/memory = 1620
0.10/0.13	c 
0.10/0.13	c # solving stops, if the given number of solutions were found (-1: no limit)
0.10/0.13	c # [type: int, range: [-1,2147483647], default: -1]
0.10/0.13	c limits/solutions = 1
0.10/0.13	c 
0.10/0.13	c # maximal number of separation rounds per node (-1: unlimited)
0.10/0.13	c # [type: int, range: [-1,2147483647], default: 5]
0.10/0.13	c separating/maxrounds = 1
0.10/0.13	c 
0.10/0.13	c # maximal number of separation rounds in the root node (-1: unlimited)
0.10/0.13	c # [type: int, range: [-1,2147483647], default: -1]
0.10/0.13	c separating/maxroundsroot = 5
0.10/0.13	c 
0.10/0.13	c # should presolving try to simplify inequalities
0.10/0.13	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.10/0.13	c constraints/linear/simplifyinequalities = TRUE
0.10/0.13	c 
0.10/0.13	c # should disaggregation of knapsack constraints be allowed in preprocessing?
0.10/0.13	c # [type: bool, range: {TRUE,FALSE}, default: TRUE]
0.10/0.13	c constraints/knapsack/disaggregation = FALSE
0.10/0.13	c 
0.10/0.13	c # should presolving try to simplify knapsacks
0.10/0.13	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.10/0.13	c constraints/knapsack/simplifyinequalities = TRUE
0.10/0.13	c 
0.10/0.13	c # maximal number of presolving rounds the presolver participates in (-1: no limit)
0.10/0.13	c # [type: int, range: [-1,2147483647], default: -1]
0.10/0.13	c presolving/probing/maxrounds = 0
0.10/0.13	c 
0.10/0.13	c # frequency for calling primal heuristic <coefdiving> (-1: never, 0: only at depth freqofs)
0.10/0.13	c # [type: int, range: [-1,2147483647], default: 10]
0.10/0.13	c heuristics/coefdiving/freq = -1
0.10/0.13	c 
0.10/0.13	c # maximal fraction of diving LP iterations compared to node LP iterations
0.10/0.13	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.10/0.13	c heuristics/coefdiving/maxlpiterquot = 0.075
0.10/0.13	c 
0.10/0.13	c # additional number of allowed LP iterations
0.10/0.13	c # [type: int, range: [0,2147483647], default: 1000]
0.10/0.13	c heuristics/coefdiving/maxlpiterofs = 1500
0.10/0.13	c 
0.10/0.13	c # frequency for calling primal heuristic <crossover> (-1: never, 0: only at depth freqofs)
0.10/0.13	c # [type: int, range: [-1,2147483647], default: 30]
0.10/0.13	c heuristics/crossover/freq = -1
0.10/0.13	c 
0.10/0.13	c # number of nodes added to the contingent of the total nodes
0.10/0.13	c # [type: longint, range: [0,9223372036854775807], default: 500]
0.10/0.13	c heuristics/crossover/nodesofs = 750
0.10/0.13	c 
0.10/0.13	c # number of nodes without incumbent change that heuristic should wait
0.10/0.13	c # [type: longint, range: [0,9223372036854775807], default: 200]
0.10/0.13	c heuristics/crossover/nwaitingnodes = 100
0.10/0.13	c 
0.10/0.13	c # contingent of sub problem nodes in relation to the number of nodes of the original problem
0.10/0.13	c # [type: real, range: [0,1], default: 0.1]
0.10/0.13	c heuristics/crossover/nodesquot = 0.15
0.10/0.13	c 
0.10/0.13	c # minimum percentage of integer variables that have to be fixed 
0.10/0.13	c # [type: real, range: [0,1], default: 0.666]
0.10/0.14	c heuristics/crossover/minfixingrate = 0.5
0.10/0.14	c 
0.10/0.14	c # frequency for calling primal heuristic <feaspump> (-1: never, 0: only at depth freqofs)
0.10/0.14	c # [type: int, range: [-1,2147483647], default: 20]
0.10/0.14	c heuristics/feaspump/freq = -1
0.10/0.14	c 
0.10/0.14	c # additional number of allowed LP iterations
0.10/0.14	c # [type: int, range: [0,2147483647], default: 1000]
0.10/0.14	c heuristics/feaspump/maxlpiterofs = 2000
0.10/0.14	c 
0.10/0.14	c # frequency for calling primal heuristic <fracdiving> (-1: never, 0: only at depth freqofs)
0.10/0.14	c # [type: int, range: [-1,2147483647], default: 10]
0.10/0.14	c heuristics/fracdiving/freq = -1
0.10/0.14	c 
0.10/0.14	c # maximal fraction of diving LP iterations compared to node LP iterations
0.10/0.14	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.10/0.14	c heuristics/fracdiving/maxlpiterquot = 0.075
0.10/0.14	c 
0.10/0.14	c # additional number of allowed LP iterations
0.10/0.14	c # [type: int, range: [0,2147483647], default: 1000]
0.10/0.14	c heuristics/fracdiving/maxlpiterofs = 1500
0.10/0.14	c 
0.10/0.14	c # frequency for calling primal heuristic <guideddiving> (-1: never, 0: only at depth freqofs)
0.10/0.14	c # [type: int, range: [-1,2147483647], default: 10]
0.10/0.14	c heuristics/guideddiving/freq = -1
0.10/0.14	c 
0.10/0.14	c # maximal fraction of diving LP iterations compared to node LP iterations
0.10/0.14	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.10/0.14	c heuristics/guideddiving/maxlpiterquot = 0.075
0.10/0.14	c 
0.10/0.14	c # additional number of allowed LP iterations
0.10/0.14	c # [type: int, range: [0,2147483647], default: 1000]
0.10/0.14	c heuristics/guideddiving/maxlpiterofs = 1500
0.10/0.14	c 
0.10/0.14	c # maximal fraction of diving LP iterations compared to node LP iterations
0.10/0.14	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.10/0.14	c heuristics/intdiving/maxlpiterquot = 0.075
0.10/0.14	c 
0.10/0.14	c # frequency for calling primal heuristic <intshifting> (-1: never, 0: only at depth freqofs)
0.10/0.14	c # [type: int, range: [-1,2147483647], default: 10]
0.10/0.14	c heuristics/intshifting/freq = -1
0.10/0.14	c 
0.10/0.14	c # frequency for calling primal heuristic <linesearchdiving> (-1: never, 0: only at depth freqofs)
0.10/0.14	c # [type: int, range: [-1,2147483647], default: 10]
0.10/0.14	c heuristics/linesearchdiving/freq = -1
0.10/0.14	c 
0.10/0.14	c # maximal fraction of diving LP iterations compared to node LP iterations
0.10/0.14	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.10/0.14	c heuristics/linesearchdiving/maxlpiterquot = 0.075
0.10/0.14	c 
0.10/0.14	c # additional number of allowed LP iterations
0.10/0.14	c # [type: int, range: [0,2147483647], default: 1000]
0.10/0.14	c heuristics/linesearchdiving/maxlpiterofs = 1500
0.10/0.14	c 
0.10/0.14	c # frequency for calling primal heuristic <nlp> (-1: never, 0: only at depth freqofs)
0.10/0.14	c # [type: int, range: [-1,2147483647], default: 1]
0.10/0.14	c heuristics/nlp/freq = -1
0.10/0.14	c 
0.10/0.14	c # frequency for calling primal heuristic <objpscostdiving> (-1: never, 0: only at depth freqofs)
0.10/0.14	c # [type: int, range: [-1,2147483647], default: 20]
0.10/0.14	c heuristics/objpscostdiving/freq = -1
0.10/0.14	c 
0.10/0.14	c # maximal fraction of diving LP iterations compared to total iteration number
0.10/0.14	c # [type: real, range: [0,1], default: 0.01]
0.10/0.14	c heuristics/objpscostdiving/maxlpiterquot = 0.015
0.10/0.14	c 
0.10/0.14	c # additional number of allowed LP iterations
0.10/0.14	c # [type: int, range: [0,2147483647], default: 1000]
0.10/0.14	c heuristics/objpscostdiving/maxlpiterofs = 1500
0.10/0.14	c 
0.10/0.14	c # frequency for calling primal heuristic <oneopt> (-1: never, 0: only at depth freqofs)
0.10/0.14	c # [type: int, range: [-1,2147483647], default: 1]
0.10/0.14	c heuristics/oneopt/freq = -1
0.10/0.14	c 
0.10/0.14	c # frequency for calling primal heuristic <pscostdiving> (-1: never, 0: only at depth freqofs)
0.10/0.14	c # [type: int, range: [-1,2147483647], default: 10]
0.10/0.14	c heuristics/pscostdiving/freq = -1
0.10/0.14	c 
0.10/0.14	c # maximal fraction of diving LP iterations compared to node LP iterations
0.10/0.14	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.10/0.14	c heuristics/pscostdiving/maxlpiterquot = 0.075
0.10/0.14	c 
0.10/0.14	c # additional number of allowed LP iterations
0.10/0.14	c # [type: int, range: [0,2147483647], default: 1000]
0.10/0.14	c heuristics/pscostdiving/maxlpiterofs = 1500
0.10/0.14	c 
0.10/0.14	c # frequency for calling primal heuristic <rens> (-1: never, 0: only at depth freqofs)
0.10/0.14	c # [type: int, range: [-1,2147483647], default: 0]
0.10/0.14	c heuristics/rens/freq = -1
0.10/0.14	c 
0.10/0.14	c # minimum percentage of integer variables that have to be fixable 
0.10/0.14	c # [type: real, range: [0,1], default: 0.5]
0.10/0.14	c heuristics/rens/minfixingrate = 0.3
0.10/0.14	c 
0.10/0.14	c # number of nodes added to the contingent of the total nodes
0.10/0.14	c # [type: longint, range: [0,9223372036854775807], default: 500]
0.10/0.14	c heuristics/rens/nodesofs = 2000
0.10/0.14	c 
0.10/0.14	c # frequency for calling primal heuristic <rootsoldiving> (-1: never, 0: only at depth freqofs)
0.10/0.14	c # [type: int, range: [-1,2147483647], default: 20]
0.10/0.14	c heuristics/rootsoldiving/freq = -1
0.10/0.14	c 
0.10/0.14	c # maximal fraction of diving LP iterations compared to node LP iterations
0.10/0.14	c # [type: real, range: [0,1.79769313486232e+308], default: 0.01]
0.10/0.14	c heuristics/rootsoldiving/maxlpiterquot = 0.015
0.10/0.14	c 
0.10/0.14	c # additional number of allowed LP iterations
0.10/0.14	c # [type: int, range: [0,2147483647], default: 1000]
0.10/0.14	c heuristics/rootsoldiving/maxlpiterofs = 1500
0.10/0.14	c 
0.10/0.14	c # frequency for calling primal heuristic <rounding> (-1: never, 0: only at depth freqofs)
0.10/0.14	c # [type: int, range: [-1,2147483647], default: 1]
0.10/0.14	c heuristics/rounding/freq = -1
0.10/0.14	c 
0.10/0.14	c # frequency for calling primal heuristic <shifting> (-1: never, 0: only at depth freqofs)
0.10/0.14	c # [type: int, range: [-1,2147483647], default: 10]
0.10/0.14	c heuristics/shifting/freq = -1
0.10/0.14	c 
0.10/0.14	c # frequency for calling primal heuristic <simplerounding> (-1: never, 0: only at depth freqofs)
0.10/0.14	c # [type: int, range: [-1,2147483647], default: 1]
0.10/0.14	c heuristics/simplerounding/freq = -1
0.10/0.14	c 
0.10/0.14	c # frequency for calling primal heuristic <trivial> (-1: never, 0: only at depth freqofs)
0.10/0.14	c # [type: int, range: [-1,2147483647], default: 0]
0.10/0.14	c heuristics/trivial/freq = -1
0.10/0.14	c 
0.10/0.14	c # frequency for calling primal heuristic <trysol> (-1: never, 0: only at depth freqofs)
0.10/0.14	c # [type: int, range: [-1,2147483647], default: 1]
0.10/0.14	c heuristics/trysol/freq = -1
0.10/0.14	c 
0.10/0.14	c # frequency for calling primal heuristic <veclendiving> (-1: never, 0: only at depth freqofs)
0.10/0.14	c # [type: int, range: [-1,2147483647], default: 10]
0.10/0.14	c heuristics/veclendiving/freq = -1
0.10/0.14	c 
0.10/0.14	c # maximal fraction of diving LP iterations compared to node LP iterations
0.10/0.14	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.10/0.14	c heuristics/veclendiving/maxlpiterquot = 0.075
0.10/0.14	c 
0.10/0.14	c # additional number of allowed LP iterations
0.10/0.14	c # [type: int, range: [0,2147483647], default: 1000]
0.10/0.14	c heuristics/veclendiving/maxlpiterofs = 1500
0.10/0.14	c 
0.10/0.14	c # frequency for calling primal heuristic <zirounding> (-1: never, 0: only at depth freqofs)
0.10/0.14	c # [type: int, range: [-1,2147483647], default: 1]
0.10/0.14	c heuristics/zirounding/freq = -1
0.10/0.14	c 
0.10/0.14	c # frequency for calling separator <cmir> (-1: never, 0: only in root node)
0.10/0.14	c # [type: int, range: [-1,2147483647], default: 0]
0.10/0.14	c separating/cmir/freq = -1
0.10/0.14	c 
0.10/0.14	c # frequency for calling separator <flowcover> (-1: never, 0: only in root node)
0.10/0.14	c # [type: int, range: [-1,2147483647], default: 0]
0.10/0.14	c separating/flowcover/freq = -1
0.10/0.14	c 
0.10/0.14	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
0.10/0.14	c # [type: int, range: [-1,2147483647], default: -1]
0.10/0.14	c separating/rapidlearning/freq = 0
0.10/0.14	c 
0.10/0.14	c -----------------------------------------------------------------------------------------------
0.10/0.14	c start solving
0.10/0.14	c 
0.10/0.18	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
0.10/0.18	c   0.1s|     1 |     0 |   204 |     - |5271k|   0 | 156 |1260 | 926 |1260 | 926 |   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
0.59/0.66	c   0.6s|     1 |     0 |   289 |     - |6856k|   0 | 158 |1260 | 926 |1260 | 935 |   9 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
0.89/0.97	c   0.9s|     1 |     0 |   486 |     - |7764k|   0 | 171 |1260 | 926 |1260 | 950 |  24 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
1.19/1.20	c   1.1s|     1 |     0 |   651 |     - |8365k|   0 | 161 |1260 | 926 |1260 | 967 |  41 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
1.49/1.56	c   1.4s|     1 |     0 |   994 |     - |9130k|   0 | 296 |1260 | 926 |1260 | 984 |  58 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
1.89/1.98	c   1.9s|     1 |     0 |  1774 |     - |9429k|   0 | 316 |1260 | 926 |1260 |1005 |  79 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
2.69/2.70	c   2.6s|     1 |     2 |  1774 |     - |9430k|   0 | 316 |1260 | 926 |1260 |1005 |  79 |   0 |  33 | 0.000000e+00 |      --      |    Inf 
29.28/29.36	c *28.5s|   317 |     0 |  6746 |  15.7 |  10M|  95 |   - |1260 |1115 |1260 | 964 |  79 | 189 |1594 | 0.000000e+00 | 0.000000e+00 |   0.00%
29.28/29.36	c 
29.28/29.36	c SCIP Status        : problem is solved [optimal solution found]
29.28/29.36	c Solving Time (sec) : 28.49
29.28/29.36	c Solving Nodes      : 317
29.28/29.36	c Primal Bound       : +0.00000000000000e+00 (1 solutions)
29.28/29.36	c Dual Bound         : +0.00000000000000e+00
29.28/29.36	c Gap                : 0.00 %
29.28/29.36	s SATISFIABLE
29.28/29.36	v -x836 -x259 -x816 -x86 -x83 -x71 -x820 -x240 -x223 -x221 -x216 -x329 -x308 -x305 -x72 x89 -x250 x827 -x327 -x65 -x218 -x839 -x304 
29.28/29.36	v -x213 -x243 -x241 -x168 -x164 -x159 -x158 -x154 -x231 -x170 -x814 -x215 -x150 -x149 -x142 -x131 -x169 -x144 x180 -x242 -x266 
29.28/29.36	v -x157 -x502 -x494 -x490 -x486 -x477 -x476 -x475 -x465 -x459 -x458 -x155 -x325 -x254 x451 -x825 -x77 -x135 -x245 -x228 -x491 
29.28/29.36	v -x74 -x505 -x175 -x501 -x261 -x27 -x26 -x20 -x16 -x14 -x12 -x9 -x8 -x5 -x1 -x317 -x300 -x299 -x294 -x292 -x291 -x289 -x287 
29.28/29.36	v -x286 -x284 -x283 -x275 -x274 -x822 -x463 -x30 -x246 -x78 -x838 -x232 -x492 -x268 -x125 -x826 -x269 -x509 -x161 -x835 -x239 -x120 
29.28/29.36	v -x115 -x114 -x111 -x108 -x105 -x103 -x95 -x94 -x92 -x834 -x230 -x322 -x225 -x87 -x123 -x138 -x258 -x810 -x809 -x808 -x807 
29.28/29.36	v -x806 -x805 -x804 -x802 -x798 -x793 -x788 -x786 -x781 -x173 -x29 -x496 -x316 -x630 -x629 x628 -x624 -x619 -x617 -x616 -x612 
29.28/29.36	v -x611 -x608 -x165 -x831 -x508 -x454 -x456 -x101 -x126 -x93 -x290 -x171 -x64 -x446 -x443 -x438 -x437 -x435 -x434 -x433 -x432 
29.28/29.36	v -x431 x430 -x425 -x424 -x421 -x462 -x801 -x484 -x256 -x507 -x622 -x90 -x211 -x429 -x506 -x626 -x815 -x602 -x128 -x800 -x440 -x285 
29.28/29.36	v -x785 -x660 -x659 -x657 -x655 -x653 -x650 -x649 -x647 -x646 -x643 -x641 -x637 -x632 -x631 -x75 -x603 -x783 -x82 x262 -x794 
29.28/29.36	v -x461 -x790 -x309 -x219 -x229 -x817 -x174 -x167 -x121 -x106 -x601 -x244 -x609 -x792 -x147 -x499 -x634 -x460 -x85 -x227 -x62 
29.28/29.36	v -x832 -x119 -x645 -x359 -x355 -x354 -x352 -x351 -x347 x344 -x342 -x339 -x337 -x336 -x333 -x331 -x21 -x455 -x212 -x237 -x248 
29.28/29.36	v -x648 -x143 -x220 -x837 -x343 -x500 -x620 -x76 -x104 -x635 -x428 -x621 -x483 -x320 -x654 -x332 -x485 -x224 x312 x288 -x118 -x449 
29.28/29.36	v -x166 -x96 -x18 -x226 -x236 -x504 -x68 -x282 -x464 -x823 -x162 -x117 -x278 -x799 -x638 -x88 -x137 -x279 -x473 -x328 -x610 
29.28/29.36	v -x341 -x233 -x110 -x358 -x388 x387 -x386 -x385 -x384 -x383 -x380 -x379 -x376 -x373 -x372 -x368 -x367 -x365 -x363 -x362 -x361 
29.28/29.36	v -x813 -x249 -x326 x482 -x25 -x812 -x28 -x787 -x23 -x112 -x540 -x538 -x536 -x535 -x533 -x532 -x531 -x530 -x528 -x527 -x523 -x522 
29.28/29.36	v -x521 -x520 -x519 -x518 -x515 -x514 -x512 -x2 -x134 -x176 -x604 -x690 -x689 -x688 -x685 -x684 -x683 -x682 -x681 -x680 -x677 
29.28/29.36	v -x675 -x672 -x668 -x666 -x665 -x663 -x662 -x661 -x489 -x720 -x719 -x718 -x717 -x716 -x715 -x714 -x713 -x712 -x711 -x709 -x702 
29.28/29.36	v -x701 -x700 -x699 -x697 -x696 -x695 -x693 -x692 -x824 -x678 -x374 -x349 x679 -x636 -x453 -x821 -x707 -x67 -x124 -x73 -x100 
29.28/29.36	v -x439 -x427 -x356 -x818 -x17 -x710 -x691 -x66 -x323 -x819 -x378 -x301 -x217 -x338 -x450 -x139 -x265 -x517 -x371 -x293 -x91 
29.28/29.36	v -x467 -x253 -x623 -x537 -x642 -x113 -x704 -x179 -x633 -x148 -x360 -x324 -x510 -x334 -x260 -x63 -x789 -x656 -x422 -x829 -x441 
29.28/29.36	v -x277 -x267 -x272 -x298 -x664 -x160 -x495 -x177 -x255 -x534 -x122 -x69 -x452 -x568 -x567 -x566 -x564 -x563 -x562 -x559 -x558 
29.28/29.36	v -x557 -x555 -x554 -x552 -x550 -x549 -x548 -x547 -x546 -x543 -x542 -x541 -x10 -x163 -x676 -x840 -x281 -x390 -x493 -x478 -x830 
29.28/29.36	v -x487 -x7 -x145 -x345 x140 -x480 -x270 -x389 -x694 -x618 -x613 -x599 -x596 -x594 -x593 -x591 -x590 -x589 -x588 -x587 -x586 -x585 
29.28/29.36	v -x584 -x583 -x582 -x578 -x577 -x576 -x575 -x574 -x573 -x571 -x79 -x273 x6 -x172 -x306 -x442 -x156 -x132 -x497 -x640 -x503 
29.28/29.36	v -x488 -x674 -x276 -x340 -x84 -x4 -x828 -x141 -x296 -x264 -x811 -x644 x214 -x472 -x479 -x335 -x178 -x795 -x81 -x116 -x686 -x466 
29.28/29.36	v -x705 -x627 -x673 -x474 -x151 -x382 -x529 -x607 -x581 -x133 -x524 -x369 -x698 -x251 -x350 -x516 -x706 -x544 -x302 -x470 -x377 
29.28/29.36	v -x468 -x346 -x152 -x15 -x330 -x313 -x670 -x553 -x471 -x513 -x99 -x748 -x747 -x746 -x745 -x743 -x742 -x740 -x739 -x738 -x737 
29.28/29.36	v -x736 -x735 -x734 -x733 -x732 x731 -x729 -x728 -x727 -x726 -x725 -x724 -x722 -x721 -x366 x97 -x364 -x271 -x127 -x565 -x19 
29.28/29.36	v -x311 -x457 -x551 -x687 -x222 -x556 -x615 -x600 -x3 -x539 -x136 -x572 -x307 -x381 -x263 -x436 -x741 -x598 -x80 -x606 x561 -x481 
29.28/29.36	v -x315 -x896 -x895 -x894 -x893 -x892 -x891 -x890 -x889 -x888 x887 -x886 -x885 -x884 -x883 -x784 -x297 -x511 x595 -x235 -x60 
29.28/29.36	v -x59 -x58 -x57 -x56 -x55 x54 -x51 -x50 -x49 -x48 -x47 -x46 -x43 -x42 -x41 -x40 -x39 -x38 -x37 -x36 -x35 -x34 -x33 -x32 -x625 
29.28/29.36	v -x210 -x209 -x208 -x207 -x206 -x204 -x203 -x202 -x201 -x200 -x199 -x198 -x197 -x196 x195 -x194 -x193 -x192 -x191 -x190 -x189 
29.28/29.36	v -x188 -x187 -x186 -x185 -x184 -x183 -x182 -x129 -x24 -x45 -x525 -x22 -x592 -x1120 -x1119 -x1118 -x1117 -x1116 -x1115 -x1114 
29.28/29.36	v -x1113 -x1112 -x1111 -x1110 -x1109 -x1108 x1107 -x560 -x667 -x469 -x597 -x420 -x419 -x418 -x416 -x415 -x414 -x413 -x412 -x410 
29.28/29.36	v -x406 -x405 -x404 -x403 -x402 -x401 -x400 -x398 -x397 -x396 -x395 -x394 x393 -x392 -x391 -x651 -x295 -x408 -x370 -x730 -x791 
29.28/29.36	v -x319 -x181 x526 -x280 -x579 -x1204 -x1203 -x1202 -x1201 -x1200 -x1199 -x1198 -x1197 -x1196 -x1195 -x1194 -x1193 -x1192 -x1191 
29.28/29.36	v -x146 -x952 -x951 -x950 -x949 x948 -x947 -x946 -x945 -x944 -x943 -x942 -x941 -x940 -x939 -x98 -x570 -x411 -x780 -x779 -x778 
29.28/29.36	v -x777 -x776 -x775 -x774 -x773 -x772 -x771 -x770 -x769 -x768 -x767 -x766 -x765 -x764 -x763 -x762 -x761 -x760 -x759 x758 -x757 
29.28/29.36	v -x756 -x755 -x754 -x753 -x752 -x751 -x407 -x423 -x13 -x447 -x938 -x937 -x936 -x935 -x934 -x933 -x932 -x931 -x930 -x929 x928 
29.28/29.36	v -x927 -x926 -x925 -x247 -x723 -x348 x803 -x31 -x52 -x545 -x498 -x303 -x238 -x448 -x1260 -x1259 -x1258 -x1257 -x1256 -x1255 
29.28/29.36	v x1254 -x1253 -x1252 -x1251 -x1250 -x1249 -x1248 -x1247 -x750 -x318 -x353 -x445 -x833 -x257 -x109 -x417 -x107 -x1022 -x1021 -x1020 
29.28/29.36	v -x1019 -x1018 -x1017 -x1016 x1015 -x1014 -x1013 -x1012 -x1011 -x1010 -x1009 x703 -x310 -x252 -x1008 -x1007 -x1006 -x1005 
29.28/29.36	v -x1004 x1003 -x1002 -x1001 -x1000 -x999 -x998 -x997 -x996 -x995 -x102 -x1106 -x1105 -x1104 -x1103 -x1102 -x1101 -x1100 -x1099 
29.28/29.36	v -x1098 -x1097 -x1096 x1095 -x1094 -x1093 -x409 -x671 -x1148 -x1147 x1146 -x1145 -x1144 -x1143 -x1142 -x1141 -x1140 -x1139 -x1138 
29.28/29.36	v -x1137 -x1136 -x1135 -x652 x639 -x1232 -x1231 -x1230 -x1229 -x1228 x1227 -x1226 -x1225 -x1224 -x1223 -x1222 -x1221 -x1220 
29.28/29.36	v -x1219 -x658 -x1218 -x1217 -x1216 -x1215 -x1214 -x1213 -x1212 -x1211 -x1210 x1209 -x1208 -x1207 -x1206 -x1205 -x357 -x1134 
29.28/29.36	v x1133 -x1132 -x1131 -x1130 -x1129 -x1128 -x1127 -x1126 -x1125 -x1124 -x1123 -x1122 -x1121 -x321 -x234 -x314 x1190 -x1189 -x1188 
29.28/29.36	v -x1187 -x1186 -x1185 -x1184 -x1183 -x1182 -x1181 -x1180 -x1179 -x1178 -x1177 -x205 -x70 -x614 -x744 -x910 -x909 -x908 -x907 
29.28/29.36	v -x906 -x905 -x904 -x903 -x902 -x901 -x900 -x899 -x898 -x897 -x605 -x669 -x1064 -x1063 -x1062 -x1061 -x1060 -x1059 -x1058 -x1057 
29.28/29.36	v x1056 -x1055 -x1054 -x1053 -x1052 -x1051 -x796 -x1162 -x1161 -x1160 -x1159 -x1158 -x1157 -x1156 x1155 -x1154 -x1153 -x1152 
29.28/29.36	v -x1151 -x1150 -x1149 -x53 -x854 -x853 -x852 -x851 -x850 -x849 -x848 -x847 x846 -x845 -x844 -x843 -x842 -x841 -x61 -x749 -x924 
29.28/29.36	v -x923 -x922 -x921 -x920 -x919 -x918 -x917 -x916 -x915 -x914 -x913 x912 -x911 -x426 -x1036 -x1035 -x1034 -x1033 -x1032 -x1031 
29.28/29.36	v x1030 -x1029 -x1028 -x1027 -x1026 -x1025 -x1024 -x1023 -x44 -x1078 -x1077 -x1076 -x1075 x1074 -x1073 -x1072 -x1071 -x1070 
29.28/29.36	v -x1069 -x1068 -x1067 -x1066 -x1065 -x797 -x994 -x993 x992 -x991 -x990 -x989 -x988 -x987 -x986 -x985 -x984 -x983 -x982 -x981 
29.28/29.36	v -x11 -x966 x965 -x964 -x963 -x962 -x961 -x960 -x959 -x958 -x957 -x956 -x955 -x954 -x953 -x399 -x1176 -x1175 -x1174 -x1173 -x1172 
29.28/29.36	v -x1171 -x1170 -x1169 -x1168 -x1167 x1166 -x1165 -x1164 -x1163 -x444 -x130 -x980 -x979 -x978 x977 -x976 -x975 -x974 -x973 
29.28/29.36	v -x972 -x971 -x970 -x969 -x968 -x967 -x580 -x882 -x881 -x880 -x879 -x878 -x877 -x876 -x875 -x874 -x873 -x872 x871 -x870 -x869 
29.28/29.36	v -x153 -x1050 -x1049 -x1048 -x1047 -x1046 -x1045 -x1044 -x1043 -x1042 -x1041 -x1040 -x1039 -x1038 x1037 -x375 -x1092 -x1091 -x1090 
29.28/29.36	v -x1089 -x1088 -x1087 -x1086 -x1085 -x1084 -x1083 -x1082 -x1081 x1080 -x1079 -x708 x868 -x867 -x866 -x865 -x864 -x863 -x862 
29.28/29.36	v -x861 -x860 -x859 -x858 -x857 -x856 -x855 -x782 -x1246 -x1245 -x1244 x1243 -x1242 -x1241 -x1240 -x1239 -x1238 -x1237 -x1236 
29.28/29.36	v -x1235 -x1234 -x1233 -x569 
29.28/29.36	c SCIP Status        : problem is solved [optimal solution found]
29.28/29.36	c Solving Time       :      28.49
29.28/29.36	c Original Problem   :
29.28/29.36	c   Problem name     : HOME/instance-2665966-1276330006.opb
29.28/29.36	c   Variables        : 1260 (1260 binary, 0 integer, 0 implicit integer, 0 continuous)
29.28/29.36	c   Constraints      : 926 initial, 926 maximal
29.28/29.36	c Presolved Problem  :
29.28/29.36	c   Problem name     : t_HOME/instance-2665966-1276330006.opb
29.28/29.36	c   Variables        : 1260 (1260 binary, 0 integer, 0 implicit integer, 0 continuous)
29.28/29.36	c   Constraints      : 926 initial, 1115 maximal
29.28/29.36	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
29.28/29.36	c   trivial          :       0.00          0          0          0          0          0          0          0          0
29.28/29.36	c   dualfix          :       0.00          0          0          0          0          0          0          0          0
29.28/29.36	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
29.28/29.36	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
29.28/29.36	c   implics          :       0.00          0          0          0          0          0          0          0          0
29.28/29.36	c   probing          :       0.00          0          0          0          0          0          0          0          0
29.28/29.36	c   setppc           :       0.00          0          0          0          0          0          0          0          0
29.28/29.36	c   logicor          :       0.04          0          0          0          0          0          0          0          0
29.28/29.36	c   root node        :          -          0          -          -          0          -          -          -          -
29.28/29.36	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
29.28/29.36	c   integral         :          0          0          0        249          0          1          9          0          0        490
29.28/29.36	c   setppc           :         58          5        637          1          0          1       4010          0          0          0
29.28/29.36	c   logicor          :        868+         5        307          1          0          1       2679          0          0          0
29.28/29.36	c   countsols        :          0          0          0          1          0          0          0          0          0          0
29.28/29.36	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
29.28/29.36	c   integral         :      24.98       0.00       0.00      24.98       0.00
29.28/29.36	c   setppc           :       0.00       0.00       0.00       0.00       0.00
29.28/29.36	c   logicor          :       0.02       0.00       0.02       0.00       0.00
29.28/29.36	c   countsols        :       0.00       0.00       0.00       0.00       0.00
29.28/29.36	c Propagators        :       Time      Calls    Cutoffs    DomReds
29.28/29.36	c   vbounds          :       0.00          1          0          0
29.28/29.36	c   rootredcost      :       0.00          0          0          0
29.28/29.36	c   pseudoobj        :       0.00          0          0          0
29.28/29.36	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
29.28/29.36	c   propagation      :       0.00          2          2         43      110.0          0        0.0          -
29.28/29.36	c   infeasible LP    :       0.10         68         29        737      144.6          0        0.0          0
29.28/29.36	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
29.28/29.36	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
29.28/29.36	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
29.28/29.36	c   applied globally :          -          -          -        189       81.0          -          -          -
29.28/29.36	c   applied locally  :          -          -          -          0        0.0          -          -          -
29.28/29.36	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
29.28/29.36	c   cut pool         :       0.01          4          -          -          2          -    (maximal pool size: 401)
29.28/29.36	c   redcost          :       0.00        252          0          0          0          0
29.28/29.36	c   impliedbounds    :       0.00          5          0          0          0          0
29.28/29.36	c   intobj           :       0.00          0          0          0          0          0
29.28/29.36	c   cgmip            :       0.00          0          0          0          0          0
29.28/29.36	c   gomory           :       0.47          5          0          0       2260          0
29.28/29.36	c   strongcg         :       0.77          5          0          0       2500          0
29.28/29.36	c   cmir             :       0.00          0          0          0          0          0
29.28/29.36	c   flowcover        :       0.00          0          0          0          0          0
29.28/29.36	c   clique           :       0.00          5          0          0          0          0
29.28/29.36	c   zerohalf         :       0.00          0          0          0          0          0
29.28/29.36	c   mcf              :       0.00          1          0          0          0          0
29.28/29.36	c   rapidlearning    :       0.07          1          0          0          0          0
29.28/29.36	c Pricers            :       Time      Calls       Vars
29.28/29.36	c   problem variables:       0.00          0          0
29.28/29.36	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
29.28/29.36	c   relpscost        :      24.98        248          1          9          0          0        490
29.28/29.36	c   pscost           :       0.00          0          0          0          0          0          0
29.28/29.36	c   inference        :       0.00          0          0          0          0          0          0
29.28/29.36	c   mostinf          :       0.00          0          0          0          0          0          0
29.28/29.36	c   leastinf         :       0.00          0          0          0          0          0          0
29.28/29.36	c   fullstrong       :       0.00          0          0          0          0          0          0
29.28/29.36	c   allfullstrong    :       0.00          0          0          0          0          0          0
29.28/29.36	c   random           :       0.00          0          0          0          0          0          0
29.28/29.36	c Primal Heuristics  :       Time      Calls      Found
29.28/29.36	c   LP solutions     :       0.00          -          1
29.28/29.36	c   pseudo solutions :       0.00          -          0
29.28/29.36	c   trivial          :       0.00          1          0
29.28/29.36	c   simplerounding   :       0.00          0          0
29.28/29.36	c   zirounding       :       0.00          0          0
29.28/29.36	c   rounding         :       0.00          0          0
29.28/29.36	c   shifting         :       0.00          0          0
29.28/29.36	c   intshifting      :       0.00          0          0
29.28/29.36	c   oneopt           :       0.00          0          0
29.28/29.36	c   twoopt           :       0.00          0          0
29.28/29.36	c   fixandinfer      :       0.00          0          0
29.28/29.36	c   feaspump         :       0.00          0          0
29.28/29.36	c   coefdiving       :       0.00          0          0
29.28/29.36	c   pscostdiving     :       0.00          0          0
29.28/29.36	c   fracdiving       :       0.00          0          0
29.28/29.36	c   veclendiving     :       0.00          0          0
29.28/29.36	c   intdiving        :       0.00          0          0
29.28/29.36	c   actconsdiving    :       0.00          0          0
29.28/29.36	c   objpscostdiving  :       0.00          0          0
29.28/29.36	c   rootsoldiving    :       0.00          0          0
29.28/29.36	c   linesearchdiving :       0.00          0          0
29.28/29.36	c   guideddiving     :       0.00          0          0
29.28/29.36	c   octane           :       0.00          0          0
29.28/29.36	c   rens             :       0.00          0          0
29.28/29.36	c   rins             :       0.00          0          0
29.28/29.36	c   localbranching   :       0.00          0          0
29.28/29.36	c   mutation         :       0.00          0          0
29.28/29.36	c   crossover        :       0.00          0          0
29.28/29.36	c   dins             :       0.00          0          0
29.28/29.36	c   undercover       :       0.00          0          0
29.28/29.36	c   nlp              :       0.00          0          0
29.28/29.36	c   trysol           :       0.00          0          0
29.28/29.36	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
29.28/29.36	c   primal LP        :       0.00          0          0       0.00          -
29.28/29.36	c   dual LP          :       1.74        320       6746      21.08    3877.01
29.28/29.36	c   lex dual LP      :       0.00          0          0       0.00          -
29.28/29.36	c   barrier LP       :       0.00          0          0       0.00          -
29.28/29.37	c   diving/probing LP:       0.00          0          0       0.00          -
29.28/29.37	c   strong branching :      24.97       1594     106129      66.58    4250.26
29.28/29.37	c     (at root node) :          -         33       2612      79.15          -
29.28/29.37	c   conflict analysis:       0.00          0          0       0.00          -
29.28/29.37	c B&B Tree           :
29.28/29.37	c   number of runs   :          1
29.28/29.37	c   nodes            :        317
29.28/29.37	c   nodes (total)    :        317
29.28/29.37	c   nodes left       :          0
29.28/29.37	c   max depth        :         95
29.28/29.37	c   max depth (total):         95
29.28/29.37	c   backtracks       :         42 (13.2%)
29.28/29.37	c   delayed cutoffs  :          0
29.28/29.37	c   repropagations   :         64 (1415 domain reductions, 0 cutoffs)
29.28/29.37	c   avg switch length:       3.55
29.28/29.37	c   switching time   :       0.06
29.28/29.37	c Solution           :
29.28/29.37	c   Solutions found  :          1 (1 improvements)
29.28/29.37	c   First Solution   : +0.00000000000000e+00   (in run 1, after 317 nodes, 28.49 seconds, depth 95, found by <relaxation>)
29.28/29.37	c   Primal Bound     : +0.00000000000000e+00   (in run 1, after 317 nodes, 28.49 seconds, depth 95, found by <relaxation>)
29.28/29.37	c   Dual Bound       : +0.00000000000000e+00
29.28/29.37	c   Gap              :       0.00 %
29.28/29.37	c   Root Dual Bound  : +0.00000000000000e+00
29.28/29.37	c   Root Iterations  :       1774
29.28/29.38	c Time complete: 29.37.

Verifier Data

OK	0

Watcher Data

runsolver version 3.2.9 (svn:492) (c) roussel@cril.univ-artois.fr

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2665966-1276330006/watcher-2665966-1276330006 -o /tmp/evaluation-result-2665966-1276330006/solver-2665966-1276330006 -C 1800 -W 2000 -M 1800 HOME/pbscip.linux.x86_64.gnu.opt.clp -f HOME/instance-2665966-1276330006.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.29 1.06 1.02 3/106 9696
/proc/meminfo: memFree=1863372/2059040 swapFree=4136452/4192956
[pid=9696] ppid=9694 vsize=9288 CPUtime=0
/proc/9696/stat : 9696 (pbscip.linux.x8) R 9694 9696 9226 0 -1 4202496 1050 0 0 0 0 0 0 0 20 0 1 0 8604640 9510912 971 1992294400 4194304 9819077 140734392317344 18446744073709551615 8675093 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/9696/statm: 2322 981 371 1374 0 943 0

[startup+0.072789 s]
/proc/loadavg: 1.29 1.06 1.02 3/106 9696
/proc/meminfo: memFree=1863372/2059040 swapFree=4136452/4192956
[pid=9696] ppid=9694 vsize=18392 CPUtime=0.06
/proc/9696/stat : 9696 (pbscip.linux.x8) R 9694 9696 9226 0 -1 4202496 3715 0 0 0 5 1 0 0 20 0 1 0 8604640 18833408 3282 1992294400 4194304 9819077 140734392317344 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/9696/statm: 4598 3282 478 1374 0 3219 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 18392

[startup+0.101792 s]
/proc/loadavg: 1.29 1.06 1.02 3/106 9696
/proc/meminfo: memFree=1863372/2059040 swapFree=4136452/4192956
[pid=9696] ppid=9694 vsize=21084 CPUtime=0.1
/proc/9696/stat : 9696 (pbscip.linux.x8) R 9694 9696 9226 0 -1 4202496 4535 0 0 0 8 2 0 0 20 0 1 0 8604640 21590016 3846 1992294400 4194304 9819077 140734392317344 18446744073709551615 8675093 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/9696/statm: 5271 3854 488 1374 0 3892 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 21084

[startup+0.300816 s]
/proc/loadavg: 1.29 1.06 1.02 3/106 9696
/proc/meminfo: memFree=1863372/2059040 swapFree=4136452/4192956
[pid=9696] ppid=9694 vsize=27332 CPUtime=0.29
/proc/9696/stat : 9696 (pbscip.linux.x8) R 9694 9696 9226 0 -1 4202496 7363 0 0 0 26 3 0 0 20 0 1 0 8604640 27987968 5276 1992294400 4194304 9819077 140734392317344 18446744073709551615 6059637 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/9696/statm: 6833 5276 639 1374 0 5454 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 27332

[startup+0.700865 s]
/proc/loadavg: 1.29 1.06 1.02 3/106 9696
/proc/meminfo: memFree=1863372/2059040 swapFree=4136452/4192956
[pid=9696] ppid=9694 vsize=37588 CPUtime=0.69
/proc/9696/stat : 9696 (pbscip.linux.x8) R 9694 9696 9226 0 -1 4202496 14145 0 0 0 64 5 0 0 21 0 1 0 8604640 38490112 8161 1992294400 4194304 9819077 140734392317344 18446744073709551615 6048087 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/9696/statm: 9397 8161 676 1374 0 8018 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 37588

[startup+1.50096 s]
/proc/loadavg: 1.29 1.06 1.02 2/107 9697
/proc/meminfo: memFree=1831124/2059040 swapFree=4136452/4192956
[pid=9696] ppid=9694 vsize=41708 CPUtime=1.49
/proc/9696/stat : 9696 (pbscip.linux.x8) R 9694 9696 9226 0 -1 4202496 15162 0 0 0 143 6 0 0 23 0 1 0 8604640 42708992 9014 1992294400 4194304 9819077 140734392317344 18446744073709551615 7291687 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/9696/statm: 10427 9014 676 1374 0 9048 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 41708

[startup+3.10015 s]
/proc/loadavg: 1.29 1.06 1.02 2/107 9697
/proc/meminfo: memFree=1828644/2059040 swapFree=4136452/4192956
[pid=9696] ppid=9694 vsize=44520 CPUtime=3.09
/proc/9696/stat : 9696 (pbscip.linux.x8) R 9694 9696 9226 0 -1 4202496 21384 0 0 0 300 9 0 0 25 0 1 0 8604640 45588480 9210 1992294400 4194304 9819077 140734392317344 18446744073709551615 6656908 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/9696/statm: 11130 9210 690 1374 0 9751 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 44520

[startup+6.30054 s]
/proc/loadavg: 1.27 1.06 1.02 2/107 9697
/proc/meminfo: memFree=1828652/2059040 swapFree=4136452/4192956
[pid=9696] ppid=9694 vsize=43744 CPUtime=6.29
/proc/9696/stat : 9696 (pbscip.linux.x8) R 9694 9696 9226 0 -1 4202496 32115 0 0 0 613 16 0 0 25 0 1 0 8604640 44793856 9186 1992294400 4194304 9819077 140734392317344 18446744073709551615 7226852 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/9696/statm: 10936 9187 690 1374 0 9557 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 43744

[startup+12.7003 s]
/proc/loadavg: 1.25 1.06 1.02 2/107 9697
/proc/meminfo: memFree=1828528/2059040 swapFree=4136452/4192956
[pid=9696] ppid=9694 vsize=44188 CPUtime=12.69
/proc/9696/stat : 9696 (pbscip.linux.x8) R 9694 9696 9226 0 -1 4202496 54391 0 0 0 1237 32 0 0 25 0 1 0 8604640 45248512 9226 1992294400 4194304 9819077 140734392317344 18446744073709551615 6391510 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/9696/statm: 11047 9226 690 1374 0 9668 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 44188

[startup+25.5008 s]
/proc/loadavg: 1.19 1.06 1.02 2/107 9697
/proc/meminfo: memFree=1828528/2059040 swapFree=4136452/4192956
[pid=9696] ppid=9694 vsize=42508 CPUtime=25.48
/proc/9696/stat : 9696 (pbscip.linux.x8) R 9694 9696 9226 0 -1 4202496 107172 0 0 0 2482 66 0 0 25 0 1 0 8604640 43528192 9189 1992294400 4194304 9819077 140734392317344 18446744073709551615 6386053 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/9696/statm: 10627 9189 703 1374 0 9248 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 42508

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

[startup+27.101 s]
/proc/loadavg: 1.19 1.06 1.02 2/107 9697
/proc/meminfo: memFree=1828528/2059040 swapFree=4136452/4192956
[pid=9696] ppid=9694 vsize=44392 CPUtime=27.08
/proc/9696/stat : 9696 (pbscip.linux.x8) R 9694 9696 9226 0 -1 4202496 114177 0 0 0 2637 71 0 0 25 0 1 0 8604640 45457408 9228 1992294400 4194304 9819077 140734392317344 18446744073709551615 6696151 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/9696/statm: 11098 9228 704 1374 0 9719 0
Current children cumulated CPU time (s) 27.08
Current children cumulated vsize (KiB) 44392

[startup+28.7002 s]
/proc/loadavg: 1.19 1.06 1.02 2/107 9697
/proc/meminfo: memFree=1828528/2059040 swapFree=4136452/4192956
[pid=9696] ppid=9694 vsize=43048 CPUtime=28.68
/proc/9696/stat : 9696 (pbscip.linux.x8) R 9694 9696 9226 0 -1 4202496 120780 0 0 0 2790 78 0 0 25 0 1 0 8604640 44081152 9276 1992294400 4194304 9819077 140734392317344 18446744073709551615 5909045 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/9696/statm: 10762 9276 708 1374 0 9383 0
Current children cumulated CPU time (s) 28.68
Current children cumulated vsize (KiB) 43048

[startup+29.1003 s]
/proc/loadavg: 1.19 1.06 1.02 2/107 9697
/proc/meminfo: memFree=1828528/2059040 swapFree=4136452/4192956
[pid=9696] ppid=9694 vsize=42828 CPUtime=29.08
/proc/9696/stat : 9696 (pbscip.linux.x8) R 9694 9696 9226 0 -1 4202496 122408 0 0 0 2828 80 0 0 25 0 1 0 8604640 43855872 9275 1992294400 4194304 9819077 140734392317344 18446744073709551615 7226292 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/9696/statm: 10707 9275 708 1374 0 9328 0
Current children cumulated CPU time (s) 29.08
Current children cumulated vsize (KiB) 42828

[startup+29.3003 s]
/proc/loadavg: 1.19 1.06 1.02 2/107 9697
/proc/meminfo: memFree=1828528/2059040 swapFree=4136452/4192956
[pid=9696] ppid=9694 vsize=43500 CPUtime=29.28
/proc/9696/stat : 9696 (pbscip.linux.x8) R 9694 9696 9226 0 -1 4202496 123680 0 0 0 2847 81 0 0 25 0 1 0 8604640 44544000 9282 1992294400 4194304 9819077 140734392317344 18446744073709551615 4414236 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/9696/statm: 10875 9282 708 1374 0 9496 0
Current children cumulated CPU time (s) 29.28
Current children cumulated vsize (KiB) 43500

Child status: 0
Real time (s): 29.3892
CPU time (s): 29.3805
CPU user time (s): 28.5587
CPU system time (s): 0.821875
CPU usage (%): 99.9705
Max. virtual memory (cumulated for all children) (KiB): 48416

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 28.5587
system time used= 0.821875
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 124034
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= 3
involuntary context switches= 55

runsolver used 0.054991 second user time and 0.146977 second system time

The end

Launcher Data

Begin job on node001 at 2010-06-12 10:06:46
IDJOB=2665966
IDBENCH=1442
IDSOLVER=1168
FILE ID=node001/2665966-1276330006
PBS_JOBID= 11173164
Free space on /tmp= 62392 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/submitted-PB05/aloul/FPGA_SAT05/normalized-fpga30_28_sat_pb.cnf.cr.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-2665966-1276330006/watcher-2665966-1276330006 -o /tmp/evaluation-result-2665966-1276330006/solver-2665966-1276330006 -C 1800 -W 2000 -M 1800  HOME/pbscip.linux.x86_64.gnu.opt.clp -f HOME/instance-2665966-1276330006.opb -t 1800 -m 1800

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

MD5SUM BENCH= 30ece871aa3028bf4a3db0aa3daf115a
RANDOM SEED=1245886073

node001.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.202
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.40
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.202
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.46
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1863900 kB
Buffers:         12660 kB
Cached:         111820 kB
SwapCached:      16712 kB
Active:         101416 kB
Inactive:        42672 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1863900 kB
SwapTotal:     4192956 kB
SwapFree:      4136452 kB
Dirty:            6564 kB
Writeback:           0 kB
AnonPages:       10644 kB
Mapped:           9200 kB
Slab:            29384 kB
PageTables:       4068 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   182268 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= 62384 MiB
End job on node001 at 2010-06-12 10:07:16