Trace number 1785097

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
IUT_BMB_SAT 1.0? (TO) 5000.12 5001.42

General information on the benchmark

Namecrafted/Hard/contest03/others/
bqwh.40.reg.520.sat05-433.reshuffled-07.cnf
MD5SUMcf535bf919bca60e7bcea01358de0b4c
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 variables2211
Number of clauses14710
Sum of the clauses size33107
Maximum clause length9
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 213351
Number of clauses of size 3282
Number of clauses of size 4374
Number of clauses of size 5349
Number of clauses of size over 5354

Solver Data

0.00/0.00	c IUT_BMB_SAT version 1.0
0.19/0.24	c WARNING: for repeatability, setting FPU to use double precision
0.19/0.24	c ============================[ Problem Statistics ]=============================
0.19/0.24	c |                                                                             |
0.19/0.24	c |  Number of variables:  2211                                                 |
0.19/0.24	c |  Number of clauses:    14710                                                |
0.19/0.26	c |  Parsing time:         0.01         s                                       |
0.19/0.27	c ============================[ Search Statistics ]==============================
0.19/0.27	c | Conflicts |          ORIGINAL         |          LEARNT          | Progress |
0.19/0.27	c |           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
0.19/0.27	c ===============================================================================
0.19/0.27	c |         0 |    2081    14320    32285 |     4773        0    nan |  0.000 % |
0.19/0.28	c |       100 |    2081    14320    32285 |     5250      100     48 |  0.633 % |
0.23/0.30	c |       251 |    2081    14320    32285 |     5775      251     44 |  0.634 % |
0.23/0.32	c |       476 |    2081    14320    32285 |     6353      476     39 |  0.633 % |
0.23/0.36	c |       813 |    2081    14320    32285 |     6988      813     41 |  0.634 % |
0.23/0.42	c |      1319 |    2081    14320    32285 |     7687     1319     41 |  0.633 % |
0.23/0.51	c |      2079 |    2081    14320    32285 |     8456     2079     45 |  0.633 % |
0.23/0.66	c |      3219 |    2081    14320    32285 |     9301     3219     46 |  0.633 % |
0.23/0.94	c |      4929 |    2081    14320    32285 |    10232     4929     48 |  0.633 % |
1.38/1.40	c |      7492 |    2081    14320    32285 |    11255     7492     50 |  0.633 % |
2.28/2.31	c |     11336 |    2081    14320    32285 |    12380    11336     50 |  0.633 % |
3.77/3.81	c |     17102 |    2081    14320    32285 |    13618    10748     47 |  0.633 % |
5.97/6.07	c |     25751 |    2081    14320    32285 |    14980    12462     48 |  0.634 % |
9.97/10.03	c |     38725 |    2081    14320    32285 |    16478    10038     46 |  0.633 % |
15.98/16.09	c |     58189 |    2081    14320    32285 |    18126    12601     58 |  0.633 % |
27.77/27.81	c |     87382 |    2081    14320    32285 |    19939    13856     61 |  0.633 % |
44.56/44.66	c |    131171 |    2081    14320    32285 |    21933    17098     54 |  0.634 % |
74.66/74.75	c |    196856 |    2081    14320    32285 |    24126    15807     54 |  0.633 % |
120.65/120.74	c |    295382 |    2081    14320    32285 |    26539    15905     55 |  0.633 % |
200.13/200.20	c |    443172 |    2081    14320    32285 |    29193    15385     48 |  0.633 % |
337.39/337.52	c |    664855 |    2081    14320    32285 |    32112    28506     63 |  0.633 % |
554.23/554.45	c |    997383 |    2081    14320    32285 |    35323    29828     63 |  0.633 % |
918.84/919.17	c |   1496171 |    2081    14320    32285 |    38856    28575     73 |  0.635 % |
1460.00/1460.42	c |   2244353 |    2081    14320    32285 |    42741    31637     66 |  0.633 % |
2300.48/2301.12	c |   3366627 |    2081    14320    32285 |    47016    37349     48 |  0.633 % |
3695.12/3696.14	c |   5050038 |    2081    14320    32285 |    51717    40866     68 |  0.633 % |
5000.08/5001.41	sh: line 1: 23619 Terminated              HOME/minisat simple.out solve.out >temp.out
5000.08/5001.41	c cannot read from file

Verifier Data

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

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-1785097-1241890081/watcher-1785097-1241890081 -o /tmp/evaluation-result-1785097-1241890081/solver-1785097-1241890081 -C 5000 -W 6000 -M 1800 IUT_BMB_SAT HOME/instance-1785097-1241890081.cnf HOME 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 5000 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 5030 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 6000 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 1843200 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 1894400 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 0.92 0.98 0.97 3/65 23616
/proc/meminfo: memFree=1870848/2055920 swapFree=4180856/4192956
[pid=23616] ppid=23614 vsize=1460 CPUtime=0
/proc/23616/stat : 23616 (IUT_BMB_SAT) R 23614 23616 23579 0 -1 4194304 132 0 0 0 0 0 0 0 20 0 1 0 217038157 1495040 115 1992294400 134512640 135635285 4294956224 18446744073709551615 134533635 0 0 4096 0 0 0 0 17 1 0 0
/proc/23616/statm: 365 116 92 274 0 88 0

