Trace number 1728862

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

General information on the benchmark

Namecrafted/Hard/contest02/
hgen3-v400-s553296708.sat05-471.reshuffled-07.cnf
MD5SUM67e3f1c82b3561160730d7e2b008579e
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables400
Number of clauses1400
Sum of the clauses size4200
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 31400
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.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:  400                                                  |
0.00/0.01	c |  Number of clauses:    1400                                                 |
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 |     400     1400     4200 |      466        0    nan |  0.000 % |
0.00/0.02	c |       102 |     400     1400     4200 |      513      102     27 |  0.001 % |
0.00/0.02	c |       253 |     400     1400     4200 |      564      253     26 |  0.001 % |
0.00/0.03	c |       479 |     400     1400     4200 |      621      479     26 |  0.001 % |
0.00/0.04	c |       818 |     400     1400     4200 |      683      479     26 |  0.001 % |
0.00/0.06	c |      1325 |     400     1400     4200 |      751      616     26 |  0.001 % |
0.00/0.08	c |      2085 |     400     1400     4200 |      826      565     25 |  0.001 % |
0.00/0.12	c |      3225 |     400     1400     4200 |      909      806     26 |  0.001 % |
0.00/0.18	c |      4933 |     400     1400     4200 |     1000      541     23 |  0.001 % |
0.00/0.28	c |      7496 |     400     1400     4200 |     1100      968     26 |  0.001 % |
0.00/0.43	c |     11341 |     400     1400     4200 |     1210      758     23 |  0.001 % |
0.00/0.67	c |     17109 |     400     1400     4200 |     1331      809     23 |  0.001 % |
0.98/1.03	c |     25758 |     400     1400     4200 |     1464     1122     25 |  0.001 % |
1.48/1.58	c |     38732 |     400     1400     4200 |     1611     1120     25 |  0.001 % |
2.38/2.43	c |     58194 |     400     1400     4200 |     1772     1410     26 |  0.001 % |
3.68/3.77	c |     87386 |     400     1400     4200 |     1949     1286     25 |  0.001 % |
5.78/5.82	c |    131176 |     400     1400     4200 |     2144     1950     27 |  0.001 % |
8.98/9.01	c |    196860 |     400     1400     4200 |     2358     1607     25 |  0.001 % |
13.87/13.97	c |    295388 |     400     1400     4200 |     2594     2218     26 |  0.001 % |
21.67/21.78	c |    443178 |     400     1400     4200 |     2854     2328     25 |  0.001 % |
33.77/33.84	c |    664862 |     400     1400     4200 |     3139     2138     27 |  0.001 % |
52.66/52.73	c |    997389 |     400     1400     4200 |     3453     3169     27 |  0.001 % |
81.75/81.87	c |   1496179 |     400     1400     4200 |     3798     2294     26 |  0.001 % |
127.53/127.60	c |   2244361 |     400     1400     4200 |     4178     3726     27 |  0.001 % |
199.48/199.67	c |   3366635 |     400     1400     4200 |     4596     3558     29 |  0.001 % |
312.34/312.53	c |   5050046 |     400     1400     4200 |     5056     2845     27 |  0.001 % |
487.16/487.47	c |   7575164 |     400     1400     4200 |     5561     2619     25 |  0.001 % |
766.04/766.41	c |  11362839 |     400     1400     4200 |     6117     4784     28 |  0.001 % |
1200.05/1200.60	sh: line 1: 23034 Terminated              HOME/minisat simple.out solve.out >temp.out
1200.05/1200.60	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-1728862-1240742145/watcher-1728862-1240742145 -o /tmp/evaluation-result-1728862-1240742145/solver-1728862-1240742145 -C 1200 -W 1800 -M 1800 --output-limit 1,15 IUT_BMB_SAT HOME/instance-1728862-1240742145.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.94 0.99 0.99 3/65 23031
/proc/meminfo: memFree=1791152/2055920 swapFree=4181392/4192956
[pid=23031] ppid=23029 vsize=1416 CPUtime=0
/proc/23031/stat : 23031 (IUT_BMB_SAT) R 23029 23031 22841 0 -1 4194304 158 0 0 0 0 0 0 0 18 0 1 0 102243656 1449984 141 1992294400 134512640 135635285 4294956208 18446744073709551615 135072790 0 0 4096 0 0 0 0 17 0 0 0
/proc/23031/statm: 354 141 97 274 0 77 0

[startup+0.063884 s]
/proc/loadavg: 0.94 0.99 0.99 3/65 23031
/proc/meminfo: memFree=1791152/2055920 swapFree=4181392/4192956
[pid=23031] ppid=23029 vsize=1416 CPUtime=0
/proc/23031/stat : 23031 (IUT_BMB_SAT) S 23029 23031 22841 0 -1 4194304 173 0 0 0 0 0 0 0 18 0 1 0 102243656 1449984 155 1992294400 134512640 135635285 4294956208 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/23031/statm: 354 155 105 274 0 77 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 1416

