Trace number 2665962

Some explanations

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

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

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

Solver answer on this benchmark

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

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/submitted-PB05/aloul/
FPGA_SAT05/normalized-fpga45_44_sat_pb.cnf.cr.opb
MD5SUM1fc5c2586ddac9fd4692e69ce4a42173
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.052991
Has Objective FunctionNO
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved NO
Number of variables2970
Total number of constraints2113
Number of constraints which are clauses2024
Number of constraints which are cardinality constraints (but not clauses)89
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint22
Maximum length of a constraint45
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 46
Number of bits of the biggest sum of numbers6
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-2665962-1276328994.opb>
0.09/0.12	c original problem has 2970 variables (2970 bin, 0 int, 0 impl, 0 cont) and 2113 constraints
0.09/0.12	c problem read
0.09/0.12	c No objective function, only one solution is needed.
0.09/0.12	c presolving settings loaded
0.09/0.18	c presolving:
0.19/0.28	c (round 1) 0 del vars, 0 del conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 2113 upgd conss, 0 impls, 89 clqs
0.29/0.31	c presolving (2 rounds):
0.29/0.31	c  0 deleted vars, 0 deleted constraints, 0 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
0.29/0.31	c  0 implications, 89 cliques
0.29/0.31	c presolved problem has 2970 variables (2970 bin, 0 int, 0 impl, 0 cont) and 2113 constraints
0.29/0.31	c      89 constraints of type <setppc>
0.29/0.31	c    2024 constraints of type <logicor>
0.29/0.31	c transformed objective value is always integral (scale: 1)
0.29/0.31	c Presolving Time: 0.13
0.29/0.31	c - non default parameters ----------------------------------------------------------------------
0.29/0.31	c # SCIP version 1.2.1.2
0.29/0.31	c 
0.29/0.31	c # frequency for displaying node information lines
0.29/0.31	c # [type: int, range: [-1,2147483647], default: 100]
0.29/0.31	c display/freq = 10000
0.29/0.31	c 
0.29/0.31	c # maximal time in seconds to run
0.29/0.31	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.29/0.31	c limits/time = 1799.89
0.29/0.31	c 
0.29/0.31	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.29/0.31	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.29/0.31	c limits/memory = 1620
0.29/0.31	c 
0.29/0.31	c # solving stops, if the given number of solutions were found (-1: no limit)
0.29/0.31	c # [type: int, range: [-1,2147483647], default: -1]
0.29/0.31	c limits/solutions = 1
0.29/0.31	c 
0.29/0.31	c # maximal number of separation rounds per node (-1: unlimited)
0.29/0.31	c # [type: int, range: [-1,2147483647], default: 5]
0.29/0.31	c separating/maxrounds = 1
0.29/0.31	c 
0.29/0.31	c # maximal number of separation rounds in the root node (-1: unlimited)
0.29/0.31	c # [type: int, range: [-1,2147483647], default: -1]
0.29/0.31	c separating/maxroundsroot = 5
0.29/0.31	c 
0.29/0.31	c # should presolving try to simplify inequalities
0.29/0.31	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.29/0.31	c constraints/linear/simplifyinequalities = TRUE
0.29/0.31	c 
0.29/0.31	c # should disaggregation of knapsack constraints be allowed in preprocessing?
0.29/0.31	c # [type: bool, range: {TRUE,FALSE}, default: TRUE]
0.29/0.31	c constraints/knapsack/disaggregation = FALSE
0.29/0.31	c 
0.29/0.31	c # should presolving try to simplify knapsacks
0.29/0.31	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.29/0.31	c constraints/knapsack/simplifyinequalities = TRUE
0.29/0.31	c 
0.29/0.31	c # maximal number of presolving rounds the presolver participates in (-1: no limit)
0.29/0.31	c # [type: int, range: [-1,2147483647], default: -1]
0.29/0.31	c presolving/probing/maxrounds = 0
0.29/0.31	c 
0.29/0.31	c # frequency for calling primal heuristic <coefdiving> (-1: never, 0: only at depth freqofs)
0.29/0.31	c # [type: int, range: [-1,2147483647], default: 10]
0.29/0.31	c heuristics/coefdiving/freq = -1
0.29/0.31	c 
0.29/0.31	c # maximal fraction of diving LP iterations compared to node LP iterations
0.29/0.31	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.29/0.31	c heuristics/coefdiving/maxlpiterquot = 0.075
0.29/0.31	c 
0.29/0.31	c # additional number of allowed LP iterations
0.29/0.31	c # [type: int, range: [0,2147483647], default: 1000]
0.29/0.31	c heuristics/coefdiving/maxlpiterofs = 1500
0.29/0.31	c 
0.29/0.31	c # frequency for calling primal heuristic <crossover> (-1: never, 0: only at depth freqofs)
0.29/0.31	c # [type: int, range: [-1,2147483647], default: 30]
0.29/0.31	c heuristics/crossover/freq = -1
0.29/0.31	c 
0.29/0.31	c # number of nodes added to the contingent of the total nodes
0.29/0.31	c # [type: longint, range: [0,9223372036854775807], default: 500]
0.29/0.31	c heuristics/crossover/nodesofs = 750
0.29/0.31	c 
0.29/0.31	c # number of nodes without incumbent change that heuristic should wait
0.29/0.31	c # [type: longint, range: [0,9223372036854775807], default: 200]
0.29/0.31	c heuristics/crossover/nwaitingnodes = 100
0.29/0.31	c 
0.29/0.31	c # contingent of sub problem nodes in relation to the number of nodes of the original problem
0.29/0.31	c # [type: real, range: [0,1], default: 0.1]
0.29/0.31	c heuristics/crossover/nodesquot = 0.15
0.29/0.31	c 
0.29/0.31	c # minimum percentage of integer variables that have to be fixed 
0.29/0.31	c # [type: real, range: [0,1], default: 0.666]
0.29/0.31	c heuristics/crossover/minfixingrate = 0.5
0.29/0.31	c 
0.29/0.31	c # frequency for calling primal heuristic <feaspump> (-1: never, 0: only at depth freqofs)
0.29/0.31	c # [type: int, range: [-1,2147483647], default: 20]
0.29/0.31	c heuristics/feaspump/freq = -1
0.29/0.31	c 
0.29/0.31	c # additional number of allowed LP iterations
0.29/0.31	c # [type: int, range: [0,2147483647], default: 1000]
0.29/0.31	c heuristics/feaspump/maxlpiterofs = 2000
0.29/0.31	c 
0.29/0.31	c # frequency for calling primal heuristic <fracdiving> (-1: never, 0: only at depth freqofs)
0.29/0.31	c # [type: int, range: [-1,2147483647], default: 10]
0.29/0.31	c heuristics/fracdiving/freq = -1
0.29/0.31	c 
0.29/0.31	c # maximal fraction of diving LP iterations compared to node LP iterations
0.29/0.31	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.29/0.31	c heuristics/fracdiving/maxlpiterquot = 0.075
0.29/0.31	c 
0.29/0.31	c # additional number of allowed LP iterations
0.29/0.31	c # [type: int, range: [0,2147483647], default: 1000]
0.29/0.31	c heuristics/fracdiving/maxlpiterofs = 1500
0.29/0.31	c 
0.29/0.31	c # frequency for calling primal heuristic <guideddiving> (-1: never, 0: only at depth freqofs)
0.29/0.31	c # [type: int, range: [-1,2147483647], default: 10]
0.29/0.31	c heuristics/guideddiving/freq = -1
0.29/0.31	c 
0.29/0.31	c # maximal fraction of diving LP iterations compared to node LP iterations
0.29/0.31	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.29/0.31	c heuristics/guideddiving/maxlpiterquot = 0.075
0.29/0.31	c 
0.29/0.31	c # additional number of allowed LP iterations
0.29/0.31	c # [type: int, range: [0,2147483647], default: 1000]
0.29/0.31	c heuristics/guideddiving/maxlpiterofs = 1500
0.29/0.31	c 
0.29/0.31	c # maximal fraction of diving LP iterations compared to node LP iterations
0.29/0.31	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.29/0.31	c heuristics/intdiving/maxlpiterquot = 0.075
0.29/0.31	c 
0.29/0.31	c # frequency for calling primal heuristic <intshifting> (-1: never, 0: only at depth freqofs)
0.29/0.31	c # [type: int, range: [-1,2147483647], default: 10]
0.29/0.31	c heuristics/intshifting/freq = -1
0.29/0.31	c 
0.29/0.31	c # frequency for calling primal heuristic <linesearchdiving> (-1: never, 0: only at depth freqofs)
0.29/0.31	c # [type: int, range: [-1,2147483647], default: 10]
0.29/0.31	c heuristics/linesearchdiving/freq = -1
0.29/0.31	c 
0.29/0.31	c # maximal fraction of diving LP iterations compared to node LP iterations
0.29/0.31	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.29/0.31	c heuristics/linesearchdiving/maxlpiterquot = 0.075
0.29/0.31	c 
0.29/0.31	c # additional number of allowed LP iterations
0.29/0.31	c # [type: int, range: [0,2147483647], default: 1000]
0.29/0.31	c heuristics/linesearchdiving/maxlpiterofs = 1500
0.29/0.31	c 
0.29/0.31	c # frequency for calling primal heuristic <nlp> (-1: never, 0: only at depth freqofs)
0.29/0.31	c # [type: int, range: [-1,2147483647], default: 1]
0.29/0.31	c heuristics/nlp/freq = -1
0.29/0.31	c 
0.29/0.31	c # frequency for calling primal heuristic <objpscostdiving> (-1: never, 0: only at depth freqofs)
0.29/0.31	c # [type: int, range: [-1,2147483647], default: 20]
0.29/0.31	c heuristics/objpscostdiving/freq = -1
0.29/0.31	c 
0.29/0.31	c # maximal fraction of diving LP iterations compared to total iteration number
0.29/0.31	c # [type: real, range: [0,1], default: 0.01]
0.29/0.31	c heuristics/objpscostdiving/maxlpiterquot = 0.015
0.29/0.31	c 
0.29/0.31	c # additional number of allowed LP iterations
0.29/0.31	c # [type: int, range: [0,2147483647], default: 1000]
0.29/0.31	c heuristics/objpscostdiving/maxlpiterofs = 1500
0.29/0.31	c 
0.29/0.31	c # frequency for calling primal heuristic <oneopt> (-1: never, 0: only at depth freqofs)
0.29/0.31	c # [type: int, range: [-1,2147483647], default: 1]
0.29/0.31	c heuristics/oneopt/freq = -1
0.29/0.31	c 
0.29/0.31	c # frequency for calling primal heuristic <pscostdiving> (-1: never, 0: only at depth freqofs)
0.29/0.31	c # [type: int, range: [-1,2147483647], default: 10]
0.29/0.31	c heuristics/pscostdiving/freq = -1
0.29/0.31	c 
0.29/0.31	c # maximal fraction of diving LP iterations compared to node LP iterations
0.29/0.31	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.29/0.31	c heuristics/pscostdiving/maxlpiterquot = 0.075
0.29/0.31	c 
0.29/0.31	c # additional number of allowed LP iterations
0.29/0.31	c # [type: int, range: [0,2147483647], default: 1000]
0.29/0.31	c heuristics/pscostdiving/maxlpiterofs = 1500
0.29/0.31	c 
0.29/0.31	c # frequency for calling primal heuristic <rens> (-1: never, 0: only at depth freqofs)
0.29/0.31	c # [type: int, range: [-1,2147483647], default: 0]
0.29/0.31	c heuristics/rens/freq = -1
0.29/0.31	c 
0.29/0.31	c # minimum percentage of integer variables that have to be fixable 
0.29/0.31	c # [type: real, range: [0,1], default: 0.5]
0.29/0.31	c heuristics/rens/minfixingrate = 0.3
0.29/0.31	c 
0.29/0.31	c # number of nodes added to the contingent of the total nodes
0.29/0.31	c # [type: longint, range: [0,9223372036854775807], default: 500]
0.29/0.31	c heuristics/rens/nodesofs = 2000
0.29/0.31	c 
0.29/0.31	c # frequency for calling primal heuristic <rootsoldiving> (-1: never, 0: only at depth freqofs)
0.29/0.31	c # [type: int, range: [-1,2147483647], default: 20]
0.29/0.31	c heuristics/rootsoldiving/freq = -1
0.29/0.31	c 
0.29/0.31	c # maximal fraction of diving LP iterations compared to node LP iterations
0.29/0.31	c # [type: real, range: [0,1.79769313486232e+308], default: 0.01]
0.29/0.31	c heuristics/rootsoldiving/maxlpiterquot = 0.015
0.29/0.31	c 
0.29/0.31	c # additional number of allowed LP iterations
0.29/0.31	c # [type: int, range: [0,2147483647], default: 1000]
0.29/0.31	c heuristics/rootsoldiving/maxlpiterofs = 1500
0.29/0.31	c 
0.29/0.31	c # frequency for calling primal heuristic <rounding> (-1: never, 0: only at depth freqofs)
0.29/0.31	c # [type: int, range: [-1,2147483647], default: 1]
0.29/0.31	c heuristics/rounding/freq = -1
0.29/0.31	c 
0.29/0.31	c # frequency for calling primal heuristic <shifting> (-1: never, 0: only at depth freqofs)
0.29/0.31	c # [type: int, range: [-1,2147483647], default: 10]
0.29/0.31	c heuristics/shifting/freq = -1
0.29/0.31	c 
0.29/0.31	c # frequency for calling primal heuristic <simplerounding> (-1: never, 0: only at depth freqofs)
0.29/0.31	c # [type: int, range: [-1,2147483647], default: 1]
0.29/0.31	c heuristics/simplerounding/freq = -1
0.29/0.31	c 
0.29/0.31	c # frequency for calling primal heuristic <trivial> (-1: never, 0: only at depth freqofs)
0.29/0.31	c # [type: int, range: [-1,2147483647], default: 0]
0.29/0.31	c heuristics/trivial/freq = -1
0.29/0.31	c 
0.29/0.31	c # frequency for calling primal heuristic <trysol> (-1: never, 0: only at depth freqofs)
0.29/0.31	c # [type: int, range: [-1,2147483647], default: 1]
0.29/0.31	c heuristics/trysol/freq = -1
0.29/0.31	c 
0.29/0.31	c # frequency for calling primal heuristic <veclendiving> (-1: never, 0: only at depth freqofs)
0.29/0.31	c # [type: int, range: [-1,2147483647], default: 10]
0.29/0.31	c heuristics/veclendiving/freq = -1
0.29/0.31	c 
0.29/0.31	c # maximal fraction of diving LP iterations compared to node LP iterations
0.29/0.31	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.29/0.31	c heuristics/veclendiving/maxlpiterquot = 0.075
0.29/0.31	c 
0.29/0.31	c # additional number of allowed LP iterations
0.29/0.31	c # [type: int, range: [0,2147483647], default: 1000]
0.29/0.31	c heuristics/veclendiving/maxlpiterofs = 1500
0.29/0.31	c 
0.29/0.31	c # frequency for calling primal heuristic <zirounding> (-1: never, 0: only at depth freqofs)
0.29/0.31	c # [type: int, range: [-1,2147483647], default: 1]
0.29/0.31	c heuristics/zirounding/freq = -1
0.29/0.31	c 
0.29/0.31	c # frequency for calling separator <cmir> (-1: never, 0: only in root node)
0.29/0.31	c # [type: int, range: [-1,2147483647], default: 0]
0.29/0.31	c separating/cmir/freq = -1
0.29/0.31	c 
0.29/0.31	c # frequency for calling separator <flowcover> (-1: never, 0: only in root node)
0.29/0.31	c # [type: int, range: [-1,2147483647], default: 0]
0.29/0.31	c separating/flowcover/freq = -1
0.29/0.31	c 
0.29/0.31	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
0.29/0.31	c # [type: int, range: [-1,2147483647], default: -1]
0.29/0.31	c separating/rapidlearning/freq = 0
0.29/0.31	c 
0.29/0.31	c -----------------------------------------------------------------------------------------------
0.29/0.31	c start solving
0.29/0.31	c 
0.39/0.48	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
0.39/0.48	c   0.3s|     1 |     0 |   357 |     - |  13M|   0 | 278 |2970 |2113 |2970 |2113 |   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
1.00/1.07	c   0.9s|     1 |     0 |   718 |     - |  13M|   0 | 336 |2970 |2113 |2970 |2133 |  20 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
1.29/1.39	c   1.2s|     1 |     0 |  1132 |     - |  13M|   0 | 291 |2970 |2113 |2970 |2158 |  45 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
1.69/1.73	c   1.5s|     1 |     0 |  1568 |     - |  13M|   0 | 270 |2970 |2113 |2970 |2189 |  76 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
2.29/2.39	c   2.2s|     1 |     0 |  2608 |     - |  14M|   0 | 676 |2970 |2113 |2970 |2225 | 112 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
3.79/3.88	c   3.7s|     1 |     0 |  4609 |     - |  14M|   0 |1125 |2970 |2113 |2970 |2251 | 138 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
9.49/9.53	c   9.2s|     1 |     2 |  4609 |     - |  14M|   0 |1125 |2970 |2113 |2970 |2251 | 138 |   0 |  33 | 0.000000e+00 |      --      |    Inf 
211.93/212.05	c   207s| 10000 |   174 |159499 |  15.5 |  17M| 110 |   - |2970 |4026 |2970 |2192 | 138 |  16k|1984 | 0.000000e+00 |      --      |    Inf 
331.90/332.09	c   324s| 20000 |   165 |263418 |  12.9 |  21M| 110 |   - |2970 |8274 |2970 |2192 | 138 |  35k|2242 | 0.000000e+00 |      --      |    Inf 
453.17/453.33	c   442s| 30000 |   163 |370154 |  12.2 |  22M| 110 |  52 |2970 |9012 |2970 |2192 | 138 |  53k|2463 | 0.000000e+00 |      --      |    Inf 
571.54/571.73	c   557s| 40000 |   170 |481254 |  11.9 |  20M| 110 |   - |2970 |6286 |2970 |2192 | 138 |  70k|2567 | 0.000000e+00 |      --      |    Inf 
693.00/693.29	c   675s| 50000 |   164 |599698 |  11.9 |  21M| 110 |  61 |2970 |7719 |2970 |2192 | 138 |  88k|2710 | 0.000000e+00 |      --      |    Inf 
829.56/829.86	c   808s| 60000 |   164 |742200 |  12.3 |  21M| 110 |   - |2970 |7464 |2970 |2192 | 138 | 105k|3685 | 0.000000e+00 |      --      |    Inf 
968.13/968.41	c   942s| 70000 |   175 |913917 |  13.0 |  20M| 110 |  53 |2970 |6748 |2970 |2192 | 138 | 120k|4507 | 0.000000e+00 |      --      |    Inf 
1103.19/1103.58	c  1074s| 80000 |   162 |  1078k|  13.4 |  22M| 110 | 112 |2970 |8895 |2970 |2192 | 138 | 135k|5378 | 0.000000e+00 |      --      |    Inf 
1240.96/1241.34	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1240.96/1241.34	c  1208s| 90000 |   162 |  1258k|  13.9 |  22M| 110 |  60 |2970 |8704 |2970 |2192 | 138 | 150k|6064 | 0.000000e+00 |      --      |    Inf 
1372.62/1373.05	c  1336s|100000 |   163 |  1420k|  14.2 |  23M| 110 |  60 |2970 |9337 |2970 |2192 | 138 | 163k|6500 | 0.000000e+00 |      --      |    Inf 
1504.79/1505.24	c  1464s|110000 |   166 |  1561k|  14.2 |  21M| 110 |   - |2970 |6527 |2970 |2192 | 138 | 177k|7098 | 0.000000e+00 |      --      |    Inf 
1625.36/1625.81	c  1582s|120000 |   168 |  1672k|  13.9 |  21M| 110 |  65 |2970 |6676 |2970 |2192 | 138 | 193k|7305 | 0.000000e+00 |      --      |    Inf 
1755.04/1755.52	c  1708s|130000 |   171 |  1812k|  13.9 |  22M| 110 |   - |2970 |7966 |   0 |   0 | 138 | 208k|7745 | 0.000000e+00 |      --      |    Inf 
1800.02/1800.50	c pressed CTRL-C 1 times (5 times for forcing termination)
1800.02/1800.52	c 
1800.02/1800.52	c SCIP Status        : solving was interrupted [user interrupt]
1800.02/1800.52	c Solving Time (sec) : 1751.57
1800.02/1800.52	c Solving Nodes      : 133650
1800.02/1800.52	c Primal Bound       : +1.00000000000000e+20 (0 solutions)
1800.02/1800.52	c Dual Bound         : +0.00000000000000e+00
1800.02/1800.52	c Gap                : infinite
1800.02/1800.52	s UNKNOWN
1800.02/1800.52	c SCIP Status        : solving was interrupted [user interrupt]
1800.02/1800.52	c Solving Time       :    1751.57
1800.02/1800.52	c Original Problem   :
1800.02/1800.52	c   Problem name     : HOME/instance-2665962-1276328994.opb
1800.02/1800.52	c   Variables        : 2970 (2970 binary, 0 integer, 0 implicit integer, 0 continuous)
1800.02/1800.52	c   Constraints      : 2113 initial, 2113 maximal
1800.02/1800.52	c Presolved Problem  :
1800.02/1800.52	c   Problem name     : t_HOME/instance-2665962-1276328994.opb
1800.02/1800.52	c   Variables        : 2970 (2970 binary, 0 integer, 0 implicit integer, 0 continuous)
1800.02/1800.52	c   Constraints      : 2113 initial, 10382 maximal
1800.02/1800.52	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
1800.02/1800.52	c   trivial          :       0.00          0          0          0          0          0          0          0          0
1800.02/1800.52	c   dualfix          :       0.00          0          0          0          0          0          0          0          0
1800.02/1800.52	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
1800.02/1800.52	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
1800.02/1800.52	c   implics          :       0.00          0          0          0          0          0          0          0          0
1800.02/1800.52	c   probing          :       0.00          0          0          0          0          0          0          0          0
1800.02/1800.52	c   setppc           :       0.01          0          0          0          0          0          0          0          0
1800.02/1800.52	c   logicor          :       0.04          0          0          0          0          0          0          0          0
1800.02/1800.52	c   root node        :          -          0          -          -          0          -          -          -          -
1800.02/1800.52	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
1800.02/1800.52	c   integral         :          0          0          0      68057          0         13        180          0          0     135788
1800.02/1800.52	c   setppc           :         89          5     378311          0          0       4305    2239310          0          0          0
1800.02/1800.52	c   logicor          :       2024+         5     210048          0          0       2080    4091336          0          0          0
1800.02/1800.52	c   countsols        :          0          0          0          0          0          0          0          0          0          0
1800.02/1800.52	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
1800.02/1800.52	c   integral         :     148.68       0.00       0.00     148.68       0.00
1800.02/1800.52	c   setppc           :      16.02       0.00      16.02       0.00       0.00
1800.02/1800.52	c   logicor          :      55.47       0.01      55.46       0.00       0.00
1800.02/1800.52	c   countsols        :       0.00       0.00       0.00       0.00       0.00
1800.02/1800.52	c Propagators        :       Time      Calls    Cutoffs    DomReds
1800.02/1800.52	c   vbounds          :       0.35          1          0          0
1800.02/1800.52	c   rootredcost      :       0.30          0          0          0
1800.02/1800.52	c   pseudoobj        :       0.13          0          0          0
1800.02/1800.52	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1800.02/1800.52	c   propagation      :       3.38       6385       6365      91999      103.2         25       82.3          -
1800.02/1800.52	c   infeasible LP    :     314.42      60818      34777    1537726      255.3         82       94.1          0
1800.02/1800.52	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1800.02/1800.52	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1800.02/1800.52	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1800.02/1800.52	c   applied globally :          -          -          -     213675       91.8          -          -          -
1800.02/1800.52	c   applied locally  :          -          -          -          8      421.1          -          -          -
1800.02/1800.52	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1800.02/1800.52	c   cut pool         :       0.00          4          -          -          0          -    (maximal pool size: 295)
1800.02/1800.52	c   redcost          :      13.62      67965          0          0          0          0
1800.02/1800.52	c   impliedbounds    :       0.00          5          0          0          0          0
1800.02/1800.52	c   intobj           :       0.00          0          0          0          0          0
1800.02/1800.52	c   cgmip            :       0.00          0          0          0          0          0
1800.02/1800.52	c   gomory           :       0.31          5          0          0       2500          0
1800.02/1800.52	c   strongcg         :       0.30          5          0          0       2500          0
1800.02/1800.52	c   cmir             :       0.00          0          0          0          0          0
1800.02/1800.52	c   flowcover        :       0.00          0          0          0          0          0
1800.02/1800.52	c   clique           :       0.02          5          0          0          0          0
1800.02/1800.52	c   zerohalf         :       0.00          0          0          0          0          0
1800.02/1800.52	c   mcf              :       0.00          1          0          0          0          0
1800.02/1800.52	c   rapidlearning    :       0.23          1          0          0          0          0
1800.02/1800.52	c Pricers            :       Time      Calls       Vars
1800.02/1800.52	c   problem variables:       0.00          0          0
1800.02/1800.52	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1800.02/1800.52	c   relpscost        :     148.37      68057         13        180          0          0     135788
1800.02/1800.52	c   pscost           :       0.00          0          0          0          0          0          0
1800.02/1800.52	c   inference        :       0.00          0          0          0          0          0          0
1800.02/1800.52	c   mostinf          :       0.00          0          0          0          0          0          0
1800.02/1800.52	c   leastinf         :       0.00          0          0          0          0          0          0
1800.02/1800.52	c   fullstrong       :       0.00          0          0          0          0          0          0
1800.02/1800.52	c   allfullstrong    :       0.00          0          0          0          0          0          0
1800.02/1800.52	c   random           :       0.00          0          0          0          0          0          0
1800.02/1800.52	c Primal Heuristics  :       Time      Calls      Found
1800.02/1800.52	c   LP solutions     :       0.00          -          0
1800.02/1800.52	c   pseudo solutions :       0.00          -          0
1800.02/1800.52	c   trivial          :       0.00          1          0
1800.02/1800.52	c   simplerounding   :       0.00          0          0
1800.02/1800.52	c   zirounding       :       0.00          0          0
1800.02/1800.52	c   rounding         :       0.00          0          0
1800.02/1800.52	c   shifting         :       0.00          0          0
1800.02/1800.52	c   intshifting      :       0.00          0          0
1800.02/1800.52	c   oneopt           :       0.00          0          0
1800.02/1800.52	c   twoopt           :       0.00          0          0
1800.02/1800.52	c   fixandinfer      :       0.00          0          0
1800.02/1800.52	c   feaspump         :       0.00          0          0
1800.02/1800.52	c   coefdiving       :       0.00          0          0
1800.02/1800.52	c   pscostdiving     :       0.00          0          0
1800.02/1800.52	c   fracdiving       :       0.00          0          0
1800.02/1800.52	c   veclendiving     :       0.00          0          0
1800.02/1800.52	c   intdiving        :       0.00          0          0
1800.02/1800.52	c   actconsdiving    :       0.00          0          0
1800.02/1800.52	c   objpscostdiving  :       0.00          0          0
1800.02/1800.52	c   rootsoldiving    :       0.00          0          0
1800.02/1800.52	c   linesearchdiving :       0.00          0          0
1800.02/1800.52	c   guideddiving     :       0.00          0          0
1800.02/1800.52	c   octane           :       0.00          0          0
1800.02/1800.52	c   rens             :       0.00          0          0
1800.02/1800.52	c   rins             :       0.00          0          0
1800.02/1800.52	c   localbranching   :       0.00          0          0
1800.02/1800.52	c   mutation         :       0.00          0          0
1800.02/1800.52	c   crossover        :       0.00          0          0
1800.02/1800.52	c   dins             :       0.00          0          0
1800.02/1800.52	c   undercover       :       0.00          0          0
1800.02/1800.52	c   nlp              :       0.00          0          0
1800.02/1800.52	c   trysol           :       0.00          0          0
1800.02/1800.52	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1800.02/1800.52	c   primal LP        :       0.01          0          0       0.00       0.00
1800.02/1800.52	c   dual LP          :    1026.53     127894    1862340      14.56    1814.21
1800.02/1800.52	c   lex dual LP      :       0.00          0          0       0.00          -
1800.02/1800.52	c   barrier LP       :       0.00          0          0       0.00          -
1800.02/1800.52	c   diving/probing LP:       0.00          0          0       0.00          -
1800.02/1800.52	c   strong branching :     143.11       7915     293526      37.08    2051.05
1800.02/1800.52	c     (at root node) :          -         33       8693     263.42          -
1800.02/1800.52	c   conflict analysis:       0.00          0          0       0.00          -
1800.02/1800.52	c B&B Tree           :
1800.02/1800.52	c   number of runs   :          1
1800.02/1800.52	c   nodes            :     133650
1800.02/1800.52	c   nodes (total)    :     133650
1800.02/1800.52	c   nodes left       :        171
1800.02/1800.52	c   max depth        :        110
1800.02/1800.52	c   max depth (total):        110
1800.02/1800.52	c   backtracks       :      29324 (21.9%)
1800.02/1800.52	c   delayed cutoffs  :       1968
1800.02/1800.52	c   repropagations   :      68243 (1837395 domain reductions, 1460 cutoffs)
1800.02/1800.52	c   avg switch length:       3.57
1800.02/1800.52	c   switching time   :      49.44
1800.02/1800.52	c Solution           :
1800.02/1800.52	c   Solutions found  :          0 (0 improvements)
1800.02/1800.52	c   Primal Bound     :          -
1800.02/1800.52	c   Dual Bound       : +0.00000000000000e+00
1800.02/1800.52	c   Gap              :   infinite
1800.02/1800.52	c   Root Dual Bound  : +0.00000000000000e+00
1800.02/1800.52	c   Root Iterations  :       4609
1800.02/1800.59	c Time complete: 1800.11.

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-2665962-1276328994/watcher-2665962-1276328994 -o /tmp/evaluation-result-2665962-1276328994/solver-2665962-1276328994 -C 1800 -W 2000 -M 1800 HOME/pbscip.linux.x86_64.gnu.opt.clp -f HOME/instance-2665962-1276328994.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.00 1.00 1.00 3/106 11285
/proc/meminfo: memFree=1877452/2059040 swapFree=4135044/4192956
[pid=11285] ppid=11283 vsize=9288 CPUtime=0
/proc/11285/stat : 11285 (pbscip.linux.x8) R 11283 11285 9294 0 -1 4202496 1056 0 0 0 0 0 0 0 20 0 1 0 8500732 9510912 977 1992294400 4194304 9819077 140734813187632 18446744073709551615 8675093 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/11285/statm: 2322 986 371 1374 0 943 0

