Trace number 1532801

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.07 1200.62

General information on the benchmark

NameRANDOM/LARGE/3SAT/UNKNOWN/4000/
unif-k3-r4.2-v4000-c16800-S1857201443-029.cnf
MD5SUM9d94109a874948dbc629e7a030616546
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark165.734
Satisfiable
(Un)Satisfiability was proved
Number of variables4000
Number of clauses16800
Sum of the clauses size50400
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 316800
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.00/0.00	c IUT_BMB_SAT version 1.0
0.09/0.14	c WARNING: for repeatability, setting FPU to use double precision
0.09/0.14	c ============================[ Problem Statistics ]=============================
0.09/0.14	c |                                                                             |
0.09/0.14	c |  Number of variables:  4000                                                 |
0.09/0.14	c |  Number of clauses:    16800                                                |
0.09/0.17	c |  Parsing time:         0.02         s                                       |
0.09/0.19	c ============================[ Search Statistics ]==============================
0.09/0.19	c | Conflicts |          ORIGINAL         |          LEARNT          | Progress |
0.09/0.19	c |           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
0.09/0.19	c ===============================================================================
0.09/0.19	c |         0 |    3881    16594    50424 |     5531        0    nan |  0.000 % |
0.14/0.20	c |       100 |    3881    16594    50424 |     6084      100     85 |  0.000 % |
0.14/0.22	c |       251 |    3881    16594    50424 |     6692      251     84 |  0.000 % |
0.14/0.24	c |       478 |    3881    16594    50424 |     7362      478     84 |  0.000 % |
0.14/0.29	c |       817 |    3881    16594    50424 |     8098      817     87 |  0.000 % |
0.14/0.35	c |      1324 |    3881    16594    50424 |     8908     1324     92 |  0.000 % |
0.14/0.44	c |      2084 |    3881    16594    50424 |     9799     2084     93 |  0.000 % |
0.14/0.61	c |      3224 |    3881    16594    50424 |    10779     3224     98 |  0.000 % |
0.14/0.85	c |      4933 |    3881    16594    50424 |    11856     4933     97 |  0.000 % |
1.18/1.28	c |      7496 |    3881    16594    50424 |    13042     7496     98 |  0.000 % |
1.99/2.05	c |     11341 |    3881    16594    50424 |    14346    11341    104 |  0.000 % |
3.29/3.37	c |     17107 |    3881    16594    50424 |    15781     9637    121 |  0.000 % |
5.58/5.61	c |     25757 |    3881    16594    50424 |    17359    10111    127 |  0.000 % |
9.78/9.88	c |     38732 |    3881    16594    50424 |    19095    14127    130 |  0.000 % |
16.67/16.71	c |     58193 |    3881    16594    50424 |    21005    13908    119 |  0.000 % |
28.27/28.32	c |     87386 |    3881    16594    50424 |    23105    21508    121 |  0.000 % |
46.56/46.69	c |    131176 |    3881    16594    50424 |    25416    17111    116 |  0.000 % |
77.04/77.18	c |    196860 |    3881    16594    50424 |    27957    14918    113 |  0.000 % |
128.82/128.91	c |    295387 |    3881    16594    50424 |    30753    19515    125 |  0.000 % |
208.88/209.08	c |    443177 |    3881    16594    50424 |    33829    21638    120 |  0.000 % |
342.41/342.60	c |    664860 |    3881    16594    50424 |    37212    16966    123 |  0.000 % |
550.32/550.69	c |    997385 |    3881    16594    50424 |    40933    19186    122 |  0.000 % |
873.08/873.51	c |   1496174 |    3881    16594    50424 |    45026    22816    125 |  0.000 % |
1200.04/1200.61	sh: line 1: 14655 Terminated              HOME/minisat simple.out solve.out >temp.out
1200.04/1200.61	c cannot read from file

Verifier Data

ERROR: Unexpected answer ! (SATISFIABLE/UNSATISFIABLE expected)
Got answer: <no 's ' line found>

Watcher Data

runsolver version 3.2.9 (svn:489) (c) roussel@cril.univ-artois.fr

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-1532801-1238399876/watcher-1532801-1238399876 -o /tmp/evaluation-result-1532801-1238399876/solver-1532801-1238399876 -C 1200 -W 1800 -M 1800 --output-limit 1,15 IUT_BMB_SAT HOME/instance-1532801-1238399876.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.92 0.97 0.99 3/73 14652
/proc/meminfo: memFree=1607488/2055920 swapFree=4176824/4192956
[pid=14652] ppid=14650 vsize=1784 CPUtime=0
/proc/14652/stat : 14652 (IUT_BMB_SAT) R 14650 14652 14408 0 -1 4194304 222 0 0 0 0 0 0 0 18 0 1 0 896376204 1826816 205 1992294400 134512640 135635285 4294956224 18446744073709551615 134535637 0 0 4096 0 0 0 0 17 0 0 0
/proc/14652/statm: 446 208 92 274 0 169 0

