Trace number 1884608

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) 1800.41 1800.96

General information on the benchmark

Name/PURE-SAT/SAT09/CRAFTED/modcircuits/
mod3block_3vars_9gates_restr.opb
MD5SUM346f48eb6ec6fe1e7fa42b74536c7692
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 benchmark25.0042
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables784
Total number of constraints209392
Number of constraints which are clauses209392
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 constraint28
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 4
Number of bits of the biggest number in a constraint 3
Biggest sum of numbers in a constraint 29
Number of bits of the biggest sum of numbers5
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

3.79/3.84	c SCIP version 1.1.0.7
3.79/3.84	c LP-Solver Clp 1.8.2
3.79/3.84	c user parameter file <scip.set> not found - using default parameters
3.79/3.84	c read problem <HOME/instance-1884608-1245259684.opb>
3.79/3.84	c original problem has 784 variables (784 bin, 0 int, 0 impl, 0 cont) and 209392 constraints
4.49/4.57	c No objective function, only one solution is needed.
4.49/4.57	c start presolving problem
4.49/4.57	c presolving:
5.79/5.89	c (round 1) 352 del vars, 183778 del conss, 261 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 4651 impls, 0 clqs
5.89/5.99	c (round 2) 365 del vars, 195433 del conss, 261 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 4651 impls, 0 clqs
6.09/6.14	c (round 3) 365 del vars, 195774 del conss, 261 chg bounds, 0 chg sides, 0 chg coeffs, 13587 upgd conss, 4651 impls, 0 clqs
6.09/6.17	c (round 4) 365 del vars, 195774 del conss, 261 chg bounds, 0 chg sides, 0 chg coeffs, 13589 upgd conss, 4651 impls, 0 clqs
6.19/6.24	c (round 5) 365 del vars, 195782 del conss, 261 chg bounds, 0 chg sides, 0 chg coeffs, 13591 upgd conss, 4651 impls, 0 clqs
6.19/6.27	c presolving (6 rounds):
6.19/6.27	c  365 deleted vars, 195782 deleted constraints, 261 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
6.19/6.27	c  4651 implications, 0 cliques
6.19/6.27	c presolved problem has 419 variables (419 bin, 0 int, 0 impl, 0 cont) and 13610 constraints
6.19/6.27	c      27 constraints of type <linear>
6.19/6.27	c   13583 constraints of type <logicor>
6.19/6.27	c transformed objective value is always integral (scale: 1)
6.19/6.27	c Presolving Time: 1.50
6.19/6.27	c SATUNSAT-LIN
6.19/6.27	c -----------------------------------------------------------------------------------------------
6.19/6.27	c # frequency for calling separator <flowcover> (-1: never, 0: only in root node)
6.19/6.27	c # [type: int, range: [-1,2147483647], default: 0]
6.19/6.27	c separating/flowcover/freq = c -1
6.19/6.27	c # frequency for calling separator <cmir> (-1: never, 0: only in root node)
6.19/6.27	c # [type: int, range: [-1,2147483647], default: 0]
6.19/6.27	c separating/cmir/freq = c -1
6.19/6.27	c # additional number of allowed LP iterations
6.19/6.27	c # [type: int, range: [0,2147483647], default: 1000]
6.19/6.27	c heuristics/veclendiving/maxlpiterofs = c 1500
6.19/6.27	c # maximal fraction of diving LP iterations compared to node LP iterations
6.19/6.27	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
6.19/6.27	c heuristics/veclendiving/maxlpiterquot = c 0.075
6.19/6.27	c # frequency for calling primal heuristic <veclendiving> (-1: never, 0: only at depth freqofs)
6.19/6.27	c # [type: int, range: [-1,2147483647], default: 10]
6.19/6.27	c heuristics/veclendiving/freq = c -1
6.19/6.27	c # frequency for calling primal heuristic <simplerounding> (-1: never, 0: only at depth freqofs)
6.19/6.27	c # [type: int, range: [-1,2147483647], default: 1]
6.19/6.27	c heuristics/simplerounding/freq = c -1
6.19/6.27	c # frequency for calling primal heuristic <shifting> (-1: never, 0: only at depth freqofs)
6.19/6.27	c # [type: int, range: [-1,2147483647], default: 10]
6.19/6.27	c heuristics/shifting/freq = c -1
6.19/6.27	c # frequency for calling primal heuristic <rounding> (-1: never, 0: only at depth freqofs)
6.19/6.27	c # [type: int, range: [-1,2147483647], default: 1]
6.19/6.27	c heuristics/rounding/freq = c -1
6.19/6.27	c # additional number of allowed LP iterations
6.19/6.27	c # [type: int, range: [0,2147483647], default: 1000]
6.19/6.27	c heuristics/rootsoldiving/maxlpiterofs = c 1500
6.19/6.27	c # maximal fraction of diving LP iterations compared to node LP iterations
6.19/6.27	c # [type: real, range: [0,1.79769313486232e+308], default: 0.01]
6.19/6.27	c heuristics/rootsoldiving/maxlpiterquot = c 0.015
6.19/6.27	c # frequency for calling primal heuristic <rootsoldiving> (-1: never, 0: only at depth freqofs)
6.19/6.27	c # [type: int, range: [-1,2147483647], default: 20]
6.19/6.27	c heuristics/rootsoldiving/freq = c -1
6.19/6.27	c # number of nodes added to the contingent of the total nodes
6.19/6.27	c # [type: longint, range: [0,9223372036854775807], default: 500]
6.19/6.27	c heuristics/rens/nodesofs = c 2000
6.19/6.27	c # minimum percentage of integer variables that have to be fixable 
6.19/6.27	c # [type: real, range: [0,1], default: 0.5]
6.19/6.27	c heuristics/rens/minfixingrate = c 0.3
6.19/6.27	c # frequency for calling primal heuristic <rens> (-1: never, 0: only at depth freqofs)
6.19/6.27	c # [type: int, range: [-1,2147483647], default: 0]
6.19/6.27	c heuristics/rens/freq = c -1
6.19/6.27	c # additional number of allowed LP iterations
6.19/6.27	c # [type: int, range: [0,2147483647], default: 1000]
6.19/6.27	c heuristics/pscostdiving/maxlpiterofs = c 1500
6.19/6.27	c # maximal fraction of diving LP iterations compared to node LP iterations
6.19/6.27	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
6.19/6.27	c heuristics/pscostdiving/maxlpiterquot = c 0.075
6.19/6.27	c # frequency for calling primal heuristic <pscostdiving> (-1: never, 0: only at depth freqofs)
6.19/6.27	c # [type: int, range: [-1,2147483647], default: 10]
6.19/6.27	c heuristics/pscostdiving/freq = c -1
6.19/6.27	c # frequency for calling primal heuristic <oneopt> (-1: never, 0: only at depth freqofs)
6.19/6.27	c # [type: int, range: [-1,2147483647], default: 1]
6.19/6.27	c heuristics/oneopt/freq = c -1
6.19/6.27	c # additional number of allowed LP iterations
6.19/6.27	c # [type: int, range: [0,2147483647], default: 1000]
6.19/6.27	c heuristics/objpscostdiving/maxlpiterofs = c 1500
6.19/6.27	c # maximal fraction of diving LP iterations compared to total iteration number
6.19/6.27	c # [type: real, range: [0,1], default: 0.01]
6.19/6.27	c heuristics/objpscostdiving/maxlpiterquot = c 0.015
6.19/6.27	c # frequency for calling primal heuristic <objpscostdiving> (-1: never, 0: only at depth freqofs)
6.19/6.27	c # [type: int, range: [-1,2147483647], default: 20]
6.19/6.27	c heuristics/objpscostdiving/freq = c -1
6.19/6.27	c # additional number of allowed LP iterations
6.19/6.27	c # [type: int, range: [0,2147483647], default: 1000]
6.19/6.27	c heuristics/linesearchdiving/maxlpiterofs = c 1500
6.19/6.27	c # maximal fraction of diving LP iterations compared to node LP iterations
6.19/6.27	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
6.19/6.27	c heuristics/linesearchdiving/maxlpiterquot = c 0.075
6.19/6.27	c # frequency for calling primal heuristic <linesearchdiving> (-1: never, 0: only at depth freqofs)
6.19/6.27	c # [type: int, range: [-1,2147483647], default: 10]
6.19/6.27	c heuristics/linesearchdiving/freq = c -1
6.19/6.27	c # frequency for calling primal heuristic <intshifting> (-1: never, 0: only at depth freqofs)
6.19/6.27	c # [type: int, range: [-1,2147483647], default: 10]
6.19/6.27	c heuristics/intshifting/freq = c -1
6.19/6.27	c # maximal fraction of diving LP iterations compared to node LP iterations
6.19/6.27	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
6.19/6.27	c heuristics/intdiving/maxlpiterquot = c 0.075
6.19/6.27	c # additional number of allowed LP iterations
6.19/6.27	c # [type: int, range: [0,2147483647], default: 1000]
6.19/6.27	c heuristics/guideddiving/maxlpiterofs = c 1500
6.19/6.27	c # maximal fraction of diving LP iterations compared to node LP iterations
6.19/6.27	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
6.19/6.27	c heuristics/guideddiving/maxlpiterquot = c 0.075
6.19/6.27	c # frequency for calling primal heuristic <guideddiving> (-1: never, 0: only at depth freqofs)
6.19/6.27	c # [type: int, range: [-1,2147483647], default: 10]
6.19/6.27	c heuristics/guideddiving/freq = c -1
6.19/6.27	c # additional number of allowed LP iterations
6.19/6.27	c # [type: int, range: [0,2147483647], default: 1000]
6.19/6.27	c heuristics/fracdiving/maxlpiterofs = c 1500
6.19/6.27	c # maximal fraction of diving LP iterations compared to node LP iterations
6.19/6.27	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
6.19/6.27	c heuristics/fracdiving/maxlpiterquot = c 0.075
6.19/6.27	c # frequency for calling primal heuristic <fracdiving> (-1: never, 0: only at depth freqofs)
6.19/6.27	c # [type: int, range: [-1,2147483647], default: 10]
6.19/6.27	c heuristics/fracdiving/freq = c -1
6.19/6.27	c # additional number of allowed LP iterations
6.19/6.27	c # [type: int, range: [0,2147483647], default: 1000]
6.19/6.27	c heuristics/feaspump/maxlpiterofs = c 2000
6.19/6.27	c # frequency for calling primal heuristic <feaspump> (-1: never, 0: only at depth freqofs)
6.19/6.27	c # [type: int, range: [-1,2147483647], default: 20]
6.19/6.27	c heuristics/feaspump/freq = c -1
6.19/6.27	c # minimum percentage of integer variables that have to be fixed 
6.19/6.27	c # [type: real, range: [0,1], default: 0.666]
6.19/6.27	c heuristics/crossover/minfixingrate = c 0.5
6.19/6.27	c # contingent of sub problem nodes in relation to the number of nodes of the original problem
6.19/6.27	c # [type: real, range: [0,1], default: 0.1]
6.19/6.27	c heuristics/crossover/nodesquot = c 0.15
6.19/6.27	c # number of nodes without incumbent change that heuristic should wait
6.19/6.27	c # [type: longint, range: [0,9223372036854775807], default: 200]
6.19/6.27	c heuristics/crossover/nwaitingnodes = c 100
6.19/6.27	c # number of nodes added to the contingent of the total nodes
6.19/6.27	c # [type: longint, range: [0,9223372036854775807], default: 500]
6.19/6.27	c heuristics/crossover/nodesofs = c 750
6.19/6.27	c # frequency for calling primal heuristic <crossover> (-1: never, 0: only at depth freqofs)
6.19/6.27	c # [type: int, range: [-1,2147483647], default: 30]
6.19/6.27	c heuristics/crossover/freq = c -1
6.19/6.27	c # additional number of allowed LP iterations
6.19/6.27	c # [type: int, range: [0,2147483647], default: 1000]
6.19/6.27	c heuristics/coefdiving/maxlpiterofs = c 1500
6.19/6.27	c # maximal fraction of diving LP iterations compared to node LP iterations
6.19/6.27	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
6.19/6.27	c heuristics/coefdiving/maxlpiterquot = c 0.075
6.19/6.27	c # frequency for calling primal heuristic <coefdiving> (-1: never, 0: only at depth freqofs)
6.19/6.27	c # [type: int, range: [-1,2147483647], default: 10]
6.19/6.27	c heuristics/coefdiving/freq = c -1
6.19/6.27	c # maximal number of presolving rounds the presolver participates in (-1: no limit)
6.19/6.27	c # [type: int, range: [-1,2147483647], default: -1]
6.19/6.27	c presolving/probing/maxrounds = c 0
6.19/6.27	c # should presolving try to simplify knapsacks
6.19/6.27	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
6.19/6.27	c constraints/knapsack/simplifyinequalities = c TRUE
6.19/6.27	c # should disaggregation of knapsack constraints be allowed in preprocessing?
6.19/6.27	c # [type: bool, range: {TRUE,FALSE}, default: TRUE]
6.19/6.27	c constraints/knapsack/disaggregation = c FALSE
6.19/6.27	c # maximal number of cardinality inequalities lifted per separation round (-1: unlimited)
6.19/6.27	c # [type: int, range: [-1,2147483647], default: -1]
6.19/6.27	c constraints/knapsack/maxnumcardlift = c 0
6.19/6.27	c # should presolving try to simplify inequalities
6.19/6.27	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
6.19/6.27	c constraints/linear/simplifyinequalities = c TRUE
6.19/6.27	c # maximal number of separation rounds in the root node (-1: unlimited)
6.19/6.27	c # [type: int, range: [-1,2147483647], default: -1]
6.19/6.27	c separating/maxroundsroot = c 5
6.19/6.27	c # maximal number of separation rounds per node (-1: unlimited)
6.19/6.27	c # [type: int, range: [-1,2147483647], default: 5]
6.19/6.27	c separating/maxrounds = c 1
6.19/6.27	c # solving stops, if the given number of solutions were found (-1: no limit)
6.19/6.27	c # [type: int, range: [-1,2147483647], default: -1]
6.19/6.27	c limits/solutions = c 1
6.19/6.27	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
6.19/6.27	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
6.19/6.27	c limits/memory = c 1620
6.19/6.27	c # maximal time in seconds to run
6.19/6.27	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
6.19/6.27	c limits/time = c 1791
6.19/6.27	c # frequency for displaying node information lines
6.19/6.27	c # [type: int, range: [-1,2147483647], default: 100]
6.19/6.27	c display/freq = c 10000
6.19/6.27	c -----------------------------------------------------------------------------------------------
6.19/6.27	c start solving problem
6.19/6.27	c 
6.49/6.51	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
6.49/6.51	c   2.3s|     1 |     0 |   225 | 125M|   0 |  72 | 419 |  13k|  13k| 419 |  13k|   0 |   0 |   0 | 1.300000e+02 |      --      |    Inf 
6.78/6.89	c   2.7s|     1 |     0 |   241 | 125M|   0 |  72 | 419 |  13k|  13k| 419 |  13k|  11 |   0 |   0 | 1.300000e+02 |      --      |    Inf 
7.29/7.31	c   3.1s|     1 |     0 |   282 | 125M|   0 |  84 | 419 |  13k|  13k| 419 |  13k|  20 |   0 |   0 | 1.300000e+02 |      --      |    Inf 
7.78/7.81	c   3.6s|     1 |     0 |   323 | 125M|   0 |  89 | 419 |  13k|  13k| 419 |  13k|  28 |   0 |   0 | 1.300000e+02 |      --      |    Inf 
8.38/8.45	c   4.2s|     1 |     0 |   371 | 126M|   0 | 113 | 419 |  13k|  13k| 419 |  13k|  34 |   0 |   0 | 1.300000e+02 |      --      |    Inf 
12.88/12.99	c   8.8s|     1 |     0 |   389 | 126M|   0 |  96 | 419 |  13k|  13k| 419 |  13k|  37 |   0 |   0 | 1.300000e+02 |      --      |    Inf 
16.59/16.64	c  12.4s|     1 |     2 |   389 | 126M|   0 |  96 | 419 |  13k|  13k| 419 |  13k|  37 |   0 |  48 | 1.300000e+02 |      --      |    Inf 
798.95/799.23	c   790s| 10000 |  9381 |430415 | 159M|  46 |  87 | 419 |  13k|6701 | 419 |  13k|  37 | 594 |3330 | 1.370000e+02 |      --      |    Inf 
1341.08/1341.58	c  1329s| 20000 | 18569 |828423 | 192M|  58 |  71 | 419 |  13k|8969 | 419 |  13k|  37 |1547 |4001 | 1.400000e+02 |      --      |    Inf 
1800.05/1800.66	c 
1800.05/1800.66	c SCIP Status        : solving was interrupted [user interrupt]
1800.05/1800.66	c Solving Time (sec) : 1785.84
1800.05/1800.66	c Solving Nodes      : 27319
1800.05/1800.66	c Primal Bound       : +1.00000000000000e+20 (0 solutions)
1800.05/1800.66	c Dual Bound         : +1.40000000000000e+02
1800.05/1800.66	c Gap                : infinite
1800.05/1800.66	c NODE         27319
1800.05/1800.66	c DUAL BOUND   140
1800.05/1800.66	c PRIMAL BOUND 1e+20
1800.05/1800.66	c GAP          1e+20
1800.05/1800.66	s UNKNOWN
1800.05/1800.66	c SCIP Status        : solving was interrupted [user interrupt]
1800.05/1800.66	c Solving Time       :    1785.84
1800.05/1800.66	c Original Problem   :
1800.05/1800.66	c   Problem name     : HOME/instance-1884608-1245259684.opb
1800.05/1800.66	c   Variables        : 784 (784 binary, 0 integer, 0 implicit integer, 0 continuous)
1800.05/1800.66	c   Constraints      : 209392 initial, 209392 maximal
1800.05/1800.66	c Presolved Problem  :
1800.05/1800.66	c   Problem name     : t_HOME/instance-1884608-1245259684.opb
1800.05/1800.66	c   Variables        : 419 (419 binary, 0 integer, 0 implicit integer, 0 continuous)
1800.05/1800.66	c   Constraints      : 13610 initial, 13762 maximal
1800.05/1800.66	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
1800.05/1800.66	c   trivial          :       0.00         11          0          0          0          0          0          0          0
1800.05/1800.66	c   dualfix          :       0.01         92          0          0          0          0          0          0          0
1800.05/1800.66	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
1800.05/1800.66	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
1800.05/1800.66	c   implics          :       0.00          0         12          0          0          0          0          0          0
1800.05/1800.66	c   probing          :       0.00          0          0          0          0          0          0          0          0
1800.05/1800.66	c   linear           :       1.04        250          0          0        261          0     195774          0          0
1800.05/1800.66	c   logicor          :       0.15          0          0          0          0          0          8          0          0
1800.05/1800.66	c   root node        :          -         10          -          -         10          -          -          -          -
1800.05/1800.66	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
1800.05/1800.66	c   integral         :          0          0          0      26858          0         11        731          0          0      52580
1800.05/1800.66	c   linear           :         27          5      71476          0          0         42       1136          0          0          0
1800.05/1800.66	c   logicor          :      13583+         5      62010          0          0       1084     208144          0          0          0
1800.05/1800.66	c   countsols        :          0          0          0          0          0          0          0          0          0          0
1800.05/1800.66	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
1800.05/1800.66	c   integral         :     299.35       0.00       0.00     299.35       0.00
1800.05/1800.66	c   linear           :       0.39       0.00       0.39       0.00       0.00
1800.05/1800.66	c   logicor          :      12.13       0.01      12.12       0.00       0.00
1800.05/1800.66	c   countsols        :       0.00       0.00       0.00       0.00       0.00
1800.05/1800.66	c Propagators        :       Time      Calls    Cutoffs    DomReds
1800.05/1800.66	c   rootredcost      :       0.07          0          0          0
1800.05/1800.66	c   pseudoobj        :       1.97      71559          0          0
1800.05/1800.66	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1800.05/1800.66	c   propagation      :       0.02       1126       1126       2871       11.5        294        6.6          -
1800.05/1800.66	c   infeasible LP    :       0.00         14          0          0        0.0          0        0.0          0
1800.05/1800.66	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1800.05/1800.66	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1800.05/1800.66	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1800.05/1800.66	c   applied globally :          -          -          -       2536        9.9          -          -          -
1800.05/1800.66	c   applied locally  :          -          -          -          0        0.0          -          -          -
1800.05/1800.66	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1800.05/1800.66	c   cut pool         :       0.00          4          -          -          5          -    (maximal pool size: 293)
1800.05/1800.66	c   redcost          :       0.76      26310          0          0          0          0
1800.05/1800.66	c   impliedbounds    :       0.00          5          0          0          0          0
1800.05/1800.66	c   intobj           :       0.00          0          0          0          0          0
1800.05/1800.66	c   gomory           :       3.62          5          0          0       2244          0
1800.05/1800.66	c   strongcg         :       2.40          5          0          0       2500          0
1800.05/1800.66	c   cmir             :       0.00          0          0          0          0          0
1800.05/1800.66	c   flowcover        :       0.00          0          0          0          0          0
1800.05/1800.66	c   clique           :       0.00          5          0          0          8          0
1800.05/1800.66	c   zerohalf         :       0.00          0          0          0          0          0
1800.05/1800.66	c   mcf              :       0.02          1          0          0          0          0
1800.05/1800.66	c Pricers            :       Time      Calls       Vars
1800.05/1800.66	c   problem variables:       0.00          0          0
1800.05/1800.66	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1800.05/1800.66	c   relpscost        :     299.31      26858         11        731          0          0      52580
1800.05/1800.66	c   pscost           :       0.00          0          0          0          0          0          0
1800.05/1800.66	c   inference        :       0.00          0          0          0          0          0          0
1800.05/1800.66	c   mostinf          :       0.00          0          0          0          0          0          0
1800.05/1800.66	c   leastinf         :       0.00          0          0          0          0          0          0
1800.05/1800.66	c   fullstrong       :       0.00          0          0          0          0          0          0
1800.05/1800.66	c   allfullstrong    :       0.00          0          0          0          0          0          0
1800.05/1800.66	c   random           :       0.00          0          0          0          0          0          0
1800.05/1800.66	c Primal Heuristics  :       Time      Calls      Found
1800.05/1800.66	c   LP solutions     :       0.00          -          0
1800.05/1800.66	c   pseudo solutions :       0.00          -          0
1800.05/1800.66	c   simplerounding   :       0.00          0          0
1800.05/1800.66	c   rounding         :       0.00          0          0
1800.05/1800.66	c   shifting         :       0.00          0          0
1800.05/1800.66	c   intshifting      :       0.00          0          0
1800.05/1800.66	c   oneopt           :       0.00          0          0
1800.05/1800.66	c   fixandinfer      :       0.00          0          0
1800.05/1800.66	c   feaspump         :       0.00          0          0
1800.05/1800.66	c   coefdiving       :       0.00          0          0
1800.05/1800.66	c   pscostdiving     :       0.00          0          0
1800.05/1800.66	c   fracdiving       :       0.00          0          0
1800.05/1800.66	c   veclendiving     :       0.00          0          0
1800.05/1800.66	c   intdiving        :       0.00          0          0
1800.05/1800.66	c   actconsdiving    :       0.00          0          0
1800.05/1800.66	c   objpscostdiving  :       0.00          0          0
1800.05/1800.66	c   rootsoldiving    :       0.00          0          0
1800.05/1800.66	c   linesearchdiving :       0.00          0          0
1800.05/1800.66	c   guideddiving     :       0.00          0          0
1800.05/1800.66	c   octane           :       0.00          0          0
1800.05/1800.66	c   rens             :       0.00          0          0
1800.05/1800.66	c   rins             :       0.00          0          0
1800.05/1800.66	c   localbranching   :       0.00          0          0
1800.05/1800.66	c   mutation         :       0.00          0          0
1800.05/1800.66	c   crossover        :       0.00          0          0
1800.05/1800.66	c   dins             :       0.00          0          0
1800.05/1800.66	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1800.05/1800.66	c   primal LP        :       0.12          0          0       0.00       0.00
1800.05/1800.66	c   dual LP          :    1353.89      26875    1174079      43.69     867.19
1800.05/1800.66	c   barrier LP       :       0.00          0          0       0.00          -
1800.05/1800.66	c   diving/probing LP:       0.00          0          0       0.00          -
1800.05/1800.66	c   strong branching :     297.05       4828     216316      44.80     728.21
1800.05/1800.66	c     (at root node) :          -         48       1870      38.96          -
1800.05/1800.66	c   conflict analysis:       0.00          0          0       0.00          -
1800.05/1800.66	c B&B Tree           :
1800.05/1800.66	c   number of runs   :          1
1800.05/1800.66	c   nodes            :      27319
1800.05/1800.66	c   nodes (total)    :      27319
1800.05/1800.66	c   nodes left       :      25083
1800.05/1800.66	c   max depth        :         58
1800.05/1800.66	c   max depth (total):         58
1800.05/1800.66	c   backtracks       :       4593 (16.8%)
1800.05/1800.66	c   delayed cutoffs  :        179
1800.05/1800.66	c   repropagations   :      11899 (8272 domain reductions, 122 cutoffs)
1800.05/1800.66	c   avg switch length:       5.91
1800.05/1800.66	c   switching time   :      10.37
1800.05/1800.66	c Solution           :
1800.05/1800.66	c   Solutions found  :          0 (0 improvements)
1800.05/1800.66	c   Primal Bound     :          -
1800.05/1800.66	c   Dual Bound       : +1.40000000000000e+02
1800.05/1800.66	c   Gap              :   infinite
1800.05/1800.66	c   Root Dual Bound  : +1.30000000000000e+02
1800.34/1800.95	c Time complete: 1800.4.

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-1884608-1245259684/watcher-1884608-1245259684 -o /tmp/evaluation-result-1884608-1245259684/solver-1884608-1245259684 -C 1800 -W 2000 -M 1800 HOME/pbscip.linux.x86_64.gnu.opt-gcc42.clp -t 1800 -m 1800 -f HOME/instance-1884608-1245259684.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: 1.00 1.00 0.95 3/66 18734
/proc/meminfo: memFree=1743120/2055920 swapFree=4186724/4192956
[pid=18734] ppid=18732 vsize=5812 CPUtime=0
/proc/18734/stat : 18734 (pbscip.linux.x8) R 18732 18734 18121 0 -1 4194304 519 0 0 0 0 0 0 0 18 0 1 0 78691860 5951488 504 1992294400 4194304 9342243 548682068736 18446744073709551615 8223232 0 0 4096 0 0 0 0 17 1 0 0
/proc/18734/statm: 1453 516 345 1256 0 192 0

