Trace number 1867980

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
SCIPspx SCIP 1.1.0.7 with SoPLEX 1.4.1(24.4.2009)SAT 152.361 152.417

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/
prestwich/armies/normalized-army10.14bt.opb
MD5SUM35996461279b46395c12d24fd378138e
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 benchmark12.3761
Has Objective FunctionNO
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved NO
Number of variables316
Total number of constraints686
Number of constraints which are clauses477
Number of constraints which are cardinality constraints (but not clauses)2
Number of constraints which are nor clauses,nor cardinality constraints207
Minimum length of a constraint1
Maximum length of a constraint100
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 16
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 114
Number of bits of the biggest sum of numbers7
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.02	c SCIP version 1.1.0.7
0.00/0.02	c LP-Solver SoPlex 1.4.1
0.00/0.02	c user parameter file <scip.set> not found - using default parameters
0.00/0.02	c read problem <HOME/instance-1867980-1245113594.opb>
0.00/0.02	c original problem has 316 variables (316 bin, 0 int, 0 impl, 0 cont) and 686 constraints
0.00/0.02	c No objective function, only one solution is needed.
0.00/0.02	c start presolving problem
0.00/0.02	c presolving:
0.00/0.03	c (round 1) 3 del vars, 1 del conss, 1 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 352 impls, 0 clqs
0.00/0.03	c (round 2) 15 del vars, 19 del conss, 13 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 352 impls, 0 clqs
0.00/0.03	c (round 3) 15 del vars, 31 del conss, 13 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 352 impls, 0 clqs
0.00/0.06	c (round 4) 15 del vars, 31 del conss, 13 chg bounds, 0 chg sides, 0 chg coeffs, 655 upgd conss, 352 impls, 0 clqs
0.00/0.07	c (round 5) 21 del vars, 31 del conss, 13 chg bounds, 0 chg sides, 0 chg coeffs, 655 upgd conss, 8648 impls, 6 clqs
0.00/0.07	c presolving (6 rounds):
0.00/0.07	c  21 deleted vars, 31 deleted constraints, 13 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
0.00/0.07	c  8648 implications, 6 cliques
0.00/0.07	c presolved problem has 295 variables (295 bin, 0 int, 0 impl, 0 cont) and 655 constraints
0.00/0.07	c     199 constraints of type <knapsack>
0.00/0.07	c     456 constraints of type <logicor>
0.00/0.07	c transformed objective value is always integral (scale: 1)
0.00/0.07	c Presolving Time: 0.03
0.00/0.07	c SATUNSAT-LIN
0.00/0.07	c -----------------------------------------------------------------------------------------------
0.00/0.07	c # frequency for calling separator <flowcover> (-1: never, 0: only in root node)
0.00/0.07	c # [type: int, range: [-1,2147483647], default: 0]
0.00/0.07	c separating/flowcover/freq = c -1
0.00/0.07	c # frequency for calling separator <cmir> (-1: never, 0: only in root node)
0.00/0.07	c # [type: int, range: [-1,2147483647], default: 0]
0.00/0.07	c separating/cmir/freq = c -1
0.00/0.07	c # additional number of allowed LP iterations
0.00/0.07	c # [type: int, range: [0,2147483647], default: 1000]
0.00/0.07	c heuristics/veclendiving/maxlpiterofs = c 1500
0.00/0.07	c # maximal fraction of diving LP iterations compared to node LP iterations
0.00/0.07	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.00/0.07	c heuristics/veclendiving/maxlpiterquot = c 0.075
0.00/0.07	c # frequency for calling primal heuristic <veclendiving> (-1: never, 0: only at depth freqofs)
0.00/0.07	c # [type: int, range: [-1,2147483647], default: 10]
0.00/0.07	c heuristics/veclendiving/freq = c -1
0.00/0.07	c # frequency for calling primal heuristic <simplerounding> (-1: never, 0: only at depth freqofs)
0.00/0.07	c # [type: int, range: [-1,2147483647], default: 1]
0.00/0.07	c heuristics/simplerounding/freq = c -1
0.00/0.07	c # frequency for calling primal heuristic <shifting> (-1: never, 0: only at depth freqofs)
0.00/0.07	c # [type: int, range: [-1,2147483647], default: 10]
0.00/0.07	c heuristics/shifting/freq = c -1
0.00/0.07	c # frequency for calling primal heuristic <rounding> (-1: never, 0: only at depth freqofs)
0.00/0.07	c # [type: int, range: [-1,2147483647], default: 1]
0.00/0.07	c heuristics/rounding/freq = c -1
0.00/0.07	c # additional number of allowed LP iterations
0.00/0.07	c # [type: int, range: [0,2147483647], default: 1000]
0.00/0.07	c heuristics/rootsoldiving/maxlpiterofs = c 1500
0.00/0.07	c # maximal fraction of diving LP iterations compared to node LP iterations
0.00/0.07	c # [type: real, range: [0,1.79769313486232e+308], default: 0.01]
0.00/0.07	c heuristics/rootsoldiving/maxlpiterquot = c 0.015
0.00/0.07	c # frequency for calling primal heuristic <rootsoldiving> (-1: never, 0: only at depth freqofs)
0.00/0.07	c # [type: int, range: [-1,2147483647], default: 20]
0.00/0.07	c heuristics/rootsoldiving/freq = c -1
0.00/0.07	c # number of nodes added to the contingent of the total nodes
0.00/0.07	c # [type: longint, range: [0,9223372036854775807], default: 500]
0.00/0.07	c heuristics/rens/nodesofs = c 2000
0.00/0.07	c # minimum percentage of integer variables that have to be fixable 
0.00/0.07	c # [type: real, range: [0,1], default: 0.5]
0.00/0.07	c heuristics/rens/minfixingrate = c 0.3
0.00/0.07	c # frequency for calling primal heuristic <rens> (-1: never, 0: only at depth freqofs)
0.00/0.07	c # [type: int, range: [-1,2147483647], default: 0]
0.00/0.07	c heuristics/rens/freq = c -1
0.00/0.07	c # additional number of allowed LP iterations
0.00/0.07	c # [type: int, range: [0,2147483647], default: 1000]
0.00/0.07	c heuristics/pscostdiving/maxlpiterofs = c 1500
0.00/0.07	c # maximal fraction of diving LP iterations compared to node LP iterations
0.00/0.07	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.00/0.07	c heuristics/pscostdiving/maxlpiterquot = c 0.075
0.00/0.07	c # frequency for calling primal heuristic <pscostdiving> (-1: never, 0: only at depth freqofs)
0.00/0.07	c # [type: int, range: [-1,2147483647], default: 10]
0.00/0.07	c heuristics/pscostdiving/freq = c -1
0.00/0.07	c # frequency for calling primal heuristic <oneopt> (-1: never, 0: only at depth freqofs)
0.00/0.07	c # [type: int, range: [-1,2147483647], default: 1]
0.00/0.07	c heuristics/oneopt/freq = c -1
0.00/0.07	c # additional number of allowed LP iterations
0.00/0.07	c # [type: int, range: [0,2147483647], default: 1000]
0.00/0.07	c heuristics/objpscostdiving/maxlpiterofs = c 1500
0.00/0.07	c # maximal fraction of diving LP iterations compared to total iteration number
0.00/0.07	c # [type: real, range: [0,1], default: 0.01]
0.00/0.07	c heuristics/objpscostdiving/maxlpiterquot = c 0.015
0.00/0.07	c # frequency for calling primal heuristic <objpscostdiving> (-1: never, 0: only at depth freqofs)
0.00/0.07	c # [type: int, range: [-1,2147483647], default: 20]
0.00/0.07	c heuristics/objpscostdiving/freq = c -1
0.00/0.07	c # additional number of allowed LP iterations
0.00/0.07	c # [type: int, range: [0,2147483647], default: 1000]
0.00/0.07	c heuristics/linesearchdiving/maxlpiterofs = c 1500
0.00/0.07	c # maximal fraction of diving LP iterations compared to node LP iterations
0.00/0.07	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.00/0.07	c heuristics/linesearchdiving/maxlpiterquot = c 0.075
0.00/0.07	c # frequency for calling primal heuristic <linesearchdiving> (-1: never, 0: only at depth freqofs)
0.00/0.07	c # [type: int, range: [-1,2147483647], default: 10]
0.00/0.07	c heuristics/linesearchdiving/freq = c -1
0.00/0.07	c # frequency for calling primal heuristic <intshifting> (-1: never, 0: only at depth freqofs)
0.00/0.07	c # [type: int, range: [-1,2147483647], default: 10]
0.00/0.07	c heuristics/intshifting/freq = c -1
0.00/0.07	c # maximal fraction of diving LP iterations compared to node LP iterations
0.00/0.07	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.00/0.07	c heuristics/intdiving/maxlpiterquot = c 0.075
0.00/0.07	c # additional number of allowed LP iterations
0.00/0.07	c # [type: int, range: [0,2147483647], default: 1000]
0.00/0.07	c heuristics/guideddiving/maxlpiterofs = c 1500
0.00/0.07	c # maximal fraction of diving LP iterations compared to node LP iterations
0.00/0.07	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.00/0.07	c heuristics/guideddiving/maxlpiterquot = c 0.075
0.00/0.07	c # frequency for calling primal heuristic <guideddiving> (-1: never, 0: only at depth freqofs)
0.00/0.07	c # [type: int, range: [-1,2147483647], default: 10]
0.00/0.07	c heuristics/guideddiving/freq = c -1
0.00/0.07	c # additional number of allowed LP iterations
0.00/0.07	c # [type: int, range: [0,2147483647], default: 1000]
0.00/0.07	c heuristics/fracdiving/maxlpiterofs = c 1500
0.00/0.07	c # maximal fraction of diving LP iterations compared to node LP iterations
0.00/0.07	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.00/0.07	c heuristics/fracdiving/maxlpiterquot = c 0.075
0.00/0.07	c # frequency for calling primal heuristic <fracdiving> (-1: never, 0: only at depth freqofs)
0.00/0.07	c # [type: int, range: [-1,2147483647], default: 10]
0.00/0.07	c heuristics/fracdiving/freq = c -1
0.00/0.07	c # additional number of allowed LP iterations
0.00/0.07	c # [type: int, range: [0,2147483647], default: 1000]
0.00/0.07	c heuristics/feaspump/maxlpiterofs = c 2000
0.00/0.07	c # frequency for calling primal heuristic <feaspump> (-1: never, 0: only at depth freqofs)
0.00/0.07	c # [type: int, range: [-1,2147483647], default: 20]
0.00/0.07	c heuristics/feaspump/freq = c -1
0.00/0.07	c # minimum percentage of integer variables that have to be fixed 
0.00/0.07	c # [type: real, range: [0,1], default: 0.666]
0.00/0.07	c heuristics/crossover/minfixingrate = c 0.5
0.00/0.07	c # contingent of sub problem nodes in relation to the number of nodes of the original problem
0.00/0.07	c # [type: real, range: [0,1], default: 0.1]
0.00/0.07	c heuristics/crossover/nodesquot = c 0.15
0.00/0.07	c # number of nodes without incumbent change that heuristic should wait
0.00/0.07	c # [type: longint, range: [0,9223372036854775807], default: 200]
0.00/0.07	c heuristics/crossover/nwaitingnodes = c 100
0.00/0.07	c # number of nodes added to the contingent of the total nodes
0.00/0.07	c # [type: longint, range: [0,9223372036854775807], default: 500]
0.00/0.07	c heuristics/crossover/nodesofs = c 750
0.00/0.07	c # frequency for calling primal heuristic <crossover> (-1: never, 0: only at depth freqofs)
0.00/0.07	c # [type: int, range: [-1,2147483647], default: 30]
0.00/0.07	c heuristics/crossover/freq = c -1
0.00/0.07	c # additional number of allowed LP iterations
0.00/0.07	c # [type: int, range: [0,2147483647], default: 1000]
0.00/0.07	c heuristics/coefdiving/maxlpiterofs = c 1500
0.00/0.07	c # maximal fraction of diving LP iterations compared to node LP iterations
0.00/0.07	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.00/0.07	c heuristics/coefdiving/maxlpiterquot = c 0.075
0.00/0.07	c # frequency for calling primal heuristic <coefdiving> (-1: never, 0: only at depth freqofs)
0.00/0.07	c # [type: int, range: [-1,2147483647], default: 10]
0.00/0.07	c heuristics/coefdiving/freq = c -1
0.00/0.07	c # maximal number of presolving rounds the presolver participates in (-1: no limit)
0.00/0.07	c # [type: int, range: [-1,2147483647], default: -1]
0.00/0.07	c presolving/probing/maxrounds = c 0
0.00/0.07	c # should presolving try to simplify knapsacks
0.00/0.07	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.00/0.07	c constraints/knapsack/simplifyinequalities = c TRUE
0.00/0.07	c # should disaggregation of knapsack constraints be allowed in preprocessing?
0.00/0.07	c # [type: bool, range: {TRUE,FALSE}, default: TRUE]
0.00/0.07	c constraints/knapsack/disaggregation = c FALSE
0.00/0.07	c # maximal number of cardinality inequalities lifted per separation round (-1: unlimited)
0.00/0.07	c # [type: int, range: [-1,2147483647], default: -1]
0.00/0.07	c constraints/knapsack/maxnumcardlift = c 0
0.00/0.07	c # should presolving try to simplify inequalities
0.00/0.07	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.00/0.07	c constraints/linear/simplifyinequalities = c TRUE
0.00/0.07	c # maximal number of separation rounds in the root node (-1: unlimited)
0.00/0.07	c # [type: int, range: [-1,2147483647], default: -1]
0.00/0.07	c separating/maxroundsroot = c 5
0.00/0.07	c # maximal number of separation rounds per node (-1: unlimited)
0.00/0.07	c # [type: int, range: [-1,2147483647], default: 5]
0.00/0.07	c separating/maxrounds = c 1
0.00/0.07	c # solving stops, if the given number of solutions were found (-1: no limit)
0.00/0.07	c # [type: int, range: [-1,2147483647], default: -1]
0.00/0.07	c limits/solutions = c 1
0.00/0.07	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.00/0.07	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.00/0.07	c limits/memory = c 1620
0.00/0.07	c # maximal time in seconds to run
0.00/0.07	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.00/0.07	c limits/time = c 1791
0.00/0.07	c # frequency for displaying node information lines
0.00/0.07	c # [type: int, range: [-1,2147483647], default: 100]
0.00/0.07	c display/freq = c 10000
0.00/0.07	c -----------------------------------------------------------------------------------------------
0.00/0.07	c start solving problem
0.00/0.07	c 
0.19/0.25	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
0.19/0.25	c   0.2s|     1 |     0 |  1236 |2093k|   0 | 214 | 295 | 655 | 655 | 295 | 649 |   0 |   0 |   0 | 4.396150e+01 |      --      |    Inf 
0.79/0.89	c   0.8s|     1 |     0 |  2116 |5547k|   0 | 252 | 295 | 655 | 655 | 295 |1119 | 470 |   0 |   0 | 5.102099e+01 |      --      |    Inf 
1.39/1.49	c   1.4s|     1 |     0 |  2582 |6901k|   0 | 270 | 295 | 655 | 655 | 295 |1248 | 599 |   0 |   0 | 5.180591e+01 |      --      |    Inf 
1.89/1.99	c   1.9s|     1 |     0 |  2842 |7835k|   0 | 270 | 295 | 655 | 655 | 295 |1261 | 612 |   0 |   0 | 5.188308e+01 |      --      |    Inf 
2.39/2.49	c   2.4s|     1 |     0 |  3024 |9072k|   0 | 268 | 295 | 655 | 655 | 295 |1264 | 615 |   0 |   0 | 5.193810e+01 |      --      |    Inf 
2.89/2.95	c   2.9s|     1 |     0 |  3138 |  10M|   0 | 272 | 295 | 655 | 655 | 295 |1265 | 616 |   0 |   0 | 5.196848e+01 |      --      |    Inf 
22.68/22.71	c  22.6s|     1 |     2 |  3138 |  10M|   0 | 272 | 295 | 655 | 655 | 295 |1265 | 616 |   0 |  43 | 5.196848e+01 |      --      |    Inf 
152.23/152.39	c * 151s|  5242 |   598 |251551 |  11M|  38 |   - | 295 |1245 |  80 | 295 | 992 | 616 | 964 |1155 | 5.806687e+01 | 7.800000e+01 |  34.33%
152.23/152.39	c 
152.23/152.39	c SCIP Status        : solving was interrupted [solution limit reached]
152.23/152.39	c Solving Time (sec) : 151.08
152.23/152.39	c Solving Nodes      : 5242
152.23/152.39	c Primal Bound       : +7.80000000000000e+01 (1 solutions)
152.23/152.39	c Dual Bound         : +5.80668665211570e+01
152.23/152.39	c Gap                : 34.33 %
152.23/152.39	c NODE         5242
152.23/152.39	c DUAL BOUND   58.0669
152.23/152.39	c PRIMAL BOUND 78
152.23/152.39	c GAP          0.343279
152.23/152.39	s SATISFIABLE
152.23/152.39	v x315 -x316 x313 -x314 x311 -x312 x309 -x310 x307 -x308 x305 -x306 x303 -x304 x301 -x302 -x299 -x300 -x297 -x298 -x295 -x296 -x293 
152.23/152.39	v -x294 x291 -x292 x289 -x290 x287 -x288 -x285 x286 -x283 x284 -x281 x282 -x279 x280 x277 -x278 x275 -x276 x273 -x274 -x271 
152.23/152.39	v x272 -x269 x270 -x267 x268 -x265 -x266 -x263 -x264 -x261 -x262 -x259 x260 -x257 x258 -x255 x256 -x253 x254 -x251 x252 -x249 x250 
152.23/152.39	v -x247 x248 -x245 x246 -x243 x244 -x241 -x242 x239 -x240 x237 -x238 x235 -x236 x233 -x234 x231 -x232 x229 -x230 -x227 x228 
152.23/152.39	v -x225 x226 -x223 x224 -x221 x222 -x219 x220 -x217 x218 -x215 x216 x213 -x214 x211 -x212 -x209 x210 -x207 x208 x205 -x206 x203 
152.23/152.39	v -x204 x201 -x202 -x200 -x198 -x196 -x194 -x192 -x190 -x188 -x186 -x184 -x182 -x180 -x178 -x176 -x174 -x172 -x170 -x168 -x166 
152.23/152.39	v -x164 -x162 -x160 -x158 -x156 -x154 -x152 -x150 -x148 -x146 -x144 -x142 x140 x138 x136 -x134 -x132 -x130 -x128 -x126 -x124 
152.23/152.39	v -x122 x120 x118 -x116 -x114 -x112 -x110 -x108 -x106 -x104 -x102 -x100 -x98 -x96 -x94 -x92 -x90 -x88 -x86 -x84 -x82 -x80 -x78 
152.23/152.39	v -x76 -x74 -x72 -x70 -x68 -x66 -x64 -x62 -x60 -x58 -x56 x54 x52 x50 -x48 -x46 -x44 -x42 -x40 -x38 x36 x34 x32 -x30 -x28 -x26 -x24 
152.23/152.39	v -x22 -x20 x18 x16 x14 -x12 -x10 -x8 -x6 -x4 -x2 -x199 -x197 -x195 -x193 -x191 -x189 x187 x185 x183 x181 -x179 -x177 -x175 
152.23/152.39	v -x173 -x171 -x169 x167 x165 x163 -x161 -x159 -x157 -x155 -x153 -x151 -x149 x147 x145 -x143 -x141 -x139 -x137 -x135 -x133 -x131 
152.23/152.39	v -x129 -x127 -x125 -x123 -x121 -x119 -x117 -x115 -x113 -x111 -x109 -x107 -x105 -x103 -x101 -x99 -x97 -x95 -x93 -x91 -x89 -x87 
152.23/152.39	v -x85 x83 x81 -x79 -x77 -x75 -x73 -x71 -x69 -x67 x65 x63 x61 -x59 -x57 -x55 -x53 -x51 -x49 -x47 -x45 -x43 -x41 -x39 -x37 -x35 
152.23/152.39	v -x33 -x31 -x29 -x27 -x25 -x23 -x21 -x19 -x17 -x15 -x13 -x11 -x9 -x7 -x5 -x3 -x1 
152.23/152.39	c SCIP Status        : solving was interrupted [solution limit reached]
152.23/152.39	c Solving Time       :     151.08
152.23/152.39	c Original Problem   :
152.23/152.39	c   Problem name     : HOME/instance-1867980-1245113594.opb
152.23/152.39	c   Variables        : 316 (316 binary, 0 integer, 0 implicit integer, 0 continuous)
152.23/152.39	c   Constraints      : 686 initial, 686 maximal
152.23/152.39	c Presolved Problem  :
152.23/152.39	c   Problem name     : t_HOME/instance-1867980-1245113594.opb
152.23/152.39	c   Variables        : 295 (295 binary, 0 integer, 0 implicit integer, 0 continuous)
152.23/152.39	c   Constraints      : 655 initial, 1249 maximal
152.23/152.39	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
152.23/152.39	c   trivial          :       0.00          0          0          0          0          0          0          0          0
152.23/152.39	c   dualfix          :       0.00          0          0          0          0          0          0          0          0
152.23/152.39	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
152.23/152.39	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
152.23/152.39	c   implics          :       0.00          0          8          0          0          0          0          0          0
152.23/152.39	c   probing          :       0.00          0          0          0          0          0          0          0          0
152.23/152.39	c   knapsack         :       0.01          0          0          0          0          0          0          0          0
152.23/152.39	c   linear           :       0.02         13          0          0         13          0         31          0          0
152.23/152.39	c   logicor          :       0.00          0          0          0          0          0          0          0          0
152.23/152.39	c   root node        :          -          0          -          -          0          -          -          -          -
152.23/152.39	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
152.23/152.39	c   integral         :          0          0          0       2987          0          1         92          0          0       5914
152.23/152.39	c   knapsack         :        199          5      18976          1          0       1140      55522        294          0          0
152.23/152.39	c   logicor          :        456+         5      15015          1          0        250      30907          0          0          0
152.23/152.39	c   countsols        :          0          0          0          1          0          0          0          0          0          0
152.23/152.39	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
152.23/152.39	c   integral         :      74.49       0.00       0.00      74.49       0.00
152.23/152.39	c   knapsack         :       0.40       0.01       0.39       0.00       0.00
152.23/152.39	c   logicor          :       0.41       0.00       0.41       0.00       0.00
152.23/152.39	c   countsols        :       0.00       0.00       0.00       0.00       0.00
152.23/152.39	c Propagators        :       Time      Calls    Cutoffs    DomReds
152.23/152.39	c   rootredcost      :       0.00          0          0          0
152.23/152.39	c   pseudoobj        :       0.29      19056          0          0
152.23/152.39	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
152.23/152.39	c   propagation      :       0.16        536        508       4661       57.0         12       35.0          -
152.23/152.39	c   infeasible LP    :       0.19        914          0          0        0.0          0        0.0          0
152.23/152.39	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
152.23/152.39	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
152.23/152.39	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
152.23/152.39	c   applied globally :          -          -          -        959       17.8          -          -          -
152.23/152.39	c   applied locally  :          -          -          -          5       74.4          -          -          -
152.23/152.39	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
152.23/152.39	c   cut pool         :       0.00          4          -          -         30          -    (maximal pool size: 2194)
152.23/152.39	c   redcost          :       0.03       2972          0          0          0          0
152.23/152.39	c   impliedbounds    :       0.01          5          0          0        868          0
152.23/152.39	c   intobj           :       0.00          0          0          0          0          0
152.23/152.39	c   gomory           :       0.89          5          0          0         51          0
152.23/152.39	c   strongcg         :       0.83          5          0          0       1816          0
152.23/152.39	c   cmir             :       0.00          0          0          0          0          0
152.23/152.39	c   flowcover        :       0.00          0          0          0          0          0
152.23/152.39	c   clique           :       0.00          5          0          0          8          0
152.23/152.39	c   zerohalf         :       0.00          0          0          0          0          0
152.23/152.39	c   mcf              :       0.00          1          0          0          0          0
152.23/152.39	c Pricers            :       Time      Calls       Vars
152.23/152.39	c   problem variables:       0.00          0          0
152.23/152.39	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
152.23/152.39	c   relpscost        :      74.48       2986          1         92          0          0       5914
152.23/152.39	c   pscost           :       0.00          0          0          0          0          0          0
152.23/152.39	c   inference        :       0.00          0          0          0          0          0          0
152.23/152.39	c   mostinf          :       0.00          0          0          0          0          0          0
152.23/152.39	c   leastinf         :       0.00          0          0          0          0          0          0
152.23/152.39	c   fullstrong       :       0.00          0          0          0          0          0          0
152.23/152.39	c   allfullstrong    :       0.00          0          0          0          0          0          0
152.23/152.39	c   random           :       0.00          0          0          0          0          0          0
152.23/152.39	c Primal Heuristics  :       Time      Calls      Found
152.23/152.39	c   LP solutions     :       0.00          -          1
152.23/152.39	c   pseudo solutions :       0.00          -          0
152.23/152.39	c   simplerounding   :       0.00          0          0
152.23/152.39	c   rounding         :       0.00          0          0
152.23/152.39	c   shifting         :       0.00          0          0
152.23/152.39	c   intshifting      :       0.00          0          0
152.23/152.39	c   oneopt           :       0.00          0          0
152.23/152.39	c   fixandinfer      :       0.00          0          0
152.23/152.39	c   feaspump         :       0.00          0          0
152.23/152.39	c   coefdiving       :       0.00          0          0
152.23/152.39	c   pscostdiving     :       0.00          0          0
152.23/152.39	c   fracdiving       :       0.00          0          0
152.23/152.39	c   veclendiving     :       0.00          0          0
152.23/152.39	c   intdiving        :       0.00          0          0
152.23/152.39	c   actconsdiving    :       0.00          0          0
152.23/152.39	c   objpscostdiving  :       0.00          0          0
152.23/152.39	c   rootsoldiving    :       0.00          0          0
152.23/152.39	c   linesearchdiving :       0.00          0          0
152.23/152.39	c   guideddiving     :       0.00          0          0
152.23/152.39	c   octane           :       0.00          0          0
152.23/152.39	c   rens             :       0.00          0          0
152.23/152.39	c   rins             :       0.00          0          0
152.23/152.39	c   localbranching   :       0.00          0          0
152.23/152.39	c   mutation         :       0.00          0          0
152.23/152.39	c   crossover        :       0.00          0          0
152.23/152.39	c   dins             :       0.00          0          0
152.23/152.39	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
152.23/152.39	c   primal LP        :       0.00          0          0       0.00          -
152.23/152.39	c   dual LP          :      71.54       3942     251551      63.81    3516.23
152.23/152.39	c   barrier LP       :       0.00          0          0       0.00          -
152.23/152.39	c   diving/probing LP:       0.00          0          0       0.00          -
152.23/152.39	c   strong branching :      74.34       1155     207016     179.23    2784.72
152.23/152.39	c     (at root node) :          -         43      39581     920.49          -
152.23/152.39	c   conflict analysis:       0.00          0          0       0.00          -
152.23/152.39	c B&B Tree           :
152.23/152.39	c   number of runs   :          1
152.23/152.39	c   nodes            :       5242
152.23/152.39	c   nodes (total)    :       5242
152.23/152.39	c   nodes left       :        598
152.23/152.39	c   max depth        :         38
152.23/152.39	c   max depth (total):         38
152.23/152.39	c   backtracks       :        924 (17.6%)
152.23/152.39	c   delayed cutoffs  :         59
152.23/152.39	c   repropagations   :        893 (3834 domain reductions, 58 cutoffs)
152.23/152.39	c   avg switch length:       3.66
152.23/152.39	c   switching time   :       0.52
152.23/152.39	c Solution           :
152.23/152.39	c   Solutions found  :          1 (1 improvements)
152.23/152.39	c   Primal Bound     : +7.80000000000000e+01   (in run 1, after 5242 nodes, 151.08 seconds, depth 25, found by <relaxation>)
152.23/152.39	c   Dual Bound       : +5.80668665211570e+01
152.23/152.39	c   Gap              :      34.33 %
152.23/152.39	c   Root Dual Bound  : +5.19684757832651e+01
152.33/152.41	c Time complete: 152.35.

