Trace number 1732514

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

General information on the benchmark

NameCRAFTED/sgen/sat/
sgen1-sat-300-100.cnf
MD5SUMcda4bb923e6fa0cab57f8920411a2abd
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 variables300
Number of clauses720
Sum of the clauses size1800
Maximum clause length5
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 2600
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 5120
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:  300                                                  |
0.00/0.01	c |  Number of clauses:    720                                                  |
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 |     300      720     1800 |      240        0    nan |  0.000 % |
0.00/0.01	c |       102 |     300      720     1800 |      264      102     45 |  0.001 % |
0.00/0.02	c |       256 |     300      720     1800 |      290      256     43 |  0.001 % |
0.00/0.02	c |       482 |     300      720     1800 |      319      300     35 |  0.001 % |
0.00/0.03	c |       820 |     300      720     1800 |      351      223     27 |  0.001 % |
0.00/0.05	c |      1326 |     300      720     1800 |      386      268     29 |  0.001 % |
0.00/0.07	c |      2085 |     300      720     1800 |      425      294     26 |  0.001 % |
0.00/0.10	c |      3224 |     300      720     1800 |      467      412     32 |  0.001 % |
0.00/0.15	c |      4932 |     300      720     1800 |      514      410     34 |  0.001 % |
0.00/0.23	c |      7495 |     300      720     1800 |      565      530     38 |  0.001 % |
0.00/0.34	c |     11339 |     300      720     1800 |      622      444     31 |  0.001 % |
0.00/0.53	c |     17107 |     300      720     1800 |      684      717     40 |  0.001 % |
0.00/0.83	c |     25756 |     300      720     1800 |      753      709     39 |  0.001 % |
1.18/1.28	c |     38730 |     300      720     1800 |      828      675     36 |  0.001 % |
1.88/1.97	c |     58191 |     300      720     1800 |      911      628     34 |  0.001 % |
2.98/3.07	c |     87383 |     300      720     1800 |     1002      795     38 |  0.001 % |
4.68/4.75	c |    131175 |     300      720     1800 |     1102      692     38 |  0.001 % |
7.28/7.35	c |    196860 |     300      720     1800 |     1213     1035     41 |  0.001 % |
11.38/11.42	c |    295386 |     300      720     1800 |     1334     1288     45 |  0.001 % |
17.67/17.78	c |    443176 |     300      720     1800 |     1467     1281     43 |  0.001 % |
27.47/27.58	c |    664860 |     300      720     1800 |     1614     1355     46 |  0.001 % |
42.56/42.62	c |    997388 |     300      720     1800 |     1776     1183     45 |  0.001 % |
66.15/66.27	c |   1496176 |     300      720     1800 |     1953     1318     45 |  0.001 % |
102.33/102.49	c |   2244359 |     300      720     1800 |     2149     1230     44 |  0.001 % |
158.81/158.99	c |   3366633 |     300      720     1800 |     2363     1542     43 |  0.001 % |
244.47/244.60	c |   5050044 |     300      720     1800 |     2600     1658     47 |  0.001 % |
380.92/381.19	c |   7575160 |     300      720     1800 |     2860     1807     45 |  0.001 % |
591.60/591.97	c |  11362838 |     300      720     1800 |     3146     2644     50 |  0.001 % |
919.66/920.18	c |  17044350 |     300      720     1800 |     3461     3050     50 |  0.001 % |
1200.02/1200.60	sh: line 1: 29233 Terminated              HOME/minisat simple.out solve.out >temp.out
1200.02/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-1732514-1240781219/watcher-1732514-1240781219 -o /tmp/evaluation-result-1732514-1240781219/solver-1732514-1240781219 -C 1200 -W 1800 -M 1800 --output-limit 1,15 IUT_BMB_SAT HOME/instance-1732514-1240781219.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: 1.00 1.00 1.02 3/65 29230
/proc/meminfo: memFree=1675704/2055920 swapFree=4180008/4192956
[pid=29230] ppid=29228 vsize=1284 CPUtime=0
/proc/29230/stat : 29230 (IUT_BMB_SAT) R 29228 29230 28848 0 -1 4194304 156 0 0 0 0 0 0 0 18 0 1 0 106155056 1314816 139 1992294400 134512640 135635285 4294956208 18446744073709551615 135072790 0 0 4096 0 0 0 0 17 0 0 0
/proc/29230/statm: 354 140 97 274 0 77 0

