Trace number 1730717

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
IUT_BMB_SAT 1.0? (TO) 1200.11 1200.71

General information on the benchmark

Namecrafted/Difficult/contest05/others/
linvrinv5.sat05-564.reshuffled-07.cnf
MD5SUM7b1cebbdf060989ddb5c4faf02370afb
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark767.638
Satisfiable
(Un)Satisfiability was proved
Number of variables450
Number of clauses1426
Sum of the clauses size3800
Maximum clause length25
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 2500
Number of clauses of size 3925
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 51

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.02	c ============================[ Problem Statistics ]=============================
0.00/0.02	c |                                                                             |
0.00/0.02	c |  Number of variables:  450                                                  |
0.00/0.02	c |  Number of clauses:    1426                                                 |
0.00/0.02	c |  Parsing time:         0.00         s                                       |
0.00/0.02	c ============================[ Search Statistics ]==============================
0.00/0.02	c | Conflicts |          ORIGINAL         |          LEARNT          | Progress |
0.00/0.02	c |           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
0.00/0.02	c ===============================================================================
0.00/0.02	c |         0 |     207     1226     4488 |      408        0    nan |  0.000 % |
0.00/0.03	c |       102 |     207     1226     4488 |      449      102     15 |  0.000 % |
0.00/0.03	c |       252 |     207     1226     4488 |      494      252     21 |  0.001 % |
0.00/0.04	c |       477 |     207     1226     4488 |      543      477     21 |  0.000 % |
0.00/0.05	c |       814 |     207     1226     4488 |      598      528     18 |  0.000 % |
0.00/0.07	c |      1320 |     207     1226     4488 |      658      388     16 |  0.001 % |
0.00/0.10	c |      2079 |     207     1226     4488 |      723      460     16 |  0.000 % |
0.00/0.14	c |      3218 |     207     1226     4488 |      796      445     14 |  0.000 % |
0.00/0.21	c |      4928 |     207     1226     4488 |      876      471     15 |  0.000 % |
0.00/0.30	c |      7491 |     207     1226     4488 |      963      700     16 |  0.000 % |
0.00/0.46	c |     11337 |     207     1226     4488 |     1059      540     14 |  0.001 % |
0.00/0.71	c |     17104 |     207     1226     4488 |     1165      841     16 |  0.000 % |
1.08/1.14	c |     25753 |     207     1226     4488 |     1282      961     17 |  0.001 % |
1.67/1.76	c |     38727 |     207     1226     4488 |     1410     1164     20 |  0.000 % |
2.67/2.75	c |     58188 |     207     1226     4488 |     1551     1102     18 |  0.000 % |
4.17/4.22	c |     87381 |     207     1226     4488 |     1707      870     17 |  0.000 % |
6.37/6.45	c |    131171 |     207     1226     4488 |     1877     1098     17 |  0.001 % |
9.77/9.88	c |    196856 |     207     1226     4488 |     2065     1602     20 |  0.000 % |
15.06/15.19	c |    295383 |     207     1226     4488 |     2272     1514     19 |  0.000 % |
22.76/22.86	c |    443172 |     207     1226     4488 |     2499     1909     19 |  0.000 % |
34.85/34.95	c |    664857 |     207     1226     4488 |     2749     2235     22 |  0.000 % |
54.04/54.14	c |    997383 |     207     1226     4488 |     3024     2136     18 |  0.000 % |
83.53/83.60	c |   1496171 |     207     1226     4488 |     3326     1853     22 |  0.001 % |
128.61/128.70	c |   2244353 |     207     1226     4488 |     3659     2280     18 |  0.000 % |
194.47/194.66	c |   3366627 |     207     1226     4488 |     4025     1934     19 |  0.000 % |
304.10/304.32	c |   5050038 |     207     1226     4488 |     4427     3636     18 |  0.000 % |
477.93/478.24	c |   7575154 |     207     1226     4488 |     4870     3839     18 |  0.000 % |
747.80/748.22	c |  11362830 |     207     1226     4488 |     5357     4211     17 |  0.000 % |
1161.00/1161.63	c |  17044343 |     207     1226     4488 |     5893     3450     17 |  0.003 % |
1200.07/1200.70	sh: line 1: 27610 Terminated              HOME/minisat simple.out solve.out >temp.out
1200.07/1200.70	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-1730717-1240762691/watcher-1730717-1240762691 -o /tmp/evaluation-result-1730717-1240762691/solver-1730717-1240762691 -C 1200 -W 1800 -M 1800 --output-limit 1,15 IUT_BMB_SAT HOME/instance-1730717-1240762691.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: 1.00 1.00 1.00 3/65 27607
/proc/meminfo: memFree=1782528/2055920 swapFree=4181416/4192956
[pid=27607] ppid=27605 vsize=1416 CPUtime=0
/proc/27607/stat : 27607 (IUT_BMB_SAT) R 27605 27607 27283 0 -1 4194304 162 0 0 0 0 0 0 0 18 0 1 0 104298395 1449984 145 1992294400 134512640 135635285 4294956208 18446744073709551615 135072790 0 0 4096 0 0 0 0 17 0 0 0
/proc/27607/statm: 354 145 99 274 0 77 0