[startup+0.0624051 s]
/proc/loadavg: 1.00 1.00 0.95 3/66 18734
/proc/meminfo: memFree=1743120/2055920 swapFree=4186724/4192956
[pid=18734] ppid=18732 vsize=11888 CPUtime=0.05
/proc/18734/stat : 18734 (pbscip.linux.x8) R 18732 18734 18121 0 -1 4194304 1941 0 0 0 5 0 0 0 18 0 1 0 78691860 12173312 1925 1992294400 4194304 9342243 548682068736 18446744073709551615 8305584 0 0 4096 0 0 0 0 17 1 0 0
/proc/18734/statm: 2972 1925 376 1256 0 1711 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 11888

[startup+0.101409 s]
/proc/loadavg: 1.00 1.00 0.95 3/66 18734
/proc/meminfo: memFree=1743120/2055920 swapFree=4186724/4192956
[pid=18734] ppid=18732 vsize=13656 CPUtime=0.09
/proc/18734/stat : 18734 (pbscip.linux.x8) R 18732 18734 18121 0 -1 4194304 2399 0 0 0 9 0 0 0 18 0 1 0 78691860 13983744 2383 1992294400 4194304 9342243 548682068736 18446744073709551615 8305584 0 0 4096 0 0 0 0 17 1 0 0
/proc/18734/statm: 3414 2383 376 1256 0 2153 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 13656

