Trace number 1726318

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.03 1201.01

General information on the benchmark

Namecrafted/Medium/contest05/jarvisalo/
mod2-rand3bip-sat-250-3.sat05-2220.reshuffled-07.cnf
MD5SUMb79b003513b2a70c9b89188422a831e2
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.011997
Satisfiable
(Un)Satisfiability was proved
Number of variables250
Number of clauses1000
Sum of the clauses size3000
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 31000
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:  250                                                  |
0.00/0.01	c |  Number of clauses:    1000                                                 |
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 |     250     1000     3000 |      333        0    nan |  0.000 % |
0.00/0.01	c |       100 |     250     1000     3000 |      366      100     25 |  0.002 % |
0.00/0.02	c |       250 |     250     1000     3000 |      403      250     23 |  0.002 % |
0.00/0.03	c |       476 |     250     1000     3000 |      443      242     27 |  0.002 % |
0.00/0.04	c |       814 |     250     1000     3000 |      488      340     22 |  0.002 % |
0.00/0.06	c |      1320 |     250     1000     3000 |      536      292     20 |  0.003 % |
0.00/0.09	c |      2080 |     250     1000     3000 |      590      470     19 |  0.002 % |
0.00/0.14	c |      3219 |     250     1000     3000 |      649      352     14 |  0.002 % |
0.00/0.21	c |      4928 |     250     1000     3000 |      714      647     24 |  0.002 % |
0.00/0.31	c |      7491 |     250     1000     3000 |      785      563     17 |  0.002 % |
0.00/0.48	c |     11335 |     250     1000     3000 |      864      685     19 |  0.002 % |
0.00/0.74	c |     17102 |     250     1000     3000 |      951      642     16 |  0.002 % |
1.09/1.13	c |     25751 |     250     1000     3000 |     1046      936     20 |  0.002 % |
1.68/1.74	c |     38726 |     250     1000     3000 |     1150      921     18 |  0.002 % |
2.68/2.70	c |     58187 |     250     1000     3000 |     1265      936     17 |  0.002 % |
4.08/4.14	c |     87379 |     250     1000     3000 |     1392      974     18 |  0.002 % |
6.28/6.35	c |    131168 |     250     1000     3000 |     1531      863     16 |  0.002 % |
9.68/9.70	c |    196853 |     250     1000     3000 |     1684     1289     19 |  0.002 % |
14.58/14.69	c |    295379 |     250     1000     3000 |     1853      996     16 |  0.002 % |
22.88/22.90	c |    443168 |     250     1000     3000 |     2038     1479     17 |  0.002 % |
35.27/35.35	c |    664852 |     250     1000     3000 |     2242     1840     18 |  0.002 % |
55.34/55.42	c |    997378 |     250     1000     3000 |     2466     1540     16 |  0.002 % |
83.73/83.85	c |   1496166 |     250     1000     3000 |     2713     1501     17 |  0.002 % |
126.31/126.41	c |   2244349 |     250     1000     3000 |     2984     2298     16 |  0.002 % |
193.98/194.14	c |   3366623 |     250     1000     3000 |     3283     2186     16 |  0.002 % |
295.64/295.82	c |   5050034 |     250     1000     3000 |     3611     2895     18 |  0.002 % |
462.06/462.38	c |   7575150 |     250     1000     3000 |     3972     2681     17 |  0.002 % |
704.53/705.31	c |  11362826 |     250     1000     3000 |     4369     2602     16 |  0.002 % |
1122.73/1123.77	c |  17044338 |     250     1000     3000 |     4806     3158     17 |  0.002 % |
1200.01/1201.00	sh: line 1: 15047 Terminated              HOME/minisat simple.out solve.out >temp.out
1200.01/1201.00	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-1726318-1240710714/watcher-1726318-1240710714 -o /tmp/evaluation-result-1726318-1240710714/solver-1726318-1240710714 -C 1200 -W 1800 -M 1800 --output-limit 1,15 IUT_BMB_SAT HOME/instance-1726318-1240710714.cnf HOME 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1200 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1230 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 1843200 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 1894400 KiB
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 0.99 0.98 0.99 3/65 15044
/proc/meminfo: memFree=1623416/2055924 swapFree=4181440/4192956
[pid=15044] ppid=15042 vsize=1284 CPUtime=0
/proc/15044/stat : 15044 (IUT_BMB_SAT) R 15042 15044 14569 0 -1 4194304 154 0 0 0 0 0 0 0 18 0 1 0 99100723 1314816 137 1992294400 134512640 135635285 4294956224 18446744073709551615 135132478 0 0 4096 0 0 0 0 17 0 0 0
/proc/15044/statm: 321 137 99 274 0 44 0