[startup+0.0980381 s]
/proc/loadavg: 1.00 1.00 1.00 3/65 27607
/proc/meminfo: memFree=1782528/2055920 swapFree=4181416/4192956
[pid=27607] ppid=27605 vsize=1416 CPUtime=0
/proc/27607/stat : 27607 (IUT_BMB_SAT) S 27605 27607 27283 0 -1 4194304 197 0 0 0 0 0 0 0 18 0 1 0 104298395 1449984 179 1992294400 134512640 135635285 4294956208 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/27607/statm: 354 179 106 274 0 77 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 1416

[startup+0.101038 s]
/proc/loadavg: 1.00 1.00 1.00 3/65 27607
/proc/meminfo: memFree=1782528/2055920 swapFree=4181416/4192956
[pid=27607] ppid=27605 vsize=1416 CPUtime=0
/proc/27607/stat : 27607 (IUT_BMB_SAT) S 27605 27607 27283 0 -1 4194304 197 0 0 0 0 0 0 0 18 0 1 0 104298395 1449984 179 1992294400 134512640 135635285 4294956208 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/27607/statm: 354 179 106 274 0 77 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 1416

[startup+0.301074 s]
/proc/loadavg: 1.00 1.00 1.00 3/65 27607
/proc/meminfo: memFree=1782528/2055920 swapFree=4181416/4192956
[pid=27607] ppid=27605 vsize=1416 CPUtime=0
/proc/27607/stat : 27607 (IUT_BMB_SAT) S 27605 27607 27283 0 -1 4194304 197 0 0 0 0 0 0 0 18 0 1 0 104298395 1449984 179 1992294400 134512640 135635285 4294956208 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/27607/statm: 354 179 106 274 0 77 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 1416

[startup+0.701145 s]
/proc/loadavg: 1.00 1.00 1.00 3/65 27607
/proc/meminfo: memFree=1782528/2055920 swapFree=4181416/4192956
[pid=27607] ppid=27605 vsize=1416 CPUtime=0
/proc/27607/stat : 27607 (IUT_BMB_SAT) S 27605 27607 27283 0 -1 4194304 197 0 0 0 0 0 0 0 18 0 1 0 104298395 1449984 179 1992294400 134512640 135635285 4294956208 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/27607/statm: 354 179 106 274 0 77 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 1416

[startup+1.50129 s]
/proc/loadavg: 1.00 1.00 1.00 2/68 27610
/proc/meminfo: memFree=1781480/2055920 swapFree=4181416/4192956
[pid=27607] ppid=27605 vsize=1416 CPUtime=0
/proc/27607/stat : 27607 (IUT_BMB_SAT) S 27605 27607 27283 0 -1 4194304 197 0 0 0 0 0 0 0 18 0 1 0 104298395 1449984 179 1992294400 134512640 135635285 4294956208 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/27607/statm: 354 179 106 274 0 77 0
[pid=27609] ppid=27607 vsize=5356 CPUtime=0
/proc/27609/stat : 27609 (sh) S 27607 27607 27283 0 -1 4194304 270 0 0 0 0 0 0 0 19 0 1 0 104298397 5484544 232 1992294400 4194304 4889804 548682068880 18446744073709551615 243665527620 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27609/statm: 1339 232 193 169 0 50 0
[pid=27610] ppid=27609 vsize=2316 CPUtime=1.47
/proc/27610/stat : 27610 (minisat) R 27609 27607 27283 0 -1 4194304 221 0 0 0 147 0 0 0 25 0 1 0 104298397 2371584 201 1992294400 134512640 135243223 4294956304 18446744073709551615 134558400 0 0 4096 3 0 0 0 17 0 0 0
/proc/27610/statm: 579 201 84 178 0 399 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 9088

[startup+3.10158 s]
/proc/loadavg: 1.00 1.00 1.00 2/68 27610
/proc/meminfo: memFree=1781288/2055920 swapFree=4181416/4192956
[pid=27607] ppid=27605 vsize=1416 CPUtime=0
/proc/27607/stat : 27607 (IUT_BMB_SAT) S 27605 27607 27283 0 -1 4194304 197 0 0 0 0 0 0 0 18 0 1 0 104298395 1449984 179 1992294400 134512640 135635285 4294956208 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/27607/statm: 354 179 106 274 0 77 0
[pid=27609] ppid=27607 vsize=5356 CPUtime=0
/proc/27609/stat : 27609 (sh) S 27607 27607 27283 0 -1 4194304 270 0 0 0 0 0 0 0 19 0 1 0 104298397 5484544 232 1992294400 4194304 4889804 548682068880 18446744073709551615 243665527620 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27609/statm: 1339 232 193 169 0 50 0
[pid=27610] ppid=27609 vsize=2316 CPUtime=3.07
/proc/27610/stat : 27610 (minisat) R 27609 27607 27283 0 -1 4194304 237 0 0 0 307 0 0 0 25 0 1 0 104298397 2371584 217 1992294400 134512640 135243223 4294956304 18446744073709551615 134558252 0 0 4096 3 0 0 0 17 0 0 0
/proc/27610/statm: 579 217 84 178 0 399 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 9088

