Trace number 1784815

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.09 5001.62

General information on the benchmark

Namecrafted/Hard/contest04/others/
equilarge_l3.sat05-520.reshuffled-07.cnf
MD5SUM8fc368e9f6ea136e0b6522b198a7a916
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark1387.39
Satisfiable
(Un)Satisfiability was proved
Number of variables4496
Number of clauses18591
Sum of the clauses size54418
Maximum clause length3
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 21355
Number of clauses of size 317236
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.10/0.17	c WARNING: for repeatability, setting FPU to use double precision
0.10/0.17	c ============================[ Problem Statistics ]=============================
0.10/0.17	c |                                                                             |
0.10/0.17	c |  Number of variables:  4496                                                 |
0.10/0.17	c |  Number of clauses:    18591                                                |
0.17/0.20	c |  Parsing time:         0.02         s                                       |
0.17/0.27	c ============================[ Search Statistics ]==============================
0.17/0.27	c | Conflicts |          ORIGINAL         |          LEARNT          | Progress |
0.17/0.27	c |           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
0.17/0.27	c ===============================================================================
0.17/0.27	c |         0 |    2814    18148    66018 |     6049        0    nan |  0.000 % |
0.17/0.28	c |       101 |    2814    18148    66018 |     6654      101     13 |  0.000 % |
0.17/0.30	c |       252 |    2814    18148    66018 |     7319      252     19 |  0.000 % |
0.17/0.32	c |       477 |    2814    18148    66018 |     8051      477     19 |  0.000 % |
0.17/0.35	c |       815 |    2814    18148    66018 |     8856      815     21 |  0.000 % |
0.17/0.40	c |      1322 |    2814    18148    66018 |     9742     1322     24 |  0.000 % |
0.17/0.47	c |      2083 |    2814    18148    66018 |    10716     2083     23 |  0.000 % |
0.17/0.67	c |      3222 |    2814    18148    66018 |    11788     3222     26 |  0.000 % |
0.17/1.09	c |      4930 |    2814    18148    66018 |    12967     4930     32 |  0.000 % |
1.49/1.53	c |      7492 |    2814    18148    66018 |    14264     7492     33 |  0.000 % |
2.49/2.56	c |     11337 |    2814    18148    66018 |    15690    11337     36 |  0.000 % |
3.58/3.64	c |     17104 |    2814    18148    66018 |    17259    17104     37 |  0.000 % |
6.48/6.57	c |     25753 |    2814    18148    66018 |    18985    16314     40 |  0.000 % |
9.48/9.56	c |     38728 |    2814    18148    66018 |    20883    19001     37 |  0.000 % |
16.17/16.21	c |     58189 |    2814    18148    66018 |    22972    15564     38 |  0.000 % |
27.96/28.03	c |     87381 |    2814    18148    66018 |    25269    17707     42 |  0.000 % |
47.06/47.16	c |    131170 |    2814    18148    66018 |    27796    17068     35 |  0.000 % |
79.74/79.82	c |    196855 |    2814    18148    66018 |    30576    15880     33 |  0.000 % |
126.83/126.99	c |    295381 |    2814    18148    66018 |    33633    16432     40 |  0.000 % |
220.89/221.04	c |    443170 |    2814    18148    66018 |    36997    21594     48 |  0.000 % |
344.25/344.49	c |    664855 |    2814    18148    66018 |    40696    34850     42 |  0.000 % |
544.28/544.53	c |    997381 |    2814    18148    66018 |    44766    16430     35 |  0.000 % |
866.22/866.69	c |   1496171 |    2814    18148    66018 |    49243    16523     34 |  0.000 % |
1450.89/1451.57	c |   2244353 |    2814    18148    66018 |    54167    23530     43 |  0.000 % |
2469.97/2470.97	c |   3366628 |    2814    18148    66018 |    59584    55072     63 |  0.000 % |
4793.30/4794.83	c |   5050040 |    2814    18148    66018 |    65542    29798     53 |  0.000 % |
5000.06/5001.61	sh: line 1: 30136 Terminated              HOME/minisat simple.out solve.out >temp.out
5000.06/5001.61	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-1784815-1241866942/watcher-1784815-1241866942 -o /tmp/evaluation-result-1784815-1241866942/solver-1784815-1241866942 -C 5000 -W 6000 -M 1800 IUT_BMB_SAT HOME/instance-1784815-1241866942.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.98 0.92 2/64 30133
/proc/meminfo: memFree=1750120/2055920 swapFree=4075572/4192956
[pid=30133] ppid=30131 vsize=1680 CPUtime=0
/proc/30133/stat : 30133 (IUT_BMB_SAT) R 30131 30133 29795 0 -1 4194304 214 0 0 0 0 0 0 0 18 0 1 0 214722216 1720320 197 1992294400 134512640 135635285 4294956224 18446744073709551615 134533635 0 0 4096 0 0 0 0 17 0 0 0
/proc/30133/statm: 420 198 92 274 0 143 0

