Trace number 1727113

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.12 1200.52

General information on the benchmark

Namecrafted/Hard/contest04/others/
Composite-048BitPrimes-1.sat05-504.reshuffled-07.cnf
MD5SUM3ec02d98577965dc40d4f2f9fa0499c0
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 variables4703
Number of clauses45358
Sum of the clauses size203370
Maximum clause length5
Minimum clause length1
Number of clauses of size 1146
Number of clauses of size 24604
Number of clauses of size 34512
Number of clauses of size 40
Number of clauses of size 536096
Number of clauses of size over 50

Solver Data

0.00/0.00	c IUT_BMB_SAT version 1.0
0.49/0.51	c WARNING: for repeatability, setting FPU to use double precision
0.49/0.51	c ============================[ Problem Statistics ]=============================
0.49/0.51	c |                                                                             |
0.49/0.51	c |  Number of variables:  4703                                                 |
0.49/0.51	c |  Number of clauses:    44010                                                |
0.49/0.59	c |  Parsing time:         0.08         s                                       |
0.49/0.82	c ============================[ Search Statistics ]==============================
0.49/0.82	c | Conflicts |          ORIGINAL         |          LEARNT          | Progress |
0.49/0.82	c |           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
0.49/0.82	c ===============================================================================
0.49/0.82	c |         0 |    4425    36554   130764 |    12184        0    nan |  0.000 % |
0.49/0.85	c |       101 |    4425    36554   130764 |    13403      101     24 |  0.574 % |
0.49/0.91	c |       252 |    4425    36554   130764 |    14743      252     49 |  0.574 % |
0.97/1.01	c |       478 |    4425    36554   130764 |    16217      478     53 |  0.574 % |
0.97/1.09	c |       815 |    4425    36554   130764 |    17839      815     42 |  0.574 % |
1.27/1.35	c |      1322 |    4425    36554   130764 |    19623     1322     49 |  0.574 % |
1.77/1.82	c |      2082 |    4425    36554   130764 |    21585     2082     51 |  0.574 % |
2.57/2.60	c |      3221 |    4425    36554   130764 |    23744     3221     49 |  0.574 % |
3.77/3.85	c |      4931 |    4425    36554   130764 |    26118     4931     49 |  0.574 % |
5.77/5.86	c |      7493 |    4425    36554   130764 |    28730     7493     54 |  0.574 % |
8.47/8.54	c |     11337 |    4425    36554   130764 |    31603    11337     54 |  0.574 % |
11.86/11.94	c |     17104 |    4425    36554   130764 |    34764    17104     54 |  0.574 % |
17.07/17.18	c |     25753 |    4425    36554   130764 |    38240    25753     52 |  0.574 % |
32.26/32.39	c |     38728 |    4425    36554   130764 |    42064    38728     56 |  0.574 % |
53.75/53.85	c |     58189 |    4425    36554   130764 |    46271    28620     49 |  0.574 % |
81.64/81.71	c |     87381 |    4425    36554   130764 |    50898    23521     47 |  0.574 % |
129.92/130.08	c |    131171 |    4425    36554   130764 |    55988    29192     55 |  0.574 % |
206.11/206.22	c |    196856 |    4425    36554   130764 |    61587    52109     55 |  0.574 % |
303.96/304.18	c |    295383 |    4425    36554   130764 |    67745    52937     35 |  0.574 % |
505.60/505.87	c |    443173 |    4425    36554   130764 |    74520    38760     47 |  0.574 % |
848.69/849.10	c |    664858 |    4425    36554   130764 |    81972    33006     53 |  0.574 % |
1200.07/1200.51	sh: line 1: 25625 Terminated              HOME/minisat simple.out solve.out >temp.out
1200.07/1200.51	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-1727113-1240721051/watcher-1727113-1240721051 -o /tmp/evaluation-result-1727113-1240721051/solver-1727113-1240721051 -C 1200 -W 1800 -M 1800 --output-limit 1,15 IUT_BMB_SAT HOME/instance-1727113-1240721051.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.97 0.99 3/64 25622
/proc/meminfo: memFree=1667392/2055920 swapFree=4181888/4192956
[pid=25622] ppid=25620 vsize=1816 CPUtime=0
/proc/25622/stat : 25622 (IUT_BMB_SAT) R 25620 25622 25527 0 -1 4194304 183 0 0 0 0 0 0 0 18 0 1 0 100138429 1859584 166 1992294400 134512640 135635285 4294956224 18446744073709551615 134533635 0 0 4096 0 0 0 0 17 1 0 0
/proc/25622/statm: 454 167 92 274 0 177 0