[startup+0.0666851 s]
/proc/loadavg: 0.92 0.98 0.97 3/65 23616
/proc/meminfo: memFree=1870848/2055920 swapFree=4180856/4192956
[pid=23616] ppid=23614 vsize=2548 CPUtime=0.05
/proc/23616/stat : 23616 (IUT_BMB_SAT) R 23614 23616 23579 0 -1 4194304 465 0 0 0 5 0 0 0 20 0 1 0 217038157 2609152 448 1992294400 134512640 135635285 4294956224 18446744073709551615 135072790 0 0 4096 0 0 0 0 17 1 0 0
/proc/23616/statm: 637 448 99 274 0 360 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 2548

[startup+0.101689 s]
/proc/loadavg: 0.92 0.98 0.97 3/65 23616
/proc/meminfo: memFree=1870848/2055920 swapFree=4180856/4192956
[pid=23616] ppid=23614 vsize=3208 CPUtime=0.09
/proc/23616/stat : 23616 (IUT_BMB_SAT) R 23614 23616 23579 0 -1 4194304 615 0 0 0 9 0 0 0 20 0 1 0 217038157 3284992 598 1992294400 134512640 135635285 4294956224 18446744073709551615 135072790 0 0 4096 0 0 0 0 17 1 0 0
/proc/23616/statm: 802 598 99 274 0 525 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 3208

[startup+0.30171 s]
/proc/loadavg: 0.92 0.98 0.97 3/65 23616
/proc/meminfo: memFree=1870848/2055920 swapFree=4180856/4192956
[pid=23616] ppid=23614 vsize=4360 CPUtime=0.23
/proc/23616/stat : 23616 (IUT_BMB_SAT) S 23614 23616 23579 0 -1 4194304 916 0 0 0 17 6 0 0 22 0 1 0 217038157 4464640 898 1992294400 134512640 135635285 4294956224 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 1 0 0
/proc/23616/statm: 1090 898 106 274 0 813 0
Current children cumulated CPU time (s) 0.23
Current children cumulated vsize (KiB) 4360

[startup+0.701752 s]
/proc/loadavg: 0.92 0.98 0.97 3/65 23616
/proc/meminfo: memFree=1870848/2055920 swapFree=4180856/4192956
[pid=23616] ppid=23614 vsize=4360 CPUtime=0.23
/proc/23616/stat : 23616 (IUT_BMB_SAT) S 23614 23616 23579 0 -1 4194304 916 0 0 0 17 6 0 0 22 0 1 0 217038157 4464640 898 1992294400 134512640 135635285 4294956224 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 1 0 0
/proc/23616/statm: 1090 898 106 274 0 813 0
Current children cumulated CPU time (s) 0.23
Current children cumulated vsize (KiB) 4360

[startup+1.50283 s]
/proc/loadavg: 0.92 0.98 0.97 2/68 23619
/proc/meminfo: memFree=1864872/2055920 swapFree=4180856/4192956
[pid=23616] ppid=23614 vsize=4360 CPUtime=0.23
/proc/23616/stat : 23616 (IUT_BMB_SAT) S 23614 23616 23579 0 -1 4194304 916 0 0 0 17 6 0 0 22 0 1 0 217038157 4464640 898 1992294400 134512640 135635285 4294956224 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 1 0 0
/proc/23616/statm: 1090 898 106 274 0 813 0
[pid=23618] ppid=23616 vsize=5356 CPUtime=0
/proc/23618/stat : 23618 (sh) S 23616 23616 23579 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 217038181 5484544 232 1992294400 4194304 4889804 548682068912 18446744073709551615 234045891396 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/23618/statm: 1339 232 193 169 0 50 0
[pid=23619] ppid=23618 vsize=4524 CPUtime=1.25
/proc/23619/stat : 23619 (minisat) R 23618 23616 23579 0 -1 4194304 836 0 0 0 125 0 0 0 25 0 1 0 217038181 4632576 816 1992294400 134512640 135243223 4294956320 18446744073709551615 134555744 0 0 4096 3 0 0 0 17 1 0 0
/proc/23619/statm: 1131 816 84 178 0 951 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 14240

