Trace number 1732264

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.06 1200.51

General information on the benchmark

NameCRAFTED/sgen/sat/
sgen1-sat-280-100.cnf
MD5SUMc909afe1ffd8842fe3c52ac70d36fc85
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark395.338
Satisfiable
(Un)Satisfiability was proved
Number of variables280
Number of clauses672
Sum of the clauses size1680
Maximum clause length5
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 2560
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 5112
Number of clauses of size over 50

Solver Data

0.00/0.00	c IUT_BMB_SAT version 1.0
0.00/0.01	c WARNING: for repeatability, setting FPU to use double precision
0.00/0.01	c ============================[ Problem Statistics ]=============================
0.00/0.01	c |                                                                             |
0.00/0.01	c |  Number of variables:  280                                                  |
0.00/0.01	c |  Number of clauses:    672                                                  |
0.00/0.01	c |  Parsing time:         0.00         s                                       |
0.00/0.01	c ============================[ Search Statistics ]==============================
0.00/0.01	c | Conflicts |          ORIGINAL         |          LEARNT          | Progress |
0.00/0.01	c |           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
0.00/0.01	c ===============================================================================
0.00/0.01	c |         0 |     280      672     1680 |      224        0    nan |  0.000 % |
0.00/0.01	c |       100 |     280      672     1680 |      246      100     42 |  0.001 % |
0.00/0.02	c |       251 |     280      672     1680 |      271      251     39 |  0.001 % |
0.00/0.02	c |       480 |     280      672     1680 |      298      298     36 |  0.001 % |
0.00/0.03	c |       818 |     280      672     1680 |      327      299     32 |  0.001 % |
0.00/0.04	c |      1325 |     280      672     1680 |      360      400     32 |  0.001 % |
0.00/0.06	c |      2085 |     280      672     1680 |      396      259     22 |  0.001 % |
0.00/0.09	c |      3230 |     280      672     1680 |      436      435     31 |  0.001 % |
0.00/0.14	c |      4940 |     280      672     1680 |      480      289     21 |  0.001 % |
0.00/0.22	c |      7503 |     280      672     1680 |      528      303     20 |  0.001 % |
0.00/0.33	c |     11347 |     280      672     1680 |      580      599     35 |  0.001 % |
0.00/0.51	c |     17114 |     280      672     1680 |      639      417     26 |  0.001 % |
0.00/0.79	c |     25764 |     280      672     1680 |      703      447     27 |  0.001 % |
1.18/1.21	c |     38740 |     280      672     1680 |      773      462     28 |  0.001 % |
1.78/1.86	c |     58203 |     280      672     1680 |      850      848     38 |  0.001 % |
2.78/2.88	c |     87396 |     280      672     1680 |      935      606     31 |  0.001 % |
4.39/4.47	c |    131185 |     280      672     1680 |     1029      860     39 |  0.001 % |
6.88/6.95	c |    196869 |     280      672     1680 |     1132     1117     41 |  0.001 % |
10.88/10.92	c |    295396 |     280      672     1680 |     1245      866     39 |  0.001 % |
16.78/16.87	c |    443185 |     280      672     1680 |     1369     1227     43 |  0.001 % |
25.77/25.83	c |    664868 |     280      672     1680 |     1506      944     36 |  0.001 % |
39.76/39.82	c |    997394 |     280      672     1680 |     1657     1386     45 |  0.001 % |
61.36/61.44	c |   1496183 |     280      672     1680 |     1823     1672     41 |  0.001 % |
95.84/95.98	c |   2244366 |     280      672     1680 |     2005     1955     46 |  0.001 % |
148.92/149.00	c |   3366640 |     280      672     1680 |     2206     1675     46 |  0.001 % |
230.79/230.95	c |   5050052 |     280      672     1680 |     2426     1856     44 |  0.001 % |
359.24/359.42	c |   7575168 |     280      672     1680 |     2669     1922     47 |  0.001 % |
559.56/559.87	c |  11362843 |     280      672     1680 |     2936     2473     49 |  0.001 % |
872.26/872.65	c |  17044356 |     280      672     1680 |     3230     1745     44 |  0.001 % |
1200.03/1200.50	sh: line 1: 24766 Terminated              HOME/minisat simple.out solve.out >temp.out
1200.03/1200.50	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-1732264-1240779534/watcher-1732264-1240779534 -o /tmp/evaluation-result-1732264-1240779534/solver-1732264-1240779534 -C 1200 -W 1800 -M 1800 --output-limit 1,15 IUT_BMB_SAT HOME/instance-1732264-1240779534.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.99 0.98 0.99 3/64 24763
/proc/meminfo: memFree=1313392/2055920 swapFree=4180248/4192956
[pid=24763] ppid=24761 vsize=1284 CPUtime=0
/proc/24763/stat : 24763 (IUT_BMB_SAT) R 24761 24763 24598 0 -1 4194304 156 0 0 0 0 0 0 0 18 0 1 0 105986814 1314816 139 1992294400 134512640 135635285 4294956224 18446744073709551615 135072790 0 0 4096 0 0 0 0 17 0 0 0
/proc/24763/statm: 321 139 97 274 0 44 0