[startup+0.0737429 s]
/proc/loadavg: 0.99 0.98 0.99 3/65 15044
/proc/meminfo: memFree=1623416/2055924 swapFree=4181440/4192956
[pid=15044] ppid=15042 vsize=1284 CPUtime=0
/proc/15044/stat : 15044 (IUT_BMB_SAT) S 15042 15044 14569 0 -1 4194304 161 0 0 0 0 0 0 0 18 0 1 0 99100723 1314816 143 1992294400 134512640 135635285 4294956224 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/15044/statm: 321 143 105 274 0 44 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 1284

[startup+0.101745 s]
/proc/loadavg: 0.99 0.98 0.99 3/65 15044
/proc/meminfo: memFree=1623416/2055924 swapFree=4181440/4192956
[pid=15044] ppid=15042 vsize=1284 CPUtime=0
/proc/15044/stat : 15044 (IUT_BMB_SAT) S 15042 15044 14569 0 -1 4194304 161 0 0 0 0 0 0 0 18 0 1 0 99100723 1314816 143 1992294400 134512640 135635285 4294956224 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/15044/statm: 321 143 105 274 0 44 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 1284

[startup+0.301765 s]
/proc/loadavg: 0.99 0.98 0.99 3/65 15044
/proc/meminfo: memFree=1623416/2055924 swapFree=4181440/4192956
[pid=15044] ppid=15042 vsize=1284 CPUtime=0
/proc/15044/stat : 15044 (IUT_BMB_SAT) S 15042 15044 14569 0 -1 4194304 161 0 0 0 0 0 0 0 18 0 1 0 99100723 1314816 143 1992294400 134512640 135635285 4294956224 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/15044/statm: 321 143 105 274 0 44 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 1284

[startup+0.701807 s]
/proc/loadavg: 0.99 0.98 0.99 3/65 15044
/proc/meminfo: memFree=1623416/2055924 swapFree=4181440/4192956
[pid=15044] ppid=15042 vsize=1284 CPUtime=0
/proc/15044/stat : 15044 (IUT_BMB_SAT) S 15042 15044 14569 0 -1 4194304 161 0 0 0 0 0 0 0 18 0 1 0 99100723 1314816 143 1992294400 134512640 135635285 4294956224 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/15044/statm: 321 143 105 274 0 44 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 1284

[startup+1.50189 s]
/proc/loadavg: 0.99 0.98 0.99 2/68 15047
/proc/meminfo: memFree=1622560/2055924 swapFree=4181440/4192956
[pid=15044] ppid=15042 vsize=1284 CPUtime=0
/proc/15044/stat : 15044 (IUT_BMB_SAT) S 15042 15044 14569 0 -1 4194304 161 0 0 0 0 0 0 0 18 0 1 0 99100723 1314816 143 1992294400 134512640 135635285 4294956224 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/15044/statm: 321 143 105 274 0 44 0
[pid=15046] ppid=15044 vsize=5356 CPUtime=0
/proc/15046/stat : 15046 (sh) S 15044 15044 14569 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 99100724 5484544 232 1992294400 4194304 4889804 548682068912 18446744073709551615 230266823492 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15046/statm: 1339 232 193 169 0 50 0
[pid=15047] ppid=15046 vsize=2184 CPUtime=1.48
/proc/15047/stat : 15047 (minisat) R 15046 15044 14569 0 -1 4194304 197 0 0 0 148 0 0 0 25 0 1 0 99100725 2236416 178 1992294400 134512640 135243223 4294956320 18446744073709551615 134555576 0 0 4096 3 0 0 0 17 0 0 0
/proc/15047/statm: 546 178 83 178 0 366 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 8824

[startup+3.10106 s]
/proc/loadavg: 0.99 0.98 0.99 2/68 15047
/proc/meminfo: memFree=1622304/2055924 swapFree=4181440/4192956
[pid=15044] ppid=15042 vsize=1284 CPUtime=0
/proc/15044/stat : 15044 (IUT_BMB_SAT) S 15042 15044 14569 0 -1 4194304 161 0 0 0 0 0 0 0 18 0 1 0 99100723 1314816 143 1992294400 134512640 135635285 4294956224 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/15044/statm: 321 143 105 274 0 44 0
[pid=15046] ppid=15044 vsize=5356 CPUtime=0
/proc/15046/stat : 15046 (sh) S 15044 15044 14569 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 99100724 5484544 232 1992294400 4194304 4889804 548682068912 18446744073709551615 230266823492 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15046/statm: 1339 232 193 169 0 50 0
[pid=15047] ppid=15046 vsize=2184 CPUtime=3.08
/proc/15047/stat : 15047 (minisat) R 15046 15044 14569 0 -1 4194304 210 0 0 0 308 0 0 0 25 0 1 0 99100725 2236416 191 1992294400 134512640 135243223 4294956320 18446744073709551615 134555646 0 0 4096 3 0 0 0 17 0 0 0
/proc/15047/statm: 546 191 83 178 0 366 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 8824

