Trace number 1784863

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.08 5001.42

General information on the benchmark

Namecrafted/Hard/contest04/others/
equilarge_l4.sat05-521.reshuffled-07.cnf
MD5SUMff36f96f6b8096039d33a91da209fed4
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark1652.5
Satisfiable
(Un)Satisfiability was proved
Number of variables4499
Number of clauses18603
Sum of the clauses size54454
Maximum clause length3
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 21355
Number of clauses of size 317248
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.17	c WARNING: for repeatability, setting FPU to use double precision
0.09/0.17	c ============================[ Problem Statistics ]=============================
0.09/0.17	c |                                                                             |
0.09/0.17	c |  Number of variables:  4499                                                 |
0.09/0.17	c |  Number of clauses:    18603                                                |
0.16/0.20	c |  Parsing time:         0.02         s                                       |
0.16/0.27	c ============================[ Search Statistics ]==============================
0.16/0.27	c | Conflicts |          ORIGINAL         |          LEARNT          | Progress |
0.16/0.27	c |           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
0.16/0.27	c ===============================================================================
0.16/0.27	c |         0 |    2790    18161    66264 |     6053        0    nan |  0.000 % |
0.16/0.28	c |       100 |    2790    18161    66264 |     6659      100     18 |  0.000 % |
0.16/0.29	c |       251 |    2790    18161    66264 |     7324      251     19 |  0.000 % |
0.16/0.31	c |       476 |    2790    18161    66264 |     8057      476     21 |  0.000 % |
0.16/0.35	c |       814 |    2790    18161    66264 |     8863      814     19 |  0.000 % |
0.16/0.40	c |      1321 |    2790    18161    66264 |     9749     1321     24 |  0.000 % |
0.16/0.47	c |      2081 |    2790    18161    66264 |    10724     2081     24 |  0.000 % |
0.16/0.77	c |      3220 |    2790    18161    66264 |    11796     3220     31 |  0.000 % |
0.16/0.88	c |      4930 |    2790    18161    66264 |    12976     4930     26 |  0.000 % |
1.68/1.71	c |      7492 |    2790    18161    66264 |    14274     7492     35 |  0.000 % |
2.08/2.14	c |     11337 |    2790    18161    66264 |    15701    11337     31 |  0.000 % |
3.57/3.67	c |     17103 |    2790    18161    66264 |    17271     8701     38 |  0.000 % |
4.77/4.82	c |     25752 |    2790    18161    66264 |    18998    17350     30 |  0.000 % |
8.17/8.25	c |     38727 |    2790    18161    66264 |    20898    10157     44 |  0.000 % |
11.57/11.60	c |     58189 |    2790    18161    66264 |    22988    17646     25 |  0.000 % |
30.77/30.81	c |     87381 |    2790    18161    66264 |    25287    19910     55 |  0.000 % |
47.66/47.78	c |    131171 |    2790    18161    66264 |    27816    18280     31 |  0.000 % |
72.15/72.20	c |    196856 |    2790    18161    66264 |    30598    14535     39 |  0.000 % |
109.34/109.42	c |    295383 |    2790    18161    66264 |    33657    31801     24 |  0.000 % |
239.91/240.04	c |    443173 |    2790    18161    66264 |    37023    20533     51 |  0.000 % |
329.79/329.91	c |    664856 |    2790    18161    66264 |    40726    32424     42 |  0.000 % |
533.53/533.78	c |    997381 |    2790    18161    66264 |    44798    14839     36 |  0.000 % |
923.43/923.77	c |   1496170 |    2790    18161    66264 |    49278    16278     31 |  0.000 % |
1494.48/1494.98	c |   2244352 |    2790    18161    66264 |    54206    46454     39 |  0.000 % |
2354.14/2354.85	c |   3366626 |    2790    18161    66264 |    59626    18601     43 |  0.000 % |
3740.28/3741.36	c |   5050037 |    2790    18161    66264 |    65589    15183     34 |  0.000 % |
5000.05/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-1784863-1241871825/watcher-1784863-1241871825 -o /tmp/evaluation-result-1784863-1241871825/solver-1784863-1241871825 -C 5000 -W 6000 -M 1800 IUT_BMB_SAT HOME/instance-1784863-1241871825.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: 1.00 0.99 0.91 2/64 23758
/proc/meminfo: memFree=1771928/2055920 swapFree=4178408/4192956
[pid=23758] ppid=23756 vsize=1504 CPUtime=0
/proc/23758/stat : 23758 (IUT_BMB_SAT) R 23756 23758 23612 0 -1 4194304 145 0 0 0 0 0 0 0 20 0 1 0 215208728 1540096 128 1992294400 134512640 135635285 4294956224 18446744073709551615 134533644 0 0 4096 0 0 0 0 17 1 0 0
/proc/23758/statm: 376 129 92 274 0 99 0

