Trace number 1784833

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
IUT_BMB_SAT 1.0? (TO) 5000.07 5001.42

General information on the benchmark

Namecrafted/Hard/contest04/others/
equilarge_l2.sat05-519.reshuffled-07.cnf
MD5SUM5344c68d1511d70cde59fef7dc46c3a5
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark1838.18
Satisfiable
(Un)Satisfiability was proved
Number of variables4487
Number of clauses18555
Sum of the clauses size54310
Maximum clause length3
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 21355
Number of clauses of size 317200
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.00/0.00	c IUT_BMB_SAT version 1.0
0.09/0.18	c WARNING: for repeatability, setting FPU to use double precision
0.09/0.18	c ============================[ Problem Statistics ]=============================
0.09/0.18	c |                                                                             |
0.09/0.18	c |  Number of variables:  4487                                                 |
0.09/0.18	c |  Number of clauses:    18555                                                |
0.17/0.21	c |  Parsing time:         0.02         s                                       |
0.17/0.29	c ============================[ Search Statistics ]==============================
0.17/0.29	c | Conflicts |          ORIGINAL         |          LEARNT          | Progress |
0.17/0.29	c |           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
0.17/0.29	c ===============================================================================
0.17/0.29	c |         0 |    2783    18113    66091 |     6037        0    nan |  0.000 % |
0.17/0.30	c |       101 |    2783    18113    66091 |     6641      101     23 |  0.000 % |
0.17/0.32	c |       251 |    2783    18113    66091 |     7305      251     19 |  0.000 % |
0.17/0.37	c |       477 |    2783    18113    66091 |     8036      477     37 |  0.000 % |
0.17/0.39	c |       815 |    2783    18113    66091 |     8839      815     29 |  0.000 % |
0.17/0.59	c |      1322 |    2783    18113    66091 |     9723     1322     41 |  0.000 % |
0.17/0.74	c |      2082 |    2783    18113    66091 |    10696     2082     52 |  0.000 % |
1.37/1.44	c |      3221 |    2783    18113    66091 |    11765     3221     55 |  0.000 % |
2.37/2.48	c |      4930 |    2783    18113    66091 |    12942     4930     58 |  0.000 % |
4.27/4.39	c |      7492 |    2783    18113    66091 |    14236     7492     57 |  0.000 % |
6.97/7.02	c |     11336 |    2783    18113    66091 |    15660    11336     59 |  0.000 % |
8.58/8.67	c |     17103 |    2783    18113    66091 |    17226     9228     55 |  0.000 % |
11.67/11.74	c |     25753 |    2783    18113    66091 |    18948     9211     56 |  0.000 % |
16.47/16.58	c |     38728 |    2783    18113    66091 |    20843    12663     55 |  0.000 % |
25.56/25.62	c |     58189 |    2783    18113    66091 |    22928    11188     50 |  0.000 % |
39.27/39.36	c |     87381 |    2783    18113    66091 |    25220    17360     51 |  0.000 % |
60.36/60.43	c |    131170 |    2783    18113    66091 |    27742    22482     51 |  0.000 % |
94.34/94.46	c |    196856 |    2783    18113    66091 |    30517    26319     55 |  0.000 % |
146.74/146.85	c |    295383 |    2783    18113    66091 |    33568    18691     50 |  0.000 % |
233.91/234.02	c |    443173 |    2783    18113    66091 |    36925    21507     54 |  0.000 % |
367.08/367.22	c |    664857 |    2783    18113    66091 |    40618    29766     50 |  0.000 % |
571.72/571.90	c |    997383 |    2783    18113    66091 |    44680    37469     51 |  0.000 % |
926.33/926.64	c |   1496174 |    2783    18113    66091 |    49148    37239     56 |  0.000 % |
1526.46/1526.91	c |   2244356 |    2783    18113    66091 |    54063    17354     49 |  0.000 % |
2559.59/2560.36	c |   3366630 |    2783    18113    66091 |    59469    45966     55 |  0.000 % |
4080.07/4081.27	c |   5050042 |    2783    18113    66091 |    65416    20770     51 |  0.000 % |
5000.03/5001.41	sh: line 1: 26479 Terminated              HOME/minisat simple.out solve.out >temp.out
5000.03/5001.41	c cannot read from file

Verifier Data

ERROR: Unexpected answer ! (SATISFIABLE/UNSATISFIABLE expected)
Got answer: <no 's ' line found>

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-1784833-1241867329/watcher-1784833-1241867329 -o /tmp/evaluation-result-1784833-1241867329/solver-1784833-1241867329 -C 5000 -W 6000 -M 1800 IUT_BMB_SAT HOME/instance-1784833-1241867329.cnf HOME 

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


