Trace number 1885638

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? 1797.42 1798.14

General information on the benchmark

Name/PURE-SAT/SAT09/APPLICATIONS/
bioinfo/q_query_3_l40_lambda.opb
MD5SUM7514bb0ff270c16289c917db85d0253c
Bench CategoryPURE-SAT (instances containing only clauses)
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 benchmark23.3984
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables28488
Total number of constraints140544
Number of constraints which are clauses140544
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 constraint1
Maximum length of a constraint9
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 10
Number of bits of the biggest sum of numbers4
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

2.10/2.16	c SCIP version 1.1.0.7
2.10/2.16	c LP-Solver Clp 1.8.2
2.10/2.16	c user parameter file <scip.set> not found - using default parameters
2.10/2.16	c read problem <HOME/instance-1885638-1245268176.opb>
2.10/2.16	c original problem has 28488 variables (28488 bin, 0 int, 0 impl, 0 cont) and 140544 constraints
2.59/2.69	c No objective function, only one solution is needed.
2.59/2.69	c start presolving problem
2.59/2.69	c presolving:
3.49/3.54	c (round 1) 6970 del vars, 9632 del conss, 4398 chg bounds, 9 chg sides, 18 chg coeffs, 0 upgd conss, 328085 impls, 0 clqs
3.89/3.99	c (round 2) 10257 del vars, 22051 del conss, 4606 chg bounds, 36 chg sides, 121 chg coeffs, 0 upgd conss, 384532 impls, 0 clqs
4.49/4.52	c (round 3) 12756 del vars, 36135 del conss, 4719 chg bounds, 47 chg sides, 139 chg coeffs, 0 upgd conss, 606338 impls, 0 clqs
4.89/4.91	c (round 4) 14167 del vars, 48565 del conss, 4790 chg bounds, 47 chg sides, 141 chg coeffs, 0 upgd conss, 760246 impls, 0 clqs
5.09/5.10	c (round 5) 14306 del vars, 56815 del conss, 4834 chg bounds, 47 chg sides, 141 chg coeffs, 0 upgd conss, 772080 impls, 0 clqs
5.09/5.19	c (round 6) 14322 del vars, 57572 del conss, 4847 chg bounds, 49 chg sides, 145 chg coeffs, 0 upgd conss, 772899 impls, 0 clqs
5.19/5.26	c (round 7) 14326 del vars, 57731 del conss, 4849 chg bounds, 49 chg sides, 145 chg coeffs, 0 upgd conss, 773145 impls, 0 clqs
5.29/5.39	c (round 8) 14327 del vars, 57741 del conss, 4850 chg bounds, 49 chg sides, 145 chg coeffs, 0 upgd conss, 773159 impls, 0 clqs
6.19/6.21	c (round 9) 14327 del vars, 63893 del conss, 4850 chg bounds, 51 chg sides, 145 chg coeffs, 76651 upgd conss, 773159 impls, 0 clqs
6.29/6.37	c presolving (10 rounds):
6.29/6.37	c  14327 deleted vars, 63893 deleted constraints, 4850 tightened bounds, 0 added holes, 51 changed sides, 145 changed coefficients
6.29/6.37	c  773159 implications, 0 cliques
6.29/6.37	c presolved problem has 14161 variables (14161 bin, 0 int, 0 impl, 0 cont) and 76651 constraints
6.29/6.37	c   76651 constraints of type <logicor>
6.29/6.37	c transformed objective value is always integral (scale: 1)
6.29/6.37	c Presolving Time: 3.12
6.29/6.37	c PURESAT
6.29/6.37	c -----------------------------------------------------------------------------------------------
6.29/6.37	c # frequency for calling separator <flowcover> (-1: never, 0: only in root node)
6.29/6.37	c # [type: int, range: [-1,2147483647], default: 0]
6.29/6.37	c separating/flowcover/freq = c -1
6.29/6.37	c # frequency for calling separator <cmir> (-1: never, 0: only in root node)
6.29/6.37	c # [type: int, range: [-1,2147483647], default: 0]
6.29/6.37	c separating/cmir/freq = c -1
6.29/6.37	c # additional number of allowed LP iterations
6.29/6.37	c # [type: int, range: [0,2147483647], default: 1000]
6.29/6.37	c heuristics/veclendiving/maxlpiterofs = c 1500
6.29/6.37	c # maximal fraction of diving LP iterations compared to node LP iterations
6.29/6.37	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
6.29/6.37	c heuristics/veclendiving/maxlpiterquot = c 0.075
6.29/6.37	c # frequency for calling primal heuristic <veclendiving> (-1: never, 0: only at depth freqofs)
6.29/6.37	c # [type: int, range: [-1,2147483647], default: 10]
6.29/6.37	c heuristics/veclendiving/freq = c -1
6.29/6.37	c # frequency for calling primal heuristic <simplerounding> (-1: never, 0: only at depth freqofs)
6.29/6.37	c # [type: int, range: [-1,2147483647], default: 1]
6.29/6.37	c heuristics/simplerounding/freq = c -1
6.29/6.37	c # frequency for calling primal heuristic <shifting> (-1: never, 0: only at depth freqofs)
6.29/6.37	c # [type: int, range: [-1,2147483647], default: 10]
6.29/6.37	c heuristics/shifting/freq = c -1
6.29/6.37	c # frequency for calling primal heuristic <rounding> (-1: never, 0: only at depth freqofs)
6.29/6.37	c # [type: int, range: [-1,2147483647], default: 1]
6.29/6.37	c heuristics/rounding/freq = c -1
6.29/6.37	c # additional number of allowed LP iterations
6.29/6.37	c # [type: int, range: [0,2147483647], default: 1000]
6.29/6.37	c heuristics/rootsoldiving/maxlpiterofs = c 1500
6.29/6.37	c # maximal fraction of diving LP iterations compared to node LP iterations
6.29/6.37	c # [type: real, range: [0,1.79769313486232e+308], default: 0.01]
6.29/6.37	c heuristics/rootsoldiving/maxlpiterquot = c 0.015
6.29/6.37	c # frequency for calling primal heuristic <rootsoldiving> (-1: never, 0: only at depth freqofs)
6.29/6.37	c # [type: int, range: [-1,2147483647], default: 20]
6.29/6.37	c heuristics/rootsoldiving/freq = c -1
6.29/6.37	c # number of nodes added to the contingent of the total nodes
6.29/6.37	c # [type: longint, range: [0,9223372036854775807], default: 500]
6.29/6.37	c heuristics/rens/nodesofs = c 2000
6.29/6.37	c # minimum percentage of integer variables that have to be fixable 
6.29/6.37	c # [type: real, range: [0,1], default: 0.5]
6.29/6.37	c heuristics/rens/minfixingrate = c 0.3
6.29/6.37	c # frequency for calling primal heuristic <rens> (-1: never, 0: only at depth freqofs)
6.29/6.37	c # [type: int, range: [-1,2147483647], default: 0]
6.29/6.37	c heuristics/rens/freq = c -1
6.29/6.37	c # additional number of allowed LP iterations
6.29/6.37	c # [type: int, range: [0,2147483647], default: 1000]
6.29/6.37	c heuristics/pscostdiving/maxlpiterofs = c 1500
6.29/6.37	c # maximal fraction of diving LP iterations compared to node LP iterations
6.29/6.37	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
6.29/6.37	c heuristics/pscostdiving/maxlpiterquot = c 0.075
6.29/6.37	c # frequency for calling primal heuristic <pscostdiving> (-1: never, 0: only at depth freqofs)
6.29/6.37	c # [type: int, range: [-1,2147483647], default: 10]
6.29/6.37	c heuristics/pscostdiving/freq = c -1
6.29/6.37	c # frequency for calling primal heuristic <oneopt> (-1: never, 0: only at depth freqofs)
6.29/6.37	c # [type: int, range: [-1,2147483647], default: 1]
6.29/6.37	c heuristics/oneopt/freq = c -1
6.29/6.37	c # additional number of allowed LP iterations
6.29/6.37	c # [type: int, range: [0,2147483647], default: 1000]
6.29/6.37	c heuristics/objpscostdiving/maxlpiterofs = c 1500
6.29/6.37	c # maximal fraction of diving LP iterations compared to total iteration number
6.29/6.37	c # [type: real, range: [0,1], default: 0.01]
6.29/6.37	c heuristics/objpscostdiving/maxlpiterquot = c 0.015
6.29/6.37	c # frequency for calling primal heuristic <objpscostdiving> (-1: never, 0: only at depth freqofs)
6.29/6.37	c # [type: int, range: [-1,2147483647], default: 20]
6.29/6.37	c heuristics/objpscostdiving/freq = c -1
6.29/6.37	c # additional number of allowed LP iterations
6.29/6.37	c # [type: int, range: [0,2147483647], default: 1000]
6.29/6.37	c heuristics/linesearchdiving/maxlpiterofs = c 1500
6.29/6.37	c # maximal fraction of diving LP iterations compared to node LP iterations
6.29/6.37	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
6.29/6.37	c heuristics/linesearchdiving/maxlpiterquot = c 0.075
6.29/6.37	c # frequency for calling primal heuristic <linesearchdiving> (-1: never, 0: only at depth freqofs)
6.29/6.37	c # [type: int, range: [-1,2147483647], default: 10]
6.29/6.37	c heuristics/linesearchdiving/freq = c -1
6.29/6.37	c # frequency for calling primal heuristic <intshifting> (-1: never, 0: only at depth freqofs)
6.29/6.37	c # [type: int, range: [-1,2147483647], default: 10]
6.29/6.37	c heuristics/intshifting/freq = c -1
6.29/6.37	c # maximal fraction of diving LP iterations compared to node LP iterations
6.29/6.37	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
6.29/6.37	c heuristics/intdiving/maxlpiterquot = c 0.075
6.29/6.37	c # additional number of allowed LP iterations
6.29/6.37	c # [type: int, range: [0,2147483647], default: 1000]
6.29/6.37	c heuristics/guideddiving/maxlpiterofs = c 1500
6.29/6.37	c # maximal fraction of diving LP iterations compared to node LP iterations
6.29/6.37	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
6.29/6.37	c heuristics/guideddiving/maxlpiterquot = c 0.075
6.29/6.37	c # frequency for calling primal heuristic <guideddiving> (-1: never, 0: only at depth freqofs)
6.29/6.37	c # [type: int, range: [-1,2147483647], default: 10]
6.29/6.37	c heuristics/guideddiving/freq = c -1
6.29/6.37	c # additional number of allowed LP iterations
6.29/6.37	c # [type: int, range: [0,2147483647], default: 1000]
6.29/6.37	c heuristics/fracdiving/maxlpiterofs = c 1500
6.29/6.37	c # maximal fraction of diving LP iterations compared to node LP iterations
6.29/6.37	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
6.29/6.37	c heuristics/fracdiving/maxlpiterquot = c 0.075
6.29/6.37	c # frequency for calling primal heuristic <fracdiving> (-1: never, 0: only at depth freqofs)
6.29/6.37	c # [type: int, range: [-1,2147483647], default: 10]
6.29/6.37	c heuristics/fracdiving/freq = c -1
6.29/6.37	c # additional number of allowed LP iterations
6.29/6.37	c # [type: int, range: [0,2147483647], default: 1000]
6.29/6.37	c heuristics/feaspump/maxlpiterofs = c 2000
6.29/6.37	c # frequency for calling primal heuristic <feaspump> (-1: never, 0: only at depth freqofs)
6.29/6.37	c # [type: int, range: [-1,2147483647], default: 20]
6.29/6.37	c heuristics/feaspump/freq = c -1
6.29/6.37	c # minimum percentage of integer variables that have to be fixed 
6.29/6.37	c # [type: real, range: [0,1], default: 0.666]
6.29/6.37	c heuristics/crossover/minfixingrate = c 0.5
6.29/6.37	c # contingent of sub problem nodes in relation to the number of nodes of the original problem
6.29/6.37	c # [type: real, range: [0,1], default: 0.1]
6.29/6.37	c heuristics/crossover/nodesquot = c 0.15
6.29/6.37	c # number of nodes without incumbent change that heuristic should wait
6.29/6.37	c # [type: longint, range: [0,9223372036854775807], default: 200]
6.29/6.37	c heuristics/crossover/nwaitingnodes = c 100
6.29/6.37	c # number of nodes added to the contingent of the total nodes
6.29/6.37	c # [type: longint, range: [0,9223372036854775807], default: 500]
6.29/6.37	c heuristics/crossover/nodesofs = c 750
6.29/6.37	c # frequency for calling primal heuristic <crossover> (-1: never, 0: only at depth freqofs)
6.29/6.37	c # [type: int, range: [-1,2147483647], default: 30]
6.29/6.37	c heuristics/crossover/freq = c -1
6.29/6.37	c # additional number of allowed LP iterations
6.29/6.37	c # [type: int, range: [0,2147483647], default: 1000]
6.29/6.37	c heuristics/coefdiving/maxlpiterofs = c 1500
6.29/6.37	c # maximal fraction of diving LP iterations compared to node LP iterations
6.29/6.37	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
6.29/6.37	c heuristics/coefdiving/maxlpiterquot = c 0.075
6.29/6.37	c # frequency for calling primal heuristic <coefdiving> (-1: never, 0: only at depth freqofs)
6.29/6.37	c # [type: int, range: [-1,2147483647], default: 10]
6.29/6.37	c heuristics/coefdiving/freq = c -1
6.29/6.37	c # priority of node selection rule <dfs> in standard mode
6.29/6.37	c # [type: int, range: [-536870912,536870911], default: 0]
6.29/6.37	c nodeselection/dfs/stdpriority = c 1000000
6.29/6.37	c # maximal number of presolving rounds the presolver participates in (-1: no limit)
6.29/6.37	c # [type: int, range: [-1,2147483647], default: -1]
6.29/6.37	c presolving/probing/maxrounds = c 0
6.29/6.37	c # should presolving try to simplify knapsacks
6.29/6.37	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
6.29/6.37	c constraints/knapsack/simplifyinequalities = c TRUE
6.29/6.37	c # should disaggregation of knapsack constraints be allowed in preprocessing?
6.29/6.37	c # [type: bool, range: {TRUE,FALSE}, default: TRUE]
6.29/6.37	c constraints/knapsack/disaggregation = c FALSE
6.29/6.37	c # maximal number of cardinality inequalities lifted per separation round (-1: unlimited)
6.29/6.39	c # [type: int, range: [-1,2147483647], default: -1]
6.29/6.39	c constraints/knapsack/maxnumcardlift = c 0
6.29/6.39	c # should presolving try to simplify inequalities
6.29/6.39	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
6.29/6.39	c constraints/linear/simplifyinequalities = c TRUE
6.29/6.39	c # maximal number of separation rounds in the root node (-1: unlimited)
6.29/6.39	c # [type: int, range: [-1,2147483647], default: -1]
6.29/6.39	c separating/maxroundsroot = c 5
6.29/6.39	c # maximal number of separation rounds per node (-1: unlimited)
6.29/6.39	c # [type: int, range: [-1,2147483647], default: 5]
6.29/6.39	c separating/maxrounds = c 1
6.29/6.39	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)
6.29/6.39	c # [type: char, range: {lafpsqd}, default: l]
6.29/6.39	c lp/pricing = c a
6.29/6.39	c # frequency for solving LP at the nodes (-1: never; 0: only root LP)
6.29/6.39	c # [type: int, range: [-1,2147483647], default: 1]
6.29/6.39	c lp/solvefreq = c 0
6.29/6.39	c # solving stops, if the given number of solutions were found (-1: no limit)
6.29/6.39	c # [type: int, range: [-1,2147483647], default: -1]
6.29/6.39	c limits/solutions = c 1
6.29/6.39	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
6.29/6.39	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
6.29/6.39	c limits/memory = c 1620
6.29/6.39	c # maximal time in seconds to run
6.29/6.39	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
6.29/6.39	c limits/time = c 1791
6.29/6.39	c # frequency for displaying node information lines
6.29/6.39	c # [type: int, range: [-1,2147483647], default: 100]
6.29/6.39	c display/freq = c 10000
6.29/6.39	c # should enforcement of pseudo solution be disabled?
6.29/6.39	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
6.29/6.39	c constraints/disableenfops = c TRUE
6.29/6.39	c # maximum age an unnecessary constraint can reach before it is deleted (0: dynamic, -1: keep all constraints)
6.29/6.39	c # [type: int, range: [-1,2147483647], default: 0]
6.29/6.39	c constraints/agelimit = c 1
6.29/6.39	c # should binary conflicts be preferred?
6.29/6.39	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
6.29/6.39	c conflict/preferbinary = c TRUE
6.29/6.39	c # maximal number of intermediate conflict constraints generated in conflict graph (-1: use every intermediate constraint)
6.29/6.39	c # [type: int, range: [-1,2147483647], default: -1]
6.29/6.39	c conflict/interconss = c 0
6.29/6.39	c -----------------------------------------------------------------------------------------------
6.29/6.39	c start solving problem
6.29/6.39	c 
8.19/8.23	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
8.19/8.23	c   5.2s|     1 |     0 |  4567 | 173M|   0 |2242 |  14k|  76k|  76k|  14k|  76k|   0 |   0 |   0 | 1.092800e+04 |      --      |    Inf 
13.68/13.70	c  10.7s|     1 |     0 |  5945 | 173M|   0 |2383 |  14k|  76k|  76k|  14k|  76k|  22 |   0 |   0 | 1.094400e+04 |      --      |    Inf 
36.68/36.76	c  33.7s|     1 |     0 |  8953 | 173M|   0 |2433 |  14k|  76k|  76k|  14k|  76k|  38 |   0 |   0 | 1.095000e+04 |      --      |    Inf 
55.97/56.06	c  53.0s|     1 |     0 | 10960 | 174M|   0 |2476 |  14k|  76k|  76k|  14k|  76k|  56 |   0 |   0 | 1.095950e+04 |      --      |    Inf 
86.16/86.26	c  83.1s|     1 |     0 | 13937 | 175M|   0 |2507 |  14k|  76k|  76k|  14k|  76k| 115 |   0 |   0 | 1.099583e+04 |      --      |    Inf 
107.95/108.05	c   105s|     1 |     0 | 15765 | 177M|   0 |2623 |  14k|  76k|  76k|  14k|  76k| 175 |   0 |   0 | 1.103442e+04 |      --      |    Inf 
243.59/243.79	c   240s|     1 |     2 | 15765 | 177M|   0 |2623 |  14k|  76k|  76k|  14k|  76k| 175 |   0 |  18 | 1.103442e+04 |      --      |    Inf 
553.97/554.20	c   550s| 10000 |    43 | 15765 | 182M| 298 |   - |  14k|  76k|  56k|   0 |   0 | 175 |6674 |  18 | 1.104317e+04 |      --      |    Inf 
891.23/891.62	c   887s| 20000 |    39 | 15765 | 182M| 298 |   - |  14k|  77k|  54k|   0 |   0 | 175 |  14k|  18 | 1.104317e+04 |      --      |    Inf 
1231.50/1232.00	c  1227s| 30000 |    44 | 15765 | 182M| 298 |   - |  14k|  76k|  49k|   0 |   0 | 175 |  21k|  18 | 1.104317e+04 |      --      |    Inf 
1578.46/1579.10	c  1573s| 40000 |    42 | 15765 | 182M| 298 |   - |  14k|  77k|  48k|   0 |   0 | 175 |  27k|  18 | 1.104317e+04 |      --      |    Inf 
1796.77/1797.55	c 
1796.77/1797.55	c SCIP Status        : solving was interrupted [time limit reached]
1796.77/1797.55	c Solving Time (sec) : 1791.00
1796.77/1797.55	c Solving Nodes      : 46093
1796.77/1797.55	c Primal Bound       : +1.00000000000000e+20 (0 solutions)
1796.77/1797.55	c Dual Bound         : +1.10431666666667e+04
1796.77/1797.55	c Gap                : infinite
1796.77/1797.55	c NODE         46093
1796.77/1797.55	c DUAL BOUND   11043.2
1796.77/1797.55	c PRIMAL BOUND 1e+20
1796.77/1797.55	c GAP          1e+20
1796.77/1797.55	s UNKNOWN
1796.77/1797.55	c SCIP Status        : solving was interrupted [time limit reached]
1796.77/1797.55	c Solving Time       :    1791.00
1796.77/1797.55	c Original Problem   :
1796.77/1797.55	c   Problem name     : HOME/instance-1885638-1245268176.opb
1796.77/1797.55	c   Variables        : 28488 (28488 binary, 0 integer, 0 implicit integer, 0 continuous)
1796.77/1797.55	c   Constraints      : 140544 initial, 140544 maximal
1796.77/1797.55	c Presolved Problem  :
1796.77/1797.55	c   Problem name     : t_HOME/instance-1885638-1245268176.opb
1796.77/1797.55	c   Variables        : 14161 (14161 binary, 0 integer, 0 implicit integer, 0 continuous)
1796.77/1797.55	c   Constraints      : 76651 initial, 78467 maximal
1796.77/1797.55	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
1796.77/1797.55	c   trivial          :       0.06         31          0          0          0          0          0          0          0
1796.77/1797.55	c   dualfix          :       0.01          1          0          0          0          0          0          0          0
1796.77/1797.55	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
1796.77/1797.55	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
1796.77/1797.55	c   implics          :       0.44          0       9411          0          0          0          0          0          0
1796.77/1797.55	c   probing          :       0.00          0          0          0          0          0          0          0          0
1796.77/1797.55	c   linear           :       2.02       4819         65          0       4850          0      63893         51        145
1796.77/1797.55	c   logicor          :       0.25          0          0          0          0          0          0          0          0
1796.77/1797.55	c   root node        :          -          2          -          -          2          -          -          -          -
1796.77/1797.55	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
1796.77/1797.55	c   integral         :          0          0          0          1          0          0          0          0          0          2
1796.77/1797.55	c   logicor          :      76651+         5     432994          0          0      22825    6548427          0          0          0
1796.77/1797.55	c   countsols        :          0          0          0          0          0          0          0          0          0          0
1796.77/1797.55	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
1796.77/1797.55	c   integral         :     135.49       0.00       0.00     135.49       0.00
1796.77/1797.55	c   logicor          :     104.29       0.07     104.22       0.00       0.00
1796.77/1797.55	c   countsols        :       0.00       0.00       0.00       0.00       0.00
1796.77/1797.55	c Propagators        :       Time      Calls    Cutoffs    DomReds
1796.77/1797.55	c   rootredcost      :       0.42          0          0          0
1796.77/1797.55	c   pseudoobj        :    1143.98     461694          0          0
1796.77/1797.55	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1796.77/1797.55	c   propagation      :       6.48      22825      22825      22825       22.5       9830       12.0          -
1796.77/1797.55	c   infeasible LP    :       0.00          0          0          0        0.0          0        0.0          0
1796.77/1797.55	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1796.77/1797.55	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1796.77/1797.55	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1796.77/1797.55	c   applied globally :          -          -          -      32655       19.3          -          -          -
1796.77/1797.55	c   applied locally  :          -          -          -          0        0.0          -          -          -
1796.77/1797.55	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1796.77/1797.55	c   cut pool         :       0.00          4          -          -          9          -    (maximal pool size: 583)
1796.77/1797.55	c   redcost          :       0.00          5          0          0          0          0
1796.77/1797.55	c   impliedbounds    :       0.03          5          0          0          0          0
1796.77/1797.55	c   intobj           :       0.00          0          0          0          0          0
1796.77/1797.55	c   gomory           :      18.56          5          0          0       2500          0
1796.77/1797.55	c   strongcg         :       6.03          5          0          0       2500          0
1796.77/1797.55	c   cmir             :       0.00          0          0          0          0          0
1796.77/1797.55	c   flowcover        :       0.00          0          0          0          0          0
1796.77/1797.55	c   clique           :       0.51          5          0          0         30          0
1796.77/1797.55	c   zerohalf         :       0.00          0          0          0          0          0
1796.77/1797.55	c   mcf              :       0.28          1          0          0          0          0
1796.77/1797.55	c Pricers            :       Time      Calls       Vars
1796.77/1797.55	c   problem variables:       0.00          0          0
1796.77/1797.55	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1796.77/1797.55	c   relpscost        :     135.49          1          0          0          0          0          2
1796.77/1797.55	c   pscost           :       0.00          0          0          0          0          0          0
1796.77/1797.55	c   inference        :     230.47      33323          0          0          0          0      66646
1796.77/1797.55	c   mostinf          :       0.00          0          0          0          0          0          0
1796.77/1797.55	c   leastinf         :       0.00          0          0          0          0          0          0
1796.77/1797.55	c   fullstrong       :       0.00          0          0          0          0          0          0
1796.77/1797.55	c   allfullstrong    :       0.00          0          0          0          0          0          0
1796.77/1797.55	c   random           :       0.00          0          0          0          0          0          0
1796.77/1797.55	c Primal Heuristics  :       Time      Calls      Found
1796.77/1797.55	c   LP solutions     :       0.00          -          0
1796.77/1797.55	c   pseudo solutions :       0.00          -          0
1796.77/1797.55	c   simplerounding   :       0.00          0          0
1796.77/1797.55	c   rounding         :       0.00          0          0
1796.77/1797.55	c   shifting         :       0.00          0          0
1796.77/1797.55	c   intshifting      :       0.00          0          0
1796.77/1797.55	c   oneopt           :       0.00          0          0
1796.77/1797.55	c   fixandinfer      :       0.00          0          0
1796.77/1797.55	c   feaspump         :       0.00          0          0
1796.77/1797.55	c   coefdiving       :       0.00          0          0
1796.77/1797.55	c   pscostdiving     :       0.00          0          0
1796.77/1797.55	c   fracdiving       :       0.00          0          0
1796.77/1797.55	c   veclendiving     :       0.00          0          0
1796.77/1797.55	c   intdiving        :       0.00          0          0
1796.77/1797.55	c   actconsdiving    :       0.00          0          0
1796.77/1797.55	c   objpscostdiving  :       0.00          0          0
1796.77/1797.55	c   rootsoldiving    :       0.00          0          0
1796.77/1797.55	c   linesearchdiving :       0.00          0          0
1796.77/1797.55	c   guideddiving     :       0.00          0          0
1796.77/1797.55	c   octane           :       0.00          0          0
1796.77/1797.55	c   rens             :       0.00          0          0
1796.77/1797.55	c   rins             :       0.00          0          0
1796.77/1797.55	c   localbranching   :       0.00          0          0
1796.77/1797.55	c   mutation         :       0.00          0          0
1796.77/1797.55	c   crossover        :       0.00          0          0
1796.77/1797.55	c   dins             :       0.00          0          0
1796.77/1797.55	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1796.77/1797.55	c   primal LP        :       0.14          0          0       0.00       0.00
1796.77/1797.55	c   dual LP          :      75.24          6      15765    2627.50     209.53
1796.77/1797.55	c   barrier LP       :       0.00          0          0       0.00          -
1796.77/1797.55	c   diving/probing LP:       0.00          0          0       0.00          -
1796.77/1797.55	c   strong branching :     135.48         18      13561     753.39     100.10
1796.77/1797.55	c     (at root node) :          -         18      13561     753.39          -
1796.77/1797.55	c   conflict analysis:       0.00          0          0       0.00          -
1796.77/1797.55	c B&B Tree           :
1796.77/1797.55	c   number of runs   :          1
1796.77/1797.55	c   nodes            :      46093
1796.77/1797.55	c   nodes (total)    :      46093
1796.77/1797.55	c   nodes left       :         42
1796.77/1797.55	c   max depth        :        298
1796.77/1797.55	c   max depth (total):        298
1796.77/1797.55	c   backtracks       :      11070 (24.0%)
1796.77/1797.55	c   delayed cutoffs  :      20514
1796.77/1797.55	c   repropagations   :      52988 (2894655 domain reductions, 10056 cutoffs)
1796.77/1797.55	c   avg switch length:       3.37
1796.77/1797.55	c   switching time   :      49.26
1796.77/1797.55	c Solution           :
1796.77/1797.55	c   Solutions found  :          0 (0 improvements)
1796.77/1797.55	c   Primal Bound     :          -
1796.77/1797.55	c   Dual Bound       : +1.10431666666667e+04
1796.77/1797.55	c   Gap              :   infinite
1796.77/1797.55	c   Root Dual Bound  : +1.10344166666667e+04
1797.37/1798.13	c Time complete: 1797.41.

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-1885638-1245268176/watcher-1885638-1245268176 -o /tmp/evaluation-result-1885638-1245268176/solver-1885638-1245268176 -C 1800 -W 2000 -M 1800 HOME/pbscip.linux.x86_64.gnu.opt-gcc42.clp -t 1800 -m 1800 -f HOME/instance-1885638-1245268176.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.97 0.98 0.96 3/64 13609
/proc/meminfo: memFree=1340944/2055920 swapFree=4192812/4192956
[pid=13609] ppid=13607 vsize=5812 CPUtime=0
/proc/13609/stat : 13609 (pbscip.linux.x8) R 13607 13609 12342 0 -1 4194304 518 0 0 0 0 0 0 0 18 0 1 0 194418318 5951488 502 1992294400 4194304 9342243 548682068736 18446744073709551615 8223232 0 0 4096 0 0 0 0 17 1 0 0
/proc/13609/statm: 1453 503 332 1256 0 192 0