[startup+0.101887 s]
/proc/loadavg: 0.94 0.99 0.99 3/65 23031
/proc/meminfo: memFree=1791152/2055920 swapFree=4181392/4192956
[pid=23031] ppid=23029 vsize=1416 CPUtime=0
/proc/23031/stat : 23031 (IUT_BMB_SAT) S 23029 23031 22841 0 -1 4194304 173 0 0 0 0 0 0 0 18 0 1 0 102243656 1449984 155 1992294400 134512640 135635285 4294956208 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/23031/statm: 354 155 105 274 0 77 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 1416

[startup+0.301909 s]
/proc/loadavg: 0.94 0.99 0.99 3/65 23031
/proc/meminfo: memFree=1791152/2055920 swapFree=4181392/4192956
[pid=23031] ppid=23029 vsize=1416 CPUtime=0
/proc/23031/stat : 23031 (IUT_BMB_SAT) S 23029 23031 22841 0 -1 4194304 173 0 0 0 0 0 0 0 18 0 1 0 102243656 1449984 155 1992294400 134512640 135635285 4294956208 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/23031/statm: 354 155 105 274 0 77 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 1416

[startup+0.701954 s]
/proc/loadavg: 0.94 0.99 0.99 3/65 23031
/proc/meminfo: memFree=1791152/2055920 swapFree=4181392/4192956
[pid=23031] ppid=23029 vsize=1416 CPUtime=0
/proc/23031/stat : 23031 (IUT_BMB_SAT) S 23029 23031 22841 0 -1 4194304 173 0 0 0 0 0 0 0 18 0 1 0 102243656 1449984 155 1992294400 134512640 135635285 4294956208 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/23031/statm: 354 155 105 274 0 77 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 1416

[startup+1.50204 s]
/proc/loadavg: 0.94 0.99 0.99 2/68 23034
/proc/meminfo: memFree=1790168/2055920 swapFree=4181392/4192956
[pid=23031] ppid=23029 vsize=1416 CPUtime=0
/proc/23031/stat : 23031 (IUT_BMB_SAT) S 23029 23031 22841 0 -1 4194304 173 0 0 0 0 0 0 0 18 0 1 0 102243656 1449984 155 1992294400 134512640 135635285 4294956208 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/23031/statm: 354 155 105 274 0 77 0
[pid=23033] ppid=23031 vsize=5356 CPUtime=0
/proc/23033/stat : 23033 (sh) S 23031 23031 22841 0 -1 4194304 270 0 0 0 0 0 0 0 19 0 1 0 102243657 5484544 232 1992294400 4194304 4889804 548682068880 18446744073709551615 254613709636 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23033/statm: 1339 232 193 169 0 50 0
[pid=23034] ppid=23033 vsize=2316 CPUtime=1.48
/proc/23034/stat : 23034 (minisat) R 23033 23031 22841 0 -1 4194304 250 0 0 0 148 0 0 0 25 0 1 0 102243657 2371584 230 1992294400 134512640 135243223 4294956304 18446744073709551615 134555744 0 0 4096 3 0 0 0 17 0 0 0
/proc/23034/statm: 579 230 83 178 0 399 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 9088

[startup+3.10122 s]
/proc/loadavg: 0.94 0.99 0.99 2/68 23034
/proc/meminfo: memFree=1789848/2055920 swapFree=4181392/4192956
[pid=23031] ppid=23029 vsize=1416 CPUtime=0
/proc/23031/stat : 23031 (IUT_BMB_SAT) S 23029 23031 22841 0 -1 4194304 173 0 0 0 0 0 0 0 18 0 1 0 102243656 1449984 155 1992294400 134512640 135635285 4294956208 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/23031/statm: 354 155 105 274 0 77 0
[pid=23033] ppid=23031 vsize=5356 CPUtime=0
/proc/23033/stat : 23033 (sh) S 23031 23031 22841 0 -1 4194304 270 0 0 0 0 0 0 0 19 0 1 0 102243657 5484544 232 1992294400 4194304 4889804 548682068880 18446744073709551615 254613709636 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23033/statm: 1339 232 193 169 0 50 0
[pid=23034] ppid=23033 vsize=2452 CPUtime=3.08
/proc/23034/stat : 23034 (minisat) R 23033 23031 22841 0 -1 4194304 286 0 0 0 308 0 0 0 25 0 1 0 102243657 2510848 266 1992294400 134512640 135243223 4294956304 18446744073709551615 134566404 0 0 4096 3 0 0 0 17 0 0 0
/proc/23034/statm: 613 266 83 178 0 433 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 9224