[startup+0.063248 s]
/proc/loadavg: 0.99 0.98 0.99 3/64 24763
/proc/meminfo: memFree=1313392/2055920 swapFree=4180248/4192956
[pid=24763] ppid=24761 vsize=1416 CPUtime=0
/proc/24763/stat : 24763 (IUT_BMB_SAT) S 24761 24763 24598 0 -1 4194304 180 0 0 0 0 0 0 0 18 0 1 0 105986814 1449984 162 1992294400 134512640 135635285 4294956224 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/24763/statm: 354 162 105 274 0 77 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 1416

[startup+0.102252 s]
/proc/loadavg: 0.99 0.98 0.99 3/64 24763
/proc/meminfo: memFree=1313392/2055920 swapFree=4180248/4192956
[pid=24763] ppid=24761 vsize=1416 CPUtime=0
/proc/24763/stat : 24763 (IUT_BMB_SAT) S 24761 24763 24598 0 -1 4194304 180 0 0 0 0 0 0 0 18 0 1 0 105986814 1449984 162 1992294400 134512640 135635285 4294956224 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/24763/statm: 354 162 105 274 0 77 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 1416

[startup+0.301272 s]
/proc/loadavg: 0.99 0.98 0.99 3/64 24763
/proc/meminfo: memFree=1313392/2055920 swapFree=4180248/4192956
[pid=24763] ppid=24761 vsize=1416 CPUtime=0
/proc/24763/stat : 24763 (IUT_BMB_SAT) S 24761 24763 24598 0 -1 4194304 180 0 0 0 0 0 0 0 18 0 1 0 105986814 1449984 162 1992294400 134512640 135635285 4294956224 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/24763/statm: 354 162 105 274 0 77 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 1416

[startup+0.702312 s]
/proc/loadavg: 0.99 0.98 0.99 3/64 24763
/proc/meminfo: memFree=1313392/2055920 swapFree=4180248/4192956
[pid=24763] ppid=24761 vsize=1416 CPUtime=0
/proc/24763/stat : 24763 (IUT_BMB_SAT) S 24761 24763 24598 0 -1 4194304 180 0 0 0 0 0 0 0 18 0 1 0 105986814 1449984 162 1992294400 134512640 135635285 4294956224 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/24763/statm: 354 162 105 274 0 77 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 1416

[startup+1.50139 s]
/proc/loadavg: 0.99 0.98 0.99 2/67 24766
/proc/meminfo: memFree=1312408/2055920 swapFree=4180248/4192956
[pid=24763] ppid=24761 vsize=1416 CPUtime=0
/proc/24763/stat : 24763 (IUT_BMB_SAT) S 24761 24763 24598 0 -1 4194304 180 0 0 0 0 0 0 0 18 0 1 0 105986814 1449984 162 1992294400 134512640 135635285 4294956224 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/24763/statm: 354 162 105 274 0 77 0
[pid=24765] ppid=24763 vsize=5356 CPUtime=0
/proc/24765/stat : 24765 (sh) S 24763 24763 24598 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 105986815 5484544 232 1992294400 4194304 4889804 548682068912 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24765/statm: 1339 232 193 169 0 50 0
[pid=24766] ppid=24765 vsize=2184 CPUtime=1.48
/proc/24766/stat : 24766 (minisat) R 24765 24763 24598 0 -1 4194304 212 0 0 0 148 0 0 0 25 0 1 0 105986815 2236416 193 1992294400 134512640 135243223 4294956320 18446744073709551615 134564936 0 0 4096 3 0 0 0 17 0 0 0
/proc/24766/statm: 546 193 83 178 0 366 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 8956

