Trace number 1883848

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.1.0.7 with CLP 1.8.2? (TO) 1802.04 1802.71

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/
roussel/normalized-pigeon-clauses-105-100.opb
MD5SUM171440d91f1be063c3511a9802d43f3d
Bench CategoryDEC-SMALLINT (no optimisation, small integers)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables10500
Total number of constraints546105
Number of constraints which are clauses546105
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint100
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 101
Number of bits of the biggest sum of numbers7
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

6.79/6.88	c SCIP version 1.1.0.7
6.79/6.88	c LP-Solver Clp 1.8.2
6.79/6.88	c user parameter file <scip.set> not found - using default parameters
6.79/6.88	c read problem <HOME/instance-1883848-1245236328.opb>
6.79/6.88	c original problem has 10500 variables (10500 bin, 0 int, 0 impl, 0 cont) and 546105 constraints
7.89/7.95	c No objective function, only one solution is needed.
7.89/7.95	c start presolving problem
7.89/7.95	c presolving:
13.28/13.30	c (round 1) 0 del vars, 0 del conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 546105 upgd conss, 1092000 impls, 0 clqs
13.98/14.04	c presolving (2 rounds):
13.98/14.04	c  0 deleted vars, 0 deleted constraints, 0 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
13.98/14.04	c  1092000 implications, 0 cliques
13.98/14.04	c presolved problem has 10500 variables (10500 bin, 0 int, 0 impl, 0 cont) and 546105 constraints
13.98/14.04	c  546105 constraints of type <logicor>
13.98/14.04	c transformed objective value is always integral (scale: 1)
13.98/14.04	c Presolving Time: 4.89
13.98/14.04	c PURESAT
13.98/14.04	c -----------------------------------------------------------------------------------------------
13.98/14.04	c # frequency for calling separator <flowcover> (-1: never, 0: only in root node)
13.98/14.04	c # [type: int, range: [-1,2147483647], default: 0]
13.98/14.04	c separating/flowcover/freq = c -1
13.98/14.04	c # frequency for calling separator <cmir> (-1: never, 0: only in root node)
13.98/14.04	c # [type: int, range: [-1,2147483647], default: 0]
13.98/14.04	c separating/cmir/freq = c -1
13.98/14.04	c # additional number of allowed LP iterations
13.98/14.04	c # [type: int, range: [0,2147483647], default: 1000]
13.98/14.04	c heuristics/veclendiving/maxlpiterofs = c 1500
13.98/14.04	c # maximal fraction of diving LP iterations compared to node LP iterations
13.98/14.04	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
13.98/14.04	c heuristics/veclendiving/maxlpiterquot = c 0.075
13.98/14.04	c # frequency for calling primal heuristic <veclendiving> (-1: never, 0: only at depth freqofs)
13.98/14.04	c # [type: int, range: [-1,2147483647], default: 10]
13.98/14.04	c heuristics/veclendiving/freq = c -1
13.98/14.04	c # frequency for calling primal heuristic <simplerounding> (-1: never, 0: only at depth freqofs)
13.98/14.04	c # [type: int, range: [-1,2147483647], default: 1]
13.98/14.04	c heuristics/simplerounding/freq = c -1
13.98/14.04	c # frequency for calling primal heuristic <shifting> (-1: never, 0: only at depth freqofs)
13.98/14.04	c # [type: int, range: [-1,2147483647], default: 10]
13.98/14.04	c heuristics/shifting/freq = c -1
13.98/14.04	c # frequency for calling primal heuristic <rounding> (-1: never, 0: only at depth freqofs)
13.98/14.04	c # [type: int, range: [-1,2147483647], default: 1]
13.98/14.04	c heuristics/rounding/freq = c -1
13.98/14.04	c # additional number of allowed LP iterations
13.98/14.04	c # [type: int, range: [0,2147483647], default: 1000]
13.98/14.04	c heuristics/rootsoldiving/maxlpiterofs = c 1500
13.98/14.04	c # maximal fraction of diving LP iterations compared to node LP iterations
13.98/14.04	c # [type: real, range: [0,1.79769313486232e+308], default: 0.01]
13.98/14.04	c heuristics/rootsoldiving/maxlpiterquot = c 0.015
13.98/14.04	c # frequency for calling primal heuristic <rootsoldiving> (-1: never, 0: only at depth freqofs)
13.98/14.04	c # [type: int, range: [-1,2147483647], default: 20]
13.98/14.04	c heuristics/rootsoldiving/freq = c -1
13.98/14.04	c # number of nodes added to the contingent of the total nodes
13.98/14.04	c # [type: longint, range: [0,9223372036854775807], default: 500]
13.98/14.04	c heuristics/rens/nodesofs = c 2000
13.98/14.04	c # minimum percentage of integer variables that have to be fixable 
13.98/14.04	c # [type: real, range: [0,1], default: 0.5]
13.98/14.04	c heuristics/rens/minfixingrate = c 0.3
13.98/14.04	c # frequency for calling primal heuristic <rens> (-1: never, 0: only at depth freqofs)
13.98/14.04	c # [type: int, range: [-1,2147483647], default: 0]
13.98/14.04	c heuristics/rens/freq = c -1
13.98/14.04	c # additional number of allowed LP iterations
13.98/14.04	c # [type: int, range: [0,2147483647], default: 1000]
13.98/14.04	c heuristics/pscostdiving/maxlpiterofs = c 1500
13.98/14.04	c # maximal fraction of diving LP iterations compared to node LP iterations
13.98/14.04	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
13.98/14.04	c heuristics/pscostdiving/maxlpiterquot = c 0.075
13.98/14.04	c # frequency for calling primal heuristic <pscostdiving> (-1: never, 0: only at depth freqofs)
13.98/14.04	c # [type: int, range: [-1,2147483647], default: 10]
13.98/14.04	c heuristics/pscostdiving/freq = c -1
13.98/14.04	c # frequency for calling primal heuristic <oneopt> (-1: never, 0: only at depth freqofs)
13.98/14.04	c # [type: int, range: [-1,2147483647], default: 1]
13.98/14.04	c heuristics/oneopt/freq = c -1
13.98/14.04	c # additional number of allowed LP iterations
13.98/14.04	c # [type: int, range: [0,2147483647], default: 1000]
13.98/14.04	c heuristics/objpscostdiving/maxlpiterofs = c 1500
13.98/14.04	c # maximal fraction of diving LP iterations compared to total iteration number
13.98/14.04	c # [type: real, range: [0,1], default: 0.01]
13.98/14.04	c heuristics/objpscostdiving/maxlpiterquot = c 0.015
13.98/14.04	c # frequency for calling primal heuristic <objpscostdiving> (-1: never, 0: only at depth freqofs)
13.98/14.04	c # [type: int, range: [-1,2147483647], default: 20]
13.98/14.04	c heuristics/objpscostdiving/freq = c -1
13.98/14.04	c # additional number of allowed LP iterations
13.98/14.04	c # [type: int, range: [0,2147483647], default: 1000]
13.98/14.04	c heuristics/linesearchdiving/maxlpiterofs = c 1500
13.98/14.04	c # maximal fraction of diving LP iterations compared to node LP iterations
13.98/14.04	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
13.98/14.04	c heuristics/linesearchdiving/maxlpiterquot = c 0.075
13.98/14.04	c # frequency for calling primal heuristic <linesearchdiving> (-1: never, 0: only at depth freqofs)
13.98/14.04	c # [type: int, range: [-1,2147483647], default: 10]
13.98/14.04	c heuristics/linesearchdiving/freq = c -1
13.98/14.04	c # frequency for calling primal heuristic <intshifting> (-1: never, 0: only at depth freqofs)
13.98/14.04	c # [type: int, range: [-1,2147483647], default: 10]
13.98/14.04	c heuristics/intshifting/freq = c -1
13.98/14.04	c # maximal fraction of diving LP iterations compared to node LP iterations
13.98/14.04	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
13.98/14.04	c heuristics/intdiving/maxlpiterquot = c 0.075
13.98/14.04	c # additional number of allowed LP iterations
13.98/14.04	c # [type: int, range: [0,2147483647], default: 1000]
13.98/14.04	c heuristics/guideddiving/maxlpiterofs = c 1500
13.98/14.04	c # maximal fraction of diving LP iterations compared to node LP iterations
13.98/14.04	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
13.98/14.04	c heuristics/guideddiving/maxlpiterquot = c 0.075
13.98/14.04	c # frequency for calling primal heuristic <guideddiving> (-1: never, 0: only at depth freqofs)
13.98/14.04	c # [type: int, range: [-1,2147483647], default: 10]
13.98/14.04	c heuristics/guideddiving/freq = c -1
13.98/14.04	c # additional number of allowed LP iterations
13.98/14.04	c # [type: int, range: [0,2147483647], default: 1000]
13.98/14.04	c heuristics/fracdiving/maxlpiterofs = c 1500
13.98/14.04	c # maximal fraction of diving LP iterations compared to node LP iterations
13.98/14.04	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
13.98/14.04	c heuristics/fracdiving/maxlpiterquot = c 0.075
13.98/14.04	c # frequency for calling primal heuristic <fracdiving> (-1: never, 0: only at depth freqofs)
13.98/14.04	c # [type: int, range: [-1,2147483647], default: 10]
13.98/14.04	c heuristics/fracdiving/freq = c -1
13.98/14.04	c # additional number of allowed LP iterations
13.98/14.04	c # [type: int, range: [0,2147483647], default: 1000]
13.98/14.04	c heuristics/feaspump/maxlpiterofs = c 2000
13.98/14.04	c # frequency for calling primal heuristic <feaspump> (-1: never, 0: only at depth freqofs)
13.98/14.04	c # [type: int, range: [-1,2147483647], default: 20]
13.98/14.04	c heuristics/feaspump/freq = c -1
13.98/14.04	c # minimum percentage of integer variables that have to be fixed 
13.98/14.04	c # [type: real, range: [0,1], default: 0.666]
13.98/14.04	c heuristics/crossover/minfixingrate = c 0.5
13.98/14.04	c # contingent of sub problem nodes in relation to the number of nodes of the original problem
13.98/14.04	c # [type: real, range: [0,1], default: 0.1]
13.98/14.04	c heuristics/crossover/nodesquot = c 0.15
13.98/14.04	c # number of nodes without incumbent change that heuristic should wait
13.98/14.04	c # [type: longint, range: [0,9223372036854775807], default: 200]
13.98/14.04	c heuristics/crossover/nwaitingnodes = c 100
13.98/14.04	c # number of nodes added to the contingent of the total nodes
13.98/14.04	c # [type: longint, range: [0,9223372036854775807], default: 500]
13.98/14.04	c heuristics/crossover/nodesofs = c 750
13.98/14.04	c # frequency for calling primal heuristic <crossover> (-1: never, 0: only at depth freqofs)
13.98/14.04	c # [type: int, range: [-1,2147483647], default: 30]
13.98/14.04	c heuristics/crossover/freq = c -1
13.98/14.04	c # additional number of allowed LP iterations
13.98/14.04	c # [type: int, range: [0,2147483647], default: 1000]
13.98/14.04	c heuristics/coefdiving/maxlpiterofs = c 1500
13.98/14.04	c # maximal fraction of diving LP iterations compared to node LP iterations
13.98/14.04	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
13.98/14.04	c heuristics/coefdiving/maxlpiterquot = c 0.075
13.98/14.04	c # frequency for calling primal heuristic <coefdiving> (-1: never, 0: only at depth freqofs)
13.98/14.04	c # [type: int, range: [-1,2147483647], default: 10]
13.98/14.04	c heuristics/coefdiving/freq = c -1
13.98/14.04	c # priority of node selection rule <dfs> in standard mode
13.98/14.04	c # [type: int, range: [-536870912,536870911], default: 0]
13.98/14.04	c nodeselection/dfs/stdpriority = c 1000000
13.98/14.04	c # maximal number of presolving rounds the presolver participates in (-1: no limit)
13.98/14.04	c # [type: int, range: [-1,2147483647], default: -1]
13.98/14.04	c presolving/probing/maxrounds = c 0
13.98/14.04	c # should presolving try to simplify knapsacks
13.98/14.04	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
13.98/14.04	c constraints/knapsack/simplifyinequalities = c TRUE
13.98/14.04	c # should disaggregation of knapsack constraints be allowed in preprocessing?
13.98/14.04	c # [type: bool, range: {TRUE,FALSE}, default: TRUE]
13.98/14.04	c constraints/knapsack/disaggregation = c FALSE
13.98/14.04	c # maximal number of cardinality inequalities lifted per separation round (-1: unlimited)
13.98/14.08	c # [type: int, range: [-1,2147483647], default: -1]
13.98/14.08	c constraints/knapsack/maxnumcardlift = c 0
13.98/14.08	c # should presolving try to simplify inequalities
13.98/14.08	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
13.98/14.08	c constraints/linear/simplifyinequalities = c TRUE
13.98/14.08	c # maximal number of separation rounds in the root node (-1: unlimited)
13.98/14.08	c # [type: int, range: [-1,2147483647], default: -1]
13.98/14.08	c separating/maxroundsroot = c 5
13.98/14.08	c # maximal number of separation rounds per node (-1: unlimited)
13.98/14.08	c # [type: int, range: [-1,2147483647], default: 5]
13.98/14.08	c separating/maxrounds = c 1
13.98/14.08	c # LP pricing strategy ('l'pi default, 'a'uto, 'f'ull pricing, 'p'artial, 's'teepest edge pricing, 'q'uickstart steepest edge pricing, 'd'evex pricing)
13.98/14.08	c # [type: char, range: {lafpsqd}, default: l]
13.98/14.08	c lp/pricing = c a
13.98/14.08	c # frequency for solving LP at the nodes (-1: never; 0: only root LP)
13.98/14.08	c # [type: int, range: [-1,2147483647], default: 1]
13.98/14.08	c lp/solvefreq = c 0
13.98/14.08	c # solving stops, if the given number of solutions were found (-1: no limit)
13.98/14.08	c # [type: int, range: [-1,2147483647], default: -1]
13.98/14.08	c limits/solutions = c 1
13.98/14.08	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
13.98/14.08	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
13.98/14.08	c limits/memory = c 1620
13.98/14.08	c # maximal time in seconds to run
13.98/14.08	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
13.98/14.08	c limits/time = c 1791
13.98/14.08	c # frequency for displaying node information lines
13.98/14.08	c # [type: int, range: [-1,2147483647], default: 100]
13.98/14.08	c display/freq = c 10000
13.98/14.08	c # should enforcement of pseudo solution be disabled?
13.98/14.08	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
13.98/14.08	c constraints/disableenfops = c TRUE
13.98/14.08	c # maximum age an unnecessary constraint can reach before it is deleted (0: dynamic, -1: keep all constraints)
13.98/14.08	c # [type: int, range: [-1,2147483647], default: 0]
13.98/14.08	c constraints/agelimit = c 1
13.98/14.08	c # should binary conflicts be preferred?
13.98/14.08	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
13.98/14.08	c conflict/preferbinary = c TRUE
13.98/14.08	c # maximal number of intermediate conflict constraints generated in conflict graph (-1: use every intermediate constraint)
13.98/14.08	c # [type: int, range: [-1,2147483647], default: -1]
13.98/14.08	c conflict/interconss = c 0
13.98/14.08	c -----------------------------------------------------------------------------------------------
13.98/14.08	c start solving problem
13.98/14.08	c 
17.08/17.13	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
17.08/17.13	c   8.4s|     1 |     0 |   211 | 612M|   0 | 210 |  10k| 546k| 546k|  10k| 546k|   0 |   0 |   0 | 1.050000e+02 |      --      |    Inf 
40.37/40.42	c  30.9s|     1 |     0 |  1523 | 612M|   0 | 204 |  10k| 546k| 546k|  10k| 546k|   3 |   0 |   0 | 1.050000e+02 |      --      |    Inf 
89.56/89.69	c  80.0s|     1 |     0 |  4452 | 613M|   0 | 198 |  10k| 546k| 546k|  10k| 546k|  15 |   0 |   0 | 1.050000e+02 |      --      |    Inf 
124.55/124.60	c   115s|     1 |     0 |  6094 | 613M|   0 | 188 |  10k| 546k| 546k|  10k| 546k|  31 |   0 |   0 | 1.050000e+02 |      --      |    Inf 
201.91/202.04	c   192s|     1 |     0 |  8129 | 616M|   0 | 182 |  10k| 546k| 546k|  10k| 546k|  45 |   0 |   0 | 1.050000e+02 |      --      |    Inf 
263.68/263.83	c   254s|     1 |     0 | 12322 | 617M|   0 | 144 |  10k| 546k| 546k|  10k| 546k|  57 |   0 |   0 | 1.050000e+02 |      --      |    Inf 
354.65/354.80	c   343s|     1 |     2 | 12322 | 617M|   0 | 144 |  10k| 546k| 546k|  10k| 546k|  57 |   0 |  33 | 1.050000e+02 |      --      |    Inf 
466.92/467.15	c   455s| 10000 |  6666 | 12322 | 627M|6717 |   - |  10k| 546k| 516k|   0 |   0 |  57 |2216 |  33 | 1.050000e+02 |      --      |    Inf 
712.03/712.31	c   700s| 20000 |  6659 | 12322 | 627M|6717 |   - |  10k| 546k| 515k|   0 |   0 |  57 |8756 |  33 | 1.050000e+02 |      --      |    Inf 
960.63/961.03	c   948s| 30000 |  6659 | 12322 | 627M|6717 |   - |  10k| 546k| 515k|   0 |   0 |  57 |  15k|  33 | 1.050000e+02 |      --      |    Inf 
1230.93/1231.45	c  1218s| 40000 |  6653 | 12322 | 627M|6717 |   - |  10k| 546k| 515k|   0 |   0 |  57 |  21k|  33 | 1.050000e+02 |      --      |    Inf 
1484.14/1484.75	c  1471s| 50000 |  6656 | 12322 | 627M|6717 |   - |  10k| 546k| 515k|   0 |   0 |  57 |  27k|  33 | 1.050000e+02 |      --      |    Inf 
1750.54/1751.22	c  1737s| 60000 |  6652 | 12322 | 627M|6717 |   - |  10k| 546k| 515k|   0 |   0 |  57 |  34k|  33 | 1.050000e+02 |      --      |    Inf 
1800.03/1800.71	c 
1800.03/1800.71	c SCIP Status        : solving was interrupted [user interrupt]
1800.03/1800.71	c Solving Time (sec) : 1786.21
1800.03/1800.71	c Solving Nodes      : 61732
1800.03/1800.71	c Primal Bound       : +1.00000000000000e+20 (0 solutions)
1800.03/1800.71	c Dual Bound         : +1.05000000000000e+02
1800.03/1800.71	c Gap                : infinite
1800.03/1800.71	c NODE         61732
1800.03/1800.71	c DUAL BOUND   105
1800.03/1800.71	c PRIMAL BOUND 1e+20
1800.03/1800.71	c GAP          1e+20
1800.03/1800.71	s UNKNOWN
1800.03/1800.71	c SCIP Status        : solving was interrupted [user interrupt]
1800.03/1800.71	c Solving Time       :    1786.21
1800.03/1800.71	c Original Problem   :
1800.03/1800.71	c   Problem name     : HOME/instance-1883848-1245236328.opb
1800.03/1800.71	c   Variables        : 10500 (10500 binary, 0 integer, 0 implicit integer, 0 continuous)
1800.03/1800.71	c   Constraints      : 546105 initial, 546105 maximal
1800.03/1800.71	c Presolved Problem  :
1800.03/1800.71	c   Problem name     : t_HOME/instance-1883848-1245236328.opb
1800.03/1800.71	c   Variables        : 10500 (10500 binary, 0 integer, 0 implicit integer, 0 continuous)
1800.03/1800.71	c   Constraints      : 546105 initial, 546121 maximal
1800.03/1800.71	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
1800.03/1800.71	c   trivial          :       0.00          0          0          0          0          0          0          0          0
1800.03/1800.71	c   dualfix          :       0.00          0          0          0          0          0          0          0          0
1800.03/1800.71	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
1800.03/1800.71	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
1800.03/1800.71	c   implics          :       0.00          0          0          0          0          0          0          0          0
1800.03/1800.71	c   probing          :       0.00          0          0          0          0          0          0          0          0
1800.03/1800.71	c   logicor          :       1.31          0          0          0          0          0          0          0          0
1800.03/1800.71	c   root node        :          -          0          -          -          0          -          -          -          -
1800.03/1800.71	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
1800.03/1800.71	c   integral         :          0          0          0          1          0          0          0          0          0          2
1800.03/1800.71	c   logicor          :     546105+         5     448084          0          0      33503    2304239          0          0          0
1800.03/1800.71	c   countsols        :          0          0          0          0          0          0          0          0          0          0
1800.03/1800.71	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
1800.03/1800.71	c   integral         :      89.51       0.00       0.00      89.51       0.00
1800.03/1800.71	c   logicor          :     434.71       0.30     434.41       0.00       0.00
1800.03/1800.71	c   countsols        :       0.00       0.00       0.00       0.00       0.00
1800.03/1800.71	c Propagators        :       Time      Calls    Cutoffs    DomReds
1800.03/1800.71	c   rootredcost      :       0.58          0          0          0
1800.03/1800.71	c   pseudoobj        :     900.35     492800          0          0
1800.03/1800.71	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1800.03/1800.71	c   propagation      :     343.55      33503      33503      33503     1477.9       2915      729.8          -
1800.03/1800.71	c   infeasible LP    :       0.00          0          0          0        0.0          0        0.0          0
1800.03/1800.71	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1800.03/1800.71	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1800.03/1800.71	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1800.03/1800.71	c   applied globally :          -          -          -       9295      573.5          -          -          -
1800.03/1800.71	c   applied locally  :          -          -          -      26301     1707.0          -          -          -
1800.03/1800.71	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1800.03/1800.71	c   cut pool         :       0.00          4          -          -          0          -    (maximal pool size: 242)
1800.03/1800.71	c   redcost          :       0.00          5          0          0          0          0
1800.03/1800.71	c   impliedbounds    :       0.02          5          0          0          0          0
1800.03/1800.71	c   intobj           :       0.00          0          0          0          0          0
1800.03/1800.71	c   gomory           :      62.92          5          0          0       2210          0
1800.03/1800.71	c   strongcg         :      31.27          5          0          0       2210          0
1800.03/1800.71	c   cmir             :       0.00          0          0          0          0          0
1800.03/1800.71	c   flowcover        :       0.00          0          0          0          0          0
1800.03/1800.71	c   clique           :       2.69          5          0          0         18          0
1800.03/1800.71	c   zerohalf         :       0.00          0          0          0          0          0
1800.03/1800.71	c   mcf              :       3.69          1          0          0          0          0
1800.03/1800.71	c Pricers            :       Time      Calls       Vars
1800.03/1800.71	c   problem variables:       0.00          0          0
1800.03/1800.71	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1800.03/1800.71	c   relpscost        :      89.51          1          0          0          0          0          2
1800.03/1800.71	c   pscost           :       0.00          0          0          0          0          0          0
1800.03/1800.71	c   inference        :      17.44      44807          0          0          0          0      89614
1800.03/1800.71	c   mostinf          :       0.00          0          0          0          0          0          0
1800.03/1800.71	c   leastinf         :       0.00          0          0          0          0          0          0
1800.03/1800.71	c   fullstrong       :       0.00          0          0          0          0          0          0
1800.03/1800.71	c   allfullstrong    :       0.00          0          0          0          0          0          0
1800.03/1800.71	c   random           :       0.00          0          0          0          0          0          0
1800.03/1800.71	c Primal Heuristics  :       Time      Calls      Found
1800.03/1800.71	c   LP solutions     :       0.00          -          0
1800.03/1800.71	c   pseudo solutions :       0.00          -          0
1800.03/1800.71	c   simplerounding   :       0.00          0          0
1800.03/1800.71	c   rounding         :       0.00          0          0
1800.03/1800.71	c   shifting         :       0.00          0          0
1800.03/1800.71	c   intshifting      :       0.00          0          0
1800.03/1800.71	c   oneopt           :       0.00          0          0
1800.03/1800.71	c   fixandinfer      :       0.00          0          0
1800.03/1800.71	c   feaspump         :       0.00          0          0
1800.03/1800.71	c   coefdiving       :       0.00          0          0
1800.03/1800.71	c   pscostdiving     :       0.00          0          0
1800.03/1800.71	c   fracdiving       :       0.00          0          0
1800.03/1800.71	c   veclendiving     :       0.00          0          0
1800.03/1800.71	c   intdiving        :       0.00          0          0
1800.03/1800.71	c   actconsdiving    :       0.00          0          0
1800.03/1800.71	c   objpscostdiving  :       0.00          0          0
1800.03/1800.71	c   rootsoldiving    :       0.00          0          0
1800.03/1800.71	c   linesearchdiving :       0.00          0          0
1800.03/1800.71	c   guideddiving     :       0.00          0          0
1800.03/1800.71	c   octane           :       0.00          0          0
1800.03/1800.71	c   rens             :       0.00          0          0
1800.03/1800.71	c   rins             :       0.00          0          0
1800.03/1800.71	c   localbranching   :       0.00          0          0
1800.03/1800.71	c   mutation         :       0.00          0          0
1800.03/1800.71	c   crossover        :       0.00          0          0
1800.03/1800.71	c   dins             :       0.00          0          0
1800.03/1800.71	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1800.03/1800.71	c   primal LP        :       0.80          0          0       0.00       0.00
1800.03/1800.71	c   dual LP          :     144.44          6      12322    2053.67      85.31
1800.03/1800.71	c   barrier LP       :       0.00          0          0       0.00          -
1800.03/1800.71	c   diving/probing LP:       0.00          0          0       0.00          -
1800.03/1800.71	c   strong branching :      89.51         33       6652     201.58      74.32
1800.03/1800.71	c     (at root node) :          -         33       6652     201.58          -
1800.03/1800.71	c   conflict analysis:       0.00          0          0       0.00          -
1800.03/1800.71	c B&B Tree           :
1800.03/1800.71	c   number of runs   :          1
1800.03/1800.71	c   nodes            :      61732
1800.03/1800.71	c   nodes (total)    :      61732
1800.03/1800.71	c   nodes left       :       6649
1800.03/1800.71	c   max depth        :       6717
1800.03/1800.71	c   max depth (total):       6717
1800.03/1800.71	c   backtracks       :      18988 (30.8%)
1800.03/1800.71	c   delayed cutoffs  :      21236
1800.03/1800.71	c   repropagations   :      44297 (1154781 domain reductions, 16579 cutoffs)
1800.03/1800.71	c   avg switch length:       2.36
1800.03/1800.71	c   switching time   :      45.40
1800.03/1800.71	c Solution           :
1800.03/1800.71	c   Solutions found  :          0 (0 improvements)
1800.03/1800.71	c   Primal Bound     :          -
1800.03/1800.71	c   Dual Bound       : +1.05000000000000e+02
1800.03/1800.71	c   Gap              :   infinite
1800.03/1800.71	c   Root Dual Bound  : +1.05000000000000e+02
1802.02/1802.71	c Time complete: 1802.03.

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-1883848-1245236328/watcher-1883848-1245236328 -o /tmp/evaluation-result-1883848-1245236328/solver-1883848-1245236328 -C 1800 -W 2000 -M 1800 HOME/pbscip.linux.x86_64.gnu.opt-gcc42.clp -t 1800 -m 1800 -f HOME/instance-1883848-1245236328.opb 

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: 0.00 0.00 0.00 3/65 18898
/proc/meminfo: memFree=1768704/2055920 swapFree=4192812/4192956
[pid=18898] ppid=18896 vsize=7616 CPUtime=0
/proc/18898/stat : 18898 (pbscip.linux.x8) R 18896 18898 18861 0 -1 4194304 583 0 0 0 0 0 0 0 20 0 1 0 191231755 7798784 567 1992294400 4194304 9342243 548682068736 18446744073709551615 4402248 0 0 4096 0 0 0 0 17 1 0 0
/proc/18898/statm: 1904 577 353 1256 0 643 0