[startup+0.0970689 s]
/proc/loadavg: 0.97 0.98 0.96 3/64 13609
/proc/meminfo: memFree=1340944/2055920 swapFree=4192812/4192956
[pid=13609] ppid=13607 vsize=15752 CPUtime=0.08
/proc/13609/stat : 13609 (pbscip.linux.x8) R 13607 13609 12342 0 -1 4194304 2924 0 0 0 8 0 0 0 18 0 1 0 194418318 16130048 2908 1992294400 4194304 9342243 548682068736 18446744073709551615 5858006 0 0 4096 0 0 0 0 17 1 0 0
/proc/13609/statm: 3938 2908 376 1256 0 2677 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 15752

[startup+0.101069 s]
/proc/loadavg: 0.97 0.98 0.96 3/64 13609
/proc/meminfo: memFree=1340944/2055920 swapFree=4192812/4192956
[pid=13609] ppid=13607 vsize=15752 CPUtime=0.08
/proc/13609/stat : 13609 (pbscip.linux.x8) R 13607 13609 12342 0 -1 4194304 2925 0 0 0 8 0 0 0 18 0 1 0 194418318 16130048 2909 1992294400 4194304 9342243 548682068736 18446744073709551615 8228225 0 0 4096 0 0 0 0 17 1 0 0
/proc/13609/statm: 3938 2909 376 1256 0 2677 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 15752

