Trace number 1868575

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? 1799.87 1800.4

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/web/
uclid_pb_benchmarks/normalized-ooo.tag10.ucl.opb
MD5SUM02e31ca1ab9f95407d6e9ec422f4634a
Bench CategoryDEC-SMALLINT (no optimisation, small integers)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark2.83357
Has Objective FunctionNO
SatisfiableNO
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved
Number of variables9071
Total number of constraints25914
Number of constraints which are clauses25190
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints724
Minimum length of a constraint1
Maximum length of a constraint11
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 39
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 132
Number of bits of the biggest sum of numbers8
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.39/0.40	c SCIP version 1.1.0.7
0.39/0.40	c LP-Solver Clp 1.8.2
0.39/0.40	c user parameter file <scip.set> not found - using default parameters
0.39/0.40	c read problem <HOME/instance-1868575-1245128526.opb>
0.39/0.40	c original problem has 9071 variables (9071 bin, 0 int, 0 impl, 0 cont) and 25914 constraints
0.49/0.52	c No objective function, only one solution is needed.
0.49/0.52	c start presolving problem
0.49/0.52	c presolving:
0.89/0.99	c (round 1) 519 del vars, 291 del conss, 97 chg bounds, 362 chg sides, 740 chg coeffs, 0 upgd conss, 431849 impls, 0 clqs
0.99/1.03	c (round 2) 520 del vars, 1143 del conss, 98 chg bounds, 362 chg sides, 740 chg coeffs, 0 upgd conss, 431849 impls, 0 clqs
0.99/1.05	c (round 3) 528 del vars, 1159 del conss, 105 chg bounds, 362 chg sides, 740 chg coeffs, 0 upgd conss, 432102 impls, 0 clqs
0.99/1.07	c (round 4) 528 del vars, 1165 del conss, 106 chg bounds, 362 chg sides, 740 chg coeffs, 0 upgd conss, 432145 impls, 0 clqs
0.99/1.10	c (round 5) 530 del vars, 1168 del conss, 106 chg bounds, 362 chg sides, 740 chg coeffs, 0 upgd conss, 432227 impls, 0 clqs
1.29/1.30	c (round 6) 530 del vars, 1170 del conss, 106 chg bounds, 362 chg sides, 740 chg coeffs, 24744 upgd conss, 432227 impls, 0 clqs
1.39/1.45	c presolving (7 rounds):
1.39/1.45	c  530 deleted vars, 1170 deleted constraints, 106 tightened bounds, 0 added holes, 362 changed sides, 740 changed coefficients
1.39/1.45	c  432227 implications, 0 cliques
1.39/1.45	c presolved problem has 8541 variables (8541 bin, 0 int, 0 impl, 0 cont) and 24744 constraints
1.39/1.45	c     724 constraints of type <knapsack>
1.39/1.45	c   24020 constraints of type <logicor>
1.39/1.45	c transformed objective value is always integral (scale: 1)
1.39/1.45	c Presolving Time: 0.81
1.39/1.45	c SATUNSAT-LIN
1.39/1.45	c -----------------------------------------------------------------------------------------------
1.39/1.45	c # frequency for calling separator <flowcover> (-1: never, 0: only in root node)
1.39/1.45	c # [type: int, range: [-1,2147483647], default: 0]
1.39/1.45	c separating/flowcover/freq = c -1
1.39/1.45	c # frequency for calling separator <cmir> (-1: never, 0: only in root node)
1.39/1.45	c # [type: int, range: [-1,2147483647], default: 0]
1.39/1.45	c separating/cmir/freq = c -1
1.39/1.45	c # additional number of allowed LP iterations
1.39/1.45	c # [type: int, range: [0,2147483647], default: 1000]
1.39/1.45	c heuristics/veclendiving/maxlpiterofs = c 1500
1.39/1.45	c # maximal fraction of diving LP iterations compared to node LP iterations
1.39/1.45	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
1.39/1.45	c heuristics/veclendiving/maxlpiterquot = c 0.075
1.39/1.45	c # frequency for calling primal heuristic <veclendiving> (-1: never, 0: only at depth freqofs)
1.39/1.45	c # [type: int, range: [-1,2147483647], default: 10]
1.39/1.45	c heuristics/veclendiving/freq = c -1
1.39/1.45	c # frequency for calling primal heuristic <simplerounding> (-1: never, 0: only at depth freqofs)
1.39/1.45	c # [type: int, range: [-1,2147483647], default: 1]
1.39/1.45	c heuristics/simplerounding/freq = c -1
1.39/1.45	c # frequency for calling primal heuristic <shifting> (-1: never, 0: only at depth freqofs)
1.39/1.45	c # [type: int, range: [-1,2147483647], default: 10]
1.39/1.45	c heuristics/shifting/freq = c -1
1.39/1.45	c # frequency for calling primal heuristic <rounding> (-1: never, 0: only at depth freqofs)
1.39/1.45	c # [type: int, range: [-1,2147483647], default: 1]
1.39/1.45	c heuristics/rounding/freq = c -1
1.39/1.45	c # additional number of allowed LP iterations
1.39/1.45	c # [type: int, range: [0,2147483647], default: 1000]
1.39/1.45	c heuristics/rootsoldiving/maxlpiterofs = c 1500
1.39/1.45	c # maximal fraction of diving LP iterations compared to node LP iterations
1.39/1.45	c # [type: real, range: [0,1.79769313486232e+308], default: 0.01]
1.39/1.45	c heuristics/rootsoldiving/maxlpiterquot = c 0.015
1.39/1.45	c # frequency for calling primal heuristic <rootsoldiving> (-1: never, 0: only at depth freqofs)
1.39/1.45	c # [type: int, range: [-1,2147483647], default: 20]
1.39/1.45	c heuristics/rootsoldiving/freq = c -1
1.39/1.45	c # number of nodes added to the contingent of the total nodes
1.39/1.45	c # [type: longint, range: [0,9223372036854775807], default: 500]
1.39/1.45	c heuristics/rens/nodesofs = c 2000
1.39/1.45	c # minimum percentage of integer variables that have to be fixable 
1.39/1.45	c # [type: real, range: [0,1], default: 0.5]
1.39/1.45	c heuristics/rens/minfixingrate = c 0.3
1.39/1.45	c # frequency for calling primal heuristic <rens> (-1: never, 0: only at depth freqofs)
1.39/1.45	c # [type: int, range: [-1,2147483647], default: 0]
1.39/1.45	c heuristics/rens/freq = c -1
1.39/1.45	c # additional number of allowed LP iterations
1.39/1.45	c # [type: int, range: [0,2147483647], default: 1000]
1.39/1.45	c heuristics/pscostdiving/maxlpiterofs = c 1500
1.39/1.45	c # maximal fraction of diving LP iterations compared to node LP iterations
1.39/1.45	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
1.39/1.45	c heuristics/pscostdiving/maxlpiterquot = c 0.075
1.39/1.45	c # frequency for calling primal heuristic <pscostdiving> (-1: never, 0: only at depth freqofs)
1.39/1.45	c # [type: int, range: [-1,2147483647], default: 10]
1.39/1.45	c heuristics/pscostdiving/freq = c -1
1.39/1.45	c # frequency for calling primal heuristic <oneopt> (-1: never, 0: only at depth freqofs)
1.39/1.45	c # [type: int, range: [-1,2147483647], default: 1]
1.39/1.45	c heuristics/oneopt/freq = c -1
1.39/1.45	c # additional number of allowed LP iterations
1.39/1.45	c # [type: int, range: [0,2147483647], default: 1000]
1.39/1.45	c heuristics/objpscostdiving/maxlpiterofs = c 1500
1.39/1.45	c # maximal fraction of diving LP iterations compared to total iteration number
1.39/1.45	c # [type: real, range: [0,1], default: 0.01]
1.39/1.45	c heuristics/objpscostdiving/maxlpiterquot = c 0.015
1.39/1.45	c # frequency for calling primal heuristic <objpscostdiving> (-1: never, 0: only at depth freqofs)
1.39/1.45	c # [type: int, range: [-1,2147483647], default: 20]
1.39/1.45	c heuristics/objpscostdiving/freq = c -1
1.39/1.45	c # additional number of allowed LP iterations
1.39/1.45	c # [type: int, range: [0,2147483647], default: 1000]
1.39/1.45	c heuristics/linesearchdiving/maxlpiterofs = c 1500
1.39/1.45	c # maximal fraction of diving LP iterations compared to node LP iterations
1.39/1.45	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
1.39/1.45	c heuristics/linesearchdiving/maxlpiterquot = c 0.075
1.39/1.45	c # frequency for calling primal heuristic <linesearchdiving> (-1: never, 0: only at depth freqofs)
1.39/1.45	c # [type: int, range: [-1,2147483647], default: 10]
1.39/1.45	c heuristics/linesearchdiving/freq = c -1
1.39/1.45	c # frequency for calling primal heuristic <intshifting> (-1: never, 0: only at depth freqofs)
1.39/1.45	c # [type: int, range: [-1,2147483647], default: 10]
1.39/1.45	c heuristics/intshifting/freq = c -1
1.39/1.45	c # maximal fraction of diving LP iterations compared to node LP iterations
1.39/1.45	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
1.39/1.45	c heuristics/intdiving/maxlpiterquot = c 0.075
1.39/1.45	c # additional number of allowed LP iterations
1.39/1.45	c # [type: int, range: [0,2147483647], default: 1000]
1.39/1.45	c heuristics/guideddiving/maxlpiterofs = c 1500
1.39/1.45	c # maximal fraction of diving LP iterations compared to node LP iterations
1.39/1.45	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
1.39/1.45	c heuristics/guideddiving/maxlpiterquot = c 0.075
1.39/1.45	c # frequency for calling primal heuristic <guideddiving> (-1: never, 0: only at depth freqofs)
1.39/1.45	c # [type: int, range: [-1,2147483647], default: 10]
1.39/1.45	c heuristics/guideddiving/freq = c -1
1.39/1.45	c # additional number of allowed LP iterations
1.39/1.45	c # [type: int, range: [0,2147483647], default: 1000]
1.39/1.45	c heuristics/fracdiving/maxlpiterofs = c 1500
1.39/1.45	c # maximal fraction of diving LP iterations compared to node LP iterations
1.39/1.45	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
1.39/1.45	c heuristics/fracdiving/maxlpiterquot = c 0.075
1.39/1.45	c # frequency for calling primal heuristic <fracdiving> (-1: never, 0: only at depth freqofs)
1.39/1.45	c # [type: int, range: [-1,2147483647], default: 10]
1.39/1.45	c heuristics/fracdiving/freq = c -1
1.39/1.45	c # additional number of allowed LP iterations
1.39/1.45	c # [type: int, range: [0,2147483647], default: 1000]
1.39/1.45	c heuristics/feaspump/maxlpiterofs = c 2000
1.39/1.45	c # frequency for calling primal heuristic <feaspump> (-1: never, 0: only at depth freqofs)
1.39/1.45	c # [type: int, range: [-1,2147483647], default: 20]
1.39/1.45	c heuristics/feaspump/freq = c -1
1.39/1.45	c # minimum percentage of integer variables that have to be fixed 
1.39/1.45	c # [type: real, range: [0,1], default: 0.666]
1.39/1.45	c heuristics/crossover/minfixingrate = c 0.5
1.39/1.45	c # contingent of sub problem nodes in relation to the number of nodes of the original problem
1.39/1.45	c # [type: real, range: [0,1], default: 0.1]
1.39/1.45	c heuristics/crossover/nodesquot = c 0.15
1.39/1.45	c # number of nodes without incumbent change that heuristic should wait
1.39/1.45	c # [type: longint, range: [0,9223372036854775807], default: 200]
1.39/1.45	c heuristics/crossover/nwaitingnodes = c 100
1.39/1.45	c # number of nodes added to the contingent of the total nodes
1.39/1.45	c # [type: longint, range: [0,9223372036854775807], default: 500]
1.39/1.45	c heuristics/crossover/nodesofs = c 750
1.39/1.45	c # frequency for calling primal heuristic <crossover> (-1: never, 0: only at depth freqofs)
1.39/1.45	c # [type: int, range: [-1,2147483647], default: 30]
1.39/1.45	c heuristics/crossover/freq = c -1
1.39/1.45	c # additional number of allowed LP iterations
1.39/1.45	c # [type: int, range: [0,2147483647], default: 1000]
1.39/1.45	c heuristics/coefdiving/maxlpiterofs = c 1500
1.39/1.45	c # maximal fraction of diving LP iterations compared to node LP iterations
1.39/1.45	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
1.39/1.45	c heuristics/coefdiving/maxlpiterquot = c 0.075
1.39/1.45	c # frequency for calling primal heuristic <coefdiving> (-1: never, 0: only at depth freqofs)
1.39/1.45	c # [type: int, range: [-1,2147483647], default: 10]
1.39/1.45	c heuristics/coefdiving/freq = c -1
1.39/1.45	c # maximal number of presolving rounds the presolver participates in (-1: no limit)
1.39/1.45	c # [type: int, range: [-1,2147483647], default: -1]
1.39/1.45	c presolving/probing/maxrounds = c 0
1.39/1.45	c # should presolving try to simplify knapsacks
1.39/1.45	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
1.39/1.45	c constraints/knapsack/simplifyinequalities = c TRUE
1.39/1.45	c # should disaggregation of knapsack constraints be allowed in preprocessing?
1.39/1.45	c # [type: bool, range: {TRUE,FALSE}, default: TRUE]
1.39/1.45	c constraints/knapsack/disaggregation = c FALSE
1.39/1.45	c # maximal number of cardinality inequalities lifted per separation round (-1: unlimited)
1.39/1.45	c # [type: int, range: [-1,2147483647], default: -1]
1.39/1.45	c constraints/knapsack/maxnumcardlift = c 0
1.39/1.45	c # should presolving try to simplify inequalities
1.39/1.46	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
1.39/1.46	c constraints/linear/simplifyinequalities = c TRUE
1.39/1.46	c # maximal number of separation rounds in the root node (-1: unlimited)
1.39/1.46	c # [type: int, range: [-1,2147483647], default: -1]
1.39/1.46	c separating/maxroundsroot = c 5
1.39/1.46	c # maximal number of separation rounds per node (-1: unlimited)
1.39/1.46	c # [type: int, range: [-1,2147483647], default: 5]
1.39/1.46	c separating/maxrounds = c 1
1.39/1.46	c # solving stops, if the given number of solutions were found (-1: no limit)
1.39/1.46	c # [type: int, range: [-1,2147483647], default: -1]
1.39/1.46	c limits/solutions = c 1
1.39/1.46	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
1.39/1.46	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
1.39/1.46	c limits/memory = c 1620
1.39/1.46	c # maximal time in seconds to run
1.39/1.46	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
1.39/1.46	c limits/time = c 1791
1.39/1.46	c # frequency for displaying node information lines
1.39/1.46	c # [type: int, range: [-1,2147483647], default: 100]
1.39/1.46	c display/freq = c 10000
1.39/1.46	c -----------------------------------------------------------------------------------------------
1.39/1.46	c start solving problem
1.39/1.46	c 
2.09/2.16	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
2.09/2.16	c   1.6s|     1 |     0 |  1764 |  60M|   0 | 808 |8541 |  24k|  24k|8541 |  24k|   0 |   0 |   0 | 5.851372e+02 |      --      |    Inf 
4.29/4.30	c   3.6s|     1 |     0 |  2241 |  60M|   0 | 742 |8541 |  24k|  24k|8541 |  24k|  74 |   0 |   0 | 6.266574e+02 |      --      |    Inf 
5.59/5.70	c   5.0s|     1 |     0 |  2759 |  61M|   0 | 926 |8541 |  24k|  24k|8541 |  24k| 193 |   0 |   0 | 6.449443e+02 |      --      |    Inf 
7.99/8.08	c   7.4s|     1 |     0 |  3627 |  62M|   0 |1133 |8541 |  24k|  24k|8541 |  25k| 284 |   0 |   0 | 6.602289e+02 |      --      |    Inf 
10.88/10.95	c  10.2s|     1 |     0 |  4587 |  63M|   0 |1153 |8541 |  24k|  24k|8541 |  25k| 386 |   0 |   0 | 6.764207e+02 |      --      |    Inf 
17.18/17.22	c  16.5s|     1 |     0 |  5627 |  63M|   0 |1169 |8541 |  24k|  24k|8541 |  25k| 517 |   0 |   0 | 7.165942e+02 |      --      |    Inf 
39.37/39.46	c  38.6s|     1 |     2 |  5627 |  63M|   0 |1169 |8541 |  24k|  24k|8541 |  25k| 517 |   0 |  17 | 7.165942e+02 |      --      |    Inf 
1364.48/1364.94	c  1359s| 10000 |  3461 |484676 | 115M| 157 | 141 |8541 |  25k|3933 |8541 |  25k| 517 |2084 |2151 | 1.018547e+03 |      --      |    Inf 
1799.55/1800.14	c 
1799.55/1800.14	c SCIP Status        : solving was interrupted [time limit reached]
1799.55/1800.14	c Solving Time (sec) : 1791.03
1799.55/1800.14	c Solving Nodes      : 14611
1799.55/1800.14	c Primal Bound       : +1.00000000000000e+20 (0 solutions)
1799.55/1800.14	c Dual Bound         : +1.03708925156271e+03
1799.55/1800.14	c Gap                : infinite
1799.55/1800.14	c NODE         14611
1799.55/1800.14	c DUAL BOUND   1037.09
1799.55/1800.14	c PRIMAL BOUND 1e+20
1799.55/1800.14	c GAP          1e+20
1799.55/1800.14	s UNKNOWN
1799.55/1800.14	c SCIP Status        : solving was interrupted [time limit reached]
1799.55/1800.14	c Solving Time       :    1791.03
1799.55/1800.14	c Original Problem   :
1799.55/1800.14	c   Problem name     : HOME/instance-1868575-1245128526.opb
1799.55/1800.14	c   Variables        : 9071 (9071 binary, 0 integer, 0 implicit integer, 0 continuous)
1799.55/1800.14	c   Constraints      : 25914 initial, 25914 maximal
1799.55/1800.14	c Presolved Problem  :
1799.55/1800.14	c   Problem name     : t_HOME/instance-1868575-1245128526.opb
1799.55/1800.14	c   Variables        : 8541 (8541 binary, 0 integer, 0 implicit integer, 0 continuous)
1799.55/1800.14	c   Constraints      : 24744 initial, 25602 maximal
1799.55/1800.14	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
1799.55/1800.14	c   trivial          :       0.02          1          0          0          0          0          0          0          0
1799.55/1800.14	c   dualfix          :       0.00          0          0          0          0          0          0          0          0
1799.55/1800.14	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
1799.55/1800.14	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
1799.55/1800.14	c   implics          :       0.10          0        421          0          0          0          0          0          0
1799.55/1800.14	c   probing          :       0.00          0          0          0          0          0          0          0          0
1799.55/1800.14	c   knapsack         :       0.08          0          0          0          0          0          0          0          0
1799.55/1800.14	c   linear           :       0.50        105          3          0        106          0       1170        362        740
1799.55/1800.14	c   logicor          :       0.04          0          0          0          0          0          0          0          0
1799.55/1800.14	c   root node        :          -          0          -          -          0          -          -          -          -
1799.55/1800.14	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
1799.55/1800.14	c   integral         :          0          0          0      11018          0          9        736          0          0      21642
1799.55/1800.14	c   knapsack         :        724          5     119704          0          0        557      56755       1000          0          0
1799.55/1800.14	c   logicor          :      24020+         5     111855          0          0        304     621151          0          0          0
1799.55/1800.14	c   countsols        :          0          0          0          0          0          0          0          0          0          0
1799.55/1800.14	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
1799.55/1800.14	c   integral         :     451.07       0.00       0.00     451.07       0.00
1799.55/1800.14	c   knapsack         :      14.37       0.02      14.35       0.00       0.00
1799.55/1800.14	c   logicor          :       7.14       0.03       7.11       0.00       0.00
1799.55/1800.14	c   countsols        :       0.00       0.00       0.00       0.00       0.00
1799.55/1800.14	c Propagators        :       Time      Calls    Cutoffs    DomReds
1799.55/1800.14	c   rootredcost      :       0.09          0          0          0
1799.55/1800.14	c   pseudoobj        :     158.41     119797          0          0
1799.55/1800.14	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1799.55/1800.14	c   propagation      :       0.26        861        861       6354       30.6         93       10.5          -
1799.55/1800.14	c   infeasible LP    :       5.11       3146          0          0        0.0          0        0.0          0
1799.55/1800.14	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1799.55/1800.14	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1799.55/1800.14	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1799.55/1800.14	c   applied globally :          -          -          -       2635       21.9          -          -          -
1799.55/1800.14	c   applied locally  :          -          -          -          0        0.0          -          -          -
1799.55/1800.14	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1799.55/1800.14	c   cut pool         :       0.00          4          -          -        477          -    (maximal pool size: 2317)
1799.55/1800.14	c   redcost          :      14.94      10838          0          0          0          0
1799.55/1800.14	c   impliedbounds    :       0.01          5          0          0          0          0
1799.55/1800.14	c   intobj           :       0.00          0          0          0          0          0
1799.55/1800.14	c   gomory           :       4.36          5          0          0       2500          0
1799.55/1800.14	c   strongcg         :       3.27          5          0          0       2500          0
1799.55/1800.14	c   cmir             :       0.00          0          0          0          0          0
1799.55/1800.14	c   flowcover        :       0.00          0          0          0          0          0
1799.55/1800.14	c   clique           :       0.61          5          0          0         35          0
1799.55/1800.14	c   zerohalf         :       0.00          0          0          0          0          0
1799.55/1800.14	c   mcf              :       0.17          1          0          0          0          0
1799.55/1800.14	c Pricers            :       Time      Calls       Vars
1799.55/1800.14	c   problem variables:       0.00          0          0
1799.55/1800.14	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1799.55/1800.14	c   relpscost        :     451.02      11018          9        736          0          0      21642
1799.55/1800.14	c   pscost           :       0.00          0          0          0          0          0          0
1799.55/1800.14	c   inference        :       0.00          0          0          0          0          0          0
1799.55/1800.14	c   mostinf          :       0.00          0          0          0          0          0          0
1799.55/1800.14	c   leastinf         :       0.00          0          0          0          0          0          0
1799.55/1800.14	c   fullstrong       :       0.00          0          0          0          0          0          0
1799.55/1800.14	c   allfullstrong    :       0.00          0          0          0          0          0          0
1799.55/1800.14	c   random           :       0.00          0          0          0          0          0          0
1799.55/1800.14	c Primal Heuristics  :       Time      Calls      Found
1799.55/1800.14	c   LP solutions     :       0.00          -          0
1799.55/1800.14	c   pseudo solutions :       0.00          -          0
1799.55/1800.14	c   simplerounding   :       0.00          0          0
1799.55/1800.14	c   rounding         :       0.00          0          0
1799.55/1800.14	c   shifting         :       0.00          0          0
1799.55/1800.14	c   intshifting      :       0.00          0          0
1799.55/1800.14	c   oneopt           :       0.00          0          0
1799.55/1800.14	c   fixandinfer      :       0.00          0          0
1799.55/1800.14	c   feaspump         :       0.00          0          0
1799.55/1800.14	c   coefdiving       :       0.00          0          0
1799.55/1800.14	c   pscostdiving     :       0.00          0          0
1799.55/1800.14	c   fracdiving       :       0.00          0          0
1799.55/1800.14	c   veclendiving     :       0.00          0          0
1799.55/1800.14	c   intdiving        :       0.00          0          0
1799.55/1800.14	c   actconsdiving    :       0.00          0          0
1799.55/1800.14	c   objpscostdiving  :       0.00          0          0
1799.55/1800.14	c   rootsoldiving    :       0.00          0          0
1799.55/1800.14	c   linesearchdiving :       0.00          0          0
1799.55/1800.14	c   guideddiving     :       0.00          0          0
1799.55/1800.14	c   octane           :       0.00          0          0
1799.55/1800.14	c   rens             :       0.00          0          0
1799.55/1800.14	c   rins             :       0.00          0          0
1799.55/1800.14	c   localbranching   :       0.00          0          0
1799.55/1800.14	c   mutation         :       0.00          0          0
1799.55/1800.14	c   crossover        :       0.00          0          0
1799.55/1800.14	c   dins             :       0.00          0          0
1799.55/1800.15	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1799.55/1800.15	c   primal LP        :       0.20          0          0       0.00       0.00
1799.55/1800.15	c   dual LP          :    1005.22      13673     625031      45.71     621.79
1799.55/1800.15	c   barrier LP       :       0.00          0          0       0.00          -
1799.55/1800.15	c   diving/probing LP:       0.00          0          0       0.00          -
1799.55/1800.15	c   strong branching :     448.60       3030     423301     139.70     943.60
1799.55/1800.15	c     (at root node) :          -         17      11119     654.06          -
1799.55/1800.15	c   conflict analysis:       0.00          0          0       0.00          -
1799.55/1800.15	c B&B Tree           :
1799.55/1800.15	c   number of runs   :          1
1799.55/1800.15	c   nodes            :      14611
1799.55/1800.15	c   nodes (total)    :      14611
1799.55/1800.15	c   nodes left       :       5435
1799.55/1800.15	c   max depth        :        157
1799.55/1800.15	c   max depth (total):        157
1799.55/1800.15	c   backtracks       :       1172 (8.0%)
1799.55/1800.15	c   delayed cutoffs  :       1597
1799.55/1800.15	c   repropagations   :       3610 (31328 domain reductions, 226 cutoffs)
1799.55/1800.15	c   avg switch length:       3.43
1799.55/1800.15	c   switching time   :      10.61
1799.55/1800.15	c Solution           :
1799.55/1800.15	c   Solutions found  :          0 (0 improvements)
1799.55/1800.15	c   Primal Bound     :          -
1799.55/1800.15	c   Dual Bound       : +1.03708925156271e+03
1799.55/1800.15	c   Gap              :   infinite
1799.55/1800.15	c   Root Dual Bound  : +7.16594155210359e+02
1799.86/1800.40	c Time complete: 1799.86.

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-1868575-1245128526/watcher-1868575-1245128526 -o /tmp/evaluation-result-1868575-1245128526/solver-1868575-1245128526 -C 1800 -W 2000 -M 1800 HOME/pbscip.linux.x86_64.gnu.opt-gcc42.clp -t 1800 -m 1800 -f HOME/instance-1868575-1245128526.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.99 0.97 0.99 3/64 7008
/proc/meminfo: memFree=1781656/2055920 swapFree=4191900/4192956
[pid=7008] ppid=7006 vsize=5812 CPUtime=0
/proc/7008/stat : 7008 (pbscip.linux.x8) R 7006 7008 6911 0 -1 4194304 516 0 0 0 0 0 0 0 18 0 1 0 180449824 5951488 500 1992294400 4194304 9342243 548682068736 18446744073709551615 8223232 0 0 4096 0 0 0 0 17 1 0 0
/proc/7008/statm: 1453 501 332 1256 0 192 0

