Trace number 1870711

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.2SAT 37.0534 37.0791

General information on the benchmark

Namenormalized-PB07/SATUNSAT-SMALLINT-NLC/submittedPB07/
manquinho/dbsg/normalized-dbsg_200_25_2_15.opb
MD5SUM67db265db637e99ec6b595b7ba2cf45e
Bench CategoryDEC-SMALLINT-NLC (no optimisation, small integers, non linear constraints)
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 benchmark0.245962
Has Objective FunctionNO
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved NO
Number of variables400
Total number of constraints602
Number of constraints which are clauses200
Number of constraints which are cardinality constraints (but not clauses)1
Number of constraints which are nor clauses,nor cardinality constraints401
Minimum length of a constraint2
Maximum length of a constraint400
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 15
Number of bits of the biggest number in a constraint 4
Biggest sum of numbers in a constraint 400
Number of bits of the biggest sum of numbers9
Number of products (including duplicates)12440
Sum of products size (including duplicates)24880
Number of different products6220
Sum of products size12440

Solver Data

0.00/0.08	c SCIP version 1.1.0.7
0.00/0.08	c LP-Solver Clp 1.8.2
0.00/0.08	c user parameter file <scip.set> not found - using default parameters
0.00/0.08	c read problem <HOME/instance-1870711-1245216587.opb>
0.00/0.08	c original problem has 6620 variables (6620 bin, 0 int, 0 impl, 0 cont) and 6822 constraints
0.09/0.14	c No objective function, only one solution is needed.
0.09/0.14	c start presolving problem
0.09/0.14	c presolving:
0.29/0.38	c (round 1) 0 del vars, 0 del conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 601 upgd conss, 50160 impls, 400 clqs
0.49/0.55	c presolving (2 rounds):
0.49/0.55	c  0 deleted vars, 0 deleted constraints, 0 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
0.49/0.55	c  50160 implications, 400 cliques
0.49/0.55	c presolved problem has 6620 variables (6620 bin, 0 int, 0 impl, 0 cont) and 6822 constraints
0.49/0.55	c       1 constraints of type <knapsack>
0.49/0.55	c     400 constraints of type <setppc>
0.49/0.55	c    6220 constraints of type <and>
0.49/0.55	c       1 constraints of type <linear>
0.49/0.55	c     200 constraints of type <logicor>
0.49/0.55	c transformed objective value is always integral (scale: 1)
0.49/0.55	c Presolving Time: 0.27
0.49/0.55	c SATUNSAT-NLC
0.49/0.55	c -----------------------------------------------------------------------------------------------
0.49/0.55	c # frequency for calling separator <flowcover> (-1: never, 0: only in root node)
0.49/0.55	c # [type: int, range: [-1,2147483647], default: 0]
0.49/0.55	c separating/flowcover/freq = c -1
0.49/0.55	c # frequency for calling separator <cmir> (-1: never, 0: only in root node)
0.49/0.55	c # [type: int, range: [-1,2147483647], default: 0]
0.49/0.55	c separating/cmir/freq = c -1
0.49/0.55	c # additional number of allowed LP iterations
0.49/0.55	c # [type: int, range: [0,2147483647], default: 1000]
0.49/0.55	c heuristics/veclendiving/maxlpiterofs = c 1500
0.49/0.55	c # maximal fraction of diving LP iterations compared to node LP iterations
0.49/0.55	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.49/0.55	c heuristics/veclendiving/maxlpiterquot = c 0.075
0.49/0.55	c # frequency for calling primal heuristic <veclendiving> (-1: never, 0: only at depth freqofs)
0.49/0.55	c # [type: int, range: [-1,2147483647], default: 10]
0.49/0.55	c heuristics/veclendiving/freq = c -1
0.49/0.55	c # frequency for calling primal heuristic <simplerounding> (-1: never, 0: only at depth freqofs)
0.49/0.55	c # [type: int, range: [-1,2147483647], default: 1]
0.49/0.55	c heuristics/simplerounding/freq = c -1
0.49/0.55	c # frequency for calling primal heuristic <shifting> (-1: never, 0: only at depth freqofs)
0.49/0.55	c # [type: int, range: [-1,2147483647], default: 10]
0.49/0.55	c heuristics/shifting/freq = c -1
0.49/0.55	c # frequency for calling primal heuristic <rounding> (-1: never, 0: only at depth freqofs)
0.49/0.55	c # [type: int, range: [-1,2147483647], default: 1]
0.49/0.55	c heuristics/rounding/freq = c -1
0.49/0.55	c # additional number of allowed LP iterations
0.49/0.55	c # [type: int, range: [0,2147483647], default: 1000]
0.49/0.55	c heuristics/rootsoldiving/maxlpiterofs = c 1500
0.49/0.55	c # maximal fraction of diving LP iterations compared to node LP iterations
0.49/0.55	c # [type: real, range: [0,1.79769313486232e+308], default: 0.01]
0.49/0.55	c heuristics/rootsoldiving/maxlpiterquot = c 0.015
0.49/0.55	c # frequency for calling primal heuristic <rootsoldiving> (-1: never, 0: only at depth freqofs)
0.49/0.55	c # [type: int, range: [-1,2147483647], default: 20]
0.49/0.55	c heuristics/rootsoldiving/freq = c -1
0.49/0.55	c # number of nodes added to the contingent of the total nodes
0.49/0.55	c # [type: longint, range: [0,9223372036854775807], default: 500]
0.49/0.55	c heuristics/rens/nodesofs = c 2000
0.49/0.55	c # minimum percentage of integer variables that have to be fixable 
0.49/0.55	c # [type: real, range: [0,1], default: 0.5]
0.49/0.55	c heuristics/rens/minfixingrate = c 0.3
0.49/0.55	c # frequency for calling primal heuristic <rens> (-1: never, 0: only at depth freqofs)
0.49/0.55	c # [type: int, range: [-1,2147483647], default: 0]
0.49/0.55	c heuristics/rens/freq = c -1
0.49/0.55	c # additional number of allowed LP iterations
0.49/0.55	c # [type: int, range: [0,2147483647], default: 1000]
0.49/0.55	c heuristics/pscostdiving/maxlpiterofs = c 1500
0.49/0.55	c # maximal fraction of diving LP iterations compared to node LP iterations
0.49/0.55	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.49/0.55	c heuristics/pscostdiving/maxlpiterquot = c 0.075
0.49/0.55	c # frequency for calling primal heuristic <pscostdiving> (-1: never, 0: only at depth freqofs)
0.49/0.55	c # [type: int, range: [-1,2147483647], default: 10]
0.49/0.55	c heuristics/pscostdiving/freq = c -1
0.49/0.55	c # frequency for calling primal heuristic <oneopt> (-1: never, 0: only at depth freqofs)
0.49/0.55	c # [type: int, range: [-1,2147483647], default: 1]
0.49/0.55	c heuristics/oneopt/freq = c -1
0.49/0.55	c # additional number of allowed LP iterations
0.49/0.55	c # [type: int, range: [0,2147483647], default: 1000]
0.49/0.55	c heuristics/objpscostdiving/maxlpiterofs = c 1500
0.49/0.55	c # maximal fraction of diving LP iterations compared to total iteration number
0.49/0.55	c # [type: real, range: [0,1], default: 0.01]
0.49/0.55	c heuristics/objpscostdiving/maxlpiterquot = c 0.015
0.49/0.55	c # frequency for calling primal heuristic <objpscostdiving> (-1: never, 0: only at depth freqofs)
0.49/0.55	c # [type: int, range: [-1,2147483647], default: 20]
0.49/0.55	c heuristics/objpscostdiving/freq = c -1
0.49/0.55	c # additional number of allowed LP iterations
0.49/0.55	c # [type: int, range: [0,2147483647], default: 1000]
0.49/0.55	c heuristics/linesearchdiving/maxlpiterofs = c 1500
0.49/0.55	c # maximal fraction of diving LP iterations compared to node LP iterations
0.49/0.55	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.49/0.55	c heuristics/linesearchdiving/maxlpiterquot = c 0.075
0.49/0.55	c # frequency for calling primal heuristic <linesearchdiving> (-1: never, 0: only at depth freqofs)
0.49/0.55	c # [type: int, range: [-1,2147483647], default: 10]
0.49/0.55	c heuristics/linesearchdiving/freq = c -1
0.49/0.55	c # frequency for calling primal heuristic <intshifting> (-1: never, 0: only at depth freqofs)
0.49/0.55	c # [type: int, range: [-1,2147483647], default: 10]
0.49/0.55	c heuristics/intshifting/freq = c -1
0.49/0.55	c # maximal fraction of diving LP iterations compared to node LP iterations
0.49/0.55	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.49/0.55	c heuristics/intdiving/maxlpiterquot = c 0.075
0.49/0.55	c # additional number of allowed LP iterations
0.49/0.55	c # [type: int, range: [0,2147483647], default: 1000]
0.49/0.55	c heuristics/guideddiving/maxlpiterofs = c 1500
0.49/0.55	c # maximal fraction of diving LP iterations compared to node LP iterations
0.49/0.55	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.49/0.55	c heuristics/guideddiving/maxlpiterquot = c 0.075
0.49/0.55	c # frequency for calling primal heuristic <guideddiving> (-1: never, 0: only at depth freqofs)
0.49/0.55	c # [type: int, range: [-1,2147483647], default: 10]
0.49/0.55	c heuristics/guideddiving/freq = c -1
0.49/0.55	c # additional number of allowed LP iterations
0.49/0.55	c # [type: int, range: [0,2147483647], default: 1000]
0.49/0.55	c heuristics/fracdiving/maxlpiterofs = c 1500
0.49/0.55	c # maximal fraction of diving LP iterations compared to node LP iterations
0.49/0.55	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.49/0.55	c heuristics/fracdiving/maxlpiterquot = c 0.075
0.49/0.55	c # frequency for calling primal heuristic <fracdiving> (-1: never, 0: only at depth freqofs)
0.49/0.55	c # [type: int, range: [-1,2147483647], default: 10]
0.49/0.55	c heuristics/fracdiving/freq = c -1
0.49/0.55	c # additional number of allowed LP iterations
0.49/0.55	c # [type: int, range: [0,2147483647], default: 1000]
0.49/0.55	c heuristics/feaspump/maxlpiterofs = c 2000
0.49/0.55	c # frequency for calling primal heuristic <feaspump> (-1: never, 0: only at depth freqofs)
0.49/0.55	c # [type: int, range: [-1,2147483647], default: 20]
0.49/0.55	c heuristics/feaspump/freq = c -1
0.49/0.55	c # minimum percentage of integer variables that have to be fixed 
0.49/0.55	c # [type: real, range: [0,1], default: 0.666]
0.49/0.55	c heuristics/crossover/minfixingrate = c 0.5
0.49/0.55	c # contingent of sub problem nodes in relation to the number of nodes of the original problem
0.49/0.55	c # [type: real, range: [0,1], default: 0.1]
0.49/0.55	c heuristics/crossover/nodesquot = c 0.15
0.49/0.55	c # number of nodes without incumbent change that heuristic should wait
0.49/0.55	c # [type: longint, range: [0,9223372036854775807], default: 200]
0.49/0.55	c heuristics/crossover/nwaitingnodes = c 100
0.49/0.55	c # number of nodes added to the contingent of the total nodes
0.49/0.55	c # [type: longint, range: [0,9223372036854775807], default: 500]
0.49/0.55	c heuristics/crossover/nodesofs = c 750
0.49/0.55	c # frequency for calling primal heuristic <crossover> (-1: never, 0: only at depth freqofs)
0.49/0.55	c # [type: int, range: [-1,2147483647], default: 30]
0.49/0.55	c heuristics/crossover/freq = c -1
0.49/0.55	c # additional number of allowed LP iterations
0.49/0.55	c # [type: int, range: [0,2147483647], default: 1000]
0.49/0.55	c heuristics/coefdiving/maxlpiterofs = c 1500
0.49/0.55	c # maximal fraction of diving LP iterations compared to node LP iterations
0.49/0.55	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.49/0.55	c heuristics/coefdiving/maxlpiterquot = c 0.075
0.49/0.55	c # frequency for calling primal heuristic <coefdiving> (-1: never, 0: only at depth freqofs)
0.49/0.55	c # [type: int, range: [-1,2147483647], default: 10]
0.49/0.55	c heuristics/coefdiving/freq = c -1
0.49/0.55	c # maximal number of presolving rounds the presolver participates in (-1: no limit)
0.49/0.55	c # [type: int, range: [-1,2147483647], default: -1]
0.49/0.55	c presolving/probing/maxrounds = c 0
0.49/0.55	c # should presolving try to simplify knapsacks
0.49/0.55	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.49/0.55	c constraints/knapsack/simplifyinequalities = c TRUE
0.49/0.55	c # should disaggregation of knapsack constraints be allowed in preprocessing?
0.49/0.55	c # [type: bool, range: {TRUE,FALSE}, default: TRUE]
0.49/0.55	c constraints/knapsack/disaggregation = c FALSE
0.49/0.55	c # maximal number of cardinality inequalities lifted per separation round (-1: unlimited)
0.49/0.55	c # [type: int, range: [-1,2147483647], default: -1]
0.49/0.55	c constraints/knapsack/maxnumcardlift = c 0
0.49/0.55	c # should presolving try to simplify inequalities
0.49/0.56	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.49/0.56	c constraints/linear/simplifyinequalities = c TRUE
0.49/0.56	c # maximal number of separation rounds in the root node (-1: unlimited)
0.49/0.56	c # [type: int, range: [-1,2147483647], default: -1]
0.49/0.56	c separating/maxroundsroot = c 5
0.49/0.56	c # maximal number of separation rounds per node (-1: unlimited)
0.49/0.56	c # [type: int, range: [-1,2147483647], default: 5]
0.49/0.56	c separating/maxrounds = c 1
0.49/0.56	c # solving stops, if the given number of solutions were found (-1: no limit)
0.49/0.56	c # [type: int, range: [-1,2147483647], default: -1]
0.49/0.56	c limits/solutions = c 1
0.49/0.56	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.49/0.56	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.49/0.56	c limits/memory = c 1620
0.49/0.56	c # maximal time in seconds to run
0.49/0.56	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.49/0.56	c limits/time = c 1791
0.49/0.56	c # frequency for displaying node information lines
0.49/0.56	c # [type: int, range: [-1,2147483647], default: 100]
0.49/0.56	c display/freq = c 10000
0.49/0.56	c -----------------------------------------------------------------------------------------------
0.49/0.56	c start solving problem
0.49/0.56	c 
0.69/0.70	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
0.69/0.70	c   0.4s|     1 |     0 |    67 |  29M|   0 |  40 |6620 |6822 |6822 |6620 |  13k|   0 |   0 |   0 | 3.000000e+01 |      --      |    Inf 
1.29/1.38	c   1.1s|     1 |     0 |    87 |  29M|   0 |  41 |6620 |6822 |6822 |6620 |  13k|   1 |   0 |   0 | 3.000000e+01 |      --      |    Inf 
1.89/1.90	c   1.6s|     1 |     0 |   106 |  29M|   0 |  56 |6620 |6822 |6822 |6620 |  13k|   3 |   0 |   0 | 3.000000e+01 |      --      |    Inf 
2.49/2.59	c   2.3s|     1 |     0 |   122 |  29M|   0 |  58 |6620 |6822 |6822 |6620 |  13k|   5 |   0 |   0 | 3.000000e+01 |      --      |    Inf 
4.88/4.93	c   4.6s|     1 |     0 |   138 |  29M|   0 |  59 |6620 |6822 |6822 |6620 |  13k|   6 |   0 |   0 | 3.000000e+01 |      --      |    Inf 
7.48/7.58	c   7.2s|     1 |     0 |   240 |  29M|   0 |  61 |6620 |6822 |6822 |6620 |  13k|   7 |   0 |   0 | 3.000000e+01 |      --      |    Inf 
35.57/35.64	c  35.3s|     1 |     2 |   240 |  29M|   0 |  61 |6620 |6822 |6822 |6620 |  13k|   7 |   0 |  33 | 3.000000e+01 |      --      |    Inf 
36.87/36.95	c *36.6s|    12 |    10 |   720 |  31M|  11 |   - |6620 |6822 |3090 |6620 | 828 | 332 |   0 | 128 | 3.000000e+01 | 3.200000e+01 |   6.67%
36.87/36.95	c 
36.87/36.95	c SCIP Status        : solving was interrupted [solution limit reached]
36.87/36.95	c Solving Time (sec) : 36.56
36.87/36.95	c Solving Nodes      : 12
36.87/36.95	c Primal Bound       : +3.20000000000000e+01 (1 solutions)
36.87/36.95	c Dual Bound         : +3.00000000000000e+01
36.87/36.95	c Gap                : 6.67 %
36.87/36.96	c NODE         12
36.87/36.96	c DUAL BOUND   30
36.87/36.96	c PRIMAL BOUND 32
36.87/36.96	c GAP          0.0666667
36.87/36.96	s SATISFIABLE
36.87/36.96	v -x384 -x335 -x334 -x301 -x233 -x289 -x295 -x375 -x290 -x325 -x256 -x237 x247 -x396 -x328 -x388 -x312 -x215 -x394 -x226 -x313 -x377 
36.87/36.96	v x326 x216 -x258 -x305 -x251 -x381 -x308 -x266 -x271 -x259 -x229 -x220 x302 -x336 -x354 -x207 -x364 -x338 -x286 -x248 -x230 
36.87/36.96	v -x272 -x365 -x340 -x293 -x268 -x279 -x353 -x332 -x352 -x345 -x314 -x285 -x254 -x243 -x240 -x213 -x267 x321 -x280 -x269 -x372 
36.87/36.96	v -x323 -x303 -x270 -x244 -x232 -x221 -x342 -x273 -x275 -x306 -x355 -x390 -x235 -x284 x212 -x347 -x393 -x379 -x351 -x330 -x298 
36.87/36.96	v -x288 -x281 -x222 -x210 -x300 -x219 -x319 -x309 -x282 -x224 -x252 -x304 x385 -x395 -x348 -x333 -x296 -x242 -x236 -x227 x225 
36.87/36.96	v -x218 -x205 -x371 -x311 -x391 -x369 -x318 -x257 -x317 -x322 -x344 -x363 -x206 -x349 -x324 -x310 -x361 -x367 -x400 -x246 -x202 
36.87/36.96	v -x341 -x287 -x263 -x260 -x249 -x241 -x239 -x234 -x217 -x204 -x245 -x276 -x315 -x357 -x366 -x261 -x307 -x329 -x358 -x398 -x274 
36.87/36.96	v x378 -x253 -x397 -x362 -x383 -x387 x214 -x264 -x297 -x231 -x211 -x201 -x399 -x386 -x382 -x360 -x359 -x356 -x339 -x337 -x327 
36.87/36.96	v -x292 -x283 -x277 -x223 x209 -x208 -x392 -x316 -x370 -x373 -x203 -x331 x368 -x374 -x255 -x250 x238 -x294 -x350 -x380 x343 -x228 
36.87/36.96	v -x346 -x278 x265 -x299 -x262 -x376 -x389 -x320 -x291 -x200 -x199 -x198 -x197 -x196 -x195 -x194 -x193 -x192 -x191 -x190 -x189 
36.87/36.96	v -x188 -x187 -x186 -x185 -x184 -x183 -x182 -x181 -x180 -x179 -x178 -x177 -x176 -x175 -x174 -x173 -x172 -x171 -x170 -x169 
36.87/36.96	v -x168 -x167 -x166 -x165 -x164 -x163 -x162 -x161 -x160 -x159 -x158 -x157 -x156 -x155 -x154 -x153 -x152 -x151 -x150 x149 x148 -x147 
36.87/36.96	v -x146 -x145 -x144 -x143 -x142 -x141 -x140 -x139 -x138 -x137 -x136 -x135 x134 -x133 x132 -x131 -x130 -x129 -x128 -x127 -x126 
36.87/36.96	v -x125 -x124 x123 -x122 -x121 -x120 -x119 -x118 -x117 -x116 -x115 -x114 -x113 -x112 -x111 -x110 -x109 -x108 -x107 -x106 -x105 
36.87/36.96	v -x104 -x103 -x102 -x101 -x100 -x99 -x98 -x97 -x96 -x95 -x94 -x93 -x92 -x91 -x90 -x89 -x88 -x87 -x86 x85 -x84 -x83 -x82 -x81 
36.87/36.96	v -x80 x79 -x78 -x77 -x76 -x75 -x74 x73 -x72 -x71 -x70 -x69 -x68 -x67 -x66 -x65 x64 -x63 -x62 -x61 -x60 -x59 -x58 -x57 -x56 
36.87/36.96	v -x55 x54 -x53 -x52 -x51 -x50 x49 -x48 -x47 -x46 -x45 -x44 -x43 -x42 -x41 -x40 -x39 -x38 -x37 -x36 -x35 x34 -x33 -x32 -x31 -x30 
36.87/36.96	v -x29 x28 -x27 -x26 -x25 -x24 -x23 -x22 -x21 -x20 -x19 -x18 -x17 -x16 -x15 -x14 x13 -x12 -x11 x10 -x9 -x8 -x7 -x6 -x5 -x4 -x3 
36.87/36.96	v -x2 -x1 
36.87/36.96	c SCIP Status        : solving was interrupted [solution limit reached]
36.87/36.96	c Solving Time       :      36.56
36.87/36.96	c Original Problem   :
36.87/36.96	c   Problem name     : HOME/instance-1870711-1245216587.opb
36.87/36.96	c   Variables        : 6620 (6620 binary, 0 integer, 0 implicit integer, 0 continuous)
36.87/36.96	c   Constraints      : 6822 initial, 6822 maximal
36.87/36.96	c Presolved Problem  :
36.87/36.96	c   Problem name     : t_HOME/instance-1870711-1245216587.opb
36.87/36.96	c   Variables        : 6620 (6620 binary, 0 integer, 0 implicit integer, 0 continuous)
36.87/36.96	c   Constraints      : 6822 initial, 6822 maximal
36.87/36.96	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
36.87/36.96	c   trivial          :       0.00          0          0          0          0          0          0          0          0
36.87/36.96	c   dualfix          :       0.00          0          0          0          0          0          0          0          0
36.87/36.96	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
36.87/36.96	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
36.87/36.96	c   implics          :       0.01          0          0          0          0          0          0          0          0
36.87/36.96	c   probing          :       0.00          0          0          0          0          0          0          0          0
36.87/36.96	c   knapsack         :       0.01          0          0          0          0          0          0          0          0
36.87/36.96	c   setppc           :       0.01          0          0          0          0          0          0          0          0
36.87/36.96	c   and              :       0.15          0          0          0          0          0          0          0          0
36.87/36.96	c   linear           :       0.05          0          0          0          0          0          0          0          0
36.87/36.96	c   logicor          :       0.01          0          0          0          0          0          0          0          0
36.87/36.96	c   root node        :          -          0          -          -          0          -          -          -          -
36.87/36.96	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
36.87/36.96	c   integral         :          0          0          0         25          0          0          0          0          0         22
36.87/36.96	c   knapsack         :          1          5         34         14          0          0          0          0          0          0
36.87/36.96	c   setppc           :        400          5         34         14          0          0        127          0          0          0
36.87/36.96	c   and              :       6220         16         34         14          0          0       3581        325          0          0
36.87/36.96	c   linear           :          1          5         34          1          0          0          0          0          0          0
36.87/36.96	c   logicor          :        200          5         12          1          0          0          9          0          0          0
36.87/36.96	c   countsols        :          0          0          0          1          0          0          0          0          0          0
36.87/36.96	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
36.87/36.96	c   integral         :      28.54       0.00       0.00      28.54       0.00
36.87/36.96	c   knapsack         :       0.01       0.01       0.00       0.00       0.00
36.87/36.96	c   setppc           :       0.00       0.00       0.00       0.00       0.00
36.87/36.96	c   and              :       0.13       0.09       0.02       0.02       0.00
36.87/36.96	c   linear           :       0.01       0.01       0.00       0.00       0.00
36.87/36.96	c   logicor          :       0.00       0.00       0.00       0.00       0.00
36.87/36.96	c   countsols        :       0.00       0.00       0.00       0.00       0.00
36.87/36.96	c Propagators        :       Time      Calls    Cutoffs    DomReds
36.87/36.96	c   rootredcost      :       0.00          0          0          0
36.87/36.96	c   pseudoobj        :       0.03         35          0          0
36.87/36.96	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
36.87/36.96	c   propagation      :       0.00          0          0          0        0.0          0        0.0          -
36.87/36.96	c   infeasible LP    :       0.00          0          0          0        0.0          0        0.0          0
36.87/36.96	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
36.87/36.96	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
36.87/36.96	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
36.87/36.96	c   applied globally :          -          -          -          0        0.0          -          -          -
36.87/36.96	c   applied locally  :          -          -          -          0        0.0          -          -          -
36.87/36.96	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
36.87/36.96	c   cut pool         :       0.00          4          -          -          2          -    (maximal pool size: 26)
36.87/36.96	c   redcost          :       0.01         16          0          0          0          0
36.87/36.96	c   impliedbounds    :       0.01          5          0          0          0          0
36.87/36.96	c   intobj           :       0.00          0          0          0          0          0
36.87/36.96	c   gomory           :       4.83          5          0          0       1512          0
36.87/36.96	c   strongcg         :       1.43          5          0          0       2500          0
36.87/36.96	c   cmir             :       0.00          0          0          0          0          0
36.87/36.96	c   flowcover        :       0.00          0          0          0          0          0
36.87/36.96	c   clique           :       0.06          5          0          0          0          0
36.87/36.96	c   zerohalf         :       0.00          0          0          0          0          0
36.87/36.96	c   mcf              :       0.29          2          0          0          0          0
36.87/36.96	c Pricers            :       Time      Calls       Vars
36.87/36.96	c   problem variables:       0.00          0          0
36.87/36.96	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
36.87/36.96	c   relpscost        :      28.54         11          0          0          0          0         22
36.87/36.96	c   pscost           :       0.00          0          0          0          0          0          0
36.87/36.96	c   inference        :       0.00          0          0          0          0          0          0
36.87/36.96	c   mostinf          :       0.00          0          0          0          0          0          0
36.87/36.96	c   leastinf         :       0.00          0          0          0          0          0          0
36.87/36.96	c   fullstrong       :       0.00          0          0          0          0          0          0
36.87/36.96	c   allfullstrong    :       0.00          0          0          0          0          0          0
36.87/36.96	c   random           :       0.00          0          0          0          0          0          0
36.87/36.96	c Primal Heuristics  :       Time      Calls      Found
36.87/36.96	c   LP solutions     :       0.00          -          1
36.87/36.96	c   pseudo solutions :       0.00          -          0
36.87/36.96	c   simplerounding   :       0.00          0          0
36.87/36.96	c   rounding         :       0.00          0          0
36.87/36.96	c   shifting         :       0.00          0          0
36.87/36.96	c   intshifting      :       0.00          0          0
36.87/36.96	c   oneopt           :       0.00          0          0
36.87/36.96	c   fixandinfer      :       0.00          0          0
36.87/36.96	c   feaspump         :       0.00          0          0
36.87/36.96	c   coefdiving       :       0.00          0          0
36.87/36.96	c   pscostdiving     :       0.00          0          0
36.87/36.96	c   fracdiving       :       0.00          0          0
36.87/36.96	c   veclendiving     :       0.00          0          0
36.87/36.96	c   intdiving        :       0.00          0          0
36.87/36.96	c   actconsdiving    :       0.00          0          0
36.87/36.96	c   objpscostdiving  :       0.00          0          0
36.87/36.96	c   rootsoldiving    :       0.00          0          0
36.87/36.96	c   linesearchdiving :       0.00          0          0
36.87/36.96	c   guideddiving     :       0.00          0          0
36.87/36.96	c   octane           :       0.00          0          0
36.87/36.96	c   rens             :       0.00          0          0
36.87/36.96	c   rins             :       0.00          0          0
36.87/36.96	c   localbranching   :       0.00          0          0
36.87/36.96	c   mutation         :       0.00          0          0
36.87/36.96	c   crossover        :       0.00          0          0
36.87/36.96	c   dins             :       0.00          0          0
36.87/36.96	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
36.87/36.96	c   primal LP        :       0.11          0          0       0.00       0.00
36.87/36.96	c   dual LP          :       0.53         41        720      17.56    1358.49
36.87/36.96	c   barrier LP       :       0.00          0          0       0.00          -
36.87/36.96	c   diving/probing LP:       0.00          0          0       0.00          -
36.87/36.96	c   strong branching :      28.53        128      18451     144.15     646.72
36.87/36.96	c     (at root node) :          -         33      15049     456.03          -
36.87/36.96	c   conflict analysis:       0.00          0          0       0.00          -
36.87/36.96	c B&B Tree           :
36.87/36.96	c   number of runs   :          1
36.87/36.96	c   nodes            :         12
36.87/36.96	c   nodes (total)    :         12
36.87/36.96	c   nodes left       :         10
36.87/36.96	c   max depth        :         11
36.87/36.96	c   max depth (total):         11
36.87/36.96	c   backtracks       :          0 (0.0%)
36.87/36.96	c   delayed cutoffs  :          0
36.87/36.96	c   repropagations   :          0 (0 domain reductions, 0 cutoffs)
36.87/36.96	c   avg switch length:       1.00
36.87/36.96	c   switching time   :       0.12
36.87/36.96	c Solution           :
36.87/36.96	c   Solutions found  :          1 (1 improvements)
36.87/36.96	c   Primal Bound     : +3.20000000000000e+01   (in run 1, after 12 nodes, 36.56 seconds, depth 11, found by <relaxation>)
36.87/36.96	c   Dual Bound       : +3.00000000000000e+01
36.87/36.96	c   Gap              :       6.67 %
36.87/36.96	c   Root Dual Bound  : +3.00000000000000e+01
36.97/37.07	c Time complete: 37.04.

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-1870711-1245216587/watcher-1870711-1245216587 -o /tmp/evaluation-result-1870711-1245216587/solver-1870711-1245216587 -C 1800 -W 2000 -M 1800 HOME/pbscip.linux.x86_64.gnu.opt-gcc42.clp -t 1800 -m 1800 -f HOME/instance-1870711-1245216587.opb 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2000 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 1843200 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 1894400 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 2917
/proc/meminfo: memFree=1800300/2055920 swapFree=4181368/4192956
[pid=2917] ppid=2915 vsize=5812 CPUtime=0
/proc/2917/stat : 2917 (pbscip.linux.x8) R 2915 2917 2258 0 -1 4194304 518 0 0 0 0 0 0 0 18 0 1 0 189255868 5951488 503 1992294400 4194304 9342243 548682068736 18446744073709551615 8223232 0 0 4096 0 0 0 0 17 1 0 0
/proc/2917/statm: 1453 508 337 1256 0 192 0