Verifier Data

OK	0

Watcher Data

runsolver version 3.2.9 (svn:492) (c) roussel@cril.univ-artois.fr

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-1867980-1245113594/watcher-1867980-1245113594 -o /tmp/evaluation-result-1867980-1245113594/solver-1867980-1245113594 -C 1800 -W 2000 -M 1800 HOME/pbscip.linux.x86_64.gnu.opt-gcc42.spx -t 1800 -m 1800 -f HOME/instance-1867980-1245113594.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.51 1.86 1.87 3/64 3799
/proc/meminfo: memFree=1296424/2055920 swapFree=4192812/4192956
[pid=3799] ppid=3797 vsize=4324 CPUtime=0
/proc/3799/stat : 3799 (pbscip.linux.x8) R 3797 3799 3762 0 -1 4194304 479 0 0 0 0 0 0 0 18 0 1 0 178956278 4427776 463 1992294400 4194304 7823515 548682068736 18446744073709551615 7113616 0 0 4096 0 0 0 0 17 1 0 0
/proc/3799/statm: 1082 471 306 886 0 192 0

[startup+0.10084 s]
/proc/loadavg: 1.51 1.86 1.87 3/64 3799
/proc/meminfo: memFree=1296424/2055920 swapFree=4192812/4192956
[pid=3799] ppid=3797 vsize=15892 CPUtime=0.09
/proc/3799/stat : 3799 (pbscip.linux.x8) R 3797 3799 3762 0 -1 4194304 3519 0 0 0 8 1 0 0 17 0 1 0 178956278 16273408 3147 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/3799/statm: 3973 3147 517 886 0 3083 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 15892