[startup+0.046545 s]
/proc/loadavg: 0.00 0.00 0.00 3/65 18898
/proc/meminfo: memFree=1768704/2055920 swapFree=4192812/4192956
[pid=18898] ppid=18896 vsize=18452 CPUtime=0.04
/proc/18898/stat : 18898 (pbscip.linux.x8) R 18896 18898 18861 0 -1 4194304 3590 0 0 0 3 1 0 0 20 0 1 0 191231755 18894848 3574 1992294400 4194304 9342243 548682068736 18446744073709551615 8247758 0 0 4096 0 0 0 0 17 1 0 0
/proc/18898/statm: 4613 3574 376 1256 0 3352 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 18452

[startup+0.101554 s]
/proc/loadavg: 0.00 0.00 0.00 3/65 18898
/proc/meminfo: memFree=1768704/2055920 swapFree=4192812/4192956
[pid=18898] ppid=18896 vsize=20416 CPUtime=0.09
/proc/18898/stat : 18898 (pbscip.linux.x8) R 18896 18898 18861 0 -1 4194304 4064 0 0 0 8 1 0 0 20 0 1 0 191231755 20905984 4048 1992294400 4194304 9342243 548682068736 18446744073709551615 8247739 0 0 4096 0 0 0 0 17 1 0 0
/proc/18898/statm: 5104 4048 376 1256 0 3843 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 20416