[startup+0.033618 s]
/proc/loadavg: 0.92 0.97 0.99 3/73 14652
/proc/meminfo: memFree=1607488/2055920 swapFree=4176824/4192956
[pid=14652] ppid=14650 vsize=2368 CPUtime=0.03
/proc/14652/stat : 14652 (IUT_BMB_SAT) R 14650 14652 14408 0 -1 4194304 416 0 0 0 3 0 0 0 18 0 1 0 896376204 2424832 399 1992294400 134512640 135635285 4294956224 18446744073709551615 135132382 0 0 4096 0 0 0 0 17 0 0 0
/proc/14652/statm: 592 400 97 274 0 315 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 2368

[startup+0.101624 s]
/proc/loadavg: 0.92 0.97 0.99 3/73 14652
/proc/meminfo: memFree=1607488/2055920 swapFree=4176824/4192956
[pid=14652] ppid=14650 vsize=2764 CPUtime=0.09
/proc/14652/stat : 14652 (IUT_BMB_SAT) R 14650 14652 14408 0 -1 4194304 509 0 0 0 6 3 0 0 18 0 1 0 896376204 2830336 492 1992294400 134512640 135635285 4294956224 18446744073709551615 135132478 0 0 4096 0 0 0 0 17 0 0 0
/proc/14652/statm: 691 492 99 274 0 414 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 2764

[startup+0.301646 s]
/proc/loadavg: 0.92 0.97 0.99 3/73 14652
/proc/meminfo: memFree=1607488/2055920 swapFree=4176824/4192956
[pid=14652] ppid=14650 vsize=2764 CPUtime=0.14
/proc/14652/stat : 14652 (IUT_BMB_SAT) S 14650 14652 14408 0 -1 4194304 516 0 0 0 8 6 0 0 18 0 1 0 896376204 2830336 498 1992294400 134512640 135635285 4294956224 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/14652/statm: 691 498 105 274 0 414 0
Current children cumulated CPU time (s) 0.14
Current children cumulated vsize (KiB) 2764

[startup+0.701688 s]
/proc/loadavg: 0.92 0.97 0.99 3/73 14652
/proc/meminfo: memFree=1607488/2055920 swapFree=4176824/4192956
[pid=14652] ppid=14650 vsize=2764 CPUtime=0.14
/proc/14652/stat : 14652 (IUT_BMB_SAT) S 14650 14652 14408 0 -1 4194304 516 0 0 0 8 6 0 0 18 0 1 0 896376204 2830336 498 1992294400 134512640 135635285 4294956224 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/14652/statm: 691 498 105 274 0 414 0
Current children cumulated CPU time (s) 0.14
Current children cumulated vsize (KiB) 2764

[startup+1.50177 s]
/proc/loadavg: 0.92 0.97 0.99 2/76 14655
/proc/meminfo: memFree=1601256/2055920 swapFree=4176824/4192956
[pid=14652] ppid=14650 vsize=2764 CPUtime=0.14
/proc/14652/stat : 14652 (IUT_BMB_SAT) S 14650 14652 14408 0 -1 4194304 516 0 0 0 8 6 0 0 18 0 1 0 896376204 2830336 498 1992294400 134512640 135635285 4294956224 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/14652/statm: 691 498 105 274 0 414 0
[pid=14654] ppid=14652 vsize=5356 CPUtime=0
/proc/14654/stat : 14654 (sh) S 14652 14652 14408 0 -1 4194304 270 0 0 0 0 0 0 0 20 0 1 0 896376219 5484544 232 1992294400 4194304 4889804 548682068912 18446744073709551615 224264774468 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14654/statm: 1339 232 193 169 0 50 0
[pid=14655] ppid=14654 vsize=6792 CPUtime=1.34
/proc/14655/stat : 14655 (minisat) R 14654 14652 14408 0 -1 4194304 1429 0 0 0 134 0 0 0 25 0 1 0 896376219 6955008 1408 1992294400 134512640 135243223 4294956320 18446744073709551615 134555504 0 0 4096 3 0 0 0 17 0 0 0
/proc/14655/statm: 1698 1408 85 178 0 1518 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 14912

[startup+3.10294 s]
/proc/loadavg: 0.92 0.97 0.99 2/76 14655
/proc/meminfo: memFree=1598440/2055920 swapFree=4176824/4192956
[pid=14652] ppid=14650 vsize=2764 CPUtime=0.14
/proc/14652/stat : 14652 (IUT_BMB_SAT) S 14650 14652 14408 0 -1 4194304 516 0 0 0 8 6 0 0 18 0 1 0 896376204 2830336 498 1992294400 134512640 135635285 4294956224 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/14652/statm: 691 498 105 274 0 414 0
[pid=14654] ppid=14652 vsize=5356 CPUtime=0
/proc/14654/stat : 14654 (sh) S 14652 14652 14408 0 -1 4194304 270 0 0 0 0 0 0 0 20 0 1 0 896376219 5484544 232 1992294400 4194304 4889804 548682068912 18446744073709551615 224264774468 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14654/statm: 1339 232 193 169 0 50 0
[pid=14655] ppid=14654 vsize=10128 CPUtime=2.95
/proc/14655/stat : 14655 (minisat) R 14654 14652 14408 0 -1 4194304 2241 0 0 0 294 1 0 0 25 0 1 0 896376219 10371072 2220 1992294400 134512640 135243223 4294956320 18446744073709551615 134555453 0 0 4096 3 0 0 0 17 0 0 0
/proc/14655/statm: 2532 2220 85 178 0 2352 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 18248