[startup+6.30158 s]
/proc/loadavg: 1.02 1.01 1.00 2/68 23034
/proc/meminfo: memFree=1789528/2055920 swapFree=4181392/4192956
[pid=23031] ppid=23029 vsize=1416 CPUtime=0
/proc/23031/stat : 23031 (IUT_BMB_SAT) S 23029 23031 22841 0 -1 4194304 173 0 0 0 0 0 0 0 18 0 1 0 102243656 1449984 155 1992294400 134512640 135635285 4294956208 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/23031/statm: 354 155 105 274 0 77 0
[pid=23033] ppid=23031 vsize=5356 CPUtime=0
/proc/23033/stat : 23033 (sh) S 23031 23031 22841 0 -1 4194304 270 0 0 0 0 0 0 0 19 0 1 0 102243657 5484544 232 1992294400 4194304 4889804 548682068880 18446744073709551615 254613709636 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23033/statm: 1339 232 193 169 0 50 0
[pid=23034] ppid=23033 vsize=2716 CPUtime=6.28
/proc/23034/stat : 23034 (minisat) R 23033 23031 22841 0 -1 4194304 329 0 0 0 628 0 0 0 25 0 1 0 102243657 2781184 309 1992294400 134512640 135243223 4294956304 18446744073709551615 134564910 0 0 4096 3 0 0 0 17 0 0 0
/proc/23034/statm: 679 309 83 178 0 499 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 9488

[startup+12.7013 s]
/proc/loadavg: 1.02 1.01 1.00 2/68 23034
/proc/meminfo: memFree=1789208/2055920 swapFree=4181392/4192956
[pid=23031] ppid=23029 vsize=1416 CPUtime=0
/proc/23031/stat : 23031 (IUT_BMB_SAT) S 23029 23031 22841 0 -1 4194304 173 0 0 0 0 0 0 0 18 0 1 0 102243656 1449984 155 1992294400 134512640 135635285 4294956208 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/23031/statm: 354 155 105 274 0 77 0
[pid=23033] ppid=23031 vsize=5356 CPUtime=0
/proc/23033/stat : 23033 (sh) S 23031 23031 22841 0 -1 4194304 270 0 0 0 0 0 0 0 19 0 1 0 102243657 5484544 232 1992294400 4194304 4889804 548682068880 18446744073709551615 254613709636 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23033/statm: 1339 232 193 169 0 50 0
[pid=23034] ppid=23033 vsize=2848 CPUtime=12.68
/proc/23034/stat : 23034 (minisat) R 23033 23031 22841 0 -1 4194304 382 0 0 0 1268 0 0 0 25 0 1 0 102243657 2916352 362 1992294400 134512640 135243223 4294956304 18446744073709551615 134555727 0 0 4096 3 0 0 0 17 0 0 0
/proc/23034/statm: 712 362 83 178 0 532 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 9620

[startup+25.5017 s]
/proc/loadavg: 1.02 1.01 1.00 2/68 23034
/proc/meminfo: memFree=1789016/2055920 swapFree=4181392/4192956
[pid=23031] ppid=23029 vsize=1416 CPUtime=0
/proc/23031/stat : 23031 (IUT_BMB_SAT) S 23029 23031 22841 0 -1 4194304 173 0 0 0 0 0 0 0 18 0 1 0 102243656 1449984 155 1992294400 134512640 135635285 4294956208 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/23031/statm: 354 155 105 274 0 77 0
[pid=23033] ppid=23031 vsize=5356 CPUtime=0
/proc/23033/stat : 23033 (sh) S 23031 23031 22841 0 -1 4194304 270 0 0 0 0 0 0 0 19 0 1 0 102243657 5484544 232 1992294400 4194304 4889804 548682068880 18446744073709551615 254613709636 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23033/statm: 1339 232 193 169 0 50 0
[pid=23034] ppid=23033 vsize=3244 CPUtime=25.47
/proc/23034/stat : 23034 (minisat) R 23033 23031 22841 0 -1 4194304 452 0 0 0 2547 0 0 0 25 0 1 0 102243657 3321856 432 1992294400 134512640 135243223 4294956304 18446744073709551615 134566318 0 0 4096 3 0 0 0 17 0 0 0
/proc/23034/statm: 811 432 83 178 0 631 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 10016

[startup+51.1016 s]
/proc/loadavg: 1.01 1.00 1.00 2/68 23034
/proc/meminfo: memFree=1788696/2055920 swapFree=4181392/4192956
[pid=23031] ppid=23029 vsize=1416 CPUtime=0
/proc/23031/stat : 23031 (IUT_BMB_SAT) S 23029 23031 22841 0 -1 4194304 173 0 0 0 0 0 0 0 18 0 1 0 102243656 1449984 155 1992294400 134512640 135635285 4294956208 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/23031/statm: 354 155 105 274 0 77 0
[pid=23033] ppid=23031 vsize=5356 CPUtime=0
/proc/23033/stat : 23033 (sh) S 23031 23031 22841 0 -1 4194304 270 0 0 0 0 0 0 0 19 0 1 0 102243657 5484544 232 1992294400 4194304 4889804 548682068880 18446744073709551615 254613709636 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23033/statm: 1339 232 193 169 0 50 0
[pid=23034] ppid=23033 vsize=3508 CPUtime=51.06
/proc/23034/stat : 23034 (minisat) R 23033 23031 22841 0 -1 4194304 531 0 0 0 5106 0 0 0 25 0 1 0 102243657 3592192 511 1992294400 134512640 135243223 4294956304 18446744073709551615 134555744 0 0 4096 3 0 0 0 17 0 0 0
/proc/23034/statm: 877 511 83 178 0 697 0
Current children cumulated CPU time (s) 51.06
Current children cumulated vsize (KiB) 10280

