Trace number 1868001

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.75 1800.28

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/
prestwich/armies/normalized-army13.24ls.opb
MD5SUM1a4510076d9024b805728ffe22c0d108
Bench CategoryDEC-SMALLINT (no optimisation, small integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark0
Best CPU time to get the best result obtained on this benchmark411.487
Has Objective FunctionNO
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved NO
Number of variables490
Total number of constraints737
Number of constraints which are clauses397
Number of constraints which are cardinality constraints (but not clauses)2
Number of constraints which are nor clauses,nor cardinality constraints338
Minimum length of a constraint2
Maximum length of a constraint169
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 24
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 193
Number of bits of the biggest sum of numbers8
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.02	c SCIP version 1.1.0.7
0.00/0.02	c LP-Solver Clp 1.8.2
0.00/0.02	c user parameter file <scip.set> not found - using default parameters
0.00/0.02	c read problem <HOME/instance-1868001-1245114575.opb>
0.00/0.02	c original problem has 490 variables (490 bin, 0 int, 0 impl, 0 cont) and 737 constraints
0.00/0.03	c No objective function, only one solution is needed.
0.00/0.03	c start presolving problem
0.00/0.03	c presolving:
0.03/0.06	c (round 1) 0 del vars, 0 del conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 737 upgd conss, 522 impls, 0 clqs
0.03/0.07	c (round 2) 8 del vars, 0 del conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 737 upgd conss, 19274 impls, 0 clqs
0.03/0.08	c presolving (3 rounds):
0.03/0.08	c  8 deleted vars, 0 deleted constraints, 0 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
0.03/0.08	c  19274 implications, 0 cliques
0.03/0.08	c presolved problem has 482 variables (482 bin, 0 int, 0 impl, 0 cont) and 737 constraints
0.03/0.08	c     340 constraints of type <knapsack>
0.03/0.08	c     397 constraints of type <logicor>
0.03/0.08	c transformed objective value is always integral (scale: 1)
0.03/0.08	c Presolving Time: 0.05
0.03/0.08	c SATUNSAT-LIN
0.03/0.08	c -----------------------------------------------------------------------------------------------
0.03/0.08	c # frequency for calling separator <flowcover> (-1: never, 0: only in root node)
0.03/0.08	c # [type: int, range: [-1,2147483647], default: 0]
0.03/0.08	c separating/flowcover/freq = c -1
0.03/0.08	c # frequency for calling separator <cmir> (-1: never, 0: only in root node)
0.03/0.08	c # [type: int, range: [-1,2147483647], default: 0]
0.03/0.08	c separating/cmir/freq = c -1
0.03/0.08	c # additional number of allowed LP iterations
0.03/0.08	c # [type: int, range: [0,2147483647], default: 1000]
0.03/0.08	c heuristics/veclendiving/maxlpiterofs = c 1500
0.03/0.08	c # maximal fraction of diving LP iterations compared to node LP iterations
0.03/0.08	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.03/0.08	c heuristics/veclendiving/maxlpiterquot = c 0.075
0.03/0.08	c # frequency for calling primal heuristic <veclendiving> (-1: never, 0: only at depth freqofs)
0.03/0.08	c # [type: int, range: [-1,2147483647], default: 10]
0.03/0.08	c heuristics/veclendiving/freq = c -1
0.03/0.08	c # frequency for calling primal heuristic <simplerounding> (-1: never, 0: only at depth freqofs)
0.03/0.08	c # [type: int, range: [-1,2147483647], default: 1]
0.03/0.08	c heuristics/simplerounding/freq = c -1
0.03/0.08	c # frequency for calling primal heuristic <shifting> (-1: never, 0: only at depth freqofs)
0.03/0.08	c # [type: int, range: [-1,2147483647], default: 10]
0.03/0.08	c heuristics/shifting/freq = c -1
0.03/0.08	c # frequency for calling primal heuristic <rounding> (-1: never, 0: only at depth freqofs)
0.03/0.08	c # [type: int, range: [-1,2147483647], default: 1]
0.03/0.08	c heuristics/rounding/freq = c -1
0.03/0.08	c # additional number of allowed LP iterations
0.03/0.08	c # [type: int, range: [0,2147483647], default: 1000]
0.03/0.08	c heuristics/rootsoldiving/maxlpiterofs = c 1500
0.03/0.08	c # maximal fraction of diving LP iterations compared to node LP iterations
0.03/0.08	c # [type: real, range: [0,1.79769313486232e+308], default: 0.01]
0.03/0.08	c heuristics/rootsoldiving/maxlpiterquot = c 0.015
0.03/0.08	c # frequency for calling primal heuristic <rootsoldiving> (-1: never, 0: only at depth freqofs)
0.03/0.08	c # [type: int, range: [-1,2147483647], default: 20]
0.03/0.08	c heuristics/rootsoldiving/freq = c -1
0.03/0.08	c # number of nodes added to the contingent of the total nodes
0.03/0.08	c # [type: longint, range: [0,9223372036854775807], default: 500]
0.03/0.08	c heuristics/rens/nodesofs = c 2000
0.03/0.08	c # minimum percentage of integer variables that have to be fixable 
0.03/0.08	c # [type: real, range: [0,1], default: 0.5]
0.03/0.08	c heuristics/rens/minfixingrate = c 0.3
0.03/0.08	c # frequency for calling primal heuristic <rens> (-1: never, 0: only at depth freqofs)
0.03/0.08	c # [type: int, range: [-1,2147483647], default: 0]
0.03/0.08	c heuristics/rens/freq = c -1
0.03/0.08	c # additional number of allowed LP iterations
0.03/0.08	c # [type: int, range: [0,2147483647], default: 1000]
0.03/0.08	c heuristics/pscostdiving/maxlpiterofs = c 1500
0.03/0.08	c # maximal fraction of diving LP iterations compared to node LP iterations
0.03/0.08	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.03/0.08	c heuristics/pscostdiving/maxlpiterquot = c 0.075
0.03/0.08	c # frequency for calling primal heuristic <pscostdiving> (-1: never, 0: only at depth freqofs)
0.03/0.08	c # [type: int, range: [-1,2147483647], default: 10]
0.03/0.08	c heuristics/pscostdiving/freq = c -1
0.03/0.08	c # frequency for calling primal heuristic <oneopt> (-1: never, 0: only at depth freqofs)
0.03/0.08	c # [type: int, range: [-1,2147483647], default: 1]
0.03/0.08	c heuristics/oneopt/freq = c -1
0.03/0.08	c # additional number of allowed LP iterations
0.03/0.08	c # [type: int, range: [0,2147483647], default: 1000]
0.03/0.08	c heuristics/objpscostdiving/maxlpiterofs = c 1500
0.03/0.08	c # maximal fraction of diving LP iterations compared to total iteration number
0.03/0.08	c # [type: real, range: [0,1], default: 0.01]
0.03/0.08	c heuristics/objpscostdiving/maxlpiterquot = c 0.015
0.03/0.08	c # frequency for calling primal heuristic <objpscostdiving> (-1: never, 0: only at depth freqofs)
0.03/0.08	c # [type: int, range: [-1,2147483647], default: 20]
0.03/0.08	c heuristics/objpscostdiving/freq = c -1
0.03/0.08	c # additional number of allowed LP iterations
0.03/0.08	c # [type: int, range: [0,2147483647], default: 1000]
0.03/0.08	c heuristics/linesearchdiving/maxlpiterofs = c 1500
0.03/0.08	c # maximal fraction of diving LP iterations compared to node LP iterations
0.03/0.08	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.03/0.08	c heuristics/linesearchdiving/maxlpiterquot = c 0.075
0.03/0.08	c # frequency for calling primal heuristic <linesearchdiving> (-1: never, 0: only at depth freqofs)
0.03/0.08	c # [type: int, range: [-1,2147483647], default: 10]
0.03/0.08	c heuristics/linesearchdiving/freq = c -1
0.03/0.08	c # frequency for calling primal heuristic <intshifting> (-1: never, 0: only at depth freqofs)
0.03/0.08	c # [type: int, range: [-1,2147483647], default: 10]
0.03/0.08	c heuristics/intshifting/freq = c -1
0.03/0.08	c # maximal fraction of diving LP iterations compared to node LP iterations
0.03/0.08	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.03/0.08	c heuristics/intdiving/maxlpiterquot = c 0.075
0.03/0.08	c # additional number of allowed LP iterations
0.03/0.08	c # [type: int, range: [0,2147483647], default: 1000]
0.03/0.08	c heuristics/guideddiving/maxlpiterofs = c 1500
0.03/0.08	c # maximal fraction of diving LP iterations compared to node LP iterations
0.03/0.08	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.03/0.08	c heuristics/guideddiving/maxlpiterquot = c 0.075
0.03/0.08	c # frequency for calling primal heuristic <guideddiving> (-1: never, 0: only at depth freqofs)
0.03/0.08	c # [type: int, range: [-1,2147483647], default: 10]
0.03/0.08	c heuristics/guideddiving/freq = c -1
0.03/0.08	c # additional number of allowed LP iterations
0.03/0.08	c # [type: int, range: [0,2147483647], default: 1000]
0.03/0.08	c heuristics/fracdiving/maxlpiterofs = c 1500
0.03/0.08	c # maximal fraction of diving LP iterations compared to node LP iterations
0.03/0.08	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.03/0.08	c heuristics/fracdiving/maxlpiterquot = c 0.075
0.03/0.08	c # frequency for calling primal heuristic <fracdiving> (-1: never, 0: only at depth freqofs)
0.03/0.08	c # [type: int, range: [-1,2147483647], default: 10]
0.03/0.08	c heuristics/fracdiving/freq = c -1
0.03/0.08	c # additional number of allowed LP iterations
0.03/0.08	c # [type: int, range: [0,2147483647], default: 1000]
0.03/0.08	c heuristics/feaspump/maxlpiterofs = c 2000
0.03/0.08	c # frequency for calling primal heuristic <feaspump> (-1: never, 0: only at depth freqofs)
0.03/0.08	c # [type: int, range: [-1,2147483647], default: 20]
0.03/0.08	c heuristics/feaspump/freq = c -1
0.03/0.08	c # minimum percentage of integer variables that have to be fixed 
0.03/0.08	c # [type: real, range: [0,1], default: 0.666]
0.03/0.08	c heuristics/crossover/minfixingrate = c 0.5
0.03/0.08	c # contingent of sub problem nodes in relation to the number of nodes of the original problem
0.03/0.08	c # [type: real, range: [0,1], default: 0.1]
0.03/0.08	c heuristics/crossover/nodesquot = c 0.15
0.03/0.08	c # number of nodes without incumbent change that heuristic should wait
0.03/0.08	c # [type: longint, range: [0,9223372036854775807], default: 200]
0.03/0.08	c heuristics/crossover/nwaitingnodes = c 100
0.03/0.08	c # number of nodes added to the contingent of the total nodes
0.03/0.08	c # [type: longint, range: [0,9223372036854775807], default: 500]
0.03/0.08	c heuristics/crossover/nodesofs = c 750
0.03/0.08	c # frequency for calling primal heuristic <crossover> (-1: never, 0: only at depth freqofs)
0.03/0.08	c # [type: int, range: [-1,2147483647], default: 30]
0.03/0.08	c heuristics/crossover/freq = c -1
0.03/0.08	c # additional number of allowed LP iterations
0.03/0.08	c # [type: int, range: [0,2147483647], default: 1000]
0.03/0.08	c heuristics/coefdiving/maxlpiterofs = c 1500
0.03/0.08	c # maximal fraction of diving LP iterations compared to node LP iterations
0.03/0.08	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.03/0.08	c heuristics/coefdiving/maxlpiterquot = c 0.075
0.03/0.08	c # frequency for calling primal heuristic <coefdiving> (-1: never, 0: only at depth freqofs)
0.03/0.08	c # [type: int, range: [-1,2147483647], default: 10]
0.03/0.08	c heuristics/coefdiving/freq = c -1
0.03/0.08	c # maximal number of presolving rounds the presolver participates in (-1: no limit)
0.03/0.08	c # [type: int, range: [-1,2147483647], default: -1]
0.03/0.08	c presolving/probing/maxrounds = c 0
0.03/0.08	c # should presolving try to simplify knapsacks
0.03/0.08	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.03/0.08	c constraints/knapsack/simplifyinequalities = c TRUE
0.03/0.08	c # should disaggregation of knapsack constraints be allowed in preprocessing?
0.03/0.08	c # [type: bool, range: {TRUE,FALSE}, default: TRUE]
0.03/0.08	c constraints/knapsack/disaggregation = c FALSE
0.03/0.08	c # maximal number of cardinality inequalities lifted per separation round (-1: unlimited)
0.03/0.08	c # [type: int, range: [-1,2147483647], default: -1]
0.03/0.08	c constraints/knapsack/maxnumcardlift = c 0
0.03/0.08	c # should presolving try to simplify inequalities
0.03/0.08	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.03/0.08	c constraints/linear/simplifyinequalities = c TRUE
0.03/0.08	c # maximal number of separation rounds in the root node (-1: unlimited)
0.03/0.08	c # [type: int, range: [-1,2147483647], default: -1]
0.03/0.08	c separating/maxroundsroot = c 5
0.03/0.08	c # maximal number of separation rounds per node (-1: unlimited)
0.03/0.08	c # [type: int, range: [-1,2147483647], default: 5]
0.03/0.08	c separating/maxrounds = c 1
0.03/0.08	c # solving stops, if the given number of solutions were found (-1: no limit)
0.03/0.08	c # [type: int, range: [-1,2147483647], default: -1]
0.03/0.08	c limits/solutions = c 1
0.03/0.08	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.03/0.08	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.03/0.08	c limits/memory = c 1620
0.03/0.08	c # maximal time in seconds to run
0.03/0.08	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.03/0.08	c limits/time = c 1791
0.03/0.08	c # frequency for displaying node information lines
0.03/0.08	c # [type: int, range: [-1,2147483647], default: 100]
0.03/0.08	c display/freq = c 10000
0.03/0.08	c -----------------------------------------------------------------------------------------------
0.03/0.08	c start solving problem
0.03/0.08	c 
0.09/0.12	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
0.09/0.12	c   0.1s|     1 |     0 |   356 |2993k|   0 | 198 | 482 | 737 | 737 | 482 | 729 |   0 |   0 |   0 | 6.276923e+01 |      --      |    Inf 
0.29/0.31	c   0.3s|     1 |     0 |   541 |4588k|   0 | 174 | 482 | 737 | 737 | 482 |1169 | 440 |   0 |   0 | 6.436364e+01 |      --      |    Inf 
0.89/0.90	c   0.8s|     1 |     0 |  1335 |6735k|   0 | 439 | 482 | 737 | 737 | 482 |1717 | 988 |   0 |   0 | 6.861844e+01 |      --      |    Inf 
1.29/1.39	c   1.3s|     1 |     0 |  1525 |9988k|   0 | 441 | 482 | 737 | 737 | 482 |1744 |1015 |   0 |   0 | 6.887719e+01 |      --      |    Inf 
1.99/2.08	c   2.0s|     1 |     0 |  1962 |  13M|   0 | 449 | 482 | 737 | 737 | 482 |1769 |1040 |   0 |   0 | 6.896647e+01 |      --      |    Inf 
2.69/2.78	c   2.7s|     1 |     0 |  2235 |  14M|   0 | 445 | 482 | 737 | 737 | 482 |1771 |1042 |   0 |   0 | 6.904975e+01 |      --      |    Inf 
4.69/4.76	c   4.7s|     1 |     2 |  2235 |  14M|   0 | 445 | 482 | 737 | 737 | 482 |1771 |1042 |   0 |  19 | 6.904975e+01 |      --      |    Inf 
371.68/371.89	c   370s| 10000 |  7775 |  1175k|  30M|  75 |  92 | 482 | 859 | 282 | 482 |1136 |1042 | 419 |3749 | 7.546153e+01 |      --      |    Inf 
595.41/595.64	c   593s| 20000 | 15397 |  2046k|  46M|  82 | 182 | 482 | 813 | 498 | 482 |1136 |1042 | 832 |5407 | 7.608968e+01 |      --      |    Inf 
775.17/775.49	c   772s| 30000 | 22511 |  2787k|  60M|  84 | 281 | 482 | 815 | 567 | 482 |1136 |1042 |1295 |6568 | 7.643266e+01 |      --      |    Inf 
939.62/939.94	c   935s| 40000 | 29309 |  3478k|  74M|  87 |   - | 482 | 832 | 342 |   0 |   0 |1042 |1823 |7697 | 7.667285e+01 |      --      |    Inf 
1080.08/1080.48	c  1075s| 50000 | 35320 |  4072k|  86M|  89 | 272 | 482 | 845 | 525 | 482 |1136 |1042 |2579 |8475 | 7.685253e+01 |      --      |    Inf 
1223.34/1223.70	c  1218s| 60000 | 41368 |  4676k|  99M|  92 |   - | 482 | 838 | 289 |   0 |   0 |1042 |3232 |9188 | 7.709593e+01 |      --      |    Inf 
1358.69/1359.13	c  1352s| 70000 | 47060 |  5265k| 110M|  93 |  67 | 482 | 831 | 318 | 482 |1136 |1042 |3767 |9798 | 7.731617e+01 |      --      |    Inf 
1507.46/1507.93	c  1500s| 80000 | 53384 |  5912k| 123M|  94 |   - | 482 | 807 | 279 |   0 |   0 |1042 |4168 |  10k| 7.752917e+01 |      --      |    Inf 
1649.42/1649.98	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1649.42/1649.98	c  1642s| 90000 | 59471 |  6533k| 135M|  96 |   - | 482 | 809 | 222 |   0 |   0 |1042 |4538 |  11k| 7.769048e+01 |      --      |    Inf 
1793.07/1793.63	c  1785s|100000 | 65700 |  7170k| 148M|  96 | 102 | 482 | 828 | 305 | 482 |1136 |1042 |4970 |  11k| 7.784111e+01 |      --      |    Inf 
1799.37/1799.92	c 
1799.37/1799.92	c SCIP Status        : solving was interrupted [time limit reached]
1799.37/1799.92	c Solving Time (sec) : 1791.00
1799.37/1799.92	c Solving Nodes      : 100441
1799.37/1799.92	c Primal Bound       : +1.00000000000000e+20 (0 solutions)
1799.37/1799.92	c Dual Bound         : +7.78428562516503e+01
1799.37/1799.92	c Gap                : infinite
1799.37/1799.92	c NODE         100441
1799.37/1799.92	c DUAL BOUND   77.8429
1799.37/1799.92	c PRIMAL BOUND 1e+20
1799.37/1799.92	c GAP          1e+20
1799.37/1799.92	s UNKNOWN
1799.37/1799.92	c SCIP Status        : solving was interrupted [time limit reached]
1799.37/1799.92	c Solving Time       :    1791.00
1799.37/1799.92	c Original Problem   :
1799.37/1799.92	c   Problem name     : HOME/instance-1868001-1245114575.opb
1799.37/1799.92	c   Variables        : 490 (490 binary, 0 integer, 0 implicit integer, 0 continuous)
1799.37/1799.92	c   Constraints      : 737 initial, 737 maximal
1799.37/1799.92	c Presolved Problem  :
1799.37/1799.92	c   Problem name     : t_HOME/instance-1868001-1245114575.opb
1799.37/1799.92	c   Variables        : 482 (482 binary, 0 integer, 0 implicit integer, 0 continuous)
1799.37/1799.92	c   Constraints      : 737 initial, 1056 maximal
1799.37/1799.92	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
1799.37/1799.92	c   trivial          :       0.00          0          0          0          0          0          0          0          0
1799.37/1799.92	c   dualfix          :       0.00          0          0          0          0          0          0          0          0
1799.37/1799.92	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
1799.37/1799.92	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
1799.37/1799.92	c   implics          :       0.00          0          8          0          0          0          0          0          0
1799.37/1799.92	c   probing          :       0.00          0          0          0          0          0          0          0          0
1799.37/1799.92	c   knapsack         :       0.02          0          0          0          0          0          0          0          0
1799.37/1799.92	c   logicor          :       0.00          0          0          0          0          0          0          0          0
1799.37/1799.92	c   root node        :          -          0          -          -          0          -          -          -          -
1799.37/1799.92	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
1799.37/1799.92	c   integral         :          0          0          0      83263          0          7        101          0          0     166420
1799.37/1799.92	c   knapsack         :        340          5     268386          0          1      15591    1639632        404          0          0
1799.37/1799.92	c   logicor          :        397+         5     179693          0          1         83     430534          0          0          0
1799.37/1799.92	c   countsols        :          0          0          0          0          1          0          0          0          0          0
1799.37/1799.92	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
1799.37/1799.92	c   integral         :     194.79       0.00       0.00     194.79       0.00
1799.37/1799.92	c   knapsack         :       9.55       0.01       9.54       0.00       0.00
1799.37/1799.92	c   logicor          :       4.55       0.00       4.55       0.00       0.00
1799.37/1799.92	c   countsols        :       0.00       0.00       0.00       0.00       0.00
1799.37/1799.92	c Propagators        :       Time      Calls    Cutoffs    DomReds
1799.37/1799.92	c   rootredcost      :       0.17          0          0          0
1799.37/1799.92	c   pseudoobj        :       6.42     269573          0          0
1799.37/1799.92	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1799.37/1799.92	c   propagation      :       0.99       1968       1936      18743       91.7          1      139.0          -
1799.37/1799.92	c   infeasible LP    :       0.07       1549          0          0        0.0          0        0.0          0
1799.37/1799.92	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1799.37/1799.92	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1799.37/1799.92	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1799.37/1799.92	c   applied globally :          -          -          -       4974       29.3          -          -          -
1799.37/1799.92	c   applied locally  :          -          -          -         10       54.2          -          -          -
1799.37/1799.92	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1799.37/1799.92	c   cut pool         :       0.02          4          -          -        230          -    (maximal pool size: 4230)
1799.37/1799.92	c   redcost          :       1.72      83223          0          0          0          0
1799.37/1799.92	c   impliedbounds    :       0.00          5          0          0       1273          0
1799.37/1799.92	c   intobj           :       0.00          0          0          0          0          0
1799.37/1799.92	c   gomory           :       0.85          5          0          0        961          0
1799.37/1799.92	c   strongcg         :       0.63          5          0          0       2257          0
1799.37/1799.92	c   cmir             :       0.00          0          0          0          0          0
1799.37/1799.93	c   flowcover        :       0.00          0          0          0          0          0
1799.37/1799.93	c   clique           :       0.02          1          0          0          0          0
1799.37/1799.93	c   zerohalf         :       0.00          0          0          0          0          0
1799.37/1799.93	c   mcf              :       0.00          1          0          0          0          0
1799.37/1799.93	c Pricers            :       Time      Calls       Vars
1799.37/1799.93	c   problem variables:       0.00          0          0
1799.37/1799.93	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1799.37/1799.93	c   relpscost        :     194.60      83263          7        101          0          0     166420
1799.37/1799.93	c   pscost           :       0.00          0          0          0          0          0          0
1799.37/1799.93	c   inference        :       0.00          1          0          0          0          0          2
1799.37/1799.93	c   mostinf          :       0.00          0          0          0          0          0          0
1799.37/1799.93	c   leastinf         :       0.00          0          0          0          0          0          0
1799.37/1799.93	c   fullstrong       :       0.00          0          0          0          0          0          0
1799.37/1799.93	c   allfullstrong    :       0.00          0          0          0          0          0          0
1799.37/1799.93	c   random           :       0.00          0          0          0          0          0          0
1799.37/1799.93	c Primal Heuristics  :       Time      Calls      Found
1799.37/1799.93	c   LP solutions     :       0.00          -          0
1799.37/1799.93	c   pseudo solutions :       0.00          -          0
1799.37/1799.93	c   simplerounding   :       0.00          0          0
1799.37/1799.93	c   rounding         :       0.00          0          0
1799.37/1799.93	c   shifting         :       0.00          0          0
1799.37/1799.93	c   intshifting      :       0.00          0          0
1799.37/1799.93	c   oneopt           :       0.00          0          0
1799.37/1799.93	c   fixandinfer      :       0.00          0          0
1799.37/1799.93	c   feaspump         :       0.00          0          0
1799.37/1799.93	c   coefdiving       :       0.00          0          0
1799.37/1799.93	c   pscostdiving     :       0.00          0          0
1799.37/1799.93	c   fracdiving       :       0.00          0          0
1799.37/1799.93	c   veclendiving     :       0.00          0          0
1799.37/1799.93	c   intdiving        :       0.00          0          0
1799.37/1799.93	c   actconsdiving    :       0.00          0          0
1799.37/1799.93	c   objpscostdiving  :       0.00          0          0
1799.37/1799.93	c   rootsoldiving    :       0.00          0          0
1799.37/1799.93	c   linesearchdiving :       0.00          0          0
1799.37/1799.93	c   guideddiving     :       0.00          0          0
1799.37/1799.93	c   octane           :       0.00          0          0
1799.37/1799.93	c   rens             :       0.00          0          0
1799.37/1799.93	c   rins             :       0.00          0          0
1799.37/1799.93	c   localbranching   :       0.00          0          0
1799.37/1799.93	c   mutation         :       0.00          0          0
1799.37/1799.93	c   crossover        :       0.00          0          0
1799.37/1799.93	c   dins             :       0.00          0          0
1799.37/1799.93	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1799.37/1799.93	c   primal LP        :       0.05          0          0       0.00       0.00
1799.37/1799.93	c   dual LP          :    1527.29      84820    7198218      84.86    4713.07
1799.37/1799.93	c   barrier LP       :       0.00          0          0       0.00          -
1799.37/1799.93	c   diving/probing LP:       0.00          0          0       0.00          -
1799.37/1799.93	c   strong branching :     187.16      11782     741351      62.92    3961.05
1799.37/1799.93	c     (at root node) :          -         19       3371     177.42          -
1799.37/1799.93	c   conflict analysis:       0.00          0          0       0.00          -
1799.37/1799.93	c B&B Tree           :
1799.37/1799.93	c   number of runs   :          1
1799.37/1799.93	c   nodes            :     100441
1799.37/1799.93	c   nodes (total)    :     100441
1799.37/1799.93	c   nodes left       :      65979
1799.37/1799.93	c   max depth        :         96
1799.37/1799.93	c   max depth (total):         96
1799.37/1799.93	c   backtracks       :       9811 (9.8%)
1799.37/1799.93	c   delayed cutoffs  :          3
1799.37/1799.93	c   repropagations   :       8691 (7629 domain reductions, 0 cutoffs)
1799.37/1799.93	c   avg switch length:       6.09
1799.37/1799.93	c   switching time   :      12.98
1799.37/1799.93	c Solution           :
1799.37/1799.93	c   Solutions found  :          0 (0 improvements)
1799.37/1799.93	c   Primal Bound     :          -
1799.37/1799.93	c   Dual Bound       : +7.78428562516503e+01
1799.37/1799.93	c   Gap              :   infinite
1799.37/1799.93	c   Root Dual Bound  : +6.90497455692715e+01
1799.67/1800.27	c Time complete: 1799.74.

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-1868001-1245114575/watcher-1868001-1245114575 -o /tmp/evaluation-result-1868001-1245114575/solver-1868001-1245114575 -C 1800 -W 2000 -M 1800 HOME/pbscip.linux.x86_64.gnu.opt-gcc42.clp -t 1800 -m 1800 -f HOME/instance-1868001-1245114575.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.15 1.50 3/64 3333
/proc/meminfo: memFree=688824/2055920 swapFree=4192952/4192956
[pid=3333] ppid=3331 vsize=5812 CPUtime=0
/proc/3333/stat : 3333 (pbscip.linux.x8) R 3331 3333 3233 0 -1 4194304 516 0 0 0 0 0 0 0 18 0 1 0 179054495 5951488 500 1992294400 4194304 9342243 548682068736 18446744073709551615 8223232 0 0 4096 0 0 0 0 17 1 0 0
/proc/3333/statm: 1453 501 332 1256 0 192 0

[startup+0.0384161 s]
/proc/loadavg: 1.00 1.15 1.50 3/64 3333
/proc/meminfo: memFree=688824/2055920 swapFree=4192952/4192956
[pid=3333] ppid=3331 vsize=15144 CPUtime=0.03
/proc/3333/stat : 3333 (pbscip.linux.x8) R 3331 3333 3233 0 -1 4194304 2938 0 0 0 2 1 0 0 18 0 1 0 179054495 15507456 2568 1992294400 4194304 9342243 548682068736 18446744073709551615 8300202 0 0 4096 16384 0 0 0 17 1 0 0
/proc/3333/statm: 3786 2568 463 1256 0 2525 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 15144

[startup+0.101421 s]
/proc/loadavg: 1.00 1.15 1.50 3/64 3333
/proc/meminfo: memFree=688824/2055920 swapFree=4192952/4192956
[pid=3333] ppid=3331 vsize=19536 CPUtime=0.09
/proc/3333/stat : 3333 (pbscip.linux.x8) R 3331 3333 3233 0 -1 4194304 3895 0 0 0 8 1 0 0 16 0 1 0 179054495 20004864 3525 1992294400 4194304 9342243 548682068736 18446744073709551615 8308455 0 0 4096 16384 0 0 0 17 1 0 0
/proc/3333/statm: 4884 3525 613 1256 0 3623 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 19536

[startup+0.301442 s]
/proc/loadavg: 1.00 1.15 1.50 3/64 3333
/proc/meminfo: memFree=688824/2055920 swapFree=4192952/4192956
[pid=3333] ppid=3331 vsize=23404 CPUtime=0.29
/proc/3333/stat : 3333 (pbscip.linux.x8) R 3331 3333 3233 0 -1 4194304 4753 0 0 0 26 3 0 0 18 0 1 0 179054495 23965696 4382 1992294400 4194304 9342243 548682068736 18446744073709551615 8308455 0 0 4096 16384 0 0 0 17 1 0 0
/proc/3333/statm: 5851 4382 647 1256 0 4590 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 23404

[startup+0.701482 s]
/proc/loadavg: 1.00 1.15 1.50 3/64 3333
/proc/meminfo: memFree=688824/2055920 swapFree=4192952/4192956
[pid=3333] ppid=3331 vsize=27996 CPUtime=0.69
/proc/3333/stat : 3333 (pbscip.linux.x8) R 3331 3333 3233 0 -1 4194304 5794 0 0 0 65 4 0 0 20 0 1 0 179054495 28667904 5422 1992294400 4194304 9342243 548682068736 18446744073709551615 8308455 0 0 4096 16384 0 0 0 17 1 0 0
/proc/3333/statm: 6999 5422 648 1256 0 5738 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 27996

[startup+1.50156 s]
/proc/loadavg: 1.00 1.15 1.50 2/65 3334
/proc/meminfo: memFree=669488/2055920 swapFree=4192952/4192956
[pid=3333] ppid=3331 vsize=33776 CPUtime=1.49
/proc/3333/stat : 3333 (pbscip.linux.x8) R 3331 3333 3233 0 -1 4194304 7207 0 0 0 145 4 0 0 25 0 1 0 179054495 34586624 6835 1992294400 4194304 9342243 548682068736 18446744073709551615 8300202 0 0 4096 16384 0 0 0 17 1 0 0
/proc/3333/statm: 8444 6835 648 1256 0 7183 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 33776

[startup+3.10173 s]
/proc/loadavg: 1.00 1.15 1.50 2/65 3334
/proc/meminfo: memFree=658928/2055920 swapFree=4192952/4192956
[pid=3333] ppid=3331 vsize=44124 CPUtime=3.09
/proc/3333/stat : 3333 (pbscip.linux.x8) R 3331 3333 3233 0 -1 4194304 9207 0 0 0 303 6 0 0 25 0 1 0 179054495 45182976 8756 1992294400 4194304 9342243 548682068736 18446744073709551615 8308455 0 0 4096 16384 0 0 0 17 1 0 0
/proc/3333/statm: 11031 8756 653 1256 0 9770 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 44124

[startup+6.30206 s]
/proc/loadavg: 1.00 1.15 1.49 2/65 3334
/proc/meminfo: memFree=655920/2055920 swapFree=4192952/4192956
[pid=3333] ppid=3331 vsize=41236 CPUtime=6.29
/proc/3333/stat : 3333 (pbscip.linux.x8) R 3331 3333 3233 0 -1 4194304 9908 0 0 0 623 6 0 0 25 0 1 0 179054495 42225664 8794 1992294400 4194304 9342243 548682068736 18446744073709551615 6959589 0 0 4096 16384 0 0 0 17 1 0 0
/proc/3333/statm: 10309 8794 668 1256 0 9048 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 41236

[startup+12.7017 s]
/proc/loadavg: 1.00 1.15 1.49 2/65 3334
/proc/meminfo: memFree=655544/2055920 swapFree=4192952/4192956
[pid=3333] ppid=3331 vsize=41236 CPUtime=12.69
/proc/3333/stat : 3333 (pbscip.linux.x8) R 3331 3333 3233 0 -1 4194304 10060 0 0 0 1260 9 0 0 25 0 1 0 179054495 42225664 8946 1992294400 4194304 9342243 548682068736 18446744073709551615 8308455 0 0 4096 16384 0 0 0 17 1 0 0
/proc/3333/statm: 10309 8946 668 1256 0 9048 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 41236

[startup+25.502 s]
/proc/loadavg: 1.00 1.14 1.48 2/65 3334
/proc/meminfo: memFree=655352/2055920 swapFree=4192952/4192956
[pid=3333] ppid=3331 vsize=41564 CPUtime=25.49
/proc/3333/stat : 3333 (pbscip.linux.x8) R 3331 3333 3233 0 -1 4194304 10135 0 0 0 2537 12 0 0 25 0 1 0 179054495 42561536 9021 1992294400 4194304 9342243 548682068736 18446744073709551615 6889068 0 0 4096 16384 0 0 0 17 1 0 0
/proc/3333/statm: 10391 9021 672 1256 0 9130 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 41564

[startup+51.1016 s]
/proc/loadavg: 1.00 1.13 1.47 2/65 3334
/proc/meminfo: memFree=654904/2055920 swapFree=4192952/4192956
[pid=3333] ppid=3331 vsize=42000 CPUtime=51.06
/proc/3333/stat : 3333 (pbscip.linux.x8) R 3331 3333 3233 0 -1 4194304 10280 0 0 0 5086 20 0 0 25 0 1 0 179054495 43008000 9166 1992294400 4194304 9342243 548682068736 18446744073709551615 8308455 0 0 4096 16384 0 0 0 17 1 0 0
/proc/3333/statm: 10500 9166 675 1256 0 9239 0
Current children cumulated CPU time (s) 51.06
Current children cumulated vsize (KiB) 42000

[startup+102.306 s]
/proc/loadavg: 1.00 1.11 1.44 2/65 3334
/proc/meminfo: memFree=654136/2055920 swapFree=4192952/4192956
[pid=3333] ppid=3331 vsize=44420 CPUtime=102.25
/proc/3333/stat : 3333 (pbscip.linux.x8) R 3331 3333 3233 0 -1 4194304 13944 0 0 0 10187 38 0 0 25 0 1 0 179054495 45486080 9347 1992294400 4194304 9342243 548682068736 18446744073709551615 6978078 0 0 4096 16384 0 0 0 17 1 0 0
/proc/3333/statm: 11105 9347 675 1256 0 9844 0
Current children cumulated CPU time (s) 102.25
Current children cumulated vsize (KiB) 44420

[startup+162.302 s]
/proc/loadavg: 1.00 1.08 1.41 2/65 3334
/proc/meminfo: memFree=651768/2055920 swapFree=4192952/4192956
[pid=3333] ppid=3331 vsize=44824 CPUtime=162.24
/proc/3333/stat : 3333 (pbscip.linux.x8) R 3331 3333 3233 0 -1 4194304 25640 0 0 0 16160 64 0 0 25 0 1 0 179054495 45899776 9871 1992294400 4194304 9342243 548682068736 18446744073709551615 8308455 0 0 4096 16384 0 0 0 17 1 0 0
/proc/3333/statm: 11206 9871 675 1256 0 9945 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 44824

[startup+222.301 s]
/proc/loadavg: 1.00 1.07 1.38 2/65 3334
/proc/meminfo: memFree=647224/2055920 swapFree=4192952/4192956
[pid=3333] ppid=3331 vsize=49148 CPUtime=222.22
/proc/3333/stat : 3333 (pbscip.linux.x8) R 3331 3333 3233 0 -1 4194304 30468 0 0 0 22134 88 0 0 25 0 1 0 179054495 50327552 11078 1992294400 4194304 9342243 548682068736 18446744073709551615 8221383 0 0 4096 16384 0 0 0 17 1 0 0
/proc/3333/statm: 12287 11078 675 1256 0 11026 0
Current children cumulated CPU time (s) 222.22
Current children cumulated vsize (KiB) 49148

[startup+282.301 s]
/proc/loadavg: 1.00 1.05 1.36 2/65 3334
/proc/meminfo: memFree=641656/2055920 swapFree=4192952/4192956
[pid=3333] ppid=3331 vsize=54892 CPUtime=282.2
/proc/3333/stat : 3333 (pbscip.linux.x8) R 3331 3333 3233 0 -1 4194304 36245 0 0 0 28107 113 0 0 25 0 1 0 179054495 56209408 12481 1992294400 4194304 9342243 548682068736 18446744073709551615 8308455 0 0 4096 16384 0 0 0 17 1 0 0
/proc/3333/statm: 13723 12481 675 1256 0 12462 0
Current children cumulated CPU time (s) 282.2
Current children cumulated vsize (KiB) 54892

[startup+342.301 s]
/proc/loadavg: 1.00 1.04 1.33 2/65 3334
/proc/meminfo: memFree=638520/2055920 swapFree=4192952/4192956
[pid=3333] ppid=3331 vsize=57264 CPUtime=342.19
/proc/3333/stat : 3333 (pbscip.linux.x8) R 3331 3333 3233 0 -1 4194304 44049 0 0 0 34076 143 0 0 25 0 1 0 179054495 58638336 13240 1992294400 4194304 9342243 548682068736 18446744073709551615 6882443 0 0 4096 16384 0 0 0 17 1 0 0
/proc/3333/statm: 14316 13240 675 1256 0 13055 0
Current children cumulated CPU time (s) 342.19
Current children cumulated vsize (KiB) 57264

[startup+402.301 s]
/proc/loadavg: 1.00 1.03 1.31 2/65 3334
/proc/meminfo: memFree=631160/2055920 swapFree=4192952/4192956
[pid=3333] ppid=3331 vsize=65976 CPUtime=402.17
/proc/3333/stat : 3333 (pbscip.linux.x8) R 3331 3333 3233 0 -1 4194304 47942 0 0 0 40049 168 0 0 25 0 1 0 179054495 67559424 15086 1992294400 4194304 9342243 548682068736 18446744073709551615 8308455 0 0 4096 16384 0 0 0 17 1 0 0
/proc/3333/statm: 16494 15086 675 1256 0 15233 0
Current children cumulated CPU time (s) 402.17
Current children cumulated vsize (KiB) 65976

[startup+462.302 s]
/proc/loadavg: 1.00 1.02 1.29 2/65 3334
/proc/meminfo: memFree=626552/2055920 swapFree=4192952/4192956
[pid=3333] ppid=3331 vsize=70188 CPUtime=462.15
/proc/3333/stat : 3333 (pbscip.linux.x8) R 3331 3333 3233 0 -1 4194304 52997 0 0 0 46018 197 0 0 25 0 1 0 179054495 71872512 16203 1992294400 4194304 9342243 548682068736 18446744073709551615 8308455 0 0 4096 16384 0 0 0 17 1 0 0
/proc/3333/statm: 17547 16203 675 1256 0 16286 0
Current children cumulated CPU time (s) 462.15
Current children cumulated vsize (KiB) 70188

[startup+522.302 s]
/proc/loadavg: 1.00 1.02 1.26 2/65 3334
/proc/meminfo: memFree=622712/2055920 swapFree=4192952/4192956
[pid=3333] ppid=3331 vsize=73616 CPUtime=522.13
/proc/3333/stat : 3333 (pbscip.linux.x8) R 3331 3333 3233 0 -1 4194304 57968 0 0 0 51991 222 0 0 25 0 1 0 179054495 75382784 17201 1992294400 4194304 9342243 548682068736 18446744073709551615 8300202 0 0 4096 16384 0 0 0 17 1 0 0
/proc/3333/statm: 18404 17201 675 1256 0 17143 0
Current children cumulated CPU time (s) 522.13
Current children cumulated vsize (KiB) 73616

[startup+582.302 s]
/proc/loadavg: 1.00 1.01 1.25 2/65 3334
/proc/meminfo: memFree=616696/2055920 swapFree=4192952/4192956
[pid=3333] ppid=3331 vsize=80096 CPUtime=582.12
/proc/3333/stat : 3333 (pbscip.linux.x8) R 3331 3333 3233 0 -1 4194304 62757 0 0 0 57957 255 0 0 25 0 1 0 179054495 82018304 18726 1992294400 4194304 9342243 548682068736 18446744073709551615 8308455 0 0 4096 16384 0 0 0 17 1 0 0
/proc/3333/statm: 20024 18726 675 1256 0 18763 0
Current children cumulated CPU time (s) 582.12
Current children cumulated vsize (KiB) 80096

[startup+642.302 s]
/proc/loadavg: 1.00 1.01 1.23 2/65 3334
/proc/meminfo: memFree=611768/2055920 swapFree=4192952/4192956
[pid=3333] ppid=3331 vsize=84924 CPUtime=642.11
/proc/3333/stat : 3333 (pbscip.linux.x8) R 3331 3333 3233 0 -1 4194304 66575 0 0 0 63930 281 0 0 25 0 1 0 179054495 86962176 19936 1992294400 4194304 9342243 548682068736 18446744073709551615 8308455 0 0 4096 16384 0 0 0 17 1 0 0
/proc/3333/statm: 21231 19936 675 1256 0 19970 0
Current children cumulated CPU time (s) 642.11
Current children cumulated vsize (KiB) 84924

[startup+702.302 s]

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

/proc/meminfo: memFree=561784/2055920 swapFree=4192952/4192956
[pid=3333] ppid=3331 vsize=135840 CPUtime=1121.96
/proc/3333/stat : 3333 (pbscip.linux.x8) R 3331 3333 3233 0 -1 4194304 95229 0 0 0 111681 515 0 0 25 0 1 0 179054495 139100160 32412 1992294400 4194304 9342243 548682068736 18446744073709551615 8308455 0 0 4096 16384 0 0 0 17 1 0 0
/proc/3333/statm: 33960 32412 682 1256 0 32699 0
Current children cumulated CPU time (s) 1121.96
Current children cumulated vsize (KiB) 135840

[startup+1182.3 s]
/proc/loadavg: 1.00 1.02 1.13 2/65 3334
/proc/meminfo: memFree=555320/2055920 swapFree=4192952/4192956
[pid=3333] ppid=3331 vsize=140476 CPUtime=1181.95
/proc/3333/stat : 3333 (pbscip.linux.x8) R 3331 3333 3233 0 -1 4194304 97611 0 0 0 117650 545 0 0 25 0 1 0 179054495 143847424 34003 1992294400 4194304 9342243 548682068736 18446744073709551615 8308455 0 0 4096 16384 0 0 0 17 1 0 0
/proc/3333/statm: 35119 34003 682 1256 0 33858 0
Current children cumulated CPU time (s) 1181.95
Current children cumulated vsize (KiB) 140476

[startup+1242.3 s]
/proc/loadavg: 1.00 1.01 1.12 2/65 3334
/proc/meminfo: memFree=551480/2055920 swapFree=4192952/4192956
[pid=3333] ppid=3331 vsize=144372 CPUtime=1241.93
/proc/3333/stat : 3333 (pbscip.linux.x8) R 3331 3333 3233 0 -1 4194304 100966 0 0 0 123617 576 0 0 25 0 1 0 179054495 147836928 34966 1992294400 4194304 9342243 548682068736 18446744073709551615 8308455 0 0 4096 16384 0 0 0 17 1 0 0
/proc/3333/statm: 36093 34966 682 1256 0 34832 0
Current children cumulated CPU time (s) 1241.93
Current children cumulated vsize (KiB) 144372

[startup+1302.3 s]
/proc/loadavg: 1.00 1.01 1.11 2/65 3334
/proc/meminfo: memFree=544056/2055920 swapFree=4192952/4192956
[pid=3333] ppid=3331 vsize=153560 CPUtime=1301.92
/proc/3333/stat : 3333 (pbscip.linux.x8) R 3331 3333 3233 0 -1 4194304 102813 0 0 0 129588 604 0 0 25 0 1 0 179054495 157245440 36810 1992294400 4194304 9342243 548682068736 18446744073709551615 8308455 0 0 4096 16384 0 0 0 17 1 0 0
/proc/3333/statm: 38390 36810 682 1256 0 37129 0
Current children cumulated CPU time (s) 1301.92
Current children cumulated vsize (KiB) 153560

[startup+1362.3 s]
/proc/loadavg: 1.00 1.00 1.09 2/65 3334
/proc/meminfo: memFree=538744/2055920 swapFree=4192952/4192956
[pid=3333] ppid=3331 vsize=158876 CPUtime=1361.89
/proc/3333/stat : 3333 (pbscip.linux.x8) R 3331 3333 3233 0 -1 4194304 105312 0 0 0 135556 633 0 0 25 0 1 0 179054495 162689024 38143 1992294400 4194304 9342243 548682068736 18446744073709551615 8300202 0 0 4096 16384 0 0 0 17 1 0 0
/proc/3333/statm: 39719 38143 682 1256 0 38458 0
Current children cumulated CPU time (s) 1361.89
Current children cumulated vsize (KiB) 158876

[startup+1422.31 s]
/proc/loadavg: 1.00 1.00 1.09 2/65 3334
/proc/meminfo: memFree=533432/2055920 swapFree=4192952/4192956
[pid=3333] ppid=3331 vsize=162544 CPUtime=1421.88
/proc/3333/stat : 3333 (pbscip.linux.x8) R 3331 3333 3233 0 -1 4194304 108604 0 0 0 141529 659 0 0 25 0 1 0 179054495 166445056 39450 1992294400 4194304 9342243 548682068736 18446744073709551615 8300202 0 0 4096 16384 0 0 0 17 1 0 0
/proc/3333/statm: 40636 39450 682 1256 0 39375 0
Current children cumulated CPU time (s) 1421.88
Current children cumulated vsize (KiB) 162544

[startup+1482.3 s]
/proc/loadavg: 1.00 1.00 1.08 2/65 3334
/proc/meminfo: memFree=527288/2055920 swapFree=4192952/4192956
[pid=3333] ppid=3331 vsize=168684 CPUtime=1481.86
/proc/3333/stat : 3333 (pbscip.linux.x8) R 3331 3333 3233 0 -1 4194304 110885 0 0 0 147499 687 0 0 25 0 1 0 179054495 172732416 40975 1992294400 4194304 9342243 548682068736 18446744073709551615 6908539 0 0 4096 16384 0 0 0 17 1 0 0
/proc/3333/statm: 42171 40975 682 1256 0 40910 0
Current children cumulated CPU time (s) 1481.86
Current children cumulated vsize (KiB) 168684

[startup+1542.3 s]
/proc/loadavg: 1.00 1.00 1.08 2/65 3334
/proc/meminfo: memFree=523768/2055920 swapFree=4192952/4192956
[pid=3333] ppid=3331 vsize=172832 CPUtime=1541.84
/proc/3333/stat : 3333 (pbscip.linux.x8) R 3331 3333 3233 0 -1 4194304 112191 0 0 0 153470 714 0 0 25 0 1 0 179054495 176979968 41877 1992294400 4194304 9342243 548682068736 18446744073709551615 8308455 0 0 4096 16384 0 0 0 17 1 0 0
/proc/3333/statm: 43208 41877 682 1256 0 41947 0
Current children cumulated CPU time (s) 1541.84
Current children cumulated vsize (KiB) 172832

[startup+1602.3 s]
/proc/loadavg: 1.00 1.00 1.07 2/65 3334
/proc/meminfo: memFree=518584/2055920 swapFree=4192952/4192956
[pid=3333] ppid=3331 vsize=177300 CPUtime=1601.82
/proc/3333/stat : 3333 (pbscip.linux.x8) R 3331 3333 3233 0 -1 4194304 114305 0 0 0 159439 743 0 0 25 0 1 0 179054495 181555200 43164 1992294400 4194304 9342243 548682068736 18446744073709551615 8308455 0 0 4096 16384 0 0 0 17 1 0 0
/proc/3333/statm: 44325 43164 682 1256 0 43064 0
Current children cumulated CPU time (s) 1601.82
Current children cumulated vsize (KiB) 177300

[startup+1662.3 s]
/proc/loadavg: 1.00 1.00 1.06 2/65 3334
/proc/meminfo: memFree=513656/2055920 swapFree=4192952/4192956
[pid=3333] ppid=3331 vsize=181840 CPUtime=1661.81
/proc/3333/stat : 3333 (pbscip.linux.x8) R 3331 3333 3233 0 -1 4194304 116057 0 0 0 165410 771 0 0 25 0 1 0 179054495 186204160 44385 1992294400 4194304 9342243 548682068736 18446744073709551615 8308455 0 0 4096 16384 0 0 0 17 1 0 0
/proc/3333/statm: 45460 44385 682 1256 0 44199 0
Current children cumulated CPU time (s) 1661.81
Current children cumulated vsize (KiB) 181840

[startup+1722.3 s]
/proc/loadavg: 1.00 1.00 1.06 2/65 3334
/proc/meminfo: memFree=507896/2055920 swapFree=4192952/4192956
[pid=3333] ppid=3331 vsize=188464 CPUtime=1721.79
/proc/3333/stat : 3333 (pbscip.linux.x8) R 3331 3333 3233 0 -1 4194304 117913 0 0 0 171377 802 0 0 25 0 1 0 179054495 192987136 45861 1992294400 4194304 9342243 548682068736 18446744073709551615 6059564 0 0 4096 16384 0 0 0 17 1 0 0
/proc/3333/statm: 47116 45861 682 1256 0 45855 0
Current children cumulated CPU time (s) 1721.79
Current children cumulated vsize (KiB) 188464

[startup+1782.3 s]
/proc/loadavg: 1.00 1.00 1.05 2/65 3334
/proc/meminfo: memFree=505720/2055920 swapFree=4192952/4192956
[pid=3333] ppid=3331 vsize=190384 CPUtime=1781.78
/proc/3333/stat : 3333 (pbscip.linux.x8) R 3331 3333 3233 0 -1 4194304 119163 0 0 0 177348 830 0 0 25 0 1 0 179054495 194953216 46425 1992294400 4194304 9342243 548682068736 18446744073709551615 8300202 0 0 4096 16384 0 0 0 17 1 0 0
/proc/3333/statm: 47596 46425 682 1256 0 46335 0
Current children cumulated CPU time (s) 1781.78
Current children cumulated vsize (KiB) 190384

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

[startup+1791.91 s]
/proc/loadavg: 1.00 1.00 1.05 2/65 3334
/proc/meminfo: memFree=502520/2055920 swapFree=4192952/4192956
[pid=3333] ppid=3331 vsize=194932 CPUtime=1791.38
/proc/3333/stat : 3333 (pbscip.linux.x8) R 3331 3333 3233 0 -1 4194304 120251 0 0 0 178303 835 0 0 25 0 1 0 179054495 199610368 47180 1992294400 4194304 9342243 548682068736 18446744073709551615 8308455 0 0 4096 16384 0 0 0 17 1 0 0
/proc/3333/statm: 48733 47180 682 1256 0 47472 0
Current children cumulated CPU time (s) 1791.38
Current children cumulated vsize (KiB) 194932

[startup+1795.1 s]
/proc/loadavg: 1.00 1.00 1.05 2/65 3334
/proc/meminfo: memFree=502904/2055920 swapFree=4192952/4192956
[pid=3333] ppid=3331 vsize=194132 CPUtime=1794.57
/proc/3333/stat : 3333 (pbscip.linux.x8) R 3331 3333 3233 0 -1 4194304 120524 0 0 0 178621 836 0 0 25 0 1 0 179054495 198791168 47064 1992294400 4194304 9342243 548682068736 18446744073709551615 8308455 0 0 4096 16384 0 0 0 17 1 0 0
/proc/3333/statm: 48533 47064 682 1256 0 47272 0
Current children cumulated CPU time (s) 1794.57
Current children cumulated vsize (KiB) 194132

[startup+1798.3 s]
/proc/loadavg: 1.00 1.00 1.05 2/65 3334
/proc/meminfo: memFree=502968/2055920 swapFree=4192952/4192956
[pid=3333] ppid=3331 vsize=194472 CPUtime=1797.76
/proc/3333/stat : 3333 (pbscip.linux.x8) R 3331 3333 3233 0 -1 4194304 120776 0 0 0 178939 837 0 0 25 0 1 0 179054495 199139328 47133 1992294400 4194304 9342243 548682068736 18446744073709551615 8308455 0 0 4096 16384 0 0 0 17 1 0 0
/proc/3333/statm: 48618 47133 682 1256 0 47357 0
Current children cumulated CPU time (s) 1797.76
Current children cumulated vsize (KiB) 194472

[startup+1799.1 s]
/proc/loadavg: 1.00 1.00 1.05 2/65 3334
/proc/meminfo: memFree=501880/2055920 swapFree=4192952/4192956
[pid=3333] ppid=3331 vsize=195320 CPUtime=1798.57
/proc/3333/stat : 3333 (pbscip.linux.x8) R 3331 3333 3233 0 -1 4194304 121005 0 0 0 179019 838 0 0 25 0 1 0 179054495 200007680 47362 1992294400 4194304 9342243 548682068736 18446744073709551615 8308455 0 0 4096 16384 0 0 0 17 1 0 0
/proc/3333/statm: 48830 47362 682 1256 0 47569 0
Current children cumulated CPU time (s) 1798.57
Current children cumulated vsize (KiB) 195320

[startup+1799.9 s]
/proc/loadavg: 1.00 1.00 1.05 2/65 3334
/proc/meminfo: memFree=501624/2055920 swapFree=4192952/4192956
[pid=3333] ppid=3331 vsize=196244 CPUtime=1799.37
/proc/3333/stat : 3333 (pbscip.linux.x8) R 3331 3333 3233 0 -1 4194304 121084 0 0 0 179098 839 0 0 25 0 1 0 179054495 200953856 47441 1992294400 4194304 9342243 548682068736 18446744073709551615 8308455 0 0 4096 16384 0 0 0 17 1 0 0
/proc/3333/statm: 49061 47441 682 1256 0 47800 0
Current children cumulated CPU time (s) 1799.37
Current children cumulated vsize (KiB) 196244

[startup+1800.1 s]
/proc/loadavg: 1.00 1.00 1.05 2/65 3334
/proc/meminfo: memFree=501624/2055920 swapFree=4192952/4192956
[pid=3333] ppid=3331 vsize=196244 CPUtime=1799.57
/proc/3333/stat : 3333 (pbscip.linux.x8) R 3331 3333 3233 0 -1 4194304 121088 0 0 0 179118 839 0 0 25 0 1 0 179054495 200953856 47445 1992294400 4194304 9342243 548682068736 18446744073709551615 5855027 0 0 4096 0 0 0 0 17 1 0 0
/proc/3333/statm: 49061 47445 686 1256 0 47800 0
Current children cumulated CPU time (s) 1799.57
Current children cumulated vsize (KiB) 196244

[startup+1800.2 s]
/proc/loadavg: 1.00 1.00 1.05 2/65 3334
/proc/meminfo: memFree=501624/2055920 swapFree=4192952/4192956
[pid=3333] ppid=3331 vsize=196244 CPUtime=1799.67
/proc/3333/stat : 3333 (pbscip.linux.x8) R 3331 3333 3233 0 -1 4194304 121088 0 0 0 179128 839 0 0 25 0 1 0 179054495 200953856 47445 1992294400 4194304 9342243 548682068736 18446744073709551615 5855024 0 0 4096 0 0 0 0 17 1 0 0
/proc/3333/statm: 49061 47445 686 1256 0 47800 0
Current children cumulated CPU time (s) 1799.67
Current children cumulated vsize (KiB) 196244

Child status: 0
Real time (s): 1800.28
CPU time (s): 1799.75
CPU user time (s): 1791.33
CPU system time (s): 8.42372
CPU usage (%): 99.971
Max. virtual memory (cumulated for all children) (KiB): 196244

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1791.33
system time used= 8.42372
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 121094
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 5
involuntary context switches= 2436

runsolver used 1.24581 second user time and 3.75943 second system time

The end

Launcher Data

Begin job on node45 at 2009-06-16 03:09:35
IDJOB=1868001
IDBENCH=1167
IDSOLVER=684
FILE ID=node45/1868001-1245114575
PBS_JOBID= 9363671
Free space on /tmp= 66172 MiB

SOLVER NAME= SCIPclp SCIP 1.1.0.7 with CLP 1.8.2
BENCH NAME= PB06//final/normalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/prestwich/armies/normalized-army13.24ls.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-1868001-1245114575/watcher-1868001-1245114575 -o /tmp/evaluation-result-1868001-1245114575/solver-1868001-1245114575 -C 1800 -W 2000 -M 1800  HOME/pbscip.linux.x86_64.gnu.opt-gcc42.clp -t 1800 -m 1800 -f HOME/instance-1868001-1245114575.opb

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

MD5SUM BENCH= 1a4510076d9024b805728ffe22c0d108
RANDOM SEED=1448845799

node45.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.240
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.240
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:        689304 kB
Buffers:         84360 kB
Cached:        1179960 kB
SwapCached:          4 kB
Active:         130304 kB
Inactive:      1147880 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        689304 kB
SwapTotal:     4192956 kB
SwapFree:      4192952 kB
Dirty:           11764 kB
Writeback:           0 kB
Mapped:          23696 kB
Slab:            74396 kB
Committed_AS:   144864 kB
PageTables:       1380 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66160 MiB
End job on node45 at 2009-06-16 03:39:35