[startup+0.045445 s]
/proc/loadavg: 0.99 0.97 0.99 3/64 25622
/proc/meminfo: memFree=1667392/2055920 swapFree=4181888/4192956
[pid=25622] ppid=25620 vsize=2996 CPUtime=0.04
/proc/25622/stat : 25622 (IUT_BMB_SAT) R 25620 25622 25527 0 -1 4194304 573 0 0 0 4 0 0 0 18 0 1 0 100138429 3067904 556 1992294400 134512640 135635285 4294956224 18446744073709551615 135072790 0 0 4096 0 0 0 0 17 1 0 0
/proc/25622/statm: 749 556 99 274 0 472 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 2996

[startup+0.101455 s]
/proc/loadavg: 0.99 0.97 0.99 3/64 25622
/proc/meminfo: memFree=1667392/2055920 swapFree=4181888/4192956
[pid=25622] ppid=25620 vsize=3920 CPUtime=0.09
/proc/25622/stat : 25622 (IUT_BMB_SAT) R 25620 25622 25527 0 -1 4194304 786 0 0 0 9 0 0 0 18 0 1 0 100138429 4014080 769 1992294400 134512640 135635285 4294956224 18446744073709551615 135072790 0 0 4096 0 0 0 0 17 1 0 0
/proc/25622/statm: 980 769 99 274 0 703 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 3920

[startup+0.30149 s]
/proc/loadavg: 0.99 0.97 0.99 3/64 25622
/proc/meminfo: memFree=1667392/2055920 swapFree=4181888/4192956
[pid=25622] ppid=25620 vsize=5764 CPUtime=0.29
/proc/25622/stat : 25622 (IUT_BMB_SAT) R 25620 25622 25527 0 -1 4194304 1262 0 0 0 25 4 0 0 19 0 1 0 100138429 5902336 1245 1992294400 134512640 135635285 4294956224 18446744073709551615 135132478 0 0 4096 0 0 0 0 17 1 0 0
/proc/25622/statm: 1441 1245 101 274 0 1164 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 5764

[startup+0.701559 s]
/proc/loadavg: 0.99 0.97 0.99 3/64 25622
/proc/meminfo: memFree=1667392/2055920 swapFree=4181888/4192956
[pid=25622] ppid=25620 vsize=5764 CPUtime=0.49
/proc/25622/stat : 25622 (IUT_BMB_SAT) S 25620 25622 25527 0 -1 4194304 1268 0 0 0 33 16 0 0 21 0 1 0 100138429 5902336 1250 1992294400 134512640 135635285 4294956224 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 1 0 0
/proc/25622/statm: 1441 1250 106 274 0 1164 0
Current children cumulated CPU time (s) 0.49
Current children cumulated vsize (KiB) 5764

[startup+1.5017 s]
/proc/loadavg: 0.99 0.97 0.99 2/67 25625
/proc/meminfo: memFree=1656488/2055920 swapFree=4181888/4192956
[pid=25622] ppid=25620 vsize=5764 CPUtime=0.49
/proc/25622/stat : 25622 (IUT_BMB_SAT) S 25620 25622 25527 0 -1 4194304 1268 0 0 0 33 16 0 0 21 0 1 0 100138429 5902336 1250 1992294400 134512640 135635285 4294956224 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 1 0 0
/proc/25622/statm: 1441 1250 106 274 0 1164 0
[pid=25624] ppid=25622 vsize=5356 CPUtime=0
/proc/25624/stat : 25624 (sh) S 25622 25622 25527 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 100138480 5484544 232 1992294400 4194304 4889804 548682068912 18446744073709551615 227848807236 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25624/statm: 1339 232 193 169 0 50 0
[pid=25625] ppid=25624 vsize=5540 CPUtime=0.98
/proc/25625/stat : 25625 (minisat) R 25624 25622 25527 0 -1 4194304 1416 0 0 0 98 0 0 0 25 0 1 0 100138480 5672960 1258 1992294400 134512640 135243223 4294956320 18446744073709551615 134555504 0 0 4096 3 0 0 0 17 1 0 0
/proc/25625/statm: 1385 1258 84 178 0 1205 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 16660

[startup+3.10298 s]
/proc/loadavg: 0.99 0.97 0.99 2/67 25625
/proc/meminfo: memFree=1656360/2055920 swapFree=4181888/4192956
[pid=25622] ppid=25620 vsize=5764 CPUtime=0.49
/proc/25622/stat : 25622 (IUT_BMB_SAT) S 25620 25622 25527 0 -1 4194304 1268 0 0 0 33 16 0 0 21 0 1 0 100138429 5902336 1250 1992294400 134512640 135635285 4294956224 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 1 0 0
/proc/25622/statm: 1441 1250 106 274 0 1164 0
[pid=25624] ppid=25622 vsize=5356 CPUtime=0
/proc/25624/stat : 25624 (sh) S 25622 25622 25527 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 100138480 5484544 232 1992294400 4194304 4889804 548682068912 18446744073709551615 227848807236 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25624/statm: 1339 232 193 169 0 50 0
[pid=25625] ppid=25624 vsize=5540 CPUtime=2.58
/proc/25625/stat : 25625 (minisat) R 25624 25622 25527 0 -1 4194304 1417 0 0 0 258 0 0 0 25 0 1 0 100138480 5672960 1259 1992294400 134512640 135243223 4294956320 18446744073709551615 134556015 0 0 4096 3 0 0 0 17 1 0 0
/proc/25625/statm: 1385 1259 84 178 0 1205 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 16660