[startup+102.305 s]
/proc/loadavg: 1.07 1.02 1.00 2/68 23034
/proc/meminfo: memFree=1788120/2055920 swapFree=4181392/4192956
[pid=23031] ppid=23029 vsize=1416 CPUtime=0
/proc/23031/stat : 23031 (IUT_BMB_SAT) S 23029 23031 22841 0 -1 4194304 173 0 0 0 0 0 0 0 18 0 1 0 102243656 1449984 155 1992294400 134512640 135635285 4294956208 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/23031/statm: 354 155 105 274 0 77 0
[pid=23033] ppid=23031 vsize=5356 CPUtime=0
/proc/23033/stat : 23033 (sh) S 23031 23031 22841 0 -1 4194304 270 0 0 0 0 0 0 0 19 0 1 0 102243657 5484544 232 1992294400 4194304 4889804 548682068880 18446744073709551615 254613709636 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23033/statm: 1339 232 193 169 0 50 0
[pid=23034] ppid=23033 vsize=4032 CPUtime=102.25
/proc/23034/stat : 23034 (minisat) R 23033 23031 22841 0 -1 4194304 656 0 0 0 10225 0 0 0 25 0 1 0 102243657 4128768 636 1992294400 134512640 135243223 4294956304 18446744073709551615 134565422 0 0 4096 3 0 0 0 17 0 0 0
/proc/23034/statm: 1008 636 83 178 0 828 0
Current children cumulated CPU time (s) 102.25
Current children cumulated vsize (KiB) 10804

[startup+162.302 s]
/proc/loadavg: 1.08 1.03 1.00 2/68 23034
/proc/meminfo: memFree=1787608/2055920 swapFree=4181392/4192956
[pid=23031] ppid=23029 vsize=1416 CPUtime=0
/proc/23031/stat : 23031 (IUT_BMB_SAT) S 23029 23031 22841 0 -1 4194304 173 0 0 0 0 0 0 0 18 0 1 0 102243656 1449984 155 1992294400 134512640 135635285 4294956208 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/23031/statm: 354 155 105 274 0 77 0
[pid=23033] ppid=23031 vsize=5356 CPUtime=0
/proc/23033/stat : 23033 (sh) S 23031 23031 22841 0 -1 4194304 270 0 0 0 0 0 0 0 19 0 1 0 102243657 5484544 232 1992294400 4194304 4889804 548682068880 18446744073709551615 254613709636 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23033/statm: 1339 232 193 169 0 50 0
[pid=23034] ppid=23033 vsize=4432 CPUtime=162.2
/proc/23034/stat : 23034 (minisat) R 23033 23031 22841 0 -1 4194304 751 0 0 0 16220 0 0 0 25 0 1 0 102243657 4538368 731 1992294400 134512640 135243223 4294956304 18446744073709551615 134564962 0 0 4096 3 0 0 0 17 0 0 0
/proc/23034/statm: 1108 731 83 178 0 928 0
Current children cumulated CPU time (s) 162.2
Current children cumulated vsize (KiB) 11204

[startup+222.302 s]
/proc/loadavg: 1.03 1.02 1.00 2/68 23036
/proc/meminfo: memFree=1787352/2055920 swapFree=4181392/4192956
[pid=23031] ppid=23029 vsize=1416 CPUtime=0
/proc/23031/stat : 23031 (IUT_BMB_SAT) S 23029 23031 22841 0 -1 4194304 173 0 0 0 0 0 0 0 18 0 1 0 102243656 1449984 155 1992294400 134512640 135635285 4294956208 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/23031/statm: 354 155 105 274 0 77 0
[pid=23033] ppid=23031 vsize=5356 CPUtime=0
/proc/23033/stat : 23033 (sh) S 23031 23031 22841 0 -1 4194304 270 0 0 0 0 0 0 0 19 0 1 0 102243657 5484544 232 1992294400 4194304 4889804 548682068880 18446744073709551615 254613709636 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23033/statm: 1339 232 193 169 0 50 0
[pid=23034] ppid=23033 vsize=4696 CPUtime=222.18
/proc/23034/stat : 23034 (minisat) R 23033 23031 22841 0 -1 4194304 826 0 0 0 22218 0 0 0 25 0 1 0 102243657 4808704 806 1992294400 134512640 135243223 4294956304 18446744073709551615 134564945 0 0 4096 3 0 0 0 17 0 0 0
/proc/23034/statm: 1174 806 83 178 0 994 0
Current children cumulated CPU time (s) 222.18
Current children cumulated vsize (KiB) 11468