[startup+0.103046 s]
/proc/loadavg: 0.99 0.98 0.92 2/64 30133
/proc/meminfo: memFree=1750120/2055920 swapFree=4075572/4192956
[pid=30133] ppid=30131 vsize=3116 CPUtime=0.1
/proc/30133/stat : 30133 (IUT_BMB_SAT) R 30131 30133 29795 0 -1 4194304 610 0 0 0 8 2 0 0 18 0 1 0 214722216 3190784 593 1992294400 134512640 135635285 4294956224 18446744073709551615 135132478 0 0 4096 0 0 0 0 17 0 0 0
/proc/30133/statm: 779 593 101 274 0 502 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 3116

[startup+0.201055 s]
/proc/loadavg: 0.99 0.98 0.92 2/64 30133
/proc/meminfo: memFree=1750120/2055920 swapFree=4075572/4192956
[pid=30133] ppid=30131 vsize=3116 CPUtime=0.17
/proc/30133/stat : 30133 (IUT_BMB_SAT) S 30131 30133 29795 0 -1 4194304 616 0 0 0 10 7 0 0 18 0 1 0 214722216 3190784 598 1992294400 134512640 135635285 4294956224 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/30133/statm: 779 598 106 274 0 502 0
Current children cumulated CPU time (s) 0.17
Current children cumulated vsize (KiB) 3116

[startup+0.301062 s]
/proc/loadavg: 0.99 0.98 0.92 2/64 30133
/proc/meminfo: memFree=1750120/2055920 swapFree=4075572/4192956
[pid=30133] ppid=30131 vsize=3116 CPUtime=0.17
/proc/30133/stat : 30133 (IUT_BMB_SAT) S 30131 30133 29795 0 -1 4194304 616 0 0 0 10 7 0 0 18 0 1 0 214722216 3190784 598 1992294400 134512640 135635285 4294956224 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/30133/statm: 779 598 106 274 0 502 0
Current children cumulated CPU time (s) 0.17
Current children cumulated vsize (KiB) 3116

[startup+0.701099 s]
/proc/loadavg: 0.99 0.98 0.92 2/64 30133
/proc/meminfo: memFree=1750120/2055920 swapFree=4075572/4192956
[pid=30133] ppid=30131 vsize=3116 CPUtime=0.17
/proc/30133/stat : 30133 (IUT_BMB_SAT) S 30131 30133 29795 0 -1 4194304 616 0 0 0 10 7 0 0 18 0 1 0 214722216 3190784 598 1992294400 134512640 135635285 4294956224 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/30133/statm: 779 598 106 274 0 502 0
Current children cumulated CPU time (s) 0.17
Current children cumulated vsize (KiB) 3116

[startup+1.50117 s]
/proc/loadavg: 0.99 0.98 0.92 2/67 30136
/proc/meminfo: memFree=1744272/2055920 swapFree=4075572/4192956
[pid=30133] ppid=30131 vsize=3116 CPUtime=0.17
/proc/30133/stat : 30133 (IUT_BMB_SAT) S 30131 30133 29795 0 -1 4194304 616 0 0 0 10 7 0 0 18 0 1 0 214722216 3190784 598 1992294400 134512640 135635285 4294956224 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/30133/statm: 779 598 106 274 0 502 0
[pid=30135] ppid=30133 vsize=5356 CPUtime=0
/proc/30135/stat : 30135 (sh) S 30133 30133 29795 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 214722233 5484544 232 1992294400 4194304 4889804 548682068912 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30135/statm: 1339 232 193 169 0 50 0
[pid=30136] ppid=30135 vsize=5148 CPUtime=1.32
/proc/30136/stat : 30136 (minisat) R 30135 30133 29795 0 -1 4194304 1056 0 0 0 132 0 0 0 25 0 1 0 214722233 5271552 987 1992294400 134512640 135243223 4294956320 18446744073709551615 134558848 0 0 4096 3 0 0 0 17 0 0 0
/proc/30136/statm: 1287 987 84 178 0 1107 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 13620