[startup+0.10204 s]
/proc/loadavg: 0.99 0.97 0.99 3/64 7008
/proc/meminfo: memFree=1781656/2055920 swapFree=4191900/4192956
[pid=7008] ppid=7006 vsize=16044 CPUtime=0.09
/proc/7008/stat : 7008 (pbscip.linux.x8) R 7006 7008 6911 0 -1 4194304 2967 0 0 0 8 1 0 0 18 0 1 0 180449824 16429056 2951 1992294400 4194304 9342243 548682068736 18446744073709551615 8251431 0 0 4096 0 0 0 0 17 1 0 0
/proc/7008/statm: 4011 2951 376 1256 0 2750 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 16044

[startup+0.201049 s]
/proc/loadavg: 0.99 0.97 0.99 3/64 7008
/proc/meminfo: memFree=1781656/2055920 swapFree=4191900/4192956
[pid=7008] ppid=7006 vsize=20212 CPUtime=0.18
/proc/7008/stat : 7008 (pbscip.linux.x8) R 7006 7008 6911 0 -1 4194304 4038 0 0 0 17 1 0 0 18 0 1 0 180449824 20697088 4022 1992294400 4194304 9342243 548682068736 18446744073709551615 8305584 0 0 4096 0 0 0 0 17 1 0 0
/proc/7008/statm: 5053 4022 376 1256 0 3792 0
Current children cumulated CPU time (s) 0.18
Current children cumulated vsize (KiB) 20212