[startup+282.301 s]
/proc/loadavg: 1.01 1.02 1.00 2/68 23036
/proc/meminfo: memFree=1787160/2055920 swapFree=4181392/4192956
[pid=23031] ppid=23029 vsize=1416 CPUtime=0
/proc/23031/stat : 23031 (IUT_BMB_SAT) S 23029 23031 22841 0 -1 4194304 173 0 0 0 0 0 0 0 18 0 1 0 102243656 1449984 155 1992294400 134512640 135635285 4294956208 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/23031/statm: 354 155 105 274 0 77 0
[pid=23033] ppid=23031 vsize=5356 CPUtime=0
/proc/23033/stat : 23033 (sh) S 23031 23031 22841 0 -1 4194304 270 0 0 0 0 0 0 0 19 0 1 0 102243657 5484544 232 1992294400 4194304 4889804 548682068880 18446744073709551615 254613709636 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23033/statm: 1339 232 193 169 0 50 0

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

/proc/meminfo: memFree=1786008/2055920 swapFree=4181392/4192956
[pid=23031] ppid=23029 vsize=1416 CPUtime=0
/proc/23031/stat : 23031 (IUT_BMB_SAT) S 23029 23031 22841 0 -1 4194304 173 0 0 0 0 0 0 0 18 0 1 0 102243656 1449984 155 1992294400 134512640 135635285 4294956208 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/23031/statm: 354 155 105 274 0 77 0
[pid=23033] ppid=23031 vsize=5356 CPUtime=0
/proc/23033/stat : 23033 (sh) S 23031 23031 22841 0 -1 4194304 270 0 0 0 0 0 0 0 19 0 1 0 102243657 5484544 232 1992294400 4194304 4889804 548682068880 18446744073709551615 254613709636 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23033/statm: 1339 232 193 169 0 50 0
[pid=23034] ppid=23033 vsize=5896 CPUtime=642
/proc/23034/stat : 23034 (minisat) R 23033 23031 22841 0 -1 4194304 1114 0 0 0 64199 1 0 0 25 0 1 0 102243657 6037504 1094 1992294400 134512640 135243223 4294956304 18446744073709551615 134555744 0 0 4096 3 0 0 0 17 0 0 0
/proc/23034/statm: 1474 1094 83 178 0 1294 0
Current children cumulated CPU time (s) 642
Current children cumulated vsize (KiB) 12668