[startup+3.10131 s]
/proc/loadavg: 0.99 0.98 0.92 2/67 30136
/proc/meminfo: memFree=1743312/2055920 swapFree=4075572/4192956
[pid=30133] ppid=30131 vsize=3116 CPUtime=0.17
/proc/30133/stat : 30133 (IUT_BMB_SAT) S 30131 30133 29795 0 -1 4194304 616 0 0 0 10 7 0 0 18 0 1 0 214722216 3190784 598 1992294400 134512640 135635285 4294956224 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/30133/statm: 779 598 106 274 0 502 0
[pid=30135] ppid=30133 vsize=5356 CPUtime=0
/proc/30135/stat : 30135 (sh) S 30133 30133 29795 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 214722233 5484544 232 1992294400 4194304 4889804 548682068912 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30135/statm: 1339 232 193 169 0 50 0
[pid=30136] ppid=30135 vsize=6636 CPUtime=2.92
/proc/30136/stat : 30136 (minisat) R 30135 30133 29795 0 -1 4194304 1400 0 0 0 292 0 0 0 25 0 1 0 214722233 6795264 1331 1992294400 134512640 135243223 4294956320 18446744073709551615 134555504 0 0 4096 3 0 0 0 17 0 0 0
/proc/30136/statm: 1659 1331 84 178 0 1479 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 15108

[startup+6.3026 s]
/proc/loadavg: 0.99 0.98 0.92 2/67 30136
/proc/meminfo: memFree=1741392/2055920 swapFree=4075572/4192956
[pid=30133] ppid=30131 vsize=3116 CPUtime=0.17
/proc/30133/stat : 30133 (IUT_BMB_SAT) S 30131 30133 29795 0 -1 4194304 616 0 0 0 10 7 0 0 18 0 1 0 214722216 3190784 598 1992294400 134512640 135635285 4294956224 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/30133/statm: 779 598 106 274 0 502 0
[pid=30135] ppid=30133 vsize=5356 CPUtime=0
/proc/30135/stat : 30135 (sh) S 30133 30133 29795 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 214722233 5484544 232 1992294400 4194304 4889804 548682068912 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30135/statm: 1339 232 193 169 0 50 0
[pid=30136] ppid=30135 vsize=7444 CPUtime=6.11
/proc/30136/stat : 30136 (minisat) R 30135 30133 29795 0 -1 4194304 1607 0 0 0 611 0 0 0 25 0 1 0 214722233 7622656 1538 1992294400 134512640 135243223 4294956320 18446744073709551615 134555794 0 0 4096 3 0 0 0 17 0 0 0
/proc/30136/statm: 1861 1538 84 178 0 1681 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 15916

[startup+12.7012 s]
/proc/loadavg: 0.99 0.98 0.92 2/67 30136
/proc/meminfo: memFree=1740368/2055920 swapFree=4075572/4192956
[pid=30133] ppid=30131 vsize=3116 CPUtime=0.17
/proc/30133/stat : 30133 (IUT_BMB_SAT) S 30131 30133 29795 0 -1 4194304 616 0 0 0 10 7 0 0 18 0 1 0 214722216 3190784 598 1992294400 134512640 135635285 4294956224 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/30133/statm: 779 598 106 274 0 502 0
[pid=30135] ppid=30133 vsize=5356 CPUtime=0
/proc/30135/stat : 30135 (sh) S 30133 30133 29795 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 214722233 5484544 232 1992294400 4194304 4889804 548682068912 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30135/statm: 1339 232 193 169 0 50 0
[pid=30136] ppid=30135 vsize=8368 CPUtime=12.51
/proc/30136/stat : 30136 (minisat) R 30135 30133 29795 0 -1 4194304 1857 0 0 0 1251 0 0 0 25 0 1 0 214722233 8568832 1788 1992294400 134512640 135243223 4294956320 18446744073709551615 134555616 0 0 4096 3 0 0 0 17 0 0 0
/proc/30136/statm: 2092 1788 84 178 0 1912 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 16840

[startup+25.5013 s]
/proc/loadavg: 0.99 0.98 0.92 2/67 30136
/proc/meminfo: memFree=1739344/2055920 swapFree=4075572/4192956
[pid=30133] ppid=30131 vsize=3116 CPUtime=0.17
/proc/30133/stat : 30133 (IUT_BMB_SAT) S 30131 30133 29795 0 -1 4194304 616 0 0 0 10 7 0 0 18 0 1 0 214722216 3190784 598 1992294400 134512640 135635285 4294956224 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/30133/statm: 779 598 106 274 0 502 0
[pid=30135] ppid=30133 vsize=5356 CPUtime=0
/proc/30135/stat : 30135 (sh) S 30133 30133 29795 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 214722233 5484544 232 1992294400 4194304 4889804 548682068912 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30135/statm: 1339 232 193 169 0 50 0
[pid=30136] ppid=30135 vsize=9432 CPUtime=25.29
/proc/30136/stat : 30136 (minisat) R 30135 30133 29795 0 -1 4194304 2124 0 0 0 2529 0 0 0 25 0 1 0 214722233 9658368 2055 1992294400 134512640 135243223 4294956320 18446744073709551615 134555744 0 0 4096 3 0 0 0 17 0 0 0
/proc/30136/statm: 2358 2055 84 178 0 2178 0
Current children cumulated CPU time (s) 25.46
Current children cumulated vsize (KiB) 17904