[startup+0.20185 s]
/proc/loadavg: 1.51 1.86 1.87 3/64 3799
/proc/meminfo: memFree=1296424/2055920 swapFree=4192812/4192956
[pid=3799] ppid=3797 vsize=16092 CPUtime=0.19
/proc/3799/stat : 3799 (pbscip.linux.x8) R 3797 3799 3762 0 -1 4194304 3574 0 0 0 18 1 0 0 17 0 1 0 178956278 16478208 3200 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/3799/statm: 4023 3200 522 886 0 3133 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 16092

[startup+0.301861 s]
/proc/loadavg: 1.51 1.86 1.87 3/64 3799
/proc/meminfo: memFree=1296424/2055920 swapFree=4192812/4192956
[pid=3799] ppid=3797 vsize=16780 CPUtime=0.29
/proc/3799/stat : 3799 (pbscip.linux.x8) R 3797 3799 3762 0 -1 4194304 3719 0 0 0 27 2 0 0 18 0 1 0 178956278 17182720 3345 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/3799/statm: 4195 3345 539 886 0 3305 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 16780

[startup+0.701905 s]
/proc/loadavg: 1.51 1.86 1.87 3/64 3799
/proc/meminfo: memFree=1296424/2055920 swapFree=4192812/4192956
[pid=3799] ppid=3797 vsize=21244 CPUtime=0.69
/proc/3799/stat : 3799 (pbscip.linux.x8) R 3797 3799 3762 0 -1 4194304 4943 0 0 0 66 3 0 0 21 0 1 0 178956278 21753856 4544 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/3799/statm: 5311 4544 552 886 0 4421 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 21244