[startup+6.30116 s]
/proc/loadavg: 1.00 1.00 1.00 2/68 27610
/proc/meminfo: memFree=1780968/2055920 swapFree=4181416/4192956
[pid=27607] ppid=27605 vsize=1416 CPUtime=0
/proc/27607/stat : 27607 (IUT_BMB_SAT) S 27605 27607 27283 0 -1 4194304 197 0 0 0 0 0 0 0 18 0 1 0 104298395 1449984 179 1992294400 134512640 135635285 4294956208 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/27607/statm: 354 179 106 274 0 77 0
[pid=27609] ppid=27607 vsize=5356 CPUtime=0
/proc/27609/stat : 27609 (sh) S 27607 27607 27283 0 -1 4194304 270 0 0 0 0 0 0 0 19 0 1 0 104298397 5484544 232 1992294400 4194304 4889804 548682068880 18446744073709551615 243665527620 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27609/statm: 1339 232 193 169 0 50 0
[pid=27610] ppid=27609 vsize=2316 CPUtime=6.27
/proc/27610/stat : 27610 (minisat) R 27609 27607 27283 0 -1 4194304 251 0 0 0 627 0 0 0 25 0 1 0 104298397 2371584 231 1992294400 134512640 135243223 4294956304 18446744073709551615 134555578 0 0 4096 3 0 0 0 17 0 0 0
/proc/27610/statm: 579 231 84 178 0 399 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 9088

[startup+12.7013 s]
/proc/loadavg: 1.00 1.00 1.00 2/68 27610
/proc/meminfo: memFree=1780856/2055920 swapFree=4181416/4192956
[pid=27607] ppid=27605 vsize=1416 CPUtime=0
/proc/27607/stat : 27607 (IUT_BMB_SAT) S 27605 27607 27283 0 -1 4194304 197 0 0 0 0 0 0 0 18 0 1 0 104298395 1449984 179 1992294400 134512640 135635285 4294956208 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/27607/statm: 354 179 106 274 0 77 0
[pid=27609] ppid=27607 vsize=5356 CPUtime=0
/proc/27609/stat : 27609 (sh) S 27607 27607 27283 0 -1 4194304 270 0 0 0 0 0 0 0 19 0 1 0 104298397 5484544 232 1992294400 4194304 4889804 548682068880 18446744073709551615 243665527620 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27609/statm: 1339 232 193 169 0 50 0
[pid=27610] ppid=27609 vsize=2448 CPUtime=12.66
/proc/27610/stat : 27610 (minisat) R 27609 27607 27283 0 -1 4194304 275 0 0 0 1266 0 0 0 25 0 1 0 104298397 2506752 255 1992294400 134512640 135243223 4294956304 18446744073709551615 134564621 0 0 4096 3 0 0 0 17 0 0 0
/proc/27610/statm: 612 255 84 178 0 432 0
Current children cumulated CPU time (s) 12.66
Current children cumulated vsize (KiB) 9220

[startup+25.5016 s]
/proc/loadavg: 1.00 1.00 1.00 2/68 27610
/proc/meminfo: memFree=1780792/2055920 swapFree=4181416/4192956
[pid=27607] ppid=27605 vsize=1416 CPUtime=0
/proc/27607/stat : 27607 (IUT_BMB_SAT) S 27605 27607 27283 0 -1 4194304 197 0 0 0 0 0 0 0 18 0 1 0 104298395 1449984 179 1992294400 134512640 135635285 4294956208 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/27607/statm: 354 179 106 274 0 77 0
[pid=27609] ppid=27607 vsize=5356 CPUtime=0
/proc/27609/stat : 27609 (sh) S 27607 27607 27283 0 -1 4194304 270 0 0 0 0 0 0 0 19 0 1 0 104298397 5484544 232 1992294400 4194304 4889804 548682068880 18446744073709551615 243665527620 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27609/statm: 1339 232 193 169 0 50 0
[pid=27610] ppid=27609 vsize=2580 CPUtime=25.46
/proc/27610/stat : 27610 (minisat) R 27609 27607 27283 0 -1 4194304 304 0 0 0 2546 0 0 0 25 0 1 0 104298397 2641920 284 1992294400 134512640 135243223 4294956304 18446744073709551615 134555936 0 0 4096 3 0 0 0 17 0 0 0
/proc/27610/statm: 645 284 84 178 0 465 0
Current children cumulated CPU time (s) 25.46
Current children cumulated vsize (KiB) 9352