[startup+51.1016 s]
/proc/loadavg: 0.99 0.98 0.92 2/67 30136
/proc/meminfo: memFree=1738448/2055920 swapFree=4075572/4192956
[pid=30133] ppid=30131 vsize=3116 CPUtime=0.17
/proc/30133/stat : 30133 (IUT_BMB_SAT) S 30131 30133 29795 0 -1 4194304 616 0 0 0 10 7 0 0 18 0 1 0 214722216 3190784 598 1992294400 134512640 135635285 4294956224 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/30133/statm: 779 598 106 274 0 502 0
[pid=30135] ppid=30133 vsize=5356 CPUtime=0
/proc/30135/stat : 30135 (sh) S 30133 30133 29795 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 214722233 5484544 232 1992294400 4194304 4889804 548682068912 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30135/statm: 1339 232 193 169 0 50 0
[pid=30136] ppid=30135 vsize=10648 CPUtime=50.89
/proc/30136/stat : 30136 (minisat) R 30135 30133 29795 0 -1 4194304 2389 0 0 0 5088 1 0 0 25 0 1 0 214722233 10903552 2320 1992294400 134512640 135243223 4294956320 18446744073709551615 134555744 0 0 4096 3 0 0 0 17 0 0 0
/proc/30136/statm: 2662 2320 84 178 0 2482 0
Current children cumulated CPU time (s) 51.06
Current children cumulated vsize (KiB) 19120

[startup+102.301 s]
/proc/loadavg: 0.99 0.98 0.92 2/67 30136
/proc/meminfo: memFree=1736144/2055920 swapFree=4075572/4192956
[pid=30133] ppid=30131 vsize=3116 CPUtime=0.17
/proc/30133/stat : 30133 (IUT_BMB_SAT) S 30131 30133 29795 0 -1 4194304 616 0 0 0 10 7 0 0 18 0 1 0 214722216 3190784 598 1992294400 134512640 135635285 4294956224 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/30133/statm: 779 598 106 274 0 502 0
[pid=30135] ppid=30133 vsize=5356 CPUtime=0
/proc/30135/stat : 30135 (sh) S 30133 30133 29795 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 214722233 5484544 232 1992294400 4194304 4889804 548682068912 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30135/statm: 1339 232 193 169 0 50 0
[pid=30136] ppid=30135 vsize=12788 CPUtime=102.07
/proc/30136/stat : 30136 (minisat) R 30135 30133 29795 0 -1 4194304 2914 0 0 0 10206 1 0 0 25 0 1 0 214722233 13094912 2845 1992294400 134512640 135243223 4294956320 18446744073709551615 134555744 0 0 4096 3 0 0 0 17 0 0 0
/proc/30136/statm: 3197 2845 84 178 0 3017 0
Current children cumulated CPU time (s) 102.24
Current children cumulated vsize (KiB) 21260

[startup+162.302 s]
/proc/loadavg: 0.99 0.98 0.92 2/67 30136
/proc/meminfo: memFree=1733648/2055920 swapFree=4075572/4192956
[pid=30133] ppid=30131 vsize=3116 CPUtime=0.17
/proc/30133/stat : 30133 (IUT_BMB_SAT) S 30131 30133 29795 0 -1 4194304 616 0 0 0 10 7 0 0 18 0 1 0 214722216 3190784 598 1992294400 134512640 135635285 4294956224 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/30133/statm: 779 598 106 274 0 502 0
[pid=30135] ppid=30133 vsize=5356 CPUtime=0
/proc/30135/stat : 30135 (sh) S 30133 30133 29795 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 214722233 5484544 232 1992294400 4194304 4889804 548682068912 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30135/statm: 1339 232 193 169 0 50 0
[pid=30136] ppid=30135 vsize=15268 CPUtime=162.05
/proc/30136/stat : 30136 (minisat) R 30135 30133 29795 0 -1 4194304 3540 0 0 0 16203 2 0 0 25 0 1 0 214722233 15634432 3471 1992294400 134512640 135243223 4294956320 18446744073709551615 134555570 0 0 4096 3 0 0 0 17 0 0 0
/proc/30136/statm: 3817 3471 84 178 0 3637 0
Current children cumulated CPU time (s) 162.22
Current children cumulated vsize (KiB) 23740