[startup+0.091279 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 2917
/proc/meminfo: memFree=1800300/2055920 swapFree=4181368/4192956
[pid=2917] ppid=2915 vsize=20160 CPUtime=0.08
/proc/2917/stat : 2917 (pbscip.linux.x8) R 2915 2917 2258 0 -1 4194304 4359 0 0 0 7 1 0 0 18 0 1 0 189255868 20643840 3989 1992294400 4194304 9342243 548682068736 18446744073709551615 5858006 0 0 4096 16384 0 0 0 17 1 0 0
/proc/2917/statm: 5040 3999 408 1256 0 3779 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 20160

[startup+0.101279 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 2917
/proc/meminfo: memFree=1800300/2055920 swapFree=4181368/4192956
[pid=2917] ppid=2915 vsize=23884 CPUtime=0.09
/proc/2917/stat : 2917 (pbscip.linux.x8) R 2915 2917 2258 0 -1 4194304 5334 0 0 0 7 2 0 0 18 0 1 0 189255868 24457216 4964 1992294400 4194304 9342243 548682068736 18446744073709551615 5741588 0 0 4096 16384 0 0 0 17 1 0 0
/proc/2917/statm: 5971 4964 408 1256 0 4710 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 23884

[startup+0.301313 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 2917
/proc/meminfo: memFree=1800300/2055920 swapFree=4181368/4192956
[pid=2917] ppid=2915 vsize=32716 CPUtime=0.29
/proc/2917/stat : 2917 (pbscip.linux.x8) R 2915 2917 2258 0 -1 4194304 7341 0 0 0 20 9 0 0 19 0 1 0 189255868 33501184 6971 1992294400 4194304 9342243 548682068736 18446744073709551615 8300202 0 0 4096 16384 0 0 0 17 1 0 0
/proc/2917/statm: 8179 6971 446 1256 0 6918 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 32716

[startup+0.701382 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 2917
/proc/meminfo: memFree=1800300/2055920 swapFree=4181368/4192956
[pid=2917] ppid=2915 vsize=65196 CPUtime=0.69
/proc/2917/stat : 2917 (pbscip.linux.x8) R 2915 2917 2258 0 -1 4194304 14477 0 0 0 49 20 0 0 17 0 1 0 189255868 66760704 14025 1992294400 4194304 9342243 548682068736 18446744073709551615 8222955 0 0 4096 16384 0 0 0 17 1 0 0
/proc/2917/statm: 16299 14025 622 1256 0 15038 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 65196

[startup+1.50152 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 2918
/proc/meminfo: memFree=1741668/2055920 swapFree=4181368/4192956
[pid=2917] ppid=2915 vsize=72264 CPUtime=1.5
/proc/2917/stat : 2917 (pbscip.linux.x8) R 2915 2917 2258 0 -1 4194304 16726 0 0 0 127 23 0 0 23 0 1 0 189255868 73998336 16274 1992294400 4194304 9342243 548682068736 18446744073709551615 8300202 0 0 4096 16384 0 0 0 17 1 0 0
/proc/2917/statm: 18066 16274 656 1256 0 16805 0
Current children cumulated CPU time (s) 1.5
Current children cumulated vsize (KiB) 72264

[startup+3.10179 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 2918
/proc/meminfo: memFree=1731876/2055920 swapFree=4181368/4192956
[pid=2917] ppid=2915 vsize=83320 CPUtime=3.09
/proc/2917/stat : 2917 (pbscip.linux.x8) R 2915 2917 2258 0 -1 4194304 20163 0 0 0 285 24 0 0 25 0 1 0 189255868 85319680 19711 1992294400 4194304 9342243 548682068736 18446744073709551615 4345406 0 0 4096 16384 0 0 0 17 0 0 0
/proc/2917/statm: 20830 19711 656 1256 0 19569 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 83320

[startup+6.30133 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 2918
/proc/meminfo: memFree=1723620/2055920 swapFree=4181368/4192956
[pid=2917] ppid=2915 vsize=85084 CPUtime=6.28
/proc/2917/stat : 2917 (pbscip.linux.x8) R 2915 2917 2258 0 -1 4194304 20248 0 0 0 603 25 0 0 25 0 1 0 189255868 87126016 19759 1992294400 4194304 9342243 548682068736 18446744073709551615 8300202 0 0 4096 16384 0 0 0 17 1 0 0
/proc/2917/statm: 21271 19759 656 1256 0 20010 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 85084

[startup+12.7014 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 2918
/proc/meminfo: memFree=1724004/2055920 swapFree=4181368/4192956
[pid=2917] ppid=2915 vsize=89340 CPUtime=12.68
/proc/2917/stat : 2917 (pbscip.linux.x8) R 2915 2917 2258 0 -1 4194304 20626 0 0 0 1242 26 0 0 25 0 1 0 189255868 91484160 19645 1992294400 4194304 9342243 548682068736 18446744073709551615 6496551 0 0 4096 16384 0 0 0 17 1 0 0
/proc/2917/statm: 22335 19645 661 1256 0 21074 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 89340

[startup+25.5016 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 2918
/proc/meminfo: memFree=1724132/2055920 swapFree=4181368/4192956
[pid=2917] ppid=2915 vsize=89340 CPUtime=25.47
/proc/2917/stat : 2917 (pbscip.linux.x8) R 2915 2917 2258 0 -1 4194304 21088 0 0 0 2520 27 0 0 25 0 1 0 189255868 91484160 19645 1992294400 4194304 9342243 548682068736 18446744073709551615 6960570 0 0 4096 16384 0 0 0 17 1 0 0
/proc/2917/statm: 22335 19645 661 1256 0 21074 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 89340

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

[startup+31.9057 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 2918
/proc/meminfo: memFree=1724068/2055920 swapFree=4181368/4192956
[pid=2917] ppid=2915 vsize=89340 CPUtime=31.88
/proc/2917/stat : 2917 (pbscip.linux.x8) R 2915 2917 2258 0 -1 4194304 21508 0 0 0 3159 29 0 0 25 0 1 0 189255868 91484160 19645 1992294400 4194304 9342243 548682068736 18446744073709551615 5868521 0 0 4096 16384 0 0 0 17 1 0 0
/proc/2917/statm: 22335 19645 661 1256 0 21074 0
Current children cumulated CPU time (s) 31.88
Current children cumulated vsize (KiB) 89340

[startup+35.1012 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 2918
/proc/meminfo: memFree=1724068/2055920 swapFree=4181368/4192956
[pid=2917] ppid=2915 vsize=89340 CPUtime=35.07
/proc/2917/stat : 2917 (pbscip.linux.x8) R 2915 2917 2258 0 -1 4194304 21760 0 0 0 3478 29 0 0 25 0 1 0 189255868 91484160 19645 1992294400 4194304 9342243 548682068736 18446744073709551615 6978066 0 0 4096 16384 0 0 0 17 1 0 0
/proc/2917/statm: 22335 19645 661 1256 0 21074 0
Current children cumulated CPU time (s) 35.07
Current children cumulated vsize (KiB) 89340

[startup+35.9014 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 2918
/proc/meminfo: memFree=1724068/2055920 swapFree=4181368/4192956
[pid=2917] ppid=2915 vsize=82164 CPUtime=35.87
/proc/2917/stat : 2917 (pbscip.linux.x8) R 2915 2917 2258 0 -1 4194304 21776 0 0 0 3557 30 0 0 25 0 1 0 189255868 84135936 19619 1992294400 4194304 9342243 548682068736 18446744073709551615 6038463 0 0 4096 16384 0 0 0 17 0 0 0
/proc/2917/statm: 20541 19619 677 1256 0 19280 0
Current children cumulated CPU time (s) 35.87
Current children cumulated vsize (KiB) 82164

[startup+36.7015 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 2918
/proc/meminfo: memFree=1724132/2055920 swapFree=4181368/4192956
[pid=2917] ppid=2915 vsize=82164 CPUtime=36.67
/proc/2917/stat : 2917 (pbscip.linux.x8) R 2915 2917 2258 0 -1 4194304 21777 0 0 0 3637 30 0 0 25 0 1 0 189255868 84135936 19620 1992294400 4194304 9342243 548682068736 18446744073709551615 7288836 0 0 4096 16384 0 0 0 17 1 0 0
/proc/2917/statm: 20541 19620 678 1256 0 19280 0
Current children cumulated CPU time (s) 36.67
Current children cumulated vsize (KiB) 82164

[startup+36.9015 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 2918
/proc/meminfo: memFree=1724132/2055920 swapFree=4181368/4192956
[pid=2917] ppid=2915 vsize=82164 CPUtime=36.87
/proc/2917/stat : 2917 (pbscip.linux.x8) R 2915 2917 2258 0 -1 4194304 21777 0 0 0 3657 30 0 0 25 0 1 0 189255868 84135936 19620 1992294400 4194304 9342243 548682068736 18446744073709551615 8308455 0 0 4096 16384 0 0 0 17 1 0 0
/proc/2917/statm: 20541 19620 678 1256 0 19280 0
Current children cumulated CPU time (s) 36.87
Current children cumulated vsize (KiB) 82164

[startup+37.0016 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 2918
/proc/meminfo: memFree=1724132/2055920 swapFree=4181368/4192956
[pid=2917] ppid=2915 vsize=82164 CPUtime=36.97
/proc/2917/stat : 2917 (pbscip.linux.x8) R 2915 2917 2258 0 -1 4194304 21782 0 0 0 3667 30 0 0 17 0 1 0 189255868 84135936 19625 1992294400 4194304 9342243 548682068736 18446744073709551615 4302021 0 0 4096 0 0 0 0 17 1 0 0
/proc/2917/statm: 20541 19625 683 1256 0 19280 0
Current children cumulated CPU time (s) 36.97
Current children cumulated vsize (KiB) 82164

Child status: 0
Real time (s): 37.0791
CPU time (s): 37.0534
CPU user time (s): 36.7364
CPU system time (s): 0.316951
CPU usage (%): 99.9306
Max. virtual memory (cumulated for all children) (KiB): 89496

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

runsolver used 0.031995 second user time and 0.086986 second system time

The end

Launcher Data

Begin job on node43 at 2009-06-17 07:29:47
IDJOB=1870711
IDBENCH=48354
IDSOLVER=684
FILE ID=node43/1870711-1245216587
PBS_JOBID= 9368381
Free space on /tmp= 66192 MiB

SOLVER NAME= SCIPclp SCIP 1.1.0.7 with CLP 1.8.2
BENCH NAME= PB07/normalized-PB07/SATUNSAT-SMALLINT-NLC/submittedPB07/manquinho/dbsg/normalized-dbsg_200_25_2_15.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-1870711-1245216587/watcher-1870711-1245216587 -o /tmp/evaluation-result-1870711-1245216587/solver-1870711-1245216587 -C 1800 -W 2000 -M 1800  HOME/pbscip.linux.x86_64.gnu.opt-gcc42.clp -t 1800 -m 1800 -f HOME/instance-1870711-1245216587.opb

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

MD5SUM BENCH= 67db265db637e99ec6b595b7ba2cf45e
RANDOM SEED=1558268968

node43.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.281
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.281
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:       1800780 kB
Buffers:         60216 kB
Cached:         133332 kB
SwapCached:       5352 kB
Active:          90212 kB
Inactive:       111176 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1800780 kB
SwapTotal:     4192956 kB
SwapFree:      4181368 kB
Dirty:           11900 kB
Writeback:           0 kB
Mapped:          13588 kB
Slab:            39784 kB
Committed_AS:   184092 kB
PageTables:       1452 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= 66180 MiB
End job on node43 at 2009-06-17 07:30:24