Trace number 1870697

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 26.6449 26.6624

General information on the benchmark

Namenormalized-PB07/SATUNSAT-SMALLINT-NLC/submittedPB07/
manquinho/dbsg/normalized-dbsg_200_10_5_40.opb
MD5SUMc15d396f227b886c20d72f2f5b513a08
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.484925
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 40
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 400
Number of bits of the biggest sum of numbers9
Number of products (including duplicates)5056
Sum of products size (including duplicates)10112
Number of different products2528
Sum of products size5056

Solver Data

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

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-1870697-1245215883/watcher-1870697-1245215883 -o /tmp/evaluation-result-1870697-1245215883/solver-1870697-1245215883 -C 1800 -W 2000 -M 1800 HOME/pbscip.linux.x86_64.gnu.opt-gcc42.clp -t 1800 -m 1800 -f HOME/instance-1870697-1245215883.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.70 1.72 1.63 2/72 11219
/proc/meminfo: memFree=1465024/2055920 swapFree=4181884/4192956
[pid=11219] ppid=11217 vsize=17972 CPUtime=0.05
/proc/11219/stat : 11219 (pbscip.linux.x8) R 11217 11219 10619 0 -1 4194304 3863 0 0 0 4 1 0 0 18 0 1 0 189184736 18403328 3493 1992294400 4194304 9342243 548682068736 18446744073709551615 8251083 0 0 4096 16384 0 0 0 17 1 0 0
/proc/11219/statm: 4493 3496 413 1256 0 3232 0

[startup+0.14952 s]
/proc/loadavg: 1.70 1.72 1.63 2/72 11219
/proc/meminfo: memFree=1465024/2055920 swapFree=4181884/4192956
[pid=11219] ppid=11217 vsize=22500 CPUtime=0.14
/proc/11219/stat : 11219 (pbscip.linux.x8) R 11217 11219 10619 0 -1 4194304 4791 0 0 0 9 5 0 0 18 0 1 0 189184736 23040000 4421 1992294400 4194304 9342243 548682068736 18446744073709551615 8300202 0 0 4096 16384 0 0 0 17 1 0 0
/proc/11219/statm: 5625 4421 446 1256 0 4364 0
Current children cumulated CPU time (s) 0.14
Current children cumulated vsize (KiB) 22500

[startup+0.201132 s]
/proc/loadavg: 1.70 1.72 1.63 2/72 11219
/proc/meminfo: memFree=1465024/2055920 swapFree=4181884/4192956
[pid=11219] ppid=11217 vsize=22500 CPUtime=0.19
/proc/11219/stat : 11219 (pbscip.linux.x8) R 11217 11219 10619 0 -1 4194304 4791 0 0 0 11 8 0 0 18 0 1 0 189184736 23040000 4421 1992294400 4194304 9342243 548682068736 18446744073709551615 8300202 0 0 4096 16384 0 0 0 17 1 0 0
/proc/11219/statm: 5625 4421 446 1256 0 4364 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 22500

[startup+0.301214 s]
/proc/loadavg: 1.70 1.72 1.63 2/72 11219
/proc/meminfo: memFree=1465024/2055920 swapFree=4181884/4192956
[pid=11219] ppid=11217 vsize=24552 CPUtime=0.29
/proc/11219/stat : 11219 (pbscip.linux.x8) R 11217 11219 10619 0 -1 4194304 5335 0 0 0 18 11 0 0 19 0 1 0 189184736 25141248 4965 1992294400 4194304 9342243 548682068736 18446744073709551615 8300202 0 0 4096 16384 0 0 0 17 1 0 0
/proc/11219/statm: 6138 4965 484 1256 0 4877 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 24552