[startup+222.306 s]
/proc/loadavg: 0.99 0.98 0.92 2/67 30136
/proc/meminfo: memFree=1732944/2055920 swapFree=4075572/4192956
[pid=30133] ppid=30131 vsize=3116 CPUtime=0.17
/proc/30133/stat : 30133 (IUT_BMB_SAT) S 30131 30133 29795 0 -1 4194304 616 0 0 0 10 7 0 0 18 0 1 0 214722216 3190784 598 1992294400 134512640 135635285 4294956224 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/30133/statm: 779 598 106 274 0 502 0
[pid=30135] ppid=30133 vsize=5356 CPUtime=0
/proc/30135/stat : 30135 (sh) S 30133 30133 29795 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 214722233 5484544 232 1992294400 4194304 4889804 548682068912 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30135/statm: 1339 232 193 169 0 50 0
[pid=30136] ppid=30135 vsize=15952 CPUtime=222.03
/proc/30136/stat : 30136 (minisat) R 30135 30133 29795 0 -1 4194304 3691 0 0 0 22201 2 0 0 25 0 1 0 214722233 16334848 3622 1992294400 134512640 135243223 4294956320 18446744073709551615 134555693 0 0 4096 3 0 0 0 17 0 0 0
/proc/30136/statm: 3988 3622 84 178 0 3808 0
Current children cumulated CPU time (s) 222.2
Current children cumulated vsize (KiB) 24424

[startup+282.301 s]
/proc/loadavg: 0.99 0.98 0.92 2/67 30136
/proc/meminfo: memFree=1732432/2055920 swapFree=4075572/4192956
[pid=30133] ppid=30131 vsize=3116 CPUtime=0.17
/proc/30133/stat : 30133 (IUT_BMB_SAT) S 30131 30133 29795 0 -1 4194304 616 0 0 0 10 7 0 0 18 0 1 0 214722216 3190784 598 1992294400 134512640 135635285 4294956224 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/30133/statm: 779 598 106 274 0 502 0
[pid=30135] ppid=30133 vsize=5356 CPUtime=0
/proc/30135/stat : 30135 (sh) S 30133 30133 29795 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 214722233 5484544 232 1992294400 4194304 4889804 548682068912 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30135/statm: 1339 232 193 169 0 50 0
[pid=30136] ppid=30135 vsize=16508 CPUtime=282

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

[pid=30133] ppid=30131 vsize=3116 CPUtime=0.17
/proc/30133/stat : 30133 (IUT_BMB_SAT) S 30131 30133 29795 0 -1 4194304 616 0 0 0 10 7 0 0 18 0 1 0 214722216 3190784 598 1992294400 134512640 135635285 4294956224 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/30133/statm: 779 598 106 274 0 502 0
[pid=30135] ppid=30133 vsize=5356 CPUtime=0
/proc/30135/stat : 30135 (sh) S 30133 30133 29795 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 214722233 5484544 232 1992294400 4194304 4889804 548682068912 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30135/statm: 1339 232 193 169 0 50 0
[pid=30136] ppid=30135 vsize=33196 CPUtime=4480.71
/proc/30136/stat : 30136 (minisat) R 30135 30133 29795 0 -1 4194304 7984 0 0 0 448061 10 0 0 25 0 1 0 214722233 33992704 7915 1992294400 134512640 135243223 4294956320 18446744073709551615 134555925 0 0 4096 3 0 0 0 17 0 0 0
/proc/30136/statm: 8299 7915 84 178 0 8119 0
Current children cumulated CPU time (s) 4480.88
Current children cumulated vsize (KiB) 41668

[startup+4542.3 s]
/proc/loadavg: 1.00 1.00 0.95 2/67 30144
/proc/meminfo: memFree=1714128/2055920 swapFree=4075572/4192956
[pid=30133] ppid=30131 vsize=3116 CPUtime=0.17
/proc/30133/stat : 30133 (IUT_BMB_SAT) S 30131 30133 29795 0 -1 4194304 616 0 0 0 10 7 0 0 18 0 1 0 214722216 3190784 598 1992294400 134512640 135635285 4294956224 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/30133/statm: 779 598 106 274 0 502 0
[pid=30135] ppid=30133 vsize=5356 CPUtime=0
/proc/30135/stat : 30135 (sh) S 30133 30133 29795 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 214722233 5484544 232 1992294400 4194304 4889804 548682068912 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30135/statm: 1339 232 193 169 0 50 0
[pid=30136] ppid=30135 vsize=33196 CPUtime=4540.7
/proc/30136/stat : 30136 (minisat) R 30135 30133 29795 0 -1 4194304 7984 0 0 0 454060 10 0 0 25 0 1 0 214722233 33992704 7915 1992294400 134512640 135243223 4294956320 18446744073709551615 134555744 0 0 4096 3 0 0 0 17 0 0 0
/proc/30136/statm: 8299 7915 84 178 0 8119 0
Current children cumulated CPU time (s) 4540.87
Current children cumulated vsize (KiB) 41668

