Trace number 1729286

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

General information on the benchmark

Namecrafted/Hard/contest03/others/
hwb-n28-01-S136611085.sat05-491.reshuffled-07.cnf
MD5SUM8f639a3496db30a888324b756894fb43
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 variables184
Number of clauses896
Sum of the clauses size3042
Maximum clause length4
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 214
Number of clauses of size 3514
Number of clauses of size 4368
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:  184                                                  |
0.00/0.01	c |  Number of clauses:    896                                                  |
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 |     129      786     3154 |      262        0    nan |  0.000 % |
0.00/0.01	c |       102 |     129      786     3154 |      288      102     16 |  0.003 % |
0.00/0.02	c |       253 |     129      786     3154 |      317      253     17 |  0.003 % |
0.00/0.02	c |       478 |     129      786     3154 |      348      286     18 |  0.003 % |
0.00/0.03	c |       815 |     129      786     3154 |      383      227     11 |  0.003 % |
0.00/0.04	c |      1321 |     129      786     3154 |      421      310     13 |  0.003 % |
0.00/0.06	c |      2080 |     129      786     3154 |      464      369     12 |  0.003 % |
0.00/0.08	c |      3219 |     129      786     3154 |      510      287      9 |  0.003 % |
0.00/0.12	c |      4927 |     129      786     3154 |      561      353     10 |  0.003 % |
0.00/0.19	c |      7489 |     129      786     3154 |      617      512     13 |  0.003 % |
0.00/0.28	c |     11334 |     129      786     3154 |      679      469     11 |  0.003 % |
0.00/0.43	c |     17100 |     129      786     3154 |      747      553     13 |  0.003 % |
0.00/0.67	c |     25751 |     129      786     3154 |      822      618     13 |  0.003 % |
0.00/0.99	c |     38727 |     129      786     3154 |      904      827     15 |  0.003 % |
1.48/1.53	c |     58188 |     129      786     3154 |      994      722     13 |  0.003 % |
2.28/2.33	c |     87380 |     129      786     3154 |     1094      807     14 |  0.003 % |
3.58/3.60	c |    131169 |     129      786     3154 |     1203      941     14 |  0.003 % |
5.39/5.44	c |    196854 |     129      786     3154 |     1324      781     12 |  0.003 % |
8.08/8.15	c |    295381 |     129      786     3154 |     1456      986     15 |  0.003 % |
12.78/12.83	c |    443170 |     129      786     3154 |     1602      924     15 |  0.003 % |
19.98/20.03	c |    664853 |     129      786     3154 |     1762     1414     16 |  0.003 % |
30.87/30.92	c |    997378 |     129      786     3154 |     1938     1341     15 |  0.003 % |
47.86/47.96	c |   1496167 |     129      786     3154 |     2132     1245     14 |  0.003 % |
74.05/74.10	c |   2244350 |     129      786     3154 |     2346     1845     15 |  0.003 % |
114.41/114.53	c |   3366624 |     129      786     3154 |     2580     1294     15 |  0.003 % |
178.89/179.01	c |   5050035 |     129      786     3154 |     2838     1464     15 |  0.003 % |
279.55/279.76	c |   7575151 |     129      786     3154 |     3122     1894     15 |  0.003 % |
439.69/439.91	c |  11362828 |     129      786     3154 |     3434     3125     16 |  0.003 % |
679.88/680.22	c |  17044340 |     129      786     3154 |     3778     2230     15 |  0.003 % |
1051.39/1051.90	c |  25566610 |     129      786     3154 |     4156     1986     12 |  0.003 % |
1200.03/1200.60	sh: line 1: 26481 Terminated              HOME/minisat simple.out solve.out >temp.out
1200.03/1200.60	c cannot read from file

Verifier Data

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

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-1729286-1240747492/watcher-1729286-1240747492 -o /tmp/evaluation-result-1729286-1240747492/solver-1729286-1240747492 -C 1200 -W 1800 -M 1800 --output-limit 1,15 IUT_BMB_SAT HOME/instance-1729286-1240747492.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.93 0.97 0.99 3/64 26478
/proc/meminfo: memFree=1519976/2055920 swapFree=4181092/4192956
[pid=26478] ppid=26476 vsize=1284 CPUtime=0
/proc/26478/stat : 26478 (IUT_BMB_SAT) R 26476 26478 26441 0 -1 4194304 154 0 0 0 0 0 0 0 18 0 1 0 102782688 1314816 137 1992294400 134512640 135635285 4294956224 18446744073709551615 135132478 0 0 4096 0 0 0 0 17 0 0 0
/proc/26478/statm: 321 137 101 274 0 44 0

