Trace number 2665694

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.21 1800.74

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/
prestwich/robin/normalized-robin14.opb
MD5SUM321349c7a7114538010c83c600c72ae9
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 benchmark96.1494
Has Objective FunctionNO
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved NO
Number of variables8281
Total number of constraints826
Number of constraints which are clauses364
Number of constraints which are cardinality constraints (but not clauses)462
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint91
Maximum length of a constraint169
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 2
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 171
Number of bits of the biggest sum of numbers8
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-2665694-1276268857.opb>
0.09/0.17	c original problem has 8281 variables (8281 bin, 0 int, 0 impl, 0 cont) and 826 constraints
0.09/0.17	c problem read
0.09/0.17	c No objective function, only one solution is needed.
0.09/0.17	c presolving settings loaded
0.19/0.29	c presolving:
0.49/0.58	c (round 1) 0 del vars, 364 del conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 98 upgd conss, 0 impls, 364 clqs
0.79/0.85	c (round 2) 0 del vars, 364 del conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 462 upgd conss, 0 impls, 364 clqs
0.89/0.91	c presolving (3 rounds):
0.89/0.91	c  0 deleted vars, 364 deleted constraints, 0 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
0.89/0.91	c  0 implications, 364 cliques
0.89/0.91	c presolved problem has 8281 variables (8281 bin, 0 int, 0 impl, 0 cont) and 462 constraints
0.89/0.91	c      98 constraints of type <knapsack>
0.89/0.91	c     364 constraints of type <setppc>
0.89/0.91	c transformed objective value is always integral (scale: 1)
0.89/0.91	c Presolving Time: 0.65
0.89/0.91	c - non default parameters ----------------------------------------------------------------------
0.89/0.91	c # SCIP version 1.2.1.2
0.89/0.91	c 
0.89/0.91	c # frequency for displaying node information lines
0.89/0.91	c # [type: int, range: [-1,2147483647], default: 100]
0.89/0.91	c display/freq = 10000
0.89/0.91	c 
0.89/0.91	c # maximal time in seconds to run
0.89/0.91	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.89/0.91	c limits/time = 1799.84
0.89/0.91	c 
0.89/0.91	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.89/0.91	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.89/0.91	c limits/memory = 1620
0.89/0.91	c 
0.89/0.91	c # solving stops, if the given number of solutions were found (-1: no limit)
0.89/0.91	c # [type: int, range: [-1,2147483647], default: -1]
0.89/0.91	c limits/solutions = 1
0.89/0.91	c 
0.89/0.91	c # maximal number of separation rounds per node (-1: unlimited)
0.89/0.91	c # [type: int, range: [-1,2147483647], default: 5]
0.89/0.91	c separating/maxrounds = 1
0.89/0.91	c 
0.89/0.91	c # maximal number of separation rounds in the root node (-1: unlimited)
0.89/0.91	c # [type: int, range: [-1,2147483647], default: -1]
0.89/0.91	c separating/maxroundsroot = 5
0.89/0.91	c 
0.89/0.91	c # should presolving try to simplify inequalities
0.89/0.91	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.89/0.91	c constraints/linear/simplifyinequalities = TRUE
0.89/0.91	c 
0.89/0.91	c # should disaggregation of knapsack constraints be allowed in preprocessing?
0.89/0.91	c # [type: bool, range: {TRUE,FALSE}, default: TRUE]
0.89/0.91	c constraints/knapsack/disaggregation = FALSE
0.89/0.91	c 
0.89/0.91	c # should presolving try to simplify knapsacks
0.89/0.91	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.89/0.91	c constraints/knapsack/simplifyinequalities = TRUE
0.89/0.91	c 
0.89/0.91	c # maximal number of presolving rounds the presolver participates in (-1: no limit)
0.89/0.91	c # [type: int, range: [-1,2147483647], default: -1]
0.89/0.91	c presolving/probing/maxrounds = 0
0.89/0.91	c 
0.89/0.91	c # frequency for calling primal heuristic <coefdiving> (-1: never, 0: only at depth freqofs)
0.89/0.91	c # [type: int, range: [-1,2147483647], default: 10]
0.89/0.91	c heuristics/coefdiving/freq = -1
0.89/0.91	c 
0.89/0.91	c # maximal fraction of diving LP iterations compared to node LP iterations
0.89/0.91	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.89/0.91	c heuristics/coefdiving/maxlpiterquot = 0.075
0.89/0.91	c 
0.89/0.91	c # additional number of allowed LP iterations
0.89/0.91	c # [type: int, range: [0,2147483647], default: 1000]
0.89/0.91	c heuristics/coefdiving/maxlpiterofs = 1500
0.89/0.91	c 
0.89/0.91	c # frequency for calling primal heuristic <crossover> (-1: never, 0: only at depth freqofs)
0.89/0.91	c # [type: int, range: [-1,2147483647], default: 30]
0.89/0.91	c heuristics/crossover/freq = -1
0.89/0.91	c 
0.89/0.91	c # number of nodes added to the contingent of the total nodes
0.89/0.91	c # [type: longint, range: [0,9223372036854775807], default: 500]
0.89/0.91	c heuristics/crossover/nodesofs = 750
0.89/0.91	c 
0.89/0.91	c # number of nodes without incumbent change that heuristic should wait
0.89/0.91	c # [type: longint, range: [0,9223372036854775807], default: 200]
0.89/0.91	c heuristics/crossover/nwaitingnodes = 100
0.89/0.91	c 
0.89/0.91	c # contingent of sub problem nodes in relation to the number of nodes of the original problem
0.89/0.91	c # [type: real, range: [0,1], default: 0.1]
0.89/0.91	c heuristics/crossover/nodesquot = 0.15
0.89/0.91	c 
0.89/0.91	c # minimum percentage of integer variables that have to be fixed 
0.89/0.91	c # [type: real, range: [0,1], default: 0.666]
0.89/0.91	c heuristics/crossover/minfixingrate = 0.5
0.89/0.91	c 
0.89/0.91	c # frequency for calling primal heuristic <feaspump> (-1: never, 0: only at depth freqofs)
0.89/0.91	c # [type: int, range: [-1,2147483647], default: 20]
0.89/0.91	c heuristics/feaspump/freq = -1
0.89/0.91	c 
0.89/0.91	c # additional number of allowed LP iterations
0.89/0.91	c # [type: int, range: [0,2147483647], default: 1000]
0.89/0.91	c heuristics/feaspump/maxlpiterofs = 2000
0.89/0.91	c 
0.89/0.91	c # frequency for calling primal heuristic <fracdiving> (-1: never, 0: only at depth freqofs)
0.89/0.91	c # [type: int, range: [-1,2147483647], default: 10]
0.89/0.91	c heuristics/fracdiving/freq = -1
0.89/0.91	c 
0.89/0.91	c # maximal fraction of diving LP iterations compared to node LP iterations
0.89/0.91	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.89/0.91	c heuristics/fracdiving/maxlpiterquot = 0.075
0.89/0.91	c 
0.89/0.91	c # additional number of allowed LP iterations
0.89/0.91	c # [type: int, range: [0,2147483647], default: 1000]
0.89/0.91	c heuristics/fracdiving/maxlpiterofs = 1500
0.89/0.91	c 
0.89/0.91	c # frequency for calling primal heuristic <guideddiving> (-1: never, 0: only at depth freqofs)
0.89/0.91	c # [type: int, range: [-1,2147483647], default: 10]
0.89/0.91	c heuristics/guideddiving/freq = -1
0.89/0.91	c 
0.89/0.91	c # maximal fraction of diving LP iterations compared to node LP iterations
0.89/0.91	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.89/0.91	c heuristics/guideddiving/maxlpiterquot = 0.075
0.89/0.91	c 
0.89/0.91	c # additional number of allowed LP iterations
0.89/0.91	c # [type: int, range: [0,2147483647], default: 1000]
0.89/0.91	c heuristics/guideddiving/maxlpiterofs = 1500
0.89/0.91	c 
0.89/0.91	c # maximal fraction of diving LP iterations compared to node LP iterations
0.89/0.91	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.89/0.91	c heuristics/intdiving/maxlpiterquot = 0.075
0.89/0.91	c 
0.89/0.91	c # frequency for calling primal heuristic <intshifting> (-1: never, 0: only at depth freqofs)
0.89/0.91	c # [type: int, range: [-1,2147483647], default: 10]
0.89/0.91	c heuristics/intshifting/freq = -1
0.89/0.91	c 
0.89/0.91	c # frequency for calling primal heuristic <linesearchdiving> (-1: never, 0: only at depth freqofs)
0.89/0.91	c # [type: int, range: [-1,2147483647], default: 10]
0.89/0.91	c heuristics/linesearchdiving/freq = -1
0.89/0.91	c 
0.89/0.91	c # maximal fraction of diving LP iterations compared to node LP iterations
0.89/0.91	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.89/0.91	c heuristics/linesearchdiving/maxlpiterquot = 0.075
0.89/0.91	c 
0.89/0.91	c # additional number of allowed LP iterations
0.89/0.91	c # [type: int, range: [0,2147483647], default: 1000]
0.89/0.91	c heuristics/linesearchdiving/maxlpiterofs = 1500
0.89/0.91	c 
0.89/0.91	c # frequency for calling primal heuristic <nlp> (-1: never, 0: only at depth freqofs)
0.89/0.91	c # [type: int, range: [-1,2147483647], default: 1]
0.89/0.91	c heuristics/nlp/freq = -1
0.89/0.91	c 
0.89/0.91	c # frequency for calling primal heuristic <objpscostdiving> (-1: never, 0: only at depth freqofs)
0.89/0.91	c # [type: int, range: [-1,2147483647], default: 20]
0.89/0.91	c heuristics/objpscostdiving/freq = -1
0.89/0.91	c 
0.89/0.91	c # maximal fraction of diving LP iterations compared to total iteration number
0.89/0.91	c # [type: real, range: [0,1], default: 0.01]
0.89/0.91	c heuristics/objpscostdiving/maxlpiterquot = 0.015
0.89/0.91	c 
0.89/0.91	c # additional number of allowed LP iterations
0.89/0.91	c # [type: int, range: [0,2147483647], default: 1000]
0.89/0.91	c heuristics/objpscostdiving/maxlpiterofs = 1500
0.89/0.91	c 
0.89/0.91	c # frequency for calling primal heuristic <oneopt> (-1: never, 0: only at depth freqofs)
0.89/0.91	c # [type: int, range: [-1,2147483647], default: 1]
0.89/0.91	c heuristics/oneopt/freq = -1
0.89/0.91	c 
0.89/0.91	c # frequency for calling primal heuristic <pscostdiving> (-1: never, 0: only at depth freqofs)
0.89/0.91	c # [type: int, range: [-1,2147483647], default: 10]
0.89/0.91	c heuristics/pscostdiving/freq = -1
0.89/0.91	c 
0.89/0.91	c # maximal fraction of diving LP iterations compared to node LP iterations
0.89/0.91	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.89/0.91	c heuristics/pscostdiving/maxlpiterquot = 0.075
0.89/0.91	c 
0.89/0.91	c # additional number of allowed LP iterations
0.89/0.91	c # [type: int, range: [0,2147483647], default: 1000]
0.89/0.91	c heuristics/pscostdiving/maxlpiterofs = 1500
0.89/0.91	c 
0.89/0.91	c # frequency for calling primal heuristic <rens> (-1: never, 0: only at depth freqofs)
0.89/0.91	c # [type: int, range: [-1,2147483647], default: 0]
0.89/0.91	c heuristics/rens/freq = -1
0.89/0.91	c 
0.89/0.91	c # minimum percentage of integer variables that have to be fixable 
0.89/0.91	c # [type: real, range: [0,1], default: 0.5]
0.89/0.92	c heuristics/rens/minfixingrate = 0.3
0.89/0.92	c 
0.89/0.92	c # number of nodes added to the contingent of the total nodes
0.89/0.92	c # [type: longint, range: [0,9223372036854775807], default: 500]
0.89/0.92	c heuristics/rens/nodesofs = 2000
0.89/0.92	c 
0.89/0.92	c # frequency for calling primal heuristic <rootsoldiving> (-1: never, 0: only at depth freqofs)
0.89/0.92	c # [type: int, range: [-1,2147483647], default: 20]
0.89/0.92	c heuristics/rootsoldiving/freq = -1
0.89/0.92	c 
0.89/0.92	c # maximal fraction of diving LP iterations compared to node LP iterations
0.89/0.92	c # [type: real, range: [0,1.79769313486232e+308], default: 0.01]
0.89/0.92	c heuristics/rootsoldiving/maxlpiterquot = 0.015
0.89/0.92	c 
0.89/0.92	c # additional number of allowed LP iterations
0.89/0.92	c # [type: int, range: [0,2147483647], default: 1000]
0.89/0.92	c heuristics/rootsoldiving/maxlpiterofs = 1500
0.89/0.92	c 
0.89/0.92	c # frequency for calling primal heuristic <rounding> (-1: never, 0: only at depth freqofs)
0.89/0.92	c # [type: int, range: [-1,2147483647], default: 1]
0.89/0.92	c heuristics/rounding/freq = -1
0.89/0.92	c 
0.89/0.92	c # frequency for calling primal heuristic <shifting> (-1: never, 0: only at depth freqofs)
0.89/0.92	c # [type: int, range: [-1,2147483647], default: 10]
0.89/0.92	c heuristics/shifting/freq = -1
0.89/0.92	c 
0.89/0.92	c # frequency for calling primal heuristic <simplerounding> (-1: never, 0: only at depth freqofs)
0.89/0.92	c # [type: int, range: [-1,2147483647], default: 1]
0.89/0.92	c heuristics/simplerounding/freq = -1
0.89/0.92	c 
0.89/0.92	c # frequency for calling primal heuristic <trivial> (-1: never, 0: only at depth freqofs)
0.89/0.92	c # [type: int, range: [-1,2147483647], default: 0]
0.89/0.92	c heuristics/trivial/freq = -1
0.89/0.92	c 
0.89/0.92	c # frequency for calling primal heuristic <trysol> (-1: never, 0: only at depth freqofs)
0.89/0.92	c # [type: int, range: [-1,2147483647], default: 1]
0.89/0.92	c heuristics/trysol/freq = -1
0.89/0.92	c 
0.89/0.92	c # frequency for calling primal heuristic <veclendiving> (-1: never, 0: only at depth freqofs)
0.89/0.92	c # [type: int, range: [-1,2147483647], default: 10]
0.89/0.92	c heuristics/veclendiving/freq = -1
0.89/0.92	c 
0.89/0.92	c # maximal fraction of diving LP iterations compared to node LP iterations
0.89/0.92	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.89/0.92	c heuristics/veclendiving/maxlpiterquot = 0.075
0.89/0.92	c 
0.89/0.92	c # additional number of allowed LP iterations
0.89/0.92	c # [type: int, range: [0,2147483647], default: 1000]
0.89/0.92	c heuristics/veclendiving/maxlpiterofs = 1500
0.89/0.92	c 
0.89/0.92	c # frequency for calling primal heuristic <zirounding> (-1: never, 0: only at depth freqofs)
0.89/0.92	c # [type: int, range: [-1,2147483647], default: 1]
0.89/0.92	c heuristics/zirounding/freq = -1
0.89/0.92	c 
0.89/0.92	c # frequency for calling separator <cmir> (-1: never, 0: only in root node)
0.89/0.92	c # [type: int, range: [-1,2147483647], default: 0]
0.89/0.92	c separating/cmir/freq = -1
0.89/0.92	c 
0.89/0.92	c # frequency for calling separator <flowcover> (-1: never, 0: only in root node)
0.89/0.92	c # [type: int, range: [-1,2147483647], default: 0]
0.89/0.92	c separating/flowcover/freq = -1
0.89/0.92	c 
0.89/0.92	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
0.89/0.92	c # [type: int, range: [-1,2147483647], default: -1]
0.89/0.92	c separating/rapidlearning/freq = 0
0.89/0.92	c 
0.89/0.92	c -----------------------------------------------------------------------------------------------
0.89/0.92	c start solving
0.89/0.92	c 
1.39/1.49	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1.39/1.49	c   1.3s|     1 |     0 |   727 |     - |  29M|   0 | 401 |8281 | 462 |8281 | 462 |   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
2.59/2.63	c   2.4s|     1 |     0 |   791 |     - |  29M|   0 | 415 |8281 | 462 |8281 | 472 |  10 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
2.79/2.84	c   2.5s|     1 |     0 |   843 |     - |  29M|   0 | 423 |8281 | 462 |8281 | 478 |  16 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
3.00/3.05	c   2.8s|     1 |     0 |   889 |     - |  29M|   0 | 430 |8281 | 462 |8281 | 487 |  25 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
3.20/3.26	c   3.0s|     1 |     0 |   937 |     - |  29M|   0 | 438 |8281 | 462 |8281 | 495 |  33 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
3.39/3.46	c   3.2s|     1 |     0 |   974 |     - |  29M|   0 | 443 |8281 | 462 |8281 | 501 |  39 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
6.78/6.84	c   6.5s|     1 |     2 |   974 |     - |  29M|   0 | 443 |8281 | 462 |8281 | 501 |  39 |   0 |  10 | 0.000000e+00 |      --      |    Inf 
1604.62/1605.12	c  1577s| 10000 |   681 |  3368k| 336.8 |  39M|  76 |   - |8281 |2165 |8281 | 497 |  39 |3098 |3012 | 0.000000e+00 |      --      |    Inf 
1800.07/1800.61	c pressed CTRL-C 1 times (5 times for forcing termination)
1800.07/1800.62	c 
1800.07/1800.62	c SCIP Status        : solving was interrupted [user interrupt]
1800.07/1800.62	c Solving Time (sec) : 1769.36
1800.07/1800.62	c Solving Nodes      : 11488
1800.07/1800.62	c Primal Bound       : +1.00000000000000e+20 (0 solutions)
1800.07/1800.62	c Dual Bound         : +0.00000000000000e+00
1800.07/1800.62	c Gap                : infinite
1800.07/1800.62	s UNKNOWN
1800.07/1800.62	c SCIP Status        : solving was interrupted [user interrupt]
1800.07/1800.62	c Solving Time       :    1769.36
1800.07/1800.62	c Original Problem   :
1800.07/1800.62	c   Problem name     : HOME/instance-2665694-1276268857.opb
1800.07/1800.62	c   Variables        : 8281 (8281 binary, 0 integer, 0 implicit integer, 0 continuous)
1800.07/1800.62	c   Constraints      : 826 initial, 826 maximal
1800.07/1800.62	c Presolved Problem  :
1800.07/1800.62	c   Problem name     : t_HOME/instance-2665694-1276268857.opb
1800.07/1800.62	c   Variables        : 8281 (8281 binary, 0 integer, 0 implicit integer, 0 continuous)
1800.07/1800.62	c   Constraints      : 462 initial, 2376 maximal
1800.07/1800.62	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
1800.07/1800.62	c   trivial          :       0.00          0          0          0          0          0          0          0          0
1800.07/1800.62	c   dualfix          :       0.01          0          0          0          0          0          0          0          0
1800.07/1800.62	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
1800.07/1800.62	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
1800.07/1800.62	c   implics          :       0.01          0          0          0          0          0          0          0          0
1800.07/1800.62	c   probing          :       0.00          0          0          0          0          0          0          0          0
1800.07/1800.62	c   knapsack         :       0.21          0          0          0          0          0          0          0          0
1800.07/1800.62	c   setppc           :       0.04          0          0          0          0          0          0          0          0
1800.07/1800.62	c   linear           :       0.28          0          0          0          0          0        364          0          0
1800.07/1800.62	c   logicor          :       0.00          0          0          0          0          0          0          0          0
1800.07/1800.62	c   root node        :          -          0          -          -          0          -          -          -          -
1800.07/1800.62	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
1800.07/1800.62	c   integral         :          0          0          0       6444          0         47        766          0          0      12244
1800.07/1800.62	c   knapsack         :         98          5      25768          0          0         21     156080          0          0          0
1800.07/1800.62	c   setppc           :        364          5      25747          0          0        328     308535          0          0          0
1800.07/1800.62	c   logicor          :          0+         0      11183          0          0         19       1742          0          0          0
1800.07/1800.62	c   countsols        :          0          0          0          0          0          0          0          0          0          0
1800.07/1800.62	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
1800.07/1800.62	c   integral         :     580.37       0.00       0.00     580.37       0.00
1800.07/1800.62	c   knapsack         :      51.84       0.01      51.83       0.00       0.00
1800.07/1800.62	c   setppc           :       3.93       0.00       3.93       0.00       0.00
1800.07/1800.62	c   logicor          :       0.54       0.00       0.54       0.00       0.00
1800.07/1800.62	c   countsols        :       0.00       0.00       0.00       0.00       0.00
1800.07/1800.62	c Propagators        :       Time      Calls    Cutoffs    DomReds
1800.07/1800.62	c   vbounds          :       0.02          1          0          0
1800.07/1800.62	c   rootredcost      :       0.04          0          0          0
1800.07/1800.62	c   pseudoobj        :       0.02          0          0          0
1800.07/1800.62	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1800.07/1800.62	c   propagation      :       2.95        368        365      10478      303.8        225      108.9          -
1800.07/1800.62	c   infeasible LP    :     125.51       4953         57       2363      904.7         20      153.8          0
1800.07/1800.62	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1800.07/1800.62	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1800.07/1800.62	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1800.07/1800.62	c   applied globally :          -          -          -       3566      180.4          -          -          -
1800.07/1800.62	c   applied locally  :          -          -          -          1     1077.0          -          -          -
1800.07/1800.62	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1800.07/1800.62	c   cut pool         :       0.00          4          -          -          1          -    (maximal pool size: 39)
1800.07/1800.62	c   redcost          :       6.62       6245          0          0          0          0
1800.07/1800.62	c   impliedbounds    :       0.00          5          0          0          0          0
1800.07/1800.62	c   intobj           :       0.00          0          0          0          0          0
1800.07/1800.62	c   cgmip            :       0.00          0          0          0          0          0
1800.07/1800.62	c   gomory           :       0.24          5          0          0          0          0
1800.07/1800.62	c   strongcg         :       0.23          5          0          0          0          0
1800.07/1800.62	c   cmir             :       0.00          0          0          0          0          0
1800.07/1800.62	c   flowcover        :       0.00          0          0          0          0          0
1800.07/1800.62	c   clique           :       0.11          5          0          0         39          0
1800.07/1800.62	c   zerohalf         :       0.00          0          0          0          0          0
1800.07/1800.62	c   mcf              :       0.01          1          0          0          0          0
1800.07/1800.62	c   rapidlearning    :       0.84          1          0          0          0          0
1800.07/1800.62	c Pricers            :       Time      Calls       Vars
1800.07/1800.62	c   problem variables:       0.00          0          0
1800.07/1800.62	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1800.07/1800.62	c   relpscost        :     580.34       6444         47        766          0          0      12244
1800.07/1800.62	c   pscost           :       0.00          0          0          0          0          0          0
1800.07/1800.62	c   inference        :       0.00          0          0          0          0          0          0
1800.07/1800.62	c   mostinf          :       0.00          0          0          0          0          0          0
1800.07/1800.62	c   leastinf         :       0.00          0          0          0          0          0          0
1800.07/1800.62	c   fullstrong       :       0.00          0          0          0          0          0          0
1800.07/1800.62	c   allfullstrong    :       0.00          0          0          0          0          0          0
1800.07/1800.62	c   random           :       0.00          0          0          0          0          0          0
1800.07/1800.62	c Primal Heuristics  :       Time      Calls      Found
1800.07/1800.62	c   LP solutions     :       0.00          -          0
1800.07/1800.62	c   pseudo solutions :       0.00          -          0
1800.07/1800.62	c   trivial          :       0.01          1          0
1800.07/1800.62	c   simplerounding   :       0.00          0          0
1800.07/1800.62	c   zirounding       :       0.00          0          0
1800.07/1800.62	c   rounding         :       0.00          0          0
1800.07/1800.62	c   shifting         :       0.00          0          0
1800.07/1800.62	c   intshifting      :       0.00          0          0
1800.07/1800.62	c   oneopt           :       0.00          0          0
1800.07/1800.62	c   twoopt           :       0.00          0          0
1800.07/1800.62	c   fixandinfer      :       0.00          0          0
1800.07/1800.62	c   feaspump         :       0.00          0          0
1800.07/1800.62	c   coefdiving       :       0.00          0          0
1800.07/1800.62	c   pscostdiving     :       0.00          0          0
1800.07/1800.62	c   fracdiving       :       0.00          0          0
1800.07/1800.62	c   veclendiving     :       0.00          0          0
1800.07/1800.62	c   intdiving        :       0.00          0          0
1800.07/1800.62	c   actconsdiving    :       0.00          0          0
1800.07/1800.62	c   objpscostdiving  :       0.00          0          0
1800.07/1800.62	c   rootsoldiving    :       0.00          0          0
1800.07/1800.62	c   linesearchdiving :       0.00          0          0
1800.07/1800.62	c   guideddiving     :       0.00          0          0
1800.07/1800.62	c   octane           :       0.00          0          0
1800.07/1800.62	c   rens             :       0.00          0          0
1800.07/1800.62	c   rins             :       0.00          0          0
1800.07/1800.62	c   localbranching   :       0.00          0          0
1800.07/1800.62	c   mutation         :       0.00          0          0
1800.07/1800.62	c   crossover        :       0.00          0          0
1800.07/1800.62	c   dins             :       0.00          0          0
1800.07/1800.62	c   undercover       :       0.00          0          0
1800.07/1800.62	c   nlp              :       0.00          0          0
1800.07/1800.62	c   trysol           :       0.00          0          0
1800.07/1800.62	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1800.07/1800.62	c   primal LP        :       0.02          0          0       0.00       0.00
1800.07/1800.62	c   dual LP          :     964.18      11389    3807059     334.28    3948.49
1800.07/1800.62	c   lex dual LP      :       0.00          0          0       0.00          -
1800.07/1800.62	c   barrier LP       :       0.00          0          0       0.00          -
1800.07/1800.62	c   diving/probing LP:       0.00          0          0       0.00          -
1800.07/1800.62	c   strong branching :     579.44       3360    2005703     596.94    3461.45
1800.07/1800.62	c     (at root node) :          -         10       2388     238.80          -
1800.07/1800.62	c   conflict analysis:       0.00          0          0       0.00          -
1800.07/1800.62	c B&B Tree           :
1800.07/1800.62	c   number of runs   :          1
1800.07/1800.62	c   nodes            :      11488
1800.07/1800.62	c   nodes (total)    :      11488
1800.07/1800.62	c   nodes left       :        755
1800.07/1800.62	c   max depth        :         76
1800.07/1800.62	c   max depth (total):         76
1800.07/1800.62	c   backtracks       :       1247 (10.9%)
1800.07/1800.62	c   delayed cutoffs  :          2
1800.07/1800.62	c   repropagations   :       2285 (2233 domain reductions, 2 cutoffs)
1800.07/1800.62	c   avg switch length:       5.18
1800.07/1800.62	c   switching time   :       9.14
1800.07/1800.62	c Solution           :
1800.07/1800.62	c   Solutions found  :          0 (0 improvements)
1800.07/1800.62	c   Primal Bound     :          -
1800.07/1800.62	c   Dual Bound       : +0.00000000000000e+00
1800.07/1800.62	c   Gap              :   infinite
1800.07/1800.62	c   Root Dual Bound  : +0.00000000000000e+00
1800.07/1800.62	c   Root Iterations  :        974
1800.17/1800.74	c Time complete: 1800.2.

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-2665694-1276268857/watcher-2665694-1276268857 -o /tmp/evaluation-result-2665694-1276268857/solver-2665694-1276268857 -C 1800 -W 2000 -M 1800 HOME/pbscip.linux.x86_64.gnu.opt.clp -f HOME/instance-2665694-1276268857.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.78 1.97 1.81 3/106 4248
/proc/meminfo: memFree=1581832/2059040 swapFree=4192956/4192956
[pid=4248] ppid=4246 vsize=9288 CPUtime=0
/proc/4248/stat : 4248 (pbscip.linux.x8) R 4246 4248 3358 0 -1 4202496 1151 0 0 0 0 0 0 0 19 0 1 0 2489450 9510912 1072 1992294400 4194304 9819077 140734594642160 18446744073709551615 8675093 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/4248/statm: 2322 1083 371 1374 0 943 0