[startup+6.30239 s]
/proc/loadavg: 1.07 1.00 1.00 2/68 15047
/proc/meminfo: memFree=1622176/2055924 swapFree=4181440/4192956
[pid=15044] ppid=15042 vsize=1284 CPUtime=0
/proc/15044/stat : 15044 (IUT_BMB_SAT) S 15042 15044 14569 0 -1 4194304 161 0 0 0 0 0 0 0 18 0 1 0 99100723 1314816 143 1992294400 134512640 135635285 4294956224 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/15044/statm: 321 143 105 274 0 44 0
[pid=15046] ppid=15044 vsize=5356 CPUtime=0
/proc/15046/stat : 15046 (sh) S 15044 15044 14569 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 99100724 5484544 232 1992294400 4194304 4889804 548682068912 18446744073709551615 230266823492 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15046/statm: 1339 232 193 169 0 50 0
[pid=15047] ppid=15046 vsize=2312 CPUtime=6.28
/proc/15047/stat : 15047 (minisat) R 15046 15044 14569 0 -1 4194304 226 0 0 0 628 0 0 0 25 0 1 0 99100725 2367488 207 1992294400 134512640 135243223 4294956320 18446744073709551615 134555707 0 0 4096 3 0 0 0 17 0 0 0
/proc/15047/statm: 578 207 83 178 0 398 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 8952

[startup+12.7011 s]
/proc/loadavg: 1.07 1.00 1.00 2/68 15047
/proc/meminfo: memFree=1621984/2055924 swapFree=4181440/4192956
[pid=15044] ppid=15042 vsize=1284 CPUtime=0
/proc/15044/stat : 15044 (IUT_BMB_SAT) S 15042 15044 14569 0 -1 4194304 161 0 0 0 0 0 0 0 18 0 1 0 99100723 1314816 143 1992294400 134512640 135635285 4294956224 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/15044/statm: 321 143 105 274 0 44 0
[pid=15046] ppid=15044 vsize=5356 CPUtime=0
/proc/15046/stat : 15046 (sh) S 15044 15044 14569 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 99100724 5484544 232 1992294400 4194304 4889804 548682068912 18446744073709551615 230266823492 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15046/statm: 1339 232 193 169 0 50 0
[pid=15047] ppid=15046 vsize=2452 CPUtime=12.68
/proc/15047/stat : 15047 (minisat) R 15046 15044 14569 0 -1 4194304 261 0 0 0 1268 0 0 0 25 0 1 0 99100725 2510848 242 1992294400 134512640 135243223 4294956320 18446744073709551615 134572429 0 0 4096 3 0 0 0 17 0 0 0
/proc/15047/statm: 613 242 83 178 0 433 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 9092

[startup+25.5014 s]
/proc/loadavg: 1.05 1.00 1.00 2/68 15047
/proc/meminfo: memFree=1621856/2055924 swapFree=4181440/4192956
[pid=15044] ppid=15042 vsize=1284 CPUtime=0
/proc/15044/stat : 15044 (IUT_BMB_SAT) S 15042 15044 14569 0 -1 4194304 161 0 0 0 0 0 0 0 18 0 1 0 99100723 1314816 143 1992294400 134512640 135635285 4294956224 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/15044/statm: 321 143 105 274 0 44 0
[pid=15046] ppid=15044 vsize=5356 CPUtime=0
/proc/15046/stat : 15046 (sh) S 15044 15044 14569 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 99100724 5484544 232 1992294400 4194304 4889804 548682068912 18446744073709551615 230266823492 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15046/statm: 1339 232 193 169 0 50 0
[pid=15047] ppid=15046 vsize=2584 CPUtime=25.48
/proc/15047/stat : 15047 (minisat) R 15046 15044 14569 0 -1 4194304 311 0 0 0 2548 0 0 0 25 0 1 0 99100725 2646016 292 1992294400 134512640 135243223 4294956320 18446744073709551615 134555632 0 0 4096 3 0 0 0 17 0 0 0
/proc/15047/statm: 646 292 83 178 0 466 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 9224