[startup+0.0097931 s]
/proc/loadavg: 1.00 1.00 1.00 3/106 11285
/proc/meminfo: memFree=1877452/2059040 swapFree=4135044/4192956
[pid=11285] ppid=11283 vsize=10316 CPUtime=0
/proc/11285/stat : 11285 (pbscip.linux.x8) R 11283 11285 9294 0 -1 4202496 1337 0 0 0 0 0 0 0 20 0 1 0 8500732 10563584 1259 1992294400 4194304 9819077 140734813187632 18446744073709551615 8675093 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/11285/statm: 2579 1271 371 1374 0 1200 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 10316

[startup+0.100798 s]
/proc/loadavg: 1.00 1.00 1.00 3/106 11285
/proc/meminfo: memFree=1877452/2059040 swapFree=4135044/4192956
[pid=11285] ppid=11283 vsize=14952 CPUtime=0.09
/proc/11285/stat : 11285 (pbscip.linux.x8) R 11283 11285 9294 0 -1 4202496 2671 0 0 0 9 0 0 0 20 0 1 0 8500732 15310848 2592 1992294400 4194304 9819077 140734813187632 18446744073709551615 5648492 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/11285/statm: 3738 2592 386 1374 0 2359 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 14952

[startup+0.300817 s]
/proc/loadavg: 1.00 1.00 1.00 3/106 11285
/proc/meminfo: memFree=1877452/2059040 swapFree=4135044/4192956
[pid=11285] ppid=11283 vsize=30108 CPUtime=0.29
/proc/11285/stat : 11285 (pbscip.linux.x8) R 11283 11285 9294 0 -1 4202496 7925 0 0 0 26 3 0 0 20 0 1 0 8500732 30830592 6207 1992294400 4194304 9819077 140734813187632 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/11285/statm: 7527 6207 490 1374 0 6148 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 30108