[startup+0.025105 s]
/proc/loadavg: 1.78 1.97 1.81 3/106 4248
/proc/meminfo: memFree=1581832/2059040 swapFree=4192956/4192956
[pid=4248] ppid=4246 vsize=13276 CPUtime=0.01
/proc/4248/stat : 4248 (pbscip.linux.x8) R 4246 4248 3358 0 -1 4202496 2259 0 0 0 1 0 0 0 21 0 1 0 2489450 13594624 2180 1992294400 4194304 9819077 140734594642160 18446744073709551615 5651525 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/4248/statm: 3319 2180 386 1374 0 1940 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 13276

[startup+0.101109 s]
/proc/loadavg: 1.78 1.97 1.81 3/106 4248
/proc/meminfo: memFree=1581832/2059040 swapFree=4192956/4192956
[pid=4248] ppid=4246 vsize=18516 CPUtime=0.09
/proc/4248/stat : 4248 (pbscip.linux.x8) R 4246 4248 3358 0 -1 4202496 3561 0 0 0 8 1 0 0 21 0 1 0 2489450 18960384 3482 1992294400 4194304 9819077 140734594642160 18446744073709551615 5650593 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/4248/statm: 4629 3482 386 1374 0 3250 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 18516

[startup+0.301119 s]
/proc/loadavg: 1.78 1.97 1.81 3/106 4248
/proc/meminfo: memFree=1581832/2059040 swapFree=4192956/4192956
[pid=4248] ppid=4246 vsize=40412 CPUtime=0.29
/proc/4248/stat : 4248 (pbscip.linux.x8) R 4246 4248 3358 0 -1 4202496 9194 0 0 0 26 3 0 0 21 0 1 0 2489450 41381888 8761 1992294400 4194304 9819077 140734594642160 18446744073709551615 5489894 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/4248/statm: 10103 8761 464 1374 0 8724 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 40412