[startup+0.30159 s]
/proc/loadavg: 0.00 0.00 0.00 3/65 18898
/proc/meminfo: memFree=1768704/2055920 swapFree=4192812/4192956
[pid=18898] ppid=18896 vsize=25948 CPUtime=0.29
/proc/18898/stat : 18898 (pbscip.linux.x8) R 18896 18898 18861 0 -1 4194304 5474 0 0 0 27 2 0 0 22 0 1 0 191231755 26570752 5458 1992294400 4194304 9342243 548682068736 18446744073709551615 8305584 0 0 4096 0 0 0 0 17 1 0 0
/proc/18898/statm: 6487 5458 376 1256 0 5226 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 25948

[startup+0.701665 s]
/proc/loadavg: 0.00 0.00 0.00 3/65 18898
/proc/meminfo: memFree=1768704/2055920 swapFree=4192812/4192956
[pid=18898] ppid=18896 vsize=36940 CPUtime=0.69
/proc/18898/stat : 18898 (pbscip.linux.x8) R 18896 18898 18861 0 -1 4194304 8224 0 0 0 66 3 0 0 25 0 1 0 191231755 37826560 8208 1992294400 4194304 9342243 548682068736 18446744073709551615 8247758 0 0 4096 0 0 0 0 17 1 0 0
/proc/18898/statm: 9235 8208 376 1256 0 7974 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 36940