[startup+0.301112 s]
/proc/loadavg: 0.97 0.98 0.96 3/64 13609
/proc/meminfo: memFree=1340944/2055920 swapFree=4192812/4192956
[pid=13609] ppid=13607 vsize=22840 CPUtime=0.29
/proc/13609/stat : 13609 (pbscip.linux.x8) R 13607 13609 12342 0 -1 4194304 4686 0 0 0 28 1 0 0 19 0 1 0 194418318 23388160 4670 1992294400 4194304 9342243 548682068736 18446744073709551615 8247743 0 0 4096 0 0 0 0 17 1 0 0
/proc/13609/statm: 5710 4670 376 1256 0 4449 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 22840

[startup+0.701197 s]
/proc/loadavg: 0.97 0.98 0.96 3/64 13609
/proc/meminfo: memFree=1340944/2055920 swapFree=4192812/4192956
[pid=13609] ppid=13607 vsize=36596 CPUtime=0.69
/proc/13609/stat : 13609 (pbscip.linux.x8) R 13607 13609 12342 0 -1 4194304 8122 0 0 0 66 3 0 0 22 0 1 0 194418318 37474304 8106 1992294400 4194304 9342243 548682068736 18446744073709551615 8305584 0 0 4096 0 0 0 0 17 1 0 0
/proc/13609/statm: 9149 8106 376 1256 0 7888 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 36596