[startup+3.102 s]
/proc/loadavg: 0.93 0.98 0.97 2/68 23619
/proc/meminfo: memFree=1863464/2055920 swapFree=4180856/4192956
[pid=23616] ppid=23614 vsize=4360 CPUtime=0.23
/proc/23616/stat : 23616 (IUT_BMB_SAT) S 23614 23616 23579 0 -1 4194304 916 0 0 0 17 6 0 0 22 0 1 0 217038157 4464640 898 1992294400 134512640 135635285 4294956224 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 1 0 0
/proc/23616/statm: 1090 898 106 274 0 813 0
[pid=23618] ppid=23616 vsize=5356 CPUtime=0
/proc/23618/stat : 23618 (sh) S 23616 23616 23579 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 217038181 5484544 232 1992294400 4194304 4889804 548682068912 18446744073709551615 234045891396 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/23618/statm: 1339 232 193 169 0 50 0
[pid=23619] ppid=23618 vsize=5724 CPUtime=2.84
/proc/23619/stat : 23619 (minisat) R 23618 23616 23579 0 -1 4194304 1125 0 0 0 284 0 0 0 25 0 1 0 217038181 5861376 1105 1992294400 134512640 135243223 4294956320 18446744073709551615 134555725 0 0 4096 3 0 0 0 17 1 0 0
/proc/23619/statm: 1431 1105 84 178 0 1251 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 15440

[startup+6.30134 s]
/proc/loadavg: 0.93 0.98 0.97 2/68 23619
/proc/meminfo: memFree=1862504/2055920 swapFree=4180856/4192956
[pid=23616] ppid=23614 vsize=4360 CPUtime=0.23
/proc/23616/stat : 23616 (IUT_BMB_SAT) S 23614 23616 23579 0 -1 4194304 916 0 0 0 17 6 0 0 22 0 1 0 217038157 4464640 898 1992294400 134512640 135635285 4294956224 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 1 0 0
/proc/23616/statm: 1090 898 106 274 0 813 0
[pid=23618] ppid=23616 vsize=5356 CPUtime=0
/proc/23618/stat : 23618 (sh) S 23616 23616 23579 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 217038181 5484544 232 1992294400 4194304 4889804 548682068912 18446744073709551615 234045891396 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/23618/statm: 1339 232 193 169 0 50 0
[pid=23619] ppid=23618 vsize=5988 CPUtime=6.04
/proc/23619/stat : 23619 (minisat) R 23618 23616 23579 0 -1 4194304 1189 0 0 0 604 0 0 0 25 0 1 0 217038181 6131712 1169 1992294400 134512640 135243223 4294956320 18446744073709551615 134555744 0 0 4096 3 0 0 0 17 1 0 0
/proc/23619/statm: 1497 1169 84 178 0 1317 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 15704

[startup+12.702 s]
/proc/loadavg: 0.94 0.98 0.97 2/68 23619
/proc/meminfo: memFree=1861304/2055920 swapFree=4180856/4192956
[pid=23616] ppid=23614 vsize=4360 CPUtime=0.23
/proc/23616/stat : 23616 (IUT_BMB_SAT) S 23614 23616 23579 0 -1 4194304 916 0 0 0 17 6 0 0 22 0 1 0 217038157 4464640 898 1992294400 134512640 135635285 4294956224 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 1 0 0
/proc/23616/statm: 1090 898 106 274 0 813 0
[pid=23618] ppid=23616 vsize=5356 CPUtime=0
/proc/23618/stat : 23618 (sh) S 23616 23616 23579 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 217038181 5484544 232 1992294400 4194304 4889804 548682068912 18446744073709551615 234045891396 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/23618/statm: 1339 232 193 169 0 50 0
[pid=23619] ppid=23618 vsize=7176 CPUtime=12.44
/proc/23619/stat : 23619 (minisat) R 23618 23616 23579 0 -1 4194304 1476 0 0 0 1244 0 0 0 25 0 1 0 217038181 7348224 1456 1992294400 134512640 135243223 4294956320 18446744073709551615 134555635 0 0 4096 3 0 0 0 17 1 0 0
/proc/23619/statm: 1794 1456 84 178 0 1614 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 16892

[startup+25.5014 s]
/proc/loadavg: 0.95 0.98 0.97 2/68 23619
/proc/meminfo: memFree=1859640/2055920 swapFree=4180856/4192956
[pid=23616] ppid=23614 vsize=4360 CPUtime=0.23
/proc/23616/stat : 23616 (IUT_BMB_SAT) S 23614 23616 23579 0 -1 4194304 916 0 0 0 17 6 0 0 22 0 1 0 217038157 4464640 898 1992294400 134512640 135635285 4294956224 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 1 0 0
/proc/23616/statm: 1090 898 106 274 0 813 0
[pid=23618] ppid=23616 vsize=5356 CPUtime=0
/proc/23618/stat : 23618 (sh) S 23616 23616 23579 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 217038181 5484544 232 1992294400 4194304 4889804 548682068912 18446744073709551615 234045891396 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/23618/statm: 1339 232 193 169 0 50 0
[pid=23619] ppid=23618 vsize=8916 CPUtime=25.24
/proc/23619/stat : 23619 (minisat) R 23618 23616 23579 0 -1 4194304 1914 0 0 0 2523 1 0 0 25 0 1 0 217038181 9129984 1894 1992294400 134512640 135243223 4294956320 18446744073709551615 134564632 0 0 4096 3 0 0 0 17 1 0 0
/proc/23619/statm: 2229 1894 84 178 0 2049 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 18632