[startup+0 s]
/proc/loadavg: 0.99 0.97 0.91 3/64 26476
/proc/meminfo: memFree=1722920/2055920 swapFree=4121000/4192956
[pid=26476] ppid=26474 vsize=1504 CPUtime=0
/proc/26476/stat : 26476 (IUT_BMB_SAT) R 26474 26476 26368 0 -1 4194304 170 0 0 0 0 0 0 0 18 0 1 0 214766120 1540096 153 1992294400 134512640 135635285 4294956224 18446744073709551615 134533654 0 0 4096 0 0 0 0 17 1 0 0
/proc/26476/statm: 376 154 92 274 0 99 0

[startup+0.011216 s]
/proc/loadavg: 0.99 0.97 0.91 3/64 26476
/proc/meminfo: memFree=1722920/2055920 swapFree=4121000/4192956
[pid=26476] ppid=26474 vsize=2180 CPUtime=0
/proc/26476/stat : 26476 (IUT_BMB_SAT) R 26474 26476 26368 0 -1 4194304 353 0 0 0 0 0 0 0 18 0 1 0 214766120 2232320 336 1992294400 134512640 135635285 4294956224 18446744073709551615 135072790 0 0 4096 0 0 0 0 17 1 0 0
/proc/26476/statm: 545 336 99 274 0 268 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 2180

[startup+0.101273 s]
/proc/loadavg: 0.99 0.97 0.91 3/64 26476
/proc/meminfo: memFree=1722920/2055920 swapFree=4121000/4192956
[pid=26476] ppid=26474 vsize=3116 CPUtime=0.09
/proc/26476/stat : 26476 (IUT_BMB_SAT) R 26474 26476 26368 0 -1 4194304 610 0 0 0 8 1 0 0 18 0 1 0 214766120 3190784 593 1992294400 134512640 135635285 4294956224 18446744073709551615 135132478 0 0 4096 0 0 0 0 17 1 0 0
/proc/26476/statm: 779 593 101 274 0 502 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 3116

[startup+0.301258 s]
/proc/loadavg: 0.99 0.97 0.91 3/64 26476
/proc/meminfo: memFree=1722920/2055920 swapFree=4121000/4192956
[pid=26476] ppid=26474 vsize=3116 CPUtime=0.17
/proc/26476/stat : 26476 (IUT_BMB_SAT) S 26474 26476 26368 0 -1 4194304 616 0 0 0 10 7 0 0 18 0 1 0 214766120 3190784 598 1992294400 134512640 135635285 4294956224 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 1 0 0
/proc/26476/statm: 779 598 106 274 0 502 0
Current children cumulated CPU time (s) 0.17
Current children cumulated vsize (KiB) 3116

[startup+0.701295 s]
/proc/loadavg: 0.99 0.97 0.91 3/64 26476
/proc/meminfo: memFree=1722920/2055920 swapFree=4121000/4192956
[pid=26476] ppid=26474 vsize=3116 CPUtime=0.17
/proc/26476/stat : 26476 (IUT_BMB_SAT) S 26474 26476 26368 0 -1 4194304 616 0 0 0 10 7 0 0 18 0 1 0 214766120 3190784 598 1992294400 134512640 135635285 4294956224 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 1 0 0
/proc/26476/statm: 779 598 106 274 0 502 0
Current children cumulated CPU time (s) 0.17
Current children cumulated vsize (KiB) 3116

[startup+1.50139 s]
/proc/loadavg: 0.99 0.97 0.91 2/67 26479
/proc/meminfo: memFree=1717008/2055920 swapFree=4121000/4192956
[pid=26476] ppid=26474 vsize=3116 CPUtime=0.17
/proc/26476/stat : 26476 (IUT_BMB_SAT) S 26474 26476 26368 0 -1 4194304 616 0 0 0 10 7 0 0 18 0 1 0 214766120 3190784 598 1992294400 134512640 135635285 4294956224 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 1 0 0
/proc/26476/statm: 779 598 106 274 0 502 0
[pid=26478] ppid=26476 vsize=5356 CPUtime=0
/proc/26478/stat : 26478 (sh) S 26476 26476 26368 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 214766139 5484544 232 1992294400 4194304 4889804 548682068912 18446744073709551615 273952596804 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26478/statm: 1339 232 193 169 0 50 0
[pid=26479] ppid=26478 vsize=5012 CPUtime=1.3
/proc/26479/stat : 26479 (minisat) R 26478 26476 26368 0 -1 4194304 1013 0 0 0 130 0 0 0 25 0 1 0 214766139 5132288 944 1992294400 134512640 135243223 4294956320 18446744073709551615 134555483 0 0 4096 3 0 0 0 17 1 0 0
/proc/26479/statm: 1253 944 84 178 0 1073 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 13484