[startup+1.50137 s]
/proc/loadavg: 0.97 0.98 0.96 2/65 13610
/proc/meminfo: memFree=1300744/2055920 swapFree=4192812/4192956
[pid=13609] ppid=13607 vsize=60736 CPUtime=1.49
/proc/13609/stat : 13609 (pbscip.linux.x8) R 13607 13609 12342 0 -1 4194304 14145 0 0 0 143 6 0 0 25 0 1 0 194418318 62193664 14129 1992294400 4194304 9342243 548682068736 18446744073709551615 8247728 0 0 4096 0 0 0 0 17 1 0 0
/proc/13609/statm: 15184 14129 376 1256 0 13923 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 60736

[startup+3.10171 s]
/proc/loadavg: 0.97 0.98 0.96 2/65 13610
/proc/meminfo: memFree=1267144/2055920 swapFree=4192812/4192956
[pid=13609] ppid=13607 vsize=201484 CPUtime=3.09
/proc/13609/stat : 13609 (pbscip.linux.x8) R 13607 13609 12342 0 -1 4194304 49130 0 0 0 283 26 0 0 25 0 1 0 194418318 206319616 48760 1992294400 4194304 9342243 548682068736 18446744073709551615 8300202 0 0 4096 16384 0 0 0 17 1 0 0
/proc/13609/statm: 50371 48760 474 1256 0 49110 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 201484