[startup+1.50181 s]
/proc/loadavg: 0.00 0.00 0.00 2/66 18899
/proc/meminfo: memFree=1728632/2055920 swapFree=4192812/4192956
[pid=18898] ppid=18896 vsize=59052 CPUtime=1.49
/proc/18898/stat : 18898 (pbscip.linux.x8) R 18896 18898 18861 0 -1 4194304 13719 0 0 0 144 5 0 0 25 0 1 0 191231755 60469248 13703 1992294400 4194304 9342243 548682068736 18446744073709551615 8305584 0 0 4096 0 0 0 0 17 1 0 0
/proc/18898/statm: 14763 13703 376 1256 0 13502 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 59052

[startup+3.10111 s]
/proc/loadavg: 0.08 0.02 0.01 2/66 18899
/proc/meminfo: memFree=1699384/2055920 swapFree=4192812/4192956
[pid=18898] ppid=18896 vsize=101568 CPUtime=3.09
/proc/18898/stat : 18898 (pbscip.linux.x8) R 18896 18898 18861 0 -1 4194304 24281 0 0 0 298 11 0 0 25 0 1 0 191231755 104005632 24265 1992294400 4194304 9342243 548682068736 18446744073709551615 8305584 0 0 4096 0 0 0 0 17 1 0 0
/proc/18898/statm: 25392 24265 376 1256 0 24131 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 101568

