Trace number 1727749

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) 1200.11 1200.42

General information on the benchmark

Namecrafted/Hard/contest05/QG/
QG7a-gensys-ukn002.sat05-3842.reshuffled-07.cnf
MD5SUMcd51741c2df34af4fdb8becaf8b3fc51
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables2935
Number of clauses18753
Sum of the clauses size133299
Maximum clause length13
Minimum clause length1
Number of clauses of size 156
Number of clauses of size 2526
Number of clauses of size 32382
Number of clauses of size 4501
Number of clauses of size 5678
Number of clauses of size over 514610

Solver Data

0.00/0.00	c IUT_BMB_SAT version 1.0
0.19/0.24	c WARNING: for repeatability, setting FPU to use double precision
0.19/0.24	c ============================[ Problem Statistics ]=============================
0.19/0.24	c |                                                                             |
0.19/0.25	c |  Number of variables:  2935                                                 |
0.19/0.25	c |  Number of clauses:    18191                                                |
0.19/0.29	c |  Parsing time:         0.04         s                                       |
0.24/0.43	c ============================[ Search Statistics ]==============================
0.24/0.43	c | Conflicts |          ORIGINAL         |          LEARNT          | Progress |
0.24/0.43	c |           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
0.24/0.43	c ===============================================================================
0.24/0.43	c |         0 |    2305    12443    81420 |     4147        0    nan |  0.000 % |
0.24/0.43	c |       100 |    2305    12443    81420 |     4562      100     13 |  0.034 % |
0.24/0.44	c |       251 |    2305    12443    81420 |     5018      251     13 |  0.034 % |
0.24/0.44	c |       476 |    2305    12443    81420 |     5520      476     12 |  0.034 % |
0.24/0.45	c |       816 |    2305    12443    81420 |     6072      816     14 |  0.034 % |
0.24/0.47	c |      1322 |    2305    12443    81420 |     6679     1322     15 |  0.034 % |
0.24/0.49	c |      2081 |    2305    12443    81420 |     7347     2081     15 |  0.034 % |
0.24/0.55	c |      3220 |    2305    12443    81420 |     8082     3220     18 |  0.034 % |
0.24/0.65	c |      4929 |    2305    12443    81420 |     8890     4929     20 |  0.034 % |
0.24/0.82	c |      7491 |    2305    12443    81420 |     9779     7491     21 |  0.034 % |
1.09/1.12	c |     11335 |    2305    12443    81420 |    10757     6378     20 |  0.034 % |
1.68/1.73	c |     17101 |    2305    12443    81420 |    11833     6686     24 |  0.034 % |
2.58/2.68	c |     25751 |    2305    12443    81420 |    13017     9344     22 |  0.034 % |
4.48/4.52	c |     38725 |    2305    12443    81420 |    14318     9170     27 |  0.034 % |
7.68/7.71	c |     58186 |    2305    12443    81420 |    15750    14200     25 |  0.034 % |
12.78/12.83	c |     87378 |    2305    12443    81420 |    17325    11686     30 |  0.034 % |
21.28/21.36	c |    131167 |    2305    12443    81420 |    19058    11834     27 |  0.034 % |
36.67/36.70	c |    196851 |    2305    12443    81420 |    20964    10420     26 |  0.034 % |
63.56/63.63	c |    295377 |    2305    12443    81420 |    23060    14157     29 |  0.034 % |
103.75/103.82	c |    443168 |    2305    12443    81420 |    25366    23003     34 |  0.034 % |
175.03/175.19	c |    664851 |    2305    12443    81420 |    27903    15398     34 |  0.034 % |
288.91/289.08	c |    997376 |    2305    12443    81420 |    30693    25815     36 |  0.034 % |
491.56/491.71	c |   1496164 |    2304    12429    81340 |    33763    29429     37 |  0.068 % |
801.98/802.20	c |   2244350 |    2304    12429    81340 |    37139    27298     29 |  0.068 % |
1200.08/1200.40	sh: line 1:  4884 Terminated              HOME/minisat simple.out solve.out >temp.out
1200.08/1200.40	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-1727749-1240728467/watcher-1727749-1240728467 -o /tmp/evaluation-result-1727749-1240728467/solver-1727749-1240728467 -C 1200 -W 1800 -M 1800 --output-limit 1,15 IUT_BMB_SAT HOME/instance-1727749-1240728467.cnf HOME 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1200 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1230 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1800 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
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 4881
/proc/meminfo: memFree=1835760/2055920 swapFree=4182052/4192956
[pid=4881] ppid=4879 vsize=1648 CPUtime=0
/proc/4881/stat : 4881 (IUT_BMB_SAT) R 4879 4881 4576 0 -1 4194304 208 0 0 0 0 0 0 0 18 0 1 0 100872743 1687552 191 1992294400 134512640 135635285 4294956208 18446744073709551615 134533644 0 0 4096 0 0 0 0 17 1 0 0
/proc/4881/statm: 412 191 92 274 0 135 0