[startup+0.029974 s]
/proc/loadavg: 0.93 0.97 0.99 3/64 26478
/proc/meminfo: memFree=1519976/2055920 swapFree=4181092/4192956
[pid=26478] ppid=26476 vsize=1284 CPUtime=0
/proc/26478/stat : 26478 (IUT_BMB_SAT) S 26476 26478 26441 0 -1 4194304 160 0 0 0 0 0 0 0 18 0 1 0 102782688 1314816 142 1992294400 134512640 135635285 4294956224 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/26478/statm: 321 142 106 274 0 44 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 1284

[startup+0.101983 s]
/proc/loadavg: 0.93 0.97 0.99 3/64 26478
/proc/meminfo: memFree=1519976/2055920 swapFree=4181092/4192956
[pid=26478] ppid=26476 vsize=1284 CPUtime=0
/proc/26478/stat : 26478 (IUT_BMB_SAT) S 26476 26478 26441 0 -1 4194304 160 0 0 0 0 0 0 0 18 0 1 0 102782688 1314816 142 1992294400 134512640 135635285 4294956224 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/26478/statm: 321 142 106 274 0 44 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 1284

[startup+0.30201 s]
/proc/loadavg: 0.93 0.97 0.99 3/64 26478
/proc/meminfo: memFree=1519976/2055920 swapFree=4181092/4192956
[pid=26478] ppid=26476 vsize=1284 CPUtime=0
/proc/26478/stat : 26478 (IUT_BMB_SAT) S 26476 26478 26441 0 -1 4194304 160 0 0 0 0 0 0 0 18 0 1 0 102782688 1314816 142 1992294400 134512640 135635285 4294956224 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/26478/statm: 321 142 106 274 0 44 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 1284

[startup+0.701061 s]
/proc/loadavg: 0.93 0.97 0.99 3/64 26478
/proc/meminfo: memFree=1519976/2055920 swapFree=4181092/4192956
[pid=26478] ppid=26476 vsize=1284 CPUtime=0
/proc/26478/stat : 26478 (IUT_BMB_SAT) S 26476 26478 26441 0 -1 4194304 160 0 0 0 0 0 0 0 18 0 1 0 102782688 1314816 142 1992294400 134512640 135635285 4294956224 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/26478/statm: 321 142 106 274 0 44 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 1284

[startup+1.50117 s]
/proc/loadavg: 0.93 0.97 0.99 2/67 26481
/proc/meminfo: memFree=1519296/2055920 swapFree=4181092/4192956
[pid=26478] ppid=26476 vsize=1284 CPUtime=0
/proc/26478/stat : 26478 (IUT_BMB_SAT) S 26476 26478 26441 0 -1 4194304 160 0 0 0 0 0 0 0 18 0 1 0 102782688 1314816 142 1992294400 134512640 135635285 4294956224 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/26478/statm: 321 142 106 274 0 44 0
[pid=26480] ppid=26478 vsize=5356 CPUtime=0
/proc/26480/stat : 26480 (sh) S 26478 26478 26441 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 102782689 5484544 232 1992294400 4194304 4889804 548682068912 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26480/statm: 1339 232 193 169 0 50 0
[pid=26481] ppid=26480 vsize=2040 CPUtime=1.48
/proc/26481/stat : 26481 (minisat) R 26480 26478 26441 0 -1 4194304 178 0 0 0 148 0 0 0 25 0 1 0 102782689 2088960 159 1992294400 134512640 135243223 4294956320 18446744073709551615 134565937 0 0 4096 3 0 0 0 17 0 0 0
/proc/26481/statm: 510 159 84 178 0 330 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 8680

[startup+3.10138 s]
/proc/loadavg: 0.93 0.97 0.99 2/67 26481
/proc/meminfo: memFree=1519040/2055920 swapFree=4181092/4192956
[pid=26478] ppid=26476 vsize=1284 CPUtime=0
/proc/26478/stat : 26478 (IUT_BMB_SAT) S 26476 26478 26441 0 -1 4194304 160 0 0 0 0 0 0 0 18 0 1 0 102782688 1314816 142 1992294400 134512640 135635285 4294956224 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/26478/statm: 321 142 106 274 0 44 0
[pid=26480] ppid=26478 vsize=5356 CPUtime=0
/proc/26480/stat : 26480 (sh) S 26478 26478 26441 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 102782689 5484544 232 1992294400 4194304 4889804 548682068912 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26480/statm: 1339 232 193 169 0 50 0
[pid=26481] ppid=26480 vsize=2172 CPUtime=3.08
/proc/26481/stat : 26481 (minisat) R 26480 26478 26441 0 -1 4194304 191 0 0 0 308 0 0 0 25 0 1 0 102782689 2224128 172 1992294400 134512640 135243223 4294956320 18446744073709551615 134559428 0 0 4096 3 0 0 0 17 0 0 0
/proc/26481/statm: 543 172 84 178 0 363 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 8812