[startup+4602.3 s]
/proc/loadavg: 1.00 1.00 0.95 2/67 30144
/proc/meminfo: memFree=1713936/2055920 swapFree=4075572/4192956
[pid=30133] ppid=30131 vsize=3116 CPUtime=0.17
/proc/30133/stat : 30133 (IUT_BMB_SAT) S 30131 30133 29795 0 -1 4194304 616 0 0 0 10 7 0 0 18 0 1 0 214722216 3190784 598 1992294400 134512640 135635285 4294956224 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/30133/statm: 779 598 106 274 0 502 0
[pid=30135] ppid=30133 vsize=5356 CPUtime=0
/proc/30135/stat : 30135 (sh) S 30133 30133 29795 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 214722233 5484544 232 1992294400 4194304 4889804 548682068912 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30135/statm: 1339 232 193 169 0 50 0
[pid=30136] ppid=30135 vsize=33196 CPUtime=4600.68
/proc/30136/stat : 30136 (minisat) R 30135 30133 29795 0 -1 4194304 7984 0 0 0 460058 10 0 0 25 0 1 0 214722233 33992704 7915 1992294400 134512640 135243223 4294956320 18446744073709551615 134555483 0 0 4096 3 0 0 0 17 0 0 0
/proc/30136/statm: 8299 7915 84 178 0 8119 0
Current children cumulated CPU time (s) 4600.85
Current children cumulated vsize (KiB) 41668

[startup+4662.3 s]
/proc/loadavg: 1.00 1.00 0.95 2/67 30144
/proc/meminfo: memFree=1713872/2055920 swapFree=4075572/4192956
[pid=30133] ppid=30131 vsize=3116 CPUtime=0.17
/proc/30133/stat : 30133 (IUT_BMB_SAT) S 30131 30133 29795 0 -1 4194304 616 0 0 0 10 7 0 0 18 0 1 0 214722216 3190784 598 1992294400 134512640 135635285 4294956224 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/30133/statm: 779 598 106 274 0 502 0
[pid=30135] ppid=30133 vsize=5356 CPUtime=0
/proc/30135/stat : 30135 (sh) S 30133 30133 29795 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 214722233 5484544 232 1992294400 4194304 4889804 548682068912 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30135/statm: 1339 232 193 169 0 50 0
[pid=30136] ppid=30135 vsize=33196 CPUtime=4660.67
/proc/30136/stat : 30136 (minisat) R 30135 30133 29795 0 -1 4194304 7984 0 0 0 466057 10 0 0 25 0 1 0 214722233 33992704 7915 1992294400 134512640 135243223 4294956320 18446744073709551615 134555744 0 0 4096 3 0 0 0 17 0 0 0
/proc/30136/statm: 8299 7915 84 178 0 8119 0
Current children cumulated CPU time (s) 4660.84
Current children cumulated vsize (KiB) 41668

[startup+4722.3 s]
/proc/loadavg: 1.00 1.00 0.95 2/67 30144
/proc/meminfo: memFree=1713872/2055920 swapFree=4075572/4192956
[pid=30133] ppid=30131 vsize=3116 CPUtime=0.17
/proc/30133/stat : 30133 (IUT_BMB_SAT) S 30131 30133 29795 0 -1 4194304 616 0 0 0 10 7 0 0 18 0 1 0 214722216 3190784 598 1992294400 134512640 135635285 4294956224 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/30133/statm: 779 598 106 274 0 502 0
[pid=30135] ppid=30133 vsize=5356 CPUtime=0
/proc/30135/stat : 30135 (sh) S 30133 30133 29795 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 214722233 5484544 232 1992294400 4194304 4889804 548682068912 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30135/statm: 1339 232 193 169 0 50 0
[pid=30136] ppid=30135 vsize=33196 CPUtime=4720.66
/proc/30136/stat : 30136 (minisat) R 30135 30133 29795 0 -1 4194304 7984 0 0 0 472056 10 0 0 25 0 1 0 214722233 33992704 7915 1992294400 134512640 135243223 4294956320 18446744073709551615 134555744 0 0 4096 3 0 0 0 17 0 0 0
/proc/30136/statm: 8299 7915 84 178 0 8119 0
Current children cumulated CPU time (s) 4720.83
Current children cumulated vsize (KiB) 41668