[startup+51.101 s]
/proc/loadavg: 0.96 0.98 0.97 2/68 23619
/proc/meminfo: memFree=1859192/2055920 swapFree=4180856/4192956
[pid=23616] ppid=23614 vsize=4360 CPUtime=0.23
/proc/23616/stat : 23616 (IUT_BMB_SAT) S 23614 23616 23579 0 -1 4194304 916 0 0 0 17 6 0 0 22 0 1 0 217038157 4464640 898 1992294400 134512640 135635285 4294956224 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 1 0 0
/proc/23616/statm: 1090 898 106 274 0 813 0
[pid=23618] ppid=23616 vsize=5356 CPUtime=0
/proc/23618/stat : 23618 (sh) S 23616 23616 23579 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 217038181 5484544 232 1992294400 4194304 4889804 548682068912 18446744073709551615 234045891396 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/23618/statm: 1339 232 193 169 0 50 0
[pid=23619] ppid=23618 vsize=9312 CPUtime=50.83
/proc/23619/stat : 23619 (minisat) R 23618 23616 23579 0 -1 4194304 2023 0 0 0 5082 1 0 0 25 0 1 0 217038181 9535488 2003 1992294400 134512640 135243223 4294956320 18446744073709551615 134558259 0 0 4096 3 0 0 0 17 1 0 0
/proc/23619/statm: 2328 2003 84 178 0 2148 0
Current children cumulated CPU time (s) 51.06
Current children cumulated vsize (KiB) 19028

[startup+102.305 s]
/proc/loadavg: 0.98 0.98 0.97 2/68 23619
/proc/meminfo: memFree=1857336/2055920 swapFree=4180856/4192956
[pid=23616] ppid=23614 vsize=4360 CPUtime=0.23
/proc/23616/stat : 23616 (IUT_BMB_SAT) S 23614 23616 23579 0 -1 4194304 916 0 0 0 17 6 0 0 22 0 1 0 217038157 4464640 898 1992294400 134512640 135635285 4294956224 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 1 0 0
/proc/23616/statm: 1090 898 106 274 0 813 0
[pid=23618] ppid=23616 vsize=5356 CPUtime=0
/proc/23618/stat : 23618 (sh) S 23616 23616 23579 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 217038181 5484544 232 1992294400 4194304 4889804 548682068912 18446744073709551615 234045891396 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/23618/statm: 1339 232 193 169 0 50 0
[pid=23619] ppid=23618 vsize=11164 CPUtime=102.03
/proc/23619/stat : 23619 (minisat) R 23618 23616 23579 0 -1 4194304 2497 0 0 0 10201 2 0 0 25 0 1 0 217038181 11431936 2477 1992294400 134512640 135243223 4294956320 18446744073709551615 134555564 0 0 4096 3 0 0 0 17 1 0 0
/proc/23619/statm: 2791 2477 84 178 0 2611 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 20880

[startup+162.302 s]
/proc/loadavg: 0.99 0.98 0.97 2/68 23619
/proc/meminfo: memFree=1855992/2055920 swapFree=4180856/4192956
[pid=23616] ppid=23614 vsize=4360 CPUtime=0.23
/proc/23616/stat : 23616 (IUT_BMB_SAT) S 23614 23616 23579 0 -1 4194304 916 0 0 0 17 6 0 0 22 0 1 0 217038157 4464640 898 1992294400 134512640 135635285 4294956224 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 1 0 0
/proc/23616/statm: 1090 898 106 274 0 813 0
[pid=23618] ppid=23616 vsize=5356 CPUtime=0
/proc/23618/stat : 23618 (sh) S 23616 23616 23579 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 217038181 5484544 232 1992294400 4194304 4889804 548682068912 18446744073709551615 234045891396 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/23618/statm: 1339 232 193 169 0 50 0
[pid=23619] ppid=23618 vsize=12492 CPUtime=162
/proc/23619/stat : 23619 (minisat) R 23618 23616 23579 0 -1 4194304 2824 0 0 0 16198 2 0 0 25 0 1 0 217038181 12791808 2804 1992294400 134512640 135243223 4294956320 18446744073709551615 134555483 0 0 4096 3 0 0 0 17 1 0 0
/proc/23619/statm: 3123 2804 84 178 0 2943 0
Current children cumulated CPU time (s) 162.23
Current children cumulated vsize (KiB) 22208