[startup+0.701139 s]
/proc/loadavg: 1.78 1.97 1.81 3/106 4248
/proc/meminfo: memFree=1581832/2059040 swapFree=4192956/4192956
[pid=4248] ppid=4246 vsize=46436 CPUtime=0.69
/proc/4248/stat : 4248 (pbscip.linux.x8) R 4246 4248 3358 0 -1 4202496 11188 0 0 0 64 5 0 0 22 0 1 0 2489450 47550464 10241 1992294400 4194304 9819077 140734594642160 18446744073709551615 4890934 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/4248/statm: 11609 10241 495 1374 0 10230 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 46436

[startup+1.50118 s]
/proc/loadavg: 1.72 1.95 1.81 2/107 4249
/proc/meminfo: memFree=1530364/2059040 swapFree=4192956/4192956
[pid=4248] ppid=4246 vsize=60760 CPUtime=1.49
/proc/4248/stat : 4248 (pbscip.linux.x8) R 4246 4248 3358 0 -1 4202496 17012 0 0 0 142 7 0 0 25 0 1 0 2489450 62218240 13655 1992294400 4194304 9819077 140734594642160 18446744073709551615 4864237 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/4248/statm: 15190 13655 642 1374 0 13811 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 60760

[startup+3.10126 s]
/proc/loadavg: 1.72 1.95 1.81 2/107 4249
/proc/meminfo: memFree=1489708/2059040 swapFree=4192956/4192956
[pid=4248] ppid=4246 vsize=61584 CPUtime=3.09
/proc/4248/stat : 4248 (pbscip.linux.x8) R 4246 4248 3358 0 -1 4202496 30632 0 0 0 295 14 0 0 25 0 1 0 2489450 63062016 13927 1992294400 4194304 9819077 140734594642160 18446744073709551615 7311953 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/4248/statm: 15396 13927 684 1374 0 14017 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 61584