[startup+6.3017 s]
/proc/loadavg: 0.08 0.02 0.01 2/66 18899
/proc/meminfo: memFree=1609976/2055920 swapFree=4192812/4192956
[pid=18898] ppid=18896 vsize=188196 CPUtime=6.29
/proc/18898/stat : 18898 (pbscip.linux.x8) R 18896 18898 18861 0 -1 4194304 45881 0 0 0 609 20 0 0 25 0 1 0 191231755 192712704 45865 1992294400 4194304 9342243 548682068736 18446744073709551615 5538056 0 0 4096 0 0 0 0 17 1 0 0
/proc/18898/statm: 47049 45865 376 1256 0 45788 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 188196

[startup+12.7019 s]
/proc/loadavg: 0.15 0.03 0.01 2/66 18899
/proc/meminfo: memFree=1125816/2055920 swapFree=4192812/4192956
[pid=18898] ppid=18896 vsize=652784 CPUtime=12.69
/proc/18898/stat : 18898 (pbscip.linux.x8) R 18896 18898 18861 0 -1 4194304 172252 0 0 0 1123 146 0 0 25 0 1 0 191231755 668450816 160759 1992294400 4194304 9342243 548682068736 18446744073709551615 8300202 0 0 4096 16384 0 0 0 17 1 0 0
/proc/18898/statm: 163196 160759 465 1256 0 161935 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 652784

[startup+25.5013 s]
/proc/loadavg: 0.34 0.08 0.02 2/66 18899
/proc/meminfo: memFree=792312/2055920 swapFree=4192812/4192956
[pid=18898] ppid=18896 vsize=1135512 CPUtime=25.48
/proc/18898/stat : 18898 (pbscip.linux.x8) R 18896 18898 18861 0 -1 4194304 265750 0 0 0 2280 268 0 0 25 0 1 0 191231755 1162764288 245519 1992294400 4194304 9342243 548682068736 18446744073709551615 5654519 0 0 4096 16384 0 0 0 17 1 0 0
/proc/18898/statm: 283878 245519 628 1256 0 282617 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 1135512

[startup+51.102 s]
/proc/loadavg: 0.56 0.15 0.05 2/66 18899
/proc/meminfo: memFree=772088/2055920 swapFree=4192812/4192956
[pid=18898] ppid=18896 vsize=1164468 CPUtime=51.08
/proc/18898/stat : 18898 (pbscip.linux.x8) R 18896 18898 18861 0 -1 4194304 296119 0 0 0 4825 283 0 0 25 0 1 0 191231755 1192415232 249181 1992294400 4194304 9342243 548682068736 18446744073709551615 5990660 0 0 4096 16384 0 0 0 17 1 0 0
/proc/18898/statm: 291117 249181 632 1256 0 289856 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 1164468

[startup+102.306 s]
/proc/loadavg: 0.82 0.29 0.10 2/66 18899
/proc/meminfo: memFree=720312/2055920 swapFree=4192812/4192956
[pid=18898] ppid=18896 vsize=1123760 CPUtime=102.25
/proc/18898/stat : 18898 (pbscip.linux.x8) R 18896 18898 18861 0 -1 4194304 333929 0 0 0 9922 303 0 0 25 0 1 0 191231755 1150730240 262078 1992294400 4194304 9342243 548682068736 18446744073709551615 4272794 0 0 4096 16384 0 0 0 17 1 0 0
/proc/18898/statm: 280940 262078 633 1256 0 279679 0
Current children cumulated CPU time (s) 102.25
Current children cumulated vsize (KiB) 1123760

[startup+162.302 s]
/proc/loadavg: 0.93 0.41 0.15 2/66 18905
/proc/meminfo: memFree=657528/2055920 swapFree=4192812/4192956
[pid=18898] ppid=18896 vsize=1191988 CPUtime=162.23
/proc/18898/stat : 18898 (pbscip.linux.x8) R 18896 18898 18861 0 -1 4194304 349662 0 0 0 15909 314 0 0 25 0 1 0 191231755 1220595712 277811 1992294400 4194304 9342243 548682068736 18446744073709551615 4272716 0 0 4096 16384 0 0 0 17 1 0 0
/proc/18898/statm: 297997 277811 633 1256 0 296736 0
Current children cumulated CPU time (s) 162.23
Current children cumulated vsize (KiB) 1191988