[startup+51.1011 s]
/proc/loadavg: 1.03 1.00 1.00 2/68 15047
/proc/meminfo: memFree=1621664/2055924 swapFree=4181440/4192956
[pid=15044] ppid=15042 vsize=1284 CPUtime=0
/proc/15044/stat : 15044 (IUT_BMB_SAT) S 15042 15044 14569 0 -1 4194304 161 0 0 0 0 0 0 0 18 0 1 0 99100723 1314816 143 1992294400 134512640 135635285 4294956224 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/15044/statm: 321 143 105 274 0 44 0
[pid=15046] ppid=15044 vsize=5356 CPUtime=0
/proc/15046/stat : 15046 (sh) S 15044 15044 14569 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 99100724 5484544 232 1992294400 4194304 4889804 548682068912 18446744073709551615 230266823492 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15046/statm: 1339 232 193 169 0 50 0
[pid=15047] ppid=15046 vsize=2848 CPUtime=51.04
/proc/15047/stat : 15047 (minisat) R 15046 15044 14569 0 -1 4194304 360 0 0 0 5104 0 0 0 25 0 1 0 99100725 2916352 341 1992294400 134512640 135243223 4294956320 18446744073709551615 134565490 0 0 4096 3 0 0 0 17 0 0 0
/proc/15047/statm: 712 341 83 178 0 532 0
Current children cumulated CPU time (s) 51.04
Current children cumulated vsize (KiB) 9488

[startup+102.305 s]
/proc/loadavg: 1.01 1.00 1.00 2/68 15047
/proc/meminfo: memFree=1621280/2055924 swapFree=4181440/4192956
[pid=15044] ppid=15042 vsize=1284 CPUtime=0
/proc/15044/stat : 15044 (IUT_BMB_SAT) S 15042 15044 14569 0 -1 4194304 161 0 0 0 0 0 0 0 18 0 1 0 99100723 1314816 143 1992294400 134512640 135635285 4294956224 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/15044/statm: 321 143 105 274 0 44 0
[pid=15046] ppid=15044 vsize=5356 CPUtime=0
/proc/15046/stat : 15046 (sh) S 15044 15044 14569 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 99100724 5484544 232 1992294400 4194304 4889804 548682068912 18446744073709551615 230266823492 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15046/statm: 1339 232 193 169 0 50 0
[pid=15047] ppid=15046 vsize=3244 CPUtime=102.22
/proc/15047/stat : 15047 (minisat) R 15046 15044 14569 0 -1 4194304 448 0 0 0 10222 0 0 0 25 0 1 0 99100725 3321856 429 1992294400 134512640 135243223 4294956320 18446744073709551615 134555564 0 0 4096 3 0 0 0 17 0 0 0
/proc/15047/statm: 811 429 83 178 0 631 0
Current children cumulated CPU time (s) 102.22
Current children cumulated vsize (KiB) 9884