[startup+1.50199 s]
/proc/loadavg: 1.51 1.86 1.87 2/65 3800
/proc/meminfo: memFree=1279520/2055920 swapFree=4192812/4192956
[pid=3799] ppid=3797 vsize=24920 CPUtime=1.49
/proc/3799/stat : 3799 (pbscip.linux.x8) R 3797 3799 3762 0 -1 4194304 5869 0 0 0 146 3 0 0 25 0 1 0 178956278 25518080 5470 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/3799/statm: 6230 5470 552 886 0 5340 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 24920

[startup+3.10117 s]
/proc/loadavg: 1.51 1.86 1.87 2/65 3800
/proc/meminfo: memFree=1274336/2055920 swapFree=4192812/4192956
[pid=3799] ppid=3797 vsize=30772 CPUtime=3.09
/proc/3799/stat : 3799 (pbscip.linux.x8) R 3797 3799 3762 0 -1 4194304 7334 0 0 0 304 5 0 0 25 0 1 0 178956278 31510528 6920 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/3799/statm: 7693 6920 555 886 0 6803 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 30772

[startup+6.30152 s]
/proc/loadavg: 1.55 1.86 1.87 2/65 3800
/proc/meminfo: memFree=1270304/2055920 swapFree=4192812/4192956
[pid=3799] ppid=3797 vsize=31016 CPUtime=6.29
/proc/3799/stat : 3799 (pbscip.linux.x8) R 3797 3799 3762 0 -1 4194304 7365 0 0 0 622 7 0 0 25 0 1 0 178956278 31760384 6951 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/3799/statm: 7754 6951 555 886 0 6864 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 31016