[startup+3.10155 s]
/proc/loadavg: 0.99 0.98 0.99 2/67 24766
/proc/meminfo: memFree=1312216/2055920 swapFree=4180248/4192956
[pid=24763] ppid=24761 vsize=1416 CPUtime=0
/proc/24763/stat : 24763 (IUT_BMB_SAT) S 24761 24763 24598 0 -1 4194304 180 0 0 0 0 0 0 0 18 0 1 0 105986814 1449984 162 1992294400 134512640 135635285 4294956224 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/24763/statm: 354 162 105 274 0 77 0
[pid=24765] ppid=24763 vsize=5356 CPUtime=0
/proc/24765/stat : 24765 (sh) S 24763 24763 24598 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 105986815 5484544 232 1992294400 4194304 4889804 548682068912 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24765/statm: 1339 232 193 169 0 50 0
[pid=24766] ppid=24765 vsize=2316 CPUtime=3.08
/proc/24766/stat : 24766 (minisat) R 24765 24763 24598 0 -1 4194304 242 0 0 0 308 0 0 0 25 0 1 0 105986815 2371584 223 1992294400 134512640 135243223 4294956320 18446744073709551615 134555693 0 0 4096 3 0 0 0 17 0 0 0
/proc/24766/statm: 579 223 83 178 0 399 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 9088

[startup+6.30188 s]
/proc/loadavg: 0.99 0.98 0.99 2/67 24766
/proc/meminfo: memFree=1311896/2055920 swapFree=4180248/4192956
[pid=24763] ppid=24761 vsize=1416 CPUtime=0
/proc/24763/stat : 24763 (IUT_BMB_SAT) S 24761 24763 24598 0 -1 4194304 180 0 0 0 0 0 0 0 18 0 1 0 105986814 1449984 162 1992294400 134512640 135635285 4294956224 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/24763/statm: 354 162 105 274 0 77 0
[pid=24765] ppid=24763 vsize=5356 CPUtime=0
/proc/24765/stat : 24765 (sh) S 24763 24763 24598 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 105986815 5484544 232 1992294400 4194304 4889804 548682068912 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24765/statm: 1339 232 193 169 0 50 0
[pid=24766] ppid=24765 vsize=2444 CPUtime=6.28
/proc/24766/stat : 24766 (minisat) R 24765 24763 24598 0 -1 4194304 268 0 0 0 628 0 0 0 25 0 1 0 105986815 2502656 249 1992294400 134512640 135243223 4294956320 18446744073709551615 134565437 0 0 4096 3 0 0 0 17 0 0 0
/proc/24766/statm: 611 249 83 178 0 431 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 9216

[startup+12.7015 s]
/proc/loadavg: 0.99 0.98 0.99 2/67 24766
/proc/meminfo: memFree=1311704/2055920 swapFree=4180248/4192956
[pid=24763] ppid=24761 vsize=1416 CPUtime=0
/proc/24763/stat : 24763 (IUT_BMB_SAT) S 24761 24763 24598 0 -1 4194304 180 0 0 0 0 0 0 0 18 0 1 0 105986814 1449984 162 1992294400 134512640 135635285 4294956224 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/24763/statm: 354 162 105 274 0 77 0
[pid=24765] ppid=24763 vsize=5356 CPUtime=0
/proc/24765/stat : 24765 (sh) S 24763 24763 24598 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 105986815 5484544 232 1992294400 4194304 4889804 548682068912 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24765/statm: 1339 232 193 169 0 50 0
[pid=24766] ppid=24765 vsize=2576 CPUtime=12.68
/proc/24766/stat : 24766 (minisat) R 24765 24763 24598 0 -1 4194304 312 0 0 0 1268 0 0 0 25 0 1 0 105986815 2637824 293 1992294400 134512640 135243223 4294956320 18446744073709551615 134558288 0 0 4096 3 0 0 0 17 0 0 0
/proc/24766/statm: 644 293 83 178 0 464 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 9348

[startup+25.5028 s]
/proc/loadavg: 0.99 0.98 0.99 2/67 24766
/proc/meminfo: memFree=1311576/2055920 swapFree=4180248/4192956
[pid=24763] ppid=24761 vsize=1416 CPUtime=0
/proc/24763/stat : 24763 (IUT_BMB_SAT) S 24761 24763 24598 0 -1 4194304 180 0 0 0 0 0 0 0 18 0 1 0 105986814 1449984 162 1992294400 134512640 135635285 4294956224 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/24763/statm: 354 162 105 274 0 77 0
[pid=24765] ppid=24763 vsize=5356 CPUtime=0
/proc/24765/stat : 24765 (sh) S 24763 24763 24598 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 105986815 5484544 232 1992294400 4194304 4889804 548682068912 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24765/statm: 1339 232 193 169 0 50 0
[pid=24766] ppid=24765 vsize=2836 CPUtime=25.47
/proc/24766/stat : 24766 (minisat) R 24765 24763 24598 0 -1 4194304 361 0 0 0 2547 0 0 0 25 0 1 0 105986815 2904064 342 1992294400 134512640 135243223 4294956320 18446744073709551615 134565016 0 0 4096 3 0 0 0 17 0 0 0
/proc/24766/statm: 709 342 83 178 0 529 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 9608