[startup+0.701158 s]
/proc/loadavg: 1.70 1.72 1.63 2/72 11219
/proc/meminfo: memFree=1465024/2055920 swapFree=4181884/4192956
[pid=11219] ppid=11217 vsize=42880 CPUtime=0.68
/proc/11219/stat : 11219 (pbscip.linux.x8) R 11217 11219 10619 0 -1 4194304 9592 0 0 0 50 18 0 0 22 0 1 0 189184736 43909120 9188 1992294400 4194304 9342243 548682068736 18446744073709551615 8300202 0 0 4096 16384 0 0 0 17 1 0 0
/proc/11219/statm: 10720 9188 639 1256 0 9459 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 42880

[startup+1.50121 s]
/proc/loadavg: 1.70 1.72 1.63 2/73 11220
/proc/meminfo: memFree=1425080/2055920 swapFree=4181884/4192956
[pid=11219] ppid=11217 vsize=48444 CPUtime=1.49
/proc/11219/stat : 11219 (pbscip.linux.x8) R 11217 11219 10619 0 -1 4194304 11160 0 0 0 129 20 0 0 25 0 1 0 189184736 49606656 10756 1992294400 4194304 9342243 548682068736 18446744073709551615 8300202 0 0 4096 16384 0 0 0 17 1 0 0
/proc/11219/statm: 12111 10756 653 1256 0 10850 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 48444

[startup+3.10132 s]
/proc/loadavg: 1.64 1.70 1.62 2/73 11220
/proc/meminfo: memFree=1423480/2055920 swapFree=4181884/4192956
[pid=11219] ppid=11217 vsize=55820 CPUtime=3.08
/proc/11219/stat : 11219 (pbscip.linux.x8) R 11217 11219 10619 0 -1 4194304 13079 0 0 0 287 21 0 0 25 0 1 0 189184736 57159680 12675 1992294400 4194304 9342243 548682068736 18446744073709551615 8300202 0 0 4096 16384 0 0 0 17 1 0 0
/proc/11219/statm: 13955 12675 653 1256 0 12694 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 55820

[startup+6.30254 s]
/proc/loadavg: 1.64 1.70 1.62 3/73 11220
/proc/meminfo: memFree=1416128/2055920 swapFree=4181884/4192956
[pid=11219] ppid=11217 vsize=63544 CPUtime=6.28
/proc/11219/stat : 11219 (pbscip.linux.x8) R 11217 11219 10619 0 -1 4194304 15466 0 0 0 605 23 0 0 25 0 1 0 189184736 65069056 14338 1992294400 4194304 9342243 548682068736 18446744073709551615 8300202 0 0 4096 16384 0 0 0 17 1 0 0
/proc/11219/statm: 15886 14338 653 1256 0 14625 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 63544

[startup+12.707 s]
/proc/loadavg: 1.54 1.68 1.62 2/73 11220
/proc/meminfo: memFree=1410056/2055920 swapFree=4181884/4192956
[pid=11219] ppid=11217 vsize=65800 CPUtime=12.68
/proc/11219/stat : 11219 (pbscip.linux.x8) R 11217 11219 10619 0 -1 4194304 16978 0 0 0 1243 25 0 0 25 0 1 0 189184736 67379200 14368 1992294400 4194304 9342243 548682068736 18446744073709551615 8308455 0 0 4096 16384 0 0 0 17 1 0 0
/proc/11219/statm: 16450 14368 658 1256 0 15189 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 65800

[startup+25.5008 s]
/proc/loadavg: 1.61 1.69 1.62 2/73 11220
/proc/meminfo: memFree=1409352/2055920 swapFree=4181884/4192956
[pid=11219] ppid=11217 vsize=62804 CPUtime=25.48
/proc/11219/stat : 11219 (pbscip.linux.x8) R 11217 11219 10619 0 -1 4194304 17483 0 0 0 2518 30 0 0 25 0 1 0 189184736 64311296 14609 1992294400 4194304 9342243 548682068736 18446744073709551615 6496591 0 0 4096 16384 0 0 0 17 1 0 0
/proc/11219/statm: 15701 14609 679 1256 0 14440 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 62804

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