[startup+222.302 s]
/proc/loadavg: 0.97 0.52 0.20 2/66 18905
/proc/meminfo: memFree=627000/2055920 swapFree=4192812/4192956
[pid=18898] ppid=18896 vsize=1209200 CPUtime=222.21
/proc/18898/stat : 18898 (pbscip.linux.x8) R 18896 18898 18861 0 -1 4194304 357197 0 0 0 21899 322 0 0 25 0 1 0 191231755 1238220800 285344 1992294400 4194304 9342243 548682068736 18446744073709551615 6960594 0 0 4096 16384 0 0 0 17 1 0 0
/proc/18898/statm: 302300 285344 633 1256 0 301039 0
Current children cumulated CPU time (s) 222.21
Current children cumulated vsize (KiB) 1209200

[startup+282.302 s]
/proc/loadavg: 0.99 0.60 0.25 2/66 18905
/proc/meminfo: memFree=560504/2055920 swapFree=4192812/4192956
[pid=18898] ppid=18896 vsize=1434988 CPUtime=282.18
/proc/18898/stat : 18898 (pbscip.linux.x8) R 18896 18898 18861 0 -1 4194304 450457 0 0 0 27858 360 0 0 25 0 1 0 191231755 1469427712 301892 1992294400 4194304 9342243 548682068736 18446744073709551615 5990660 0 0 4096 16384 0 0 0 17 1 0 0
/proc/18898/statm: 358747 301892 638 1256 0 357486 0
Current children cumulated CPU time (s) 282.18
Current children cumulated vsize (KiB) 1434988

[startup+342.301 s]
/proc/loadavg: 0.99 0.67 0.29 2/66 18905
/proc/meminfo: memFree=560504/2055920 swapFree=4192812/4192956
[pid=18898] ppid=18896 vsize=1434988 CPUtime=342.15
/proc/18898/stat : 18898 (pbscip.linux.x8) R 18896 18898 18861 0 -1 4194304 674058 0 0 0 33766 449 0 0 25 0 1 0 191231755 1469427712 301912 1992294400 4194304 9342243 548682068736 18446744073709551615 6365936 0 0 4096 16384 0 0 0 17 1 0 0
/proc/18898/statm: 358747 301912 638 1256 0 357486 0
Current children cumulated CPU time (s) 342.15
Current children cumulated vsize (KiB) 1434988

[startup+402.301 s]
/proc/loadavg: 0.99 0.73 0.33 2/66 18905
/proc/meminfo: memFree=591928/2055920 swapFree=4192812/4192956
[pid=18898] ppid=18896 vsize=1234172 CPUtime=402.13
/proc/18898/stat : 18898 (pbscip.linux.x8) R 18896 18898 18861 0 -1 4194304 719469 0 0 0 39738 475 0 0 25 0 1 0 191231755 1263792128 294081 1992294400 4194304 9342243 548682068736 18446744073709551615 8300202 0 0 4096 16384 0 0 0 17 1 0 0
/proc/18898/statm: 308543 294081 660 1256 0 307282 0
Current children cumulated CPU time (s) 402.13
Current children cumulated vsize (KiB) 1234172

[startup+462.301 s]
/proc/loadavg: 0.99 0.77 0.37 2/66 18905
/proc/meminfo: memFree=589624/2055920 swapFree=4192812/4192956
[pid=18898] ppid=18896 vsize=1234172 CPUtime=462.11
/proc/18898/stat : 18898 (pbscip.linux.x8) R 18896 18898 18861 0 -1 4194304 720050 0 0 0 45726 485 0 0 25 0 1 0 191231755 1263792128 294662 1992294400 4194304 9342243 548682068736 18446744073709551615 4235641 0 0 4096 16384 0 0 0 17 1 0 0
/proc/18898/statm: 308543 294662 660 1256 0 307282 0
Current children cumulated CPU time (s) 462.11
Current children cumulated vsize (KiB) 1234172

[startup+522.302 s]
/proc/loadavg: 0.99 0.81 0.41 2/66 18905
/proc/meminfo: memFree=582968/2055920 swapFree=4192812/4192956
[pid=18898] ppid=18896 vsize=1234172 CPUtime=522.1
/proc/18898/stat : 18898 (pbscip.linux.x8) R 18896 18898 18861 0 -1 4194304 721722 0 0 0 51711 499 0 0 25 0 1 0 191231755 1263792128 296334 1992294400 4194304 9342243 548682068736 18446744073709551615 5433159 0 0 4096 16384 0 0 0 17 1 0 0
/proc/18898/statm: 308543 296334 660 1256 0 307282 0
Current children cumulated CPU time (s) 522.1
Current children cumulated vsize (KiB) 1234172

[startup+582.302 s]
/proc/loadavg: 0.99 0.84 0.44 2/66 18905
/proc/meminfo: memFree=580856/2055920 swapFree=4192812/4192956
[pid=18898] ppid=18896 vsize=1234172 CPUtime=582.07
/proc/18898/stat : 18898 (pbscip.linux.x8) R 18896 18898 18861 0 -1 4194304 722235 0 0 0 57697 510 0 0 25 0 1 0 191231755 1263792128 296847 1992294400 4194304 9342243 548682068736 18446744073709551615 5751993 0 0 4096 16384 0 0 0 17 1 0 0
/proc/18898/statm: 308543 296847 660 1256 0 307282 0
Current children cumulated CPU time (s) 582.07
Current children cumulated vsize (KiB) 1234172

[startup+642.302 s]
/proc/loadavg: 0.99 0.87 0.48 2/66 18905
/proc/meminfo: memFree=580600/2055920 swapFree=4192812/4192956
[pid=18898] ppid=18896 vsize=1234172 CPUtime=642.06
/proc/18898/stat : 18898 (pbscip.linux.x8) R 18896 18898 18861 0 -1 4194304 722292 0 0 0 63686 520 0 0 25 0 1 0 191231755 1263792128 296904 1992294400 4194304 9342243 548682068736 18446744073709551615 4363320 0 0 4096 16384 0 0 0 17 1 0 0
/proc/18898/statm: 308543 296904 660 1256 0 307282 0
Current children cumulated CPU time (s) 642.06
Current children cumulated vsize (KiB) 1234172

[startup+702.301 s]

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

[startup+1062.3 s]
/proc/loadavg: 0.99 0.95 0.65 2/66 18905
/proc/meminfo: memFree=573432/2055920 swapFree=4192812/4192956
[pid=18898] ppid=18896 vsize=1243108 CPUtime=1061.89
/proc/18898/stat : 18898 (pbscip.linux.x8) R 18896 18898 18861 0 -1 4194304 723999 0 0 0 105601 588 0 0 25 0 1 0 191231755 1272942592 298611 1992294400 4194304 9342243 548682068736 18446744073709551615 5433159 0 0 4096 16384 0 0 0 17 1 0 0
/proc/18898/statm: 310777 298611 660 1256 0 309516 0
Current children cumulated CPU time (s) 1061.89
Current children cumulated vsize (KiB) 1243108

[startup+1122.3 s]
/proc/loadavg: 0.99 0.96 0.67 2/66 18905
/proc/meminfo: memFree=569976/2055920 swapFree=4192812/4192956
[pid=18898] ppid=18896 vsize=1247528 CPUtime=1121.87
/proc/18898/stat : 18898 (pbscip.linux.x8) R 18896 18898 18861 0 -1 4194304 724849 0 0 0 111587 600 0 0 25 0 1 0 191231755 1277468672 299461 1992294400 4194304 9342243 548682068736 18446744073709551615 4209589 0 0 4096 16384 0 0 0 17 1 0 0
/proc/18898/statm: 311882 299461 660 1256 0 310621 0
Current children cumulated CPU time (s) 1121.87
Current children cumulated vsize (KiB) 1247528