[startup+6.30155 s]
/proc/loadavg: 0.99 0.97 0.99 2/67 25625
/proc/meminfo: memFree=1655720/2055920 swapFree=4181888/4192956
[pid=25622] ppid=25620 vsize=5764 CPUtime=0.49
/proc/25622/stat : 25622 (IUT_BMB_SAT) S 25620 25622 25527 0 -1 4194304 1268 0 0 0 33 16 0 0 21 0 1 0 100138429 5902336 1250 1992294400 134512640 135635285 4294956224 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 1 0 0
/proc/25622/statm: 1441 1250 106 274 0 1164 0
[pid=25624] ppid=25622 vsize=5356 CPUtime=0
/proc/25624/stat : 25624 (sh) S 25622 25622 25527 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 100138480 5484544 232 1992294400 4194304 4889804 548682068912 18446744073709551615 227848807236 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25624/statm: 1339 232 193 169 0 50 0
[pid=25625] ppid=25624 vsize=6596 CPUtime=5.78
/proc/25625/stat : 25625 (minisat) R 25624 25622 25527 0 -1 4194304 1665 0 0 0 578 0 0 0 25 0 1 0 100138480 6754304 1507 1992294400 134512640 135243223 4294956320 18446744073709551615 134555557 0 0 4096 3 0 0 0 17 1 0 0
/proc/25625/statm: 1649 1507 84 178 0 1469 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 17716

[startup+12.7027 s]
/proc/loadavg: 0.99 0.97 0.99 2/67 25625
/proc/meminfo: memFree=1653224/2055920 swapFree=4181888/4192956
[pid=25622] ppid=25620 vsize=5764 CPUtime=0.49
/proc/25622/stat : 25622 (IUT_BMB_SAT) S 25620 25622 25527 0 -1 4194304 1268 0 0 0 33 16 0 0 21 0 1 0 100138429 5902336 1250 1992294400 134512640 135635285 4294956224 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 1 0 0
/proc/25622/statm: 1441 1250 106 274 0 1164 0
[pid=25624] ppid=25622 vsize=5356 CPUtime=0
/proc/25624/stat : 25624 (sh) S 25622 25622 25527 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 100138480 5484544 232 1992294400 4194304 4889804 548682068912 18446744073709551615 227848807236 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25624/statm: 1339 232 193 169 0 50 0
[pid=25625] ppid=25624 vsize=9112 CPUtime=12.17
/proc/25625/stat : 25625 (minisat) R 25624 25622 25527 0 -1 4194304 2297 0 0 0 1216 1 0 0 25 0 1 0 100138480 9330688 2139 1992294400 134512640 135243223 4294956320 18446744073709551615 134558565 0 0 4096 3 0 0 0 17 1 0 0
/proc/25625/statm: 2278 2139 84 178 0 2098 0
Current children cumulated CPU time (s) 12.66
Current children cumulated vsize (KiB) 20232

[startup+25.5019 s]
/proc/loadavg: 0.99 0.97 0.99 2/67 25625
/proc/meminfo: memFree=1649320/2055920 swapFree=4181888/4192956
[pid=25622] ppid=25620 vsize=5764 CPUtime=0.49
/proc/25622/stat : 25622 (IUT_BMB_SAT) S 25620 25622 25527 0 -1 4194304 1268 0 0 0 33 16 0 0 21 0 1 0 100138429 5902336 1250 1992294400 134512640 135635285 4294956224 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 1 0 0
/proc/25622/statm: 1441 1250 106 274 0 1164 0
[pid=25624] ppid=25622 vsize=5356 CPUtime=0
/proc/25624/stat : 25624 (sh) S 25622 25622 25527 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 100138480 5484544 232 1992294400 4194304 4889804 548682068912 18446744073709551615 227848807236 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25624/statm: 1339 232 193 169 0 50 0
[pid=25625] ppid=25624 vsize=12840 CPUtime=24.97
/proc/25625/stat : 25625 (minisat) R 25624 25622 25527 0 -1 4194304 3219 0 0 0 2495 2 0 0 25 0 1 0 100138480 13148160 3061 1992294400 134512640 135243223 4294956320 18446744073709551615 134555564 0 0 4096 3 0 0 0 17 1 0 0
/proc/25625/statm: 3210 3061 84 178 0 3030 0
Current children cumulated CPU time (s) 25.46
Current children cumulated vsize (KiB) 23960