[startup+0.30106 s]
/proc/loadavg: 0.99 0.97 0.99 3/64 7008
/proc/meminfo: memFree=1781656/2055920 swapFree=4191900/4192956
[pid=7008] ppid=7006 vsize=22708 CPUtime=0.29
/proc/7008/stat : 7008 (pbscip.linux.x8) R 7006 7008 6911 0 -1 4194304 4662 0 0 0 27 2 0 0 19 0 1 0 180449824 23252992 4646 1992294400 4194304 9342243 548682068736 18446744073709551615 8247753 0 0 4096 0 0 0 0 17 1 0 0
/proc/7008/statm: 5677 4646 376 1256 0 4416 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 22708

[startup+0.701103 s]
/proc/loadavg: 0.99 0.97 0.99 3/64 7008
/proc/meminfo: memFree=1781656/2055920 swapFree=4191900/4192956
[pid=7008] ppid=7006 vsize=62316 CPUtime=0.69
/proc/7008/stat : 7008 (pbscip.linux.x8) R 7006 7008 6911 0 -1 4194304 14727 0 0 0 63 6 0 0 22 0 1 0 180449824 63811584 14357 1992294400 4194304 9342243 548682068736 18446744073709551615 8300202 0 0 4096 16384 0 0 0 17 1 0 0
/proc/7008/statm: 15579 14357 474 1256 0 14318 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 62316