[startup+6.3014 s]
/proc/loadavg: 0.98 0.98 0.96 2/65 13610
/proc/meminfo: memFree=1124936/2055920 swapFree=4192812/4192956
[pid=13609] ppid=13607 vsize=249064 CPUtime=6.29
/proc/13609/stat : 13609 (pbscip.linux.x8) R 13607 13609 12342 0 -1 4194304 64413 0 0 0 545 84 0 0 25 0 1 0 194418318 255041536 60638 1992294400 4194304 9342243 548682068736 18446744073709551615 5858514 0 0 4096 16384 0 0 0 17 1 0 0
/proc/13609/statm: 62266 60638 479 1256 0 61005 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 249064

[startup+12.7018 s]
/proc/loadavg: 1.06 1.00 0.97 2/65 13610
/proc/meminfo: memFree=1030088/2055920 swapFree=4192812/4192956
[pid=13609] ppid=13607 vsize=338716 CPUtime=12.68
/proc/13609/stat : 13609 (pbscip.linux.x8) R 13607 13609 12342 0 -1 4194304 81983 0 0 0 1173 95 0 0 25 0 1 0 194418318 346845184 78147 1992294400 4194304 9342243 548682068736 18446744073709551615 6040560 0 0 4096 16384 0 0 0 17 1 0 0
/proc/13609/statm: 84679 78147 643 1256 0 83418 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 338716

[startup+25.5015 s]
/proc/loadavg: 1.04 1.00 0.97 2/65 13610
/proc/meminfo: memFree=1027400/2055920 swapFree=4192812/4192956
[pid=13609] ppid=13607 vsize=340536 CPUtime=25.48
/proc/13609/stat : 13609 (pbscip.linux.x8) R 13607 13609 12342 0 -1 4194304 82681 0 0 0 2452 96 0 0 25 0 1 0 194418318 348708864 78845 1992294400 4194304 9342243 548682068736 18446744073709551615 5868848 0 0 4096 16384 0 0 0 17 1 0 0
/proc/13609/statm: 85134 78845 643 1256 0 83873 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 340536

[startup+51.102 s]
/proc/loadavg: 1.03 1.00 0.97 2/65 13610
/proc/meminfo: memFree=1021448/2055920 swapFree=4192812/4192956
[pid=13609] ppid=13607 vsize=344152 CPUtime=51.07
/proc/13609/stat : 13609 (pbscip.linux.x8) R 13607 13609 12342 0 -1 4194304 84184 0 0 0 5008 99 0 0 25 0 1 0 194418318 352411648 80348 1992294400 4194304 9342243 548682068736 18446744073709551615 5874707 0 0 4096 16384 0 0 0 17 1 0 0
/proc/13609/statm: 86038 80348 644 1256 0 84777 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 344152

[startup+102.306 s]
/proc/loadavg: 1.06 1.01 0.97 2/65 13610
/proc/meminfo: memFree=1003848/2055920 swapFree=4192812/4192956
[pid=13609] ppid=13607 vsize=360356 CPUtime=102.26
/proc/13609/stat : 13609 (pbscip.linux.x8) R 13607 13609 12342 0 -1 4194304 88577 0 0 0 10123 103 0 0 25 0 1 0 194418318 369004544 84741 1992294400 4194304 9342243 548682068736 18446744073709551615 6959589 0 0 4096 16384 0 0 0 17 1 0 0
/proc/13609/statm: 90089 84741 644 1256 0 88828 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 360356

[startup+162.302 s]
/proc/loadavg: 1.11 1.04 0.98 2/65 13610
/proc/meminfo: memFree=996232/2055920 swapFree=4192812/4192956
[pid=13609] ppid=13607 vsize=411048 CPUtime=162.23
/proc/13609/stat : 13609 (pbscip.linux.x8) R 13607 13609 12342 0 -1 4194304 110778 0 0 0 16107 116 0 0 25 0 1 0 194418318 420913152 86655 1992294400 4194304 9342243 548682068736 18446744073709551615 6960879 0 0 4096 16384 0 0 0 17 1 0 0
/proc/13609/statm: 102762 86655 649 1256 0 101501 0
Current children cumulated CPU time (s) 162.23
Current children cumulated vsize (KiB) 411048