[startup+0.301435 s]
/proc/loadavg: 1.00 1.00 0.95 3/66 18734
/proc/meminfo: memFree=1743120/2055920 swapFree=4186724/4192956
[pid=18734] ppid=18732 vsize=18596 CPUtime=0.29
/proc/18734/stat : 18734 (pbscip.linux.x8) R 18732 18734 18121 0 -1 4194304 3608 0 0 0 28 1 0 0 19 0 1 0 78691860 19042304 3592 1992294400 4194304 9342243 548682068736 18446744073709551615 8193860 0 0 4096 0 0 0 0 17 1 0 0
/proc/18734/statm: 4649 3592 376 1256 0 3388 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 18596

[startup+0.701486 s]
/proc/loadavg: 1.00 1.00 0.95 3/66 18734
/proc/meminfo: memFree=1743120/2055920 swapFree=4186724/4192956
[pid=18734] ppid=18732 vsize=27492 CPUtime=0.69
/proc/18734/stat : 18734 (pbscip.linux.x8) R 18732 18734 18121 0 -1 4194304 5823 0 0 0 66 3 0 0 22 0 1 0 78691860 28151808 5807 1992294400 4194304 9342243 548682068736 18446744073709551615 8247753 0 0 4096 0 0 0 0 17 1 0 0
/proc/18734/statm: 6873 5807 376 1256 0 5612 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 27492