[startup+0.700854 s]
/proc/loadavg: 1.00 1.00 1.00 3/106 11285
/proc/meminfo: memFree=1877452/2059040 swapFree=4135044/4192956
[pid=11285] ppid=11283 vsize=64076 CPUtime=0.69
/proc/11285/stat : 11285 (pbscip.linux.x8) R 11283 11285 9294 0 -1 4202496 16585 0 0 0 62 7 0 0 20 0 1 0 8500732 65613824 14290 1992294400 4194304 9819077 140734813187632 18446744073709551615 4561370 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/11285/statm: 16019 14290 656 1374 0 14640 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 64076

[startup+1.50093 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 11286
/proc/meminfo: memFree=1838260/2059040 swapFree=4135044/4192956
[pid=11285] ppid=11283 vsize=45520 CPUtime=1.49
/proc/11285/stat : 11285 (pbscip.linux.x8) R 11283 11285 9294 0 -1 4202496 18898 0 0 0 141 8 0 0 23 0 1 0 8500732 46612480 10253 1992294400 4194304 9819077 140734813187632 18446744073709551615 6555524 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/11285/statm: 11380 10253 676 1374 0 10001 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 45520

[startup+3.10108 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 11286
/proc/meminfo: memFree=1838012/2059040 swapFree=4135044/4192956
[pid=11285] ppid=11283 vsize=48128 CPUtime=3.09
/proc/11285/stat : 11285 (pbscip.linux.x8) R 11283 11285 9294 0 -1 4202496 20277 0 0 0 300 9 0 0 25 0 1 0 8500732 49283072 10653 1992294400 4194304 9819077 140734813187632 18446744073709551615 6697196 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/11285/statm: 12032 10653 676 1374 0 10653 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 48128

[startup+6.30038 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 11286
/proc/meminfo: memFree=1836400/2059040 swapFree=4135044/4192956
[pid=11285] ppid=11283 vsize=50796 CPUtime=6.29
/proc/11285/stat : 11285 (pbscip.linux.x8) R 11283 11285 9294 0 -1 4202496 24808 0 0 0 616 13 0 0 25 0 1 0 8500732 52015104 10701 1992294400 4194304 9819077 140734813187632 18446744073709551615 8720183 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/11285/statm: 12699 10701 682 1374 0 11320 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 50796

[startup+12.702 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 11286
/proc/meminfo: memFree=1836400/2059040 swapFree=4135044/4192956
[pid=11285] ppid=11283 vsize=50448 CPUtime=12.69
/proc/11285/stat : 11285 (pbscip.linux.x8) R 11283 11285 9294 0 -1 4202496 33570 0 0 0 1250 19 0 0 25 0 1 0 8500732 51658752 10691 1992294400 4194304 9819077 140734813187632 18446744073709551615 7311744 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/11285/statm: 12612 10691 690 1374 0 11233 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 50448

[startup+25.5012 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 11286
/proc/meminfo: memFree=1836400/2059040 swapFree=4135044/4192956
[pid=11285] ppid=11283 vsize=50448 CPUtime=25.48
/proc/11285/stat : 11285 (pbscip.linux.x8) R 11283 11285 9294 0 -1 4202496 51305 0 0 0 2516 32 0 0 25 0 1 0 8500732 51658752 10687 1992294400 4194304 9819077 140734813187632 18446744073709551615 7311676 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/11285/statm: 12612 10687 690 1374 0 11233 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 50448

[startup+51.1006 s]
/proc/loadavg: 1.06 1.02 1.00 2/107 11286
/proc/meminfo: memFree=1836400/2059040 swapFree=4135044/4192956
[pid=11285] ppid=11283 vsize=50372 CPUtime=51.06
/proc/11285/stat : 11285 (pbscip.linux.x8) R 11283 11285 9294 0 -1 4202496 77340 0 0 0 5051 55 0 0 25 0 1 0 8500732 51580928 10687 1992294400 4194304 9819077 140734813187632 18446744073709551615 7291729 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/11285/statm: 12593 10687 690 1374 0 11214 0
Current children cumulated CPU time (s) 51.06
Current children cumulated vsize (KiB) 50372

[startup+102.308 s]
/proc/loadavg: 1.08 1.03 1.00 2/107 11288
/proc/meminfo: memFree=1831936/2059040 swapFree=4135044/4192956
[pid=11285] ppid=11283 vsize=53784 CPUtime=102.27
/proc/11285/stat : 11285 (pbscip.linux.x8) R 11283 11285 9294 0 -1 4202496 220745 0 0 0 10064 163 0 0 25 0 1 0 8500732 55074816 11805 1992294400 4194304 9819077 140734813187632 18446744073709551615 5907472 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/11285/statm: 13446 11805 708 1374 0 12067 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 53784

[startup+162.301 s]
/proc/loadavg: 1.09 1.04 1.00 2/107 11290
/proc/meminfo: memFree=1828712/2059040 swapFree=4135044/4192956
[pid=11285] ppid=11283 vsize=59952 CPUtime=162.24
/proc/11285/stat : 11285 (pbscip.linux.x8) R 11283 11285 9294 0 -1 4202496 467559 0 0 0 15880 344 0 0 25 0 1 0 8500732 61390848 12674 1992294400 4194304 9819077 140734813187632 18446744073709551615 6367680 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/11285/statm: 14988 12674 708 1374 0 13609 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 59952

[startup+222.301 s]
/proc/loadavg: 1.08 1.04 1.00 2/107 11292
/proc/meminfo: memFree=1827720/2059040 swapFree=4135044/4192956
[pid=11285] ppid=11283 vsize=58060 CPUtime=222.23
/proc/11285/stat : 11285 (pbscip.linux.x8) R 11283 11285 9294 0 -1 4202496 708275 0 0 0 21709 514 0 0 25 0 1 0 8500732 59453440 12858 1992294400 4194304 9819077 140734813187632 18446744073709551615 6004057 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/11285/statm: 14515 12858 708 1374 0 13136 0
Current children cumulated CPU time (s) 222.23
Current children cumulated vsize (KiB) 58060

[startup+282.301 s]
/proc/loadavg: 1.08 1.05 1.00 2/107 11294
/proc/meminfo: memFree=1824372/2059040 swapFree=4135044/4192956
[pid=11285] ppid=11283 vsize=61504 CPUtime=282.21
/proc/11285/stat : 11285 (pbscip.linux.x8) R 11283 11285 9294 0 -1 4202496 924166 0 0 0 27546 675 0 0 25 0 1 0 8500732 62980096 13730 1992294400 4194304 9819077 140734813187632 18446744073709551615 5917002 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/11285/statm: 15376 13730 708 1374 0 13997 0
Current children cumulated CPU time (s) 282.21
Current children cumulated vsize (KiB) 61504

[startup+342.301 s]
/proc/loadavg: 1.03 1.03 1.00 2/107 11294
/proc/meminfo: memFree=1821520/2059040 swapFree=4135044/4192956
[pid=11285] ppid=11283 vsize=64244 CPUtime=342.2
/proc/11285/stat : 11285 (pbscip.linux.x8) R 11283 11285 9294 0 -1 4202496 1144499 0 0 0 33370 850 0 0 25 0 1 0 8500732 65785856 14415 1992294400 4194304 9819077 140734813187632 18446744073709551615 5909095 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/11285/statm: 16061 14415 708 1374 0 14682 0
Current children cumulated CPU time (s) 342.2
Current children cumulated vsize (KiB) 64244

[startup+402.301 s]
/proc/loadavg: 1.01 1.03 1.00 2/107 11296
/proc/meminfo: memFree=1820280/2059040 swapFree=4135044/4192956
[pid=11285] ppid=11283 vsize=65312 CPUtime=402.18
/proc/11285/stat : 11285 (pbscip.linux.x8) R 11283 11285 9294 0 -1 4202496 1355220 0 0 0 39210 1008 0 0 25 0 1 0 8500732 66879488 14686 1992294400 4194304 9819077 140734813187632 18446744073709551615 7311720 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/11285/statm: 16328 14686 708 1374 0 14949 0
Current children cumulated CPU time (s) 402.18
Current children cumulated vsize (KiB) 65312

[startup+462.301 s]
/proc/loadavg: 1.00 1.02 1.00 2/107 11298
/proc/meminfo: memFree=1819536/2059040 swapFree=4135044/4192956
[pid=11285] ppid=11283 vsize=65968 CPUtime=462.17
/proc/11285/stat : 11285 (pbscip.linux.x8) R 11283 11285 9294 0 -1 4202496 1566988 0 0 0 45046 1171 0 0 25 0 1 0 8500732 67551232 14852 1992294400 4194304 9819077 140734813187632 18446744073709551615 5916872 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/11285/statm: 16492 14852 708 1374 0 15113 0
Current children cumulated CPU time (s) 462.17
Current children cumulated vsize (KiB) 65968

[startup+522.301 s]
/proc/loadavg: 1.00 1.01 1.00 2/107 11300
/proc/meminfo: memFree=1819164/2059040 swapFree=4135044/4192956
[pid=11285] ppid=11283 vsize=65504 CPUtime=522.15
/proc/11285/stat : 11285 (pbscip.linux.x8) R 11283 11285 9294 0 -1 4202496 1773379 0 0 0 50884 1331 0 0 25 0 1 0 8500732 67076096 14942 1992294400 4194304 9819077 140734813187632 18446744073709551615 8723783 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/11285/statm: 16146 14931 708 1374 0 14767 0
Current children cumulated CPU time (s) 522.15
Current children cumulated vsize (KiB) 65504

[startup+582.301 s]
/proc/loadavg: 1.00 1.01 1.00 2/107 11302
/proc/meminfo: memFree=1819040/2059040 swapFree=4135044/4192956
[pid=11285] ppid=11283 vsize=66412 CPUtime=582.13
/proc/11285/stat : 11285 (pbscip.linux.x8) R 11283 11285 9294 0 -1 4202496 1975265 0 0 0 56723 1490 0 0 25 0 1 0 8500732 68005888 14952 1992294400 4194304 9819077 140734813187632 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/11285/statm: 16603 14952 708 1374 0 15224 0
Current children cumulated CPU time (s) 582.13
Current children cumulated vsize (KiB) 66412

[startup+642.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 11302
/proc/meminfo: memFree=1819040/2059040 swapFree=4135044/4192956
[pid=11285] ppid=11283 vsize=66440 CPUtime=642.13
/proc/11285/stat : 11285 (pbscip.linux.x8) R 11283 11285 9294 0 -1 4202496 2190317 0 0 0 62556 1657 0 0 25 0 1 0 8500732 68034560 14964 1992294400 4194304 9819077 140734813187632 18446744073709551615 8720183 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/11285/statm: 16610 14964 708 1374 0 15231 0
Current children cumulated CPU time (s) 642.13
Current children cumulated vsize (KiB) 66440

[startup+702.301 s]

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

[startup+882.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 11319
/proc/meminfo: memFree=1817180/2059040 swapFree=4135044/4192956
[pid=11285] ppid=11283 vsize=67812 CPUtime=882.04
/proc/11285/stat : 11285 (pbscip.linux.x8) R 11283 11285 9294 0 -1 4202496 3064671 0 0 0 85898 2306 0 0 25 0 1 0 8500732 69439488 15292 1992294400 4194304 9819077 140734813187632 18446744073709551615 6192138 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/11285/statm: 16953 15292 708 1374 0 15574 0
Current children cumulated CPU time (s) 882.04
Current children cumulated vsize (KiB) 67812

[startup+942.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 11319
/proc/meminfo: memFree=1817180/2059040 swapFree=4135044/4192956
[pid=11285] ppid=11283 vsize=67752 CPUtime=942.03
/proc/11285/stat : 11285 (pbscip.linux.x8) R 11283 11285 9294 0 -1 4202496 3329835 0 0 0 91712 2491 0 0 25 0 1 0 8500732 69378048 15292 1992294400 4194304 9819077 140734813187632 18446744073709551615 6391475 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/11285/statm: 16938 15292 708 1374 0 15559 0
Current children cumulated CPU time (s) 942.03
Current children cumulated vsize (KiB) 67752

[startup+1002.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 11321
/proc/meminfo: memFree=1817180/2059040 swapFree=4135044/4192956
[pid=11285] ppid=11283 vsize=67788 CPUtime=1002.01
/proc/11285/stat : 11285 (pbscip.linux.x8) R 11283 11285 9294 0 -1 4202496 3539339 0 0 0 97551 2650 0 0 25 0 1 0 8500732 69414912 15292 1992294400 4194304 9819077 140734813187632 18446744073709551615 7326307 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/11285/statm: 16947 15292 708 1374 0 15568 0
Current children cumulated CPU time (s) 1002.01
Current children cumulated vsize (KiB) 67788

[startup+1062.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 11323
/proc/meminfo: memFree=1817056/2059040 swapFree=4135044/4192956
[pid=11285] ppid=11283 vsize=67944 CPUtime=1062
/proc/11285/stat : 11285 (pbscip.linux.x8) R 11283 11285 9294 0 -1 4202496 3755960 0 0 0 103378 2822 0 0 25 0 1 0 8500732 69574656 15328 1992294400 4194304 9819077 140734813187632 18446744073709551615 6589107 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/11285/statm: 16986 15328 708 1374 0 15607 0
Current children cumulated CPU time (s) 1062
Current children cumulated vsize (KiB) 67944

[startup+1122.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 11325
/proc/meminfo: memFree=1816188/2059040 swapFree=4135044/4192956
[pid=11285] ppid=11283 vsize=68064 CPUtime=1121.98
/proc/11285/stat : 11285 (pbscip.linux.x8) R 11283 11285 9294 0 -1 4202496 4041078 0 0 0 109183 3015 0 0 25 0 1 0 8500732 69697536 15536 1992294400 4194304 9819077 140734813187632 18446744073709551615 7227341 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/11285/statm: 17016 15538 708 1374 0 15637 0
Current children cumulated CPU time (s) 1121.98
Current children cumulated vsize (KiB) 68064

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 11327
/proc/meminfo: memFree=1815940/2059040 swapFree=4135044/4192956
[pid=11285] ppid=11283 vsize=69192 CPUtime=1181.97
/proc/11285/stat : 11285 (pbscip.linux.x8) R 11283 11285 9294 0 -1 4202496 4236486 0 0 0 115036 3161 0 0 25 0 1 0 8500732 70852608 15633 1992294400 4194304 9819077 140734813187632 18446744073709551615 5909078 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/11285/statm: 17298 15633 708 1374 0 15919 0
Current children cumulated CPU time (s) 1181.97
Current children cumulated vsize (KiB) 69192

[startup+1242.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 11327
/proc/meminfo: memFree=1815692/2059040 swapFree=4135044/4192956
[pid=11285] ppid=11283 vsize=69216 CPUtime=1241.95
/proc/11285/stat : 11285 (pbscip.linux.x8) R 11283 11285 9294 0 -1 4202496 4464798 0 0 0 120867 3328 0 0 25 0 1 0 8500732 70877184 15633 1992294400 4194304 9819077 140734813187632 18446744073709551615 6388076 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/11285/statm: 17304 15633 708 1374 0 15925 0
Current children cumulated CPU time (s) 1241.95
Current children cumulated vsize (KiB) 69216

[startup+1302.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 11329
/proc/meminfo: memFree=1815444/2059040 swapFree=4135044/4192956
[pid=11285] ppid=11283 vsize=69344 CPUtime=1301.95
/proc/11285/stat : 11285 (pbscip.linux.x8) R 11283 11285 9294 0 -1 4202496 4667726 0 0 0 126713 3482 0 0 25 0 1 0 8500732 71008256 15666 1992294400 4194304 9819077 140734813187632 18446744073709551615 6592499 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/11285/statm: 17336 15666 708 1374 0 15957 0
Current children cumulated CPU time (s) 1301.95
Current children cumulated vsize (KiB) 69344

[startup+1362.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 11331
/proc/meminfo: memFree=1815072/2059040 swapFree=4135044/4192956
[pid=11285] ppid=11283 vsize=69684 CPUtime=1361.93
/proc/11285/stat : 11285 (pbscip.linux.x8) R 11283 11285 9294 0 -1 4202496 4893076 0 0 0 132546 3647 0 0 25 0 1 0 8500732 71356416 15749 1992294400 4194304 9819077 140734813187632 18446744073709551615 7816449 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/11285/statm: 17421 15749 708 1374 0 16042 0
Current children cumulated CPU time (s) 1361.93
Current children cumulated vsize (KiB) 69684

[startup+1422.31 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 11333
/proc/meminfo: memFree=1815072/2059040 swapFree=4135044/4192956
[pid=11285] ppid=11283 vsize=69840 CPUtime=1421.92
/proc/11285/stat : 11285 (pbscip.linux.x8) R 11283 11285 9294 0 -1 4202496 5124688 0 0 0 138367 3825 0 0 25 0 1 0 8500732 71516160 15785 1992294400 4194304 9819077 140734813187632 18446744073709551615 7309166 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/11285/statm: 17460 15785 708 1374 0 16081 0
Current children cumulated CPU time (s) 1421.92
Current children cumulated vsize (KiB) 69840

[startup+1482.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 11338
/proc/meminfo: memFree=1814268/2059040 swapFree=4135044/4192956
[pid=11285] ppid=11283 vsize=69864 CPUtime=1481.9
/proc/11285/stat : 11285 (pbscip.linux.x8) R 11283 11285 9294 0 -1 4202496 5334980 0 0 0 144207 3983 0 0 25 0 1 0 8500732 71540736 15783 1992294400 4194304 9819077 140734813187632 18446744073709551615 6542172 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/11285/statm: 17466 15783 708 1374 0 16087 0
Current children cumulated CPU time (s) 1481.9
Current children cumulated vsize (KiB) 69864

[startup+1542.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 11338
/proc/meminfo: memFree=1814640/2059040 swapFree=4135044/4192956
[pid=11285] ppid=11283 vsize=69944 CPUtime=1541.88
/proc/11285/stat : 11285 (pbscip.linux.x8) R 11283 11285 9294 0 -1 4202496 5547471 0 0 0 150042 4146 0 0 25 0 1 0 8500732 71622656 15801 1992294400 4194304 9819077 140734813187632 18446744073709551615 5893835 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/11285/statm: 17486 15801 708 1374 0 16107 0
Current children cumulated CPU time (s) 1541.88
Current children cumulated vsize (KiB) 69944

[startup+1602.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 11340
/proc/meminfo: memFree=1814392/2059040 swapFree=4135044/4192956
[pid=11285] ppid=11283 vsize=70168 CPUtime=1601.87
/proc/11285/stat : 11285 (pbscip.linux.x8) R 11283 11285 9294 0 -1 4202496 5760235 0 0 0 155885 4302 0 0 25 0 1 0 8500732 71852032 15854 1992294400 4194304 9819077 140734813187632 18446744073709551615 6519585 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/11285/statm: 17542 15854 708 1374 0 16163 0
Current children cumulated CPU time (s) 1601.87
Current children cumulated vsize (KiB) 70168

[startup+1662.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 11342
/proc/meminfo: memFree=1814392/2059040 swapFree=4135044/4192956
[pid=11285] ppid=11283 vsize=70136 CPUtime=1661.85
/proc/11285/stat : 11285 (pbscip.linux.x8) R 11283 11285 9294 0 -1 4202496 5997255 0 0 0 161708 4477 0 0 25 0 1 0 8500732 71819264 15854 1992294400 4194304 9819077 140734813187632 18446744073709551615 4651872 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/11285/statm: 17534 15854 708 1374 0 16155 0
Current children cumulated CPU time (s) 1661.85
Current children cumulated vsize (KiB) 70136

[startup+1722.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 11344
/proc/meminfo: memFree=1814392/2059040 swapFree=4135044/4192956
[pid=11285] ppid=11283 vsize=68300 CPUtime=1721.84
/proc/11285/stat : 11285 (pbscip.linux.x8) R 11283 11285 9294 0 -1 4202496 6209199 0 0 0 167553 4631 0 0 25 0 1 0 8500732 69939200 15862 1992294400 4194304 9819077 140734813187632 18446744073709551615 8723783 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/11285/statm: 17364 15865 708 1374 0 15985 0
Current children cumulated CPU time (s) 1721.84
Current children cumulated vsize (KiB) 68300

[startup+1782.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 11346
/proc/meminfo: memFree=1814144/2059040 swapFree=4135044/4192956
[pid=11285] ppid=11283 vsize=70252 CPUtime=1781.82
/proc/11285/stat : 11285 (pbscip.linux.x8) R 11283 11285 9294 0 -1 4202496 6419700 0 0 0 173397 4785 0 0 25 0 1 0 8500732 71938048 15882 1992294400 4194304 9819077 140734813187632 18446744073709551615 5893857 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/11285/statm: 17563 15882 708 1374 0 16184 0
Current children cumulated CPU time (s) 1781.82
Current children cumulated vsize (KiB) 70252



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.5 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 11346
/proc/meminfo: memFree=1814020/2059040 swapFree=4135044/4192956
[pid=11285] ppid=11283 vsize=70396 CPUtime=1800.02
/proc/11285/stat : 11285 (pbscip.linux.x8) R 11283 11285 9294 0 -1 4202496 6479755 0 0 0 175166 4836 0 0 25 0 1 0 8500732 72085504 15917 1992294400 4194304 9819077 140734813187632 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/11285/statm: 17599 15917 708 1374 0 16220 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 70396

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

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

[startup+1800.5 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 11346
/proc/meminfo: memFree=1814020/2059040 swapFree=4135044/4192956
[pid=11285] ppid=11283 vsize=70396 CPUtime=1800.02
/proc/11285/stat : 11285 (pbscip.linux.x8) R 11283 11285 9294 0 -1 4202496 6479755 0 0 0 175166 4836 0 0 25 0 1 0 8500732 72085504 15917 1992294400 4194304 9819077 140734813187632 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/11285/statm: 17599 15917 708 1374 0 16220 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 70396

Child status: 0
Real time (s): 1800.6
CPU time (s): 1800.12
CPU user time (s): 1751.75
CPU system time (s): 48.3716
CPU usage (%): 99.9736
Max. virtual memory (cumulated for all children) (KiB): 73332

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

runsolver used 3.04354 second user time and 8.43972 second system time

The end

Launcher Data

Begin job on node015 at 2010-06-12 09:49:54
IDJOB=2665962
IDBENCH=1438
IDSOLVER=1168
FILE ID=node015/2665962-1276328994
PBS_JOBID= 11173155
Free space on /tmp= 62548 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-fpga45_44_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-2665962-1276328994/watcher-2665962-1276328994 -o /tmp/evaluation-result-2665962-1276328994/solver-2665962-1276328994 -C 1800 -W 2000 -M 1800  HOME/pbscip.linux.x86_64.gnu.opt.clp -f HOME/instance-2665962-1276328994.opb -t 1800 -m 1800

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

MD5SUM BENCH= 1fc5c2586ddac9fd4692e69ce4a42173
RANDOM SEED=1173457395

node015.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.244
cache size	: 2048 KB
physical id	: 0
siblings	: 1
core id		: 0
cpu cores	: 1
apicid		: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm constant_tsc pni monitor ds_cpl cid cx16 xtpr
bogomips	: 6000.48
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.244
cache size	: 2048 KB
physical id	: 3
siblings	: 1
core id		: 0
cpu cores	: 1
apicid		: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm constant_tsc pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5599.36
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1877856 kB
Buffers:         10488 kB
Cached:         103224 kB
SwapCached:      13944 kB
Active:         106568 kB
Inactive:        22980 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1877856 kB
SwapTotal:     4192956 kB
SwapFree:      4135044 kB
Dirty:            6716 kB
Writeback:           0 kB
AnonPages:       10680 kB
Mapped:           7548 kB
Slab:            29792 kB
PageTables:       4044 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   181820 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= 62540 MiB
End job on node015 at 2010-06-12 10:19:57