[startup+6.3018 s]
/proc/loadavg: 0.93 0.97 0.99 2/67 26481
/proc/meminfo: memFree=1518848/2055920 swapFree=4181092/4192956
[pid=26478] ppid=26476 vsize=1284 CPUtime=0
/proc/26478/stat : 26478 (IUT_BMB_SAT) S 26476 26478 26441 0 -1 4194304 160 0 0 0 0 0 0 0 18 0 1 0 102782688 1314816 142 1992294400 134512640 135635285 4294956224 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/26478/statm: 321 142 106 274 0 44 0
[pid=26480] ppid=26478 vsize=5356 CPUtime=0
/proc/26480/stat : 26480 (sh) S 26478 26478 26441 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 102782689 5484544 232 1992294400 4194304 4889804 548682068912 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26480/statm: 1339 232 193 169 0 50 0
[pid=26481] ppid=26480 vsize=2172 CPUtime=6.28
/proc/26481/stat : 26481 (minisat) R 26480 26478 26441 0 -1 4194304 207 0 0 0 628 0 0 0 25 0 1 0 102782689 2224128 188 1992294400 134512640 135243223 4294956320 18446744073709551615 134558242 0 0 4096 3 0 0 0 17 0 0 0
/proc/26481/statm: 543 188 84 178 0 363 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 8812

[startup+12.7026 s]
/proc/loadavg: 0.94 0.97 0.99 2/67 26481
/proc/meminfo: memFree=1518736/2055920 swapFree=4181092/4192956
[pid=26478] ppid=26476 vsize=1284 CPUtime=0
/proc/26478/stat : 26478 (IUT_BMB_SAT) S 26476 26478 26441 0 -1 4194304 160 0 0 0 0 0 0 0 18 0 1 0 102782688 1314816 142 1992294400 134512640 135635285 4294956224 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/26478/statm: 321 142 106 274 0 44 0
[pid=26480] ppid=26478 vsize=5356 CPUtime=0
/proc/26480/stat : 26480 (sh) S 26478 26478 26441 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 102782689 5484544 232 1992294400 4194304 4889804 548682068912 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26480/statm: 1339 232 193 169 0 50 0
[pid=26481] ppid=26480 vsize=2304 CPUtime=12.68
/proc/26481/stat : 26481 (minisat) R 26480 26478 26441 0 -1 4194304 223 0 0 0 1268 0 0 0 25 0 1 0 102782689 2359296 204 1992294400 134512640 135243223 4294956320 18446744073709551615 134555658 0 0 4096 3 0 0 0 17 0 0 0
/proc/26481/statm: 576 204 84 178 0 396 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 8944

[startup+25.5013 s]
/proc/loadavg: 0.95 0.97 0.99 2/67 26481
/proc/meminfo: memFree=1518672/2055920 swapFree=4181092/4192956
[pid=26478] ppid=26476 vsize=1284 CPUtime=0
/proc/26478/stat : 26478 (IUT_BMB_SAT) S 26476 26478 26441 0 -1 4194304 160 0 0 0 0 0 0 0 18 0 1 0 102782688 1314816 142 1992294400 134512640 135635285 4294956224 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/26478/statm: 321 142 106 274 0 44 0
[pid=26480] ppid=26478 vsize=5356 CPUtime=0
/proc/26480/stat : 26480 (sh) S 26478 26478 26441 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 102782689 5484544 232 1992294400 4194304 4889804 548682068912 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26480/statm: 1339 232 193 169 0 50 0
[pid=26481] ppid=26480 vsize=2436 CPUtime=25.47
/proc/26481/stat : 26481 (minisat) R 26480 26478 26441 0 -1 4194304 252 0 0 0 2547 0 0 0 25 0 1 0 102782689 2494464 233 1992294400 134512640 135243223 4294956320 18446744073709551615 134555744 0 0 4096 3 0 0 0 17 0 0 0
/proc/26481/statm: 609 233 84 178 0 429 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 9076