[startup+1.50119 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 7009
/proc/meminfo: memFree=1713936/2055920 swapFree=4191900/4192956
[pid=7008] ppid=7006 vsize=90660 CPUtime=1.48
/proc/7008/stat : 7008 (pbscip.linux.x8) R 7006 7008 6911 0 -1 4194304 22531 0 0 0 129 19 0 0 25 0 1 0 180449824 92835840 21406 1992294400 4194304 9342243 548682068736 18446744073709551615 5858006 0 0 4096 16384 0 0 0 17 1 0 0
/proc/7008/statm: 22665 21406 531 1256 0 21404 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 90660

[startup+3.10136 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 7009
/proc/meminfo: memFree=1671440/2055920 swapFree=4191900/4192956
[pid=7008] ppid=7006 vsize=125356 CPUtime=3.09
/proc/7008/stat : 7008 (pbscip.linux.x8) R 7006 7008 6911 0 -1 4194304 29376 0 0 0 285 24 0 0 25 0 1 0 180449824 128364544 28179 1992294400 4194304 9342243 548682068736 18446744073709551615 8300202 0 0 4096 16384 0 0 0 17 1 0 0
/proc/7008/statm: 31339 28179 641 1256 0 30078 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 125356

[startup+6.30171 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 7009
/proc/meminfo: memFree=1663696/2055920 swapFree=4191900/4192956
[pid=7008] ppid=7006 vsize=130588 CPUtime=6.29
/proc/7008/stat : 7008 (pbscip.linux.x8) R 7006 7008 6911 0 -1 4194304 31238 0 0 0 596 33 0 0 25 0 1 0 180449824 133722112 30041 1992294400 4194304 9342243 548682068736 18446744073709551615 8300202 0 0 4096 16384 0 0 0 17 1 0 0
/proc/7008/statm: 32647 30041 654 1256 0 31386 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 130588

[startup+12.7014 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 7009
/proc/meminfo: memFree=1658512/2055920 swapFree=4191900/4192956
[pid=7008] ppid=7006 vsize=134492 CPUtime=12.69
/proc/7008/stat : 7008 (pbscip.linux.x8) R 7006 7008 6911 0 -1 4194304 32502 0 0 0 1234 35 0 0 25 0 1 0 180449824 137719808 31304 1992294400 4194304 9342243 548682068736 18446744073709551615 8300202 0 0 4096 16384 0 0 0 17 1 0 0
/proc/7008/statm: 33623 31304 654 1256 0 32362 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 134492

[startup+25.5018 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 7009
/proc/meminfo: memFree=1656016/2055920 swapFree=4191900/4192956
[pid=7008] ppid=7006 vsize=150248 CPUtime=25.48
/proc/7008/stat : 7008 (pbscip.linux.x8) R 7006 7008 6911 0 -1 4194304 35609 0 0 0 2509 39 0 0 25 0 1 0 180449824 153853952 31944 1992294400 4194304 9342243 548682068736 18446744073709551615 6960298 0 0 4096 16384 0 0 0 17 1 0 0
/proc/7008/statm: 37562 31944 659 1256 0 36301 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 150248

[startup+51.1016 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 7009
/proc/meminfo: memFree=1655440/2055920 swapFree=4191900/4192956
[pid=7008] ppid=7006 vsize=150560 CPUtime=51.06
/proc/7008/stat : 7008 (pbscip.linux.x8) R 7006 7008 6911 0 -1 4194304 42389 0 0 0 5061 45 0 0 25 0 1 0 180449824 154173440 32138 1992294400 4194304 9342243 548682068736 18446744073709551615 6960228 0 0 4096 16384 0 0 0 17 1 0 0
/proc/7008/statm: 37640 32138 673 1256 0 36379 0
Current children cumulated CPU time (s) 51.06
Current children cumulated vsize (KiB) 150560

[startup+102.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 7009
/proc/meminfo: memFree=1653200/2055920 swapFree=4191900/4192956
[pid=7008] ppid=7006 vsize=152964 CPUtime=102.25
/proc/7008/stat : 7008 (pbscip.linux.x8) R 7006 7008 6911 0 -1 4194304 54716 0 0 0 10167 58 0 0 25 0 1 0 180449824 156635136 32678 1992294400 4194304 9342243 548682068736 18446744073709551615 8308455 0 0 4096 16384 0 0 0 17 1 0 0
/proc/7008/statm: 38241 32678 673 1256 0 36980 0
Current children cumulated CPU time (s) 102.25
Current children cumulated vsize (KiB) 152964

[startup+162.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 7009
/proc/meminfo: memFree=1652880/2055920 swapFree=4191900/4192956
[pid=7008] ppid=7006 vsize=141964 CPUtime=162.22
/proc/7008/stat : 7008 (pbscip.linux.x8) R 7006 7008 6911 0 -1 4194304 75814 0 0 0 16145 77 0 0 25 0 1 0 180449824 145371136 32673 1992294400 4194304 9342243 548682068736 18446744073709551615 6038420 0 0 4096 16384 0 0 0 17 1 0 0
/proc/7008/statm: 35491 32673 673 1256 0 34230 0
Current children cumulated CPU time (s) 162.22
Current children cumulated vsize (KiB) 141964

[startup+222.305 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 7009
/proc/meminfo: memFree=1647376/2055920 swapFree=4191900/4192956
[pid=7008] ppid=7006 vsize=160796 CPUtime=222.21
/proc/7008/stat : 7008 (pbscip.linux.x8) R 7006 7008 6911 0 -1 4194304 92765 0 0 0 22128 93 0 0 25 0 1 0 180449824 164655104 34155 1992294400 4194304 9342243 548682068736 18446744073709551615 6377304 0 0 4096 16384 0 0 0 17 1 0 0
/proc/7008/statm: 40199 34155 680 1256 0 38938 0
Current children cumulated CPU time (s) 222.21
Current children cumulated vsize (KiB) 160796

[startup+282.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 7009
/proc/meminfo: memFree=1645648/2055920 swapFree=4191900/4192956
[pid=7008] ppid=7006 vsize=151656 CPUtime=282.19
/proc/7008/stat : 7008 (pbscip.linux.x8) R 7006 7008 6911 0 -1 4194304 103253 0 0 0 28111 108 0 0 25 0 1 0 180449824 155295744 34514 1992294400 4194304 9342243 548682068736 18446744073709551615 6959741 0 0 4096 16384 0 0 0 17 1 0 0
/proc/7008/statm: 37914 34514 680 1256 0 36653 0
Current children cumulated CPU time (s) 282.19
Current children cumulated vsize (KiB) 151656

[startup+342.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 7009
/proc/meminfo: memFree=1644560/2055920 swapFree=4191900/4192956
[pid=7008] ppid=7006 vsize=164144 CPUtime=342.17
/proc/7008/stat : 7008 (pbscip.linux.x8) R 7006 7008 6911 0 -1 4194304 115662 0 0 0 34095 122 0 0 25 0 1 0 180449824 168083456 34818 1992294400 4194304 9342243 548682068736 18446744073709551615 6960221 0 0 4096 16384 0 0 0 17 1 0 0
/proc/7008/statm: 41036 34818 680 1256 0 39775 0
Current children cumulated CPU time (s) 342.17
Current children cumulated vsize (KiB) 164144

[startup+402.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 7009
/proc/meminfo: memFree=1645776/2055920 swapFree=4191900/4192956
[pid=7008] ppid=7006 vsize=152356 CPUtime=402.15
/proc/7008/stat : 7008 (pbscip.linux.x8) R 7006 7008 6911 0 -1 4194304 136138 0 0 0 40073 142 0 0 25 0 1 0 180449824 156012544 34489 1992294400 4194304 9342243 548682068736 18446744073709551615 6239078 0 0 4096 16384 0 0 0 17 1 0 0
/proc/7008/statm: 38089 34489 680 1256 0 36828 0
Current children cumulated CPU time (s) 402.15
Current children cumulated vsize (KiB) 152356

[startup+462.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 7009
/proc/meminfo: memFree=1645008/2055920 swapFree=4191900/4192956
[pid=7008] ppid=7006 vsize=149864 CPUtime=462.14
/proc/7008/stat : 7008 (pbscip.linux.x8) R 7006 7008 6911 0 -1 4194304 192335 0 0 0 46031 183 0 0 25 0 1 0 180449824 153460736 34617 1992294400 4194304 9342243 548682068736 18446744073709551615 6896293 0 0 4096 16384 0 0 0 17 1 0 0
/proc/7008/statm: 37466 34617 680 1256 0 36205 0
Current children cumulated CPU time (s) 462.14
Current children cumulated vsize (KiB) 149864

[startup+522.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 7009
/proc/meminfo: memFree=1643600/2055920 swapFree=4191900/4192956
[pid=7008] ppid=7006 vsize=155428 CPUtime=522.12
/proc/7008/stat : 7008 (pbscip.linux.x8) R 7006 7008 6911 0 -1 4194304 265754 0 0 0 51979 233 0 0 25 0 1 0 180449824 159158272 34657 1992294400 4194304 9342243 548682068736 18446744073709551615 5990592 0 0 4096 16384 0 0 0 17 1 0 0
/proc/7008/statm: 38857 34657 680 1256 0 37596 0
Current children cumulated CPU time (s) 522.12
Current children cumulated vsize (KiB) 155428

[startup+582.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 7009
/proc/meminfo: memFree=1640720/2055920 swapFree=4191900/4192956
[pid=7008] ppid=7006 vsize=170584 CPUtime=582.1
/proc/7008/stat : 7008 (pbscip.linux.x8) R 7006 7008 6911 0 -1 4194304 307317 0 0 0 57948 262 0 0 25 0 1 0 180449824 174678016 35744 1992294400 4194304 9342243 548682068736 18446744073709551615 6064723 0 0 4096 16384 0 0 0 17 1 0 0
/proc/7008/statm: 42646 35744 680 1256 0 41385 0
Current children cumulated CPU time (s) 582.1
Current children cumulated vsize (KiB) 170584

[startup+642.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 7009
/proc/meminfo: memFree=1637968/2055920 swapFree=4191900/4192956
[pid=7008] ppid=7006 vsize=161544 CPUtime=642.09
/proc/7008/stat : 7008 (pbscip.linux.x8) R 7006 7008 6911 0 -1 4194304 316321 0 0 0 63934 275 0 0 25 0 1 0 180449824 165421056 36422 1992294400 4194304 9342243 548682068736 18446744073709551615 6939156 0 0 4096 16384 0 0 0 17 1 0 0
/proc/7008/statm: 40386 36422 680 1256 0 39125 0
Current children cumulated CPU time (s) 642.09
Current children cumulated vsize (KiB) 161544

[startup+702.302 s]

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

/proc/meminfo: memFree=1611152/2055920 swapFree=4191900/4192956
[pid=7008] ppid=7006 vsize=187796 CPUtime=1061.97
/proc/7008/stat : 7008 (pbscip.linux.x8) R 7006 7008 6911 0 -1 4194304 416774 0 0 0 105817 380 0 0 25 0 1 0 180449824 192303104 43065 1992294400 4194304 9342243 548682068736 18446744073709551615 8308455 0 0 4096 16384 0 0 0 17 1 0 0
/proc/7008/statm: 46949 43065 680 1256 0 45688 0
Current children cumulated CPU time (s) 1061.97
Current children cumulated vsize (KiB) 187796

[startup+1122.3 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 7009
/proc/meminfo: memFree=1608720/2055920 swapFree=4191900/4192956
[pid=7008] ppid=7006 vsize=189516 CPUtime=1121.95
/proc/7008/stat : 7008 (pbscip.linux.x8) R 7006 7008 6911 0 -1 4194304 431778 0 0 0 111799 396 0 0 25 0 1 0 180449824 194064384 43666 1992294400 4194304 9342243 548682068736 18446744073709551615 5433159 0 0 4096 16384 0 0 0 17 1 0 0
/proc/7008/statm: 47379 43666 680 1256 0 46118 0
Current children cumulated CPU time (s) 1121.95
Current children cumulated vsize (KiB) 189516

[startup+1182.3 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 7009
/proc/meminfo: memFree=1604240/2055920 swapFree=4191900/4192956
[pid=7008] ppid=7006 vsize=194560 CPUtime=1181.93
/proc/7008/stat : 7008 (pbscip.linux.x8) R 7006 7008 6911 0 -1 4194304 443176 0 0 0 117784 409 0 0 25 0 1 0 180449824 199229440 44777 1992294400 4194304 9342243 548682068736 18446744073709551615 6064740 0 0 4096 16384 0 0 0 17 1 0 0
/proc/7008/statm: 48640 44777 680 1256 0 47379 0
Current children cumulated CPU time (s) 1181.93
Current children cumulated vsize (KiB) 194560

[startup+1242.3 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 7009
/proc/meminfo: memFree=1602000/2055920 swapFree=4191900/4192956
[pid=7008] ppid=7006 vsize=201004 CPUtime=1241.92
/proc/7008/stat : 7008 (pbscip.linux.x8) R 7006 7008 6911 0 -1 4194304 493309 0 0 0 123747 445 0 0 25 0 1 0 180449824 205828096 45326 1992294400 4194304 9342243 548682068736 18446744073709551615 5433159 0 0 4096 16384 0 0 0 17 1 0 0
/proc/7008/statm: 50251 45326 680 1256 0 48990 0
Current children cumulated CPU time (s) 1241.92
Current children cumulated vsize (KiB) 201004

[startup+1302.3 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 7009
/proc/meminfo: memFree=1599568/2055920 swapFree=4191900/4192956
[pid=7008] ppid=7006 vsize=205248 CPUtime=1301.9
/proc/7008/stat : 7008 (pbscip.linux.x8) R 7006 7008 6911 0 -1 4194304 552871 0 0 0 129708 482 0 0 25 0 1 0 180449824 210173952 45750 1992294400 4194304 9342243 548682068736 18446744073709551615 6939001 0 0 4096 16384 0 0 0 17 1 0 0
/proc/7008/statm: 51312 45750 680 1256 0 50051 0
Current children cumulated CPU time (s) 1301.9
Current children cumulated vsize (KiB) 205248

[startup+1362.3 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 7009
/proc/meminfo: memFree=1599568/2055920 swapFree=4191900/4192956
[pid=7008] ppid=7006 vsize=200848 CPUtime=1361.88
/proc/7008/stat : 7008 (pbscip.linux.x8) R 7006 7008 6911 0 -1 4194304 632614 0 0 0 135656 532 0 0 25 0 1 0 180449824 205668352 45977 1992294400 4194304 9342243 548682068736 18446744073709551615 6064753 0 0 4096 16384 0 0 0 17 1 0 0
/proc/7008/statm: 50212 45977 680 1256 0 48951 0
Current children cumulated CPU time (s) 1361.88
Current children cumulated vsize (KiB) 200848

[startup+1422.3 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 7009
/proc/meminfo: memFree=1596816/2055920 swapFree=4191900/4192956
[pid=7008] ppid=7006 vsize=200868 CPUtime=1421.87
/proc/7008/stat : 7008 (pbscip.linux.x8) R 7006 7008 6911 0 -1 4194304 728765 0 0 0 141599 588 0 0 25 0 1 0 180449824 205688832 46638 1992294400 4194304 9342243 548682068736 18446744073709551615 6888286 0 0 4096 16384 0 0 0 17 1 0 0
/proc/7008/statm: 50217 46638 680 1256 0 48956 0
Current children cumulated CPU time (s) 1421.87
Current children cumulated vsize (KiB) 200868

[startup+1482.3 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 7009
/proc/meminfo: memFree=1591312/2055920 swapFree=4191900/4192956
[pid=7008] ppid=7006 vsize=221588 CPUtime=1481.84
/proc/7008/stat : 7008 (pbscip.linux.x8) R 7006 7008 6911 0 -1 4194304 822958 0 0 0 147540 644 0 0 25 0 1 0 180449824 226906112 47979 1992294400 4194304 9342243 548682068736 18446744073709551615 5990669 0 0 4096 16384 0 0 0 17 1 0 0
/proc/7008/statm: 55397 47979 680 1256 0 54136 0
Current children cumulated CPU time (s) 1481.84
Current children cumulated vsize (KiB) 221588

[startup+1542.31 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 7009
/proc/meminfo: memFree=1587984/2055920 swapFree=4191900/4192956
[pid=7008] ppid=7006 vsize=213236 CPUtime=1541.84
/proc/7008/stat : 7008 (pbscip.linux.x8) R 7006 7008 6911 0 -1 4194304 842717 0 0 0 153522 662 0 0 25 0 1 0 180449824 218353664 48799 1992294400 4194304 9342243 548682068736 18446744073709551615 6038437 0 0 4096 16384 0 0 0 17 1 0 0
/proc/7008/statm: 53309 48799 680 1256 0 52048 0
Current children cumulated CPU time (s) 1541.84
Current children cumulated vsize (KiB) 213236

[startup+1602.3 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 7009
/proc/meminfo: memFree=1585680/2055920 swapFree=4191900/4192956
[pid=7008] ppid=7006 vsize=209424 CPUtime=1601.81
/proc/7008/stat : 7008 (pbscip.linux.x8) R 7006 7008 6911 0 -1 4194304 917930 0 0 0 159470 711 0 0 25 0 1 0 180449824 214450176 49264 1992294400 4194304 9342243 548682068736 18446744073709551615 6896022 0 0 4096 16384 0 0 0 17 1 0 0
/proc/7008/statm: 52356 49264 680 1256 0 51095 0
Current children cumulated CPU time (s) 1601.81
Current children cumulated vsize (KiB) 209424

[startup+1662.3 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 7009
/proc/meminfo: memFree=1579408/2055920 swapFree=4191900/4192956
[pid=7008] ppid=7006 vsize=217968 CPUtime=1661.79
/proc/7008/stat : 7008 (pbscip.linux.x8) R 7006 7008 6911 0 -1 4194304 943339 0 0 0 165446 733 0 0 25 0 1 0 180449824 223199232 50873 1992294400 4194304 9342243 548682068736 18446744073709551615 6909280 0 0 4096 16384 0 0 0 17 1 0 0
/proc/7008/statm: 54492 50873 680 1256 0 53231 0
Current children cumulated CPU time (s) 1661.79
Current children cumulated vsize (KiB) 217968

[startup+1722.3 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 7009
/proc/meminfo: memFree=1577808/2055920 swapFree=4191900/4192956
[pid=7008] ppid=7006 vsize=221660 CPUtime=1721.78
/proc/7008/stat : 7008 (pbscip.linux.x8) R 7006 7008 6911 0 -1 4194304 1008685 0 0 0 171400 778 0 0 25 0 1 0 180449824 226979840 51204 1992294400 4194304 9342243 548682068736 18446744073709551615 6044104 0 0 4096 16384 0 0 0 17 1 0 0
/proc/7008/statm: 55415 51207 680 1256 0 54154 0
Current children cumulated CPU time (s) 1721.78
Current children cumulated vsize (KiB) 221660

[startup+1782.3 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 7009
/proc/meminfo: memFree=1573200/2055920 swapFree=4191900/4192956
[pid=7008] ppid=7006 vsize=228252 CPUtime=1781.76
/proc/7008/stat : 7008 (pbscip.linux.x8) R 7006 7008 6911 0 -1 4194304 1045350 0 0 0 177369 807 0 0 25 0 1 0 180449824 233730048 52397 1992294400 4194304 9342243 548682068736 18446744073709551615 6896027 0 0 4096 16384 0 0 0 17 1 0 0
/proc/7008/statm: 57063 52397 680 1256 0 55802 0
Current children cumulated CPU time (s) 1781.76
Current children cumulated vsize (KiB) 228252

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

[startup+1792.01 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 7009
/proc/meminfo: memFree=1571728/2055920 swapFree=4191900/4192956
[pid=7008] ppid=7006 vsize=228236 CPUtime=1791.46
/proc/7008/stat : 7008 (pbscip.linux.x8) R 7006 7008 6911 0 -1 4194304 1056555 0 0 0 178331 815 0 0 25 0 1 0 180449824 233713664 52831 1992294400 4194304 9342243 548682068736 18446744073709551615 6213638 0 0 4096 16384 0 0 0 17 1 0 0
/proc/7008/statm: 57059 52831 680 1256 0 55798 0
Current children cumulated CPU time (s) 1791.46
Current children cumulated vsize (KiB) 228236

[startup+1795.2 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 7009
/proc/meminfo: memFree=1571408/2055920 swapFree=4191900/4192956
[pid=7008] ppid=7006 vsize=232028 CPUtime=1794.66
/proc/7008/stat : 7008 (pbscip.linux.x8) R 7006 7008 6911 0 -1 4194304 1060300 0 0 0 178648 818 0 0 25 0 1 0 180449824 237596672 52921 1992294400 4194304 9342243 548682068736 18446744073709551615 8300202 0 0 4096 16384 0 0 0 17 1 0 0
/proc/7008/statm: 58007 52921 680 1256 0 56746 0
Current children cumulated CPU time (s) 1794.66
Current children cumulated vsize (KiB) 232028

[startup+1798.4 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 7009
/proc/meminfo: memFree=1571664/2055920 swapFree=4191900/4192956
[pid=7008] ppid=7006 vsize=228316 CPUtime=1797.86
/proc/7008/stat : 7008 (pbscip.linux.x8) R 7006 7008 6911 0 -1 4194304 1063531 0 0 0 178966 820 0 0 25 0 1 0 180449824 233795584 52889 1992294400 4194304 9342243 548682068736 18446744073709551615 6880430 0 0 4096 16384 0 0 0 17 1 0 0
/proc/7008/statm: 57079 52889 680 1256 0 55818 0
Current children cumulated CPU time (s) 1797.86
Current children cumulated vsize (KiB) 228316

[startup+1799.2 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 7009
/proc/meminfo: memFree=1571344/2055920 swapFree=4191900/4192956
[pid=7008] ppid=7006 vsize=232612 CPUtime=1798.65
/proc/7008/stat : 7008 (pbscip.linux.x8) R 7006 7008 6911 0 -1 4194304 1064355 0 0 0 179045 820 0 0 25 0 1 0 180449824 238194688 52986 1992294400 4194304 9342243 548682068736 18446744073709551615 6960248 0 0 4096 16384 0 0 0 17 1 0 0
/proc/7008/statm: 58153 52986 680 1256 0 56892 0
Current children cumulated CPU time (s) 1798.65
Current children cumulated vsize (KiB) 232612

[startup+1800 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 7009
/proc/meminfo: memFree=1570896/2055920 swapFree=4191900/4192956
[pid=7008] ppid=7006 vsize=232628 CPUtime=1799.45
/proc/7008/stat : 7008 (pbscip.linux.x8) R 7006 7008 6911 0 -1 4194304 1064637 0 0 0 179125 820 0 0 25 0 1 0 180449824 238211072 53037 1992294400 4194304 9342243 548682068736 18446744073709551615 6496599 0 0 4096 16384 0 0 0 17 1 0 0
/proc/7008/statm: 58157 53037 680 1256 0 56896 0
Current children cumulated CPU time (s) 1799.45
Current children cumulated vsize (KiB) 232628

[startup+1800.4 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 7009
/proc/meminfo: memFree=1570896/2055920 swapFree=4191900/4192956
[pid=7008] ppid=7006 vsize=11824 CPUtime=1799.86
/proc/7008/stat : 7008 (pbscip.linux.x8) R 7006 7008 6911 0 -1 4194304 1064961 0 0 0 179162 824 0 0 25 0 1 0 180449824 12107776 2344 1992294400 4194304 9342243 548682068736 18446744073709551615 8312599 0 0 4096 0 0 0 0 17 1 0 0
/proc/7008/statm: 2956 2088 687 1256 0 1695 0
Current children cumulated CPU time (s) 1799.86
Current children cumulated vsize (KiB) 11824

Child status: 0
Real time (s): 1800.4
CPU time (s): 1799.87
CPU user time (s): 1791.62
CPU system time (s): 8.24475
CPU usage (%): 99.9702
Max. virtual memory (cumulated for all children) (KiB): 245072

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

runsolver used 1.75273 second user time and 4.02539 second system time

The end

Launcher Data

Begin job on node37 at 2009-06-16 07:02:06
IDJOB=1868575
IDBENCH=1454
IDSOLVER=684
FILE ID=node37/1868575-1245128526
PBS_JOBID= 9363691
Free space on /tmp= 66164 MiB

SOLVER NAME= SCIPclp SCIP 1.1.0.7 with CLP 1.8.2
BENCH NAME= PB06//final/normalized-PB06/SATUNSAT-SMALLINT/web/uclid_pb_benchmarks/normalized-ooo.tag10.ucl.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-1868575-1245128526/watcher-1868575-1245128526 -o /tmp/evaluation-result-1868575-1245128526/solver-1868575-1245128526 -C 1800 -W 2000 -M 1800  HOME/pbscip.linux.x86_64.gnu.opt-gcc42.clp -t 1800 -m 1800 -f HOME/instance-1868575-1245128526.opb

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

MD5SUM BENCH= 02e31ca1ab9f95407d6e9ec422f4634a
RANDOM SEED=504103781

node37.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.232
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.232
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:       1782136 kB
Buffers:         34516 kB
Cached:         159568 kB
SwapCached:        260 kB
Active:          60584 kB
Inactive:       146724 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1782136 kB
SwapTotal:     4192956 kB
SwapFree:      4191900 kB
Dirty:           12472 kB
Writeback:           0 kB
Mapped:          21744 kB
Slab:            52572 kB
Committed_AS:   153004 kB
PageTables:       1376 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= 66156 MiB
End job on node37 at 2009-06-16 07:32:07