[startup+6.30128 s]
/proc/loadavg: 0.93 0.97 0.99 2/76 14655
/proc/meminfo: memFree=1594600/2055920 swapFree=4176824/4192956
[pid=14652] ppid=14650 vsize=2764 CPUtime=0.14
/proc/14652/stat : 14652 (IUT_BMB_SAT) S 14650 14652 14408 0 -1 4194304 516 0 0 0 8 6 0 0 18 0 1 0 896376204 2830336 498 1992294400 134512640 135635285 4294956224 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/14652/statm: 691 498 105 274 0 414 0
[pid=14654] ppid=14652 vsize=5356 CPUtime=0
/proc/14654/stat : 14654 (sh) S 14652 14652 14408 0 -1 4194304 270 0 0 0 0 0 0 0 20 0 1 0 896376219 5484544 232 1992294400 4194304 4889804 548682068912 18446744073709551615 224264774468 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14654/statm: 1339 232 193 169 0 50 0
[pid=14655] ppid=14654 vsize=11976 CPUtime=6.14
/proc/14655/stat : 14655 (minisat) R 14654 14652 14408 0 -1 4194304 2723 0 0 0 613 1 0 0 25 0 1 0 896376219 12263424 2702 1992294400 134512640 135243223 4294956320 18446744073709551615 134555794 0 0 4096 3 0 0 0 17 0 0 0
/proc/14655/statm: 2994 2702 85 178 0 2814 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 20096

[startup+12.702 s]
/proc/loadavg: 0.93 0.97 0.99 2/76 14655
/proc/meminfo: memFree=1592552/2055920 swapFree=4176824/4192956
[pid=14652] ppid=14650 vsize=2764 CPUtime=0.14
/proc/14652/stat : 14652 (IUT_BMB_SAT) S 14650 14652 14408 0 -1 4194304 516 0 0 0 8 6 0 0 18 0 1 0 896376204 2830336 498 1992294400 134512640 135635285 4294956224 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/14652/statm: 691 498 105 274 0 414 0
[pid=14654] ppid=14652 vsize=5356 CPUtime=0
/proc/14654/stat : 14654 (sh) S 14652 14652 14408 0 -1 4194304 270 0 0 0 0 0 0 0 20 0 1 0 896376219 5484544 232 1992294400 4194304 4889804 548682068912 18446744073709551615 224264774468 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14654/statm: 1339 232 193 169 0 50 0
[pid=14655] ppid=14654 vsize=14056 CPUtime=12.53
/proc/14655/stat : 14655 (minisat) R 14654 14652 14408 0 -1 4194304 3233 0 0 0 1252 1 0 0 25 0 1 0 896376219 14393344 3212 1992294400 134512640 135243223 4294956320 18446744073709551615 134555658 0 0 4096 3 0 0 0 17 0 0 0
/proc/14655/statm: 3514 3212 85 178 0 3334 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 22176

[startup+25.5013 s]
/proc/loadavg: 0.95 0.97 0.99 2/76 14655
/proc/meminfo: memFree=1591784/2055920 swapFree=4176824/4192956
[pid=14652] ppid=14650 vsize=2764 CPUtime=0.14
/proc/14652/stat : 14652 (IUT_BMB_SAT) S 14650 14652 14408 0 -1 4194304 516 0 0 0 8 6 0 0 18 0 1 0 896376204 2830336 498 1992294400 134512640 135635285 4294956224 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/14652/statm: 691 498 105 274 0 414 0
[pid=14654] ppid=14652 vsize=5356 CPUtime=0
/proc/14654/stat : 14654 (sh) S 14652 14652 14408 0 -1 4194304 270 0 0 0 0 0 0 0 20 0 1 0 896376219 5484544 232 1992294400 4194304 4889804 548682068912 18446744073709551615 224264774468 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14654/statm: 1339 232 193 169 0 50 0
[pid=14655] ppid=14654 vsize=14848 CPUtime=25.33
/proc/14655/stat : 14655 (minisat) R 14654 14652 14408 0 -1 4194304 3436 0 0 0 2531 2 0 0 25 0 1 0 896376219 15204352 3415 1992294400 134512640 135243223 4294956320 18446744073709551615 134555653 0 0 4096 3 0 0 0 17 0 0 0
/proc/14655/statm: 3712 3415 85 178 0 3532 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 22968