[startup+51.1017 s]
/proc/loadavg: 0.97 0.97 0.99 2/67 26481
/proc/meminfo: memFree=1518672/2055920 swapFree=4181092/4192956
[pid=26478] ppid=26476 vsize=1284 CPUtime=0
/proc/26478/stat : 26478 (IUT_BMB_SAT) S 26476 26478 26441 0 -1 4194304 160 0 0 0 0 0 0 0 18 0 1 0 102782688 1314816 142 1992294400 134512640 135635285 4294956224 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/26478/statm: 321 142 106 274 0 44 0
[pid=26480] ppid=26478 vsize=5356 CPUtime=0
/proc/26480/stat : 26480 (sh) S 26478 26478 26441 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 102782689 5484544 232 1992294400 4194304 4889804 548682068912 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26480/statm: 1339 232 193 169 0 50 0
[pid=26481] ppid=26480 vsize=2568 CPUtime=51.06
/proc/26481/stat : 26481 (minisat) R 26480 26478 26441 0 -1 4194304 283 0 0 0 5106 0 0 0 25 0 1 0 102782689 2629632 264 1992294400 134512640 135243223 4294956320 18446744073709551615 134555771 0 0 4096 3 0 0 0 17 0 0 0
/proc/26481/statm: 642 264 84 178 0 462 0
Current children cumulated CPU time (s) 51.06
Current children cumulated vsize (KiB) 9208

[startup+102.305 s]
/proc/loadavg: 0.98 0.97 0.99 2/67 26481
/proc/meminfo: memFree=1518416/2055920 swapFree=4181092/4192956
[pid=26478] ppid=26476 vsize=1284 CPUtime=0
/proc/26478/stat : 26478 (IUT_BMB_SAT) S 26476 26478 26441 0 -1 4194304 160 0 0 0 0 0 0 0 18 0 1 0 102782688 1314816 142 1992294400 134512640 135635285 4294956224 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/26478/statm: 321 142 106 274 0 44 0
[pid=26480] ppid=26478 vsize=5356 CPUtime=0
/proc/26480/stat : 26480 (sh) S 26478 26478 26441 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 102782689 5484544 232 1992294400 4194304 4889804 548682068912 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26480/statm: 1339 232 193 169 0 50 0
[pid=26481] ppid=26480 vsize=2700 CPUtime=102.22
/proc/26481/stat : 26481 (minisat) R 26480 26478 26441 0 -1 4194304 318 0 0 0 10222 0 0 0 25 0 1 0 102782689 2764800 299 1992294400 134512640 135243223 4294956320 18446744073709551615 134565001 0 0 4096 3 0 0 0 17 0 0 0
/proc/26481/statm: 675 299 84 178 0 495 0
Current children cumulated CPU time (s) 102.22
Current children cumulated vsize (KiB) 9340