[startup+0.0116879 s]
/proc/loadavg: 1.00 1.00 1.02 3/65 29230
/proc/meminfo: memFree=1675704/2055920 swapFree=4180008/4192956
[pid=29230] ppid=29228 vsize=1416 CPUtime=0
/proc/29230/stat : 29230 (IUT_BMB_SAT) R 29228 29230 28848 0 -1 4194304 177 0 0 0 0 0 0 0 18 0 1 0 106155056 1449984 160 1992294400 134512640 135635285 4294956208 18446744073709551615 135132478 0 0 4096 0 0 0 0 17 0 0 0
/proc/29230/statm: 354 160 100 274 0 77 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 1416

[startup+0.101699 s]
/proc/loadavg: 1.00 1.00 1.02 3/65 29230
/proc/meminfo: memFree=1675704/2055920 swapFree=4180008/4192956
[pid=29230] ppid=29228 vsize=1416 CPUtime=0
/proc/29230/stat : 29230 (IUT_BMB_SAT) S 29228 29230 28848 0 -1 4194304 183 0 0 0 0 0 0 0 18 0 1 0 106155056 1449984 165 1992294400 134512640 135635285 4294956208 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/29230/statm: 354 165 105 274 0 77 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 1416

[startup+0.30172 s]
/proc/loadavg: 1.00 1.00 1.02 3/65 29230
/proc/meminfo: memFree=1675704/2055920 swapFree=4180008/4192956
[pid=29230] ppid=29228 vsize=1416 CPUtime=0
/proc/29230/stat : 29230 (IUT_BMB_SAT) S 29228 29230 28848 0 -1 4194304 183 0 0 0 0 0 0 0 18 0 1 0 106155056 1449984 165 1992294400 134512640 135635285 4294956208 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/29230/statm: 354 165 105 274 0 77 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 1416

[startup+0.701765 s]
/proc/loadavg: 1.00 1.00 1.02 3/65 29230
/proc/meminfo: memFree=1675704/2055920 swapFree=4180008/4192956
[pid=29230] ppid=29228 vsize=1416 CPUtime=0
/proc/29230/stat : 29230 (IUT_BMB_SAT) S 29228 29230 28848 0 -1 4194304 183 0 0 0 0 0 0 0 18 0 1 0 106155056 1449984 165 1992294400 134512640 135635285 4294956208 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/29230/statm: 354 165 105 274 0 77 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 1416

[startup+1.50186 s]
/proc/loadavg: 1.00 1.00 1.02 2/68 29233
/proc/meminfo: memFree=1674720/2055920 swapFree=4180008/4192956
[pid=29230] ppid=29228 vsize=1416 CPUtime=0
/proc/29230/stat : 29230 (IUT_BMB_SAT) S 29228 29230 28848 0 -1 4194304 183 0 0 0 0 0 0 0 18 0 1 0 106155056 1449984 165 1992294400 134512640 135635285 4294956208 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/29230/statm: 354 165 105 274 0 77 0
[pid=29232] ppid=29230 vsize=5356 CPUtime=0
/proc/29232/stat : 29232 (sh) S 29230 29230 28848 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 106155058 5484544 232 1992294400 4194304 4889804 548682068880 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29232/statm: 1339 232 193 169 0 50 0
[pid=29233] ppid=29232 vsize=2316 CPUtime=1.48
/proc/29233/stat : 29233 (minisat) R 29232 29230 28848 0 -1 4194304 225 0 0 0 148 0 0 0 25 0 1 0 106155058 2371584 205 1992294400 134512640 135243223 4294956304 18446744073709551615 134558609 0 0 4096 3 0 0 0 17 0 0 0
/proc/29233/statm: 579 205 83 178 0 399 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 9088

[startup+3.10204 s]
/proc/loadavg: 1.00 1.00 1.02 2/68 29233
/proc/meminfo: memFree=1674464/2055920 swapFree=4180008/4192956
[pid=29230] ppid=29228 vsize=1416 CPUtime=0
/proc/29230/stat : 29230 (IUT_BMB_SAT) S 29228 29230 28848 0 -1 4194304 183 0 0 0 0 0 0 0 18 0 1 0 106155056 1449984 165 1992294400 134512640 135635285 4294956208 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/29230/statm: 354 165 105 274 0 77 0
[pid=29232] ppid=29230 vsize=5356 CPUtime=0
/proc/29232/stat : 29232 (sh) S 29230 29230 28848 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 106155058 5484544 232 1992294400 4194304 4889804 548682068880 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29232/statm: 1339 232 193 169 0 50 0
[pid=29233] ppid=29232 vsize=2452 CPUtime=3.08
/proc/29233/stat : 29233 (minisat) R 29232 29230 28848 0 -1 4194304 251 0 0 0 308 0 0 0 25 0 1 0 106155058 2510848 231 1992294400 134512640 135243223 4294956304 18446744073709551615 134555587 0 0 4096 3 0 0 0 17 0 0 0
/proc/29233/statm: 613 231 83 178 0 433 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 9224