[startup+25.6018 s]
/proc/loadavg: 1.61 1.69 1.62 2/73 11220
/proc/meminfo: memFree=1409352/2055920 swapFree=4181884/4192956
[pid=11219] ppid=11217 vsize=63188 CPUtime=25.58
/proc/11219/stat : 11219 (pbscip.linux.x8) R 11217 11219 10619 0 -1 4194304 17489 0 0 0 2528 30 0 0 25 0 1 0 189184736 64704512 14615 1992294400 4194304 9342243 548682068736 18446744073709551615 8308455 0 0 4096 16384 0 0 0 17 1 0 0
/proc/11219/statm: 15797 14615 679 1256 0 14536 0
Current children cumulated CPU time (s) 25.58
Current children cumulated vsize (KiB) 63188

[startup+26.4019 s]
/proc/loadavg: 1.61 1.69 1.62 2/73 11220
/proc/meminfo: memFree=1409096/2055920 swapFree=4181884/4192956
[pid=11219] ppid=11217 vsize=63188 CPUtime=26.38
/proc/11219/stat : 11219 (pbscip.linux.x8) R 11217 11219 10619 0 -1 4194304 17535 0 0 0 2608 30 0 0 25 0 1 0 189184736 64704512 14661 1992294400 4194304 9342243 548682068736 18446744073709551615 8308455 0 0 4096 16384 0 0 0 17 1 0 0
/proc/11219/statm: 15797 14661 680 1256 0 14536 0
Current children cumulated CPU time (s) 26.38
Current children cumulated vsize (KiB) 63188

[startup+26.6019 s]
/proc/loadavg: 1.61 1.69 1.62 2/73 11220
/proc/meminfo: memFree=1409096/2055920 swapFree=4181884/4192956
[pid=11219] ppid=11217 vsize=63188 CPUtime=26.58
/proc/11219/stat : 11219 (pbscip.linux.x8) R 11217 11219 10619 0 -1 4194304 17541 0 0 0 2628 30 0 0 25 0 1 0 189184736 64704512 14667 1992294400 4194304 9342243 548682068736 18446744073709551615 4364533 0 0 4096 0 0 0 0 17 1 0 0
/proc/11219/statm: 15797 14667 682 1256 0 14536 0
Current children cumulated CPU time (s) 26.58
Current children cumulated vsize (KiB) 63188

Child status: 0
Real time (s): 26.6624
CPU time (s): 26.6449
CPU user time (s): 26.331
CPU system time (s): 0.313952
CPU usage (%): 99.9347
Max. virtual memory (cumulated for all children) (KiB): 67104

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 26.331
system time used= 0.313952
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 17550
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 2
involuntary context switches= 201

runsolver used 0.030995 second user time and 0.096985 second system time

The end

Launcher Data

Begin job on node52 at 2009-06-17 07:18:03
IDJOB=1870697
IDBENCH=48347
IDSOLVER=684
FILE ID=node52/1870697-1245215883
PBS_JOBID= 9368380
Free space on /tmp= 66464 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_10_5_40.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-1870697-1245215883/watcher-1870697-1245215883 -o /tmp/evaluation-result-1870697-1245215883/solver-1870697-1245215883 -C 1800 -W 2000 -M 1800  HOME/pbscip.linux.x86_64.gnu.opt-gcc42.clp -t 1800 -m 1800 -f HOME/instance-1870697-1245215883.opb

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

MD5SUM BENCH= c15d396f227b886c20d72f2f5b513a08
RANDOM SEED=621621509

node52.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.234
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.234
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:       1465888 kB
Buffers:         67736 kB
Cached:         418268 kB
SwapCached:       6112 kB
Active:          92976 kB
Inactive:       419284 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1465888 kB
SwapTotal:     4192956 kB
SwapFree:      4181884 kB
Dirty:           11800 kB
Writeback:           0 kB
Mapped:          32632 kB
Slab:            62844 kB
Committed_AS:   610216 kB
PageTables:       2156 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= 66452 MiB
End job on node52 at 2009-06-17 07:18:30