[startup+51.101 s]
/proc/loadavg: 0.96 0.97 0.99 2/76 14655
/proc/meminfo: memFree=1588776/2055920 swapFree=4176824/4192956
[pid=14652] ppid=14650 vsize=2764 CPUtime=0.14
/proc/14652/stat : 14652 (IUT_BMB_SAT) S 14650 14652 14408 0 -1 4194304 516 0 0 0 8 6 0 0 18 0 1 0 896376204 2830336 498 1992294400 134512640 135635285 4294956224 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/14652/statm: 691 498 105 274 0 414 0
[pid=14654] ppid=14652 vsize=5356 CPUtime=0
/proc/14654/stat : 14654 (sh) S 14652 14652 14408 0 -1 4194304 270 0 0 0 0 0 0 0 20 0 1 0 896376219 5484544 232 1992294400 4194304 4889804 548682068912 18446744073709551615 224264774468 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14654/statm: 1339 232 193 169 0 50 0
[pid=14655] ppid=14654 vsize=17884 CPUtime=50.92
/proc/14655/stat : 14655 (minisat) R 14654 14652 14408 0 -1 4194304 4188 0 0 0 5089 3 0 0 25 0 1 0 896376219 18313216 4167 1992294400 134512640 135243223 4294956320 18446744073709551615 134555504 0 0 4096 3 0 0 0 17 0 0 0
/proc/14655/statm: 4471 4167 85 178 0 4291 0
Current children cumulated CPU time (s) 51.06
Current children cumulated vsize (KiB) 26004

[startup+102.306 s]
/proc/loadavg: 0.98 0.97 0.99 2/76 14655
/proc/meminfo: memFree=1583528/2055920 swapFree=4176824/4192956
[pid=14652] ppid=14650 vsize=2764 CPUtime=0.14
/proc/14652/stat : 14652 (IUT_BMB_SAT) S 14650 14652 14408 0 -1 4194304 516 0 0 0 8 6 0 0 18 0 1 0 896376204 2830336 498 1992294400 134512640 135635285 4294956224 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/14652/statm: 691 498 105 274 0 414 0
[pid=14654] ppid=14652 vsize=5356 CPUtime=0
/proc/14654/stat : 14654 (sh) S 14652 14652 14408 0 -1 4194304 270 0 0 0 0 0 0 0 20 0 1 0 896376219 5484544 232 1992294400 4194304 4889804 548682068912 18446744073709551615 224264774468 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14654/statm: 1339 232 193 169 0 50 0
[pid=14655] ppid=14654 vsize=23064 CPUtime=102.1
/proc/14655/stat : 14655 (minisat) R 14654 14652 14408 0 -1 4194304 5469 0 0 0 10205 5 0 0 25 0 1 0 896376219 23617536 5448 1992294400 134512640 135243223 4294956320 18446744073709551615 134555570 0 0 4096 3 0 0 0 17 0 0 0
/proc/14655/statm: 5766 5448 85 178 0 5586 0
Current children cumulated CPU time (s) 102.24
Current children cumulated vsize (KiB) 31184