[startup+0.013219 s]
/proc/loadavg: 1.00 0.99 0.91 2/64 23758
/proc/meminfo: memFree=1771928/2055920 swapFree=4178408/4192956
[pid=23758] ppid=23756 vsize=2180 CPUtime=0
/proc/23758/stat : 23758 (IUT_BMB_SAT) R 23756 23758 23612 0 -1 4194304 358 0 0 0 0 0 0 0 20 0 1 0 215208728 2232320 341 1992294400 134512640 135635285 4294956224 18446744073709551615 135132382 0 0 4096 0 0 0 0 17 1 0 0
/proc/23758/statm: 545 342 99 274 0 268 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 2180

[startup+0.101229 s]
/proc/loadavg: 1.00 0.99 0.91 2/64 23758
/proc/meminfo: memFree=1771928/2055920 swapFree=4178408/4192956
[pid=23758] ppid=23756 vsize=3120 CPUtime=0.09
/proc/23758/stat : 23758 (IUT_BMB_SAT) R 23756 23758 23612 0 -1 4194304 610 0 0 0 8 1 0 0 20 0 1 0 215208728 3194880 593 1992294400 134512640 135635285 4294956224 18446744073709551615 135132478 0 0 4096 0 0 0 0 17 1 0 0
/proc/23758/statm: 780 593 101 274 0 503 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 3120

[startup+0.301251 s]
/proc/loadavg: 1.00 0.99 0.91 2/64 23758
/proc/meminfo: memFree=1771928/2055920 swapFree=4178408/4192956
[pid=23758] ppid=23756 vsize=3120 CPUtime=0.16
/proc/23758/stat : 23758 (IUT_BMB_SAT) S 23756 23758 23612 0 -1 4194304 616 0 0 0 10 6 0 0 20 0 1 0 215208728 3194880 598 1992294400 134512640 135635285 4294956224 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 1 0 0
/proc/23758/statm: 780 598 106 274 0 503 0
Current children cumulated CPU time (s) 0.16
Current children cumulated vsize (KiB) 3120

[startup+0.701296 s]
/proc/loadavg: 1.00 0.99 0.91 2/64 23758
/proc/meminfo: memFree=1771928/2055920 swapFree=4178408/4192956
[pid=23758] ppid=23756 vsize=3120 CPUtime=0.16
/proc/23758/stat : 23758 (IUT_BMB_SAT) S 23756 23758 23612 0 -1 4194304 616 0 0 0 10 6 0 0 20 0 1 0 215208728 3194880 598 1992294400 134512640 135635285 4294956224 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 1 0 0
/proc/23758/statm: 780 598 106 274 0 503 0
Current children cumulated CPU time (s) 0.16
Current children cumulated vsize (KiB) 3120

[startup+1.50239 s]
/proc/loadavg: 1.00 0.99 0.91 2/67 23761
/proc/meminfo: memFree=1766144/2055920 swapFree=4178408/4192956
[pid=23758] ppid=23756 vsize=3120 CPUtime=0.16
/proc/23758/stat : 23758 (IUT_BMB_SAT) S 23756 23758 23612 0 -1 4194304 616 0 0 0 10 6 0 0 20 0 1 0 215208728 3194880 598 1992294400 134512640 135635285 4294956224 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 1 0 0
/proc/23758/statm: 780 598 106 274 0 503 0
[pid=23760] ppid=23758 vsize=5356 CPUtime=0
/proc/23760/stat : 23760 (sh) S 23758 23758 23612 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 215208745 5484544 232 1992294400 4194304 4889804 548682068912 18446744073709551615 244276847428 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/23760/statm: 1339 232 193 169 0 50 0
[pid=23761] ppid=23760 vsize=5016 CPUtime=1.32
/proc/23761/stat : 23761 (minisat) R 23760 23758 23612 0 -1 4194304 1020 0 0 0 132 0 0 0 25 0 1 0 215208745 5136384 951 1992294400 134512640 135243223 4294956320 18446744073709551615 134555453 0 0 4096 3 0 0 0 17 1 0 0
/proc/23761/statm: 1254 951 84 178 0 1074 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 13492

[startup+3.10157 s]
/proc/loadavg: 1.00 0.99 0.91 2/67 23761
/proc/meminfo: memFree=1765184/2055920 swapFree=4178408/4192956
[pid=23758] ppid=23756 vsize=3120 CPUtime=0.16
/proc/23758/stat : 23758 (IUT_BMB_SAT) S 23756 23758 23612 0 -1 4194304 616 0 0 0 10 6 0 0 20 0 1 0 215208728 3194880 598 1992294400 134512640 135635285 4294956224 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 1 0 0
/proc/23758/statm: 780 598 106 274 0 503 0
[pid=23760] ppid=23758 vsize=5356 CPUtime=0
/proc/23760/stat : 23760 (sh) S 23758 23758 23612 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 215208745 5484544 232 1992294400 4194304 4889804 548682068912 18446744073709551615 244276847428 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/23760/statm: 1339 232 193 169 0 50 0
[pid=23761] ppid=23760 vsize=6492 CPUtime=2.91
/proc/23761/stat : 23761 (minisat) R 23760 23758 23612 0 -1 4194304 1374 0 0 0 291 0 0 0 25 0 1 0 215208745 6647808 1305 1992294400 134512640 135243223 4294956320 18446744073709551615 134555653 0 0 4096 3 0 0 0 17 1 0 0
/proc/23761/statm: 1623 1305 84 178 0 1443 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 14968