[startup+4782.3 s]
/proc/loadavg: 1.00 1.00 0.95 2/67 30144
/proc/meminfo: memFree=1713936/2055920 swapFree=4075572/4192956
[pid=30133] ppid=30131 vsize=3116 CPUtime=0.17
/proc/30133/stat : 30133 (IUT_BMB_SAT) S 30131 30133 29795 0 -1 4194304 616 0 0 0 10 7 0 0 18 0 1 0 214722216 3190784 598 1992294400 134512640 135635285 4294956224 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/30133/statm: 779 598 106 274 0 502 0
[pid=30135] ppid=30133 vsize=5356 CPUtime=0
/proc/30135/stat : 30135 (sh) S 30133 30133 29795 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 214722233 5484544 232 1992294400 4194304 4889804 548682068912 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30135/statm: 1339 232 193 169 0 50 0
[pid=30136] ppid=30135 vsize=33196 CPUtime=4780.64
/proc/30136/stat : 30136 (minisat) R 30135 30133 29795 0 -1 4194304 7984 0 0 0 478054 10 0 0 25 0 1 0 214722233 33992704 7915 1992294400 134512640 135243223 4294956320 18446744073709551615 134555907 0 0 4096 3 0 0 0 17 0 0 0
/proc/30136/statm: 8299 7915 84 178 0 8119 0
Current children cumulated CPU time (s) 4780.81
Current children cumulated vsize (KiB) 41668

[startup+4842.31 s]
/proc/loadavg: 1.00 1.00 0.95 2/67 30144
/proc/meminfo: memFree=1713936/2055920 swapFree=4075572/4192956
[pid=30133] ppid=30131 vsize=3116 CPUtime=0.17
/proc/30133/stat : 30133 (IUT_BMB_SAT) S 30131 30133 29795 0 -1 4194304 616 0 0 0 10 7 0 0 18 0 1 0 214722216 3190784 598 1992294400 134512640 135635285 4294956224 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/30133/statm: 779 598 106 274 0 502 0
[pid=30135] ppid=30133 vsize=5356 CPUtime=0
/proc/30135/stat : 30135 (sh) S 30133 30133 29795 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 214722233 5484544 232 1992294400 4194304 4889804 548682068912 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30135/statm: 1339 232 193 169 0 50 0
[pid=30136] ppid=30135 vsize=33196 CPUtime=4840.63
/proc/30136/stat : 30136 (minisat) R 30135 30133 29795 0 -1 4194304 7984 0 0 0 484053 10 0 0 25 0 1 0 214722233 33992704 7915 1992294400 134512640 135243223 4294956320 18446744073709551615 134555744 0 0 4096 3 0 0 0 17 0 0 0
/proc/30136/statm: 8299 7915 84 178 0 8119 0
Current children cumulated CPU time (s) 4840.8
Current children cumulated vsize (KiB) 41668

[startup+4902.3 s]
/proc/loadavg: 1.00 1.00 0.95 2/67 30144
/proc/meminfo: memFree=1712400/2055920 swapFree=4075572/4192956
[pid=30133] ppid=30131 vsize=3116 CPUtime=0.17
/proc/30133/stat : 30133 (IUT_BMB_SAT) S 30131 30133 29795 0 -1 4194304 616 0 0 0 10 7 0 0 18 0 1 0 214722216 3190784 598 1992294400 134512640 135635285 4294956224 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/30133/statm: 779 598 106 274 0 502 0
[pid=30135] ppid=30133 vsize=5356 CPUtime=0
/proc/30135/stat : 30135 (sh) S 30133 30133 29795 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 214722233 5484544 232 1992294400 4194304 4889804 548682068912 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30135/statm: 1339 232 193 169 0 50 0
[pid=30136] ppid=30135 vsize=34912 CPUtime=4900.61
/proc/30136/stat : 30136 (minisat) R 30135 30133 29795 0 -1 4194304 8398 0 0 0 490050 11 0 0 25 0 1 0 214722233 35749888 8329 1992294400 134512640 135243223 4294956320 18446744073709551615 134555744 0 0 4096 3 0 0 0 17 0 0 0
/proc/30136/statm: 8728 8329 84 178 0 8548 0
Current children cumulated CPU time (s) 4900.78
Current children cumulated vsize (KiB) 43384