[startup+6.3014 s]
/proc/loadavg: 1.00 1.00 1.02 2/68 29233
/proc/meminfo: memFree=1674144/2055920 swapFree=4180008/4192956
[pid=29230] ppid=29228 vsize=1416 CPUtime=0
/proc/29230/stat : 29230 (IUT_BMB_SAT) S 29228 29230 28848 0 -1 4194304 183 0 0 0 0 0 0 0 18 0 1 0 106155056 1449984 165 1992294400 134512640 135635285 4294956208 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/29230/statm: 354 165 105 274 0 77 0
[pid=29232] ppid=29230 vsize=5356 CPUtime=0
/proc/29232/stat : 29232 (sh) S 29230 29230 28848 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 106155058 5484544 232 1992294400 4194304 4889804 548682068880 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29232/statm: 1339 232 193 169 0 50 0
[pid=29233] ppid=29232 vsize=2584 CPUtime=6.28
/proc/29233/stat : 29233 (minisat) R 29232 29230 28848 0 -1 4194304 291 0 0 0 628 0 0 0 25 0 1 0 106155058 2646016 271 1992294400 134512640 135243223 4294956304 18446744073709551615 134752796 0 0 4096 3 0 0 0 17 0 0 0
/proc/29233/statm: 646 271 83 178 0 466 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 9356

[startup+12.7011 s]
/proc/loadavg: 1.00 1.00 1.02 2/68 29233
/proc/meminfo: memFree=1673888/2055920 swapFree=4180008/4192956
[pid=29230] ppid=29228 vsize=1416 CPUtime=0
/proc/29230/stat : 29230 (IUT_BMB_SAT) S 29228 29230 28848 0 -1 4194304 183 0 0 0 0 0 0 0 18 0 1 0 106155056 1449984 165 1992294400 134512640 135635285 4294956208 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/29230/statm: 354 165 105 274 0 77 0
[pid=29232] ppid=29230 vsize=5356 CPUtime=0
/proc/29232/stat : 29232 (sh) S 29230 29230 28848 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 106155058 5484544 232 1992294400 4194304 4889804 548682068880 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29232/statm: 1339 232 193 169 0 50 0
[pid=29233] ppid=29232 vsize=2716 CPUtime=12.68
/proc/29233/stat : 29233 (minisat) R 29232 29230 28848 0 -1 4194304 340 0 0 0 1268 0 0 0 25 0 1 0 106155058 2781184 320 1992294400 134512640 135243223 4294956304 18446744073709551615 134555483 0 0 4096 3 0 0 0 17 0 0 0
/proc/29233/statm: 679 320 83 178 0 499 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 9488

[startup+25.5016 s]
/proc/loadavg: 1.00 1.00 1.02 2/68 29233
/proc/meminfo: memFree=1673696/2055920 swapFree=4180008/4192956
[pid=29230] ppid=29228 vsize=1416 CPUtime=0
/proc/29230/stat : 29230 (IUT_BMB_SAT) S 29228 29230 28848 0 -1 4194304 183 0 0 0 0 0 0 0 18 0 1 0 106155056 1449984 165 1992294400 134512640 135635285 4294956208 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/29230/statm: 354 165 105 274 0 77 0
[pid=29232] ppid=29230 vsize=5356 CPUtime=0
/proc/29232/stat : 29232 (sh) S 29230 29230 28848 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 106155058 5484544 232 1992294400 4194304 4889804 548682068880 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29232/statm: 1339 232 193 169 0 50 0
[pid=29233] ppid=29232 vsize=2976 CPUtime=25.47
/proc/29233/stat : 29233 (minisat) R 29232 29230 28848 0 -1 4194304 391 0 0 0 2547 0 0 0 25 0 1 0 106155058 3047424 371 1992294400 134512640 135243223 4294956304 18446744073709551615 134555658 0 0 4096 3 0 0 0 17 0 0 0
/proc/29233/statm: 744 371 83 178 0 564 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 9748