[startup+51.1024 s]
/proc/loadavg: 0.99 0.98 0.99 2/67 24766
/proc/meminfo: memFree=1311384/2055920 swapFree=4180248/4192956
[pid=24763] ppid=24761 vsize=1416 CPUtime=0
/proc/24763/stat : 24763 (IUT_BMB_SAT) S 24761 24763 24598 0 -1 4194304 180 0 0 0 0 0 0 0 18 0 1 0 105986814 1449984 162 1992294400 134512640 135635285 4294956224 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/24763/statm: 354 162 105 274 0 77 0
[pid=24765] ppid=24763 vsize=5356 CPUtime=0
/proc/24765/stat : 24765 (sh) S 24763 24763 24598 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 105986815 5484544 232 1992294400 4194304 4889804 548682068912 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24765/statm: 1339 232 193 169 0 50 0
[pid=24766] ppid=24765 vsize=3092 CPUtime=51.06
/proc/24766/stat : 24766 (minisat) R 24765 24763 24598 0 -1 4194304 428 0 0 0 5106 0 0 0 25 0 1 0 105986815 3166208 409 1992294400 134512640 135243223 4294956320 18446744073709551615 134555628 0 0 4096 3 0 0 0 17 0 0 0
/proc/24766/statm: 773 409 83 178 0 593 0
Current children cumulated CPU time (s) 51.06
Current children cumulated vsize (KiB) 9864

[startup+102.307 s]
/proc/loadavg: 0.99 0.98 0.99 2/67 24766
/proc/meminfo: memFree=1310936/2055920 swapFree=4180248/4192956
[pid=24763] ppid=24761 vsize=1416 CPUtime=0
/proc/24763/stat : 24763 (IUT_BMB_SAT) S 24761 24763 24598 0 -1 4194304 180 0 0 0 0 0 0 0 18 0 1 0 105986814 1449984 162 1992294400 134512640 135635285 4294956224 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/24763/statm: 354 162 105 274 0 77 0
[pid=24765] ppid=24763 vsize=5356 CPUtime=0
/proc/24765/stat : 24765 (sh) S 24763 24763 24598 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 105986815 5484544 232 1992294400 4194304 4889804 548682068912 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24765/statm: 1339 232 193 169 0 50 0
[pid=24766] ppid=24765 vsize=3476 CPUtime=102.24
/proc/24766/stat : 24766 (minisat) R 24765 24763 24598 0 -1 4194304 518 0 0 0 10224 0 0 0 25 0 1 0 105986815 3559424 499 1992294400 134512640 135243223 4294956320 18446744073709551615 134572640 0 0 4096 3 0 0 0 17 0 0 0
/proc/24766/statm: 869 499 83 178 0 689 0
Current children cumulated CPU time (s) 102.24
Current children cumulated vsize (KiB) 10248

[startup+162.303 s]
/proc/loadavg: 0.99 0.98 0.99 2/67 24772
/proc/meminfo: memFree=1310480/2055920 swapFree=4180248/4192956
[pid=24763] ppid=24761 vsize=1416 CPUtime=0
/proc/24763/stat : 24763 (IUT_BMB_SAT) S 24761 24763 24598 0 -1 4194304 180 0 0 0 0 0 0 0 18 0 1 0 105986814 1449984 162 1992294400 134512640 135635285 4294956224 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/24763/statm: 354 162 105 274 0 77 0
[pid=24765] ppid=24763 vsize=5356 CPUtime=0
/proc/24765/stat : 24765 (sh) S 24763 24763 24598 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 105986815 5484544 232 1992294400 4194304 4889804 548682068912 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24765/statm: 1339 232 193 169 0 50 0
[pid=24766] ppid=24765 vsize=3712 CPUtime=162.22
/proc/24766/stat : 24766 (minisat) R 24765 24763 24598 0 -1 4194304 582 0 0 0 16222 0 0 0 25 0 1 0 105986815 3801088 563 1992294400 134512640 135243223 4294956320 18446744073709551615 134564674 0 0 4096 3 0 0 0 17 0 0 0
/proc/24766/statm: 928 563 83 178 0 748 0
Current children cumulated CPU time (s) 162.22
Current children cumulated vsize (KiB) 10484