[startup+6.3004 s]
/proc/loadavg: 1.66 1.94 1.80 2/107 4249
/proc/meminfo: memFree=1527280/2059040 swapFree=4192956/4192956
[pid=4248] ppid=4246 vsize=64184 CPUtime=6.29
/proc/4248/stat : 4248 (pbscip.linux.x8) R 4246 4248 3358 0 -1 4202496 43810 0 0 0 610 19 0 0 25 0 1 0 2489450 65724416 14112 1992294400 4194304 9819077 140734594642160 18446744073709551615 7312766 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/4248/statm: 16046 14112 690 1374 0 14667 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 64184

[startup+12.7007 s]
/proc/loadavg: 1.61 1.92 1.80 2/107 4249
/proc/meminfo: memFree=1527040/2059040 swapFree=4192956/4192956
[pid=4248] ppid=4246 vsize=63660 CPUtime=12.69
/proc/4248/stat : 4248 (pbscip.linux.x8) R 4246 4248 3358 0 -1 4202496 68710 0 0 0 1240 29 0 0 25 0 1 0 2489450 65187840 14121 1992294400 4194304 9819077 140734594642160 18446744073709551615 7284111 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/4248/statm: 15915 14121 697 1374 0 14536 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 63660

[startup+25.501 s]
/proc/loadavg: 1.52 1.89 1.79 2/107 4249
/proc/meminfo: memFree=1527412/2059040 swapFree=4192956/4192956
[pid=4248] ppid=4246 vsize=64564 CPUtime=25.48
/proc/4248/stat : 4248 (pbscip.linux.x8) R 4246 4248 3358 0 -1 4202496 112743 0 0 0 2499 49 0 0 25 0 1 0 2489450 66113536 14243 1992294400 4194304 9819077 140734594642160 18446744073709551615 7312758 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/4248/statm: 16141 14243 697 1374 0 14762 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 64564