[startup+222.302 s]
/proc/loadavg: 1.04 1.03 0.98 2/65 13612
/proc/meminfo: memFree=996040/2055920 swapFree=4192812/4192956
[pid=13609] ppid=13607 vsize=411048 CPUtime=222.2
/proc/13609/stat : 13609 (pbscip.linux.x8) R 13607 13609 12342 0 -1 4194304 120956 0 0 0 22099 121 0 0 25 0 1 0 194418318 420913152 86673 1992294400 4194304 9342243 548682068736 18446744073709551615 6938251 0 0 4096 16384 0 0 0 17 1 0 0
/proc/13609/statm: 102762 86673 649 1256 0 101501 0
Current children cumulated CPU time (s) 222.2
Current children cumulated vsize (KiB) 411048

[startup+282.302 s]
/proc/loadavg: 1.01 1.02 0.98 2/65 13612
/proc/meminfo: memFree=999112/2055920 swapFree=4192812/4192956
[pid=13609] ppid=13607 vsize=364776 CPUtime=282.18
/proc/13609/stat : 13609 (pbscip.linux.x8) R 13607 13609 12342 0 -1 4194304 126293 0 0 0 28089 129 0 0 25 0 1 0 194418318 373530624 85914 1992294400 4194304 9342243 548682068736 18446744073709551615 5433182 0 0 4096 16384 0 0 0 17 1 0 0
/proc/13609/statm: 91194 85914 668 1256 0 89933 0
Current children cumulated CPU time (s) 282.18
Current children cumulated vsize (KiB) 364776

[startup+342.301 s]
/proc/loadavg: 1.00 1.02 0.98 2/65 13612
/proc/meminfo: memFree=997320/2055920 swapFree=4192812/4192956
[pid=13609] ppid=13607 vsize=364776 CPUtime=342.15
/proc/13609/stat : 13609 (pbscip.linux.x8) R 13607 13609 12342 0 -1 4194304 126748 0 0 0 34077 138 0 0 25 0 1 0 194418318 373530624 86369 1992294400 4194304 9342243 548682068736 18446744073709551615 4768320 0 0 4096 16384 0 0 0 17 1 0 0
/proc/13609/statm: 91194 86369 668 1256 0 89933 0
Current children cumulated CPU time (s) 342.15
Current children cumulated vsize (KiB) 364776

[startup+402.301 s]
/proc/loadavg: 1.00 1.01 0.98 2/65 13612
/proc/meminfo: memFree=996808/2055920 swapFree=4192812/4192956
[pid=13609] ppid=13607 vsize=364776 CPUtime=402.13
/proc/13609/stat : 13609 (pbscip.linux.x8) R 13607 13609 12342 0 -1 4194304 126860 0 0 0 40066 147 0 0 25 0 1 0 194418318 373530624 86481 1992294400 4194304 9342243 548682068736 18446744073709551615 8300202 0 0 4096 16384 0 0 0 17 1 0 0
/proc/13609/statm: 91194 86481 668 1256 0 89933 0
Current children cumulated CPU time (s) 402.13
Current children cumulated vsize (KiB) 364776

[startup+462.301 s]
/proc/loadavg: 1.00 1.00 0.98 2/65 13612
/proc/meminfo: memFree=989704/2055920 swapFree=4192812/4192956
[pid=13609] ppid=13607 vsize=365200 CPUtime=462.11
/proc/13609/stat : 13609 (pbscip.linux.x8) R 13607 13609 12342 0 -1 4194304 128650 0 0 0 46052 159 0 0 25 0 1 0 194418318 373964800 88271 1992294400 4194304 9342243 548682068736 18446744073709551615 8300202 0 0 4096 16384 0 0 0 17 1 0 0
/proc/13609/statm: 91300 88271 668 1256 0 90039 0
Current children cumulated CPU time (s) 462.11
Current children cumulated vsize (KiB) 365200

[startup+522.302 s]
/proc/loadavg: 1.00 1.00 0.98 2/65 13612
/proc/meminfo: memFree=985864/2055920 swapFree=4192812/4192956
[pid=13609] ppid=13607 vsize=368996 CPUtime=522.08
/proc/13609/stat : 13609 (pbscip.linux.x8) R 13607 13609 12342 0 -1 4194304 129592 0 0 0 52040 168 0 0 25 0 1 0 194418318 377851904 89213 1992294400 4194304 9342243 548682068736 18446744073709551615 8300202 0 0 4096 16384 0 0 0 17 1 0 0
/proc/13609/statm: 92249 89213 668 1256 0 90988 0
Current children cumulated CPU time (s) 522.08
Current children cumulated vsize (KiB) 368996

[startup+582.302 s]
/proc/loadavg: 1.00 1.00 0.98 2/65 13612
/proc/meminfo: memFree=983176/2055920 swapFree=4192812/4192956
[pid=13609] ppid=13607 vsize=371788 CPUtime=582.06
/proc/13609/stat : 13609 (pbscip.linux.x8) R 13607 13609 12342 0 -1 4194304 130255 0 0 0 58028 178 0 0 25 0 1 0 194418318 380710912 89876 1992294400 4194304 9342243 548682068736 18446744073709551615 4769564 0 0 4096 16384 0 0 0 17 1 0 0
/proc/13609/statm: 92947 89876 668 1256 0 91686 0
Current children cumulated CPU time (s) 582.06
Current children cumulated vsize (KiB) 371788

[startup+642.302 s]
/proc/loadavg: 1.00 1.00 0.98 2/65 13612
/proc/meminfo: memFree=978504/2055920 swapFree=4192812/4192956
[pid=13609] ppid=13607 vsize=376460 CPUtime=642.04
/proc/13609/stat : 13609 (pbscip.linux.x8) R 13607 13609 12342 0 -1 4194304 131428 0 0 0 64016 188 0 0 25 0 1 0 194418318 385495040 91049 1992294400 4194304 9342243 548682068736 18446744073709551615 8300202 0 0 4096 16384 0 0 0 17 1 0 0
/proc/13609/statm: 94115 91049 668 1256 0 92854 0
Current children cumulated CPU time (s) 642.04
Current children cumulated vsize (KiB) 376460

[startup+702.302 s]

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

/proc/meminfo: memFree=966792/2055920 swapFree=4192812/4192956
[pid=13609] ppid=13607 vsize=388640 CPUtime=1061.87
/proc/13609/stat : 13609 (pbscip.linux.x8) R 13607 13609 12342 0 -1 4194304 134400 0 0 0 105932 255 0 0 25 0 1 0 194418318 397967360 94021 1992294400 4194304 9342243 548682068736 18446744073709551615 5433159 0 0 4096 16384 0 0 0 17 1 0 0
/proc/13609/statm: 97160 94021 668 1256 0 95899 0
Current children cumulated CPU time (s) 1061.87
Current children cumulated vsize (KiB) 388640