[startup+1.50159 s]
/proc/loadavg: 1.00 1.00 0.95 2/67 18735
/proc/meminfo: memFree=1714888/2055920 swapFree=4186724/4192956
[pid=18734] ppid=18732 vsize=45180 CPUtime=1.49
/proc/18734/stat : 18734 (pbscip.linux.x8) R 18732 18734 18121 0 -1 4194304 10235 0 0 0 144 5 0 0 25 0 1 0 78691860 46264320 10219 1992294400 4194304 9342243 548682068736 18446744073709551615 4511625 0 0 4096 0 0 0 0 17 1 0 0
/proc/18734/statm: 11295 10219 376 1256 0 10034 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 45180

[startup+3.10279 s]
/proc/loadavg: 1.00 1.00 0.95 2/67 18735
/proc/meminfo: memFree=1689352/2055920 swapFree=4186724/4192956
[pid=18734] ppid=18732 vsize=79436 CPUtime=3.09
/proc/18734/stat : 18734 (pbscip.linux.x8) R 18732 18734 18121 0 -1 4194304 18785 0 0 0 300 9 0 0 25 0 1 0 78691860 81342464 18769 1992294400 4194304 9342243 548682068736 18446744073709551615 8305584 0 0 4096 0 0 0 0 17 1 0 0
/proc/18734/statm: 19859 18769 376 1256 0 18598 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 79436