[startup+3.10157 s]
/proc/loadavg: 0.99 0.97 0.91 2/67 26479
/proc/meminfo: memFree=1716432/2055920 swapFree=4121000/4192956
[pid=26476] ppid=26474 vsize=3116 CPUtime=0.17
/proc/26476/stat : 26476 (IUT_BMB_SAT) S 26474 26476 26368 0 -1 4194304 616 0 0 0 10 7 0 0 18 0 1 0 214766120 3190784 598 1992294400 134512640 135635285 4294956224 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 1 0 0
/proc/26476/statm: 779 598 106 274 0 502 0
[pid=26478] ppid=26476 vsize=5356 CPUtime=0
/proc/26478/stat : 26478 (sh) S 26476 26476 26368 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 214766139 5484544 232 1992294400 4194304 4889804 548682068912 18446744073709551615 273952596804 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26478/statm: 1339 232 193 169 0 50 0
[pid=26479] ppid=26478 vsize=5672 CPUtime=2.9
/proc/26479/stat : 26479 (minisat) R 26478 26476 26368 0 -1 4194304 1178 0 0 0 290 0 0 0 25 0 1 0 214766139 5808128 1109 1992294400 134512640 135243223 4294956320 18446744073709551615 134747750 0 0 4096 3 0 0 0 17 1 0 0
/proc/26479/statm: 1418 1109 84 178 0 1238 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 14144

[startup+6.30194 s]
/proc/loadavg: 0.99 0.97 0.91 2/67 26479
/proc/meminfo: memFree=1715224/2055920 swapFree=4121000/4192956
[pid=26476] ppid=26474 vsize=3116 CPUtime=0.17
/proc/26476/stat : 26476 (IUT_BMB_SAT) S 26474 26476 26368 0 -1 4194304 616 0 0 0 10 7 0 0 18 0 1 0 214766120 3190784 598 1992294400 134512640 135635285 4294956224 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 1 0 0
/proc/26476/statm: 779 598 106 274 0 502 0
[pid=26478] ppid=26476 vsize=5356 CPUtime=0
/proc/26478/stat : 26478 (sh) S 26476 26476 26368 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 214766139 5484544 232 1992294400 4194304 4889804 548682068912 18446744073709551615 273952596804 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26478/statm: 1339 232 193 169 0 50 0
[pid=26479] ppid=26478 vsize=6728 CPUtime=6.1
/proc/26479/stat : 26479 (minisat) R 26478 26476 26368 0 -1 4194304 1446 0 0 0 610 0 0 0 25 0 1 0 214766139 6889472 1377 1992294400 134512640 135243223 4294956320 18446744073709551615 134555907 0 0 4096 3 0 0 0 17 1 0 0
/proc/26479/statm: 1682 1377 84 178 0 1502 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 15200

[startup+12.7017 s]
/proc/loadavg: 0.99 0.97 0.91 2/67 26479
/proc/meminfo: memFree=1712792/2055920 swapFree=4121000/4192956
[pid=26476] ppid=26474 vsize=3116 CPUtime=0.17
/proc/26476/stat : 26476 (IUT_BMB_SAT) S 26474 26476 26368 0 -1 4194304 616 0 0 0 10 7 0 0 18 0 1 0 214766120 3190784 598 1992294400 134512640 135635285 4294956224 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 1 0 0
/proc/26476/statm: 779 598 106 274 0 502 0
[pid=26478] ppid=26476 vsize=5356 CPUtime=0
/proc/26478/stat : 26478 (sh) S 26476 26476 26368 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 214766139 5484544 232 1992294400 4194304 4889804 548682068912 18446744073709551615 273952596804 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26478/statm: 1339 232 193 169 0 50 0
[pid=26479] ppid=26478 vsize=8844 CPUtime=12.5
/proc/26479/stat : 26479 (minisat) R 26478 26476 26368 0 -1 4194304 1955 0 0 0 1249 1 0 0 25 0 1 0 214766139 9056256 1886 1992294400 134512640 135243223 4294956320 18446744073709551615 134555744 0 0 4096 3 0 0 0 17 1 0 0
/proc/26479/statm: 2211 1886 84 178 0 2031 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 17316

[startup+25.5022 s]
/proc/loadavg: 0.99 0.97 0.91 2/67 26479
/proc/meminfo: memFree=1711832/2055920 swapFree=4121000/4192956
[pid=26476] ppid=26474 vsize=3116 CPUtime=0.17
/proc/26476/stat : 26476 (IUT_BMB_SAT) S 26474 26476 26368 0 -1 4194304 616 0 0 0 10 7 0 0 18 0 1 0 214766120 3190784 598 1992294400 134512640 135635285 4294956224 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 1 0 0
/proc/26476/statm: 779 598 106 274 0 502 0
[pid=26478] ppid=26476 vsize=5356 CPUtime=0
/proc/26478/stat : 26478 (sh) S 26476 26476 26368 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 214766139 5484544 232 1992294400 4194304 4889804 548682068912 18446744073709551615 273952596804 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26478/statm: 1339 232 193 169 0 50 0
[pid=26479] ppid=26478 vsize=9864 CPUtime=25.29
/proc/26479/stat : 26479 (minisat) R 26478 26476 26368 0 -1 4194304 2204 0 0 0 2528 1 0 0 25 0 1 0 214766139 10100736 2135 1992294400 134512640 135243223 4294956320 18446744073709551615 134555744 0 0 4096 3 0 0 0 17 1 0 0
/proc/26479/statm: 2466 2135 84 178 0 2286 0
Current children cumulated CPU time (s) 25.46
Current children cumulated vsize (KiB) 18336