[startup+1182.3 s]
/proc/loadavg: 0.99 0.97 0.68 2/66 18905
/proc/meminfo: memFree=566648/2055920 swapFree=4192812/4192956
[pid=18898] ppid=18896 vsize=1251860 CPUtime=1181.85
/proc/18898/stat : 18898 (pbscip.linux.x8) R 18896 18898 18861 0 -1 4194304 725687 0 0 0 117574 611 0 0 25 0 1 0 191231755 1281904640 300299 1992294400 4194304 9342243 548682068736 18446744073709551615 4775503 0 0 4096 16384 0 0 0 17 1 0 0
/proc/18898/statm: 312965 300299 660 1256 0 311704 0
Current children cumulated CPU time (s) 1181.85
Current children cumulated vsize (KiB) 1251860

[startup+1242.3 s]
/proc/loadavg: 0.99 0.97 0.70 2/66 18905
/proc/meminfo: memFree=565048/2055920 swapFree=4192812/4192956
[pid=18898] ppid=18896 vsize=1253684 CPUtime=1241.83
/proc/18898/stat : 18898 (pbscip.linux.x8) R 18896 18898 18861 0 -1 4194304 726060 0 0 0 123560 623 0 0 25 0 1 0 191231755 1283772416 300672 1992294400 4194304 9342243 548682068736 18446744073709551615 5433159 0 0 4096 16384 0 0 0 17 1 0 0
/proc/18898/statm: 313421 300672 660 1256 0 312160 0
Current children cumulated CPU time (s) 1241.83
Current children cumulated vsize (KiB) 1253684

[startup+1302.3 s]
/proc/loadavg: 0.99 0.97 0.72 2/66 18905
/proc/meminfo: memFree=563320/2055920 swapFree=4192812/4192956
[pid=18898] ppid=18896 vsize=1256296 CPUtime=1301.81
/proc/18898/stat : 18898 (pbscip.linux.x8) R 18896 18898 18861 0 -1 4194304 726487 0 0 0 129548 633 0 0 25 0 1 0 191231755 1286447104 301099 1992294400 4194304 9342243 548682068736 18446744073709551615 5433480 0 0 4096 16384 0 0 0 17 1 0 0
/proc/18898/statm: 314074 301099 660 1256 0 312813 0
Current children cumulated CPU time (s) 1301.81
Current children cumulated vsize (KiB) 1256296

[startup+1362.3 s]
/proc/loadavg: 0.99 0.97 0.73 2/66 18905
/proc/meminfo: memFree=562104/2055920 swapFree=4192812/4192956
[pid=18898] ppid=18896 vsize=1258028 CPUtime=1361.79
/proc/18898/stat : 18898 (pbscip.linux.x8) R 18896 18898 18861 0 -1 4194304 726784 0 0 0 135536 643 0 0 25 0 1 0 191231755 1288220672 301396 1992294400 4194304 9342243 548682068736 18446744073709551615 4562398 0 0 4096 16384 0 0 0 17 1 0 0
/proc/18898/statm: 314507 301396 660 1256 0 313246 0
Current children cumulated CPU time (s) 1361.79
Current children cumulated vsize (KiB) 1258028

[startup+1422.31 s]
/proc/loadavg: 0.99 0.97 0.75 2/66 18905
/proc/meminfo: memFree=560440/2055920 swapFree=4192812/4192956
[pid=18898] ppid=18896 vsize=1260308 CPUtime=1421.76
/proc/18898/stat : 18898 (pbscip.linux.x8) R 18896 18898 18861 0 -1 4194304 727193 0 0 0 141524 652 0 0 25 0 1 0 191231755 1290555392 301805 1992294400 4194304 9342243 548682068736 18446744073709551615 5433166 0 0 4096 16384 0 0 0 17 1 0 0
/proc/18898/statm: 315077 301805 660 1256 0 313816 0
Current children cumulated CPU time (s) 1421.76
Current children cumulated vsize (KiB) 1260308

[startup+1482.3 s]
/proc/loadavg: 0.99 0.97 0.76 2/66 18905
/proc/meminfo: memFree=558392/2055920 swapFree=4192812/4192956
[pid=18898] ppid=18896 vsize=1262916 CPUtime=1481.74
/proc/18898/stat : 18898 (pbscip.linux.x8) R 18896 18898 18861 0 -1 4194304 727696 0 0 0 147510 664 0 0 25 0 1 0 191231755 1293225984 302308 1992294400 4194304 9342243 548682068736 18446744073709551615 4363444 0 0 4096 16384 0 0 0 17 1 0 0
/proc/18898/statm: 315729 302308 660 1256 0 314468 0
Current children cumulated CPU time (s) 1481.74
Current children cumulated vsize (KiB) 1262916

[startup+1542.3 s]
/proc/loadavg: 0.99 0.97 0.77 2/66 18905
/proc/meminfo: memFree=556216/2055920 swapFree=4192812/4192956
[pid=18898] ppid=18896 vsize=1265932 CPUtime=1541.72
/proc/18898/stat : 18898 (pbscip.linux.x8) R 18896 18898 18861 0 -1 4194304 728231 0 0 0 153499 673 0 0 25 0 1 0 191231755 1296314368 302843 1992294400 4194304 9342243 548682068736 18446744073709551615 5433159 0 0 4096 16384 0 0 0 17 1 0 0
/proc/18898/statm: 316483 302843 660 1256 0 315222 0
Current children cumulated CPU time (s) 1541.72
Current children cumulated vsize (KiB) 1265932

[startup+1602.3 s]
/proc/loadavg: 0.99 0.97 0.78 2/66 18905
/proc/meminfo: memFree=555128/2055920 swapFree=4192812/4192956
[pid=18898] ppid=18896 vsize=1267484 CPUtime=1601.69
/proc/18898/stat : 18898 (pbscip.linux.x8) R 18896 18898 18861 0 -1 4194304 728502 0 0 0 159487 682 0 0 25 0 1 0 191231755 1297903616 303114 1992294400 4194304 9342243 548682068736 18446744073709551615 5433166 0 0 4096 16384 0 0 0 17 1 0 0
/proc/18898/statm: 316871 303114 660 1256 0 315610 0
Current children cumulated CPU time (s) 1601.69
Current children cumulated vsize (KiB) 1267484

[startup+1662.3 s]
/proc/loadavg: 0.99 0.97 0.79 2/66 18905
/proc/meminfo: memFree=553720/2055920 swapFree=4192812/4192956
[pid=18898] ppid=18896 vsize=1269256 CPUtime=1661.67
/proc/18898/stat : 18898 (pbscip.linux.x8) R 18896 18898 18861 0 -1 4194304 728841 0 0 0 165472 695 0 0 25 0 1 0 191231755 1299718144 303453 1992294400 4194304 9342243 548682068736 18446744073709551615 5746115 0 0 4096 16384 0 0 0 17 1 0 0
/proc/18898/statm: 317314 303453 660 1256 0 316053 0
Current children cumulated CPU time (s) 1661.67
Current children cumulated vsize (KiB) 1269256