[startup+1122.3 s]
/proc/loadavg: 1.00 1.00 0.98 2/65 13618
/proc/meminfo: memFree=965384/2055920 swapFree=4192812/4192956
[pid=13609] ppid=13607 vsize=390044 CPUtime=1121.83
/proc/13609/stat : 13609 (pbscip.linux.x8) R 13607 13609 12342 0 -1 4194304 134715 0 0 0 111920 263 0 0 25 0 1 0 194418318 399405056 94336 1992294400 4194304 9342243 548682068736 18446744073709551615 5433159 0 0 4096 16384 0 0 0 17 1 0 0
/proc/13609/statm: 97511 94336 668 1256 0 96250 0
Current children cumulated CPU time (s) 1121.83
Current children cumulated vsize (KiB) 390044

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 0.98 2/65 13618
/proc/meminfo: memFree=964232/2055920 swapFree=4192812/4192956
[pid=13609] ppid=13607 vsize=391168 CPUtime=1181.82
/proc/13609/stat : 13609 (pbscip.linux.x8) R 13607 13609 12342 0 -1 4194304 135007 0 0 0 117908 274 0 0 25 0 1 0 194418318 400556032 94628 1992294400 4194304 9342243 548682068736 18446744073709551615 5433166 0 0 4096 16384 0 0 0 17 1 0 0
/proc/13609/statm: 97792 94628 668 1256 0 96531 0
Current children cumulated CPU time (s) 1181.82
Current children cumulated vsize (KiB) 391168

[startup+1242.3 s]
/proc/loadavg: 1.00 1.00 0.98 2/65 13618
/proc/meminfo: memFree=962504/2055920 swapFree=4192812/4192956
[pid=13609] ppid=13607 vsize=392920 CPUtime=1241.79
/proc/13609/stat : 13609 (pbscip.linux.x8) R 13607 13609 12342 0 -1 4194304 135440 0 0 0 123896 283 0 0 25 0 1 0 194418318 402350080 95061 1992294400 4194304 9342243 548682068736 18446744073709551615 8300202 0 0 4096 16384 0 0 0 17 1 0 0
/proc/13609/statm: 98230 95061 668 1256 0 96969 0
Current children cumulated CPU time (s) 1241.79
Current children cumulated vsize (KiB) 392920

[startup+1302.3 s]
/proc/loadavg: 1.00 1.00 0.98 2/65 13618
/proc/meminfo: memFree=959304/2055920 swapFree=4192812/4192956
[pid=13609] ppid=13607 vsize=396076 CPUtime=1301.77
/proc/13609/stat : 13609 (pbscip.linux.x8) R 13607 13609 12342 0 -1 4194304 136226 0 0 0 129885 292 0 0 25 0 1 0 194418318 405581824 95847 1992294400 4194304 9342243 548682068736 18446744073709551615 5432881 0 0 4096 16384 0 0 0 17 1 0 0
/proc/13609/statm: 99019 95847 668 1256 0 97758 0
Current children cumulated CPU time (s) 1301.77
Current children cumulated vsize (KiB) 396076

[startup+1362.3 s]
/proc/loadavg: 1.00 1.00 0.98 2/65 13618
/proc/meminfo: memFree=957448/2055920 swapFree=4192812/4192956
[pid=13609] ppid=13607 vsize=398032 CPUtime=1361.74
/proc/13609/stat : 13609 (pbscip.linux.x8) R 13607 13609 12342 0 -1 4194304 136688 0 0 0 135871 303 0 0 25 0 1 0 194418318 407584768 96309 1992294400 4194304 9342243 548682068736 18446744073709551615 5855084 0 0 4096 16384 0 0 0 17 1 0 0
/proc/13609/statm: 99508 96309 668 1256 0 98247 0
Current children cumulated CPU time (s) 1361.74
Current children cumulated vsize (KiB) 398032

[startup+1422.31 s]
/proc/loadavg: 1.00 1.00 0.98 2/65 13618
/proc/meminfo: memFree=956488/2055920 swapFree=4192812/4192956
[pid=13609] ppid=13607 vsize=399012 CPUtime=1421.73
/proc/13609/stat : 13609 (pbscip.linux.x8) R 13607 13609 12342 0 -1 4194304 136916 0 0 0 141860 313 0 0 25 0 1 0 194418318 408588288 96537 1992294400 4194304 9342243 548682068736 18446744073709551615 5433166 0 0 4096 16384 0 0 0 17 1 0 0
/proc/13609/statm: 99753 96537 668 1256 0 98492 0
Current children cumulated CPU time (s) 1421.73
Current children cumulated vsize (KiB) 399012

[startup+1482.3 s]
/proc/loadavg: 1.00 1.00 0.98 2/65 13618
/proc/meminfo: memFree=955784/2055920 swapFree=4192812/4192956
[pid=13609] ppid=13607 vsize=399676 CPUtime=1481.7
/proc/13609/stat : 13609 (pbscip.linux.x8) R 13607 13609 12342 0 -1 4194304 137091 0 0 0 147848 322 0 0 25 0 1 0 194418318 409268224 96712 1992294400 4194304 9342243 548682068736 18446744073709551615 5433102 0 0 4096 16384 0 0 0 17 1 0 0
/proc/13609/statm: 99919 96712 668 1256 0 98658 0
Current children cumulated CPU time (s) 1481.7
Current children cumulated vsize (KiB) 399676

[startup+1542.3 s]
/proc/loadavg: 1.00 1.00 0.98 2/65 13618
/proc/meminfo: memFree=955016/2055920 swapFree=4192812/4192956
[pid=13609] ppid=13607 vsize=400428 CPUtime=1541.68
/proc/13609/stat : 13609 (pbscip.linux.x8) R 13607 13609 12342 0 -1 4194304 137273 0 0 0 153836 332 0 0 25 0 1 0 194418318 410038272 96894 1992294400 4194304 9342243 548682068736 18446744073709551615 5433159 0 0 4096 16384 0 0 0 17 1 0 0
/proc/13609/statm: 100107 96894 668 1256 0 98846 0
Current children cumulated CPU time (s) 1541.68
Current children cumulated vsize (KiB) 400428

[startup+1602.3 s]
/proc/loadavg: 1.00 1.00 0.98 2/65 13618
/proc/meminfo: memFree=953224/2055920 swapFree=4192812/4192956
[pid=13609] ppid=13607 vsize=402248 CPUtime=1601.65
/proc/13609/stat : 13609 (pbscip.linux.x8) R 13607 13609 12342 0 -1 4194304 137708 0 0 0 159823 342 0 0 25 0 1 0 194418318 411901952 97329 1992294400 4194304 9342243 548682068736 18446744073709551615 5433159 0 0 4096 16384 0 0 0 17 1 0 0
/proc/13609/statm: 100562 97329 668 1256 0 99301 0
Current children cumulated CPU time (s) 1601.65
Current children cumulated vsize (KiB) 402248

[startup+1662.3 s]
/proc/loadavg: 1.00 1.00 0.98 2/65 13618
/proc/meminfo: memFree=952968/2055920 swapFree=4192812/4192956
[pid=13609] ppid=13607 vsize=402428 CPUtime=1661.63
/proc/13609/stat : 13609 (pbscip.linux.x8) R 13607 13609 12342 0 -1 4194304 137763 0 0 0 165811 352 0 0 25 0 1 0 194418318 412086272 97384 1992294400 4194304 9342243 548682068736 18446744073709551615 8300202 0 0 4096 16384 0 0 0 17 1 0 0
/proc/13609/statm: 100607 97384 668 1256 0 99346 0
Current children cumulated CPU time (s) 1661.63
Current children cumulated vsize (KiB) 402428

[startup+1722.3 s]
/proc/loadavg: 1.00 1.00 0.98 2/65 13618
/proc/meminfo: memFree=952392/2055920 swapFree=4192812/4192956
[pid=13609] ppid=13607 vsize=403120 CPUtime=1721.61
/proc/13609/stat : 13609 (pbscip.linux.x8) R 13607 13609 12342 0 -1 4194304 137902 0 0 0 171800 361 0 0 25 0 1 0 194418318 412794880 97523 1992294400 4194304 9342243 548682068736 18446744073709551615 8300202 0 0 4096 16384 0 0 0 17 1 0 0
/proc/13609/statm: 100780 97523 668 1256 0 99519 0
Current children cumulated CPU time (s) 1721.61
Current children cumulated vsize (KiB) 403120