[startup+6.30121 s]
/proc/loadavg: 1.00 1.00 0.95 2/67 18735
/proc/meminfo: memFree=1454472/2055920 swapFree=4186724/4192956
[pid=18734] ppid=18732 vsize=302548 CPUtime=6.29
/proc/18734/stat : 18734 (pbscip.linux.x8) R 18732 18734 18121 0 -1 4194304 73309 0 0 0 580 49 0 0 16 0 1 0 78691860 309809152 72530 1992294400 4194304 9342243 548682068736 18446744073709551615 4455692 0 0 4096 16384 0 0 0 17 1 0 0
/proc/18734/statm: 75637 72530 525 1256 0 74376 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 302548

[startup+12.701 s]
/proc/loadavg: 1.00 1.00 0.95 2/67 18735
/proc/meminfo: memFree=1453704/2055920 swapFree=4186724/4192956
[pid=18734] ppid=18732 vsize=308720 CPUtime=12.68
/proc/18734/stat : 18734 (pbscip.linux.x8) R 18732 18734 18121 0 -1 4194304 74568 0 0 0 1217 51 0 0 25 0 1 0 78691860 316129280 72849 1992294400 4194304 9342243 548682068736 18446744073709551615 8300202 0 0 4096 16384 0 0 0 17 1 0 0
/proc/18734/statm: 77180 72849 650 1256 0 75919 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 308720

[startup+25.5017 s]
/proc/loadavg: 1.00 1.00 0.95 2/67 18735
/proc/meminfo: memFree=1452616/2055920 swapFree=4186724/4192956
[pid=18734] ppid=18732 vsize=319784 CPUtime=25.49
/proc/18734/stat : 18734 (pbscip.linux.x8) R 18732 18734 18121 0 -1 4194304 97096 0 0 0 2484 65 0 0 25 0 1 0 78691860 327458816 73178 1992294400 4194304 9342243 548682068736 18446744073709551615 8308455 0 0 4096 16384 0 0 0 17 1 0 0
/proc/18734/statm: 79946 73178 669 1256 0 78685 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 319784

[startup+51.1021 s]
/proc/loadavg: 1.00 1.00 0.95 2/67 18735
/proc/meminfo: memFree=1452936/2055920 swapFree=4186724/4192956
[pid=18734] ppid=18732 vsize=316300 CPUtime=51.07
/proc/18734/stat : 18734 (pbscip.linux.x8) R 18732 18734 18121 0 -1 4194304 142996 0 0 0 5018 89 0 0 25 0 1 0 78691860 323891200 73089 1992294400 4194304 9342243 548682068736 18446744073709551615 6018130 0 0 4096 16384 0 0 0 17 1 0 0
/proc/18734/statm: 79075 73089 669 1256 0 77814 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 316300

[startup+102.306 s]
/proc/loadavg: 1.00 1.00 0.95 2/67 18735
/proc/meminfo: memFree=1452872/2055920 swapFree=4186724/4192956
[pid=18734] ppid=18732 vsize=320032 CPUtime=102.26
/proc/18734/stat : 18734 (pbscip.linux.x8) R 18732 18734 18121 0 -1 4194304 240112 0 0 0 10082 144 0 0 25 0 1 0 78691860 327712768 73121 1992294400 4194304 9342243 548682068736 18446744073709551615 6960248 0 0 4096 16384 0 0 0 17 1 0 0
/proc/18734/statm: 80008 73121 669 1256 0 78747 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 320032

[startup+162.301 s]
/proc/loadavg: 1.00 1.00 0.95 2/67 18735
/proc/meminfo: memFree=1452616/2055920 swapFree=4186724/4192956
[pid=18734] ppid=18732 vsize=308776 CPUtime=162.24
/proc/18734/stat : 18734 (pbscip.linux.x8) R 18732 18734 18121 0 -1 4194304 332584 0 0 0 16024 200 0 0 25 0 1 0 78691860 316186624 73063 1992294400 4194304 9342243 548682068736 18446744073709551615 8308455 0 0 4096 16384 0 0 0 17 1 0 0
/proc/18734/statm: 77194 73063 674 1256 0 75933 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 308776