[startup+6.30193 s]
/proc/loadavg: 1.00 0.99 0.91 2/67 23761
/proc/meminfo: memFree=1763456/2055920 swapFree=4178408/4192956
[pid=23758] ppid=23756 vsize=3120 CPUtime=0.16
/proc/23758/stat : 23758 (IUT_BMB_SAT) S 23756 23758 23612 0 -1 4194304 616 0 0 0 10 6 0 0 20 0 1 0 215208728 3194880 598 1992294400 134512640 135635285 4294956224 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 1 0 0
/proc/23758/statm: 780 598 106 274 0 503 0
[pid=23760] ppid=23758 vsize=5356 CPUtime=0
/proc/23760/stat : 23760 (sh) S 23758 23758 23612 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 215208745 5484544 232 1992294400 4194304 4889804 548682068912 18446744073709551615 244276847428 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/23760/statm: 1339 232 193 169 0 50 0
[pid=23761] ppid=23760 vsize=7284 CPUtime=6.11
/proc/23761/stat : 23761 (minisat) R 23760 23758 23612 0 -1 4194304 1569 0 0 0 611 0 0 0 25 0 1 0 215208745 7458816 1500 1992294400 134512640 135243223 4294956320 18446744073709551615 134555504 0 0 4096 3 0 0 0 17 1 0 0
/proc/23761/statm: 1821 1500 84 178 0 1641 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 15760

[startup+12.7017 s]
/proc/loadavg: 1.00 0.99 0.91 2/67 23761
/proc/meminfo: memFree=1762624/2055920 swapFree=4178408/4192956
[pid=23758] ppid=23756 vsize=3120 CPUtime=0.16
/proc/23758/stat : 23758 (IUT_BMB_SAT) S 23756 23758 23612 0 -1 4194304 616 0 0 0 10 6 0 0 20 0 1 0 215208728 3194880 598 1992294400 134512640 135635285 4294956224 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 1 0 0
/proc/23758/statm: 780 598 106 274 0 503 0
[pid=23760] ppid=23758 vsize=5356 CPUtime=0
/proc/23760/stat : 23760 (sh) S 23758 23758 23612 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 215208745 5484544 232 1992294400 4194304 4889804 548682068912 18446744073709551615 244276847428 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/23760/statm: 1339 232 193 169 0 50 0
[pid=23761] ppid=23760 vsize=8076 CPUtime=12.51
/proc/23761/stat : 23761 (minisat) R 23760 23758 23612 0 -1 4194304 1769 0 0 0 1251 0 0 0 25 0 1 0 215208745 8269824 1700 1992294400 134512640 135243223 4294956320 18446744073709551615 134555650 0 0 4096 3 0 0 0 17 1 0 0
/proc/23761/statm: 2019 1700 84 178 0 1839 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 16552

[startup+25.5011 s]
/proc/loadavg: 1.00 0.99 0.91 2/67 23761
/proc/meminfo: memFree=1760576/2055920 swapFree=4178408/4192956
[pid=23758] ppid=23756 vsize=3120 CPUtime=0.16
/proc/23758/stat : 23758 (IUT_BMB_SAT) S 23756 23758 23612 0 -1 4194304 616 0 0 0 10 6 0 0 20 0 1 0 215208728 3194880 598 1992294400 134512640 135635285 4294956224 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 1 0 0
/proc/23758/statm: 780 598 106 274 0 503 0
[pid=23760] ppid=23758 vsize=5356 CPUtime=0
/proc/23760/stat : 23760 (sh) S 23758 23758 23612 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 215208745 5484544 232 1992294400 4194304 4889804 548682068912 18446744073709551615 244276847428 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/23760/statm: 1339 232 193 169 0 50 0
[pid=23761] ppid=23760 vsize=10208 CPUtime=25.31
/proc/23761/stat : 23761 (minisat) R 23760 23758 23612 0 -1 4194304 2297 0 0 0 2530 1 0 0 25 0 1 0 215208745 10452992 2228 1992294400 134512640 135243223 4294956320 18446744073709551615 134555523 0 0 4096 3 0 0 0 17 1 0 0
/proc/23761/statm: 2552 2228 84 178 0 2372 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 18684