[startup+51.1021 s]
/proc/loadavg: 0.99 0.97 0.91 2/67 26479
/proc/meminfo: memFree=1710424/2055920 swapFree=4121000/4192956
[pid=26476] ppid=26474 vsize=3116 CPUtime=0.17
/proc/26476/stat : 26476 (IUT_BMB_SAT) S 26474 26476 26368 0 -1 4194304 616 0 0 0 10 7 0 0 18 0 1 0 214766120 3190784 598 1992294400 134512640 135635285 4294956224 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 1 0 0
/proc/26476/statm: 779 598 106 274 0 502 0
[pid=26478] ppid=26476 vsize=5356 CPUtime=0
/proc/26478/stat : 26478 (sh) S 26476 26476 26368 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 214766139 5484544 232 1992294400 4194304 4889804 548682068912 18446744073709551615 273952596804 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26478/statm: 1339 232 193 169 0 50 0
[pid=26479] ppid=26478 vsize=11360 CPUtime=50.89
/proc/26479/stat : 26479 (minisat) R 26478 26476 26368 0 -1 4194304 2578 0 0 0 5087 2 0 0 25 0 1 0 214766139 11632640 2509 1992294400 134512640 135243223 4294956320 18446744073709551615 134555744 0 0 4096 3 0 0 0 17 1 0 0
/proc/26479/statm: 2840 2509 84 178 0 2660 0
Current children cumulated CPU time (s) 51.06
Current children cumulated vsize (KiB) 19832

[startup+102.305 s]
/proc/loadavg: 0.99 0.97 0.91 2/67 26479
/proc/meminfo: memFree=1708184/2055920 swapFree=4121000/4192956
[pid=26476] ppid=26474 vsize=3116 CPUtime=0.17
/proc/26476/stat : 26476 (IUT_BMB_SAT) S 26474 26476 26368 0 -1 4194304 616 0 0 0 10 7 0 0 18 0 1 0 214766120 3190784 598 1992294400 134512640 135635285 4294956224 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 1 0 0
/proc/26476/statm: 779 598 106 274 0 502 0
[pid=26478] ppid=26476 vsize=5356 CPUtime=0
/proc/26478/stat : 26478 (sh) S 26476 26476 26368 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 214766139 5484544 232 1992294400 4194304 4889804 548682068912 18446744073709551615 273952596804 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26478/statm: 1339 232 193 169 0 50 0
[pid=26479] ppid=26478 vsize=13660 CPUtime=102.08
/proc/26479/stat : 26479 (minisat) R 26478 26476 26368 0 -1 4194304 3134 0 0 0 10206 2 0 0 25 0 1 0 214766139 13987840 3065 1992294400 134512640 135243223 4294956320 18446744073709551615 134555543 0 0 4096 3 0 0 0 17 1 0 0
/proc/26479/statm: 3415 3065 84 178 0 3235 0
Current children cumulated CPU time (s) 102.25
Current children cumulated vsize (KiB) 22132

[startup+162.303 s]
/proc/loadavg: 0.99 0.97 0.91 2/67 26479
/proc/meminfo: memFree=1707096/2055920 swapFree=4121000/4192956
[pid=26476] ppid=26474 vsize=3116 CPUtime=0.17
/proc/26476/stat : 26476 (IUT_BMB_SAT) S 26474 26476 26368 0 -1 4194304 616 0 0 0 10 7 0 0 18 0 1 0 214766120 3190784 598 1992294400 134512640 135635285 4294956224 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 1 0 0
/proc/26476/statm: 779 598 106 274 0 502 0
[pid=26478] ppid=26476 vsize=5356 CPUtime=0
/proc/26478/stat : 26478 (sh) S 26476 26476 26368 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 214766139 5484544 232 1992294400 4194304 4889804 548682068912 18446744073709551615 273952596804 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26478/statm: 1339 232 193 169 0 50 0
[pid=26479] ppid=26478 vsize=14776 CPUtime=162.06
/proc/26479/stat : 26479 (minisat) R 26478 26476 26368 0 -1 4194304 3395 0 0 0 16203 3 0 0 25 0 1 0 214766139 15130624 3326 1992294400 134512640 135243223 4294956320 18446744073709551615 134555744 0 0 4096 3 0 0 0 17 1 0 0
/proc/26479/statm: 3694 3326 84 178 0 3514 0
Current children cumulated CPU time (s) 162.23
Current children cumulated vsize (KiB) 23248