[startup+51.1014 s]
/proc/loadavg: 0.99 0.97 0.99 2/67 25625
/proc/meminfo: memFree=1646568/2055920 swapFree=4181888/4192956
[pid=25622] ppid=25620 vsize=5764 CPUtime=0.49
/proc/25622/stat : 25622 (IUT_BMB_SAT) S 25620 25622 25527 0 -1 4194304 1268 0 0 0 33 16 0 0 21 0 1 0 100138429 5902336 1250 1992294400 134512640 135635285 4294956224 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 1 0 0
/proc/25622/statm: 1441 1250 106 274 0 1164 0
[pid=25624] ppid=25622 vsize=5356 CPUtime=0
/proc/25624/stat : 25624 (sh) S 25622 25622 25527 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 100138480 5484544 232 1992294400 4194304 4889804 548682068912 18446744073709551615 227848807236 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25624/statm: 1339 232 193 169 0 50 0
[pid=25625] ppid=25624 vsize=15584 CPUtime=50.56
/proc/25625/stat : 25625 (minisat) R 25624 25622 25527 0 -1 4194304 3884 0 0 0 5053 3 0 0 25 0 1 0 100138480 15958016 3726 1992294400 134512640 135243223 4294956320 18446744073709551615 134555551 0 0 4096 3 0 0 0 17 1 0 0
/proc/25625/statm: 3896 3726 84 178 0 3716 0
Current children cumulated CPU time (s) 51.05
Current children cumulated vsize (KiB) 26704

[startup+102.305 s]
/proc/loadavg: 0.99 0.97 0.99 2/67 25625
/proc/meminfo: memFree=1645864/2055920 swapFree=4181888/4192956
[pid=25622] ppid=25620 vsize=5764 CPUtime=0.49
/proc/25622/stat : 25622 (IUT_BMB_SAT) S 25620 25622 25527 0 -1 4194304 1268 0 0 0 33 16 0 0 21 0 1 0 100138429 5902336 1250 1992294400 134512640 135635285 4294956224 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 1 0 0
/proc/25622/statm: 1441 1250 106 274 0 1164 0
[pid=25624] ppid=25622 vsize=5356 CPUtime=0
/proc/25624/stat : 25624 (sh) S 25622 25622 25527 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 100138480 5484544 232 1992294400 4194304 4889804 548682068912 18446744073709551615 227848807236 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25624/statm: 1339 232 193 169 0 50 0
[pid=25625] ppid=25624 vsize=16244 CPUtime=101.74
/proc/25625/stat : 25625 (minisat) R 25624 25622 25527 0 -1 4194304 4067 0 0 0 10171 3 0 0 25 0 1 0 100138480 16633856 3909 1992294400 134512640 135243223 4294956320 18446744073709551615 134555632 0 0 4096 3 0 0 0 17 1 0 0
/proc/25625/statm: 4061 3909 84 178 0 3881 0
Current children cumulated CPU time (s) 102.23
Current children cumulated vsize (KiB) 27364