[startup+222.301 s]
/proc/loadavg: 1.00 1.00 0.95 2/67 18735
/proc/meminfo: memFree=1453448/2055920 swapFree=4186724/4192956
[pid=18734] ppid=18732 vsize=308608 CPUtime=222.23
/proc/18734/stat : 18734 (pbscip.linux.x8) R 18732 18734 18121 0 -1 4194304 398214 0 0 0 21979 244 0 0 25 0 1 0 78691860 316014592 72961 1992294400 4194304 9342243 548682068736 18446744073709551615 6959741 0 0 4096 16384 0 0 0 17 1 0 0
/proc/18734/statm: 77152 72961 674 1256 0 75891 0
Current children cumulated CPU time (s) 222.23
Current children cumulated vsize (KiB) 308608

[startup+282.302 s]
/proc/loadavg: 1.00 1.00 0.95 2/67 18735
/proc/meminfo: memFree=1450568/2055920 swapFree=4186724/4192956
[pid=18734] ppid=18732 vsize=312568 CPUtime=282.2
/proc/18734/stat : 18734 (pbscip.linux.x8) R 18732 18734 18121 0 -1 4194304 443987 0 0 0 27947 273 0 0 25 0 1 0 78691860 320069632 73549 1992294400 4194304 9342243 548682068736 18446744073709551615 6044104 0 0 4096 16384 0 0 0 17 1 0 0
/proc/18734/statm: 78142 73552 674 1256 0 76881 0
Current children cumulated CPU time (s) 282.2
Current children cumulated vsize (KiB) 312568

[startup+342.302 s]
/proc/loadavg: 1.00 1.00 0.95 2/67 18735
/proc/meminfo: memFree=1449288/2055920 swapFree=4186724/4192956
[pid=18734] ppid=18732 vsize=314056 CPUtime=342.18
/proc/18734/stat : 18734 (pbscip.linux.x8) R 18732 18734 18121 0 -1 4194304 490745 0 0 0 33912 306 0 0 25 0 1 0 78691860 321593344 74011 1992294400 4194304 9342243 548682068736 18446744073709551615 4266257 0 0 4096 16384 0 0 0 17 1 0 0
/proc/18734/statm: 78514 74011 674 1256 0 77253 0
Current children cumulated CPU time (s) 342.18
Current children cumulated vsize (KiB) 314056

[startup+402.301 s]
/proc/loadavg: 1.00 1.00 0.95 2/67 18735
/proc/meminfo: memFree=1445128/2055920 swapFree=4186724/4192956
[pid=18734] ppid=18732 vsize=325128 CPUtime=402.17
/proc/18734/stat : 18734 (pbscip.linux.x8) R 18732 18734 18121 0 -1 4194304 532769 0 0 0 39881 336 0 0 25 0 1 0 78691860 332931072 74912 1992294400 4194304 9342243 548682068736 18446744073709551615 8308455 0 0 4096 16384 0 0 0 17 1 0 0
/proc/18734/statm: 81282 74912 674 1256 0 80021 0
Current children cumulated CPU time (s) 402.17
Current children cumulated vsize (KiB) 325128

[startup+462.301 s]
/proc/loadavg: 1.00 1.00 0.95 2/67 18735
/proc/meminfo: memFree=1442312/2055920 swapFree=4186724/4192956
[pid=18734] ppid=18732 vsize=323252 CPUtime=462.15
/proc/18734/stat : 18734 (pbscip.linux.x8) R 18732 18734 18121 0 -1 4194304 554306 0 0 0 45861 354 0 0 25 0 1 0 78691860 331010048 75725 1992294400 4194304 9342243 548682068736 18446744073709551615 8308455 0 0 4096 16384 0 0 0 17 1 0 0
/proc/18734/statm: 80813 75725 674 1256 0 79552 0
Current children cumulated CPU time (s) 462.15
Current children cumulated vsize (KiB) 323252

[startup+522.302 s]
/proc/loadavg: 1.00 1.00 0.95 2/67 18735
/proc/meminfo: memFree=1441160/2055920 swapFree=4186724/4192956
[pid=18734] ppid=18732 vsize=323504 CPUtime=522.13
/proc/18734/stat : 18734 (pbscip.linux.x8) R 18732 18734 18121 0 -1 4194304 576574 0 0 0 51836 377 0 0 25 0 1 0 78691860 331268096 75998 1992294400 4194304 9342243 548682068736 18446744073709551615 8308455 0 0 4096 16384 0 0 0 17 1 0 0
/proc/18734/statm: 80876 75998 677 1256 0 79615 0
Current children cumulated CPU time (s) 522.13
Current children cumulated vsize (KiB) 323504

[startup+582.302 s]
/proc/loadavg: 1.00 1.00 0.95 2/67 18735
/proc/meminfo: memFree=1440840/2055920 swapFree=4186724/4192956
[pid=18734] ppid=18732 vsize=324448 CPUtime=582.11
/proc/18734/stat : 18734 (pbscip.linux.x8) R 18732 18734 18121 0 -1 4194304 668777 0 0 0 57777 434 0 0 25 0 1 0 78691860 332234752 75945 1992294400 4194304 9342243 548682068736 18446744073709551615 8300202 0 0 4096 16384 0 0 0 17 1 0 0
/proc/18734/statm: 81112 75945 677 1256 0 79851 0
Current children cumulated CPU time (s) 582.11
Current children cumulated vsize (KiB) 324448

[startup+642.301 s]
/proc/loadavg: 1.00 1.00 0.95 2/67 18735
/proc/meminfo: memFree=1436040/2055920 swapFree=4186724/4192956
[pid=18734] ppid=18732 vsize=328456 CPUtime=642.1
/proc/18734/stat : 18734 (pbscip.linux.x8) R 18732 18734 18121 0 -1 4194304 783918 0 0 0 63708 502 0 0 25 0 1 0 78691860 336338944 77244 1992294400 4194304 9342243 548682068736 18446744073709551615 8308455 0 0 4096 16384 0 0 0 17 1 0 0
/proc/18734/statm: 82114 77244 677 1256 0 80853 0
Current children cumulated CPU time (s) 642.1
Current children cumulated vsize (KiB) 328456

[startup+702.301 s]

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

[startup+942.301 s]
/proc/loadavg: 1.00 1.00 0.95 2/67 18735
/proc/meminfo: memFree=1420104/2055920 swapFree=4186724/4192956
[pid=18734] ppid=18732 vsize=348828 CPUtime=942
/proc/18734/stat : 18734 (pbscip.linux.x8) R 18732 18734 18121 0 -1 4194304 927889 0 0 0 93575 625 0 0 25 0 1 0 78691860 357199872 81310 1992294400 4194304 9342243 548682068736 18446744073709551615 8308455 0 0 4096 16384 0 0 0 17 1 0 0
/proc/18734/statm: 87207 81310 677 1256 0 85946 0
Current children cumulated CPU time (s) 942
Current children cumulated vsize (KiB) 348828