[startup+12.7012 s]
/proc/loadavg: 1.51 1.85 1.87 2/65 3800
/proc/meminfo: memFree=1270496/2055920 swapFree=4192812/4192956
[pid=3799] ppid=3797 vsize=31016 CPUtime=12.68
/proc/3799/stat : 3799 (pbscip.linux.x8) R 3797 3799 3762 0 -1 4194304 7369 0 0 0 1259 9 0 0 25 0 1 0 178956278 31760384 6955 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/3799/statm: 7754 6955 555 886 0 6864 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 31016

[startup+25.5016 s]
/proc/loadavg: 1.39 1.80 1.85 2/65 3800
/proc/meminfo: memFree=1270432/2055920 swapFree=4192812/4192956
[pid=3799] ppid=3797 vsize=31256 CPUtime=25.49
/proc/3799/stat : 3799 (pbscip.linux.x8) R 3797 3799 3762 0 -1 4194304 7455 0 0 0 2533 16 0 0 25 0 1 0 178956278 32006144 7041 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/3799/statm: 7814 7041 556 886 0 6924 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 31256

[startup+51.1015 s]
/proc/loadavg: 1.26 1.74 1.83 2/65 3800
/proc/meminfo: memFree=1270432/2055920 swapFree=4192812/4192956
[pid=3799] ppid=3797 vsize=31256 CPUtime=51.06
/proc/3799/stat : 3799 (pbscip.linux.x8) R 3797 3799 3762 0 -1 4194304 7464 0 0 0 5073 33 0 0 25 0 1 0 178956278 32006144 7050 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/3799/statm: 7814 7050 562 886 0 6924 0
Current children cumulated CPU time (s) 51.06
Current children cumulated vsize (KiB) 31256