[startup+51.1014 s]
/proc/loadavg: 1.31 1.81 1.76 2/107 4249
/proc/meminfo: memFree=1526916/2059040 swapFree=4192956/4192956
[pid=4248] ppid=4246 vsize=64900 CPUtime=51.07
/proc/4248/stat : 4248 (pbscip.linux.x8) R 4246 4248 3358 0 -1 4202496 201583 0 0 0 5017 90 0 0 25 0 1 0 2489450 66457600 14304 1992294400 4194304 9819077 140734594642160 18446744073709551615 6350852 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/4248/statm: 16225 14304 697 1374 0 14846 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 64900

[startup+102.309 s]
/proc/loadavg: 1.13 1.68 1.72 2/107 4258
/proc/meminfo: memFree=1526420/2059040 swapFree=4192956/4192956
[pid=4248] ppid=4246 vsize=65376 CPUtime=102.26
/proc/4248/stat : 4248 (pbscip.linux.x8) R 4246 4248 3358 0 -1 4202496 385245 0 0 0 10054 172 0 0 25 0 1 0 2489450 66945024 14449 1992294400 4194304 9819077 140734594642160 18446744073709551615 6350520 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/4248/statm: 16344 14449 697 1374 0 14965 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 65376

[startup+162.301 s]
/proc/loadavg: 1.05 1.55 1.67 2/107 4260
/proc/meminfo: memFree=1522948/2059040 swapFree=4192956/4192956
[pid=4248] ppid=4246 vsize=66364 CPUtime=162.24
/proc/4248/stat : 4248 (pbscip.linux.x8) R 4246 4248 3358 0 -1 4202496 611061 0 0 0 15946 278 0 0 25 0 1 0 2489450 67956736 15222 1992294400 4194304 9819077 140734594642160 18446744073709551615 7318489 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/4248/statm: 16591 15222 716 1374 0 15212 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 66364