[startup+51.1015 s]
/proc/loadavg: 1.00 1.00 1.02 2/68 29233
/proc/meminfo: memFree=1673440/2055920 swapFree=4180008/4192956
[pid=29230] ppid=29228 vsize=1416 CPUtime=0
/proc/29230/stat : 29230 (IUT_BMB_SAT) S 29228 29230 28848 0 -1 4194304 183 0 0 0 0 0 0 0 18 0 1 0 106155056 1449984 165 1992294400 134512640 135635285 4294956208 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/29230/statm: 354 165 105 274 0 77 0
[pid=29232] ppid=29230 vsize=5356 CPUtime=0
/proc/29232/stat : 29232 (sh) S 29230 29230 28848 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 106155058 5484544 232 1992294400 4194304 4889804 548682068880 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29232/statm: 1339 232 193 169 0 50 0
[pid=29233] ppid=29232 vsize=3240 CPUtime=51.06
/proc/29233/stat : 29233 (minisat) R 29232 29230 28848 0 -1 4194304 479 0 0 0 5106 0 0 0 25 0 1 0 106155058 3317760 459 1992294400 134512640 135243223 4294956304 18446744073709551615 134555744 0 0 4096 3 0 0 0 17 0 0 0
/proc/29233/statm: 810 459 83 178 0 630 0
Current children cumulated CPU time (s) 51.06
Current children cumulated vsize (KiB) 10012

[startup+102.305 s]
/proc/loadavg: 1.00 1.00 1.01 2/68 29233
/proc/meminfo: memFree=1672992/2055920 swapFree=4180008/4192956
[pid=29230] ppid=29228 vsize=1416 CPUtime=0
/proc/29230/stat : 29230 (IUT_BMB_SAT) S 29228 29230 28848 0 -1 4194304 183 0 0 0 0 0 0 0 18 0 1 0 106155056 1449984 165 1992294400 134512640 135635285 4294956208 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/29230/statm: 354 165 105 274 0 77 0
[pid=29232] ppid=29230 vsize=5356 CPUtime=0
/proc/29232/stat : 29232 (sh) S 29230 29230 28848 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 106155058 5484544 232 1992294400 4194304 4889804 548682068880 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29232/statm: 1339 232 193 169 0 50 0
[pid=29233] ppid=29232 vsize=3624 CPUtime=102.24
/proc/29233/stat : 29233 (minisat) R 29232 29230 28848 0 -1 4194304 548 0 0 0 10224 0 0 0 25 0 1 0 106155058 3710976 528 1992294400 134512640 135243223 4294956304 18446744073709551615 134555658 0 0 4096 3 0 0 0 17 0 0 0
/proc/29233/statm: 906 528 83 178 0 726 0
Current children cumulated CPU time (s) 102.24
Current children cumulated vsize (KiB) 10396