[startup+1002.3 s]
/proc/loadavg: 1.00 1.00 0.95 2/67 18735
/proc/meminfo: memFree=1412872/2055920 swapFree=4186724/4192956
[pid=18734] ppid=18732 vsize=352392 CPUtime=1001.98
/proc/18734/stat : 18734 (pbscip.linux.x8) R 18732 18734 18121 0 -1 4194304 1028522 0 0 0 99514 684 0 0 25 0 1 0 78691860 360849408 83027 1992294400 4194304 9342243 548682068736 18446744073709551615 8308455 0 0 4096 16384 0 0 0 17 1 0 0
/proc/18734/statm: 88098 83027 677 1256 0 86837 0
Current children cumulated CPU time (s) 1001.98
Current children cumulated vsize (KiB) 352392

[startup+1062.3 s]
/proc/loadavg: 1.00 1.00 0.95 2/67 18735
/proc/meminfo: memFree=1409928/2055920 swapFree=4186724/4192956
[pid=18734] ppid=18732 vsize=355528 CPUtime=1061.97
/proc/18734/stat : 18734 (pbscip.linux.x8) R 18732 18734 18121 0 -1 4194304 1029744 0 0 0 105504 693 0 0 25 0 1 0 78691860 364060672 83768 1992294400 4194304 9342243 548682068736 18446744073709551615 8308455 0 0 4096 16384 0 0 0 17 1 0 0
/proc/18734/statm: 88882 83768 677 1256 0 87621 0
Current children cumulated CPU time (s) 1061.97
Current children cumulated vsize (KiB) 355528

[startup+1122.3 s]
/proc/loadavg: 1.00 1.00 0.95 2/67 18735
/proc/meminfo: memFree=1409352/2055920 swapFree=4186724/4192956
[pid=18734] ppid=18732 vsize=359384 CPUtime=1121.95
/proc/18734/stat : 18734 (pbscip.linux.x8) R 18732 18734 18121 0 -1 4194304 1116016 0 0 0 111447 748 0 0 25 0 1 0 78691860 368009216 83898 1992294400 4194304 9342243 548682068736 18446744073709551615 4266257 0 0 4096 16384 0 0 0 17 1 0 0
/proc/18734/statm: 89846 83898 677 1256 0 88585 0
Current children cumulated CPU time (s) 1121.95
Current children cumulated vsize (KiB) 359384

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 0.95 2/67 18735
/proc/meminfo: memFree=1404936/2055920 swapFree=4186724/4192956
[pid=18734] ppid=18732 vsize=360352 CPUtime=1181.93
/proc/18734/stat : 18734 (pbscip.linux.x8) R 18732 18734 18121 0 -1 4194304 1151248 0 0 0 117419 774 0 0 25 0 1 0 78691860 369000448 84995 1992294400 4194304 9342243 548682068736 18446744073709551615 8308455 0 0 4096 16384 0 0 0 17 1 0 0
/proc/18734/statm: 90088 84995 677 1256 0 88827 0
Current children cumulated CPU time (s) 1181.93
Current children cumulated vsize (KiB) 360352

[startup+1242.3 s]
/proc/loadavg: 1.00 1.00 0.95 2/67 18735
/proc/meminfo: memFree=1399368/2055920 swapFree=4186724/4192956
[pid=18734] ppid=18732 vsize=365400 CPUtime=1241.91
/proc/18734/stat : 18734 (pbscip.linux.x8) R 18732 18734 18121 0 -1 4194304 1203991 0 0 0 123378 813 0 0 25 0 1 0 78691860 374169600 86217 1992294400 4194304 9342243 548682068736 18446744073709551615 8308455 0 0 4096 16384 0 0 0 17 1 0 0
/proc/18734/statm: 91350 86217 677 1256 0 90089 0
Current children cumulated CPU time (s) 1241.91
Current children cumulated vsize (KiB) 365400

[startup+1302.3 s]
/proc/loadavg: 1.00 1.00 0.95 2/67 18735
/proc/meminfo: memFree=1398216/2055920 swapFree=4186724/4192956
[pid=18734] ppid=18732 vsize=369528 CPUtime=1301.9
/proc/18734/stat : 18734 (pbscip.linux.x8) R 18732 18734 18121 0 -1 4194304 1216278 0 0 0 129360 830 0 0 25 0 1 0 78691860 378396672 86664 1992294400 4194304 9342243 548682068736 18446744073709551615 8308455 0 0 4096 16384 0 0 0 17 1 0 0
/proc/18734/statm: 92382 86664 677 1256 0 91121 0
Current children cumulated CPU time (s) 1301.9
Current children cumulated vsize (KiB) 369528

[startup+1362.3 s]
/proc/loadavg: 1.00 1.00 0.95 2/67 18735
/proc/meminfo: memFree=1393224/2055920 swapFree=4186724/4192956
[pid=18734] ppid=18732 vsize=371220 CPUtime=1361.87
/proc/18734/stat : 18734 (pbscip.linux.x8) R 18732 18734 18121 0 -1 4194304 1248894 0 0 0 135330 857 0 0 25 0 1 0 78691860 380129280 87793 1992294400 4194304 9342243 548682068736 18446744073709551615 8300202 0 0 4096 16384 0 0 0 17 1 0 0
/proc/18734/statm: 92805 87793 677 1256 0 91544 0
Current children cumulated CPU time (s) 1361.87
Current children cumulated vsize (KiB) 371220

[startup+1422.31 s]
/proc/loadavg: 1.00 1.00 0.95 2/67 18735
/proc/meminfo: memFree=1392328/2055920 swapFree=4186724/4192956
[pid=18734] ppid=18732 vsize=374944 CPUtime=1421.86
/proc/18734/stat : 18734 (pbscip.linux.x8) R 18732 18734 18121 0 -1 4194304 1281834 0 0 0 141304 882 0 0 25 0 1 0 78691860 383942656 88130 1992294400 4194304 9342243 548682068736 18446744073709551615 4253560 0 0 4096 16384 0 0 0 17 1 0 0
/proc/18734/statm: 93736 88130 677 1256 0 92475 0
Current children cumulated CPU time (s) 1421.86
Current children cumulated vsize (KiB) 374944

[startup+1482.3 s]
/proc/loadavg: 1.00 1.00 0.95 2/67 18735
/proc/meminfo: memFree=1387912/2055920 swapFree=4186724/4192956
[pid=18734] ppid=18732 vsize=379056 CPUtime=1481.84
/proc/18734/stat : 18734 (pbscip.linux.x8) R 18732 18734 18121 0 -1 4194304 1301210 0 0 0 147283 901 0 0 25 0 1 0 78691860 388153344 89266 1992294400 4194304 9342243 548682068736 18446744073709551615 6896296 0 0 4096 16384 0 0 0 17 1 0 0
/proc/18734/statm: 94764 89266 677 1256 0 93503 0
Current children cumulated CPU time (s) 1481.84
Current children cumulated vsize (KiB) 379056