[startup+51.101 s]
/proc/loadavg: 1.00 0.99 0.91 2/67 23761
/proc/meminfo: memFree=1759936/2055920 swapFree=4178408/4192956
[pid=23758] ppid=23756 vsize=3120 CPUtime=0.16
/proc/23758/stat : 23758 (IUT_BMB_SAT) S 23756 23758 23612 0 -1 4194304 616 0 0 0 10 6 0 0 20 0 1 0 215208728 3194880 598 1992294400 134512640 135635285 4294956224 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 1 0 0
/proc/23758/statm: 780 598 106 274 0 503 0
[pid=23760] ppid=23758 vsize=5356 CPUtime=0
/proc/23760/stat : 23760 (sh) S 23758 23758 23612 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 215208745 5484544 232 1992294400 4194304 4889804 548682068912 18446744073709551615 244276847428 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/23760/statm: 1339 232 193 169 0 50 0
[pid=23761] ppid=23760 vsize=10872 CPUtime=50.9
/proc/23761/stat : 23761 (minisat) R 23760 23758 23612 0 -1 4194304 2462 0 0 0 5089 1 0 0 25 0 1 0 215208745 11132928 2393 1992294400 134512640 135243223 4294956320 18446744073709551615 134555650 0 0 4096 3 0 0 0 17 1 0 0
/proc/23761/statm: 2718 2393 84 178 0 2538 0
Current children cumulated CPU time (s) 51.06
Current children cumulated vsize (KiB) 19348

[startup+102.306 s]
/proc/loadavg: 1.00 0.99 0.91 2/67 23761
/proc/meminfo: memFree=1758848/2055920 swapFree=4178408/4192956
[pid=23758] ppid=23756 vsize=3120 CPUtime=0.16
/proc/23758/stat : 23758 (IUT_BMB_SAT) S 23756 23758 23612 0 -1 4194304 616 0 0 0 10 6 0 0 20 0 1 0 215208728 3194880 598 1992294400 134512640 135635285 4294956224 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 1 0 0
/proc/23758/statm: 780 598 106 274 0 503 0
[pid=23760] ppid=23758 vsize=5356 CPUtime=0
/proc/23760/stat : 23760 (sh) S 23758 23758 23612 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 215208745 5484544 232 1992294400 4194304 4889804 548682068912 18446744073709551615 244276847428 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/23760/statm: 1339 232 193 169 0 50 0
[pid=23761] ppid=23760 vsize=12060 CPUtime=102.09
/proc/23761/stat : 23761 (minisat) R 23760 23758 23612 0 -1 4194304 2736 0 0 0 10208 1 0 0 25 0 1 0 215208745 12349440 2667 1992294400 134512640 135243223 4294956320 18446744073709551615 134555744 0 0 4096 3 0 0 0 17 1 0 0
/proc/23761/statm: 3015 2667 84 178 0 2835 0
Current children cumulated CPU time (s) 102.25
Current children cumulated vsize (KiB) 20536

[startup+162.302 s]
/proc/loadavg: 1.00 0.99 0.91 2/67 23761
/proc/meminfo: memFree=1755200/2055920 swapFree=4178408/4192956
[pid=23758] ppid=23756 vsize=3120 CPUtime=0.16
/proc/23758/stat : 23758 (IUT_BMB_SAT) S 23756 23758 23612 0 -1 4194304 616 0 0 0 10 6 0 0 20 0 1 0 215208728 3194880 598 1992294400 134512640 135635285 4294956224 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 1 0 0
/proc/23758/statm: 780 598 106 274 0 503 0
[pid=23760] ppid=23758 vsize=5356 CPUtime=0
/proc/23760/stat : 23760 (sh) S 23758 23758 23612 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 215208745 5484544 232 1992294400 4194304 4889804 548682068912 18446744073709551615 244276847428 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/23760/statm: 1339 232 193 169 0 50 0
[pid=23761] ppid=23760 vsize=15668 CPUtime=162.08
/proc/23761/stat : 23761 (minisat) R 23760 23758 23612 0 -1 4194304 3634 0 0 0 16205 3 0 0 25 0 1 0 215208745 16044032 3565 1992294400 134512640 135243223 4294956320 18446744073709551615 134555744 0 0 4096 3 0 0 0 17 1 0 0
/proc/23761/statm: 3917 3565 84 178 0 3737 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 24144