[startup+102.301 s]
/proc/loadavg: 1.11 1.62 1.78 2/65 3800
/proc/meminfo: memFree=1270496/2055920 swapFree=4192812/4192956
[pid=3799] ppid=3797 vsize=31256 CPUtime=102.25
/proc/3799/stat : 3799 (pbscip.linux.x8) R 3797 3799 3762 0 -1 4194304 7475 0 0 0 10148 77 0 0 25 0 1 0 178956278 32006144 7061 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/3799/statm: 7814 7061 562 886 0 6924 0
Current children cumulated CPU time (s) 102.25
Current children cumulated vsize (KiB) 31256

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

[startup+102.405 s]
/proc/loadavg: 1.11 1.62 1.78 2/65 3800
/proc/meminfo: memFree=1270496/2055920 swapFree=4192812/4192956
[pid=3799] ppid=3797 vsize=31256 CPUtime=102.36
/proc/3799/stat : 3799 (pbscip.linux.x8) R 3797 3799 3762 0 -1 4194304 7475 0 0 0 10158 78 0 0 25 0 1 0 178956278 32006144 7061 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/3799/statm: 7814 7061 562 886 0 6924 0
Current children cumulated CPU time (s) 102.36
Current children cumulated vsize (KiB) 31256

[startup+128.002 s]
/proc/loadavg: 1.07 1.57 1.76 2/65 3800
/proc/meminfo: memFree=1269984/2055920 swapFree=4192812/4192956
[pid=3799] ppid=3797 vsize=31776 CPUtime=127.94
/proc/3799/stat : 3799 (pbscip.linux.x8) R 3797 3799 3762 0 -1 4194304 7598 0 0 0 12694 100 0 0 25 0 1 0 178956278 32538624 7184 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/3799/statm: 7944 7184 562 886 0 7054 0
Current children cumulated CPU time (s) 127.94
Current children cumulated vsize (KiB) 31776