[startup+222.303 s]
/proc/loadavg: 0.99 0.97 0.91 2/67 26479
/proc/meminfo: memFree=1706456/2055920 swapFree=4121000/4192956
[pid=26476] ppid=26474 vsize=3116 CPUtime=0.17
/proc/26476/stat : 26476 (IUT_BMB_SAT) S 26474 26476 26368 0 -1 4194304 616 0 0 0 10 7 0 0 18 0 1 0 214766120 3190784 598 1992294400 134512640 135635285 4294956224 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 1 0 0
/proc/26476/statm: 779 598 106 274 0 502 0
[pid=26478] ppid=26476 vsize=5356 CPUtime=0
/proc/26478/stat : 26478 (sh) S 26476 26476 26368 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 214766139 5484544 232 1992294400 4194304 4889804 548682068912 18446744073709551615 273952596804 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26478/statm: 1339 232 193 169 0 50 0
[pid=26479] ppid=26478 vsize=15304 CPUtime=222.04
/proc/26479/stat : 26479 (minisat) R 26478 26476 26368 0 -1 4194304 3529 0 0 0 22201 3 0 0 25 0 1 0 214766139 15671296 3460 1992294400 134512640 135243223 4294956320 18446744073709551615 134564621 0 0 4096 3 0 0 0 17 1 0 0
/proc/26479/statm: 3826 3460 84 178 0 3646 0
Current children cumulated CPU time (s) 222.21
Current children cumulated vsize (KiB) 23776

[startup+282.303 s]
/proc/loadavg: 0.99 0.97 0.91 2/67 26479
/proc/meminfo: memFree=1705688/2055920 swapFree=4121000/4192956
[pid=26476] ppid=26474 vsize=3116 CPUtime=0.17
/proc/26476/stat : 26476 (IUT_BMB_SAT) S 26474 26476 26368 0 -1 4194304 616 0 0 0 10 7 0 0 18 0 1 0 214766120 3190784 598 1992294400 134512640 135635285 4294956224 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 1 0 0
/proc/26476/statm: 779 598 106 274 0 502 0
[pid=26478] ppid=26476 vsize=5356 CPUtime=0
/proc/26478/stat : 26478 (sh) S 26476 26476 26368 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 214766139 5484544 232 1992294400 4194304 4889804 548682068912 18446744073709551615 273952596804 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26478/statm: 1339 232 193 169 0 50 0
[pid=26479] ppid=26478 vsize=16180 CPUtime=282.03

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

[pid=26476] ppid=26474 vsize=3116 CPUtime=0.17
/proc/26476/stat : 26476 (IUT_BMB_SAT) S 26474 26476 26368 0 -1 4194304 616 0 0 0 10 7 0 0 18 0 1 0 214766120 3190784 598 1992294400 134512640 135635285 4294956224 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 1 0 0
/proc/26476/statm: 779 598 106 274 0 502 0
[pid=26478] ppid=26476 vsize=5356 CPUtime=0
/proc/26478/stat : 26478 (sh) S 26476 26476 26368 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 214766139 5484544 232 1992294400 4194304 4889804 548682068912 18446744073709551615 273952596804 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26478/statm: 1339 232 193 169 0 50 0
[pid=26479] ppid=26478 vsize=28920 CPUtime=4420.91
/proc/26479/stat : 26479 (minisat) R 26478 26476 26368 0 -1 4194304 6795 0 0 0 442066 25 0 0 25 0 1 0 214766139 29614080 6726 1992294400 134512640 135243223 4294956320 18446744073709551615 134555570 0 0 4096 3 0 0 0 17 1 0 0
/proc/26479/statm: 7230 6726 84 178 0 7050 0
Current children cumulated CPU time (s) 4421.08
Current children cumulated vsize (KiB) 37392

[startup+4482.3 s]
/proc/loadavg: 0.99 0.97 0.91 2/67 26487
/proc/meminfo: memFree=1691544/2055920 swapFree=4121000/4192956
[pid=26476] ppid=26474 vsize=3116 CPUtime=0.17
/proc/26476/stat : 26476 (IUT_BMB_SAT) S 26474 26476 26368 0 -1 4194304 616 0 0 0 10 7 0 0 18 0 1 0 214766120 3190784 598 1992294400 134512640 135635285 4294956224 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 1 0 0
/proc/26476/statm: 779 598 106 274 0 502 0
[pid=26478] ppid=26476 vsize=5356 CPUtime=0
/proc/26478/stat : 26478 (sh) S 26476 26476 26368 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 214766139 5484544 232 1992294400 4194304 4889804 548682068912 18446744073709551615 273952596804 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26478/statm: 1339 232 193 169 0 50 0
[pid=26479] ppid=26478 vsize=29200 CPUtime=4480.89
/proc/26479/stat : 26479 (minisat) R 26478 26476 26368 0 -1 4194304 6833 0 0 0 448064 25 0 0 25 0 1 0 214766139 29900800 6764 1992294400 134512640 135243223 4294956320 18446744073709551615 134555744 0 0 4096 3 0 0 0 17 1 0 0
/proc/26479/statm: 7300 6764 84 178 0 7120 0
Current children cumulated CPU time (s) 4481.06
Current children cumulated vsize (KiB) 37672