[startup+222.301 s]
/proc/loadavg: 1.02 1.45 1.63 2/107 4262
/proc/meminfo: memFree=1522948/2059040 swapFree=4192956/4192956
[pid=4248] ppid=4246 vsize=67004 CPUtime=222.23
/proc/4248/stat : 4248 (pbscip.linux.x8) R 4246 4248 3358 0 -1 4202496 805763 0 0 0 21842 381 0 0 25 0 1 0 2489450 68612096 15268 1992294400 4194304 9819077 140734594642160 18446744073709551615 7318501 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/4248/statm: 16751 15268 716 1374 0 15372 0
Current children cumulated CPU time (s) 222.23
Current children cumulated vsize (KiB) 67004

[startup+282.301 s]
/proc/loadavg: 1.00 1.36 1.59 2/107 4262
/proc/meminfo: memFree=1522824/2059040 swapFree=4192956/4192956
[pid=4248] ppid=4246 vsize=67284 CPUtime=282.22
/proc/4248/stat : 4248 (pbscip.linux.x8) R 4246 4248 3358 0 -1 4202496 1024287 0 0 0 27725 497 0 0 25 0 1 0 2489450 68898816 15299 1992294400 4194304 9819077 140734594642160 18446744073709551615 7298091 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/4248/statm: 16821 15299 716 1374 0 15442 0
Current children cumulated CPU time (s) 282.22
Current children cumulated vsize (KiB) 67284

[startup+342.301 s]
/proc/loadavg: 1.00 1.30 1.55 2/107 4264
/proc/meminfo: memFree=1521212/2059040 swapFree=4192956/4192956
[pid=4248] ppid=4246 vsize=68712 CPUtime=342.22
/proc/4248/stat : 4248 (pbscip.linux.x8) R 4246 4248 3358 0 -1 4202496 1206534 0 0 0 33627 595 0 0 25 0 1 0 2489450 70361088 15632 1992294400 4194304 9819077 140734594642160 18446744073709551615 7295954 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/4248/statm: 17178 15632 716 1374 0 15799 0
Current children cumulated CPU time (s) 342.22
Current children cumulated vsize (KiB) 68712

[startup+402.301 s]
/proc/loadavg: 1.00 1.24 1.51 2/107 4269
/proc/meminfo: memFree=1520220/2059040 swapFree=4192956/4192956
[pid=4248] ppid=4246 vsize=69028 CPUtime=402.2
/proc/4248/stat : 4248 (pbscip.linux.x8) R 4246 4248 3358 0 -1 4202496 1396757 0 0 0 39523 697 0 0 25 0 1 0 2489450 70684672 15689 1992294400 4194304 9819077 140734594642160 18446744073709551615 8720183 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/4248/statm: 17257 15689 716 1374 0 15878 0
Current children cumulated CPU time (s) 402.2
Current children cumulated vsize (KiB) 69028

[startup+462.302 s]
/proc/loadavg: 1.03 1.21 1.48 2/107 4271
/proc/meminfo: memFree=1518360/2059040 swapFree=4192956/4192956
[pid=4248] ppid=4246 vsize=70852 CPUtime=462.19
/proc/4248/stat : 4248 (pbscip.linux.x8) R 4246 4248 3358 0 -1 4202496 1587300 0 0 0 45418 801 0 0 25 0 1 0 2489450 72552448 16166 1992294400 4194304 9819077 140734594642160 18446744073709551615 6697312 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/4248/statm: 17713 16166 716 1374 0 16334 0
Current children cumulated CPU time (s) 462.19
Current children cumulated vsize (KiB) 70852

[startup+522.302 s]
/proc/loadavg: 1.07 1.18 1.45 2/107 4273
/proc/meminfo: memFree=1516004/2059040 swapFree=4192956/4192956
[pid=4248] ppid=4246 vsize=76132 CPUtime=522.18
/proc/4248/stat : 4248 (pbscip.linux.x8) R 4246 4248 3358 0 -1 4202496 1768410 0 0 0 51311 907 0 0 25 0 1 0 2489450 77959168 16927 1992294400 4194304 9819077 140734594642160 18446744073709551615 7312810 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/4248/statm: 19033 16927 716 1374 0 17654 0
Current children cumulated CPU time (s) 522.18
Current children cumulated vsize (KiB) 76132

[startup+582.302 s]
/proc/loadavg: 1.02 1.15 1.42 2/107 4273
/proc/meminfo: memFree=1514392/2059040 swapFree=4192956/4192956
[pid=4248] ppid=4246 vsize=75120 CPUtime=582.15
/proc/4248/stat : 4248 (pbscip.linux.x8) R 4246 4248 3358 0 -1 4202496 1946262 0 0 0 57205 1010 0 0 25 0 1 0 2489450 76922880 17303 1992294400 4194304 9819077 140734594642160 18446744073709551615 7301603 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/4248/statm: 18780 17303 716 1374 0 17401 0
Current children cumulated CPU time (s) 582.15
Current children cumulated vsize (KiB) 75120

[startup+642.302 s]
/proc/loadavg: 1.01 1.12 1.39 2/107 4282
/proc/meminfo: memFree=1512408/2059040 swapFree=4192956/4192956
[pid=4248] ppid=4246 vsize=78568 CPUtime=642.14
/proc/4248/stat : 4248 (pbscip.linux.x8) R 4246 4248 3358 0 -1 4202496 2102745 0 0 0 63112 1102 0 0 25 0 1 0 2489450 80453632 17692 1992294400 4194304 9819077 140734594642160 18446744073709551615 8720183 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/4248/statm: 19642 17692 716 1374 0 18263 0
Current children cumulated CPU time (s) 642.14
Current children cumulated vsize (KiB) 78568

[startup+702.301 s]

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