[startup+140.801 s]
/proc/loadavg: 1.06 1.54 1.75 2/65 3800
/proc/meminfo: memFree=1269792/2055920 swapFree=4192812/4192956
[pid=3799] ppid=3797 vsize=32000 CPUtime=140.75
/proc/3799/stat : 3799 (pbscip.linux.x8) R 3797 3799 3762 0 -1 4194304 7639 0 0 0 13961 114 0 0 25 0 1 0 178956278 32768000 7225 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/3799/statm: 8000 7225 562 886 0 7110 0
Current children cumulated CPU time (s) 140.75
Current children cumulated vsize (KiB) 32000

[startup+147.201 s]
/proc/loadavg: 1.05 1.53 1.75 2/65 3800
/proc/meminfo: memFree=1269792/2055920 swapFree=4192812/4192956
[pid=3799] ppid=3797 vsize=32000 CPUtime=147.14
/proc/3799/stat : 3799 (pbscip.linux.x8) R 3797 3799 3762 0 -1 4194304 7641 0 0 0 14595 119 0 0 25 0 1 0 178956278 32768000 7227 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/3799/statm: 8000 7227 562 886 0 7110 0
Current children cumulated CPU time (s) 147.14
Current children cumulated vsize (KiB) 32000

[startup+150.401 s]
/proc/loadavg: 1.05 1.53 1.75 2/65 3800
/proc/meminfo: memFree=1269792/2055920 swapFree=4192812/4192956
[pid=3799] ppid=3797 vsize=32000 CPUtime=150.33
/proc/3799/stat : 3799 (pbscip.linux.x8) R 3797 3799 3762 0 -1 4194304 7646 0 0 0 14910 123 0 0 25 0 1 0 178956278 32768000 7232 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/3799/statm: 8000 7232 562 886 0 7110 0
Current children cumulated CPU time (s) 150.33
Current children cumulated vsize (KiB) 32000