[startup+702.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/68 23036
/proc/meminfo: memFree=1785880/2055920 swapFree=4181392/4192956
[pid=23031] ppid=23029 vsize=1416 CPUtime=0
/proc/23031/stat : 23031 (IUT_BMB_SAT) S 23029 23031 22841 0 -1 4194304 173 0 0 0 0 0 0 0 18 0 1 0 102243656 1449984 155 1992294400 134512640 135635285 4294956208 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/23031/statm: 354 155 105 274 0 77 0
[pid=23033] ppid=23031 vsize=5356 CPUtime=0
/proc/23033/stat : 23033 (sh) S 23031 23031 22841 0 -1 4194304 270 0 0 0 0 0 0 0 19 0 1 0 102243657 5484544 232 1992294400 4194304 4889804 548682068880 18446744073709551615 254613709636 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23033/statm: 1339 232 193 169 0 50 0
[pid=23034] ppid=23033 vsize=5896 CPUtime=701.97
/proc/23034/stat : 23034 (minisat) R 23033 23031 22841 0 -1 4194304 1141 0 0 0 70196 1 0 0 25 0 1 0 102243657 6037504 1121 1992294400 134512640 135243223 4294956304 18446744073709551615 134558348 0 0 4096 3 0 0 0 17 0 0 0
/proc/23034/statm: 1474 1121 83 178 0 1294 0
Current children cumulated CPU time (s) 701.97
Current children cumulated vsize (KiB) 12668

[startup+762.306 s]
/proc/loadavg: 1.00 1.00 1.00 2/68 23036
/proc/meminfo: memFree=1785688/2055920 swapFree=4181392/4192956
[pid=23031] ppid=23029 vsize=1416 CPUtime=0
/proc/23031/stat : 23031 (IUT_BMB_SAT) S 23029 23031 22841 0 -1 4194304 173 0 0 0 0 0 0 0 18 0 1 0 102243656 1449984 155 1992294400 134512640 135635285 4294956208 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/23031/statm: 354 155 105 274 0 77 0
[pid=23033] ppid=23031 vsize=5356 CPUtime=0
/proc/23033/stat : 23033 (sh) S 23031 23031 22841 0 -1 4194304 270 0 0 0 0 0 0 0 19 0 1 0 102243657 5484544 232 1992294400 4194304 4889804 548682068880 18446744073709551615 254613709636 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23033/statm: 1339 232 193 169 0 50 0
[pid=23034] ppid=23033 vsize=6028 CPUtime=761.95
/proc/23034/stat : 23034 (minisat) R 23033 23031 22841 0 -1 4194304 1160 0 0 0 76194 1 0 0 25 0 1 0 102243657 6172672 1140 1992294400 134512640 135243223 4294956304 18446744073709551615 134555520 0 0 4096 3 0 0 0 17 0 0 0
/proc/23034/statm: 1507 1140 83 178 0 1327 0
Current children cumulated CPU time (s) 761.95
Current children cumulated vsize (KiB) 12800

[startup+822.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/68 23036
/proc/meminfo: memFree=1785560/2055920 swapFree=4181392/4192956
[pid=23031] ppid=23029 vsize=1416 CPUtime=0
/proc/23031/stat : 23031 (IUT_BMB_SAT) S 23029 23031 22841 0 -1 4194304 173 0 0 0 0 0 0 0 18 0 1 0 102243656 1449984 155 1992294400 134512640 135635285 4294956208 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/23031/statm: 354 155 105 274 0 77 0
[pid=23033] ppid=23031 vsize=5356 CPUtime=0
/proc/23033/stat : 23033 (sh) S 23031 23031 22841 0 -1 4194304 270 0 0 0 0 0 0 0 19 0 1 0 102243657 5484544 232 1992294400 4194304 4889804 548682068880 18446744073709551615 254613709636 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23033/statm: 1339 232 193 169 0 50 0
[pid=23034] ppid=23033 vsize=6160 CPUtime=821.92
/proc/23034/stat : 23034 (minisat) R 23033 23031 22841 0 -1 4194304 1201 0 0 0 82191 1 0 0 25 0 1 0 102243657 6307840 1181 1992294400 134512640 135243223 4294956304 18446744073709551615 134555635 0 0 4096 3 0 0 0 17 0 0 0
/proc/23034/statm: 1540 1181 83 178 0 1360 0
Current children cumulated CPU time (s) 821.92
Current children cumulated vsize (KiB) 12932

[startup+882.303 s]
/proc/loadavg: 1.00 1.00 1.00 2/68 23036
/proc/meminfo: memFree=1785496/2055920 swapFree=4181392/4192956
[pid=23031] ppid=23029 vsize=1416 CPUtime=0
/proc/23031/stat : 23031 (IUT_BMB_SAT) S 23029 23031 22841 0 -1 4194304 173 0 0 0 0 0 0 0 18 0 1 0 102243656 1449984 155 1992294400 134512640 135635285 4294956208 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/23031/statm: 354 155 105 274 0 77 0
[pid=23033] ppid=23031 vsize=5356 CPUtime=0
/proc/23033/stat : 23033 (sh) S 23031 23031 22841 0 -1 4194304 270 0 0 0 0 0 0 0 19 0 1 0 102243657 5484544 232 1992294400 4194304 4889804 548682068880 18446744073709551615 254613709636 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23033/statm: 1339 232 193 169 0 50 0
[pid=23034] ppid=23033 vsize=6296 CPUtime=881.89
/proc/23034/stat : 23034 (minisat) R 23033 23031 22841 0 -1 4194304 1219 0 0 0 88188 1 0 0 25 0 1 0 102243657 6447104 1199 1992294400 134512640 135243223 4294956304 18446744073709551615 134555842 0 0 4096 3 0 0 0 17 0 0 0
/proc/23034/statm: 1574 1199 83 178 0 1394 0
Current children cumulated CPU time (s) 881.89
Current children cumulated vsize (KiB) 13068

[startup+942.303 s]
/proc/loadavg: 1.00 1.00 1.00 2/68 23036
/proc/meminfo: memFree=1785368/2055920 swapFree=4181392/4192956
[pid=23031] ppid=23029 vsize=1416 CPUtime=0
/proc/23031/stat : 23031 (IUT_BMB_SAT) S 23029 23031 22841 0 -1 4194304 173 0 0 0 0 0 0 0 18 0 1 0 102243656 1449984 155 1992294400 134512640 135635285 4294956208 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/23031/statm: 354 155 105 274 0 77 0
[pid=23033] ppid=23031 vsize=5356 CPUtime=0
/proc/23033/stat : 23033 (sh) S 23031 23031 22841 0 -1 4194304 270 0 0 0 0 0 0 0 19 0 1 0 102243657 5484544 232 1992294400 4194304 4889804 548682068880 18446744073709551615 254613709636 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23033/statm: 1339 232 193 169 0 50 0
[pid=23034] ppid=23033 vsize=6296 CPUtime=941.86
/proc/23034/stat : 23034 (minisat) R 23033 23031 22841 0 -1 4194304 1242 0 0 0 94185 1 0 0 25 0 1 0 102243657 6447104 1222 1992294400 134512640 135243223 4294956304 18446744073709551615 134555632 0 0 4096 3 0 0 0 17 0 0 0
/proc/23034/statm: 1574 1222 83 178 0 1394 0
Current children cumulated CPU time (s) 941.86
Current children cumulated vsize (KiB) 13068

[startup+1002.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/68 23036
/proc/meminfo: memFree=1785240/2055920 swapFree=4181392/4192956
[pid=23031] ppid=23029 vsize=1416 CPUtime=0
/proc/23031/stat : 23031 (IUT_BMB_SAT) S 23029 23031 22841 0 -1 4194304 173 0 0 0 0 0 0 0 18 0 1 0 102243656 1449984 155 1992294400 134512640 135635285 4294956208 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/23031/statm: 354 155 105 274 0 77 0
[pid=23033] ppid=23031 vsize=5356 CPUtime=0
/proc/23033/stat : 23033 (sh) S 23031 23031 22841 0 -1 4194304 270 0 0 0 0 0 0 0 19 0 1 0 102243657 5484544 232 1992294400 4194304 4889804 548682068880 18446744073709551615 254613709636 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23033/statm: 1339 232 193 169 0 50 0
[pid=23034] ppid=23033 vsize=6428 CPUtime=1001.84
/proc/23034/stat : 23034 (minisat) R 23033 23031 22841 0 -1 4194304 1261 0 0 0 100183 1 0 0 25 0 1 0 102243657 6582272 1241 1992294400 134512640 135243223 4294956304 18446744073709551615 134565285 0 0 4096 3 0 0 0 17 0 0 0
/proc/23034/statm: 1607 1241 83 178 0 1427 0
Current children cumulated CPU time (s) 1001.84
Current children cumulated vsize (KiB) 13200

[startup+1062.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/68 23036
/proc/meminfo: memFree=1785176/2055920 swapFree=4181392/4192956
[pid=23031] ppid=23029 vsize=1416 CPUtime=0
/proc/23031/stat : 23031 (IUT_BMB_SAT) S 23029 23031 22841 0 -1 4194304 173 0 0 0 0 0 0 0 18 0 1 0 102243656 1449984 155 1992294400 134512640 135635285 4294956208 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/23031/statm: 354 155 105 274 0 77 0
[pid=23033] ppid=23031 vsize=5356 CPUtime=0
/proc/23033/stat : 23033 (sh) S 23031 23031 22841 0 -1 4194304 270 0 0 0 0 0 0 0 19 0 1 0 102243657 5484544 232 1992294400 4194304 4889804 548682068880 18446744073709551615 254613709636 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23033/statm: 1339 232 193 169 0 50 0
[pid=23034] ppid=23033 vsize=6428 CPUtime=1061.81
/proc/23034/stat : 23034 (minisat) R 23033 23031 22841 0 -1 4194304 1270 0 0 0 106180 1 0 0 25 0 1 0 102243657 6582272 1250 1992294400 134512640 135243223 4294956304 18446744073709551615 134555564 0 0 4096 3 0 0 0 17 0 0 0
/proc/23034/statm: 1607 1250 83 178 0 1427 0
Current children cumulated CPU time (s) 1061.81
Current children cumulated vsize (KiB) 13200

[startup+1122.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/68 23036
/proc/meminfo: memFree=1785176/2055920 swapFree=4181392/4192956
[pid=23031] ppid=23029 vsize=1416 CPUtime=0
/proc/23031/stat : 23031 (IUT_BMB_SAT) S 23029 23031 22841 0 -1 4194304 173 0 0 0 0 0 0 0 18 0 1 0 102243656 1449984 155 1992294400 134512640 135635285 4294956208 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/23031/statm: 354 155 105 274 0 77 0
[pid=23033] ppid=23031 vsize=5356 CPUtime=0
/proc/23033/stat : 23033 (sh) S 23031 23031 22841 0 -1 4194304 270 0 0 0 0 0 0 0 19 0 1 0 102243657 5484544 232 1992294400 4194304 4889804 548682068880 18446744073709551615 254613709636 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23033/statm: 1339 232 193 169 0 50 0
[pid=23034] ppid=23033 vsize=6560 CPUtime=1121.78
/proc/23034/stat : 23034 (minisat) R 23033 23031 22841 0 -1 4194304 1285 0 0 0 112177 1 0 0 25 0 1 0 102243657 6717440 1265 1992294400 134512640 135243223 4294956304 18446744073709551615 134555744 0 0 4096 3 0 0 0 17 0 0 0
/proc/23034/statm: 1640 1265 83 178 0 1460 0
Current children cumulated CPU time (s) 1121.78
Current children cumulated vsize (KiB) 13332

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/68 23036
/proc/meminfo: memFree=1785048/2055920 swapFree=4181392/4192956
[pid=23031] ppid=23029 vsize=1416 CPUtime=0
/proc/23031/stat : 23031 (IUT_BMB_SAT) S 23029 23031 22841 0 -1 4194304 173 0 0 0 0 0 0 0 18 0 1 0 102243656 1449984 155 1992294400 134512640 135635285 4294956208 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/23031/statm: 354 155 105 274 0 77 0
[pid=23033] ppid=23031 vsize=5356 CPUtime=0
/proc/23033/stat : 23033 (sh) S 23031 23031 22841 0 -1 4194304 270 0 0 0 0 0 0 0 19 0 1 0 102243657 5484544 232 1992294400 4194304 4889804 548682068880 18446744073709551615 254613709636 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23033/statm: 1339 232 193 169 0 50 0
[pid=23034] ppid=23033 vsize=6560 CPUtime=1181.76
/proc/23034/stat : 23034 (minisat) R 23033 23031 22841 0 -1 4194304 1288 0 0 0 118175 1 0 0 25 0 1 0 102243657 6717440 1268 1992294400 134512640 135243223 4294956304 18446744073709551615 134555939 0 0 4096 3 0 0 0 17 0 0 0
/proc/23034/statm: 1640 1268 83 178 0 1460 0
Current children cumulated CPU time (s) 1181.76
Current children cumulated vsize (KiB) 13332



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.6 s]
/proc/loadavg: 1.00 1.00 1.00 2/68 23036
/proc/meminfo: memFree=1784984/2055920 swapFree=4181392/4192956
[pid=23031] ppid=23029 vsize=1416 CPUtime=0
/proc/23031/stat : 23031 (IUT_BMB_SAT) S 23029 23031 22841 0 -1 4194304 173 0 0 0 0 0 0 0 18 0 1 0 102243656 1449984 155 1992294400 134512640 135635285 4294956208 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/23031/statm: 354 155 105 274 0 77 0
[pid=23033] ppid=23031 vsize=5356 CPUtime=0
/proc/23033/stat : 23033 (sh) S 23031 23031 22841 0 -1 4194304 270 0 0 0 0 0 0 0 19 0 1 0 102243657 5484544 232 1992294400 4194304 4889804 548682068880 18446744073709551615 254613709636 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23033/statm: 1339 232 193 169 0 50 0
[pid=23034] ppid=23033 vsize=6560 CPUtime=1200.05
/proc/23034/stat : 23034 (minisat) R 23033 23031 22841 0 -1 4194304 1293 0 0 0 120004 1 0 0 25 0 1 0 102243657 6717440 1273 1992294400 134512640 135243223 4294956304 18446744073709551615 134555453 0 0 4096 3 0 0 0 17 0 0 0
/proc/23034/statm: 1640 1273 83 178 0 1460 0
Current children cumulated CPU time (s) 1200.05
Current children cumulated vsize (KiB) 13332

Sending SIGTERM to process tree (bottom up)

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

Child status: 0
Real time (s): 1200.61
CPU time (s): 1200.08
CPU user time (s): 1200.05
CPU system time (s): 0.027995
CPU usage (%): 99.9562
Max. virtual memory (cumulated for all children) (KiB): 13332

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

runsolver used 1.40279 second user time and 2.97355 second system time

The end

Launcher Data

Begin job on node87 at 2009-04-26 12:35:45
IDJOB=1728862
IDBENCH=24687
IDSOLVER=523
FILE ID=node87/1728862-1240742145
PBS_JOBID= 9187026
Free space on /tmp= 66444 MiB

SOLVER NAME= IUT_BMB_SAT 1.0
BENCH NAME= SAT07/crafted/Hard/contest02/hgen3-v400-s553296708.sat05-471.reshuffled-07.cnf
COMMAND LINE= IUT_BMB_SAT BENCHNAME TMPDIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1728862-1240742145/watcher-1728862-1240742145 -o /tmp/evaluation-result-1728862-1240742145/solver-1728862-1240742145 -C 1200 -W 1800 -M 1800 --output-limit 1,15  IUT_BMB_SAT HOME/instance-1728862-1240742145.cnf HOME

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

MD5SUM BENCH= 67e3f1c82b3561160730d7e2b008579e
RANDOM SEED=381215078

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

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

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


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1791632 kB
Buffers:         19412 kB
Cached:         175376 kB
SwapCached:       5472 kB
Active:          39836 kB
Inactive:       162776 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1791632 kB
SwapTotal:     4192956 kB
SwapFree:      4181392 kB
Dirty:            2204 kB
Writeback:           0 kB
Mapped:          13532 kB
Slab:            47548 kB
Committed_AS:   364636 kB
PageTables:       1456 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= 66444 MiB
End job on node87 at 2009-04-26 12:55:45