[startup+162.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/68 29233
/proc/meminfo: memFree=1672608/2055920 swapFree=4180008/4192956
[pid=29230] ppid=29228 vsize=1416 CPUtime=0
/proc/29230/stat : 29230 (IUT_BMB_SAT) S 29228 29230 28848 0 -1 4194304 183 0 0 0 0 0 0 0 18 0 1 0 106155056 1449984 165 1992294400 134512640 135635285 4294956208 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/29230/statm: 354 165 105 274 0 77 0
[pid=29232] ppid=29230 vsize=5356 CPUtime=0
/proc/29232/stat : 29232 (sh) S 29230 29230 28848 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 106155058 5484544 232 1992294400 4194304 4889804 548682068880 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29232/statm: 1339 232 193 169 0 50 0
[pid=29233] ppid=29232 vsize=3876 CPUtime=162.21
/proc/29233/stat : 29233 (minisat) R 29232 29230 28848 0 -1 4194304 625 0 0 0 16221 0 0 0 25 0 1 0 106155058 3969024 605 1992294400 134512640 135243223 4294956304 18446744073709551615 134555939 0 0 4096 3 0 0 0 17 0 0 0
/proc/29233/statm: 969 605 83 178 0 789 0
Current children cumulated CPU time (s) 162.21
Current children cumulated vsize (KiB) 10648

[startup+222.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/68 29233
/proc/meminfo: memFree=1672416/2055920 swapFree=4180008/4192956
[pid=29230] ppid=29228 vsize=1416 CPUtime=0
/proc/29230/stat : 29230 (IUT_BMB_SAT) S 29228 29230 28848 0 -1 4194304 183 0 0 0 0 0 0 0 18 0 1 0 106155056 1449984 165 1992294400 134512640 135635285 4294956208 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/29230/statm: 354 165 105 274 0 77 0
[pid=29232] ppid=29230 vsize=5356 CPUtime=0
/proc/29232/stat : 29232 (sh) S 29230 29230 28848 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 106155058 5484544 232 1992294400 4194304 4889804 548682068880 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29232/statm: 1339 232 193 169 0 50 0
[pid=29233] ppid=29232 vsize=4140 CPUtime=222.18
/proc/29233/stat : 29233 (minisat) R 29232 29230 28848 0 -1 4194304 681 0 0 0 22218 0 0 0 25 0 1 0 106155058 4239360 661 1992294400 134512640 135243223 4294956304 18446744073709551615 134565893 0 0 4096 3 0 0 0 17 0 0 0
/proc/29233/statm: 1035 661 83 178 0 855 0
Current children cumulated CPU time (s) 222.18
Current children cumulated vsize (KiB) 10912

[startup+282.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/68 29233
/proc/meminfo: memFree=1672160/2055920 swapFree=4180008/4192956
[pid=29230] ppid=29228 vsize=1416 CPUtime=0
/proc/29230/stat : 29230 (IUT_BMB_SAT) S 29228 29230 28848 0 -1 4194304 183 0 0 0 0 0 0 0 18 0 1 0 106155056 1449984 165 1992294400 134512640 135635285 4294956208 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/29230/statm: 354 165 105 274 0 77 0
[pid=29232] ppid=29230 vsize=5356 CPUtime=0
/proc/29232/stat : 29232 (sh) S 29230 29230 28848 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 106155058 5484544 232 1992294400 4194304 4889804 548682068880 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29232/statm: 1339 232 193 169 0 50 0

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

/proc/meminfo: memFree=1671328/2055920 swapFree=4180008/4192956
[pid=29230] ppid=29228 vsize=1416 CPUtime=0
/proc/29230/stat : 29230 (IUT_BMB_SAT) S 29228 29230 28848 0 -1 4194304 183 0 0 0 0 0 0 0 18 0 1 0 106155056 1449984 165 1992294400 134512640 135635285 4294956208 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/29230/statm: 354 165 105 274 0 77 0
[pid=29232] ppid=29230 vsize=5356 CPUtime=0
/proc/29232/stat : 29232 (sh) S 29230 29230 28848 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 106155058 5484544 232 1992294400 4194304 4889804 548682068880 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29232/statm: 1339 232 193 169 0 50 0
[pid=29233] ppid=29232 vsize=5036 CPUtime=641.98
/proc/29233/stat : 29233 (minisat) R 29232 29230 28848 0 -1 4194304 923 0 0 0 64198 0 0 0 25 0 1 0 106155058 5156864 903 1992294400 134512640 135243223 4294956304 18446744073709551615 134567689 0 0 4096 3 0 0 0 17 0 0 0
/proc/29233/statm: 1259 903 83 178 0 1079 0
Current children cumulated CPU time (s) 641.98
Current children cumulated vsize (KiB) 11808

[startup+702.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/68 29235
/proc/meminfo: memFree=1670880/2055920 swapFree=4180008/4192956
[pid=29230] ppid=29228 vsize=1416 CPUtime=0
/proc/29230/stat : 29230 (IUT_BMB_SAT) S 29228 29230 28848 0 -1 4194304 183 0 0 0 0 0 0 0 18 0 1 0 106155056 1449984 165 1992294400 134512640 135635285 4294956208 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/29230/statm: 354 165 105 274 0 77 0
[pid=29232] ppid=29230 vsize=5356 CPUtime=0
/proc/29232/stat : 29232 (sh) S 29230 29230 28848 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 106155058 5484544 232 1992294400 4194304 4889804 548682068880 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29232/statm: 1339 232 193 169 0 50 0
[pid=29233] ppid=29232 vsize=5168 CPUtime=701.95
/proc/29233/stat : 29233 (minisat) R 29232 29230 28848 0 -1 4194304 956 0 0 0 70195 0 0 0 25 0 1 0 106155058 5292032 936 1992294400 134512640 135243223 4294956304 18446744073709551615 134558262 0 0 4096 3 0 0 0 17 1 0 0
/proc/29233/statm: 1292 936 83 178 0 1112 0
Current children cumulated CPU time (s) 701.95
Current children cumulated vsize (KiB) 11940

[startup+762.306 s]
/proc/loadavg: 1.00 1.00 1.00 2/68 29235
/proc/meminfo: memFree=1670880/2055920 swapFree=4180008/4192956
[pid=29230] ppid=29228 vsize=1416 CPUtime=0
/proc/29230/stat : 29230 (IUT_BMB_SAT) S 29228 29230 28848 0 -1 4194304 183 0 0 0 0 0 0 0 18 0 1 0 106155056 1449984 165 1992294400 134512640 135635285 4294956208 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/29230/statm: 354 165 105 274 0 77 0
[pid=29232] ppid=29230 vsize=5356 CPUtime=0
/proc/29232/stat : 29232 (sh) S 29230 29230 28848 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 106155058 5484544 232 1992294400 4194304 4889804 548682068880 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29232/statm: 1339 232 193 169 0 50 0
[pid=29233] ppid=29232 vsize=5300 CPUtime=761.93
/proc/29233/stat : 29233 (minisat) R 29232 29230 28848 0 -1 4194304 979 0 0 0 76192 1 0 0 25 0 1 0 106155058 5427200 959 1992294400 134512640 135243223 4294956304 18446744073709551615 134555653 0 0 4096 3 0 0 0 17 0 0 0
/proc/29233/statm: 1325 959 83 178 0 1145 0
Current children cumulated CPU time (s) 761.93
Current children cumulated vsize (KiB) 12072

[startup+822.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/68 29235
/proc/meminfo: memFree=1670880/2055920 swapFree=4180008/4192956
[pid=29230] ppid=29228 vsize=1416 CPUtime=0
/proc/29230/stat : 29230 (IUT_BMB_SAT) S 29228 29230 28848 0 -1 4194304 183 0 0 0 0 0 0 0 18 0 1 0 106155056 1449984 165 1992294400 134512640 135635285 4294956208 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/29230/statm: 354 165 105 274 0 77 0
[pid=29232] ppid=29230 vsize=5356 CPUtime=0
/proc/29232/stat : 29232 (sh) S 29230 29230 28848 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 106155058 5484544 232 1992294400 4194304 4889804 548682068880 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29232/statm: 1339 232 193 169 0 50 0
[pid=29233] ppid=29232 vsize=5300 CPUtime=821.9
/proc/29233/stat : 29233 (minisat) R 29232 29230 28848 0 -1 4194304 993 0 0 0 82189 1 0 0 25 0 1 0 106155058 5427200 973 1992294400 134512640 135243223 4294956304 18446744073709551615 134555504 0 0 4096 3 0 0 0 17 0 0 0
/proc/29233/statm: 1325 973 83 178 0 1145 0
Current children cumulated CPU time (s) 821.9
Current children cumulated vsize (KiB) 12072

[startup+882.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/68 29235
/proc/meminfo: memFree=1670880/2055920 swapFree=4180008/4192956
[pid=29230] ppid=29228 vsize=1416 CPUtime=0
/proc/29230/stat : 29230 (IUT_BMB_SAT) S 29228 29230 28848 0 -1 4194304 183 0 0 0 0 0 0 0 18 0 1 0 106155056 1449984 165 1992294400 134512640 135635285 4294956208 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/29230/statm: 354 165 105 274 0 77 0
[pid=29232] ppid=29230 vsize=5356 CPUtime=0
/proc/29232/stat : 29232 (sh) S 29230 29230 28848 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 106155058 5484544 232 1992294400 4194304 4889804 548682068880 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29232/statm: 1339 232 193 169 0 50 0
[pid=29233] ppid=29232 vsize=5432 CPUtime=881.87
/proc/29233/stat : 29233 (minisat) R 29232 29230 28848 0 -1 4194304 998 0 0 0 88186 1 0 0 25 0 1 0 106155058 5562368 978 1992294400 134512640 135243223 4294956304 18446744073709551615 134566600 0 0 4096 3 0 0 0 17 0 0 0
/proc/29233/statm: 1358 978 83 178 0 1178 0
Current children cumulated CPU time (s) 881.87
Current children cumulated vsize (KiB) 12204

[startup+942.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/68 29235
/proc/meminfo: memFree=1670816/2055920 swapFree=4180008/4192956
[pid=29230] ppid=29228 vsize=1416 CPUtime=0
/proc/29230/stat : 29230 (IUT_BMB_SAT) S 29228 29230 28848 0 -1 4194304 183 0 0 0 0 0 0 0 18 0 1 0 106155056 1449984 165 1992294400 134512640 135635285 4294956208 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/29230/statm: 354 165 105 274 0 77 0
[pid=29232] ppid=29230 vsize=5356 CPUtime=0
/proc/29232/stat : 29232 (sh) S 29230 29230 28848 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 106155058 5484544 232 1992294400 4194304 4889804 548682068880 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29232/statm: 1339 232 193 169 0 50 0
[pid=29233] ppid=29232 vsize=5564 CPUtime=941.84
/proc/29233/stat : 29233 (minisat) R 29232 29230 28848 0 -1 4194304 1029 0 0 0 94183 1 0 0 25 0 1 0 106155058 5697536 1009 1992294400 134512640 135243223 4294956304 18446744073709551615 134555744 0 0 4096 3 0 0 0 17 0 0 0
/proc/29233/statm: 1391 1009 83 178 0 1211 0
Current children cumulated CPU time (s) 941.84
Current children cumulated vsize (KiB) 12336

[startup+1002.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/68 29235
/proc/meminfo: memFree=1670752/2055920 swapFree=4180008/4192956
[pid=29230] ppid=29228 vsize=1416 CPUtime=0
/proc/29230/stat : 29230 (IUT_BMB_SAT) S 29228 29230 28848 0 -1 4194304 183 0 0 0 0 0 0 0 18 0 1 0 106155056 1449984 165 1992294400 134512640 135635285 4294956208 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/29230/statm: 354 165 105 274 0 77 0
[pid=29232] ppid=29230 vsize=5356 CPUtime=0
/proc/29232/stat : 29232 (sh) S 29230 29230 28848 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 106155058 5484544 232 1992294400 4194304 4889804 548682068880 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29232/statm: 1339 232 193 169 0 50 0
[pid=29233] ppid=29232 vsize=5564 CPUtime=1001.82
/proc/29233/stat : 29233 (minisat) R 29232 29230 28848 0 -1 4194304 1050 0 0 0 100181 1 0 0 25 0 1 0 106155058 5697536 1030 1992294400 134512640 135243223 4294956304 18446744073709551615 134565893 0 0 4096 3 0 0 0 17 0 0 0
/proc/29233/statm: 1391 1030 83 178 0 1211 0
Current children cumulated CPU time (s) 1001.82
Current children cumulated vsize (KiB) 12336

[startup+1062.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/68 29235
/proc/meminfo: memFree=1670688/2055920 swapFree=4180008/4192956
[pid=29230] ppid=29228 vsize=1416 CPUtime=0
/proc/29230/stat : 29230 (IUT_BMB_SAT) S 29228 29230 28848 0 -1 4194304 183 0 0 0 0 0 0 0 18 0 1 0 106155056 1449984 165 1992294400 134512640 135635285 4294956208 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/29230/statm: 354 165 105 274 0 77 0
[pid=29232] ppid=29230 vsize=5356 CPUtime=0
/proc/29232/stat : 29232 (sh) S 29230 29230 28848 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 106155058 5484544 232 1992294400 4194304 4889804 548682068880 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29232/statm: 1339 232 193 169 0 50 0
[pid=29233] ppid=29232 vsize=5564 CPUtime=1061.79
/proc/29233/stat : 29233 (minisat) R 29232 29230 28848 0 -1 4194304 1059 0 0 0 106178 1 0 0 25 0 1 0 106155058 5697536 1039 1992294400 134512640 135243223 4294956304 18446744073709551615 134555658 0 0 4096 3 0 0 0 17 1 0 0
/proc/29233/statm: 1391 1039 83 178 0 1211 0
Current children cumulated CPU time (s) 1061.79
Current children cumulated vsize (KiB) 12336

[startup+1122.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/68 29235
/proc/meminfo: memFree=1670560/2055920 swapFree=4180008/4192956
[pid=29230] ppid=29228 vsize=1416 CPUtime=0
/proc/29230/stat : 29230 (IUT_BMB_SAT) S 29228 29230 28848 0 -1 4194304 183 0 0 0 0 0 0 0 18 0 1 0 106155056 1449984 165 1992294400 134512640 135635285 4294956208 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/29230/statm: 354 165 105 274 0 77 0
[pid=29232] ppid=29230 vsize=5356 CPUtime=0
/proc/29232/stat : 29232 (sh) S 29230 29230 28848 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 106155058 5484544 232 1992294400 4194304 4889804 548682068880 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29232/statm: 1339 232 193 169 0 50 0
[pid=29233] ppid=29232 vsize=5704 CPUtime=1121.76
/proc/29233/stat : 29233 (minisat) R 29232 29230 28848 0 -1 4194304 1071 0 0 0 112175 1 0 0 25 0 1 0 106155058 5840896 1051 1992294400 134512640 135243223 4294956304 18446744073709551615 134558282 0 0 4096 3 0 0 0 17 0 0 0
/proc/29233/statm: 1426 1051 83 178 0 1246 0
Current children cumulated CPU time (s) 1121.76
Current children cumulated vsize (KiB) 12476

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/68 29235
/proc/meminfo: memFree=1670496/2055920 swapFree=4180008/4192956
[pid=29230] ppid=29228 vsize=1416 CPUtime=0
/proc/29230/stat : 29230 (IUT_BMB_SAT) S 29228 29230 28848 0 -1 4194304 183 0 0 0 0 0 0 0 18 0 1 0 106155056 1449984 165 1992294400 134512640 135635285 4294956208 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/29230/statm: 354 165 105 274 0 77 0
[pid=29232] ppid=29230 vsize=5356 CPUtime=0
/proc/29232/stat : 29232 (sh) S 29230 29230 28848 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 106155058 5484544 232 1992294400 4194304 4889804 548682068880 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29232/statm: 1339 232 193 169 0 50 0
[pid=29233] ppid=29232 vsize=5704 CPUtime=1181.72
/proc/29233/stat : 29233 (minisat) R 29232 29230 28848 0 -1 4194304 1086 0 0 0 118171 1 0 0 25 0 1 0 106155058 5840896 1066 1992294400 134512640 135243223 4294956304 18446744073709551615 134555744 0 0 4096 3 0 0 0 17 0 0 0
/proc/29233/statm: 1426 1066 83 178 0 1246 0
Current children cumulated CPU time (s) 1181.72
Current children cumulated vsize (KiB) 12476



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.6 s]
/proc/loadavg: 1.00 1.00 1.00 2/68 29235
/proc/meminfo: memFree=1670496/2055920 swapFree=4180008/4192956
[pid=29230] ppid=29228 vsize=1416 CPUtime=0
/proc/29230/stat : 29230 (IUT_BMB_SAT) S 29228 29230 28848 0 -1 4194304 183 0 0 0 0 0 0 0 18 0 1 0 106155056 1449984 165 1992294400 134512640 135635285 4294956208 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/29230/statm: 354 165 105 274 0 77 0
[pid=29232] ppid=29230 vsize=5356 CPUtime=0
/proc/29232/stat : 29232 (sh) S 29230 29230 28848 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 106155058 5484544 232 1992294400 4194304 4889804 548682068880 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29232/statm: 1339 232 193 169 0 50 0
[pid=29233] ppid=29232 vsize=5704 CPUtime=1200.02
/proc/29233/stat : 29233 (minisat) R 29232 29230 28848 0 -1 4194304 1088 0 0 0 120001 1 0 0 25 0 1 0 106155058 5840896 1068 1992294400 134512640 135243223 4294956304 18446744073709551615 134555744 0 0 4096 3 0 0 0 17 0 0 0
/proc/29233/statm: 1426 1068 83 178 0 1246 0
Current children cumulated CPU time (s) 1200.02
Current children cumulated vsize (KiB) 12476

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.04
CPU user time (s): 1200.02
CPU system time (s): 0.021996
CPU usage (%): 99.9529
Max. virtual memory (cumulated for all children) (KiB): 12476

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

runsolver used 0.962853 second user time and 3.41448 second system time

The end

Launcher Data

Begin job on node32 at 2009-04-26 23:26:59
IDJOB=1732514
IDBENCH=71121
IDSOLVER=523
FILE ID=node32/1732514-1240781219
PBS_JOBID= 9187227
Free space on /tmp= 66396 MiB

SOLVER NAME= IUT_BMB_SAT 1.0
BENCH NAME= SAT09/CRAFTED/sgen/sat/sgen1-sat-300-100.cnf
COMMAND LINE= IUT_BMB_SAT BENCHNAME TMPDIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1732514-1240781219/watcher-1732514-1240781219 -o /tmp/evaluation-result-1732514-1240781219/solver-1732514-1240781219 -C 1200 -W 1800 -M 1800 --output-limit 1,15  IUT_BMB_SAT HOME/instance-1732514-1240781219.cnf HOME

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

MD5SUM BENCH= cda4bb923e6fa0cab57f8920411a2abd
RANDOM SEED=1829949256

node32.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.216
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.216
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:       1676248 kB
Buffers:         43940 kB
Cached:         279216 kB
SwapCached:       6168 kB
Active:         101712 kB
Inactive:       230344 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1676248 kB
SwapTotal:     4192956 kB
SwapFree:      4180008 kB
Dirty:            2196 kB
Writeback:           0 kB
Mapped:          14348 kB
Slab:            33512 kB
Committed_AS:   382680 kB
PageTables:       1488 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66392 MiB
End job on node32 at 2009-04-26 23:47:00