[startup+1722.3 s]
/proc/loadavg: 0.99 0.97 0.80 2/66 18905
/proc/meminfo: memFree=552440/2055920 swapFree=4192812/4192956
[pid=18898] ppid=18896 vsize=1270952 CPUtime=1721.65
/proc/18898/stat : 18898 (pbscip.linux.x8) R 18896 18898 18861 0 -1 4194304 729141 0 0 0 171461 704 0 0 25 0 1 0 191231755 1301454848 303753 1992294400 4194304 9342243 548682068736 18446744073709551615 5100860 0 0 4096 16384 0 0 0 17 1 0 0
/proc/18898/statm: 317738 303753 660 1256 0 316477 0
Current children cumulated CPU time (s) 1721.65
Current children cumulated vsize (KiB) 1270952

[startup+1782.3 s]
/proc/loadavg: 0.99 0.97 0.82 2/66 18905
/proc/meminfo: memFree=551352/2055920 swapFree=4192812/4192956
[pid=18898] ppid=18896 vsize=1272240 CPUtime=1781.62
/proc/18898/stat : 18898 (pbscip.linux.x8) R 18896 18898 18861 0 -1 4194304 729415 0 0 0 177449 713 0 0 25 0 1 0 191231755 1302773760 304027 1992294400 4194304 9342243 548682068736 18446744073709551615 5433166 0 0 4096 16384 0 0 0 17 1 0 0
/proc/18898/statm: 318060 304027 660 1256 0 316799 0
Current children cumulated CPU time (s) 1781.62
Current children cumulated vsize (KiB) 1272240



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.71 s]
/proc/loadavg: 0.99 0.97 0.82 2/66 18905
/proc/meminfo: memFree=551352/2055920 swapFree=4192812/4192956
[pid=18898] ppid=18896 vsize=1272240 CPUtime=1800.03
/proc/18898/stat : 18898 (pbscip.linux.x8) R 18896 18898 18861 0 -1 4194304 729423 0 0 0 179286 717 0 0 25 0 1 0 191231755 1302773760 304035 1992294400 4194304 9342243 548682068736 18446744073709551615 5102411 0 0 4096 16384 0 0 0 17 1 0 0
/proc/18898/statm: 318060 304035 660 1256 0 316799 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 1272240

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

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

[startup+1801.4 s]
/proc/loadavg: 0.99 0.97 0.82 2/66 18905
/proc/meminfo: memFree=551352/2055920 swapFree=4192812/4192956
[pid=18898] ppid=18896 vsize=1272524 CPUtime=1800.73
/proc/18898/stat : 18898 (pbscip.linux.x8) R 18896 18898 18861 0 -1 4194304 729517 0 0 0 179356 717 0 0 25 0 1 0 191231755 1303064576 304129 1992294400 4194304 9342243 548682068736 18446744073709551615 5855076 0 0 4096 0 0 0 0 17 1 0 0
/proc/18898/statm: 318131 304129 665 1256 0 316870 0
Current children cumulated CPU time (s) 1800.73
Current children cumulated vsize (KiB) 1272524

[startup+1802.2 s]
/proc/loadavg: 0.99 0.97 0.82 2/67 18906
/proc/meminfo: memFree=550960/2055920 swapFree=4192812/4192956
[pid=18898] ppid=18896 vsize=1267984 CPUtime=1801.52
/proc/18898/stat : 18898 (pbscip.linux.x8) R 18896 18898 18861 0 -1 4194304 729518 0 0 0 179435 717 0 0 25 0 1 0 191231755 1298415616 303063 1992294400 4194304 9342243 548682068736 18446744073709551615 4240715 0 0 4096 0 0 0 0 17 1 0 0
/proc/18898/statm: 316996 303063 666 1256 0 315735 0
Current children cumulated CPU time (s) 1801.52
Current children cumulated vsize (KiB) 1267984

[startup+1802.6 s]
/proc/loadavg: 0.99 0.97 0.82 2/67 18906
/proc/meminfo: memFree=550960/2055920 swapFree=4192812/4192956
[pid=18898] ppid=18896 vsize=781100 CPUtime=1801.92
/proc/18898/stat : 18898 (pbscip.linux.x8) R 18896 18898 18861 0 -1 4194304 729519 0 0 0 179468 724 0 0 25 0 1 0 191231755 799846400 183835 1992294400 4194304 9342243 548682068736 18446744073709551615 8483466 0 0 4096 0 0 0 0 17 1 0 0
/proc/18898/statm: 195275 183835 1280 1256 0 194014 0
Current children cumulated CPU time (s) 1801.92
Current children cumulated vsize (KiB) 781100

[startup+1802.7 s]
/proc/loadavg: 0.99 0.97 0.82 2/67 18906
/proc/meminfo: memFree=550960/2055920 swapFree=4192812/4192956
[pid=18898] ppid=18896 vsize=72900 CPUtime=1802.02
/proc/18898/stat : 18898 (pbscip.linux.x8) R 18896 18898 18861 0 -1 4194304 729519 0 0 0 179468 734 0 0 25 0 1 0 191231755 74649600 15570 1992294400 4194304 9342243 548682068736 18446744073709551615 8483466 0 0 4096 0 0 0 0 17 1 0 0
/proc/18898/statm: 18225 15570 1375 1256 0 16964 0
Current children cumulated CPU time (s) 1802.02
Current children cumulated vsize (KiB) 72900

Child status: 0
Real time (s): 1802.71
CPU time (s): 1802.04
CPU user time (s): 1794.68
CPU system time (s): 7.35988
CPU usage (%): 99.9629
Max. virtual memory (cumulated for all children) (KiB): 1443536

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.68
system time used= 7.35988
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 729523
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= 6
involuntary context switches= 2687

runsolver used 1.89871 second user time and 4.67129 second system time

The end

Launcher Data

Begin job on node81 at 2009-06-17 12:58:48
IDJOB=1883848
IDBENCH=2568
IDSOLVER=684
FILE ID=node81/1883848-1245236328
PBS_JOBID= 9372270
Free space on /tmp= 126764 MiB

SOLVER NAME= SCIPclp SCIP 1.1.0.7 with CLP 1.8.2
BENCH NAME= PB06/final/normalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/roussel/normalized-pigeon-clauses-105-100.opb
COMMAND LINE= HOME/pbscip.linux.x86_64.gnu.opt-gcc42.clp -t TIMEOUT -m MEMLIMIT -f BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1883848-1245236328/watcher-1883848-1245236328 -o /tmp/evaluation-result-1883848-1245236328/solver-1883848-1245236328 -C 1800 -W 2000 -M 1800  HOME/pbscip.linux.x86_64.gnu.opt-gcc42.clp -t 1800 -m 1800 -f HOME/instance-1883848-1245236328.opb

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

MD5SUM BENCH= 171440d91f1be063c3511a9802d43f3d
RANDOM SEED=1110833347

node81.alineos.net Linux 2.6.9-22.EL.rootsmp #1 SMP Mon Oct 3 08:59:52 CEST 2005

/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.268
cache size	: 2048 KB
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 pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5914.62
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.268
cache size	: 2048 KB
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 pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5996.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1769256 kB
Buffers:         29428 kB
Cached:         182800 kB
SwapCached:          0 kB
Active:          92464 kB
Inactive:       134528 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1769256 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:           25848 kB
Writeback:           0 kB
Mapped:          24500 kB
Slab:            45452 kB
Committed_AS:   116732 kB
PageTables:       1452 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 126752 MiB
End job on node81 at 2009-06-17 13:28:51