[startup+162.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/68 15047
/proc/meminfo: memFree=1620960/2055924 swapFree=4181440/4192956
[pid=15044] ppid=15042 vsize=1284 CPUtime=0
/proc/15044/stat : 15044 (IUT_BMB_SAT) S 15042 15044 14569 0 -1 4194304 161 0 0 0 0 0 0 0 18 0 1 0 99100723 1314816 143 1992294400 134512640 135635285 4294956224 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/15044/statm: 321 143 105 274 0 44 0
[pid=15046] ppid=15044 vsize=5356 CPUtime=0
/proc/15046/stat : 15046 (sh) S 15044 15044 14569 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 99100724 5484544 232 1992294400 4194304 4889804 548682068912 18446744073709551615 230266823492 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15046/statm: 1339 232 193 169 0 50 0
[pid=15047] ppid=15046 vsize=3380 CPUtime=162.2
/proc/15047/stat : 15047 (minisat) R 15046 15044 14569 0 -1 4194304 514 0 0 0 16220 0 0 0 25 0 1 0 99100725 3461120 495 1992294400 134512640 135243223 4294956320 18446744073709551615 134555632 0 0 4096 3 0 0 0 17 0 0 0
/proc/15047/statm: 845 495 83 178 0 665 0
Current children cumulated CPU time (s) 162.2
Current children cumulated vsize (KiB) 10020

[startup+222.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/68 15047
/proc/meminfo: memFree=1620896/2055924 swapFree=4181440/4192956
[pid=15044] ppid=15042 vsize=1284 CPUtime=0
/proc/15044/stat : 15044 (IUT_BMB_SAT) S 15042 15044 14569 0 -1 4194304 161 0 0 0 0 0 0 0 18 0 1 0 99100723 1314816 143 1992294400 134512640 135635285 4294956224 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/15044/statm: 321 143 105 274 0 44 0
[pid=15046] ppid=15044 vsize=5356 CPUtime=0
/proc/15046/stat : 15046 (sh) S 15044 15044 14569 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 99100724 5484544 232 1992294400 4194304 4889804 548682068912 18446744073709551615 230266823492 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15046/statm: 1339 232 193 169 0 50 0
[pid=15047] ppid=15046 vsize=3512 CPUtime=222.17
/proc/15047/stat : 15047 (minisat) R 15046 15044 14569 0 -1 4194304 542 0 0 0 22217 0 0 0 25 0 1 0 99100725 3596288 523 1992294400 134512640 135243223 4294956320 18446744073709551615 134555564 0 0 4096 3 0 0 0 17 0 0 0
/proc/15047/statm: 878 523 83 178 0 698 0
Current children cumulated CPU time (s) 222.17
Current children cumulated vsize (KiB) 10152

[startup+282.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/68 15047
/proc/meminfo: memFree=1620704/2055924 swapFree=4181440/4192956
[pid=15044] ppid=15042 vsize=1284 CPUtime=0
/proc/15044/stat : 15044 (IUT_BMB_SAT) S 15042 15044 14569 0 -1 4194304 161 0 0 0 0 0 0 0 18 0 1 0 99100723 1314816 143 1992294400 134512640 135635285 4294956224 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/15044/statm: 321 143 105 274 0 44 0
[pid=15046] ppid=15044 vsize=5356 CPUtime=0
/proc/15046/stat : 15046 (sh) S 15044 15044 14569 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 99100724 5484544 232 1992294400 4194304 4889804 548682068912 18446744073709551615 230266823492 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15046/statm: 1339 232 193 169 0 50 0

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

/proc/meminfo: memFree=1590176/2055924 swapFree=4181440/4192956
[pid=15044] ppid=15042 vsize=1284 CPUtime=0
/proc/15044/stat : 15044 (IUT_BMB_SAT) S 15042 15044 14569 0 -1 4194304 161 0 0 0 0 0 0 0 18 0 1 0 99100723 1314816 143 1992294400 134512640 135635285 4294956224 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/15044/statm: 321 143 105 274 0 44 0
[pid=15046] ppid=15044 vsize=5356 CPUtime=0
/proc/15046/stat : 15046 (sh) S 15044 15044 14569 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 99100724 5484544 232 1992294400 4194304 4889804 548682068912 18446744073709551615 230266823492 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15046/statm: 1339 232 193 169 0 50 0
[pid=15047] ppid=15046 vsize=4448 CPUtime=641.55
/proc/15047/stat : 15047 (minisat) R 15046 15044 14569 0 -1 4194304 758 0 0 0 64152 3 0 0 25 0 1 0 99100725 4554752 739 1992294400 134512640 135243223 4294956320 18446744073709551615 134555483 0 0 4096 3 0 0 0 17 0 0 0
/proc/15047/statm: 1112 739 83 178 0 932 0
Current children cumulated CPU time (s) 641.55
Current children cumulated vsize (KiB) 11088

[startup+702.301 s]
/proc/loadavg: 1.08 1.05 1.01 2/68 15533
/proc/meminfo: memFree=1590304/2055924 swapFree=4181440/4192956
[pid=15044] ppid=15042 vsize=1284 CPUtime=0
/proc/15044/stat : 15044 (IUT_BMB_SAT) S 15042 15044 14569 0 -1 4194304 161 0 0 0 0 0 0 0 18 0 1 0 99100723 1314816 143 1992294400 134512640 135635285 4294956224 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/15044/statm: 321 143 105 274 0 44 0
[pid=15046] ppid=15044 vsize=5356 CPUtime=0
/proc/15046/stat : 15046 (sh) S 15044 15044 14569 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 99100724 5484544 232 1992294400 4194304 4889804 548682068912 18446744073709551615 230266823492 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15046/statm: 1339 232 193 169 0 50 0
[pid=15047] ppid=15046 vsize=4448 CPUtime=701.53
/proc/15047/stat : 15047 (minisat) R 15046 15044 14569 0 -1 4194304 772 0 0 0 70149 4 0 0 25 0 1 0 99100725 4554752 753 1992294400 134512640 135243223 4294956320 18446744073709551615 134568488 0 0 4096 3 0 0 0 17 0 0 0
/proc/15047/statm: 1112 753 83 178 0 932 0
Current children cumulated CPU time (s) 701.53
Current children cumulated vsize (KiB) 11088

[startup+762.305 s]
/proc/loadavg: 1.03 1.04 1.01 2/68 15533
/proc/meminfo: memFree=1590304/2055924 swapFree=4181440/4192956
[pid=15044] ppid=15042 vsize=1284 CPUtime=0
/proc/15044/stat : 15044 (IUT_BMB_SAT) S 15042 15044 14569 0 -1 4194304 161 0 0 0 0 0 0 0 18 0 1 0 99100723 1314816 143 1992294400 134512640 135635285 4294956224 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/15044/statm: 321 143 105 274 0 44 0
[pid=15046] ppid=15044 vsize=5356 CPUtime=0
/proc/15046/stat : 15046 (sh) S 15044 15044 14569 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 99100724 5484544 232 1992294400 4194304 4889804 548682068912 18446744073709551615 230266823492 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15046/statm: 1339 232 193 169 0 50 0
[pid=15047] ppid=15046 vsize=4584 CPUtime=761.51
/proc/15047/stat : 15047 (minisat) R 15046 15044 14569 0 -1 4194304 794 0 0 0 76147 4 0 0 25 0 1 0 99100725 4694016 775 1992294400 134512640 135243223 4294956320 18446744073709551615 134555744 0 0 4096 3 0 0 0 17 0 0 0
/proc/15047/statm: 1146 775 83 178 0 966 0
Current children cumulated CPU time (s) 761.51
Current children cumulated vsize (KiB) 11224

[startup+822.302 s]
/proc/loadavg: 1.01 1.03 1.00 2/68 15533
/proc/meminfo: memFree=1590304/2055924 swapFree=4181440/4192956
[pid=15044] ppid=15042 vsize=1284 CPUtime=0
/proc/15044/stat : 15044 (IUT_BMB_SAT) S 15042 15044 14569 0 -1 4194304 161 0 0 0 0 0 0 0 18 0 1 0 99100723 1314816 143 1992294400 134512640 135635285 4294956224 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/15044/statm: 321 143 105 274 0 44 0
[pid=15046] ppid=15044 vsize=5356 CPUtime=0
/proc/15046/stat : 15046 (sh) S 15044 15044 14569 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 99100724 5484544 232 1992294400 4194304 4889804 548682068912 18446744073709551615 230266823492 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15046/statm: 1339 232 193 169 0 50 0
[pid=15047] ppid=15046 vsize=4716 CPUtime=821.48
/proc/15047/stat : 15047 (minisat) R 15046 15044 14569 0 -1 4194304 825 0 0 0 82144 4 0 0 25 0 1 0 99100725 4829184 806 1992294400 134512640 135243223 4294956320 18446744073709551615 134555483 0 0 4096 3 0 0 0 17 0 0 0
/proc/15047/statm: 1179 806 83 178 0 999 0
Current children cumulated CPU time (s) 821.48
Current children cumulated vsize (KiB) 11356

[startup+882.302 s]
/proc/loadavg: 1.00 1.02 1.00 2/68 15533
/proc/meminfo: memFree=1590304/2055924 swapFree=4181440/4192956
[pid=15044] ppid=15042 vsize=1284 CPUtime=0
/proc/15044/stat : 15044 (IUT_BMB_SAT) S 15042 15044 14569 0 -1 4194304 161 0 0 0 0 0 0 0 18 0 1 0 99100723 1314816 143 1992294400 134512640 135635285 4294956224 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/15044/statm: 321 143 105 274 0 44 0
[pid=15046] ppid=15044 vsize=5356 CPUtime=0
/proc/15046/stat : 15046 (sh) S 15044 15044 14569 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 99100724 5484544 232 1992294400 4194304 4889804 548682068912 18446744073709551615 230266823492 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15046/statm: 1339 232 193 169 0 50 0
[pid=15047] ppid=15046 vsize=4716 CPUtime=881.44
/proc/15047/stat : 15047 (minisat) R 15046 15044 14569 0 -1 4194304 846 0 0 0 88140 4 0 0 25 0 1 0 99100725 4829184 827 1992294400 134512640 135243223 4294956320 18446744073709551615 134567770 0 0 4096 3 0 0 0 17 0 0 0
/proc/15047/statm: 1179 827 83 178 0 999 0
Current children cumulated CPU time (s) 881.44
Current children cumulated vsize (KiB) 11356

[startup+942.301 s]
/proc/loadavg: 1.00 1.01 1.00 2/68 15533
/proc/meminfo: memFree=1590048/2055924 swapFree=4181440/4192956
[pid=15044] ppid=15042 vsize=1284 CPUtime=0
/proc/15044/stat : 15044 (IUT_BMB_SAT) S 15042 15044 14569 0 -1 4194304 161 0 0 0 0 0 0 0 18 0 1 0 99100723 1314816 143 1992294400 134512640 135635285 4294956224 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/15044/statm: 321 143 105 274 0 44 0
[pid=15046] ppid=15044 vsize=5356 CPUtime=0
/proc/15046/stat : 15046 (sh) S 15044 15044 14569 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 99100724 5484544 232 1992294400 4194304 4889804 548682068912 18446744073709551615 230266823492 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15046/statm: 1339 232 193 169 0 50 0
[pid=15047] ppid=15046 vsize=4856 CPUtime=941.41
/proc/15047/stat : 15047 (minisat) R 15046 15044 14569 0 -1 4194304 882 0 0 0 94137 4 0 0 25 0 1 0 99100725 4972544 863 1992294400 134512640 135243223 4294956320 18446744073709551615 134555744 0 0 4096 3 0 0 0 17 0 0 0
/proc/15047/statm: 1214 863 83 178 0 1034 0
Current children cumulated CPU time (s) 941.41
Current children cumulated vsize (KiB) 11496

[startup+1002.3 s]
/proc/loadavg: 1.00 1.01 1.00 2/68 15533
/proc/meminfo: memFree=1589984/2055924 swapFree=4181440/4192956
[pid=15044] ppid=15042 vsize=1284 CPUtime=0
/proc/15044/stat : 15044 (IUT_BMB_SAT) S 15042 15044 14569 0 -1 4194304 161 0 0 0 0 0 0 0 18 0 1 0 99100723 1314816 143 1992294400 134512640 135635285 4294956224 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/15044/statm: 321 143 105 274 0 44 0
[pid=15046] ppid=15044 vsize=5356 CPUtime=0
/proc/15046/stat : 15046 (sh) S 15044 15044 14569 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 99100724 5484544 232 1992294400 4194304 4889804 548682068912 18446744073709551615 230266823492 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15046/statm: 1339 232 193 169 0 50 0
[pid=15047] ppid=15046 vsize=4996 CPUtime=1001.39
/proc/15047/stat : 15047 (minisat) R 15046 15044 14569 0 -1 4194304 900 0 0 0 100135 4 0 0 25 0 1 0 99100725 5115904 881 1992294400 134512640 135243223 4294956320 18446744073709551615 134555653 0 0 4096 3 0 0 0 17 0 0 0
/proc/15047/statm: 1249 881 83 178 0 1069 0
Current children cumulated CPU time (s) 1001.39
Current children cumulated vsize (KiB) 11636

[startup+1062.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/68 15533
/proc/meminfo: memFree=1589920/2055924 swapFree=4181440/4192956
[pid=15044] ppid=15042 vsize=1284 CPUtime=0
/proc/15044/stat : 15044 (IUT_BMB_SAT) S 15042 15044 14569 0 -1 4194304 161 0 0 0 0 0 0 0 18 0 1 0 99100723 1314816 143 1992294400 134512640 135635285 4294956224 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/15044/statm: 321 143 105 274 0 44 0
[pid=15046] ppid=15044 vsize=5356 CPUtime=0
/proc/15046/stat : 15046 (sh) S 15044 15044 14569 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 99100724 5484544 232 1992294400 4194304 4889804 548682068912 18446744073709551615 230266823492 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15046/statm: 1339 232 193 169 0 50 0
[pid=15047] ppid=15046 vsize=4996 CPUtime=1061.36
/proc/15047/stat : 15047 (minisat) R 15046 15044 14569 0 -1 4194304 918 0 0 0 106132 4 0 0 25 0 1 0 99100725 5115904 899 1992294400 134512640 135243223 4294956320 18446744073709551615 134555939 0 0 4096 3 0 0 0 17 0 0 0
/proc/15047/statm: 1249 899 83 178 0 1069 0
Current children cumulated CPU time (s) 1061.36
Current children cumulated vsize (KiB) 11636

[startup+1122.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/68 15533
/proc/meminfo: memFree=1589920/2055924 swapFree=4181440/4192956
[pid=15044] ppid=15042 vsize=1284 CPUtime=0
/proc/15044/stat : 15044 (IUT_BMB_SAT) S 15042 15044 14569 0 -1 4194304 161 0 0 0 0 0 0 0 18 0 1 0 99100723 1314816 143 1992294400 134512640 135635285 4294956224 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/15044/statm: 321 143 105 274 0 44 0
[pid=15046] ppid=15044 vsize=5356 CPUtime=0
/proc/15046/stat : 15046 (sh) S 15044 15044 14569 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 99100724 5484544 232 1992294400 4194304 4889804 548682068912 18446744073709551615 230266823492 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15046/statm: 1339 232 193 169 0 50 0
[pid=15047] ppid=15046 vsize=4996 CPUtime=1121.33
/proc/15047/stat : 15047 (minisat) R 15046 15044 14569 0 -1 4194304 918 0 0 0 112129 4 0 0 25 0 1 0 99100725 5115904 899 1992294400 134512640 135243223 4294956320 18446744073709551615 134555707 0 0 4096 3 0 0 0 17 0 0 0
/proc/15047/statm: 1249 899 83 178 0 1069 0
Current children cumulated CPU time (s) 1121.33
Current children cumulated vsize (KiB) 11636

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/68 15533
/proc/meminfo: memFree=1589856/2055924 swapFree=4181440/4192956
[pid=15044] ppid=15042 vsize=1284 CPUtime=0
/proc/15044/stat : 15044 (IUT_BMB_SAT) S 15042 15044 14569 0 -1 4194304 161 0 0 0 0 0 0 0 18 0 1 0 99100723 1314816 143 1992294400 134512640 135635285 4294956224 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/15044/statm: 321 143 105 274 0 44 0
[pid=15046] ppid=15044 vsize=5356 CPUtime=0
/proc/15046/stat : 15046 (sh) S 15044 15044 14569 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 99100724 5484544 232 1992294400 4194304 4889804 548682068912 18446744073709551615 230266823492 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15046/statm: 1339 232 193 169 0 50 0
[pid=15047] ppid=15046 vsize=5136 CPUtime=1181.31
/proc/15047/stat : 15047 (minisat) R 15046 15044 14569 0 -1 4194304 924 0 0 0 118127 4 0 0 25 0 1 0 99100725 5259264 905 1992294400 134512640 135243223 4294956320 18446744073709551615 134555529 0 0 4096 3 0 0 0 17 0 0 0
/proc/15047/statm: 1284 905 83 178 0 1104 0
Current children cumulated CPU time (s) 1181.31
Current children cumulated vsize (KiB) 11776



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1201 s]
/proc/loadavg: 1.00 1.00 1.00 2/68 15533
/proc/meminfo: memFree=1589792/2055924 swapFree=4181440/4192956
[pid=15044] ppid=15042 vsize=1284 CPUtime=0
/proc/15044/stat : 15044 (IUT_BMB_SAT) S 15042 15044 14569 0 -1 4194304 161 0 0 0 0 0 0 0 18 0 1 0 99100723 1314816 143 1992294400 134512640 135635285 4294956224 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/15044/statm: 321 143 105 274 0 44 0
[pid=15046] ppid=15044 vsize=5356 CPUtime=0
/proc/15046/stat : 15046 (sh) S 15044 15044 14569 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 99100724 5484544 232 1992294400 4194304 4889804 548682068912 18446744073709551615 230266823492 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15046/statm: 1339 232 193 169 0 50 0
[pid=15047] ppid=15046 vsize=5136 CPUtime=1200.01
/proc/15047/stat : 15047 (minisat) R 15046 15044 14569 0 -1 4194304 942 0 0 0 119997 4 0 0 25 0 1 0 99100725 5259264 923 1992294400 134512640 135243223 4294956320 18446744073709551615 134555564 0 0 4096 3 0 0 0 17 0 0 0
/proc/15047/statm: 1284 923 83 178 0 1104 0
Current children cumulated CPU time (s) 1200.01
Current children cumulated vsize (KiB) 11776

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): 1201.01
CPU time (s): 1200.03
CPU user time (s): 1199.98
CPU system time (s): 0.051992
CPU usage (%): 99.9187
Max. virtual memory (cumulated for all children) (KiB): 11776

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

runsolver used 1.20382 second user time and 3.17352 second system time

The end

Launcher Data

Begin job on node83 at 2009-04-26 03:51:54
IDJOB=1726318
IDBENCH=24610
IDSOLVER=523
FILE ID=node83/1726318-1240710714
PBS_JOBID= 9186819
Free space on /tmp= 66028 MiB

SOLVER NAME= IUT_BMB_SAT 1.0
BENCH NAME= SAT07/crafted/Medium/contest05/jarvisalo/mod2-rand3bip-sat-250-3.sat05-2220.reshuffled-07.cnf
COMMAND LINE= IUT_BMB_SAT BENCHNAME TMPDIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1726318-1240710714/watcher-1726318-1240710714 -o /tmp/evaluation-result-1726318-1240710714/solver-1726318-1240710714 -C 1200 -W 1800 -M 1800 --output-limit 1,15  IUT_BMB_SAT HOME/instance-1726318-1240710714.cnf HOME

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

MD5SUM BENCH= b79b003513b2a70c9b89188422a831e2
RANDOM SEED=77726672

node83.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.222
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.222
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:      2055924 kB
MemFree:       1623896 kB
Buffers:         45328 kB
Cached:         328300 kB
SwapCached:       5336 kB
Active:          98500 kB
Inactive:       284044 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055924 kB
LowFree:       1623896 kB
SwapTotal:     4192956 kB
SwapFree:      4181440 kB
Dirty:            2192 kB
Writeback:           0 kB
Mapped:          13468 kB
Slab:            35468 kB
Committed_AS:   376556 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= 66036 MiB
End job on node83 at 2009-04-26 04:11:55