[startup+4542.3 s]
/proc/loadavg: 0.99 0.97 0.91 2/67 26487
/proc/meminfo: memFree=1691480/2055920 swapFree=4121000/4192956
[pid=26476] ppid=26474 vsize=3116 CPUtime=0.17
/proc/26476/stat : 26476 (IUT_BMB_SAT) S 26474 26476 26368 0 -1 4194304 616 0 0 0 10 7 0 0 18 0 1 0 214766120 3190784 598 1992294400 134512640 135635285 4294956224 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 1 0 0
/proc/26476/statm: 779 598 106 274 0 502 0
[pid=26478] ppid=26476 vsize=5356 CPUtime=0
/proc/26478/stat : 26478 (sh) S 26476 26476 26368 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 214766139 5484544 232 1992294400 4194304 4889804 548682068912 18446744073709551615 273952596804 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26478/statm: 1339 232 193 169 0 50 0
[pid=26479] ppid=26478 vsize=29200 CPUtime=4540.88
/proc/26479/stat : 26479 (minisat) R 26478 26476 26368 0 -1 4194304 6838 0 0 0 454063 25 0 0 25 0 1 0 214766139 29900800 6769 1992294400 134512640 135243223 4294956320 18446744073709551615 134555744 0 0 4096 3 0 0 0 17 1 0 0
/proc/26479/statm: 7300 6769 84 178 0 7120 0
Current children cumulated CPU time (s) 4541.05
Current children cumulated vsize (KiB) 37672

[startup+4602.3 s]
/proc/loadavg: 0.99 0.97 0.91 2/67 26487
/proc/meminfo: memFree=1691288/2055920 swapFree=4121000/4192956
[pid=26476] ppid=26474 vsize=3116 CPUtime=0.17
/proc/26476/stat : 26476 (IUT_BMB_SAT) S 26474 26476 26368 0 -1 4194304 616 0 0 0 10 7 0 0 18 0 1 0 214766120 3190784 598 1992294400 134512640 135635285 4294956224 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 1 0 0
/proc/26476/statm: 779 598 106 274 0 502 0
[pid=26478] ppid=26476 vsize=5356 CPUtime=0
/proc/26478/stat : 26478 (sh) S 26476 26476 26368 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 214766139 5484544 232 1992294400 4194304 4889804 548682068912 18446744073709551615 273952596804 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26478/statm: 1339 232 193 169 0 50 0
[pid=26479] ppid=26478 vsize=29332 CPUtime=4600.86
/proc/26479/stat : 26479 (minisat) R 26478 26476 26368 0 -1 4194304 6882 0 0 0 460061 25 0 0 25 0 1 0 214766139 30035968 6813 1992294400 134512640 135243223 4294956320 18446744073709551615 134555744 0 0 4096 3 0 0 0 17 1 0 0
/proc/26479/statm: 7333 6813 84 178 0 7153 0
Current children cumulated CPU time (s) 4601.03
Current children cumulated vsize (KiB) 37804

[startup+4662.3 s]
/proc/loadavg: 0.99 0.97 0.91 2/67 26487
/proc/meminfo: memFree=1691224/2055920 swapFree=4121000/4192956
[pid=26476] ppid=26474 vsize=3116 CPUtime=0.17
/proc/26476/stat : 26476 (IUT_BMB_SAT) S 26474 26476 26368 0 -1 4194304 616 0 0 0 10 7 0 0 18 0 1 0 214766120 3190784 598 1992294400 134512640 135635285 4294956224 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 1 0 0
/proc/26476/statm: 779 598 106 274 0 502 0
[pid=26478] ppid=26476 vsize=5356 CPUtime=0
/proc/26478/stat : 26478 (sh) S 26476 26476 26368 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 214766139 5484544 232 1992294400 4194304 4889804 548682068912 18446744073709551615 273952596804 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26478/statm: 1339 232 193 169 0 50 0
[pid=26479] ppid=26478 vsize=29332 CPUtime=4660.85
/proc/26479/stat : 26479 (minisat) R 26478 26476 26368 0 -1 4194304 6893 0 0 0 466059 26 0 0 25 0 1 0 214766139 30035968 6824 1992294400 134512640 135243223 4294956320 18446744073709551615 134555744 0 0 4096 3 0 0 0 17 1 0 0
/proc/26479/statm: 7333 6824 84 178 0 7153 0
Current children cumulated CPU time (s) 4661.02
Current children cumulated vsize (KiB) 37804