[startup+222.302 s]
/proc/loadavg: 1.00 0.99 0.91 2/67 23761
/proc/meminfo: memFree=1754880/2055920 swapFree=4178408/4192956
[pid=23758] ppid=23756 vsize=3120 CPUtime=0.16
/proc/23758/stat : 23758 (IUT_BMB_SAT) S 23756 23758 23612 0 -1 4194304 616 0 0 0 10 6 0 0 20 0 1 0 215208728 3194880 598 1992294400 134512640 135635285 4294956224 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 1 0 0
/proc/23758/statm: 780 598 106 274 0 503 0
[pid=23760] ppid=23758 vsize=5356 CPUtime=0
/proc/23760/stat : 23760 (sh) S 23758 23758 23612 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 215208745 5484544 232 1992294400 4194304 4889804 548682068912 18446744073709551615 244276847428 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/23760/statm: 1339 232 193 169 0 50 0
[pid=23761] ppid=23760 vsize=15960 CPUtime=222.06
/proc/23761/stat : 23761 (minisat) R 23760 23758 23612 0 -1 4194304 3706 0 0 0 22203 3 0 0 25 0 1 0 215208745 16343040 3637 1992294400 134512640 135243223 4294956320 18446744073709551615 134555570 0 0 4096 3 0 0 0 17 1 0 0
/proc/23761/statm: 3990 3637 84 178 0 3810 0
Current children cumulated CPU time (s) 222.22
Current children cumulated vsize (KiB) 24436

[startup+282.301 s]
/proc/loadavg: 1.00 0.99 0.91 2/67 23761
/proc/meminfo: memFree=1754880/2055920 swapFree=4178408/4192956
[pid=23758] ppid=23756 vsize=3120 CPUtime=0.16
/proc/23758/stat : 23758 (IUT_BMB_SAT) S 23756 23758 23612 0 -1 4194304 616 0 0 0 10 6 0 0 20 0 1 0 215208728 3194880 598 1992294400 134512640 135635285 4294956224 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 1 0 0
/proc/23758/statm: 780 598 106 274 0 503 0
[pid=23760] ppid=23758 vsize=5356 CPUtime=0
/proc/23760/stat : 23760 (sh) S 23758 23758 23612 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 215208745 5484544 232 1992294400 4194304 4889804 548682068912 18446744073709551615 244276847428 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/23760/statm: 1339 232 193 169 0 50 0
[pid=23761] ppid=23760 vsize=15960 CPUtime=282.04

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

[pid=23758] ppid=23756 vsize=3120 CPUtime=0.16
/proc/23758/stat : 23758 (IUT_BMB_SAT) S 23756 23758 23612 0 -1 4194304 616 0 0 0 10 6 0 0 20 0 1 0 215208728 3194880 598 1992294400 134512640 135635285 4294956224 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 1 0 0
/proc/23758/statm: 780 598 106 274 0 503 0
[pid=23760] ppid=23758 vsize=5356 CPUtime=0
/proc/23760/stat : 23760 (sh) S 23758 23758 23612 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 215208745 5484544 232 1992294400 4194304 4889804 548682068912 18446744073709551615 244276847428 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/23760/statm: 1339 232 193 169 0 50 0
[pid=23761] ppid=23760 vsize=38304 CPUtime=4420.94
/proc/23761/stat : 23761 (minisat) R 23760 23758 23612 0 -1 4194304 9326 0 0 0 442085 9 0 0 25 0 1 0 215208745 39223296 9257 1992294400 134512640 135243223 4294956320 18446744073709551615 134555744 0 0 4096 3 0 0 0 17 1 0 0
/proc/23761/statm: 9576 9257 84 178 0 9396 0
Current children cumulated CPU time (s) 4421.1
Current children cumulated vsize (KiB) 46780

[startup+4482.3 s]
/proc/loadavg: 1.00 0.99 0.91 2/67 23769
/proc/meminfo: memFree=1730752/2055920 swapFree=4178408/4192956
[pid=23758] ppid=23756 vsize=3120 CPUtime=0.16
/proc/23758/stat : 23758 (IUT_BMB_SAT) S 23756 23758 23612 0 -1 4194304 616 0 0 0 10 6 0 0 20 0 1 0 215208728 3194880 598 1992294400 134512640 135635285 4294956224 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 1 0 0
/proc/23758/statm: 780 598 106 274 0 503 0
[pid=23760] ppid=23758 vsize=5356 CPUtime=0
/proc/23760/stat : 23760 (sh) S 23758 23758 23612 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 215208745 5484544 232 1992294400 4194304 4889804 548682068912 18446744073709551615 244276847428 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/23760/statm: 1339 232 193 169 0 50 0
[pid=23761] ppid=23760 vsize=38304 CPUtime=4480.92
/proc/23761/stat : 23761 (minisat) R 23760 23758 23612 0 -1 4194304 9326 0 0 0 448083 9 0 0 25 0 1 0 215208745 39223296 9257 1992294400 134512640 135243223 4294956320 18446744073709551615 134566287 0 0 4096 3 0 0 0 17 1 0 0
/proc/23761/statm: 9576 9257 84 178 0 9396 0
Current children cumulated CPU time (s) 4481.08
Current children cumulated vsize (KiB) 46780