[startup+162.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/67 25625
/proc/meminfo: memFree=1642344/2055920 swapFree=4181888/4192956
[pid=25622] ppid=25620 vsize=5764 CPUtime=0.49
/proc/25622/stat : 25622 (IUT_BMB_SAT) S 25620 25622 25527 0 -1 4194304 1268 0 0 0 33 16 0 0 21 0 1 0 100138429 5902336 1250 1992294400 134512640 135635285 4294956224 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 1 0 0
/proc/25622/statm: 1441 1250 106 274 0 1164 0
[pid=25624] ppid=25622 vsize=5356 CPUtime=0
/proc/25624/stat : 25624 (sh) S 25622 25622 25527 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 100138480 5484544 232 1992294400 4194304 4889804 548682068912 18446744073709551615 227848807236 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25624/statm: 1339 232 193 169 0 50 0
[pid=25625] ppid=25624 vsize=19872 CPUtime=161.73
/proc/25625/stat : 25625 (minisat) R 25624 25622 25527 0 -1 4194304 4961 0 0 0 16168 5 0 0 25 0 1 0 100138480 20348928 4803 1992294400 134512640 135243223 4294956320 18446744073709551615 134558252 0 0 4096 3 0 0 0 17 1 0 0
/proc/25625/statm: 4968 4803 84 178 0 4788 0
Current children cumulated CPU time (s) 162.22
Current children cumulated vsize (KiB) 30992

[startup+222.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/67 25625
/proc/meminfo: memFree=1640040/2055920 swapFree=4181888/4192956
[pid=25622] ppid=25620 vsize=5764 CPUtime=0.49
/proc/25622/stat : 25622 (IUT_BMB_SAT) S 25620 25622 25527 0 -1 4194304 1268 0 0 0 33 16 0 0 21 0 1 0 100138429 5902336 1250 1992294400 134512640 135635285 4294956224 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 1 0 0
/proc/25622/statm: 1441 1250 106 274 0 1164 0
[pid=25624] ppid=25622 vsize=5356 CPUtime=0
/proc/25624/stat : 25624 (sh) S 25622 25622 25527 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 100138480 5484544 232 1992294400 4194304 4889804 548682068912 18446744073709551615 227848807236 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25624/statm: 1339 232 193 169 0 50 0
[pid=25625] ppid=25624 vsize=22104 CPUtime=221.7
/proc/25625/stat : 25625 (minisat) R 25624 25622 25527 0 -1 4194304 5497 0 0 0 22165 5 0 0 25 0 1 0 100138480 22634496 5339 1992294400 134512640 135243223 4294956320 18446744073709551615 134567686 0 0 4096 3 0 0 0 17 1 0 0
/proc/25625/statm: 5526 5339 84 178 0 5346 0
Current children cumulated CPU time (s) 222.19
Current children cumulated vsize (KiB) 33224

[startup+282.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/67 25625
/proc/meminfo: memFree=1639976/2055920 swapFree=4181888/4192956
[pid=25622] ppid=25620 vsize=5764 CPUtime=0.49
/proc/25622/stat : 25622 (IUT_BMB_SAT) S 25620 25622 25527 0 -1 4194304 1268 0 0 0 33 16 0 0 21 0 1 0 100138429 5902336 1250 1992294400 134512640 135635285 4294956224 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 1 0 0
/proc/25622/statm: 1441 1250 106 274 0 1164 0
[pid=25624] ppid=25622 vsize=5356 CPUtime=0
/proc/25624/stat : 25624 (sh) S 25622 25622 25527 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 100138480 5484544 232 1992294400 4194304 4889804 548682068912 18446744073709551615 227848807236 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25624/statm: 1339 232 193 169 0 50 0

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

[pid=25622] ppid=25620 vsize=5764 CPUtime=0.49
/proc/25622/stat : 25622 (IUT_BMB_SAT) S 25620 25622 25527 0 -1 4194304 1268 0 0 0 33 16 0 0 21 0 1 0 100138429 5902336 1250 1992294400 134512640 135635285 4294956224 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 1 0 0
/proc/25622/statm: 1441 1250 106 274 0 1164 0
[pid=25624] ppid=25622 vsize=5356 CPUtime=0
/proc/25624/stat : 25624 (sh) S 25622 25622 25527 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 100138480 5484544 232 1992294400 4194304 4889804 548682068912 18446744073709551615 227848807236 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25624/statm: 1339 232 193 169 0 50 0
[pid=25625] ppid=25624 vsize=27088 CPUtime=701.55
/proc/25625/stat : 25625 (minisat) R 25624 25622 25527 0 -1 4194304 6761 0 0 0 70148 7 0 0 25 0 1 0 100138480 27738112 6603 1992294400 134512640 135243223 4294956320 18446744073709551615 134555707 0 0 4096 3 0 0 0 17 1 0 0
/proc/25625/statm: 6772 6603 84 178 0 6592 0
Current children cumulated CPU time (s) 702.04
Current children cumulated vsize (KiB) 38208

[startup+762.306 s]
/proc/loadavg: 0.99 0.97 0.99 2/67 25625
/proc/meminfo: memFree=1632808/2055920 swapFree=4181888/4192956
[pid=25622] ppid=25620 vsize=5764 CPUtime=0.49
/proc/25622/stat : 25622 (IUT_BMB_SAT) S 25620 25622 25527 0 -1 4194304 1268 0 0 0 33 16 0 0 21 0 1 0 100138429 5902336 1250 1992294400 134512640 135635285 4294956224 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 1 0 0
/proc/25622/statm: 1441 1250 106 274 0 1164 0
[pid=25624] ppid=25622 vsize=5356 CPUtime=0
/proc/25624/stat : 25624 (sh) S 25622 25622 25527 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 100138480 5484544 232 1992294400 4194304 4889804 548682068912 18446744073709551615 227848807236 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25624/statm: 1339 232 193 169 0 50 0
[pid=25625] ppid=25624 vsize=29100 CPUtime=761.53
/proc/25625/stat : 25625 (minisat) R 25624 25622 25527 0 -1 4194304 7247 0 0 0 76146 7 0 0 25 0 1 0 100138480 29798400 7089 1992294400 134512640 135243223 4294956320 18446744073709551615 134565526 0 0 4096 3 0 0 0 17 1 0 0
/proc/25625/statm: 7275 7089 84 178 0 7095 0
Current children cumulated CPU time (s) 762.02
Current children cumulated vsize (KiB) 40220

[startup+822.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/67 25625
/proc/meminfo: memFree=1632488/2055920 swapFree=4181888/4192956
[pid=25622] ppid=25620 vsize=5764 CPUtime=0.49
/proc/25622/stat : 25622 (IUT_BMB_SAT) S 25620 25622 25527 0 -1 4194304 1268 0 0 0 33 16 0 0 21 0 1 0 100138429 5902336 1250 1992294400 134512640 135635285 4294956224 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 1 0 0
/proc/25622/statm: 1441 1250 106 274 0 1164 0
[pid=25624] ppid=25622 vsize=5356 CPUtime=0
/proc/25624/stat : 25624 (sh) S 25622 25622 25527 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 100138480 5484544 232 1992294400 4194304 4889804 548682068912 18446744073709551615 227848807236 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25624/statm: 1339 232 193 169 0 50 0
[pid=25625] ppid=25624 vsize=29468 CPUtime=821.51
/proc/25625/stat : 25625 (minisat) R 25624 25622 25527 0 -1 4194304 7318 0 0 0 82144 7 0 0 25 0 1 0 100138480 30175232 7160 1992294400 134512640 135243223 4294956320 18446744073709551615 134555551 0 0 4096 3 0 0 0 17 1 0 0
/proc/25625/statm: 7367 7160 84 178 0 7187 0
Current children cumulated CPU time (s) 822
Current children cumulated vsize (KiB) 40588

[startup+882.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/67 25625
/proc/meminfo: memFree=1632424/2055920 swapFree=4181888/4192956
[pid=25622] ppid=25620 vsize=5764 CPUtime=0.49
/proc/25622/stat : 25622 (IUT_BMB_SAT) S 25620 25622 25527 0 -1 4194304 1268 0 0 0 33 16 0 0 21 0 1 0 100138429 5902336 1250 1992294400 134512640 135635285 4294956224 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 1 0 0
/proc/25622/statm: 1441 1250 106 274 0 1164 0
[pid=25624] ppid=25622 vsize=5356 CPUtime=0
/proc/25624/stat : 25624 (sh) S 25622 25622 25527 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 100138480 5484544 232 1992294400 4194304 4889804 548682068912 18446744073709551615 227848807236 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25624/statm: 1339 232 193 169 0 50 0
[pid=25625] ppid=25624 vsize=29468 CPUtime=881.49
/proc/25625/stat : 25625 (minisat) R 25624 25622 25527 0 -1 4194304 7320 0 0 0 88142 7 0 0 25 0 1 0 100138480 30175232 7162 1992294400 134512640 135243223 4294956320 18446744073709551615 134555744 0 0 4096 3 0 0 0 17 1 0 0
/proc/25625/statm: 7367 7162 84 178 0 7187 0
Current children cumulated CPU time (s) 881.98
Current children cumulated vsize (KiB) 40588

[startup+942.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/67 25625
/proc/meminfo: memFree=1632296/2055920 swapFree=4181888/4192956
[pid=25622] ppid=25620 vsize=5764 CPUtime=0.49
/proc/25622/stat : 25622 (IUT_BMB_SAT) S 25620 25622 25527 0 -1 4194304 1268 0 0 0 33 16 0 0 21 0 1 0 100138429 5902336 1250 1992294400 134512640 135635285 4294956224 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 1 0 0
/proc/25622/statm: 1441 1250 106 274 0 1164 0
[pid=25624] ppid=25622 vsize=5356 CPUtime=0
/proc/25624/stat : 25624 (sh) S 25622 25622 25527 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 100138480 5484544 232 1992294400 4194304 4889804 548682068912 18446744073709551615 227848807236 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25624/statm: 1339 232 193 169 0 50 0
[pid=25625] ppid=25624 vsize=29628 CPUtime=941.47
/proc/25625/stat : 25625 (minisat) R 25624 25622 25527 0 -1 4194304 7353 0 0 0 94140 7 0 0 25 0 1 0 100138480 30339072 7195 1992294400 134512640 135243223 4294956320 18446744073709551615 134555956 0 0 4096 3 0 0 0 17 1 0 0
/proc/25625/statm: 7407 7195 84 178 0 7227 0
Current children cumulated CPU time (s) 941.96
Current children cumulated vsize (KiB) 40748

[startup+1002.3 s]
/proc/loadavg: 0.99 0.97 0.99 2/67 25625
/proc/meminfo: memFree=1632104/2055920 swapFree=4181888/4192956
[pid=25622] ppid=25620 vsize=5764 CPUtime=0.49
/proc/25622/stat : 25622 (IUT_BMB_SAT) S 25620 25622 25527 0 -1 4194304 1268 0 0 0 33 16 0 0 21 0 1 0 100138429 5902336 1250 1992294400 134512640 135635285 4294956224 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 1 0 0
/proc/25622/statm: 1441 1250 106 274 0 1164 0
[pid=25624] ppid=25622 vsize=5356 CPUtime=0
/proc/25624/stat : 25624 (sh) S 25622 25622 25527 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 100138480 5484544 232 1992294400 4194304 4889804 548682068912 18446744073709551615 227848807236 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25624/statm: 1339 232 193 169 0 50 0
[pid=25625] ppid=25624 vsize=29912 CPUtime=1001.45
/proc/25625/stat : 25625 (minisat) R 25624 25622 25527 0 -1 4194304 7399 0 0 0 100138 7 0 0 25 0 1 0 100138480 30629888 7241 1992294400 134512640 135243223 4294956320 18446744073709551615 134555744 0 0 4096 3 0 0 0 17 1 0 0
/proc/25625/statm: 7478 7241 84 178 0 7298 0
Current children cumulated CPU time (s) 1001.94
Current children cumulated vsize (KiB) 41032

[startup+1062.3 s]
/proc/loadavg: 0.99 0.97 0.99 2/67 25631
/proc/meminfo: memFree=1631912/2055920 swapFree=4181888/4192956
[pid=25622] ppid=25620 vsize=5764 CPUtime=0.49
/proc/25622/stat : 25622 (IUT_BMB_SAT) S 25620 25622 25527 0 -1 4194304 1268 0 0 0 33 16 0 0 21 0 1 0 100138429 5902336 1250 1992294400 134512640 135635285 4294956224 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 1 0 0
/proc/25622/statm: 1441 1250 106 274 0 1164 0
[pid=25624] ppid=25622 vsize=5356 CPUtime=0
/proc/25624/stat : 25624 (sh) S 25622 25622 25527 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 100138480 5484544 232 1992294400 4194304 4889804 548682068912 18446744073709551615 227848807236 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25624/statm: 1339 232 193 169 0 50 0
[pid=25625] ppid=25624 vsize=29912 CPUtime=1061.42
/proc/25625/stat : 25625 (minisat) R 25624 25622 25527 0 -1 4194304 7407 0 0 0 106134 8 0 0 25 0 1 0 100138480 30629888 7249 1992294400 134512640 135243223 4294956320 18446744073709551615 134555744 0 0 4096 3 0 0 0 17 1 0 0
/proc/25625/statm: 7478 7249 84 178 0 7298 0
Current children cumulated CPU time (s) 1061.91
Current children cumulated vsize (KiB) 41032

[startup+1122.3 s]
/proc/loadavg: 0.99 0.97 0.99 2/67 25631
/proc/meminfo: memFree=1631656/2055920 swapFree=4181888/4192956
[pid=25622] ppid=25620 vsize=5764 CPUtime=0.49
/proc/25622/stat : 25622 (IUT_BMB_SAT) S 25620 25622 25527 0 -1 4194304 1268 0 0 0 33 16 0 0 21 0 1 0 100138429 5902336 1250 1992294400 134512640 135635285 4294956224 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 1 0 0
/proc/25622/statm: 1441 1250 106 274 0 1164 0
[pid=25624] ppid=25622 vsize=5356 CPUtime=0
/proc/25624/stat : 25624 (sh) S 25622 25622 25527 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 100138480 5484544 232 1992294400 4194304 4889804 548682068912 18446744073709551615 227848807236 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25624/statm: 1339 232 193 169 0 50 0
[pid=25625] ppid=25624 vsize=30256 CPUtime=1121.4
/proc/25625/stat : 25625 (minisat) R 25624 25622 25527 0 -1 4194304 7499 0 0 0 112132 8 0 0 25 0 1 0 100138480 30982144 7341 1992294400 134512640 135243223 4294956320 18446744073709551615 134555483 0 0 4096 3 0 0 0 17 1 0 0
/proc/25625/statm: 7564 7341 84 178 0 7384 0
Current children cumulated CPU time (s) 1121.89
Current children cumulated vsize (KiB) 41376

[startup+1182.3 s]
/proc/loadavg: 0.99 0.97 0.99 2/67 25631
/proc/meminfo: memFree=1631656/2055920 swapFree=4181888/4192956
[pid=25622] ppid=25620 vsize=5764 CPUtime=0.49
/proc/25622/stat : 25622 (IUT_BMB_SAT) S 25620 25622 25527 0 -1 4194304 1268 0 0 0 33 16 0 0 21 0 1 0 100138429 5902336 1250 1992294400 134512640 135635285 4294956224 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 1 0 0
/proc/25622/statm: 1441 1250 106 274 0 1164 0
[pid=25624] ppid=25622 vsize=5356 CPUtime=0
/proc/25624/stat : 25624 (sh) S 25622 25622 25527 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 100138480 5484544 232 1992294400 4194304 4889804 548682068912 18446744073709551615 227848807236 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25624/statm: 1339 232 193 169 0 50 0
[pid=25625] ppid=25624 vsize=30256 CPUtime=1181.38
/proc/25625/stat : 25625 (minisat) R 25624 25622 25527 0 -1 4194304 7501 0 0 0 118130 8 0 0 25 0 1 0 100138480 30982144 7343 1992294400 134512640 135243223 4294956320 18446744073709551615 134555632 0 0 4096 3 0 0 0 17 1 0 0
/proc/25625/statm: 7564 7343 84 178 0 7384 0
Current children cumulated CPU time (s) 1181.87
Current children cumulated vsize (KiB) 41376



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.5 s]
/proc/loadavg: 0.99 0.97 0.99 2/67 25631
/proc/meminfo: memFree=1631656/2055920 swapFree=4181888/4192956
[pid=25622] ppid=25620 vsize=5764 CPUtime=0.49
/proc/25622/stat : 25622 (IUT_BMB_SAT) S 25620 25622 25527 0 -1 4194304 1268 0 0 0 33 16 0 0 21 0 1 0 100138429 5902336 1250 1992294400 134512640 135635285 4294956224 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 1 0 0
/proc/25622/statm: 1441 1250 106 274 0 1164 0
[pid=25624] ppid=25622 vsize=5356 CPUtime=0
/proc/25624/stat : 25624 (sh) S 25622 25622 25527 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 100138480 5484544 232 1992294400 4194304 4889804 548682068912 18446744073709551615 227848807236 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25624/statm: 1339 232 193 169 0 50 0
[pid=25625] ppid=25624 vsize=30256 CPUtime=1199.58
/proc/25625/stat : 25625 (minisat) R 25624 25622 25527 0 -1 4194304 7501 0 0 0 119950 8 0 0 25 0 1 0 100138480 30982144 7343 1992294400 134512640 135243223 4294956320 18446744073709551615 134555744 0 0 4096 3 0 0 0 17 1 0 0
/proc/25625/statm: 7564 7343 84 178 0 7384 0
Current children cumulated CPU time (s) 1200.07
Current children cumulated vsize (KiB) 41376

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

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

[startup+1200.5 s]
/proc/loadavg: 0.99 0.97 0.99 2/67 25631
/proc/meminfo: memFree=1631656/2055920 swapFree=4181888/4192956
[pid=25622] ppid=25620 vsize=5764 CPUtime=0.49
/proc/25622/stat : 25622 (IUT_BMB_SAT) S 25620 25622 25527 0 -1 4194304 1268 0 0 0 33 16 0 0 21 0 1 0 100138429 5902336 1250 1992294400 134512640 135635285 4294956224 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 1 0 0
/proc/25622/statm: 1441 1250 106 274 0 1164 0
[pid=25624] ppid=25622 vsize=5356 CPUtime=0
/proc/25624/stat : 25624 (sh) S 25622 25622 25527 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 100138480 5484544 232 1992294400 4194304 4889804 548682068912 18446744073709551615 227848807236 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25624/statm: 1339 232 193 169 0 50 0
[pid=25625] ppid=25624 vsize=30256 CPUtime=1199.58
/proc/25625/stat : 25625 (minisat) R 25624 25622 25527 0 -1 4194304 7501 0 0 0 119950 8 0 0 25 0 1 0 100138480 30982144 7343 1992294400 134512640 135243223 4294956320 18446744073709551615 134555744 0 0 4096 3 0 0 0 17 1 0 0
/proc/25625/statm: 7564 7343 84 178 0 7384 0
Current children cumulated CPU time (s) 1200.07
Current children cumulated vsize (KiB) 41376

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1200.52
CPU time (s): 1200.12
CPU user time (s): 1199.85
CPU system time (s): 0.26196
CPU usage (%): 99.9663
Max. virtual memory (cumulated for all children) (KiB): 41376

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

runsolver used 1.06684 second user time and 3.3115 second system time

The end

Launcher Data

Begin job on node18 at 2009-04-26 06:44:12
IDJOB=1727113
IDBENCH=24629
IDSOLVER=523
FILE ID=node18/1727113-1240721051
PBS_JOBID= 9186891
Free space on /tmp= 66144 MiB

SOLVER NAME= IUT_BMB_SAT 1.0
BENCH NAME= SAT07/crafted/Hard/contest04/others/Composite-048BitPrimes-1.sat05-504.reshuffled-07.cnf
COMMAND LINE= IUT_BMB_SAT BENCHNAME TMPDIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1727113-1240721051/watcher-1727113-1240721051 -o /tmp/evaluation-result-1727113-1240721051/solver-1727113-1240721051 -C 1200 -W 1800 -M 1800 --output-limit 1,15  IUT_BMB_SAT HOME/instance-1727113-1240721051.cnf HOME

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

MD5SUM BENCH= 3ec02d98577965dc40d4f2f9fa0499c0
RANDOM SEED=260892970

node18.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.280
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.280
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:       1667808 kB
Buffers:         48240 kB
Cached:         277188 kB
SwapCached:       5324 kB
Active:         183792 kB
Inactive:       149932 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1667808 kB
SwapTotal:     4192956 kB
SwapFree:      4181888 kB
Dirty:            3316 kB
Writeback:           0 kB
Mapped:          14012 kB
Slab:            40360 kB
Committed_AS:   402296 kB
PageTables:       1372 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= 66144 MiB
End job on node18 at 2009-04-26 07:04:14