[startup+1542.3 s]
/proc/loadavg: 1.00 1.00 0.95 2/67 18735
/proc/meminfo: memFree=1385928/2055920 swapFree=4186724/4192956
[pid=18734] ppid=18732 vsize=383916 CPUtime=1541.82
/proc/18734/stat : 18734 (pbscip.linux.x8) R 18732 18734 18121 0 -1 4194304 1360599 0 0 0 153243 939 0 0 25 0 1 0 78691860 393129984 89777 1992294400 4194304 9342243 548682068736 18446744073709551615 6959555 0 0 4096 16384 0 0 0 17 1 0 0
/proc/18734/statm: 95979 89777 677 1256 0 94718 0
Current children cumulated CPU time (s) 1541.82
Current children cumulated vsize (KiB) 383916

[startup+1602.3 s]
/proc/loadavg: 1.00 1.00 0.95 2/67 18735
/proc/meminfo: memFree=1380360/2055920 swapFree=4186724/4192956
[pid=18734] ppid=18732 vsize=386440 CPUtime=1601.8
/proc/18734/stat : 18734 (pbscip.linux.x8) R 18732 18734 18121 0 -1 4194304 1461846 0 0 0 159184 996 0 0 25 0 1 0 78691860 395714560 91194 1992294400 4194304 9342243 548682068736 18446744073709551615 8308455 0 0 4096 16384 0 0 0 17 1 0 0
/proc/18734/statm: 96610 91194 677 1256 0 95349 0
Current children cumulated CPU time (s) 1601.8
Current children cumulated vsize (KiB) 386440

[startup+1662.3 s]
/proc/loadavg: 1.00 1.00 0.95 2/67 18735
/proc/meminfo: memFree=1377480/2055920 swapFree=4186724/4192956
[pid=18734] ppid=18732 vsize=385388 CPUtime=1661.79
/proc/18734/stat : 18734 (pbscip.linux.x8) R 18732 18734 18121 0 -1 4194304 1490776 0 0 0 165157 1022 0 0 25 0 1 0 78691860 394637312 91747 1992294400 4194304 9342243 548682068736 18446744073709551615 8308455 0 0 4096 16384 0 0 0 17 1 0 0
/proc/18734/statm: 96347 91747 677 1256 0 95086 0
Current children cumulated CPU time (s) 1661.79
Current children cumulated vsize (KiB) 385388

[startup+1722.3 s]
/proc/loadavg: 1.00 1.00 0.95 2/67 18737
/proc/meminfo: memFree=1373320/2055920 swapFree=4186724/4192956
[pid=18734] ppid=18732 vsize=393728 CPUtime=1721.76
/proc/18734/stat : 18734 (pbscip.linux.x8) R 18732 18734 18121 0 -1 4194304 1498300 0 0 0 171143 1033 0 0 25 0 1 0 78691860 403177472 92896 1992294400 4194304 9342243 548682068736 18446744073709551615 4266257 0 0 4096 16384 0 0 0 17 1 0 0
/proc/18734/statm: 98432 92896 677 1256 0 97171 0
Current children cumulated CPU time (s) 1721.76
Current children cumulated vsize (KiB) 393728

[startup+1782.3 s]
/proc/loadavg: 1.00 1.00 0.95 2/67 18737
/proc/meminfo: memFree=1371720/2055920 swapFree=4186724/4192956
[pid=18734] ppid=18732 vsize=406888 CPUtime=1781.74
/proc/18734/stat : 18734 (pbscip.linux.x8) R 18732 18734 18121 0 -1 4194304 1514501 0 0 0 177125 1049 0 0 25 0 1 0 78691860 416653312 93339 1992294400 4194304 9342243 548682068736 18446744073709551615 8308455 0 0 4096 16384 0 0 0 17 1 0 0
/proc/18734/statm: 101722 93339 677 1256 0 100461 0
Current children cumulated CPU time (s) 1781.74
Current children cumulated vsize (KiB) 406888



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.6 s]
/proc/loadavg: 1.00 1.00 0.95 2/67 18737
/proc/meminfo: memFree=1371144/2055920 swapFree=4186724/4192956
[pid=18734] ppid=18732 vsize=397088 CPUtime=1800.05
/proc/18734/stat : 18734 (pbscip.linux.x8) R 18732 18734 18121 0 -1 4194304 1520614 0 0 0 178950 1055 0 0 25 0 1 0 78691860 406618112 93383 1992294400 4194304 9342243 548682068736 18446744073709551615 5868780 0 0 4096 16384 0 0 0 17 1 0 0
/proc/18734/statm: 99272 93383 677 1256 0 98011 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 397088

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

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

[startup+1800.8 s]
/proc/loadavg: 1.00 1.00 0.95 2/67 18737
/proc/meminfo: memFree=1371144/2055920 swapFree=4186724/4192956
[pid=18734] ppid=18732 vsize=355748 CPUtime=1800.24
/proc/18734/stat : 18734 (pbscip.linux.x8) R 18732 18734 18121 0 -1 4194304 1520623 0 0 0 178968 1056 0 0 25 0 1 0 78691860 364285952 85284 1992294400 4194304 9342243 548682068736 18446744073709551615 8483466 0 0 4096 0 0 0 0 17 1 0 0
/proc/18734/statm: 88937 85284 9286 1256 0 87676 0
Current children cumulated CPU time (s) 1800.24
Current children cumulated vsize (KiB) 355748

[startup+1800.9 s]
/proc/loadavg: 1.00 1.00 0.95 2/67 18737
/proc/meminfo: memFree=1371144/2055920 swapFree=4186724/4192956
[pid=18734] ppid=18732 vsize=250880 CPUtime=1800.34
/proc/18734/stat : 18734 (pbscip.linux.x8) R 18732 18734 18121 0 -1 4194304 1520623 0 0 0 178977 1057 0 0 25 0 1 0 78691860 256901120 59760 1992294400 4194304 9342243 548682068736 18446744073709551615 5854267 0 0 4096 0 0 0 0 17 1 0 0
/proc/18734/statm: 62720 59760 684 1256 0 61459 0
Current children cumulated CPU time (s) 1800.34
Current children cumulated vsize (KiB) 250880

Child status: 0
Real time (s): 1800.96
CPU time (s): 1800.41
CPU user time (s): 1789.79
CPU system time (s): 10.6134
CPU usage (%): 99.9693
Max. virtual memory (cumulated for all children) (KiB): 407128

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

runsolver used 2.26666 second user time and 4.29735 second system time

The end

Launcher Data

Begin job on node40 at 2009-06-17 19:28:04
IDJOB=1884608
IDBENCH=71974
IDSOLVER=684
FILE ID=node40/1884608-1245259684
PBS_JOBID= 9372413
Free space on /tmp= 66524 MiB

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

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

MD5SUM BENCH= 346f48eb6ec6fe1e7fa42b74536c7692
RANDOM SEED=1256476197

node40.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.216
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.216
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:       1743600 kB
Buffers:         43560 kB
Cached:         192668 kB
SwapCached:       3200 kB
Active:         117424 kB
Inactive:       130572 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1743600 kB
SwapTotal:     4192956 kB
SwapFree:      4186724 kB
Dirty:           22440 kB
Writeback:           0 kB
Mapped:          18632 kB
Slab:            50124 kB
Committed_AS:    83384 kB
PageTables:       1472 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= 66512 MiB
End job on node40 at 2009-06-17 19:58:07