[startup+222.301 s]
/proc/loadavg: 0.99 0.98 0.97 2/68 23619
/proc/meminfo: memFree=1854392/2055920 swapFree=4180856/4192956
[pid=23616] ppid=23614 vsize=4360 CPUtime=0.23
/proc/23616/stat : 23616 (IUT_BMB_SAT) S 23614 23616 23579 0 -1 4194304 916 0 0 0 17 6 0 0 22 0 1 0 217038157 4464640 898 1992294400 134512640 135635285 4294956224 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 1 0 0
/proc/23616/statm: 1090 898 106 274 0 813 0
[pid=23618] ppid=23616 vsize=5356 CPUtime=0
/proc/23618/stat : 23618 (sh) S 23616 23616 23579 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 217038181 5484544 232 1992294400 4194304 4889804 548682068912 18446744073709551615 234045891396 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/23618/statm: 1339 232 193 169 0 50 0
[pid=23619] ppid=23618 vsize=14240 CPUtime=221.99
/proc/23619/stat : 23619 (minisat) R 23618 23616 23579 0 -1 4194304 3224 0 0 0 22196 3 0 0 25 0 1 0 217038181 14581760 3204 1992294400 134512640 135243223 4294956320 18446744073709551615 134555564 0 0 4096 3 0 0 0 17 1 0 0
/proc/23619/statm: 3560 3204 84 178 0 3380 0
Current children cumulated CPU time (s) 222.22
Current children cumulated vsize (KiB) 23956

[startup+282.302 s]
/proc/loadavg: 0.99 0.98 0.97 2/68 23619
/proc/meminfo: memFree=1853752/2055920 swapFree=4180856/4192956
[pid=23616] ppid=23614 vsize=4360 CPUtime=0.23
/proc/23616/stat : 23616 (IUT_BMB_SAT) S 23614 23616 23579 0 -1 4194304 916 0 0 0 17 6 0 0 22 0 1 0 217038157 4464640 898 1992294400 134512640 135635285 4294956224 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 1 0 0
/proc/23616/statm: 1090 898 106 274 0 813 0
[pid=23618] ppid=23616 vsize=5356 CPUtime=0
/proc/23618/stat : 23618 (sh) S 23616 23616 23579 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 217038181 5484544 232 1992294400 4194304 4889804 548682068912 18446744073709551615 234045891396 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/23618/statm: 1339 232 193 169 0 50 0
[pid=23619] ppid=23618 vsize=14768 CPUtime=281.98

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

[pid=23616] ppid=23614 vsize=4360 CPUtime=0.23
/proc/23616/stat : 23616 (IUT_BMB_SAT) S 23614 23616 23579 0 -1 4194304 916 0 0 0 17 6 0 0 22 0 1 0 217038157 4464640 898 1992294400 134512640 135635285 4294956224 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 1 0 0
/proc/23616/statm: 1090 898 106 274 0 813 0
[pid=23618] ppid=23616 vsize=5356 CPUtime=0
/proc/23618/stat : 23618 (sh) S 23616 23616 23579 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 217038181 5484544 232 1992294400 4194304 4889804 548682068912 18446744073709551615 234045891396 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/23618/statm: 1339 232 193 169 0 50 0
[pid=23619] ppid=23618 vsize=29372 CPUtime=4420.9
/proc/23619/stat : 23619 (minisat) R 23618 23616 23579 0 -1 4194304 7047 0 0 0 442083 7 0 0 25 0 1 0 217038181 30076928 7009 1992294400 134512640 135243223 4294956320 18446744073709551615 134559320 0 0 4096 3 0 0 0 17 1 0 0
/proc/23619/statm: 7343 7009 84 178 0 7163 0
Current children cumulated CPU time (s) 4421.13
Current children cumulated vsize (KiB) 39088