[startup+222.303 s]
/proc/loadavg: 0.99 0.98 0.99 2/67 24772
/proc/meminfo: memFree=1310416/2055920 swapFree=4180248/4192956
[pid=24763] ppid=24761 vsize=1416 CPUtime=0
/proc/24763/stat : 24763 (IUT_BMB_SAT) S 24761 24763 24598 0 -1 4194304 180 0 0 0 0 0 0 0 18 0 1 0 105986814 1449984 162 1992294400 134512640 135635285 4294956224 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/24763/statm: 354 162 105 274 0 77 0
[pid=24765] ppid=24763 vsize=5356 CPUtime=0
/proc/24765/stat : 24765 (sh) S 24763 24763 24598 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 105986815 5484544 232 1992294400 4194304 4889804 548682068912 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24765/statm: 1339 232 193 169 0 50 0
[pid=24766] ppid=24765 vsize=3844 CPUtime=222.19
/proc/24766/stat : 24766 (minisat) R 24765 24763 24598 0 -1 4194304 614 0 0 0 22219 0 0 0 25 0 1 0 105986815 3936256 595 1992294400 134512640 135243223 4294956320 18446744073709551615 134555744 0 0 4096 3 0 0 0 17 0 0 0
/proc/24766/statm: 961 595 83 178 0 781 0
Current children cumulated CPU time (s) 222.19
Current children cumulated vsize (KiB) 10616

[startup+282.303 s]
/proc/loadavg: 0.99 0.98 0.99 2/67 24772
/proc/meminfo: memFree=1310160/2055920 swapFree=4180248/4192956
[pid=24763] ppid=24761 vsize=1416 CPUtime=0
/proc/24763/stat : 24763 (IUT_BMB_SAT) S 24761 24763 24598 0 -1 4194304 180 0 0 0 0 0 0 0 18 0 1 0 105986814 1449984 162 1992294400 134512640 135635285 4294956224 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/24763/statm: 354 162 105 274 0 77 0
[pid=24765] ppid=24763 vsize=5356 CPUtime=0
/proc/24765/stat : 24765 (sh) S 24763 24763 24598 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 105986815 5484544 232 1992294400 4194304 4889804 548682068912 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24765/statm: 1339 232 193 169 0 50 0

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

/proc/meminfo: memFree=1309592/2055920 swapFree=4180248/4192956
[pid=24763] ppid=24761 vsize=1416 CPUtime=0
/proc/24763/stat : 24763 (IUT_BMB_SAT) S 24761 24763 24598 0 -1 4194304 180 0 0 0 0 0 0 0 18 0 1 0 105986814 1449984 162 1992294400 134512640 135635285 4294956224 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/24763/statm: 354 162 105 274 0 77 0
[pid=24765] ppid=24763 vsize=5356 CPUtime=0
/proc/24765/stat : 24765 (sh) S 24763 24763 24598 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 105986815 5484544 232 1992294400 4194304 4889804 548682068912 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24765/statm: 1339 232 193 169 0 50 0
[pid=24766] ppid=24765 vsize=4644 CPUtime=702.02
/proc/24766/stat : 24766 (minisat) R 24765 24763 24598 0 -1 4194304 823 0 0 0 70201 1 0 0 25 0 1 0 105986815 4755456 804 1992294400 134512640 135243223 4294956320 18446744073709551615 134555744 0 0 4096 3 0 0 0 17 0 0 0
/proc/24766/statm: 1161 804 83 178 0 981 0
Current children cumulated CPU time (s) 702.02
Current children cumulated vsize (KiB) 11416

[startup+762.307 s]
/proc/loadavg: 1.01 1.00 1.00 2/67 24772
/proc/meminfo: memFree=1309592/2055920 swapFree=4180248/4192956
[pid=24763] ppid=24761 vsize=1416 CPUtime=0
/proc/24763/stat : 24763 (IUT_BMB_SAT) S 24761 24763 24598 0 -1 4194304 180 0 0 0 0 0 0 0 18 0 1 0 105986814 1449984 162 1992294400 134512640 135635285 4294956224 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/24763/statm: 354 162 105 274 0 77 0
[pid=24765] ppid=24763 vsize=5356 CPUtime=0
/proc/24765/stat : 24765 (sh) S 24763 24763 24598 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 105986815 5484544 232 1992294400 4194304 4889804 548682068912 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24765/statm: 1339 232 193 169 0 50 0
[pid=24766] ppid=24765 vsize=4776 CPUtime=762
/proc/24766/stat : 24766 (minisat) R 24765 24763 24598 0 -1 4194304 840 0 0 0 76199 1 0 0 25 0 1 0 105986815 4890624 821 1992294400 134512640 135243223 4294956320 18446744073709551615 134565016 0 0 4096 3 0 0 0 17 0 0 0
/proc/24766/statm: 1194 821 83 178 0 1014 0
Current children cumulated CPU time (s) 762
Current children cumulated vsize (KiB) 11548