[startup+162.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/76 14655
/proc/meminfo: memFree=1583400/2055920 swapFree=4176824/4192956
[pid=14652] ppid=14650 vsize=2764 CPUtime=0.14
/proc/14652/stat : 14652 (IUT_BMB_SAT) S 14650 14652 14408 0 -1 4194304 516 0 0 0 8 6 0 0 18 0 1 0 896376204 2830336 498 1992294400 134512640 135635285 4294956224 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/14652/statm: 691 498 105 274 0 414 0
[pid=14654] ppid=14652 vsize=5356 CPUtime=0
/proc/14654/stat : 14654 (sh) S 14652 14652 14408 0 -1 4194304 270 0 0 0 0 0 0 0 20 0 1 0 896376219 5484544 232 1992294400 4194304 4889804 548682068912 18446744073709551615 224264774468 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14654/statm: 1339 232 193 169 0 50 0
[pid=14655] ppid=14654 vsize=23196 CPUtime=162.07
/proc/14655/stat : 14655 (minisat) R 14654 14652 14408 0 -1 4194304 5514 0 0 0 16202 5 0 0 25 0 1 0 896376219 23752704 5493 1992294400 134512640 135243223 4294956320 18446744073709551615 134555707 0 0 4096 3 0 0 0 17 0 0 0
/proc/14655/statm: 5799 5493 85 178 0 5619 0
Current children cumulated CPU time (s) 162.21
Current children cumulated vsize (KiB) 31316

[startup+222.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/76 14661
/proc/meminfo: memFree=1580648/2055920 swapFree=4176824/4192956
[pid=14652] ppid=14650 vsize=2764 CPUtime=0.14
/proc/14652/stat : 14652 (IUT_BMB_SAT) S 14650 14652 14408 0 -1 4194304 516 0 0 0 8 6 0 0 18 0 1 0 896376204 2830336 498 1992294400 134512640 135635285 4294956224 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/14652/statm: 691 498 105 274 0 414 0
[pid=14654] ppid=14652 vsize=5356 CPUtime=0
/proc/14654/stat : 14654 (sh) S 14652 14652 14408 0 -1 4194304 270 0 0 0 0 0 0 0 20 0 1 0 896376219 5484544 232 1992294400 4194304 4889804 548682068912 18446744073709551615 224264774468 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14654/statm: 1339 232 193 169 0 50 0
[pid=14655] ppid=14654 vsize=25992 CPUtime=222.03
/proc/14655/stat : 14655 (minisat) R 14654 14652 14408 0 -1 4194304 6201 0 0 0 22197 6 0 0 25 0 1 0 896376219 26615808 6180 1992294400 134512640 135243223 4294956320 18446744073709551615 134555744 0 0 4096 3 0 0 0 17 0 0 0
/proc/14655/statm: 6498 6180 85 178 0 6318 0
Current children cumulated CPU time (s) 222.17
Current children cumulated vsize (KiB) 34112

[startup+282.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/76 14661
/proc/meminfo: memFree=1577192/2055920 swapFree=4176824/4192956
[pid=14652] ppid=14650 vsize=2764 CPUtime=0.14
/proc/14652/stat : 14652 (IUT_BMB_SAT) S 14650 14652 14408 0 -1 4194304 516 0 0 0 8 6 0 0 18 0 1 0 896376204 2830336 498 1992294400 134512640 135635285 4294956224 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/14652/statm: 691 498 105 274 0 414 0
[pid=14654] ppid=14652 vsize=5356 CPUtime=0
/proc/14654/stat : 14654 (sh) S 14652 14652 14408 0 -1 4194304 270 0 0 0 0 0 0 0 20 0 1 0 896376219 5484544 232 1992294400 4194304 4889804 548682068912 18446744073709551615 224264774468 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14654/statm: 1339 232 193 169 0 50 0

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

/proc/meminfo: memFree=1571240/2055920 swapFree=4176824/4192956
[pid=14652] ppid=14650 vsize=2764 CPUtime=0.14
/proc/14652/stat : 14652 (IUT_BMB_SAT) S 14650 14652 14408 0 -1 4194304 516 0 0 0 8 6 0 0 18 0 1 0 896376204 2830336 498 1992294400 134512640 135635285 4294956224 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/14652/statm: 691 498 105 274 0 414 0
[pid=14654] ppid=14652 vsize=5356 CPUtime=0
/proc/14654/stat : 14654 (sh) S 14652 14652 14408 0 -1 4194304 270 0 0 0 0 0 0 0 20 0 1 0 896376219 5484544 232 1992294400 4194304 4889804 548682068912 18446744073709551615 224264774468 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14654/statm: 1339 232 193 169 0 50 0
[pid=14655] ppid=14654 vsize=35292 CPUtime=641.85
/proc/14655/stat : 14655 (minisat) R 14654 14652 14408 0 -1 4194304 8582 0 0 0 64176 9 0 0 25 0 1 0 896376219 36139008 8515 1992294400 134512640 135243223 4294956320 18446744073709551615 134555959 0 0 4096 3 0 0 0 17 0 0 0
/proc/14655/statm: 8823 8515 85 178 0 8643 0
Current children cumulated CPU time (s) 641.99
Current children cumulated vsize (KiB) 43412

[startup+702.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/76 14661
/proc/meminfo: memFree=1571176/2055920 swapFree=4176824/4192956
[pid=14652] ppid=14650 vsize=2764 CPUtime=0.14
/proc/14652/stat : 14652 (IUT_BMB_SAT) S 14650 14652 14408 0 -1 4194304 516 0 0 0 8 6 0 0 18 0 1 0 896376204 2830336 498 1992294400 134512640 135635285 4294956224 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/14652/statm: 691 498 105 274 0 414 0
[pid=14654] ppid=14652 vsize=5356 CPUtime=0
/proc/14654/stat : 14654 (sh) S 14652 14652 14408 0 -1 4194304 270 0 0 0 0 0 0 0 20 0 1 0 896376219 5484544 232 1992294400 4194304 4889804 548682068912 18446744073709551615 224264774468 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14654/statm: 1339 232 193 169 0 50 0
[pid=14655] ppid=14654 vsize=35292 CPUtime=701.82
/proc/14655/stat : 14655 (minisat) R 14654 14652 14408 0 -1 4194304 8582 0 0 0 70173 9 0 0 25 0 1 0 896376219 36139008 8515 1992294400 134512640 135243223 4294956320 18446744073709551615 134555554 0 0 4096 3 0 0 0 17 0 0 0
/proc/14655/statm: 8823 8515 85 178 0 8643 0
Current children cumulated CPU time (s) 701.96
Current children cumulated vsize (KiB) 43412

[startup+762.306 s]
/proc/loadavg: 0.99 0.97 0.99 2/76 14661
/proc/meminfo: memFree=1571048/2055920 swapFree=4176824/4192956
[pid=14652] ppid=14650 vsize=2764 CPUtime=0.14
/proc/14652/stat : 14652 (IUT_BMB_SAT) S 14650 14652 14408 0 -1 4194304 516 0 0 0 8 6 0 0 18 0 1 0 896376204 2830336 498 1992294400 134512640 135635285 4294956224 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/14652/statm: 691 498 105 274 0 414 0
[pid=14654] ppid=14652 vsize=5356 CPUtime=0
/proc/14654/stat : 14654 (sh) S 14652 14652 14408 0 -1 4194304 270 0 0 0 0 0 0 0 20 0 1 0 896376219 5484544 232 1992294400 4194304 4889804 548682068912 18446744073709551615 224264774468 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14654/statm: 1339 232 193 169 0 50 0
[pid=14655] ppid=14654 vsize=35424 CPUtime=761.8
/proc/14655/stat : 14655 (minisat) R 14654 14652 14408 0 -1 4194304 8611 0 0 0 76171 9 0 0 25 0 1 0 896376219 36274176 8544 1992294400 134512640 135243223 4294956320 18446744073709551615 134555600 0 0 4096 3 0 0 0 17 0 0 0
/proc/14655/statm: 8856 8544 85 178 0 8676 0
Current children cumulated CPU time (s) 761.94
Current children cumulated vsize (KiB) 43544

[startup+822.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/76 14661
/proc/meminfo: memFree=1570344/2055920 swapFree=4176824/4192956
[pid=14652] ppid=14650 vsize=2764 CPUtime=0.14
/proc/14652/stat : 14652 (IUT_BMB_SAT) S 14650 14652 14408 0 -1 4194304 516 0 0 0 8 6 0 0 18 0 1 0 896376204 2830336 498 1992294400 134512640 135635285 4294956224 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/14652/statm: 691 498 105 274 0 414 0
[pid=14654] ppid=14652 vsize=5356 CPUtime=0
/proc/14654/stat : 14654 (sh) S 14652 14652 14408 0 -1 4194304 270 0 0 0 0 0 0 0 20 0 1 0 896376219 5484544 232 1992294400 4194304 4889804 548682068912 18446744073709551615 224264774468 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14654/statm: 1339 232 193 169 0 50 0
[pid=14655] ppid=14654 vsize=35932 CPUtime=821.76
/proc/14655/stat : 14655 (minisat) R 14654 14652 14408 0 -1 4194304 8829 0 0 0 82167 9 0 0 25 0 1 0 896376219 36794368 8676 1992294400 134512640 135243223 4294956320 18446744073709551615 134555504 0 0 4096 3 0 0 0 17 0 0 0
/proc/14655/statm: 8983 8676 85 178 0 8803 0
Current children cumulated CPU time (s) 821.9
Current children cumulated vsize (KiB) 44052

[startup+882.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/76 14661
/proc/meminfo: memFree=1570408/2055920 swapFree=4176824/4192956
[pid=14652] ppid=14650 vsize=2764 CPUtime=0.14
/proc/14652/stat : 14652 (IUT_BMB_SAT) S 14650 14652 14408 0 -1 4194304 516 0 0 0 8 6 0 0 18 0 1 0 896376204 2830336 498 1992294400 134512640 135635285 4294956224 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/14652/statm: 691 498 105 274 0 414 0
[pid=14654] ppid=14652 vsize=5356 CPUtime=0
/proc/14654/stat : 14654 (sh) S 14652 14652 14408 0 -1 4194304 270 0 0 0 0 0 0 0 20 0 1 0 896376219 5484544 232 1992294400 4194304 4889804 548682068912 18446744073709551615 224264774468 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14654/statm: 1339 232 193 169 0 50 0
[pid=14655] ppid=14654 vsize=35908 CPUtime=881.74
/proc/14655/stat : 14655 (minisat) R 14654 14652 14408 0 -1 4194304 8830 0 0 0 88165 9 0 0 25 0 1 0 896376219 36769792 8671 1992294400 134512640 135243223 4294956320 18446744073709551615 134555653 0 0 4096 3 0 0 0 17 0 0 0
/proc/14655/statm: 8977 8671 85 178 0 8797 0
Current children cumulated CPU time (s) 881.88
Current children cumulated vsize (KiB) 44028

[startup+942.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/76 14661
/proc/meminfo: memFree=1567336/2055920 swapFree=4176824/4192956
[pid=14652] ppid=14650 vsize=2764 CPUtime=0.14
/proc/14652/stat : 14652 (IUT_BMB_SAT) S 14650 14652 14408 0 -1 4194304 516 0 0 0 8 6 0 0 18 0 1 0 896376204 2830336 498 1992294400 134512640 135635285 4294956224 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/14652/statm: 691 498 105 274 0 414 0
[pid=14654] ppid=14652 vsize=5356 CPUtime=0
/proc/14654/stat : 14654 (sh) S 14652 14652 14408 0 -1 4194304 270 0 0 0 0 0 0 0 20 0 1 0 896376219 5484544 232 1992294400 4194304 4889804 548682068912 18446744073709551615 224264774468 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14654/statm: 1339 232 193 169 0 50 0
[pid=14655] ppid=14654 vsize=39232 CPUtime=941.71
/proc/14655/stat : 14655 (minisat) R 14654 14652 14408 0 -1 4194304 9638 0 0 0 94161 10 0 0 25 0 1 0 896376219 40173568 9479 1992294400 134512640 135243223 4294956320 18446744073709551615 134555570 0 0 4096 3 0 0 0 17 0 0 0
/proc/14655/statm: 9808 9479 85 178 0 9628 0
Current children cumulated CPU time (s) 941.85
Current children cumulated vsize (KiB) 47352

[startup+1002.3 s]
/proc/loadavg: 0.99 0.97 0.99 2/76 14661
/proc/meminfo: memFree=1566632/2055920 swapFree=4176824/4192956
[pid=14652] ppid=14650 vsize=2764 CPUtime=0.14
/proc/14652/stat : 14652 (IUT_BMB_SAT) S 14650 14652 14408 0 -1 4194304 516 0 0 0 8 6 0 0 18 0 1 0 896376204 2830336 498 1992294400 134512640 135635285 4294956224 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/14652/statm: 691 498 105 274 0 414 0
[pid=14654] ppid=14652 vsize=5356 CPUtime=0
/proc/14654/stat : 14654 (sh) S 14652 14652 14408 0 -1 4194304 270 0 0 0 0 0 0 0 20 0 1 0 896376219 5484544 232 1992294400 4194304 4889804 548682068912 18446744073709551615 224264774468 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14654/statm: 1339 232 193 169 0 50 0
[pid=14655] ppid=14654 vsize=40052 CPUtime=1001.68
/proc/14655/stat : 14655 (minisat) R 14654 14652 14408 0 -1 4194304 9832 0 0 0 100157 11 0 0 25 0 1 0 896376219 41013248 9673 1992294400 134512640 135243223 4294956320 18446744073709551615 134555744 0 0 4096 3 0 0 0 17 0 0 0
/proc/14655/statm: 10013 9673 85 178 0 9833 0
Current children cumulated CPU time (s) 1001.82
Current children cumulated vsize (KiB) 48172

[startup+1062.3 s]
/proc/loadavg: 0.99 0.97 0.99 2/76 14661
/proc/meminfo: memFree=1566568/2055920 swapFree=4176824/4192956
[pid=14652] ppid=14650 vsize=2764 CPUtime=0.14
/proc/14652/stat : 14652 (IUT_BMB_SAT) S 14650 14652 14408 0 -1 4194304 516 0 0 0 8 6 0 0 18 0 1 0 896376204 2830336 498 1992294400 134512640 135635285 4294956224 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/14652/statm: 691 498 105 274 0 414 0
[pid=14654] ppid=14652 vsize=5356 CPUtime=0
/proc/14654/stat : 14654 (sh) S 14652 14652 14408 0 -1 4194304 270 0 0 0 0 0 0 0 20 0 1 0 896376219 5484544 232 1992294400 4194304 4889804 548682068912 18446744073709551615 224264774468 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14654/statm: 1339 232 193 169 0 50 0
[pid=14655] ppid=14654 vsize=40052 CPUtime=1061.66
/proc/14655/stat : 14655 (minisat) R 14654 14652 14408 0 -1 4194304 9832 0 0 0 106155 11 0 0 25 0 1 0 896376219 41013248 9673 1992294400 134512640 135243223 4294956320 18446744073709551615 134555650 0 0 4096 3 0 0 0 17 0 0 0
/proc/14655/statm: 10013 9673 85 178 0 9833 0
Current children cumulated CPU time (s) 1061.8
Current children cumulated vsize (KiB) 48172

[startup+1122.3 s]
/proc/loadavg: 0.99 0.97 0.99 2/76 14661
/proc/meminfo: memFree=1566568/2055920 swapFree=4176824/4192956
[pid=14652] ppid=14650 vsize=2764 CPUtime=0.14
/proc/14652/stat : 14652 (IUT_BMB_SAT) S 14650 14652 14408 0 -1 4194304 516 0 0 0 8 6 0 0 18 0 1 0 896376204 2830336 498 1992294400 134512640 135635285 4294956224 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/14652/statm: 691 498 105 274 0 414 0
[pid=14654] ppid=14652 vsize=5356 CPUtime=0
/proc/14654/stat : 14654 (sh) S 14652 14652 14408 0 -1 4194304 270 0 0 0 0 0 0 0 20 0 1 0 896376219 5484544 232 1992294400 4194304 4889804 548682068912 18446744073709551615 224264774468 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14654/statm: 1339 232 193 169 0 50 0
[pid=14655] ppid=14654 vsize=40052 CPUtime=1121.63
/proc/14655/stat : 14655 (minisat) R 14654 14652 14408 0 -1 4194304 9832 0 0 0 112152 11 0 0 25 0 1 0 896376219 41013248 9673 1992294400 134512640 135243223 4294956320 18446744073709551615 134555744 0 0 4096 3 0 0 0 17 0 0 0
/proc/14655/statm: 10013 9673 85 178 0 9833 0
Current children cumulated CPU time (s) 1121.77
Current children cumulated vsize (KiB) 48172

[startup+1182.3 s]
/proc/loadavg: 0.99 0.97 0.99 2/76 14661
/proc/meminfo: memFree=1566568/2055920 swapFree=4176824/4192956
[pid=14652] ppid=14650 vsize=2764 CPUtime=0.14
/proc/14652/stat : 14652 (IUT_BMB_SAT) S 14650 14652 14408 0 -1 4194304 516 0 0 0 8 6 0 0 18 0 1 0 896376204 2830336 498 1992294400 134512640 135635285 4294956224 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/14652/statm: 691 498 105 274 0 414 0
[pid=14654] ppid=14652 vsize=5356 CPUtime=0
/proc/14654/stat : 14654 (sh) S 14652 14652 14408 0 -1 4194304 270 0 0 0 0 0 0 0 20 0 1 0 896376219 5484544 232 1992294400 4194304 4889804 548682068912 18446744073709551615 224264774468 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14654/statm: 1339 232 193 169 0 50 0
[pid=14655] ppid=14654 vsize=40052 CPUtime=1181.6
/proc/14655/stat : 14655 (minisat) R 14654 14652 14408 0 -1 4194304 9832 0 0 0 118149 11 0 0 25 0 1 0 896376219 41013248 9673 1992294400 134512640 135243223 4294956320 18446744073709551615 134555650 0 0 4096 3 0 0 0 17 0 0 0
/proc/14655/statm: 10013 9673 85 178 0 9833 0
Current children cumulated CPU time (s) 1181.74
Current children cumulated vsize (KiB) 48172



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.6 s]
/proc/loadavg: 0.99 0.97 0.99 2/76 14661
/proc/meminfo: memFree=1566568/2055920 swapFree=4176824/4192956
[pid=14652] ppid=14650 vsize=2764 CPUtime=0.14
/proc/14652/stat : 14652 (IUT_BMB_SAT) S 14650 14652 14408 0 -1 4194304 516 0 0 0 8 6 0 0 18 0 1 0 896376204 2830336 498 1992294400 134512640 135635285 4294956224 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/14652/statm: 691 498 105 274 0 414 0
[pid=14654] ppid=14652 vsize=5356 CPUtime=0
/proc/14654/stat : 14654 (sh) S 14652 14652 14408 0 -1 4194304 270 0 0 0 0 0 0 0 20 0 1 0 896376219 5484544 232 1992294400 4194304 4889804 548682068912 18446744073709551615 224264774468 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14654/statm: 1339 232 193 169 0 50 0
[pid=14655] ppid=14654 vsize=40052 CPUtime=1199.9
/proc/14655/stat : 14655 (minisat) R 14654 14652 14408 0 -1 4194304 9832 0 0 0 119979 11 0 0 25 0 1 0 896376219 41013248 9673 1992294400 134512640 135243223 4294956320 18446744073709551615 134555570 0 0 4096 3 0 0 0 17 0 0 0
/proc/14655/statm: 10013 9673 85 178 0 9833 0
Current children cumulated CPU time (s) 1200.04
Current children cumulated vsize (KiB) 48172

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.62
CPU time (s): 1200.07
CPU user time (s): 1199.89
CPU system time (s): 0.184971
CPU usage (%): 99.9542
Max. virtual memory (cumulated for all children) (KiB): 48172

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

runsolver used 1.25781 second user time and 3.14852 second system time

The end

Launcher Data

Begin job on node82 at 2009-03-30 09:57:56
IDJOB=1532801
IDBENCH=70334
IDSOLVER=523
FILE ID=node82/1532801-1238399876
PBS_JOBID= 9061376
Free space on /tmp= 61636 MiB

SOLVER NAME= IUT_BMB_SAT 1.0
BENCH NAME= SAT09/RANDOM/LARGE/3SAT/UNKNOWN/4000/unif-k3-r4.2-v4000-c16800-S1857201443-029.cnf
COMMAND LINE= IUT_BMB_SAT BENCHNAME TMPDIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1532801-1238399876/watcher-1532801-1238399876 -o /tmp/evaluation-result-1532801-1238399876/solver-1532801-1238399876 -C 1200 -W 1800 -M 1800 --output-limit 1,15  IUT_BMB_SAT HOME/instance-1532801-1238399876.cnf HOME

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

MD5SUM BENCH= 9d94109a874948dbc629e7a030616546
RANDOM SEED=1203087446

node82.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.232
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.232
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:       1608032 kB
Buffers:         71740 kB
Cached:         304992 kB
SwapCached:       7332 kB
Active:         281168 kB
Inactive:       105056 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1608032 kB
SwapTotal:     4192956 kB
SwapFree:      4176824 kB
Dirty:            2476 kB
Writeback:           0 kB
Mapped:          15028 kB
Slab:            46876 kB
Committed_AS:  2334384 kB
PageTables:       1996 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 61636 MiB
End job on node82 at 2009-03-30 10:17:56