[startup+882.301 s]
/proc/loadavg: 1.00 1.04 1.29 2/107 4295
/proc/meminfo: memFree=1509184/2059040 swapFree=4192956/4192956
[pid=4248] ppid=4246 vsize=79908 CPUtime=882.06
/proc/4248/stat : 4248 (pbscip.linux.x8) R 4246 4248 3358 0 -1 4202496 2780027 0 0 0 86720 1486 0 0 25 0 1 0 2489450 81825792 18371 1992294400 4194304 9819077 140734594642160 18446744073709551615 7301792 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/4248/statm: 19977 18371 716 1374 0 18598 0
Current children cumulated CPU time (s) 882.06
Current children cumulated vsize (KiB) 79908

[startup+942.302 s]
/proc/loadavg: 1.00 1.03 1.27 2/107 4297
/proc/meminfo: memFree=1508316/2059040 swapFree=4192956/4192956
[pid=4248] ppid=4246 vsize=83348 CPUtime=942.05
/proc/4248/stat : 4248 (pbscip.linux.x8) R 4246 4248 3358 0 -1 4202496 2962204 0 0 0 92622 1583 0 0 25 0 1 0 2489450 85348352 18685 1992294400 4194304 9819077 140734594642160 18446744073709551615 7301603 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/4248/statm: 20837 18685 716 1374 0 19458 0
Current children cumulated CPU time (s) 942.05
Current children cumulated vsize (KiB) 83348

[startup+1002.3 s]
/proc/loadavg: 1.00 1.03 1.25 2/107 4299
/proc/meminfo: memFree=1507572/2059040 swapFree=4192956/4192956
[pid=4248] ppid=4246 vsize=81128 CPUtime=1002.04
/proc/4248/stat : 4248 (pbscip.linux.x8) R 4246 4248 3358 0 -1 4202496 3139748 0 0 0 98522 1682 0 0 25 0 1 0 2489450 83075072 18755 1992294400 4194304 9819077 140734594642160 18446744073709551615 6350545 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/4248/statm: 20282 18755 716 1374 0 18903 0
Current children cumulated CPU time (s) 1002.04
Current children cumulated vsize (KiB) 81128

[startup+1062.3 s]
/proc/loadavg: 1.00 1.02 1.23 2/107 4301
/proc/meminfo: memFree=1506952/2059040 swapFree=4192956/4192956
[pid=4248] ppid=4246 vsize=82452 CPUtime=1062.02
/proc/4248/stat : 4248 (pbscip.linux.x8) R 4246 4248 3358 0 -1 4202496 3324874 0 0 0 104421 1781 0 0 25 0 1 0 2489450 84430848 18981 1992294400 4194304 9819077 140734594642160 18446744073709551615 6395918 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/4248/statm: 20613 18981 716 1374 0 19234 0
Current children cumulated CPU time (s) 1062.02
Current children cumulated vsize (KiB) 82452

[startup+1122.3 s]
/proc/loadavg: 1.00 1.01 1.22 2/107 4303
/proc/meminfo: memFree=1506084/2059040 swapFree=4192956/4192956
[pid=4248] ppid=4246 vsize=82868 CPUtime=1121.99
/proc/4248/stat : 4248 (pbscip.linux.x8) R 4246 4248 3358 0 -1 4202496 3512234 0 0 0 110317 1882 0 0 25 0 1 0 2489450 84856832 19106 1992294400 4194304 9819077 140734594642160 18446744073709551615 7816419 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/4248/statm: 20717 19106 716 1374 0 19338 0
Current children cumulated CPU time (s) 1121.99
Current children cumulated vsize (KiB) 82868

[startup+1182.3 s]
/proc/loadavg: 1.00 1.01 1.20 2/107 4303
/proc/meminfo: memFree=1505340/2059040 swapFree=4192956/4192956
[pid=4248] ppid=4246 vsize=83784 CPUtime=1181.97
/proc/4248/stat : 4248 (pbscip.linux.x8) R 4246 4248 3358 0 -1 4202496 3698673 0 0 0 116213 1984 0 0 25 0 1 0 2489450 85794816 19351 1992294400 4194304 9819077 140734594642160 18446744073709551615 7318467 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/4248/statm: 20946 19351 716 1374 0 19567 0
Current children cumulated CPU time (s) 1181.97
Current children cumulated vsize (KiB) 83784

[startup+1242.3 s]
/proc/loadavg: 1.07 1.02 1.19 2/107 4305
/proc/meminfo: memFree=1503480/2059040 swapFree=4192956/4192956
[pid=4248] ppid=4246 vsize=85576 CPUtime=1241.95
/proc/4248/stat : 4248 (pbscip.linux.x8) R 4246 4248 3358 0 -1 4202496 3884700 0 0 0 122110 2085 0 0 25 0 1 0 2489450 87629824 19805 1992294400 4194304 9819077 140734594642160 18446744073709551615 5909064 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/4248/statm: 21394 19805 716 1374 0 20015 0
Current children cumulated CPU time (s) 1241.95
Current children cumulated vsize (KiB) 85576

[startup+1302.3 s]
/proc/loadavg: 1.09 1.03 1.18 2/107 4307
/proc/meminfo: memFree=1502984/2059040 swapFree=4192956/4192956
[pid=4248] ppid=4246 vsize=88452 CPUtime=1301.93
/proc/4248/stat : 4248 (pbscip.linux.x8) R 4246 4248 3358 0 -1 4202496 4075336 0 0 0 128004 2189 0 0 25 0 1 0 2489450 90574848 20019 1992294400 4194304 9819077 140734594642160 18446744073709551615 8720183 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/4248/statm: 22113 20019 716 1374 0 20734 0
Current children cumulated CPU time (s) 1301.93
Current children cumulated vsize (KiB) 88452

[startup+1362.3 s]
/proc/loadavg: 1.09 1.04 1.17 2/107 4309
/proc/meminfo: memFree=1502860/2059040 swapFree=4192956/4192956
[pid=4248] ppid=4246 vsize=85840 CPUtime=1361.9
/proc/4248/stat : 4248 (pbscip.linux.x8) R 4246 4248 3358 0 -1 4202496 4260876 0 0 0 133895 2295 0 0 25 0 1 0 2489450 87900160 19954 1992294400 4194304 9819077 140734594642160 18446744073709551615 7283964 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/4248/statm: 21460 19955 716 1374 0 20081 0
Current children cumulated CPU time (s) 1361.9
Current children cumulated vsize (KiB) 85840

[startup+1422.31 s]
/proc/loadavg: 1.03 1.03 1.16 2/107 4311
/proc/meminfo: memFree=1501992/2059040 swapFree=4192956/4192956
[pid=4248] ppid=4246 vsize=87132 CPUtime=1421.89
/proc/4248/stat : 4248 (pbscip.linux.x8) R 4246 4248 3358 0 -1 4202496 4447610 0 0 0 139790 2399 0 0 25 0 1 0 2489450 89223168 20175 1992294400 4194304 9819077 140734594642160 18446744073709551615 6350788 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/4248/statm: 21783 20175 716 1374 0 20404 0
Current children cumulated CPU time (s) 1421.89
Current children cumulated vsize (KiB) 87132