[startup+4482.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/68 23629
/proc/meminfo: memFree=1836024/2055920 swapFree=4180856/4192956
[pid=23616] ppid=23614 vsize=4360 CPUtime=0.23
/proc/23616/stat : 23616 (IUT_BMB_SAT) S 23614 23616 23579 0 -1 4194304 916 0 0 0 17 6 0 0 22 0 1 0 217038157 4464640 898 1992294400 134512640 135635285 4294956224 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 1 0 0
/proc/23616/statm: 1090 898 106 274 0 813 0
[pid=23618] ppid=23616 vsize=5356 CPUtime=0
/proc/23618/stat : 23618 (sh) S 23616 23616 23579 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 217038181 5484544 232 1992294400 4194304 4889804 548682068912 18446744073709551615 234045891396 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/23618/statm: 1339 232 193 169 0 50 0
[pid=23619] ppid=23618 vsize=30560 CPUtime=4480.88
/proc/23619/stat : 23619 (minisat) R 23618 23616 23579 0 -1 4194304 7315 0 0 0 448081 7 0 0 25 0 1 0 217038181 31293440 7277 1992294400 134512640 135243223 4294956320 18446744073709551615 134555653 0 0 4096 3 0 0 0 17 1 0 0
/proc/23619/statm: 7640 7277 84 178 0 7460 0
Current children cumulated CPU time (s) 4481.11
Current children cumulated vsize (KiB) 40276

[startup+4542.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/68 23629
/proc/meminfo: memFree=1835320/2055920 swapFree=4180856/4192956
[pid=23616] ppid=23614 vsize=4360 CPUtime=0.23
/proc/23616/stat : 23616 (IUT_BMB_SAT) S 23614 23616 23579 0 -1 4194304 916 0 0 0 17 6 0 0 22 0 1 0 217038157 4464640 898 1992294400 134512640 135635285 4294956224 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 1 0 0
/proc/23616/statm: 1090 898 106 274 0 813 0
[pid=23618] ppid=23616 vsize=5356 CPUtime=0
/proc/23618/stat : 23618 (sh) S 23616 23616 23579 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 217038181 5484544 232 1992294400 4194304 4889804 548682068912 18446744073709551615 234045891396 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/23618/statm: 1339 232 193 169 0 50 0
[pid=23619] ppid=23618 vsize=31352 CPUtime=4540.87
/proc/23619/stat : 23619 (minisat) R 23618 23616 23579 0 -1 4194304 7510 0 0 0 454080 7 0 0 25 0 1 0 217038181 32104448 7472 1992294400 134512640 135243223 4294956320 18446744073709551615 134555727 0 0 4096 3 0 0 0 17 1 0 0
/proc/23619/statm: 7838 7472 84 178 0 7658 0
Current children cumulated CPU time (s) 4541.1
Current children cumulated vsize (KiB) 41068

[startup+4602.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/68 23629
/proc/meminfo: memFree=1834808/2055920 swapFree=4180856/4192956
[pid=23616] ppid=23614 vsize=4360 CPUtime=0.23
/proc/23616/stat : 23616 (IUT_BMB_SAT) S 23614 23616 23579 0 -1 4194304 916 0 0 0 17 6 0 0 22 0 1 0 217038157 4464640 898 1992294400 134512640 135635285 4294956224 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 1 0 0
/proc/23616/statm: 1090 898 106 274 0 813 0
[pid=23618] ppid=23616 vsize=5356 CPUtime=0
/proc/23618/stat : 23618 (sh) S 23616 23616 23579 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 217038181 5484544 232 1992294400 4194304 4889804 548682068912 18446744073709551615 234045891396 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/23618/statm: 1339 232 193 169 0 50 0
[pid=23619] ppid=23618 vsize=31616 CPUtime=4600.85
/proc/23619/stat : 23619 (minisat) R 23618 23616 23579 0 -1 4194304 7601 0 0 0 460078 7 0 0 25 0 1 0 217038181 32374784 7563 1992294400 134512640 135243223 4294956320 18446744073709551615 134555504 0 0 4096 3 0 0 0 17 1 0 0
/proc/23619/statm: 7904 7563 84 178 0 7724 0
Current children cumulated CPU time (s) 4601.08
Current children cumulated vsize (KiB) 41332

[startup+4662.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/68 23629
/proc/meminfo: memFree=1834808/2055920 swapFree=4180856/4192956
[pid=23616] ppid=23614 vsize=4360 CPUtime=0.23
/proc/23616/stat : 23616 (IUT_BMB_SAT) S 23614 23616 23579 0 -1 4194304 916 0 0 0 17 6 0 0 22 0 1 0 217038157 4464640 898 1992294400 134512640 135635285 4294956224 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 1 0 0
/proc/23616/statm: 1090 898 106 274 0 813 0
[pid=23618] ppid=23616 vsize=5356 CPUtime=0
/proc/23618/stat : 23618 (sh) S 23616 23616 23579 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 217038181 5484544 232 1992294400 4194304 4889804 548682068912 18446744073709551615 234045891396 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/23618/statm: 1339 232 193 169 0 50 0
[pid=23619] ppid=23618 vsize=31616 CPUtime=4660.84
/proc/23619/stat : 23619 (minisat) R 23618 23616 23579 0 -1 4194304 7601 0 0 0 466077 7 0 0 25 0 1 0 217038181 32374784 7563 1992294400 134512640 135243223 4294956320 18446744073709551615 134555741 0 0 4096 3 0 0 0 17 1 0 0
/proc/23619/statm: 7904 7563 84 178 0 7724 0
Current children cumulated CPU time (s) 4661.07
Current children cumulated vsize (KiB) 41332

[startup+4722.31 s]
/proc/loadavg: 1.00 1.00 1.00 2/68 23629
/proc/meminfo: memFree=1835064/2055920 swapFree=4180856/4192956
[pid=23616] ppid=23614 vsize=4360 CPUtime=0.23
/proc/23616/stat : 23616 (IUT_BMB_SAT) S 23614 23616 23579 0 -1 4194304 916 0 0 0 17 6 0 0 22 0 1 0 217038157 4464640 898 1992294400 134512640 135635285 4294956224 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 1 0 0
/proc/23616/statm: 1090 898 106 274 0 813 0
[pid=23618] ppid=23616 vsize=5356 CPUtime=0
/proc/23618/stat : 23618 (sh) S 23616 23616 23579 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 217038181 5484544 232 1992294400 4194304 4889804 548682068912 18446744073709551615 234045891396 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/23618/statm: 1339 232 193 169 0 50 0
[pid=23619] ppid=23618 vsize=31120 CPUtime=4720.83
/proc/23619/stat : 23619 (minisat) R 23618 23616 23579 0 -1 4194304 7601 0 0 0 472076 7 0 0 25 0 1 0 217038181 31866880 7446 1992294400 134512640 135243223 4294956320 18446744073709551615 134555744 0 0 4096 3 0 0 0 17 1 0 0
/proc/23619/statm: 7780 7446 84 178 0 7600 0
Current children cumulated CPU time (s) 4721.06
Current children cumulated vsize (KiB) 40836

[startup+4782.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/68 23629
/proc/meminfo: memFree=1834808/2055920 swapFree=4180856/4192956
[pid=23616] ppid=23614 vsize=4360 CPUtime=0.23
/proc/23616/stat : 23616 (IUT_BMB_SAT) S 23614 23616 23579 0 -1 4194304 916 0 0 0 17 6 0 0 22 0 1 0 217038157 4464640 898 1992294400 134512640 135635285 4294956224 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 1 0 0
/proc/23616/statm: 1090 898 106 274 0 813 0
[pid=23618] ppid=23616 vsize=5356 CPUtime=0
/proc/23618/stat : 23618 (sh) S 23616 23616 23579 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 217038181 5484544 232 1992294400 4194304 4889804 548682068912 18446744073709551615 234045891396 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/23618/statm: 1339 232 193 169 0 50 0
[pid=23619] ppid=23618 vsize=31516 CPUtime=4780.8
/proc/23619/stat : 23619 (minisat) R 23618 23616 23579 0 -1 4194304 7698 0 0 0 478073 7 0 0 25 0 1 0 217038181 32272384 7543 1992294400 134512640 135243223 4294956320 18446744073709551615 134555504 0 0 4096 3 0 0 0 17 1 0 0
/proc/23619/statm: 7879 7543 84 178 0 7699 0
Current children cumulated CPU time (s) 4781.03
Current children cumulated vsize (KiB) 41232

[startup+4842.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/68 23629
/proc/meminfo: memFree=1834808/2055920 swapFree=4180856/4192956
[pid=23616] ppid=23614 vsize=4360 CPUtime=0.23
/proc/23616/stat : 23616 (IUT_BMB_SAT) S 23614 23616 23579 0 -1 4194304 916 0 0 0 17 6 0 0 22 0 1 0 217038157 4464640 898 1992294400 134512640 135635285 4294956224 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 1 0 0
/proc/23616/statm: 1090 898 106 274 0 813 0
[pid=23618] ppid=23616 vsize=5356 CPUtime=0
/proc/23618/stat : 23618 (sh) S 23616 23616 23579 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 217038181 5484544 232 1992294400 4194304 4889804 548682068912 18446744073709551615 234045891396 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/23618/statm: 1339 232 193 169 0 50 0
[pid=23619] ppid=23618 vsize=31516 CPUtime=4840.79
/proc/23619/stat : 23619 (minisat) R 23618 23616 23579 0 -1 4194304 7698 0 0 0 484072 7 0 0 25 0 1 0 217038181 32272384 7543 1992294400 134512640 135243223 4294956320 18446744073709551615 134555707 0 0 4096 3 0 0 0 17 1 0 0
/proc/23619/statm: 7879 7543 84 178 0 7699 0
Current children cumulated CPU time (s) 4841.02
Current children cumulated vsize (KiB) 41232

[startup+4902.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/68 23629
/proc/meminfo: memFree=1834808/2055920 swapFree=4180856/4192956
[pid=23616] ppid=23614 vsize=4360 CPUtime=0.23
/proc/23616/stat : 23616 (IUT_BMB_SAT) S 23614 23616 23579 0 -1 4194304 916 0 0 0 17 6 0 0 22 0 1 0 217038157 4464640 898 1992294400 134512640 135635285 4294956224 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 1 0 0
/proc/23616/statm: 1090 898 106 274 0 813 0
[pid=23618] ppid=23616 vsize=5356 CPUtime=0
/proc/23618/stat : 23618 (sh) S 23616 23616 23579 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 217038181 5484544 232 1992294400 4194304 4889804 548682068912 18446744073709551615 234045891396 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/23618/statm: 1339 232 193 169 0 50 0
[pid=23619] ppid=23618 vsize=31516 CPUtime=4900.77
/proc/23619/stat : 23619 (minisat) R 23618 23616 23579 0 -1 4194304 7698 0 0 0 490070 7 0 0 25 0 1 0 217038181 32272384 7543 1992294400 134512640 135243223 4294956320 18446744073709551615 134555744 0 0 4096 3 0 0 0 17 1 0 0
/proc/23619/statm: 7879 7543 84 178 0 7699 0
Current children cumulated CPU time (s) 4901
Current children cumulated vsize (KiB) 41232

[startup+4962.3 s]
/proc/loadavg: 1.00 1.00 1.00 3/68 23629
/proc/meminfo: memFree=1834808/2055920 swapFree=4180856/4192956
[pid=23616] ppid=23614 vsize=4360 CPUtime=0.23
/proc/23616/stat : 23616 (IUT_BMB_SAT) S 23614 23616 23579 0 -1 4194304 916 0 0 0 17 6 0 0 22 0 1 0 217038157 4464640 898 1992294400 134512640 135635285 4294956224 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 1 0 0
/proc/23616/statm: 1090 898 106 274 0 813 0
[pid=23618] ppid=23616 vsize=5356 CPUtime=0
/proc/23618/stat : 23618 (sh) S 23616 23616 23579 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 217038181 5484544 232 1992294400 4194304 4889804 548682068912 18446744073709551615 234045891396 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/23618/statm: 1339 232 193 169 0 50 0
[pid=23619] ppid=23618 vsize=31428 CPUtime=4960.76
/proc/23619/stat : 23619 (minisat) R 23618 23616 23579 0 -1 4194304 7698 0 0 0 496069 7 0 0 25 0 1 0 217038181 32182272 7523 1992294400 134512640 135243223 4294956320 18446744073709551615 134555744 0 0 4096 3 0 0 0 17 1 0 0
/proc/23619/statm: 7857 7523 84 178 0 7677 0
Current children cumulated CPU time (s) 4960.99
Current children cumulated vsize (KiB) 41144



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+5001.4 s]
/proc/loadavg: 1.00 1.00 1.00 2/68 23629
/proc/meminfo: memFree=1834808/2055920 swapFree=4180856/4192956
[pid=23616] ppid=23614 vsize=4360 CPUtime=0.23
/proc/23616/stat : 23616 (IUT_BMB_SAT) S 23614 23616 23579 0 -1 4194304 916 0 0 0 17 6 0 0 22 0 1 0 217038157 4464640 898 1992294400 134512640 135635285 4294956224 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 1 0 0
/proc/23616/statm: 1090 898 106 274 0 813 0
[pid=23618] ppid=23616 vsize=5356 CPUtime=0
/proc/23618/stat : 23618 (sh) S 23616 23616 23579 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 217038181 5484544 232 1992294400 4194304 4889804 548682068912 18446744073709551615 234045891396 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/23618/statm: 1339 232 193 169 0 50 0
[pid=23619] ppid=23618 vsize=31428 CPUtime=4999.85
/proc/23619/stat : 23619 (minisat) R 23618 23616 23579 0 -1 4194304 7698 0 0 0 499978 7 0 0 25 0 1 0 217038181 32182272 7523 1992294400 134512640 135243223 4294956320 18446744073709551615 134555658 0 0 4096 3 0 0 0 17 1 0 0
/proc/23619/statm: 7857 7523 84 178 0 7677 0
Current children cumulated CPU time (s) 5000.08
Current children cumulated vsize (KiB) 41144

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 5001.42
CPU time (s): 5000.12
CPU user time (s): 4999.96
CPU system time (s): 0.151976
CPU usage (%): 99.974
Max. virtual memory (cumulated for all children) (KiB): 41332

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

runsolver used 4.97224 second user time and 13.224 second system time

The end

Launcher Data

Begin job on node79 at 2009-05-09 19:28:02
IDJOB=1785097
IDBENCH=24697
IDSOLVER=638
FILE ID=node79/1785097-1241890081
PBS_JOBID= 9264742
Free space on /tmp= 66220 MiB

SOLVER NAME= IUT_BMB_SAT 1.0
BENCH NAME= SAT07/crafted/Hard/contest03/others/bqwh.40.reg.520.sat05-433.reshuffled-07.cnf
COMMAND LINE= IUT_BMB_SAT BENCHNAME TMPDIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1785097-1241890081/watcher-1785097-1241890081 -o /tmp/evaluation-result-1785097-1241890081/solver-1785097-1241890081 -C 5000 -W 6000 -M 1800  IUT_BMB_SAT HOME/instance-1785097-1241890081.cnf HOME

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

MD5SUM BENCH= cf535bf919bca60e7bcea01358de0b4c
RANDOM SEED=1077528773

node79.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.220
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.220
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:       1871328 kB
Buffers:         32552 kB
Cached:          88464 kB
SwapCached:       7028 kB
Active:          57572 kB
Inactive:        72728 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1871328 kB
SwapTotal:     4192956 kB
SwapFree:      4180856 kB
Dirty:            2492 kB
Writeback:           0 kB
Mapped:          14004 kB
Slab:            40292 kB
Committed_AS:   728332 kB
PageTables:       1384 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= 66220 MiB
End job on node79 at 2009-05-09 20:51:25