[startup+4722.31 s]
/proc/loadavg: 0.99 0.97 0.91 2/67 26487
/proc/meminfo: memFree=1691096/2055920 swapFree=4121000/4192956
[pid=26476] ppid=26474 vsize=3116 CPUtime=0.17
/proc/26476/stat : 26476 (IUT_BMB_SAT) S 26474 26476 26368 0 -1 4194304 616 0 0 0 10 7 0 0 18 0 1 0 214766120 3190784 598 1992294400 134512640 135635285 4294956224 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 1 0 0
/proc/26476/statm: 779 598 106 274 0 502 0
[pid=26478] ppid=26476 vsize=5356 CPUtime=0
/proc/26478/stat : 26478 (sh) S 26476 26476 26368 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 214766139 5484544 232 1992294400 4194304 4889804 548682068912 18446744073709551615 273952596804 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26478/statm: 1339 232 193 169 0 50 0
[pid=26479] ppid=26478 vsize=29608 CPUtime=4720.84
/proc/26479/stat : 26479 (minisat) R 26478 26476 26368 0 -1 4194304 6924 0 0 0 472058 26 0 0 25 0 1 0 214766139 30318592 6855 1992294400 134512640 135243223 4294956320 18446744073709551615 134555504 0 0 4096 3 0 0 0 17 1 0 0
/proc/26479/statm: 7402 6855 84 178 0 7222 0
Current children cumulated CPU time (s) 4721.01
Current children cumulated vsize (KiB) 38080

[startup+4782.3 s]
/proc/loadavg: 0.99 0.97 0.91 2/67 26487
/proc/meminfo: memFree=1691096/2055920 swapFree=4121000/4192956
[pid=26476] ppid=26474 vsize=3116 CPUtime=0.17
/proc/26476/stat : 26476 (IUT_BMB_SAT) S 26474 26476 26368 0 -1 4194304 616 0 0 0 10 7 0 0 18 0 1 0 214766120 3190784 598 1992294400 134512640 135635285 4294956224 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 1 0 0
/proc/26476/statm: 779 598 106 274 0 502 0
[pid=26478] ppid=26476 vsize=5356 CPUtime=0
/proc/26478/stat : 26478 (sh) S 26476 26476 26368 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 214766139 5484544 232 1992294400 4194304 4889804 548682068912 18446744073709551615 273952596804 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26478/statm: 1339 232 193 169 0 50 0
[pid=26479] ppid=26478 vsize=29608 CPUtime=4780.82
/proc/26479/stat : 26479 (minisat) R 26478 26476 26368 0 -1 4194304 6926 0 0 0 478056 26 0 0 25 0 1 0 214766139 30318592 6857 1992294400 134512640 135243223 4294956320 18446744073709551615 134555744 0 0 4096 3 0 0 0 17 1 0 0
/proc/26479/statm: 7402 6857 84 178 0 7222 0
Current children cumulated CPU time (s) 4780.99
Current children cumulated vsize (KiB) 38080

[startup+4842.3 s]
/proc/loadavg: 0.99 0.97 0.91 2/67 26487
/proc/meminfo: memFree=1691032/2055920 swapFree=4121000/4192956
[pid=26476] ppid=26474 vsize=3116 CPUtime=0.17
/proc/26476/stat : 26476 (IUT_BMB_SAT) S 26474 26476 26368 0 -1 4194304 616 0 0 0 10 7 0 0 18 0 1 0 214766120 3190784 598 1992294400 134512640 135635285 4294956224 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 1 0 0
/proc/26476/statm: 779 598 106 274 0 502 0
[pid=26478] ppid=26476 vsize=5356 CPUtime=0
/proc/26478/stat : 26478 (sh) S 26476 26476 26368 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 214766139 5484544 232 1992294400 4194304 4889804 548682068912 18446744073709551615 273952596804 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26478/statm: 1339 232 193 169 0 50 0
[pid=26479] ppid=26478 vsize=29608 CPUtime=4840.79
/proc/26479/stat : 26479 (minisat) R 26478 26476 26368 0 -1 4194304 6930 0 0 0 484053 26 0 0 25 0 1 0 214766139 30318592 6861 1992294400 134512640 135243223 4294956320 18446744073709551615 134555744 0 0 4096 3 0 0 0 17 1 0 0
/proc/26479/statm: 7402 6861 84 178 0 7222 0
Current children cumulated CPU time (s) 4840.96
Current children cumulated vsize (KiB) 38080

[startup+4902.3 s]
/proc/loadavg: 0.99 0.97 0.91 2/67 26487
/proc/meminfo: memFree=1690968/2055920 swapFree=4121000/4192956
[pid=26476] ppid=26474 vsize=3116 CPUtime=0.17
/proc/26476/stat : 26476 (IUT_BMB_SAT) S 26474 26476 26368 0 -1 4194304 616 0 0 0 10 7 0 0 18 0 1 0 214766120 3190784 598 1992294400 134512640 135635285 4294956224 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 1 0 0
/proc/26476/statm: 779 598 106 274 0 502 0
[pid=26478] ppid=26476 vsize=5356 CPUtime=0
/proc/26478/stat : 26478 (sh) S 26476 26476 26368 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 214766139 5484544 232 1992294400 4194304 4889804 548682068912 18446744073709551615 273952596804 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26478/statm: 1339 232 193 169 0 50 0
[pid=26479] ppid=26478 vsize=29608 CPUtime=4900.79
/proc/26479/stat : 26479 (minisat) R 26478 26476 26368 0 -1 4194304 6931 0 0 0 490052 27 0 0 25 0 1 0 214766139 30318592 6862 1992294400 134512640 135243223 4294956320 18446744073709551615 134555650 0 0 4096 3 0 0 0 17 1 0 0
/proc/26479/statm: 7402 6862 84 178 0 7222 0
Current children cumulated CPU time (s) 4900.96
Current children cumulated vsize (KiB) 38080