[startup+4542.3 s]
/proc/loadavg: 1.00 0.99 0.91 2/67 23769
/proc/meminfo: memFree=1730752/2055920 swapFree=4178408/4192956
[pid=23758] ppid=23756 vsize=3120 CPUtime=0.16
/proc/23758/stat : 23758 (IUT_BMB_SAT) S 23756 23758 23612 0 -1 4194304 616 0 0 0 10 6 0 0 20 0 1 0 215208728 3194880 598 1992294400 134512640 135635285 4294956224 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 1 0 0
/proc/23758/statm: 780 598 106 274 0 503 0
[pid=23760] ppid=23758 vsize=5356 CPUtime=0
/proc/23760/stat : 23760 (sh) S 23758 23758 23612 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 215208745 5484544 232 1992294400 4194304 4889804 548682068912 18446744073709551615 244276847428 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/23760/statm: 1339 232 193 169 0 50 0
[pid=23761] ppid=23760 vsize=38304 CPUtime=4540.91
/proc/23761/stat : 23761 (minisat) R 23760 23758 23612 0 -1 4194304 9326 0 0 0 454082 9 0 0 25 0 1 0 215208745 39223296 9257 1992294400 134512640 135243223 4294956320 18446744073709551615 134555744 0 0 4096 3 0 0 0 17 1 0 0
/proc/23761/statm: 9576 9257 84 178 0 9396 0
Current children cumulated CPU time (s) 4541.07
Current children cumulated vsize (KiB) 46780

[startup+4602.3 s]
/proc/loadavg: 1.00 0.99 0.91 2/67 23769
/proc/meminfo: memFree=1730624/2055920 swapFree=4178408/4192956
[pid=23758] ppid=23756 vsize=3120 CPUtime=0.16
/proc/23758/stat : 23758 (IUT_BMB_SAT) S 23756 23758 23612 0 -1 4194304 616 0 0 0 10 6 0 0 20 0 1 0 215208728 3194880 598 1992294400 134512640 135635285 4294956224 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 1 0 0
/proc/23758/statm: 780 598 106 274 0 503 0
[pid=23760] ppid=23758 vsize=5356 CPUtime=0
/proc/23760/stat : 23760 (sh) S 23758 23758 23612 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 215208745 5484544 232 1992294400 4194304 4889804 548682068912 18446744073709551615 244276847428 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/23760/statm: 1339 232 193 169 0 50 0
[pid=23761] ppid=23760 vsize=38304 CPUtime=4600.89
/proc/23761/stat : 23761 (minisat) R 23760 23758 23612 0 -1 4194304 9326 0 0 0 460080 9 0 0 25 0 1 0 215208745 39223296 9257 1992294400 134512640 135243223 4294956320 18446744073709551615 134555907 0 0 4096 3 0 0 0 17 1 0 0
/proc/23761/statm: 9576 9257 84 178 0 9396 0
Current children cumulated CPU time (s) 4601.05
Current children cumulated vsize (KiB) 46780

[startup+4662.3 s]
/proc/loadavg: 1.00 0.99 0.91 2/67 23769
/proc/meminfo: memFree=1730624/2055920 swapFree=4178408/4192956
[pid=23758] ppid=23756 vsize=3120 CPUtime=0.16
/proc/23758/stat : 23758 (IUT_BMB_SAT) S 23756 23758 23612 0 -1 4194304 616 0 0 0 10 6 0 0 20 0 1 0 215208728 3194880 598 1992294400 134512640 135635285 4294956224 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 1 0 0
/proc/23758/statm: 780 598 106 274 0 503 0
[pid=23760] ppid=23758 vsize=5356 CPUtime=0
/proc/23760/stat : 23760 (sh) S 23758 23758 23612 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 215208745 5484544 232 1992294400 4194304 4889804 548682068912 18446744073709551615 244276847428 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/23760/statm: 1339 232 193 169 0 50 0
[pid=23761] ppid=23760 vsize=38304 CPUtime=4660.87
/proc/23761/stat : 23761 (minisat) R 23760 23758 23612 0 -1 4194304 9326 0 0 0 466078 9 0 0 25 0 1 0 215208745 39223296 9257 1992294400 134512640 135243223 4294956320 18446744073709551615 134555744 0 0 4096 3 0 0 0 17 1 0 0
/proc/23761/statm: 9576 9257 84 178 0 9396 0
Current children cumulated CPU time (s) 4661.03
Current children cumulated vsize (KiB) 46780