[startup+51.1013 s]
/proc/loadavg: 1.00 1.00 1.00 2/68 27610
/proc/meminfo: memFree=1780728/2055920 swapFree=4181416/4192956
[pid=27607] ppid=27605 vsize=1416 CPUtime=0
/proc/27607/stat : 27607 (IUT_BMB_SAT) S 27605 27607 27283 0 -1 4194304 197 0 0 0 0 0 0 0 18 0 1 0 104298395 1449984 179 1992294400 134512640 135635285 4294956208 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/27607/statm: 354 179 106 274 0 77 0
[pid=27609] ppid=27607 vsize=5356 CPUtime=0
/proc/27609/stat : 27609 (sh) S 27607 27607 27283 0 -1 4194304 270 0 0 0 0 0 0 0 19 0 1 0 104298397 5484544 232 1992294400 4194304 4889804 548682068880 18446744073709551615 243665527620 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27609/statm: 1339 232 193 169 0 50 0
[pid=27610] ppid=27609 vsize=2712 CPUtime=51.05
/proc/27610/stat : 27610 (minisat) R 27609 27607 27283 0 -1 4194304 339 0 0 0 5105 0 0 0 25 0 1 0 104298397 2777088 319 1992294400 134512640 135243223 4294956304 18446744073709551615 134555671 0 0 4096 3 0 0 0 17 0 0 0
/proc/27610/statm: 678 319 84 178 0 498 0
Current children cumulated CPU time (s) 51.05
Current children cumulated vsize (KiB) 9484

[startup+102.306 s]
/proc/loadavg: 1.00 1.00 1.00 2/68 27610
/proc/meminfo: memFree=1780408/2055920 swapFree=4181416/4192956
[pid=27607] ppid=27605 vsize=1416 CPUtime=0
/proc/27607/stat : 27607 (IUT_BMB_SAT) S 27605 27607 27283 0 -1 4194304 197 0 0 0 0 0 0 0 18 0 1 0 104298395 1449984 179 1992294400 134512640 135635285 4294956208 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/27607/statm: 354 179 106 274 0 77 0
[pid=27609] ppid=27607 vsize=5356 CPUtime=0
/proc/27609/stat : 27609 (sh) S 27607 27607 27283 0 -1 4194304 270 0 0 0 0 0 0 0 19 0 1 0 104298397 5484544 232 1992294400 4194304 4889804 548682068880 18446744073709551615 243665527620 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27609/statm: 1339 232 193 169 0 50 0
[pid=27610] ppid=27609 vsize=2972 CPUtime=102.22
/proc/27610/stat : 27610 (minisat) R 27609 27607 27283 0 -1 4194304 393 0 0 0 10222 0 0 0 25 0 1 0 104298397 3043328 373 1992294400 134512640 135243223 4294956304 18446744073709551615 134555650 0 0 4096 3 0 0 0 17 0 0 0
/proc/27610/statm: 743 373 84 178 0 563 0
Current children cumulated CPU time (s) 102.22
Current children cumulated vsize (KiB) 9744