[startup+822.303 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 24772
/proc/meminfo: memFree=1309592/2055920 swapFree=4180248/4192956
[pid=24763] ppid=24761 vsize=1416 CPUtime=0
/proc/24763/stat : 24763 (IUT_BMB_SAT) S 24761 24763 24598 0 -1 4194304 180 0 0 0 0 0 0 0 18 0 1 0 105986814 1449984 162 1992294400 134512640 135635285 4294956224 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/24763/statm: 354 162 105 274 0 77 0
[pid=24765] ppid=24763 vsize=5356 CPUtime=0
/proc/24765/stat : 24765 (sh) S 24763 24763 24598 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 105986815 5484544 232 1992294400 4194304 4889804 548682068912 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24765/statm: 1339 232 193 169 0 50 0
[pid=24766] ppid=24765 vsize=4776 CPUtime=821.97
/proc/24766/stat : 24766 (minisat) R 24765 24763 24598 0 -1 4194304 847 0 0 0 82196 1 0 0 25 0 1 0 105986815 4890624 828 1992294400 134512640 135243223 4294956320 18446744073709551615 134555619 0 0 4096 3 0 0 0 17 0 0 0
/proc/24766/statm: 1194 828 83 178 0 1014 0
Current children cumulated CPU time (s) 821.97
Current children cumulated vsize (KiB) 11548

[startup+882.303 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 24772
/proc/meminfo: memFree=1309464/2055920 swapFree=4180248/4192956
[pid=24763] ppid=24761 vsize=1416 CPUtime=0
/proc/24763/stat : 24763 (IUT_BMB_SAT) S 24761 24763 24598 0 -1 4194304 180 0 0 0 0 0 0 0 18 0 1 0 105986814 1449984 162 1992294400 134512640 135635285 4294956224 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/24763/statm: 354 162 105 274 0 77 0
[pid=24765] ppid=24763 vsize=5356 CPUtime=0
/proc/24765/stat : 24765 (sh) S 24763 24763 24598 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 105986815 5484544 232 1992294400 4194304 4889804 548682068912 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24765/statm: 1339 232 193 169 0 50 0
[pid=24766] ppid=24765 vsize=4908 CPUtime=881.96
/proc/24766/stat : 24766 (minisat) R 24765 24763 24598 0 -1 4194304 870 0 0 0 88195 1 0 0 25 0 1 0 105986815 5025792 851 1992294400 134512640 135243223 4294956320 18446744073709551615 134565001 0 0 4096 3 0 0 0 17 0 0 0
/proc/24766/statm: 1227 851 83 178 0 1047 0
Current children cumulated CPU time (s) 881.96
Current children cumulated vsize (KiB) 11680

[startup+942.303 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 24772
/proc/meminfo: memFree=1309336/2055920 swapFree=4180248/4192956
[pid=24763] ppid=24761 vsize=1416 CPUtime=0
/proc/24763/stat : 24763 (IUT_BMB_SAT) S 24761 24763 24598 0 -1 4194304 180 0 0 0 0 0 0 0 18 0 1 0 105986814 1449984 162 1992294400 134512640 135635285 4294956224 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/24763/statm: 354 162 105 274 0 77 0
[pid=24765] ppid=24763 vsize=5356 CPUtime=0
/proc/24765/stat : 24765 (sh) S 24763 24763 24598 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 105986815 5484544 232 1992294400 4194304 4889804 548682068912 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24765/statm: 1339 232 193 169 0 50 0
[pid=24766] ppid=24765 vsize=5040 CPUtime=941.93
/proc/24766/stat : 24766 (minisat) R 24765 24763 24598 0 -1 4194304 906 0 0 0 94192 1 0 0 25 0 1 0 105986815 5160960 887 1992294400 134512640 135243223 4294956320 18446744073709551615 134567686 0 0 4096 3 0 0 0 17 0 0 0
/proc/24766/statm: 1260 887 83 178 0 1080 0
Current children cumulated CPU time (s) 941.93
Current children cumulated vsize (KiB) 11812

[startup+1002.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 24772
/proc/meminfo: memFree=1309208/2055920 swapFree=4180248/4192956
[pid=24763] ppid=24761 vsize=1416 CPUtime=0
/proc/24763/stat : 24763 (IUT_BMB_SAT) S 24761 24763 24598 0 -1 4194304 180 0 0 0 0 0 0 0 18 0 1 0 105986814 1449984 162 1992294400 134512640 135635285 4294956224 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/24763/statm: 354 162 105 274 0 77 0
[pid=24765] ppid=24763 vsize=5356 CPUtime=0
/proc/24765/stat : 24765 (sh) S 24763 24763 24598 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 105986815 5484544 232 1992294400 4194304 4889804 548682068912 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24765/statm: 1339 232 193 169 0 50 0
[pid=24766] ppid=24765 vsize=5040 CPUtime=1001.91
/proc/24766/stat : 24766 (minisat) R 24765 24763 24598 0 -1 4194304 924 0 0 0 100190 1 0 0 25 0 1 0 105986815 5160960 905 1992294400 134512640 135243223 4294956320 18446744073709551615 134558242 0 0 4096 3 0 0 0 17 0 0 0
/proc/24766/statm: 1260 905 83 178 0 1080 0
Current children cumulated CPU time (s) 1001.91
Current children cumulated vsize (KiB) 11812

[startup+1062.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 24772
/proc/meminfo: memFree=1309144/2055920 swapFree=4180248/4192956
[pid=24763] ppid=24761 vsize=1416 CPUtime=0
/proc/24763/stat : 24763 (IUT_BMB_SAT) S 24761 24763 24598 0 -1 4194304 180 0 0 0 0 0 0 0 18 0 1 0 105986814 1449984 162 1992294400 134512640 135635285 4294956224 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/24763/statm: 354 162 105 274 0 77 0
[pid=24765] ppid=24763 vsize=5356 CPUtime=0
/proc/24765/stat : 24765 (sh) S 24763 24763 24598 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 105986815 5484544 232 1992294400 4194304 4889804 548682068912 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24765/statm: 1339 232 193 169 0 50 0
[pid=24766] ppid=24765 vsize=5172 CPUtime=1061.88
/proc/24766/stat : 24766 (minisat) R 24765 24763 24598 0 -1 4194304 937 0 0 0 106187 1 0 0 25 0 1 0 105986815 5296128 918 1992294400 134512640 135243223 4294956320 18446744073709551615 134555578 0 0 4096 3 0 0 0 17 0 0 0
/proc/24766/statm: 1293 918 83 178 0 1113 0
Current children cumulated CPU time (s) 1061.88
Current children cumulated vsize (KiB) 11944

[startup+1122.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 24772
/proc/meminfo: memFree=1309144/2055920 swapFree=4180248/4192956
[pid=24763] ppid=24761 vsize=1416 CPUtime=0
/proc/24763/stat : 24763 (IUT_BMB_SAT) S 24761 24763 24598 0 -1 4194304 180 0 0 0 0 0 0 0 18 0 1 0 105986814 1449984 162 1992294400 134512640 135635285 4294956224 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/24763/statm: 354 162 105 274 0 77 0
[pid=24765] ppid=24763 vsize=5356 CPUtime=0
/proc/24765/stat : 24765 (sh) S 24763 24763 24598 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 105986815 5484544 232 1992294400 4194304 4889804 548682068912 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24765/statm: 1339 232 193 169 0 50 0
[pid=24766] ppid=24765 vsize=5172 CPUtime=1121.85
/proc/24766/stat : 24766 (minisat) R 24765 24763 24598 0 -1 4194304 956 0 0 0 112184 1 0 0 25 0 1 0 105986815 5296128 937 1992294400 134512640 135243223 4294956320 18446744073709551615 134563808 0 0 4096 3 0 0 0 17 0 0 0
/proc/24766/statm: 1293 937 83 178 0 1113 0
Current children cumulated CPU time (s) 1121.85
Current children cumulated vsize (KiB) 11944

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 24772
/proc/meminfo: memFree=1309080/2055920 swapFree=4180248/4192956
[pid=24763] ppid=24761 vsize=1416 CPUtime=0
/proc/24763/stat : 24763 (IUT_BMB_SAT) S 24761 24763 24598 0 -1 4194304 180 0 0 0 0 0 0 0 18 0 1 0 105986814 1449984 162 1992294400 134512640 135635285 4294956224 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/24763/statm: 354 162 105 274 0 77 0
[pid=24765] ppid=24763 vsize=5356 CPUtime=0
/proc/24765/stat : 24765 (sh) S 24763 24763 24598 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 105986815 5484544 232 1992294400 4194304 4889804 548682068912 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24765/statm: 1339 232 193 169 0 50 0
[pid=24766] ppid=24765 vsize=5304 CPUtime=1181.83
/proc/24766/stat : 24766 (minisat) R 24765 24763 24598 0 -1 4194304 967 0 0 0 118182 1 0 0 25 0 1 0 105986815 5431296 948 1992294400 134512640 135243223 4294956320 18446744073709551615 134555727 0 0 4096 3 0 0 0 17 0 0 0
/proc/24766/statm: 1326 948 83 178 0 1146 0
Current children cumulated CPU time (s) 1181.83
Current children cumulated vsize (KiB) 12076



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.5 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 24772
/proc/meminfo: memFree=1309016/2055920 swapFree=4180248/4192956
[pid=24763] ppid=24761 vsize=1416 CPUtime=0
/proc/24763/stat : 24763 (IUT_BMB_SAT) S 24761 24763 24598 0 -1 4194304 180 0 0 0 0 0 0 0 18 0 1 0 105986814 1449984 162 1992294400 134512640 135635285 4294956224 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/24763/statm: 354 162 105 274 0 77 0
[pid=24765] ppid=24763 vsize=5356 CPUtime=0
/proc/24765/stat : 24765 (sh) S 24763 24763 24598 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 105986815 5484544 232 1992294400 4194304 4889804 548682068912 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24765/statm: 1339 232 193 169 0 50 0
[pid=24766] ppid=24765 vsize=5304 CPUtime=1200.03
/proc/24766/stat : 24766 (minisat) R 24765 24763 24598 0 -1 4194304 974 0 0 0 120002 1 0 0 25 0 1 0 105986815 5431296 955 1992294400 134512640 135243223 4294956320 18446744073709551615 134564945 0 0 4096 3 0 0 0 17 0 0 0
/proc/24766/statm: 1326 955 83 178 0 1146 0
Current children cumulated CPU time (s) 1200.03
Current children cumulated vsize (KiB) 12076

Sending SIGTERM to process tree (bottom up)

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

[startup+1200.5 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 24772
/proc/meminfo: memFree=1309016/2055920 swapFree=4180248/4192956
[pid=24763] ppid=24761 vsize=1416 CPUtime=0
/proc/24763/stat : 24763 (IUT_BMB_SAT) S 24761 24763 24598 0 -1 4194304 180 0 0 0 0 0 0 0 18 0 1 0 105986814 1449984 162 1992294400 134512640 135635285 4294956224 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/24763/statm: 354 162 105 274 0 77 0
[pid=24765] ppid=24763 vsize=5356 CPUtime=0
/proc/24765/stat : 24765 (sh) S 24763 24763 24598 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 105986815 5484544 232 1992294400 4194304 4889804 548682068912 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24765/statm: 1339 232 193 169 0 50 0
[pid=24766] ppid=24765 vsize=5304 CPUtime=1200.03
/proc/24766/stat : 24766 (minisat) R 24765 24763 24598 0 -1 4194304 974 0 0 0 120002 1 0 0 25 0 1 0 105986815 5431296 955 1992294400 134512640 135243223 4294956320 18446744073709551615 134564945 0 0 4096 3 0 0 0 17 0 0 0
/proc/24766/statm: 1326 955 83 178 0 1146 0
Current children cumulated CPU time (s) 1200.03
Current children cumulated vsize (KiB) 12076

Child status: 0
Real time (s): 1200.51
CPU time (s): 1200.06
CPU user time (s): 1200.04
CPU system time (s): 0.021996
CPU usage (%): 99.9625
Max. virtual memory (cumulated for all children) (KiB): 12076

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

runsolver used 0.842871 second user time and 3.53346 second system time

The end

Launcher Data

Begin job on node17 at 2009-04-26 22:58:54
IDJOB=1732264
IDBENCH=71113
IDSOLVER=523
FILE ID=node17/1732264-1240779534
PBS_JOBID= 9187230
Free space on /tmp= 66136 MiB

SOLVER NAME= IUT_BMB_SAT 1.0
BENCH NAME= SAT09/CRAFTED/sgen/sat/sgen1-sat-280-100.cnf
COMMAND LINE= IUT_BMB_SAT BENCHNAME TMPDIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1732264-1240779534/watcher-1732264-1240779534 -o /tmp/evaluation-result-1732264-1240779534/solver-1732264-1240779534 -C 1200 -W 1800 -M 1800 --output-limit 1,15  IUT_BMB_SAT HOME/instance-1732264-1240779534.cnf HOME

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

MD5SUM BENCH= c909afe1ffd8842fe3c52ac70d36fc85
RANDOM SEED=1411000537

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

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.234
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5914.62
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.234
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5586.94
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1313936 kB
Buffers:         75920 kB
Cached:         602684 kB
SwapCached:       7584 kB
Active:         339084 kB
Inactive:       349560 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1313936 kB
SwapTotal:     4192956 kB
SwapFree:      4180248 kB
Dirty:            2196 kB
Writeback:           0 kB
Mapped:          13600 kB
Slab:            39360 kB
Committed_AS:   402020 kB
PageTables:       1452 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= 66132 MiB
End job on node17 at 2009-04-26 23:18:55