[startup+4722.31 s]
/proc/loadavg: 1.00 0.99 0.91 2/67 23771
/proc/meminfo: memFree=1730560/2055920 swapFree=4178408/4192956
[pid=23758] ppid=23756 vsize=3120 CPUtime=0.16
/proc/23758/stat : 23758 (IUT_BMB_SAT) S 23756 23758 23612 0 -1 4194304 616 0 0 0 10 6 0 0 20 0 1 0 215208728 3194880 598 1992294400 134512640 135635285 4294956224 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 1 0 0
/proc/23758/statm: 780 598 106 274 0 503 0
[pid=23760] ppid=23758 vsize=5356 CPUtime=0
/proc/23760/stat : 23760 (sh) S 23758 23758 23612 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 215208745 5484544 232 1992294400 4194304 4889804 548682068912 18446744073709551615 244276847428 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/23760/statm: 1339 232 193 169 0 50 0
[pid=23761] ppid=23760 vsize=38304 CPUtime=4720.86
/proc/23761/stat : 23761 (minisat) R 23760 23758 23612 0 -1 4194304 9326 0 0 0 472077 9 0 0 25 0 1 0 215208745 39223296 9257 1992294400 134512640 135243223 4294956320 18446744073709551615 134555753 0 0 4096 3 0 0 0 17 1 0 0
/proc/23761/statm: 9576 9257 84 178 0 9396 0
Current children cumulated CPU time (s) 4721.02
Current children cumulated vsize (KiB) 46780

[startup+4782.3 s]
/proc/loadavg: 1.00 0.99 0.91 2/67 23771
/proc/meminfo: memFree=1730560/2055920 swapFree=4178408/4192956
[pid=23758] ppid=23756 vsize=3120 CPUtime=0.16
/proc/23758/stat : 23758 (IUT_BMB_SAT) S 23756 23758 23612 0 -1 4194304 616 0 0 0 10 6 0 0 20 0 1 0 215208728 3194880 598 1992294400 134512640 135635285 4294956224 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 1 0 0
/proc/23758/statm: 780 598 106 274 0 503 0
[pid=23760] ppid=23758 vsize=5356 CPUtime=0
/proc/23760/stat : 23760 (sh) S 23758 23758 23612 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 215208745 5484544 232 1992294400 4194304 4889804 548682068912 18446744073709551615 244276847428 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/23760/statm: 1339 232 193 169 0 50 0
[pid=23761] ppid=23760 vsize=38304 CPUtime=4780.84
/proc/23761/stat : 23761 (minisat) R 23760 23758 23612 0 -1 4194304 9326 0 0 0 478075 9 0 0 25 0 1 0 215208745 39223296 9257 1992294400 134512640 135243223 4294956320 18446744073709551615 134555744 0 0 4096 3 0 0 0 17 1 0 0
/proc/23761/statm: 9576 9257 84 178 0 9396 0
Current children cumulated CPU time (s) 4781
Current children cumulated vsize (KiB) 46780

[startup+4842.3 s]
/proc/loadavg: 1.00 0.99 0.91 2/67 23771
/proc/meminfo: memFree=1730560/2055920 swapFree=4178408/4192956
[pid=23758] ppid=23756 vsize=3120 CPUtime=0.16
/proc/23758/stat : 23758 (IUT_BMB_SAT) S 23756 23758 23612 0 -1 4194304 616 0 0 0 10 6 0 0 20 0 1 0 215208728 3194880 598 1992294400 134512640 135635285 4294956224 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 1 0 0
/proc/23758/statm: 780 598 106 274 0 503 0
[pid=23760] ppid=23758 vsize=5356 CPUtime=0
/proc/23760/stat : 23760 (sh) S 23758 23758 23612 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 215208745 5484544 232 1992294400 4194304 4889804 548682068912 18446744073709551615 244276847428 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/23760/statm: 1339 232 193 169 0 50 0
[pid=23761] ppid=23760 vsize=38304 CPUtime=4840.83
/proc/23761/stat : 23761 (minisat) R 23760 23758 23612 0 -1 4194304 9326 0 0 0 484074 9 0 0 25 0 1 0 215208745 39223296 9257 1992294400 134512640 135243223 4294956320 18446744073709551615 134555744 0 0 4096 3 0 0 0 17 1 0 0
/proc/23761/statm: 9576 9257 84 178 0 9396 0
Current children cumulated CPU time (s) 4840.99
Current children cumulated vsize (KiB) 46780

[startup+4902.3 s]
/proc/loadavg: 1.00 0.99 0.91 2/67 23771
/proc/meminfo: memFree=1730560/2055920 swapFree=4178408/4192956
[pid=23758] ppid=23756 vsize=3120 CPUtime=0.16
/proc/23758/stat : 23758 (IUT_BMB_SAT) S 23756 23758 23612 0 -1 4194304 616 0 0 0 10 6 0 0 20 0 1 0 215208728 3194880 598 1992294400 134512640 135635285 4294956224 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 1 0 0
/proc/23758/statm: 780 598 106 274 0 503 0
[pid=23760] ppid=23758 vsize=5356 CPUtime=0
/proc/23760/stat : 23760 (sh) S 23758 23758 23612 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 215208745 5484544 232 1992294400 4194304 4889804 548682068912 18446744073709551615 244276847428 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/23760/statm: 1339 232 193 169 0 50 0
[pid=23761] ppid=23760 vsize=38304 CPUtime=4900.81
/proc/23761/stat : 23761 (minisat) R 23760 23758 23612 0 -1 4194304 9326 0 0 0 490072 9 0 0 25 0 1 0 215208745 39223296 9257 1992294400 134512640 135243223 4294956320 18446744073709551615 134555523 0 0 4096 3 0 0 0 17 1 0 0
/proc/23761/statm: 9576 9257 84 178 0 9396 0
Current children cumulated CPU time (s) 4900.97
Current children cumulated vsize (KiB) 46780