[startup+4962.3 s]
/proc/loadavg: 1.00 1.00 0.95 2/67 30144
/proc/meminfo: memFree=1711696/2055920 swapFree=4075572/4192956
[pid=30133] ppid=30131 vsize=3116 CPUtime=0.17
/proc/30133/stat : 30133 (IUT_BMB_SAT) S 30131 30133 29795 0 -1 4194304 616 0 0 0 10 7 0 0 18 0 1 0 214722216 3190784 598 1992294400 134512640 135635285 4294956224 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/30133/statm: 779 598 106 274 0 502 0
[pid=30135] ppid=30133 vsize=5356 CPUtime=0
/proc/30135/stat : 30135 (sh) S 30133 30133 29795 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 214722233 5484544 232 1992294400 4194304 4889804 548682068912 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30135/statm: 1339 232 193 169 0 50 0
[pid=30136] ppid=30135 vsize=35820 CPUtime=4960.59
/proc/30136/stat : 30136 (minisat) R 30135 30133 29795 0 -1 4194304 8575 0 0 0 496048 11 0 0 25 0 1 0 214722233 36679680 8506 1992294400 134512640 135243223 4294956320 18446744073709551615 134555483 0 0 4096 3 0 0 0 17 0 0 0
/proc/30136/statm: 8955 8506 84 178 0 8775 0
Current children cumulated CPU time (s) 4960.76
Current children cumulated vsize (KiB) 44292



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+5001.6 s]
/proc/loadavg: 1.00 1.00 0.95 2/67 30144
/proc/meminfo: memFree=1711696/2055920 swapFree=4075572/4192956
[pid=30133] ppid=30131 vsize=3116 CPUtime=0.17
/proc/30133/stat : 30133 (IUT_BMB_SAT) S 30131 30133 29795 0 -1 4194304 616 0 0 0 10 7 0 0 18 0 1 0 214722216 3190784 598 1992294400 134512640 135635285 4294956224 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/30133/statm: 779 598 106 274 0 502 0
[pid=30135] ppid=30133 vsize=5356 CPUtime=0
/proc/30135/stat : 30135 (sh) S 30133 30133 29795 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 214722233 5484544 232 1992294400 4194304 4889804 548682068912 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30135/statm: 1339 232 193 169 0 50 0
[pid=30136] ppid=30135 vsize=35820 CPUtime=4999.89
/proc/30136/stat : 30136 (minisat) R 30135 30133 29795 0 -1 4194304 8575 0 0 0 499978 11 0 0 25 0 1 0 214722233 36679680 8506 1992294400 134512640 135243223 4294956320 18446744073709551615 134555523 0 0 4096 3 0 0 0 17 0 0 0
/proc/30136/statm: 8955 8506 84 178 0 8775 0
Current children cumulated CPU time (s) 5000.06
Current children cumulated vsize (KiB) 44292

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

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

[startup+5001.6 s]
/proc/loadavg: 1.00 1.00 0.95 2/67 30144
/proc/meminfo: memFree=1711696/2055920 swapFree=4075572/4192956
[pid=30133] ppid=30131 vsize=3116 CPUtime=0.17
/proc/30133/stat : 30133 (IUT_BMB_SAT) S 30131 30133 29795 0 -1 4194304 616 0 0 0 10 7 0 0 18 0 1 0 214722216 3190784 598 1992294400 134512640 135635285 4294956224 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/30133/statm: 779 598 106 274 0 502 0
[pid=30135] ppid=30133 vsize=5356 CPUtime=0
/proc/30135/stat : 30135 (sh) S 30133 30133 29795 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 214722233 5484544 232 1992294400 4194304 4889804 548682068912 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30135/statm: 1339 232 193 169 0 50 0
[pid=30136] ppid=30135 vsize=35820 CPUtime=4999.89
/proc/30136/stat : 30136 (minisat) R 30135 30133 29795 0 -1 4194304 8575 0 0 0 499978 11 0 0 25 0 1 0 214722233 36679680 8506 1992294400 134512640 135243223 4294956320 18446744073709551615 134555523 0 0 4096 3 0 0 0 17 0 0 0
/proc/30136/statm: 8955 8506 84 178 0 8775 0
Current children cumulated CPU time (s) 5000.06
Current children cumulated vsize (KiB) 44292

Child ended because it received signal 15 (SIGTERM)
Real time (s): 5001.62
CPU time (s): 5000.09
CPU user time (s): 4999.89
CPU system time (s): 0.199969
CPU usage (%): 99.9694
Max. virtual memory (cumulated for all children) (KiB): 44292

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

runsolver used 4.99624 second user time and 13.205 second system time

The end

Launcher Data

Begin job on node43 at 2009-05-09 13:02:22
IDJOB=1784815
IDBENCH=24622
IDSOLVER=638
FILE ID=node43/1784815-1241866942
PBS_JOBID= 9264571
Free space on /tmp= 66088 MiB

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

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

MD5SUM BENCH= 8fc368e9f6ea136e0b6522b198a7a916
RANDOM SEED=913759906

node43.alineos.net Linux 2.6.9-22.EL.rootsmp #1 SMP Mon Oct 3 08:59:52 CEST 2005

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.237
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.237
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:       1750600 kB
Buffers:         30996 kB
Cached:          98168 kB
SwapCached:     111556 kB
Active:          71124 kB
Inactive:       171856 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1750600 kB
SwapTotal:     4192956 kB
SwapFree:      4075572 kB
Dirty:            2496 kB
Writeback:           0 kB
Mapped:          14036 kB
Slab:            48332 kB
Committed_AS:   770124 kB
PageTables:       1444 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= 66088 MiB
End job on node43 at 2009-05-09 14:25:45