[startup+162.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/67 26481
/proc/meminfo: memFree=1518288/2055920 swapFree=4181092/4192956
[pid=26478] ppid=26476 vsize=1284 CPUtime=0
/proc/26478/stat : 26478 (IUT_BMB_SAT) S 26476 26478 26441 0 -1 4194304 160 0 0 0 0 0 0 0 18 0 1 0 102782688 1314816 142 1992294400 134512640 135635285 4294956224 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/26478/statm: 321 142 106 274 0 44 0
[pid=26480] ppid=26478 vsize=5356 CPUtime=0
/proc/26480/stat : 26480 (sh) S 26478 26478 26441 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 102782689 5484544 232 1992294400 4194304 4889804 548682068912 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26480/statm: 1339 232 193 169 0 50 0
[pid=26481] ppid=26480 vsize=2832 CPUtime=162.19
/proc/26481/stat : 26481 (minisat) R 26480 26478 26441 0 -1 4194304 355 0 0 0 16219 0 0 0 25 0 1 0 102782689 2899968 336 1992294400 134512640 135243223 4294956320 18446744073709551615 134555540 0 0 4096 3 0 0 0 17 0 0 0
/proc/26481/statm: 708 336 84 178 0 528 0
Current children cumulated CPU time (s) 162.19
Current children cumulated vsize (KiB) 9472

[startup+222.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/67 26481
/proc/meminfo: memFree=1518160/2055920 swapFree=4181092/4192956
[pid=26478] ppid=26476 vsize=1284 CPUtime=0
/proc/26478/stat : 26478 (IUT_BMB_SAT) S 26476 26478 26441 0 -1 4194304 160 0 0 0 0 0 0 0 18 0 1 0 102782688 1314816 142 1992294400 134512640 135635285 4294956224 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/26478/statm: 321 142 106 274 0 44 0
[pid=26480] ppid=26478 vsize=5356 CPUtime=0
/proc/26480/stat : 26480 (sh) S 26478 26478 26441 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 102782689 5484544 232 1992294400 4194304 4889804 548682068912 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26480/statm: 1339 232 193 169 0 50 0
[pid=26481] ppid=26480 vsize=2968 CPUtime=222.17
/proc/26481/stat : 26481 (minisat) R 26480 26478 26441 0 -1 4194304 381 0 0 0 22217 0 0 0 25 0 1 0 102782689 3039232 362 1992294400 134512640 135243223 4294956320 18446744073709551615 134563800 0 0 4096 3 0 0 0 17 0 0 0
/proc/26481/statm: 742 362 84 178 0 562 0
Current children cumulated CPU time (s) 222.17
Current children cumulated vsize (KiB) 9608

[startup+282.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/67 26481
/proc/meminfo: memFree=1518096/2055920 swapFree=4181092/4192956
[pid=26478] ppid=26476 vsize=1284 CPUtime=0
/proc/26478/stat : 26478 (IUT_BMB_SAT) S 26476 26478 26441 0 -1 4194304 160 0 0 0 0 0 0 0 18 0 1 0 102782688 1314816 142 1992294400 134512640 135635285 4294956224 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/26478/statm: 321 142 106 274 0 44 0
[pid=26480] ppid=26478 vsize=5356 CPUtime=0
/proc/26480/stat : 26480 (sh) S 26478 26478 26441 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 102782689 5484544 232 1992294400 4194304 4889804 548682068912 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26480/statm: 1339 232 193 169 0 50 0

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

/proc/meminfo: memFree=1517776/2055920 swapFree=4181092/4192956
[pid=26478] ppid=26476 vsize=1284 CPUtime=0
/proc/26478/stat : 26478 (IUT_BMB_SAT) S 26476 26478 26441 0 -1 4194304 160 0 0 0 0 0 0 0 18 0 1 0 102782688 1314816 142 1992294400 134512640 135635285 4294956224 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/26478/statm: 321 142 106 274 0 44 0
[pid=26480] ppid=26478 vsize=5356 CPUtime=0
/proc/26480/stat : 26480 (sh) S 26478 26478 26441 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 102782689 5484544 232 1992294400 4194304 4889804 548682068912 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26480/statm: 1339 232 193 169 0 50 0
[pid=26481] ppid=26480 vsize=3232 CPUtime=641.99
/proc/26481/stat : 26481 (minisat) R 26480 26478 26441 0 -1 4194304 479 0 0 0 64198 1 0 0 25 0 1 0 102782689 3309568 460 1992294400 134512640 135243223 4294956320 18446744073709551615 134555653 0 0 4096 3 0 0 0 17 0 0 0
/proc/26481/statm: 808 460 84 178 0 628 0
Current children cumulated CPU time (s) 641.99
Current children cumulated vsize (KiB) 9872

[startup+702.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/67 26481
/proc/meminfo: memFree=1517648/2055920 swapFree=4181092/4192956
[pid=26478] ppid=26476 vsize=1284 CPUtime=0
/proc/26478/stat : 26478 (IUT_BMB_SAT) S 26476 26478 26441 0 -1 4194304 160 0 0 0 0 0 0 0 18 0 1 0 102782688 1314816 142 1992294400 134512640 135635285 4294956224 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/26478/statm: 321 142 106 274 0 44 0
[pid=26480] ppid=26478 vsize=5356 CPUtime=0
/proc/26480/stat : 26480 (sh) S 26478 26478 26441 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 102782689 5484544 232 1992294400 4194304 4889804 548682068912 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26480/statm: 1339 232 193 169 0 50 0
[pid=26481] ppid=26480 vsize=3364 CPUtime=701.97
/proc/26481/stat : 26481 (minisat) R 26480 26478 26441 0 -1 4194304 495 0 0 0 70196 1 0 0 25 0 1 0 102782689 3444736 476 1992294400 134512640 135243223 4294956320 18446744073709551615 134555753 0 0 4096 3 0 0 0 17 0 0 0
/proc/26481/statm: 841 476 84 178 0 661 0
Current children cumulated CPU time (s) 701.97
Current children cumulated vsize (KiB) 10004

[startup+762.305 s]
/proc/loadavg: 0.99 0.97 0.99 2/67 26481
/proc/meminfo: memFree=1517584/2055920 swapFree=4181092/4192956
[pid=26478] ppid=26476 vsize=1284 CPUtime=0
/proc/26478/stat : 26478 (IUT_BMB_SAT) S 26476 26478 26441 0 -1 4194304 160 0 0 0 0 0 0 0 18 0 1 0 102782688 1314816 142 1992294400 134512640 135635285 4294956224 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/26478/statm: 321 142 106 274 0 44 0
[pid=26480] ppid=26478 vsize=5356 CPUtime=0
/proc/26480/stat : 26480 (sh) S 26478 26478 26441 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 102782689 5484544 232 1992294400 4194304 4889804 548682068912 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26480/statm: 1339 232 193 169 0 50 0
[pid=26481] ppid=26480 vsize=3364 CPUtime=761.93
/proc/26481/stat : 26481 (minisat) R 26480 26478 26441 0 -1 4194304 507 0 0 0 76192 1 0 0 25 0 1 0 102782689 3444736 488 1992294400 134512640 135243223 4294956320 18446744073709551615 134555653 0 0 4096 3 0 0 0 17 0 0 0
/proc/26481/statm: 841 488 84 178 0 661 0
Current children cumulated CPU time (s) 761.93
Current children cumulated vsize (KiB) 10004

[startup+822.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/67 26481
/proc/meminfo: memFree=1517584/2055920 swapFree=4181092/4192956
[pid=26478] ppid=26476 vsize=1284 CPUtime=0
/proc/26478/stat : 26478 (IUT_BMB_SAT) S 26476 26478 26441 0 -1 4194304 160 0 0 0 0 0 0 0 18 0 1 0 102782688 1314816 142 1992294400 134512640 135635285 4294956224 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/26478/statm: 321 142 106 274 0 44 0
[pid=26480] ppid=26478 vsize=5356 CPUtime=0
/proc/26480/stat : 26480 (sh) S 26478 26478 26441 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 102782689 5484544 232 1992294400 4194304 4889804 548682068912 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26480/statm: 1339 232 193 169 0 50 0
[pid=26481] ppid=26480 vsize=3500 CPUtime=821.9
/proc/26481/stat : 26481 (minisat) R 26480 26478 26441 0 -1 4194304 514 0 0 0 82189 1 0 0 25 0 1 0 102782689 3584000 495 1992294400 134512640 135243223 4294956320 18446744073709551615 134572543 0 0 4096 3 0 0 0 17 0 0 0
/proc/26481/statm: 875 495 84 178 0 695 0
Current children cumulated CPU time (s) 821.9
Current children cumulated vsize (KiB) 10140

[startup+882.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/67 26481
/proc/meminfo: memFree=1517520/2055920 swapFree=4181092/4192956
[pid=26478] ppid=26476 vsize=1284 CPUtime=0
/proc/26478/stat : 26478 (IUT_BMB_SAT) S 26476 26478 26441 0 -1 4194304 160 0 0 0 0 0 0 0 18 0 1 0 102782688 1314816 142 1992294400 134512640 135635285 4294956224 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/26478/statm: 321 142 106 274 0 44 0
[pid=26480] ppid=26478 vsize=5356 CPUtime=0
/proc/26480/stat : 26480 (sh) S 26478 26478 26441 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 102782689 5484544 232 1992294400 4194304 4889804 548682068912 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26480/statm: 1339 232 193 169 0 50 0
[pid=26481] ppid=26480 vsize=3500 CPUtime=881.87
/proc/26481/stat : 26481 (minisat) R 26480 26478 26441 0 -1 4194304 530 0 0 0 88186 1 0 0 25 0 1 0 102782689 3584000 511 1992294400 134512640 135243223 4294956320 18446744073709551615 134555653 0 0 4096 3 0 0 0 17 0 0 0
/proc/26481/statm: 875 511 84 178 0 695 0
Current children cumulated CPU time (s) 881.87
Current children cumulated vsize (KiB) 10140

[startup+942.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/67 26481
/proc/meminfo: memFree=1517520/2055920 swapFree=4181092/4192956
[pid=26478] ppid=26476 vsize=1284 CPUtime=0
/proc/26478/stat : 26478 (IUT_BMB_SAT) S 26476 26478 26441 0 -1 4194304 160 0 0 0 0 0 0 0 18 0 1 0 102782688 1314816 142 1992294400 134512640 135635285 4294956224 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/26478/statm: 321 142 106 274 0 44 0
[pid=26480] ppid=26478 vsize=5356 CPUtime=0
/proc/26480/stat : 26480 (sh) S 26478 26478 26441 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 102782689 5484544 232 1992294400 4194304 4889804 548682068912 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26480/statm: 1339 232 193 169 0 50 0
[pid=26481] ppid=26480 vsize=3500 CPUtime=941.83
/proc/26481/stat : 26481 (minisat) R 26480 26478 26441 0 -1 4194304 540 0 0 0 94182 1 0 0 25 0 1 0 102782689 3584000 521 1992294400 134512640 135243223 4294956320 18446744073709551615 134555658 0 0 4096 3 0 0 0 17 0 0 0
/proc/26481/statm: 875 521 84 178 0 695 0
Current children cumulated CPU time (s) 941.83
Current children cumulated vsize (KiB) 10140

[startup+1002.3 s]
/proc/loadavg: 0.99 0.97 0.99 2/67 26481
/proc/meminfo: memFree=1517456/2055920 swapFree=4181092/4192956
[pid=26478] ppid=26476 vsize=1284 CPUtime=0
/proc/26478/stat : 26478 (IUT_BMB_SAT) S 26476 26478 26441 0 -1 4194304 160 0 0 0 0 0 0 0 18 0 1 0 102782688 1314816 142 1992294400 134512640 135635285 4294956224 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/26478/statm: 321 142 106 274 0 44 0
[pid=26480] ppid=26478 vsize=5356 CPUtime=0
/proc/26480/stat : 26480 (sh) S 26478 26478 26441 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 102782689 5484544 232 1992294400 4194304 4889804 548682068912 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26480/statm: 1339 232 193 169 0 50 0
[pid=26481] ppid=26480 vsize=3500 CPUtime=1001.81
/proc/26481/stat : 26481 (minisat) R 26480 26478 26441 0 -1 4194304 540 0 0 0 100180 1 0 0 25 0 1 0 102782689 3584000 521 1992294400 134512640 135243223 4294956320 18446744073709551615 134555753 0 0 4096 3 0 0 0 17 0 0 0
/proc/26481/statm: 875 521 84 178 0 695 0
Current children cumulated CPU time (s) 1001.81
Current children cumulated vsize (KiB) 10140

[startup+1062.3 s]
/proc/loadavg: 0.99 0.97 0.99 2/67 26481
/proc/meminfo: memFree=1517392/2055920 swapFree=4181092/4192956
[pid=26478] ppid=26476 vsize=1284 CPUtime=0
/proc/26478/stat : 26478 (IUT_BMB_SAT) S 26476 26478 26441 0 -1 4194304 160 0 0 0 0 0 0 0 18 0 1 0 102782688 1314816 142 1992294400 134512640 135635285 4294956224 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/26478/statm: 321 142 106 274 0 44 0
[pid=26480] ppid=26478 vsize=5356 CPUtime=0
/proc/26480/stat : 26480 (sh) S 26478 26478 26441 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 102782689 5484544 232 1992294400 4194304 4889804 548682068912 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26480/statm: 1339 232 193 169 0 50 0
[pid=26481] ppid=26480 vsize=3500 CPUtime=1061.79
/proc/26481/stat : 26481 (minisat) R 26480 26478 26441 0 -1 4194304 540 0 0 0 106178 1 0 0 25 0 1 0 102782689 3584000 521 1992294400 134512640 135243223 4294956320 18446744073709551615 134555560 0 0 4096 3 0 0 0 17 0 0 0
/proc/26481/statm: 875 521 84 178 0 695 0
Current children cumulated CPU time (s) 1061.79
Current children cumulated vsize (KiB) 10140

[startup+1122.3 s]
/proc/loadavg: 0.99 0.97 0.99 2/67 26481
/proc/meminfo: memFree=1517392/2055920 swapFree=4181092/4192956
[pid=26478] ppid=26476 vsize=1284 CPUtime=0
/proc/26478/stat : 26478 (IUT_BMB_SAT) S 26476 26478 26441 0 -1 4194304 160 0 0 0 0 0 0 0 18 0 1 0 102782688 1314816 142 1992294400 134512640 135635285 4294956224 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/26478/statm: 321 142 106 274 0 44 0
[pid=26480] ppid=26478 vsize=5356 CPUtime=0
/proc/26480/stat : 26480 (sh) S 26478 26478 26441 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 102782689 5484544 232 1992294400 4194304 4889804 548682068912 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26480/statm: 1339 232 193 169 0 50 0
[pid=26481] ppid=26480 vsize=3500 CPUtime=1121.76
/proc/26481/stat : 26481 (minisat) R 26480 26478 26441 0 -1 4194304 547 0 0 0 112175 1 0 0 25 0 1 0 102782689 3584000 528 1992294400 134512640 135243223 4294956320 18446744073709551615 134555744 0 0 4096 3 0 0 0 17 0 0 0
/proc/26481/statm: 875 528 84 178 0 695 0
Current children cumulated CPU time (s) 1121.76
Current children cumulated vsize (KiB) 10140

[startup+1182.3 s]
/proc/loadavg: 0.99 0.97 0.99 2/67 26481
/proc/meminfo: memFree=1517328/2055920 swapFree=4181092/4192956
[pid=26478] ppid=26476 vsize=1284 CPUtime=0
/proc/26478/stat : 26478 (IUT_BMB_SAT) S 26476 26478 26441 0 -1 4194304 160 0 0 0 0 0 0 0 18 0 1 0 102782688 1314816 142 1992294400 134512640 135635285 4294956224 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/26478/statm: 321 142 106 274 0 44 0
[pid=26480] ppid=26478 vsize=5356 CPUtime=0
/proc/26480/stat : 26480 (sh) S 26478 26478 26441 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 102782689 5484544 232 1992294400 4194304 4889804 548682068912 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26480/statm: 1339 232 193 169 0 50 0
[pid=26481] ppid=26480 vsize=3636 CPUtime=1181.73
/proc/26481/stat : 26481 (minisat) R 26480 26478 26441 0 -1 4194304 555 0 0 0 118172 1 0 0 25 0 1 0 102782689 3723264 536 1992294400 134512640 135243223 4294956320 18446744073709551615 134558327 0 0 4096 3 0 0 0 17 0 0 0
/proc/26481/statm: 909 536 84 178 0 729 0
Current children cumulated CPU time (s) 1181.73
Current children cumulated vsize (KiB) 10276



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.6 s]
/proc/loadavg: 0.99 0.97 0.99 2/67 26481
/proc/meminfo: memFree=1517328/2055920 swapFree=4181092/4192956
[pid=26478] ppid=26476 vsize=1284 CPUtime=0
/proc/26478/stat : 26478 (IUT_BMB_SAT) S 26476 26478 26441 0 -1 4194304 160 0 0 0 0 0 0 0 18 0 1 0 102782688 1314816 142 1992294400 134512640 135635285 4294956224 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/26478/statm: 321 142 106 274 0 44 0
[pid=26480] ppid=26478 vsize=5356 CPUtime=0
/proc/26480/stat : 26480 (sh) S 26478 26478 26441 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 102782689 5484544 232 1992294400 4194304 4889804 548682068912 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26480/statm: 1339 232 193 169 0 50 0
[pid=26481] ppid=26480 vsize=3636 CPUtime=1200.03
/proc/26481/stat : 26481 (minisat) R 26480 26478 26441 0 -1 4194304 562 0 0 0 120002 1 0 0 25 0 1 0 102782689 3723264 543 1992294400 134512640 135243223 4294956320 18446744073709551615 134555619 0 0 4096 3 0 0 0 17 0 0 0
/proc/26481/statm: 909 543 84 178 0 729 0
Current children cumulated CPU time (s) 1200.03
Current children cumulated vsize (KiB) 10276

Sending SIGTERM to process tree (bottom up)

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

Child status: 0
Real time (s): 1200.61
CPU time (s): 1200.06
CPU user time (s): 1200.03
CPU system time (s): 0.023996
CPU usage (%): 99.9541
Max. virtual memory (cumulated for all children) (KiB): 10276

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

runsolver used 0.963853 second user time and 3.41348 second system time

The end

Launcher Data

Begin job on node13 at 2009-04-26 14:04:52
IDJOB=1729286
IDBENCH=24699
IDSOLVER=523
FILE ID=node13/1729286-1240747492
PBS_JOBID= 9187073
Free space on /tmp= 66232 MiB

SOLVER NAME= IUT_BMB_SAT 1.0
BENCH NAME= SAT07/crafted/Hard/contest03/others/hwb-n28-01-S136611085.sat05-491.reshuffled-07.cnf
COMMAND LINE= IUT_BMB_SAT BENCHNAME TMPDIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1729286-1240747492/watcher-1729286-1240747492 -o /tmp/evaluation-result-1729286-1240747492/solver-1729286-1240747492 -C 1200 -W 1800 -M 1800 --output-limit 1,15  IUT_BMB_SAT HOME/instance-1729286-1240747492.cnf HOME

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

MD5SUM BENCH= 8f639a3496db30a888324b756894fb43
RANDOM SEED=917331585

node13.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.227
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.227
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	: 5586.94
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1520520 kB
Buffers:         60712 kB
Cached:         395344 kB
SwapCached:       5664 kB
Active:         183760 kB
Inactive:       280296 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1520520 kB
SwapTotal:     4192956 kB
SwapFree:      4181092 kB
Dirty:            2372 kB
Writeback:           0 kB
Mapped:          13388 kB
Slab:            57300 kB
Committed_AS:   343788 kB
PageTables:       1460 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= 66232 MiB
End job on node13 at 2009-04-26 14:24:53