[startup+1782.3 s]
/proc/loadavg: 1.00 1.00 0.98 2/65 13618
/proc/meminfo: memFree=952392/2055920 swapFree=4192812/4192956
[pid=13609] ppid=13607 vsize=403120 CPUtime=1781.58
/proc/13609/stat : 13609 (pbscip.linux.x8) R 13607 13609 12342 0 -1 4194304 137923 0 0 0 177786 372 0 0 25 0 1 0 194418318 412794880 97544 1992294400 4194304 9342243 548682068736 18446744073709551615 5433159 0 0 4096 16384 0 0 0 17 1 0 0
/proc/13609/statm: 100780 97544 668 1256 0 99519 0
Current children cumulated CPU time (s) 1781.58
Current children cumulated vsize (KiB) 403120

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

[startup+1791.91 s]
/proc/loadavg: 1.00 1.00 0.98 2/65 13618
/proc/meminfo: memFree=952392/2055920 swapFree=4192812/4192956
[pid=13609] ppid=13607 vsize=403120 CPUtime=1791.18
/proc/13609/stat : 13609 (pbscip.linux.x8) R 13607 13609 12342 0 -1 4194304 137923 0 0 0 178745 373 0 0 25 0 1 0 194418318 412794880 97544 1992294400 4194304 9342243 548682068736 18446744073709551615 5433159 0 0 4096 16384 0 0 0 17 1 0 0
/proc/13609/statm: 100780 97544 668 1256 0 99519 0
Current children cumulated CPU time (s) 1791.18
Current children cumulated vsize (KiB) 403120

[startup+1795.1 s]
/proc/loadavg: 1.00 1.00 0.98 2/65 13618
/proc/meminfo: memFree=952392/2055920 swapFree=4192812/4192956
[pid=13609] ppid=13607 vsize=403120 CPUtime=1794.38
/proc/13609/stat : 13609 (pbscip.linux.x8) R 13607 13609 12342 0 -1 4194304 137923 0 0 0 179064 374 0 0 25 0 1 0 194418318 412794880 97544 1992294400 4194304 9342243 548682068736 18446744073709551615 5433159 0 0 4096 16384 0 0 0 17 1 0 0
/proc/13609/statm: 100780 97544 668 1256 0 99519 0
Current children cumulated CPU time (s) 1794.38
Current children cumulated vsize (KiB) 403120

[startup+1796.7 s]
/proc/loadavg: 1.00 1.00 0.98 2/65 13618
/proc/meminfo: memFree=952392/2055920 swapFree=4192812/4192956
[pid=13609] ppid=13607 vsize=403120 CPUtime=1795.97
/proc/13609/stat : 13609 (pbscip.linux.x8) R 13607 13609 12342 0 -1 4194304 137923 0 0 0 179223 374 0 0 25 0 1 0 194418318 412794880 97544 1992294400 4194304 9342243 548682068736 18446744073709551615 8300202 0 0 4096 16384 0 0 0 17 1 0 0
/proc/13609/statm: 100780 97544 668 1256 0 99519 0
Current children cumulated CPU time (s) 1795.97
Current children cumulated vsize (KiB) 403120

[startup+1797.5 s]
/proc/loadavg: 1.00 1.00 0.98 2/65 13618
/proc/meminfo: memFree=952392/2055920 swapFree=4192812/4192956
[pid=13609] ppid=13607 vsize=403120 CPUtime=1796.77
/proc/13609/stat : 13609 (pbscip.linux.x8) R 13607 13609 12342 0 -1 4194304 137923 0 0 0 179303 374 0 0 25 0 1 0 194418318 412794880 97544 1992294400 4194304 9342243 548682068736 18446744073709551615 5433159 0 0 4096 16384 0 0 0 17 1 0 0
/proc/13609/statm: 100780 97544 668 1256 0 99519 0
Current children cumulated CPU time (s) 1796.77
Current children cumulated vsize (KiB) 403120

[startup+1797.9 s]
/proc/loadavg: 1.00 1.00 0.98 2/65 13618
/proc/meminfo: memFree=952392/2055920 swapFree=4192812/4192956
[pid=13609] ppid=13607 vsize=403120 CPUtime=1797.17
/proc/13609/stat : 13609 (pbscip.linux.x8) R 13607 13609 12342 0 -1 4194304 137929 0 0 0 179343 374 0 0 25 0 1 0 194418318 412794880 97550 1992294400 4194304 9342243 548682068736 18446744073709551615 5855027 0 0 4096 0 0 0 0 17 1 0 0
/proc/13609/statm: 100780 97550 674 1256 0 99519 0
Current children cumulated CPU time (s) 1797.17
Current children cumulated vsize (KiB) 403120

[startup+1798.1 s]
/proc/loadavg: 1.00 1.00 0.98 2/65 13618
/proc/meminfo: memFree=952392/2055920 swapFree=4192812/4192956
[pid=13609] ppid=13607 vsize=346384 CPUtime=1797.37
/proc/13609/stat : 13609 (pbscip.linux.x8) R 13607 13609 12342 0 -1 4194304 137930 0 0 0 179360 377 0 0 25 0 1 0 194418318 354697216 83417 1992294400 4194304 9342243 548682068736 18446744073709551615 8483466 0 0 4096 0 0 0 0 17 1 0 0
/proc/13609/statm: 86596 83417 28344 1256 0 85335 0
Current children cumulated CPU time (s) 1797.37
Current children cumulated vsize (KiB) 346384

Child status: 0
Real time (s): 1798.14
CPU time (s): 1797.42
CPU user time (s): 1793.61
CPU system time (s): 3.81142
CPU usage (%): 99.9601
Max. virtual memory (cumulated for all children) (KiB): 411048

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1793.61
system time used= 3.81142
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 137934
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= 5
involuntary context switches= 2941

runsolver used 1.09083 second user time and 4.04038 second system time

The end

Launcher Data

Begin job on node10 at 2009-06-17 21:49:36
IDJOB=1885638
IDBENCH=72077
IDSOLVER=684
FILE ID=node10/1885638-1245268176
PBS_JOBID= 9372443
Free space on /tmp= 65984 MiB

SOLVER NAME= SCIPclp SCIP 1.1.0.7 with CLP 1.8.2
BENCH NAME= PB09/normalized-PB09/PURE-SAT/SAT09/APPLICATIONS/bioinfo/q_query_3_l40_lambda.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-1885638-1245268176/watcher-1885638-1245268176 -o /tmp/evaluation-result-1885638-1245268176/solver-1885638-1245268176 -C 1800 -W 2000 -M 1800  HOME/pbscip.linux.x86_64.gnu.opt-gcc42.clp -t 1800 -m 1800 -f HOME/instance-1885638-1245268176.opb

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

MD5SUM BENCH= 7514bb0ff270c16289c917db85d0253c
RANDOM SEED=1296752788

node10.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.263
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.263
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	: 5586.94
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1341360 kB
Buffers:         66580 kB
Cached:         576700 kB
SwapCached:          0 kB
Active:         112140 kB
Inactive:       544624 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1341360 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:           16404 kB
Writeback:           0 kB
Mapped:          23232 kB
Slab:            43832 kB
Committed_AS:   220480 kB
PageTables:       1380 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 65972 MiB
End job on node10 at 2009-06-17 22:19:34