[startup+4962.3 s]
/proc/loadavg: 1.00 0.99 0.91 2/67 23771
/proc/meminfo: memFree=1730560/2055920 swapFree=4178408/4192956
[pid=23758] ppid=23756 vsize=3120 CPUtime=0.16
/proc/23758/stat : 23758 (IUT_BMB_SAT) S 23756 23758 23612 0 -1 4194304 616 0 0 0 10 6 0 0 20 0 1 0 215208728 3194880 598 1992294400 134512640 135635285 4294956224 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 1 0 0
/proc/23758/statm: 780 598 106 274 0 503 0
[pid=23760] ppid=23758 vsize=5356 CPUtime=0
/proc/23760/stat : 23760 (sh) S 23758 23758 23612 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 215208745 5484544 232 1992294400 4194304 4889804 548682068912 18446744073709551615 244276847428 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/23760/statm: 1339 232 193 169 0 50 0
[pid=23761] ppid=23760 vsize=38304 CPUtime=4960.79
/proc/23761/stat : 23761 (minisat) R 23760 23758 23612 0 -1 4194304 9326 0 0 0 496070 9 0 0 25 0 1 0 215208745 39223296 9257 1992294400 134512640 135243223 4294956320 18446744073709551615 134555744 0 0 4096 3 0 0 0 17 1 0 0
/proc/23761/statm: 9576 9257 84 178 0 9396 0
Current children cumulated CPU time (s) 4960.95
Current children cumulated vsize (KiB) 46780



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+5001.4 s]
/proc/loadavg: 1.00 0.99 0.91 2/67 23771
/proc/meminfo: memFree=1730560/2055920 swapFree=4178408/4192956
[pid=23758] ppid=23756 vsize=3120 CPUtime=0.16
/proc/23758/stat : 23758 (IUT_BMB_SAT) S 23756 23758 23612 0 -1 4194304 616 0 0 0 10 6 0 0 20 0 1 0 215208728 3194880 598 1992294400 134512640 135635285 4294956224 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 1 0 0
/proc/23758/statm: 780 598 106 274 0 503 0
[pid=23760] ppid=23758 vsize=5356 CPUtime=0
/proc/23760/stat : 23760 (sh) S 23758 23758 23612 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 215208745 5484544 232 1992294400 4194304 4889804 548682068912 18446744073709551615 244276847428 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/23760/statm: 1339 232 193 169 0 50 0
[pid=23761] ppid=23760 vsize=38304 CPUtime=4999.89
/proc/23761/stat : 23761 (minisat) R 23760 23758 23612 0 -1 4194304 9326 0 0 0 499980 9 0 0 25 0 1 0 215208745 39223296 9257 1992294400 134512640 135243223 4294956320 18446744073709551615 134555744 0 0 4096 3 0 0 0 17 1 0 0
/proc/23761/statm: 9576 9257 84 178 0 9396 0
Current children cumulated CPU time (s) 5000.05
Current children cumulated vsize (KiB) 46780

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.08
CPU user time (s): 4999.91
CPU system time (s): 0.170974
CPU usage (%): 99.9733
Max. virtual memory (cumulated for all children) (KiB): 46780

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

runsolver used 4.33034 second user time and 13.8639 second system time

The end

Launcher Data

Begin job on node63 at 2009-05-09 14:23:46
IDJOB=1784863
IDBENCH=24631
IDSOLVER=638
FILE ID=node63/1784863-1241871825
PBS_JOBID= 9264552
Free space on /tmp= 66148 MiB

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

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

MD5SUM BENCH= ff36f96f6b8096039d33a91da209fed4
RANDOM SEED=1483754522

node63.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.236
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.236
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	: 5996.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1772408 kB
Buffers:         33540 kB
Cached:         178608 kB
SwapCached:       8444 kB
Active:          77232 kB
Inactive:       144932 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1772408 kB
SwapTotal:     4192956 kB
SwapFree:      4178408 kB
Dirty:            2512 kB
Writeback:           0 kB
Mapped:          14824 kB
Slab:            47164 kB
Committed_AS:   873640 kB
PageTables:       1452 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66144 MiB
End job on node63 at 2009-05-09 15:47:09