[startup+162.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/68 27610
/proc/meminfo: memFree=1780280/2055920 swapFree=4181416/4192956
[pid=27607] ppid=27605 vsize=1416 CPUtime=0
/proc/27607/stat : 27607 (IUT_BMB_SAT) S 27605 27607 27283 0 -1 4194304 197 0 0 0 0 0 0 0 18 0 1 0 104298395 1449984 179 1992294400 134512640 135635285 4294956208 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/27607/statm: 354 179 106 274 0 77 0
[pid=27609] ppid=27607 vsize=5356 CPUtime=0
/proc/27609/stat : 27609 (sh) S 27607 27607 27283 0 -1 4194304 270 0 0 0 0 0 0 0 19 0 1 0 104298397 5484544 232 1992294400 4194304 4889804 548682068880 18446744073709551615 243665527620 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27609/statm: 1339 232 193 169 0 50 0
[pid=27610] ppid=27609 vsize=3108 CPUtime=162.19
/proc/27610/stat : 27610 (minisat) R 27609 27607 27283 0 -1 4194304 422 0 0 0 16219 0 0 0 25 0 1 0 104298397 3182592 402 1992294400 134512640 135243223 4294956304 18446744073709551615 134555483 0 0 4096 3 0 0 0 17 0 0 0
/proc/27610/statm: 777 402 84 178 0 597 0
Current children cumulated CPU time (s) 162.19
Current children cumulated vsize (KiB) 9880

[startup+222.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/68 27610
/proc/meminfo: memFree=1780088/2055920 swapFree=4181416/4192956
[pid=27607] ppid=27605 vsize=1416 CPUtime=0
/proc/27607/stat : 27607 (IUT_BMB_SAT) S 27605 27607 27283 0 -1 4194304 197 0 0 0 0 0 0 0 18 0 1 0 104298395 1449984 179 1992294400 134512640 135635285 4294956208 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/27607/statm: 354 179 106 274 0 77 0
[pid=27609] ppid=27607 vsize=5356 CPUtime=0
/proc/27609/stat : 27609 (sh) S 27607 27607 27283 0 -1 4194304 270 0 0 0 0 0 0 0 19 0 1 0 104298397 5484544 232 1992294400 4194304 4889804 548682068880 18446744073709551615 243665527620 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27609/statm: 1339 232 193 169 0 50 0
[pid=27610] ppid=27609 vsize=3224 CPUtime=222.15
/proc/27610/stat : 27610 (minisat) R 27609 27607 27283 0 -1 4194304 460 0 0 0 22215 0 0 0 25 0 1 0 104298397 3301376 440 1992294400 134512640 135243223 4294956304 18446744073709551615 134555744 0 0 4096 3 0 0 0 17 0 0 0
/proc/27610/statm: 806 440 84 178 0 626 0
Current children cumulated CPU time (s) 222.15
Current children cumulated vsize (KiB) 9996

[startup+282.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/68 27610
/proc/meminfo: memFree=1780024/2055920 swapFree=4181416/4192956
[pid=27607] ppid=27605 vsize=1416 CPUtime=0
/proc/27607/stat : 27607 (IUT_BMB_SAT) S 27605 27607 27283 0 -1 4194304 197 0 0 0 0 0 0 0 18 0 1 0 104298395 1449984 179 1992294400 134512640 135635285 4294956208 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/27607/statm: 354 179 106 274 0 77 0
[pid=27609] ppid=27607 vsize=5356 CPUtime=0
/proc/27609/stat : 27609 (sh) S 27607 27607 27283 0 -1 4194304 270 0 0 0 0 0 0 0 19 0 1 0 104298397 5484544 232 1992294400 4194304 4889804 548682068880 18446744073709551615 243665527620 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27609/statm: 1339 232 193 169 0 50 0

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

[pid=27607] ppid=27605 vsize=1416 CPUtime=0
/proc/27607/stat : 27607 (IUT_BMB_SAT) S 27605 27607 27283 0 -1 4194304 197 0 0 0 0 0 0 0 18 0 1 0 104298395 1449984 179 1992294400 134512640 135635285 4294956208 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/27607/statm: 354 179 106 274 0 77 0
[pid=27609] ppid=27607 vsize=5356 CPUtime=0
/proc/27609/stat : 27609 (sh) S 27607 27607 27283 0 -1 4194304 270 0 0 0 0 0 0 0 19 0 1 0 104298397 5484544 232 1992294400 4194304 4889804 548682068880 18446744073709551615 243665527620 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27609/statm: 1339 232 193 169 0 50 0
[pid=27610] ppid=27609 vsize=3736 CPUtime=701.92
/proc/27610/stat : 27610 (minisat) R 27609 27607 27283 0 -1 4194304 605 0 0 0 70191 1 0 0 25 0 1 0 104298397 3825664 585 1992294400 134512640 135243223 4294956304 18446744073709551615 134555564 0 0 4096 3 0 0 0 17 0 0 0
/proc/27610/statm: 934 585 84 178 0 754 0
Current children cumulated CPU time (s) 701.92
Current children cumulated vsize (KiB) 10508

[startup+762.306 s]
/proc/loadavg: 1.00 1.00 1.00 2/68 27610
/proc/meminfo: memFree=1779128/2055920 swapFree=4181416/4192956
[pid=27607] ppid=27605 vsize=1416 CPUtime=0
/proc/27607/stat : 27607 (IUT_BMB_SAT) S 27605 27607 27283 0 -1 4194304 197 0 0 0 0 0 0 0 18 0 1 0 104298395 1449984 179 1992294400 134512640 135635285 4294956208 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/27607/statm: 354 179 106 274 0 77 0
[pid=27609] ppid=27607 vsize=5356 CPUtime=0
/proc/27609/stat : 27609 (sh) S 27607 27607 27283 0 -1 4194304 270 0 0 0 0 0 0 0 19 0 1 0 104298397 5484544 232 1992294400 4194304 4889804 548682068880 18446744073709551615 243665527620 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27609/statm: 1339 232 193 169 0 50 0
[pid=27610] ppid=27609 vsize=3868 CPUtime=761.9
/proc/27610/stat : 27610 (minisat) R 27609 27607 27283 0 -1 4194304 630 0 0 0 76189 1 0 0 25 0 1 0 104298397 3960832 610 1992294400 134512640 135243223 4294956304 18446744073709551615 134558569 0 0 4096 3 0 0 0 17 0 0 0
/proc/27610/statm: 967 610 84 178 0 787 0
Current children cumulated CPU time (s) 761.9
Current children cumulated vsize (KiB) 10640

[startup+822.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/68 27610
/proc/meminfo: memFree=1779064/2055920 swapFree=4181416/4192956
[pid=27607] ppid=27605 vsize=1416 CPUtime=0
/proc/27607/stat : 27607 (IUT_BMB_SAT) S 27605 27607 27283 0 -1 4194304 197 0 0 0 0 0 0 0 18 0 1 0 104298395 1449984 179 1992294400 134512640 135635285 4294956208 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/27607/statm: 354 179 106 274 0 77 0
[pid=27609] ppid=27607 vsize=5356 CPUtime=0
/proc/27609/stat : 27609 (sh) S 27607 27607 27283 0 -1 4194304 270 0 0 0 0 0 0 0 19 0 1 0 104298397 5484544 232 1992294400 4194304 4889804 548682068880 18446744073709551615 243665527620 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27609/statm: 1339 232 193 169 0 50 0
[pid=27610] ppid=27609 vsize=3868 CPUtime=821.86
/proc/27610/stat : 27610 (minisat) R 27609 27607 27283 0 -1 4194304 639 0 0 0 82185 1 0 0 25 0 1 0 104298397 3960832 619 1992294400 134512640 135243223 4294956304 18446744073709551615 134556193 0 0 4096 3 0 0 0 17 0 0 0
/proc/27610/statm: 967 619 84 178 0 787 0
Current children cumulated CPU time (s) 821.86
Current children cumulated vsize (KiB) 10640

[startup+882.303 s]
/proc/loadavg: 1.00 1.00 1.00 2/68 27610
/proc/meminfo: memFree=1779000/2055920 swapFree=4181416/4192956
[pid=27607] ppid=27605 vsize=1416 CPUtime=0
/proc/27607/stat : 27607 (IUT_BMB_SAT) S 27605 27607 27283 0 -1 4194304 197 0 0 0 0 0 0 0 18 0 1 0 104298395 1449984 179 1992294400 134512640 135635285 4294956208 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/27607/statm: 354 179 106 274 0 77 0
[pid=27609] ppid=27607 vsize=5356 CPUtime=0
/proc/27609/stat : 27609 (sh) S 27607 27607 27283 0 -1 4194304 270 0 0 0 0 0 0 0 19 0 1 0 104298397 5484544 232 1992294400 4194304 4889804 548682068880 18446744073709551615 243665527620 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27609/statm: 1339 232 193 169 0 50 0
[pid=27610] ppid=27609 vsize=4008 CPUtime=881.83
/proc/27610/stat : 27610 (minisat) R 27609 27607 27283 0 -1 4194304 669 0 0 0 88182 1 0 0 25 0 1 0 104298397 4104192 649 1992294400 134512640 135243223 4294956304 18446744073709551615 134555744 0 0 4096 3 0 0 0 17 0 0 0
/proc/27610/statm: 1002 649 84 178 0 822 0
Current children cumulated CPU time (s) 881.83
Current children cumulated vsize (KiB) 10780

[startup+942.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/68 27610
/proc/meminfo: memFree=1778936/2055920 swapFree=4181416/4192956
[pid=27607] ppid=27605 vsize=1416 CPUtime=0
/proc/27607/stat : 27607 (IUT_BMB_SAT) S 27605 27607 27283 0 -1 4194304 197 0 0 0 0 0 0 0 18 0 1 0 104298395 1449984 179 1992294400 134512640 135635285 4294956208 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/27607/statm: 354 179 106 274 0 77 0
[pid=27609] ppid=27607 vsize=5356 CPUtime=0
/proc/27609/stat : 27609 (sh) S 27607 27607 27283 0 -1 4194304 270 0 0 0 0 0 0 0 19 0 1 0 104298397 5484544 232 1992294400 4194304 4889804 548682068880 18446744073709551615 243665527620 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27609/statm: 1339 232 193 169 0 50 0
[pid=27610] ppid=27609 vsize=4008 CPUtime=941.8
/proc/27610/stat : 27610 (minisat) R 27609 27607 27283 0 -1 4194304 675 0 0 0 94179 1 0 0 25 0 1 0 104298397 4104192 655 1992294400 134512640 135243223 4294956304 18446744073709551615 134555744 0 0 4096 3 0 0 0 17 0 0 0
/proc/27610/statm: 1002 655 84 178 0 822 0
Current children cumulated CPU time (s) 941.8
Current children cumulated vsize (KiB) 10780

[startup+1002.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/68 27610
/proc/meminfo: memFree=1778744/2055920 swapFree=4181416/4192956
[pid=27607] ppid=27605 vsize=1416 CPUtime=0
/proc/27607/stat : 27607 (IUT_BMB_SAT) S 27605 27607 27283 0 -1 4194304 197 0 0 0 0 0 0 0 18 0 1 0 104298395 1449984 179 1992294400 134512640 135635285 4294956208 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/27607/statm: 354 179 106 274 0 77 0
[pid=27609] ppid=27607 vsize=5356 CPUtime=0
/proc/27609/stat : 27609 (sh) S 27607 27607 27283 0 -1 4194304 270 0 0 0 0 0 0 0 19 0 1 0 104298397 5484544 232 1992294400 4194304 4889804 548682068880 18446744073709551615 243665527620 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27609/statm: 1339 232 193 169 0 50 0
[pid=27610] ppid=27609 vsize=4264 CPUtime=1001.77
/proc/27610/stat : 27610 (minisat) R 27609 27607 27283 0 -1 4194304 709 0 0 0 100176 1 0 0 25 0 1 0 104298397 4366336 689 1992294400 134512640 135243223 4294956304 18446744073709551615 134555753 0 0 4096 3 0 0 0 17 0 0 0
/proc/27610/statm: 1066 689 84 178 0 886 0
Current children cumulated CPU time (s) 1001.77
Current children cumulated vsize (KiB) 11036

[startup+1062.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/68 27610
/proc/meminfo: memFree=1778680/2055920 swapFree=4181416/4192956
[pid=27607] ppid=27605 vsize=1416 CPUtime=0
/proc/27607/stat : 27607 (IUT_BMB_SAT) S 27605 27607 27283 0 -1 4194304 197 0 0 0 0 0 0 0 18 0 1 0 104298395 1449984 179 1992294400 134512640 135635285 4294956208 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/27607/statm: 354 179 106 274 0 77 0
[pid=27609] ppid=27607 vsize=5356 CPUtime=0
/proc/27609/stat : 27609 (sh) S 27607 27607 27283 0 -1 4194304 270 0 0 0 0 0 0 0 19 0 1 0 104298397 5484544 232 1992294400 4194304 4889804 548682068880 18446744073709551615 243665527620 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27609/statm: 1339 232 193 169 0 50 0
[pid=27610] ppid=27609 vsize=4224 CPUtime=1061.74
/proc/27610/stat : 27610 (minisat) R 27609 27607 27283 0 -1 4194304 724 0 0 0 106173 1 0 0 25 0 1 0 104298397 4325376 704 1992294400 134512640 135243223 4294956304 18446744073709551615 134555578 0 0 4096 3 0 0 0 17 0 0 0
/proc/27610/statm: 1056 704 84 178 0 876 0
Current children cumulated CPU time (s) 1061.74
Current children cumulated vsize (KiB) 10996

[startup+1122.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/68 27610
/proc/meminfo: memFree=1778616/2055920 swapFree=4181416/4192956
[pid=27607] ppid=27605 vsize=1416 CPUtime=0
/proc/27607/stat : 27607 (IUT_BMB_SAT) S 27605 27607 27283 0 -1 4194304 197 0 0 0 0 0 0 0 18 0 1 0 104298395 1449984 179 1992294400 134512640 135635285 4294956208 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/27607/statm: 354 179 106 274 0 77 0
[pid=27609] ppid=27607 vsize=5356 CPUtime=0
/proc/27609/stat : 27609 (sh) S 27607 27607 27283 0 -1 4194304 270 0 0 0 0 0 0 0 19 0 1 0 104298397 5484544 232 1992294400 4194304 4889804 548682068880 18446744073709551615 243665527620 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27609/statm: 1339 232 193 169 0 50 0
[pid=27610] ppid=27609 vsize=4356 CPUtime=1121.71
/proc/27610/stat : 27610 (minisat) R 27609 27607 27283 0 -1 4194304 739 0 0 0 112170 1 0 0 25 0 1 0 104298397 4460544 719 1992294400 134512640 135243223 4294956304 18446744073709551615 134555753 0 0 4096 3 0 0 0 17 0 0 0
/proc/27610/statm: 1089 719 84 178 0 909 0
Current children cumulated CPU time (s) 1121.71
Current children cumulated vsize (KiB) 11128

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/68 27610
/proc/meminfo: memFree=1778488/2055920 swapFree=4181416/4192956
[pid=27607] ppid=27605 vsize=1416 CPUtime=0
/proc/27607/stat : 27607 (IUT_BMB_SAT) S 27605 27607 27283 0 -1 4194304 197 0 0 0 0 0 0 0 18 0 1 0 104298395 1449984 179 1992294400 134512640 135635285 4294956208 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/27607/statm: 354 179 106 274 0 77 0
[pid=27609] ppid=27607 vsize=5356 CPUtime=0
/proc/27609/stat : 27609 (sh) S 27607 27607 27283 0 -1 4194304 270 0 0 0 0 0 0 0 19 0 1 0 104298397 5484544 232 1992294400 4194304 4889804 548682068880 18446744073709551615 243665527620 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27609/statm: 1339 232 193 169 0 50 0
[pid=27610] ppid=27609 vsize=4356 CPUtime=1181.68
/proc/27610/stat : 27610 (minisat) R 27609 27607 27283 0 -1 4194304 752 0 0 0 118167 1 0 0 25 0 1 0 104298397 4460544 732 1992294400 134512640 135243223 4294956304 18446744073709551615 134555753 0 0 4096 3 0 0 0 17 0 0 0
/proc/27610/statm: 1089 732 84 178 0 909 0
Current children cumulated CPU time (s) 1181.68
Current children cumulated vsize (KiB) 11128



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.7 s]
/proc/loadavg: 1.00 1.00 1.00 2/68 27610
/proc/meminfo: memFree=1778488/2055920 swapFree=4181416/4192956
[pid=27607] ppid=27605 vsize=1416 CPUtime=0
/proc/27607/stat : 27607 (IUT_BMB_SAT) S 27605 27607 27283 0 -1 4194304 197 0 0 0 0 0 0 0 18 0 1 0 104298395 1449984 179 1992294400 134512640 135635285 4294956208 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/27607/statm: 354 179 106 274 0 77 0
[pid=27609] ppid=27607 vsize=5356 CPUtime=0
/proc/27609/stat : 27609 (sh) S 27607 27607 27283 0 -1 4194304 270 0 0 0 0 0 0 0 19 0 1 0 104298397 5484544 232 1992294400 4194304 4889804 548682068880 18446744073709551615 243665527620 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27609/statm: 1339 232 193 169 0 50 0
[pid=27610] ppid=27609 vsize=4356 CPUtime=1200.07
/proc/27610/stat : 27610 (minisat) R 27609 27607 27283 0 -1 4194304 753 0 0 0 120006 1 0 0 25 0 1 0 104298397 4460544 733 1992294400 134512640 135243223 4294956304 18446744073709551615 134555520 0 0 4096 3 0 0 0 17 0 0 0
/proc/27610/statm: 1089 733 84 178 0 909 0
Current children cumulated CPU time (s) 1200.07
Current children cumulated vsize (KiB) 11128

Sending SIGTERM to process tree (bottom up)

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

[startup+1200.7 s]
/proc/loadavg: 1.00 1.00 1.00 2/68 27610
/proc/meminfo: memFree=1778488/2055920 swapFree=4181416/4192956
[pid=27607] ppid=27605 vsize=1416 CPUtime=0
/proc/27607/stat : 27607 (IUT_BMB_SAT) S 27605 27607 27283 0 -1 4194304 197 0 0 0 0 0 0 0 18 0 1 0 104298395 1449984 179 1992294400 134512640 135635285 4294956208 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/27607/statm: 354 179 106 274 0 77 0
[pid=27609] ppid=27607 vsize=5356 CPUtime=0
/proc/27609/stat : 27609 (sh) S 27607 27607 27283 0 -1 4194304 270 0 0 0 0 0 0 0 19 0 1 0 104298397 5484544 232 1992294400 4194304 4889804 548682068880 18446744073709551615 243665527620 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27609/statm: 1339 232 193 169 0 50 0
[pid=27610] ppid=27609 vsize=4356 CPUtime=1200.07
/proc/27610/stat : 27610 (minisat) R 27609 27607 27283 0 -1 4194304 753 0 0 0 120006 1 0 0 25 0 1 0 104298397 4460544 733 1992294400 134512640 135243223 4294956304 18446744073709551615 134555520 0 0 4096 3 0 0 0 17 0 0 0
/proc/27610/statm: 1089 733 84 178 0 909 0
Current children cumulated CPU time (s) 1200.07
Current children cumulated vsize (KiB) 11128

Child status: 0
Real time (s): 1200.71
CPU time (s): 1200.11
CPU user time (s): 1200.08
CPU system time (s): 0.028995
CPU usage (%): 99.9499
Max. virtual memory (cumulated for all children) (KiB): 11128

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

runsolver used 1.40579 second user time and 2.97255 second system time

The end

Launcher Data

Begin job on node84 at 2009-04-26 18:18:11
IDJOB=1730717
IDBENCH=24735
IDSOLVER=523
FILE ID=node84/1730717-1240762691
PBS_JOBID= 9187125
Free space on /tmp= 66216 MiB

SOLVER NAME= IUT_BMB_SAT 1.0
BENCH NAME= SAT07/crafted/Difficult/contest05/others/linvrinv5.sat05-564.reshuffled-07.cnf
COMMAND LINE= IUT_BMB_SAT BENCHNAME TMPDIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1730717-1240762691/watcher-1730717-1240762691 -o /tmp/evaluation-result-1730717-1240762691/solver-1730717-1240762691 -C 1200 -W 1800 -M 1800 --output-limit 1,15  IUT_BMB_SAT HOME/instance-1730717-1240762691.cnf HOME

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

MD5SUM BENCH= 7b1cebbdf060989ddb5c4faf02370afb
RANDOM SEED=1571197831

node84.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.259
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.259
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:       1783008 kB
Buffers:         29080 kB
Cached:         169456 kB
SwapCached:       5396 kB
Active:          20276 kB
Inactive:       186116 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1783008 kB
SwapTotal:     4192956 kB
SwapFree:      4181416 kB
Dirty:            2208 kB
Writeback:           0 kB
Mapped:          13496 kB
Slab:            52572 kB
Committed_AS:   377668 kB
PageTables:       1368 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= 66212 MiB
End job on node84 at 2009-04-26 18:38:12