[startup+1482.3 s]
/proc/loadavg: 1.01 1.02 1.15 2/107 4311
/proc/meminfo: memFree=1501744/2059040 swapFree=4192956/4192956
[pid=4248] ppid=4246 vsize=87372 CPUtime=1481.85
/proc/4248/stat : 4248 (pbscip.linux.x8) R 4246 4248 3358 0 -1 4202496 4637141 0 0 0 145678 2507 0 0 25 0 1 0 2489450 89468928 20225 1992294400 4194304 9819077 140734594642160 18446744073709551615 7326271 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/4248/statm: 21843 20225 716 1374 0 20464 0
Current children cumulated CPU time (s) 1481.85
Current children cumulated vsize (KiB) 87372

[startup+1542.3 s]
/proc/loadavg: 1.00 1.02 1.14 2/107 4313
/proc/meminfo: memFree=1500132/2059040 swapFree=4192956/4192956
[pid=4248] ppid=4246 vsize=88128 CPUtime=1541.84
/proc/4248/stat : 4248 (pbscip.linux.x8) R 4246 4248 3358 0 -1 4202496 4819943 0 0 0 151572 2612 0 0 25 0 1 0 2489450 90243072 20402 1992294400 4194304 9819077 140734594642160 18446744073709551615 7297860 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/4248/statm: 22032 20402 716 1374 0 20653 0
Current children cumulated CPU time (s) 1541.84
Current children cumulated vsize (KiB) 88128

[startup+1602.3 s]
/proc/loadavg: 1.00 1.01 1.13 2/107 4315
/proc/meminfo: memFree=1500628/2059040 swapFree=4192956/4192956
[pid=4248] ppid=4246 vsize=88692 CPUtime=1601.82
/proc/4248/stat : 4248 (pbscip.linux.x8) R 4246 4248 3358 0 -1 4202496 4999602 0 0 0 157468 2714 0 0 25 0 1 0 2489450 90820608 20586 1992294400 4194304 9819077 140734594642160 18446744073709551615 7289979 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/4248/statm: 22173 20586 716 1374 0 20794 0
Current children cumulated CPU time (s) 1601.82
Current children cumulated vsize (KiB) 88692

[startup+1662.3 s]
/proc/loadavg: 1.00 1.00 1.11 2/107 4317
/proc/meminfo: memFree=1500256/2059040 swapFree=4192956/4192956
[pid=4248] ppid=4246 vsize=88948 CPUtime=1661.8
/proc/4248/stat : 4248 (pbscip.linux.x8) R 4246 4248 3358 0 -1 4202496 5183153 0 0 0 163362 2818 0 0 25 0 1 0 2489450 91082752 20618 1992294400 4194304 9819077 140734594642160 18446744073709551615 7289193 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/4248/statm: 22237 20618 716 1374 0 20858 0
Current children cumulated CPU time (s) 1661.8
Current children cumulated vsize (KiB) 88948

[startup+1722.3 s]
/proc/loadavg: 1.00 1.00 1.10 2/107 4319
/proc/meminfo: memFree=1499512/2059040 swapFree=4192956/4192956
[pid=4248] ppid=4246 vsize=89636 CPUtime=1721.79
/proc/4248/stat : 4248 (pbscip.linux.x8) R 4246 4248 3358 0 -1 4202496 5366784 0 0 0 169252 2927 0 0 25 0 1 0 2489450 91787264 20808 1992294400 4194304 9819077 140734594642160 18446744073709551615 7289868 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/4248/statm: 22409 20808 716 1374 0 21030 0
Current children cumulated CPU time (s) 1721.79
Current children cumulated vsize (KiB) 89636

[startup+1782.3 s]
/proc/loadavg: 1.04 1.01 1.10 2/107 4319
/proc/meminfo: memFree=1498892/2059040 swapFree=4192956/4192956
[pid=4248] ppid=4246 vsize=90184 CPUtime=1781.76
/proc/4248/stat : 4248 (pbscip.linux.x8) R 4246 4248 3358 0 -1 4202496 5547618 0 0 0 175150 3026 0 0 25 0 1 0 2489450 92348416 20913 1992294400 4194304 9819077 140734594642160 18446744073709551615 6391514 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/4248/statm: 22546 20913 716 1374 0 21167 0
Current children cumulated CPU time (s) 1781.76
Current children cumulated vsize (KiB) 90184



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.6 s]
/proc/loadavg: 1.09 1.03 1.10 2/107 4321
/proc/meminfo: memFree=1498892/2059040 swapFree=4192956/4192956
[pid=4248] ppid=4246 vsize=90048 CPUtime=1800.07
/proc/4248/stat : 4248 (pbscip.linux.x8) R 4246 4248 3358 0 -1 4202496 5606236 0 0 0 176951 3056 0 0 25 0 1 0 2489450 92209152 20903 1992294400 4194304 9819077 140734594642160 18446744073709551615 4651872 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/4248/statm: 22512 20903 716 1374 0 21133 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 90048

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

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

[startup+1800.72 s]
/proc/loadavg: 1.09 1.03 1.10 2/107 4321
/proc/meminfo: memFree=1498892/2059040 swapFree=4192956/4192956
[pid=4248] ppid=4246 vsize=84608 CPUtime=1800.17
/proc/4248/stat : 4248 (pbscip.linux.x8) R 4246 4248 3358 0 -1 4202496 5606239 0 0 0 176961 3056 0 0 25 0 1 0 2489450 86638592 19562 1992294400 4194304 9819077 140734594642160 18446744073709551615 5961182 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/4248/statm: 21152 19562 719 1374 0 19773 0
Current children cumulated CPU time (s) 1800.17
Current children cumulated vsize (KiB) 84608

Child status: 0
Real time (s): 1800.74
CPU time (s): 1800.21
CPU user time (s): 1769.63
CPU system time (s): 30.5764
CPU usage (%): 99.9703
Max. virtual memory (cumulated for all children) (KiB): 102788

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1769.63
system time used= 30.5764
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 5606243
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 4
involuntary context switches= 23388

runsolver used 2.94455 second user time and 8.5447 second system time

The end

Launcher Data

Begin job on node005 at 2010-06-11 17:07:37
IDJOB=2665694
IDBENCH=1156
IDSOLVER=1168
FILE ID=node005/2665694-1276268857
PBS_JOBID= 11172205
Free space on /tmp= 62532 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-PB06/prestwich/robin/normalized-robin14.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-2665694-1276268857/watcher-2665694-1276268857 -o /tmp/evaluation-result-2665694-1276268857/solver-2665694-1276268857 -C 1800 -W 2000 -M 1800  HOME/pbscip.linux.x86_64.gnu.opt.clp -f HOME/instance-2665694-1276268857.opb -t 1800 -m 1800

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

MD5SUM BENCH= 321349c7a7114538010c83c600c72ae9
RANDOM SEED=1972385793

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

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

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


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1582360 kB
Buffers:         45068 kB
Cached:         305648 kB
SwapCached:          0 kB
Active:         159516 kB
Inactive:       250416 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1582360 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:            7360 kB
Writeback:           0 kB
AnonPages:       59200 kB
Mapped:          15388 kB
Slab:            45028 kB
PageTables:       4016 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   180756 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= 62524 MiB
End job on node005 at 2010-06-11 17:37:40