[startup+0.0683309 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 4881
/proc/meminfo: memFree=1835760/2055920 swapFree=4182052/4192956
[pid=4881] ppid=4879 vsize=2884 CPUtime=0.06
/proc/4881/stat : 4881 (IUT_BMB_SAT) R 4879 4881 4576 0 -1 4194304 552 0 0 0 6 0 0 0 18 0 1 0 100872743 2953216 535 1992294400 134512640 135635285 4294956208 18446744073709551615 135072790 0 0 4096 0 0 0 0 17 1 0 0
/proc/4881/statm: 721 535 99 274 0 444 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 2884

[startup+0.101334 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 4881
/proc/meminfo: memFree=1835760/2055920 swapFree=4182052/4192956
[pid=4881] ppid=4879 vsize=3412 CPUtime=0.09
/proc/4881/stat : 4881 (IUT_BMB_SAT) R 4879 4881 4576 0 -1 4194304 684 0 0 0 9 0 0 0 18 0 1 0 100872743 3493888 667 1992294400 134512640 135635285 4294956208 18446744073709551615 135072790 0 0 4096 0 0 0 0 17 1 0 0
/proc/4881/statm: 853 667 99 274 0 576 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 3412

[startup+0.301354 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 4881
/proc/meminfo: memFree=1835760/2055920 swapFree=4182052/4192956
[pid=4881] ppid=4879 vsize=3676 CPUtime=0.24
/proc/4881/stat : 4881 (IUT_BMB_SAT) S 4879 4881 4576 0 -1 4194304 763 0 0 0 17 7 0 0 19 0 1 0 100872743 3764224 745 1992294400 134512640 135635285 4294956208 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 1 0 0
/proc/4881/statm: 919 745 106 274 0 642 0
Current children cumulated CPU time (s) 0.24
Current children cumulated vsize (KiB) 3676

[startup+0.701393 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 4881
/proc/meminfo: memFree=1835760/2055920 swapFree=4182052/4192956
[pid=4881] ppid=4879 vsize=3676 CPUtime=0.24
/proc/4881/stat : 4881 (IUT_BMB_SAT) S 4879 4881 4576 0 -1 4194304 763 0 0 0 17 7 0 0 19 0 1 0 100872743 3764224 745 1992294400 134512640 135635285 4294956208 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 1 0 0
/proc/4881/statm: 919 745 106 274 0 642 0
Current children cumulated CPU time (s) 0.24
Current children cumulated vsize (KiB) 3676

[startup+1.50247 s]
/proc/loadavg: 0.92 0.98 0.99 2/67 4884
/proc/meminfo: memFree=1828760/2055920 swapFree=4182052/4192956
[pid=4881] ppid=4879 vsize=3676 CPUtime=0.24
/proc/4881/stat : 4881 (IUT_BMB_SAT) S 4879 4881 4576 0 -1 4194304 763 0 0 0 17 7 0 0 19 0 1 0 100872743 3764224 745 1992294400 134512640 135635285 4294956208 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 1 0 0
/proc/4881/statm: 919 745 106 274 0 642 0
[pid=4883] ppid=4881 vsize=5356 CPUtime=0
/proc/4883/stat : 4883 (sh) S 4881 4881 4576 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 100872767 5484544 232 1992294400 4194304 4889804 548682068880 18446744073709551615 233402065732 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/4883/statm: 1339 232 193 169 0 50 0
[pid=4884] ppid=4883 vsize=4464 CPUtime=1.24
/proc/4884/stat : 4884 (minisat) R 4883 4881 4576 0 -1 4194304 992 0 0 0 124 0 0 0 25 0 1 0 100872768 4571136 926 1992294400 134512640 135243223 4294956304 18446744073709551615 134555619 0 0 4096 3 0 0 0 17 1 0 0
/proc/4884/statm: 1116 926 84 178 0 936 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 13496

[startup+3.10163 s]
/proc/loadavg: 0.92 0.98 0.99 2/67 4884
/proc/meminfo: memFree=1828568/2055920 swapFree=4182052/4192956
[pid=4881] ppid=4879 vsize=3676 CPUtime=0.24
/proc/4881/stat : 4881 (IUT_BMB_SAT) S 4879 4881 4576 0 -1 4194304 763 0 0 0 17 7 0 0 19 0 1 0 100872743 3764224 745 1992294400 134512640 135635285 4294956208 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 1 0 0
/proc/4881/statm: 919 745 106 274 0 642 0
[pid=4883] ppid=4881 vsize=5356 CPUtime=0
/proc/4883/stat : 4883 (sh) S 4881 4881 4576 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 100872767 5484544 232 1992294400 4194304 4889804 548682068880 18446744073709551615 233402065732 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/4883/statm: 1339 232 193 169 0 50 0
[pid=4884] ppid=4883 vsize=5052 CPUtime=2.84
/proc/4884/stat : 4884 (minisat) R 4883 4881 4576 0 -1 4194304 1106 0 0 0 284 0 0 0 25 0 1 0 100872768 5173248 1040 1992294400 134512640 135243223 4294956304 18446744073709551615 134555681 0 0 4096 3 0 0 0 17 1 0 0
/proc/4884/statm: 1263 1040 84 178 0 1083 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 14084

[startup+6.30195 s]
/proc/loadavg: 0.93 0.98 0.99 2/67 4884
/proc/meminfo: memFree=1827416/2055920 swapFree=4182052/4192956
[pid=4881] ppid=4879 vsize=3676 CPUtime=0.24
/proc/4881/stat : 4881 (IUT_BMB_SAT) S 4879 4881 4576 0 -1 4194304 763 0 0 0 17 7 0 0 19 0 1 0 100872743 3764224 745 1992294400 134512640 135635285 4294956208 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 1 0 0
/proc/4881/statm: 919 745 106 274 0 642 0
[pid=4883] ppid=4881 vsize=5356 CPUtime=0
/proc/4883/stat : 4883 (sh) S 4881 4881 4576 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 100872767 5484544 232 1992294400 4194304 4889804 548682068880 18446744073709551615 233402065732 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/4883/statm: 1339 232 193 169 0 50 0
[pid=4884] ppid=4883 vsize=5580 CPUtime=6.04
/proc/4884/stat : 4884 (minisat) R 4883 4881 4576 0 -1 4194304 1262 0 0 0 604 0 0 0 25 0 1 0 100872768 5713920 1196 1992294400 134512640 135243223 4294956304 18446744073709551615 134555523 0 0 4096 3 0 0 0 17 1 0 0
/proc/4884/statm: 1395 1196 84 178 0 1215 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 14612

[startup+12.7016 s]
/proc/loadavg: 0.93 0.98 0.99 2/67 4884
/proc/meminfo: memFree=1826776/2055920 swapFree=4182052/4192956
[pid=4881] ppid=4879 vsize=3676 CPUtime=0.24
/proc/4881/stat : 4881 (IUT_BMB_SAT) S 4879 4881 4576 0 -1 4194304 763 0 0 0 17 7 0 0 19 0 1 0 100872743 3764224 745 1992294400 134512640 135635285 4294956208 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 1 0 0
/proc/4881/statm: 919 745 106 274 0 642 0
[pid=4883] ppid=4881 vsize=5356 CPUtime=0
/proc/4883/stat : 4883 (sh) S 4881 4881 4576 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 100872767 5484544 232 1992294400 4194304 4889804 548682068880 18446744073709551615 233402065732 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/4883/statm: 1339 232 193 169 0 50 0
[pid=4884] ppid=4883 vsize=6240 CPUtime=12.44
/proc/4884/stat : 4884 (minisat) R 4883 4881 4576 0 -1 4194304 1430 0 0 0 1243 1 0 0 25 0 1 0 100872768 6389760 1364 1992294400 134512640 135243223 4294956304 18446744073709551615 134555570 0 0 4096 3 0 0 0 17 1 0 0
/proc/4884/statm: 1560 1364 84 178 0 1380 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 15272

[startup+25.5019 s]
/proc/loadavg: 0.95 0.98 0.99 2/67 4884
/proc/meminfo: memFree=1826264/2055920 swapFree=4182052/4192956
[pid=4881] ppid=4879 vsize=3676 CPUtime=0.24
/proc/4881/stat : 4881 (IUT_BMB_SAT) S 4879 4881 4576 0 -1 4194304 763 0 0 0 17 7 0 0 19 0 1 0 100872743 3764224 745 1992294400 134512640 135635285 4294956208 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 1 0 0
/proc/4881/statm: 919 745 106 274 0 642 0
[pid=4883] ppid=4881 vsize=5356 CPUtime=0
/proc/4883/stat : 4883 (sh) S 4881 4881 4576 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 100872767 5484544 232 1992294400 4194304 4889804 548682068880 18446744073709551615 233402065732 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/4883/statm: 1339 232 193 169 0 50 0
[pid=4884] ppid=4883 vsize=6880 CPUtime=25.24
/proc/4884/stat : 4884 (minisat) R 4883 4881 4576 0 -1 4194304 1560 0 0 0 2523 1 0 0 25 0 1 0 100872768 7045120 1494 1992294400 134512640 135243223 4294956304 18446744073709551615 134556172 0 0 4096 3 0 0 0 17 1 0 0
/proc/4884/statm: 1720 1494 84 178 0 1540 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 15912

[startup+51.1014 s]
/proc/loadavg: 0.96 0.98 0.99 2/67 4884
/proc/meminfo: memFree=1825496/2055920 swapFree=4182052/4192956
[pid=4881] ppid=4879 vsize=3676 CPUtime=0.24
/proc/4881/stat : 4881 (IUT_BMB_SAT) S 4879 4881 4576 0 -1 4194304 763 0 0 0 17 7 0 0 19 0 1 0 100872743 3764224 745 1992294400 134512640 135635285 4294956208 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 1 0 0
/proc/4881/statm: 919 745 106 274 0 642 0
[pid=4883] ppid=4881 vsize=5356 CPUtime=0
/proc/4883/stat : 4883 (sh) S 4881 4881 4576 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 100872767 5484544 232 1992294400 4194304 4889804 548682068880 18446744073709551615 233402065732 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/4883/statm: 1339 232 193 169 0 50 0
[pid=4884] ppid=4883 vsize=7708 CPUtime=50.83
/proc/4884/stat : 4884 (minisat) R 4883 4881 4576 0 -1 4194304 1763 0 0 0 5082 1 0 0 25 0 1 0 100872768 7892992 1697 1992294400 134512640 135243223 4294956304 18446744073709551615 134555696 0 0 4096 3 0 0 0 17 1 0 0
/proc/4884/statm: 1927 1697 84 178 0 1747 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 16740

[startup+102.305 s]
/proc/loadavg: 0.98 0.98 0.99 2/67 4884
/proc/meminfo: memFree=1824408/2055920 swapFree=4182052/4192956
[pid=4881] ppid=4879 vsize=3676 CPUtime=0.24
/proc/4881/stat : 4881 (IUT_BMB_SAT) S 4879 4881 4576 0 -1 4194304 763 0 0 0 17 7 0 0 19 0 1 0 100872743 3764224 745 1992294400 134512640 135635285 4294956208 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 1 0 0
/proc/4881/statm: 919 745 106 274 0 642 0
[pid=4883] ppid=4881 vsize=5356 CPUtime=0
/proc/4883/stat : 4883 (sh) S 4881 4881 4576 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 100872767 5484544 232 1992294400 4194304 4889804 548682068880 18446744073709551615 233402065732 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/4883/statm: 1339 232 193 169 0 50 0
[pid=4884] ppid=4883 vsize=8768 CPUtime=102.01
/proc/4884/stat : 4884 (minisat) R 4883 4881 4576 0 -1 4194304 2027 0 0 0 10200 1 0 0 25 0 1 0 100872768 8978432 1961 1992294400 134512640 135243223 4294956304 18446744073709551615 134555693 0 0 4096 3 0 0 0 17 1 0 0
/proc/4884/statm: 2192 1961 84 178 0 2012 0
Current children cumulated CPU time (s) 102.25
Current children cumulated vsize (KiB) 17800

[startup+162.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/67 4884
/proc/meminfo: memFree=1823192/2055920 swapFree=4182052/4192956
[pid=4881] ppid=4879 vsize=3676 CPUtime=0.24
/proc/4881/stat : 4881 (IUT_BMB_SAT) S 4879 4881 4576 0 -1 4194304 763 0 0 0 17 7 0 0 19 0 1 0 100872743 3764224 745 1992294400 134512640 135635285 4294956208 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 1 0 0
/proc/4881/statm: 919 745 106 274 0 642 0
[pid=4883] ppid=4881 vsize=5356 CPUtime=0
/proc/4883/stat : 4883 (sh) S 4881 4881 4576 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 100872767 5484544 232 1992294400 4194304 4889804 548682068880 18446744073709551615 233402065732 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/4883/statm: 1339 232 193 169 0 50 0
[pid=4884] ppid=4883 vsize=9840 CPUtime=162
/proc/4884/stat : 4884 (minisat) R 4883 4881 4576 0 -1 4194304 2317 0 0 0 16198 2 0 0 25 0 1 0 100872768 10076160 2251 1992294400 134512640 135243223 4294956304 18446744073709551615 134555744 0 0 4096 3 0 0 0 17 1 0 0
/proc/4884/statm: 2460 2251 84 178 0 2280 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 18872

[startup+222.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/67 4884
/proc/meminfo: memFree=1822424/2055920 swapFree=4182052/4192956
[pid=4881] ppid=4879 vsize=3676 CPUtime=0.24
/proc/4881/stat : 4881 (IUT_BMB_SAT) S 4879 4881 4576 0 -1 4194304 763 0 0 0 17 7 0 0 19 0 1 0 100872743 3764224 745 1992294400 134512640 135635285 4294956208 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 1 0 0
/proc/4881/statm: 919 745 106 274 0 642 0
[pid=4883] ppid=4881 vsize=5356 CPUtime=0
/proc/4883/stat : 4883 (sh) S 4881 4881 4576 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 100872767 5484544 232 1992294400 4194304 4889804 548682068880 18446744073709551615 233402065732 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/4883/statm: 1339 232 193 169 0 50 0
[pid=4884] ppid=4883 vsize=10724 CPUtime=221.98
/proc/4884/stat : 4884 (minisat) R 4883 4881 4576 0 -1 4194304 2507 0 0 0 22196 2 0 0 25 0 1 0 100872768 10981376 2441 1992294400 134512640 135243223 4294956304 18446744073709551615 134555564 0 0 4096 3 0 0 0 17 1 0 0
/proc/4884/statm: 2681 2441 84 178 0 2501 0
Current children cumulated CPU time (s) 222.22
Current children cumulated vsize (KiB) 19756

[startup+282.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/67 4884
/proc/meminfo: memFree=1821912/2055920 swapFree=4182052/4192956
[pid=4881] ppid=4879 vsize=3676 CPUtime=0.24
/proc/4881/stat : 4881 (IUT_BMB_SAT) S 4879 4881 4576 0 -1 4194304 763 0 0 0 17 7 0 0 19 0 1 0 100872743 3764224 745 1992294400 134512640 135635285 4294956208 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 1 0 0
/proc/4881/statm: 919 745 106 274 0 642 0
[pid=4883] ppid=4881 vsize=5356 CPUtime=0
/proc/4883/stat : 4883 (sh) S 4881 4881 4576 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 100872767 5484544 232 1992294400 4194304 4889804 548682068880 18446744073709551615 233402065732 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/4883/statm: 1339 232 193 169 0 50 0

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

[pid=4881] ppid=4879 vsize=3676 CPUtime=0.24
/proc/4881/stat : 4881 (IUT_BMB_SAT) S 4879 4881 4576 0 -1 4194304 763 0 0 0 17 7 0 0 19 0 1 0 100872743 3764224 745 1992294400 134512640 135635285 4294956208 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 1 0 0
/proc/4881/statm: 919 745 106 274 0 642 0
[pid=4883] ppid=4881 vsize=5356 CPUtime=0
/proc/4883/stat : 4883 (sh) S 4881 4881 4576 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 100872767 5484544 232 1992294400 4194304 4889804 548682068880 18446744073709551615 233402065732 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/4883/statm: 1339 232 193 169 0 50 0
[pid=4884] ppid=4883 vsize=12704 CPUtime=641.88
/proc/4884/stat : 4884 (minisat) R 4883 4881 4576 0 -1 4194304 3009 0 0 0 64184 4 0 0 25 0 1 0 100872768 13008896 2943 1992294400 134512640 135243223 4294956304 18446744073709551615 134555564 0 0 4096 3 0 0 0 17 1 0 0
/proc/4884/statm: 3176 2943 84 178 0 2996 0
Current children cumulated CPU time (s) 642.12
Current children cumulated vsize (KiB) 21736

[startup+702.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/67 4884
/proc/meminfo: memFree=1819928/2055920 swapFree=4182052/4192956
[pid=4881] ppid=4879 vsize=3676 CPUtime=0.24
/proc/4881/stat : 4881 (IUT_BMB_SAT) S 4879 4881 4576 0 -1 4194304 763 0 0 0 17 7 0 0 19 0 1 0 100872743 3764224 745 1992294400 134512640 135635285 4294956208 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 1 0 0
/proc/4881/statm: 919 745 106 274 0 642 0
[pid=4883] ppid=4881 vsize=5356 CPUtime=0
/proc/4883/stat : 4883 (sh) S 4881 4881 4576 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 100872767 5484544 232 1992294400 4194304 4889804 548682068880 18446744073709551615 233402065732 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/4883/statm: 1339 232 193 169 0 50 0
[pid=4884] ppid=4883 vsize=13004 CPUtime=701.86
/proc/4884/stat : 4884 (minisat) R 4883 4881 4576 0 -1 4194304 3060 0 0 0 70182 4 0 0 25 0 1 0 100872768 13316096 2994 1992294400 134512640 135243223 4294956304 18446744073709551615 134555520 0 0 4096 3 0 0 0 17 1 0 0
/proc/4884/statm: 3251 2994 84 178 0 3071 0
Current children cumulated CPU time (s) 702.1
Current children cumulated vsize (KiB) 22036

[startup+762.306 s]
/proc/loadavg: 0.99 0.98 0.99 2/67 4884
/proc/meminfo: memFree=1819800/2055920 swapFree=4182052/4192956
[pid=4881] ppid=4879 vsize=3676 CPUtime=0.24
/proc/4881/stat : 4881 (IUT_BMB_SAT) S 4879 4881 4576 0 -1 4194304 763 0 0 0 17 7 0 0 19 0 1 0 100872743 3764224 745 1992294400 134512640 135635285 4294956208 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 1 0 0
/proc/4881/statm: 919 745 106 274 0 642 0
[pid=4883] ppid=4881 vsize=5356 CPUtime=0
/proc/4883/stat : 4883 (sh) S 4881 4881 4576 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 100872767 5484544 232 1992294400 4194304 4889804 548682068880 18446744073709551615 233402065732 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/4883/statm: 1339 232 193 169 0 50 0
[pid=4884] ppid=4883 vsize=13004 CPUtime=761.85
/proc/4884/stat : 4884 (minisat) R 4883 4881 4576 0 -1 4194304 3081 0 0 0 76181 4 0 0 25 0 1 0 100872768 13316096 3015 1992294400 134512640 135243223 4294956304 18446744073709551615 134555744 0 0 4096 3 0 0 0 17 1 0 0
/proc/4884/statm: 3251 3015 84 178 0 3071 0
Current children cumulated CPU time (s) 762.09
Current children cumulated vsize (KiB) 22036

[startup+822.303 s]
/proc/loadavg: 0.99 0.98 0.99 2/67 4890
/proc/meminfo: memFree=1818392/2055920 swapFree=4182052/4192956
[pid=4881] ppid=4879 vsize=3676 CPUtime=0.24
/proc/4881/stat : 4881 (IUT_BMB_SAT) S 4879 4881 4576 0 -1 4194304 763 0 0 0 17 7 0 0 19 0 1 0 100872743 3764224 745 1992294400 134512640 135635285 4294956208 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 1 0 0
/proc/4881/statm: 919 745 106 274 0 642 0
[pid=4883] ppid=4881 vsize=5356 CPUtime=0
/proc/4883/stat : 4883 (sh) S 4881 4881 4576 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 100872767 5484544 232 1992294400 4194304 4889804 548682068880 18446744073709551615 233402065732 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/4883/statm: 1339 232 193 169 0 50 0
[pid=4884] ppid=4883 vsize=13668 CPUtime=821.84
/proc/4884/stat : 4884 (minisat) R 4883 4881 4576 0 -1 4194304 3239 0 0 0 82179 5 0 0 25 0 1 0 100872768 13996032 3173 1992294400 134512640 135243223 4294956304 18446744073709551615 134555753 0 0 4096 3 0 0 0 17 1 0 0
/proc/4884/statm: 3417 3173 84 178 0 3237 0
Current children cumulated CPU time (s) 822.08
Current children cumulated vsize (KiB) 22700

[startup+882.303 s]
/proc/loadavg: 0.99 0.98 0.99 2/67 4890
/proc/meminfo: memFree=1817688/2055920 swapFree=4182052/4192956
[pid=4881] ppid=4879 vsize=3676 CPUtime=0.24
/proc/4881/stat : 4881 (IUT_BMB_SAT) S 4879 4881 4576 0 -1 4194304 763 0 0 0 17 7 0 0 19 0 1 0 100872743 3764224 745 1992294400 134512640 135635285 4294956208 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 1 0 0
/proc/4881/statm: 919 745 106 274 0 642 0
[pid=4883] ppid=4881 vsize=5356 CPUtime=0
/proc/4883/stat : 4883 (sh) S 4881 4881 4576 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 100872767 5484544 232 1992294400 4194304 4889804 548682068880 18446744073709551615 233402065732 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/4883/statm: 1339 232 193 169 0 50 0
[pid=4884] ppid=4883 vsize=14356 CPUtime=881.82
/proc/4884/stat : 4884 (minisat) R 4883 4881 4576 0 -1 4194304 3416 0 0 0 88177 5 0 0 25 0 1 0 100872768 14700544 3350 1992294400 134512640 135243223 4294956304 18446744073709551615 134555939 0 0 4096 3 0 0 0 17 1 0 0
/proc/4884/statm: 3589 3350 84 178 0 3409 0
Current children cumulated CPU time (s) 882.06
Current children cumulated vsize (KiB) 23388

[startup+942.303 s]
/proc/loadavg: 0.99 0.98 0.99 2/67 4890
/proc/meminfo: memFree=1817496/2055920 swapFree=4182052/4192956
[pid=4881] ppid=4879 vsize=3676 CPUtime=0.24
/proc/4881/stat : 4881 (IUT_BMB_SAT) S 4879 4881 4576 0 -1 4194304 763 0 0 0 17 7 0 0 19 0 1 0 100872743 3764224 745 1992294400 134512640 135635285 4294956208 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 1 0 0
/proc/4881/statm: 919 745 106 274 0 642 0
[pid=4883] ppid=4881 vsize=5356 CPUtime=0
/proc/4883/stat : 4883 (sh) S 4881 4881 4576 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 100872767 5484544 232 1992294400 4194304 4889804 548682068880 18446744073709551615 233402065732 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/4883/statm: 1339 232 193 169 0 50 0
[pid=4884] ppid=4883 vsize=14500 CPUtime=941.81
/proc/4884/stat : 4884 (minisat) R 4883 4881 4576 0 -1 4194304 3441 0 0 0 94175 6 0 0 25 0 1 0 100872768 14848000 3375 1992294400 134512640 135243223 4294956304 18446744073709551615 134558417 0 0 4096 3 0 0 0 17 1 0 0
/proc/4884/statm: 3625 3375 84 178 0 3445 0
Current children cumulated CPU time (s) 942.05
Current children cumulated vsize (KiB) 23532

[startup+1002.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/67 4890
/proc/meminfo: memFree=1817432/2055920 swapFree=4182052/4192956
[pid=4881] ppid=4879 vsize=3676 CPUtime=0.24
/proc/4881/stat : 4881 (IUT_BMB_SAT) S 4879 4881 4576 0 -1 4194304 763 0 0 0 17 7 0 0 19 0 1 0 100872743 3764224 745 1992294400 134512640 135635285 4294956208 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 1 0 0
/proc/4881/statm: 919 745 106 274 0 642 0
[pid=4883] ppid=4881 vsize=5356 CPUtime=0
/proc/4883/stat : 4883 (sh) S 4881 4881 4576 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 100872767 5484544 232 1992294400 4194304 4889804 548682068880 18446744073709551615 233402065732 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/4883/statm: 1339 232 193 169 0 50 0
[pid=4884] ppid=4883 vsize=14644 CPUtime=1001.79
/proc/4884/stat : 4884 (minisat) R 4883 4881 4576 0 -1 4194304 3458 0 0 0 100173 6 0 0 25 0 1 0 100872768 14995456 3392 1992294400 134512640 135243223 4294956304 18446744073709551615 134555710 0 0 4096 3 0 0 0 17 1 0 0
/proc/4884/statm: 3661 3392 84 178 0 3481 0
Current children cumulated CPU time (s) 1002.03
Current children cumulated vsize (KiB) 23676

[startup+1062.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/67 4890
/proc/meminfo: memFree=1817432/2055920 swapFree=4182052/4192956
[pid=4881] ppid=4879 vsize=3676 CPUtime=0.24
/proc/4881/stat : 4881 (IUT_BMB_SAT) S 4879 4881 4576 0 -1 4194304 763 0 0 0 17 7 0 0 19 0 1 0 100872743 3764224 745 1992294400 134512640 135635285 4294956208 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 1 0 0
/proc/4881/statm: 919 745 106 274 0 642 0
[pid=4883] ppid=4881 vsize=5356 CPUtime=0
/proc/4883/stat : 4883 (sh) S 4881 4881 4576 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 100872767 5484544 232 1992294400 4194304 4889804 548682068880 18446744073709551615 233402065732 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/4883/statm: 1339 232 193 169 0 50 0
[pid=4884] ppid=4883 vsize=14644 CPUtime=1061.77
/proc/4884/stat : 4884 (minisat) R 4883 4881 4576 0 -1 4194304 3465 0 0 0 106171 6 0 0 25 0 1 0 100872768 14995456 3399 1992294400 134512640 135243223 4294956304 18446744073709551615 134555744 0 0 4096 3 0 0 0 17 1 0 0
/proc/4884/statm: 3661 3399 84 178 0 3481 0
Current children cumulated CPU time (s) 1062.01
Current children cumulated vsize (KiB) 23676

[startup+1122.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/67 4890
/proc/meminfo: memFree=1817176/2055920 swapFree=4182052/4192956
[pid=4881] ppid=4879 vsize=3676 CPUtime=0.24
/proc/4881/stat : 4881 (IUT_BMB_SAT) S 4879 4881 4576 0 -1 4194304 763 0 0 0 17 7 0 0 19 0 1 0 100872743 3764224 745 1992294400 134512640 135635285 4294956208 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 1 0 0
/proc/4881/statm: 919 745 106 274 0 642 0
[pid=4883] ppid=4881 vsize=5356 CPUtime=0
/proc/4883/stat : 4883 (sh) S 4881 4881 4576 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 100872767 5484544 232 1992294400 4194304 4889804 548682068880 18446744073709551615 233402065732 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/4883/statm: 1339 232 193 169 0 50 0
[pid=4884] ppid=4883 vsize=14800 CPUtime=1121.76
/proc/4884/stat : 4884 (minisat) R 4883 4881 4576 0 -1 4194304 3504 0 0 0 112170 6 0 0 25 0 1 0 100872768 15155200 3438 1992294400 134512640 135243223 4294956304 18446744073709551615 134555744 0 0 4096 3 0 0 0 17 1 0 0
/proc/4884/statm: 3700 3438 84 178 0 3520 0
Current children cumulated CPU time (s) 1122
Current children cumulated vsize (KiB) 23832

[startup+1182.3 s]
/proc/loadavg: 1.07 1.00 1.00 2/67 4890
/proc/meminfo: memFree=1817048/2055920 swapFree=4182052/4192956
[pid=4881] ppid=4879 vsize=3676 CPUtime=0.24
/proc/4881/stat : 4881 (IUT_BMB_SAT) S 4879 4881 4576 0 -1 4194304 763 0 0 0 17 7 0 0 19 0 1 0 100872743 3764224 745 1992294400 134512640 135635285 4294956208 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 1 0 0
/proc/4881/statm: 919 745 106 274 0 642 0
[pid=4883] ppid=4881 vsize=5356 CPUtime=0
/proc/4883/stat : 4883 (sh) S 4881 4881 4576 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 100872767 5484544 232 1992294400 4194304 4889804 548682068880 18446744073709551615 233402065732 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/4883/statm: 1339 232 193 169 0 50 0
[pid=4884] ppid=4883 vsize=14944 CPUtime=1181.74
/proc/4884/stat : 4884 (minisat) R 4883 4881 4576 0 -1 4194304 3542 0 0 0 118168 6 0 0 25 0 1 0 100872768 15302656 3476 1992294400 134512640 135243223 4294956304 18446744073709551615 134555744 0 0 4096 3 0 0 0 17 1 0 0
/proc/4884/statm: 3736 3476 84 178 0 3556 0
Current children cumulated CPU time (s) 1181.98
Current children cumulated vsize (KiB) 23976



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.4 s]
/proc/loadavg: 1.05 1.00 1.00 2/67 4890
/proc/meminfo: memFree=1816984/2055920 swapFree=4182052/4192956
[pid=4881] ppid=4879 vsize=3676 CPUtime=0.24
/proc/4881/stat : 4881 (IUT_BMB_SAT) S 4879 4881 4576 0 -1 4194304 763 0 0 0 17 7 0 0 19 0 1 0 100872743 3764224 745 1992294400 134512640 135635285 4294956208 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 1 0 0
/proc/4881/statm: 919 745 106 274 0 642 0
[pid=4883] ppid=4881 vsize=5356 CPUtime=0
/proc/4883/stat : 4883 (sh) S 4881 4881 4576 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 100872767 5484544 232 1992294400 4194304 4889804 548682068880 18446744073709551615 233402065732 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/4883/statm: 1339 232 193 169 0 50 0
[pid=4884] ppid=4883 vsize=14944 CPUtime=1199.84
/proc/4884/stat : 4884 (minisat) R 4883 4881 4576 0 -1 4194304 3542 0 0 0 119978 6 0 0 25 0 1 0 100872768 15302656 3476 1992294400 134512640 135243223 4294956304 18446744073709551615 134555658 0 0 4096 3 0 0 0 17 1 0 0
/proc/4884/statm: 3736 3476 84 178 0 3556 0
Current children cumulated CPU time (s) 1200.08
Current children cumulated vsize (KiB) 23976

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

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

Child status: 0
Real time (s): 1200.42
CPU time (s): 1200.11
CPU user time (s): 1199.97
CPU system time (s): 0.146977
CPU usage (%): 99.9748
Max. virtual memory (cumulated for all children) (KiB): 23976

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1199.97
system time used= 0.146977
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 5069
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= 8
involuntary context switches= 2070

runsolver used 1.14283 second user time and 3.23451 second system time

The end

Launcher Data

Begin job on node70 at 2009-04-26 08:47:47
IDJOB=1727749
IDBENCH=24644
IDSOLVER=523
FILE ID=node70/1727749-1240728467
PBS_JOBID= 9186916
Free space on /tmp= 66336 MiB

SOLVER NAME= IUT_BMB_SAT 1.0
BENCH NAME= SAT07/crafted/Hard/contest05/QG/QG7a-gensys-ukn002.sat05-3842.reshuffled-07.cnf
COMMAND LINE= IUT_BMB_SAT BENCHNAME TMPDIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1727749-1240728467/watcher-1727749-1240728467 -o /tmp/evaluation-result-1727749-1240728467/solver-1727749-1240728467 -C 1200 -W 1800 -M 1800 --output-limit 1,15  IUT_BMB_SAT HOME/instance-1727749-1240728467.cnf HOME

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

MD5SUM BENCH= cd51741c2df34af4fdb8becaf8b3fc51
RANDOM SEED=2027376819

node70.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.213
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.213
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:       1836176 kB
Buffers:          9432 kB
Cached:         140032 kB
SwapCached:       4896 kB
Active:          23480 kB
Inactive:       134116 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1836176 kB
SwapTotal:     4192956 kB
SwapFree:      4182052 kB
Dirty:            2900 kB
Writeback:           0 kB
Mapped:          14420 kB
Slab:            48128 kB
Committed_AS:   333816 kB
PageTables:       1372 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= 66332 MiB
End job on node70 at 2009-04-26 09:07:48