[startup+4962.3 s]
/proc/loadavg: 0.99 0.97 0.91 2/67 26487
/proc/meminfo: memFree=1690968/2055920 swapFree=4121000/4192956
[pid=26476] ppid=26474 vsize=3116 CPUtime=0.17
/proc/26476/stat : 26476 (IUT_BMB_SAT) S 26474 26476 26368 0 -1 4194304 616 0 0 0 10 7 0 0 18 0 1 0 214766120 3190784 598 1992294400 134512640 135635285 4294956224 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 1 0 0
/proc/26476/statm: 779 598 106 274 0 502 0
[pid=26478] ppid=26476 vsize=5356 CPUtime=0
/proc/26478/stat : 26478 (sh) S 26476 26476 26368 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 214766139 5484544 232 1992294400 4194304 4889804 548682068912 18446744073709551615 273952596804 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26478/statm: 1339 232 193 169 0 50 0
[pid=26479] ppid=26478 vsize=29608 CPUtime=4960.77
/proc/26479/stat : 26479 (minisat) R 26478 26476 26368 0 -1 4194304 6937 0 0 0 496050 27 0 0 25 0 1 0 214766139 30318592 6868 1992294400 134512640 135243223 4294956320 18446744073709551615 134564910 0 0 4096 3 0 0 0 17 1 0 0
/proc/26479/statm: 7402 6868 84 178 0 7222 0
Current children cumulated CPU time (s) 4960.94
Current children cumulated vsize (KiB) 38080



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+5001.4 s]
/proc/loadavg: 0.99 0.97 0.91 2/67 26487
/proc/meminfo: memFree=1690776/2055920 swapFree=4121000/4192956
[pid=26476] ppid=26474 vsize=3116 CPUtime=0.17
/proc/26476/stat : 26476 (IUT_BMB_SAT) S 26474 26476 26368 0 -1 4194304 616 0 0 0 10 7 0 0 18 0 1 0 214766120 3190784 598 1992294400 134512640 135635285 4294956224 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 1 0 0
/proc/26476/statm: 779 598 106 274 0 502 0
[pid=26478] ppid=26476 vsize=5356 CPUtime=0
/proc/26478/stat : 26478 (sh) S 26476 26476 26368 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 214766139 5484544 232 1992294400 4194304 4889804 548682068912 18446744073709551615 273952596804 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26478/statm: 1339 232 193 169 0 50 0
[pid=26479] ppid=26478 vsize=29776 CPUtime=4999.86
/proc/26479/stat : 26479 (minisat) R 26478 26476 26368 0 -1 4194304 6977 0 0 0 499959 27 0 0 25 0 1 0 214766139 30490624 6908 1992294400 134512640 135243223 4294956320 18446744073709551615 134555578 0 0 4096 3 0 0 0 17 1 0 0
/proc/26479/statm: 7444 6908 84 178 0 7264 0
Current children cumulated CPU time (s) 5000.03
Current children cumulated vsize (KiB) 38248

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 5001.42
CPU time (s): 5000.07
CPU user time (s): 4999.71
CPU system time (s): 0.353946
CPU usage (%): 99.973
Max. virtual memory (cumulated for all children) (KiB): 38248

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

runsolver used 4.37333 second user time and 13.8229 second system time

The end

Launcher Data

Begin job on node20 at 2009-05-09 13:08:49
IDJOB=1784833
IDBENCH=24625
IDSOLVER=638
FILE ID=node20/1784833-1241867329
PBS_JOBID= 9264592
Free space on /tmp= 66340 MiB

SOLVER NAME= IUT_BMB_SAT 1.0
BENCH NAME= SAT07/crafted/Hard/contest04/others/equilarge_l2.sat05-519.reshuffled-07.cnf
COMMAND LINE= IUT_BMB_SAT BENCHNAME TMPDIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1784833-1241867329/watcher-1784833-1241867329 -o /tmp/evaluation-result-1784833-1241867329/solver-1784833-1241867329 -C 5000 -W 6000 -M 1800  IUT_BMB_SAT HOME/instance-1784833-1241867329.cnf HOME

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

MD5SUM BENCH= 5344c68d1511d70cde59fef7dc46c3a5
RANDOM SEED=178017605

node20.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	: 5931.00
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:       1723400 kB
Buffers:         32348 kB
Cached:         171076 kB
SwapCached:      66264 kB
Active:          73992 kB
Inactive:       197404 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1723400 kB
SwapTotal:     4192956 kB
SwapFree:      4121000 kB
Dirty:            2496 kB
Writeback:           0 kB
Mapped:          13512 kB
Slab:            47180 kB
Committed_AS:   817108 kB
PageTables:       1396 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= 66336 MiB
End job on node20 at 2009-05-09 14:32:12