[startup+151.202 s]
/proc/loadavg: 1.05 1.52 1.74 2/65 3800
/proc/meminfo: memFree=1269728/2055920 swapFree=4192812/4192956
[pid=3799] ppid=3797 vsize=32000 CPUtime=151.13
/proc/3799/stat : 3799 (pbscip.linux.x8) R 3797 3799 3762 0 -1 4194304 7648 0 0 0 14990 123 0 0 25 0 1 0 178956278 32768000 7234 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/3799/statm: 8000 7234 562 886 0 7110 0
Current children cumulated CPU time (s) 151.13
Current children cumulated vsize (KiB) 32000

[startup+152.002 s]
/proc/loadavg: 1.05 1.52 1.74 2/65 3800
/proc/meminfo: memFree=1269728/2055920 swapFree=4192812/4192956
[pid=3799] ppid=3797 vsize=32000 CPUtime=151.93
/proc/3799/stat : 3799 (pbscip.linux.x8) R 3797 3799 3762 0 -1 4194304 7648 0 0 0 15069 124 0 0 25 0 1 0 178956278 32768000 7234 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/3799/statm: 8000 7234 562 886 0 7110 0
Current children cumulated CPU time (s) 151.93
Current children cumulated vsize (KiB) 32000

[startup+152.403 s]
/proc/loadavg: 1.05 1.52 1.74 2/65 3800
/proc/meminfo: memFree=1269728/2055920 swapFree=4192812/4192956
[pid=3799] ppid=3797 vsize=32000 CPUtime=152.33
/proc/3799/stat : 3799 (pbscip.linux.x8) R 3797 3799 3762 0 -1 4194304 7655 0 0 0 15109 124 0 0 25 0 1 0 178956278 32768000 7241 1992294400 4194304 7823515 548682068736 18446744073709551615 4211754 0 0 4096 0 0 0 0 17 1 0 0
/proc/3799/statm: 8000 7241 568 886 0 7110 0
Current children cumulated CPU time (s) 152.33
Current children cumulated vsize (KiB) 32000

Child status: 0
Real time (s): 152.417
CPU time (s): 152.361
CPU user time (s): 151.107
CPU system time (s): 1.25381
CPU usage (%): 99.9632
Max. virtual memory (cumulated for all children) (KiB): 32000

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 151.107
system time used= 1.25381
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 7659
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= 206

runsolver used 0.122981 second user time and 0.315951 second system time

The end

Launcher Data

Begin job on node42 at 2009-06-16 02:53:14
IDJOB=1867980
IDBENCH=1157
IDSOLVER=683
FILE ID=node42/1867980-1245113594
PBS_JOBID= 9363655
Free space on /tmp= 66148 MiB

SOLVER NAME= SCIPspx SCIP 1.1.0.7 with SoPLEX 1.4.1(24.4.2009)
BENCH NAME= PB06//final/normalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/prestwich/armies/normalized-army10.14bt.opb
COMMAND LINE= HOME/pbscip.linux.x86_64.gnu.opt-gcc42.spx -t TIMEOUT -m MEMLIMIT -f BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1867980-1245113594/watcher-1867980-1245113594 -o /tmp/evaluation-result-1867980-1245113594/solver-1867980-1245113594 -C 1800 -W 2000 -M 1800  HOME/pbscip.linux.x86_64.gnu.opt-gcc42.spx -t 1800 -m 1800 -f HOME/instance-1867980-1245113594.opb

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

MD5SUM BENCH= 35996461279b46395c12d24fd378138e
RANDOM SEED=648718436

node42.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.214
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.214
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:       1296968 kB
Buffers:         36564 kB
Cached:         632144 kB
SwapCached:        140 kB
Active:          89124 kB
Inactive:       593532 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1296968 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:           10104 kB
Writeback:           0 kB
Mapped:          23616 kB
Slab:            62356 kB
Committed_AS:   155596 kB
PageTables:       1392 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= 66136 MiB
End job on node42 at 2009-06-16 02:55:47