Trace number 1772896

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
ManySAT 1.1 aimd 1/2009-03-20? (TO) 10000 5195.12

General information on the benchmark

Nameindustrial/palacios/hard/
safe-50-h49-unsat.cnf
MD5SUMafc9746f162b3434bc79ea21bd1704d5
Bench CategoryAPPLICATION (applications 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 variables615037
Number of clauses2098249
Sum of the clauses size5069473
Maximum clause length101
Minimum clause length1
Number of clauses of size 150
Number of clauses of size 21488062
Number of clauses of size 3602029
Number of clauses of size 4238
Number of clauses of size 5148
Number of clauses of size over 57722

Solver Data

0.00/0.00	c Parsing...
1.99/2.04	c ==============================================================================
1.99/2.04	c |           |     ORIGINAL     |              LEARNT              |          |
1.99/2.04	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
1.99/2.04	c ==============================================================================
1.99/2.04	c |         0 | 2098099  5069173 |  629429       0        0     nan |  0.000 % |
361.36/361.65	c |         0 |  769676  6992680 |      --       0       --      -- |     --   | -1328423/1923507
361.36/361.66	c ==============================================================================
361.36/361.66	c Result  :   #vars: 20526   #clauses: 769676   #literals: 6992680
361.36/361.66	c CPU time:   359.35 s
361.36/361.66	c ==============================================================================

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-1772896-1241286450/watcher-1772896-1241286450 -o /tmp/evaluation-result-1772896-1241286450/solver-1772896-1241286450 -C 10000 -W 12000 -M 1800 manysat.sh HOME/instance-1772896-1241286450.cnf aimd 1 

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


[startup+0 s]
/proc/loadavg: 0.93 0.98 0.99 3/64 29866
/proc/meminfo: memFree=1866232/2055924 swapFree=4149332/4192956
[pid=29866] ppid=29864 vsize=5356 CPUtime=0
/proc/29866/stat : 29866 (manysat.sh) R 29864 29866 29829 0 -1 4194304 267 0 0 0 0 0 0 0 18 0 1 0 156679655 5484544 234 1992294400 4194304 4889804 548682068800 18446744073709551615 268582840991 0 65538 4100 65536 0 0 0 17 0 0 0
/proc/29866/statm: 1339 234 194 169 0 50 0
[pid=29867] ppid=29866 vsize=1556 CPUtime=0
/proc/29867/stat : 29867 (SatElite) R 29866 29866 29829 0 -1 4194304 279 0 0 0 0 0 0 0 18 0 1 0 156679655 1593344 263 1992294400 134512640 135034092 4294956112 18446744073709551615 134544780 0 0 4096 3 0 0 0 17 0 0 0
/proc/29867/statm: 389 268 50 127 0 259 0

[startup+0.102234 s]
/proc/loadavg: 0.93 0.98 0.99 3/64 29866
/proc/meminfo: memFree=1866232/2055924 swapFree=4149332/4192956
[pid=29866] ppid=29864 vsize=5356 CPUtime=0
/proc/29866/stat : 29866 (manysat.sh) S 29864 29866 29829 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 156679655 5484544 235 1992294400 4194304 4889804 548682068800 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29866/statm: 1339 235 195 169 0 50 0
[pid=29867] ppid=29866 vsize=12620 CPUtime=0.09
/proc/29867/stat : 29867 (SatElite) R 29866 29866 29829 0 -1 4194304 2913 0 0 0 8 1 0 0 19 0 1 0 156679655 12922880 2897 1992294400 134512640 135034092 4294956112 18446744073709551615 134673244 0 0 4096 3 0 0 0 17 0 0 0
/proc/29867/statm: 3155 2897 52 127 0 3025 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 17976

[startup+0.201254 s]
/proc/loadavg: 0.93 0.98 0.99 3/64 29866
/proc/meminfo: memFree=1866232/2055924 swapFree=4149332/4192956
[pid=29866] ppid=29864 vsize=5356 CPUtime=0
/proc/29866/stat : 29866 (manysat.sh) S 29864 29866 29829 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 156679655 5484544 235 1992294400 4194304 4889804 548682068800 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29866/statm: 1339 235 195 169 0 50 0
[pid=29867] ppid=29866 vsize=30328 CPUtime=0.19
/proc/29867/stat : 29867 (SatElite) R 29866 29866 29829 0 -1 4194304 6106 0 0 0 16 3 0 0 20 0 1 0 156679655 31055872 6091 1992294400 134512640 135034092 4294956112 18446744073709551615 134544856 0 0 4096 3 0 0 0 17 0 0 0
/proc/29867/statm: 7582 6093 52 127 0 7452 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 35684

[startup+0.301272 s]
/proc/loadavg: 0.93 0.98 0.99 3/64 29866
/proc/meminfo: memFree=1866232/2055924 swapFree=4149332/4192956
[pid=29866] ppid=29864 vsize=5356 CPUtime=0
/proc/29866/stat : 29866 (manysat.sh) S 29864 29866 29829 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 156679655 5484544 235 1992294400 4194304 4889804 548682068800 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29866/statm: 1339 235 195 169 0 50 0
[pid=29867] ppid=29866 vsize=40196 CPUtime=0.29
/proc/29867/stat : 29867 (SatElite) R 29866 29866 29829 0 -1 4194304 9241 0 0 0 25 4 0 0 21 0 1 0 156679655 41160704 9225 1992294400 134512640 135034092 4294956112 18446744073709551615 134691005 0 0 4096 3 0 0 0 17 0 0 0
/proc/29867/statm: 10049 9226 52 127 0 9919 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 45552

[startup+0.70135 s]
/proc/loadavg: 0.93 0.98 0.99 3/64 29866
/proc/meminfo: memFree=1866232/2055924 swapFree=4149332/4192956
[pid=29866] ppid=29864 vsize=5356 CPUtime=0
/proc/29866/stat : 29866 (manysat.sh) S 29864 29866 29829 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 156679655 5484544 235 1992294400 4194304 4889804 548682068800 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29866/statm: 1339 235 195 169 0 50 0
[pid=29867] ppid=29866 vsize=88856 CPUtime=0.69
/proc/29867/stat : 29867 (SatElite) R 29866 29866 29829 0 -1 4194304 21613 0 0 0 58 11 0 0 25 0 1 0 156679655 90988544 21597 1992294400 134512640 135034092 4294956112 18446744073709551615 134691005 0 0 4096 3 0 0 0 17 0 0 0
/proc/29867/statm: 22247 21598 52 127 0 22117 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 94212

[startup+1.50251 s]
/proc/loadavg: 0.93 0.98 0.99 2/66 29868
/proc/meminfo: memFree=1729512/2055924 swapFree=4149332/4192956
[pid=29866] ppid=29864 vsize=5356 CPUtime=0
/proc/29866/stat : 29866 (manysat.sh) S 29864 29866 29829 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 156679655 5484544 235 1992294400 4194304 4889804 548682068800 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29866/statm: 1339 235 195 169 0 50 0
[pid=29867] ppid=29866 vsize=234432 CPUtime=1.49
/proc/29867/stat : 29867 (SatElite) R 29866 29866 29829 0 -1 4194304 46411 0 0 0 124 25 0 0 25 0 1 0 156679655 240058368 46395 1992294400 134512640 135034092 4294956112 18446744073709551615 134691005 0 0 4096 3 0 0 0 17 0 0 0
/proc/29867/statm: 58608 46396 52 127 0 58478 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 239788

[startup+3.10182 s]
/proc/loadavg: 1.01 1.00 1.00 2/66 29868
/proc/meminfo: memFree=1615208/2055924 swapFree=4149332/4192956
[pid=29866] ppid=29864 vsize=5356 CPUtime=0
/proc/29866/stat : 29866 (manysat.sh) S 29864 29866 29829 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 156679655 5484544 235 1992294400 4194304 4889804 548682068800 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29866/statm: 1339 235 195 169 0 50 0
[pid=29867] ppid=29866 vsize=319140 CPUtime=3.08
/proc/29867/stat : 29867 (SatElite) R 29866 29866 29829 0 -1 4194304 66863 0 0 0 271 37 0 0 25 0 1 0 156679655 326799360 65300 1992294400 134512640 135034092 4294956112 18446744073709551615 134691101 0 0 4096 3 0 0 0 17 0 0 0
/proc/29867/statm: 79785 65300 68 127 0 79655 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 324496

[startup+6.30245 s]
/proc/loadavg: 1.01 1.00 1.00 2/66 29868
/proc/meminfo: memFree=1586920/2055924 swapFree=4149332/4192956
[pid=29866] ppid=29864 vsize=5356 CPUtime=0
/proc/29866/stat : 29866 (manysat.sh) S 29864 29866 29829 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 156679655 5484544 235 1992294400 4194304 4889804 548682068800 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29866/statm: 1339 235 195 169 0 50 0
[pid=29867] ppid=29866 vsize=326644 CPUtime=6.28
/proc/29867/stat : 29867 (SatElite) R 29866 29866 29829 0 -1 4194304 68703 0 0 0 583 45 0 0 25 0 1 0 156679655 334483456 67140 1992294400 134512640 135034092 4294956112 18446744073709551615 134543581 0 0 4096 3 0 0 0 17 0 0 0
/proc/29867/statm: 81661 67140 68 127 0 81531 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 332000

[startup+12.7017 s]
/proc/loadavg: 1.09 1.02 1.01 2/66 29868
/proc/meminfo: memFree=1555944/2055924 swapFree=4149332/4192956
[pid=29866] ppid=29864 vsize=5356 CPUtime=0
/proc/29866/stat : 29866 (manysat.sh) S 29864 29866 29829 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 156679655 5484544 235 1992294400 4194304 4889804 548682068800 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29866/statm: 1339 235 195 169 0 50 0
[pid=29867] ppid=29866 vsize=338008 CPUtime=12.68
/proc/29867/stat : 29867 (SatElite) R 29866 29866 29829 0 -1 4194304 71483 0 0 0 1209 59 0 0 25 0 1 0 156679655 346120192 69920 1992294400 134512640 135034092 4294956112 18446744073709551615 134541605 0 0 4096 3 0 0 0 17 0 0 0
/proc/29867/statm: 84502 69920 68 127 0 84372 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 343364

[startup+25.5012 s]
/proc/loadavg: 1.29 1.06 1.02 2/66 29868
/proc/meminfo: memFree=1509736/2055924 swapFree=4149332/4192956
[pid=29866] ppid=29864 vsize=5356 CPUtime=0
/proc/29866/stat : 29866 (manysat.sh) S 29864 29866 29829 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 156679655 5484544 235 1992294400 4194304 4889804 548682068800 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29866/statm: 1339 235 195 169 0 50 0
[pid=29867] ppid=29866 vsize=353624 CPUtime=25.45
/proc/29867/stat : 29867 (SatElite) R 29866 29866 29829 0 -1 4194304 75466 0 0 0 2458 87 0 0 25 0 1 0 156679655 362110976 73903 1992294400 134512640 135034092 4294956112 18446744073709551615 134691101 0 0 4096 3 0 0 0 17 0 0 0
/proc/29867/statm: 88406 73903 68 127 0 88276 0
Current children cumulated CPU time (s) 25.45
Current children cumulated vsize (KiB) 358980

[startup+51.1012 s]
/proc/loadavg: 1.47 1.12 1.04 2/66 29868
/proc/meminfo: memFree=1439208/2055924 swapFree=4149332/4192956
[pid=29866] ppid=29864 vsize=5356 CPUtime=0
/proc/29866/stat : 29866 (manysat.sh) S 29864 29866 29829 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 156679655 5484544 235 1992294400 4194304 4889804 548682068800 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29866/statm: 1339 235 195 169 0 50 0
[pid=29867] ppid=29866 vsize=382652 CPUtime=51.04
/proc/29867/stat : 29867 (SatElite) R 29866 29866 29829 0 -1 4194304 82120 0 0 0 4962 142 0 0 25 0 1 0 156679655 391835648 80557 1992294400 134512640 135034092 4294956112 18446744073709551615 134540704 0 0 4096 3 0 0 0 17 0 0 0
/proc/29867/statm: 95663 80557 68 127 0 95533 0
Current children cumulated CPU time (s) 51.04
Current children cumulated vsize (KiB) 388008

[startup+102.302 s]
/proc/loadavg: 1.50 1.20 1.07 2/66 29868
/proc/meminfo: memFree=1365288/2055924 swapFree=4149332/4192956
[pid=29866] ppid=29864 vsize=5356 CPUtime=0
/proc/29866/stat : 29866 (manysat.sh) S 29864 29866 29829 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 156679655 5484544 235 1992294400 4194304 4889804 548682068800 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29866/statm: 1339 235 195 169 0 50 0
[pid=29867] ppid=29866 vsize=422900 CPUtime=102.21
/proc/29867/stat : 29867 (SatElite) R 29866 29866 29829 0 -1 4194304 90607 0 0 0 10021 200 0 0 25 0 1 0 156679655 433049600 87842 1992294400 134512640 135034092 4294956112 18446744073709551615 134540724 0 0 4096 3 0 0 0 17 1 0 0
/proc/29867/statm: 105725 87842 68 127 0 105595 0
Current children cumulated CPU time (s) 102.21
Current children cumulated vsize (KiB) 428256

[startup+162.302 s]
/proc/loadavg: 1.20 1.17 1.07 2/66 29868
/proc/meminfo: memFree=1361896/2055924 swapFree=4149332/4192956
[pid=29866] ppid=29864 vsize=5356 CPUtime=0
/proc/29866/stat : 29866 (manysat.sh) S 29864 29866 29829 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 156679655 5484544 235 1992294400 4194304 4889804 548682068800 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29866/statm: 1339 235 195 169 0 50 0
[pid=29867] ppid=29866 vsize=426988 CPUtime=162.16
/proc/29867/stat : 29867 (SatElite) R 29866 29866 29829 0 -1 4194304 91536 0 0 0 16016 200 0 0 25 0 1 0 156679655 437235712 88771 1992294400 134512640 135034092 4294956112 18446744073709551615 134540734 0 0 4096 3 0 0 0 17 0 0 0
/proc/29867/statm: 106747 88771 68 127 0 106617 0
Current children cumulated CPU time (s) 162.16
Current children cumulated vsize (KiB) 432344

[startup+222.306 s]
/proc/loadavg: 1.07 1.13 1.06 2/66 29868
/proc/meminfo: memFree=1357480/2055924 swapFree=4149332/4192956
[pid=29866] ppid=29864 vsize=5356 CPUtime=0
/proc/29866/stat : 29866 (manysat.sh) S 29864 29866 29829 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 156679655 5484544 235 1992294400 4194304 4889804 548682068800 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29866/statm: 1339 235 195 169 0 50 0
[pid=29867] ppid=29866 vsize=431972 CPUtime=222.14
/proc/29867/stat : 29867 (SatElite) R 29866 29866 29829 0 -1 4194304 92609 0 0 0 22013 201 0 0 25 0 1 0 156679655 442339328 89844 1992294400 134512640 135034092 4294956112 18446744073709551615 134540733 0 0 4096 3 0 0 0 17 0 0 0
/proc/29867/statm: 107993 89844 68 127 0 107863 0
Current children cumulated CPU time (s) 222.14
Current children cumulated vsize (KiB) 437328

[startup+282.302 s]
/proc/loadavg: 1.02 1.11 1.05 2/66 29868
/proc/meminfo: memFree=1352616/2055924 swapFree=4149332/4192956
[pid=29866] ppid=29864 vsize=5356 CPUtime=0
/proc/29866/stat : 29866 (manysat.sh) S 29864 29866 29829 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 156679655 5484544 235 1992294400 4194304 4889804 548682068800 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29866/statm: 1339 235 195 169 0 50 0
[pid=29867] ppid=29866 vsize=437196 CPUtime=282.1
/proc/29867/stat : 29867 (SatElite) R 29866 29866 29829 0 -1 4194304 93822 0 0 0 28008 202 0 0 25 0 1 0 156679655 447688704 91057 1992294400 134512640 135034092 4294956112 18446744073709551615 134540733 0 0 4096 3 0 0 0 17 1 0 0
/proc/29867/statm: 109299 91057 68 127 0 109169 0
Current children cumulated CPU time (s) 282.1
Current children cumulated vsize (KiB) 442552

[startup+342.301 s]
/proc/loadavg: 1.01 1.08 1.05 2/66 29868
/proc/meminfo: memFree=1346024/2055924 swapFree=4149332/4192956
[pid=29866] ppid=29864 vsize=5356 CPUtime=0
/proc/29866/stat : 29866 (manysat.sh) S 29864 29866 29829 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 156679655 5484544 235 1992294400 4194304 4889804 548682068800 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29866/statm: 1339 235 195 169 0 50 0
[pid=29867] ppid=29866 vsize=443932 CPUtime=342.07
/proc/29867/stat : 29867 (SatElite) R 29866 29866 29829 0 -1 4194304 95459 0 0 0 34003 204 0 0 25 0 1 0 156679655 454586368 92694 1992294400 134512640 135034092 4294956112 18446744073709551615 134563219 0 0 4096 3 0 0 0 17 0 0 0
/proc/29867/statm: 110983 92694 68 127 0 110853 0
Current children cumulated CPU time (s) 342.07

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

/proc/29869/task/29872/stat : 29872 (manysat1.1_stat) R 29866 29866 29829 0 -1 4194368 54622 0 0 0 224788 98 0 0 20 0 4 0 156716410 1343619072 313017 1992294400 134512640 135305190 4294956160 18446744073709551615 134528256 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 9056.6
Current children cumulated vsize (KiB) 1317484

[startup+4782.3 s]
/proc/loadavg: 3.99 3.97 3.91 5/69 29886
/proc/meminfo: memFree=413776/2055924 swapFree=4149332/4192956
[pid=29866] ppid=29864 vsize=5356 CPUtime=364.13
/proc/29866/stat : 29866 (manysat.sh) S 29864 29866 29829 0 -1 4194304 313 103006 0 0 0 0 36183 230 16 0 1 0 156679655 5484544 238 1992294400 4194304 4889804 548682068800 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29866/statm: 1339 238 195 169 0 50 0
[pid=29869] ppid=29866 vsize=1315520 CPUtime=8812.18
/proc/29869/stat : 29869 (manysat1.1_stat) R 29866 29866 29829 0 -1 4194304 313842 0 0 0 880753 465 0 0 18 0 4 0 156716094 1347092480 313767 1992294400 134512640 135305190 4294956160 18446744073709551615 134528347 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/29869/statm: 328880 313767 83 193 0 328684 0
[pid=29869/tid=29870] ppid=29866 vsize=1315520 CPUtime=2090.09
/proc/29869/task/29870/stat : 29870 (manysat1.1_stat) R 29866 29866 29829 0 -1 4194368 49999 0 0 0 208917 92 0 0 25 0 4 0 156716410 1347092480 313767 1992294400 134512640 135305190 4294956160 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 1 0 0
[pid=29869/tid=29871] ppid=29866 vsize=1315520 CPUtime=2012.5
/proc/29869/task/29871/stat : 29871 (manysat1.1_stat) R 29866 29866 29829 0 -1 4194368 78732 0 0 0 201140 110 0 0 17 0 4 0 156716410 1347092480 313767 1992294400 134512640 135305190 4294956160 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 0 0 0
[pid=29869/tid=29872] ppid=29866 vsize=1315520 CPUtime=2275.95
/proc/29869/task/29872/stat : 29872 (manysat1.1_stat) R 29866 29866 29829 0 -1 4194368 54707 0 0 0 227497 98 0 0 18 0 4 0 156716410 1347092480 313767 1992294400 134512640 135305190 4294956160 18446744073709551615 134528252 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 9176.31
Current children cumulated vsize (KiB) 1320876

[startup+4842.31 s]
/proc/loadavg: 3.99 3.97 3.91 5/69 29886
/proc/meminfo: memFree=408976/2055924 swapFree=4149332/4192956
[pid=29866] ppid=29864 vsize=5356 CPUtime=364.13
/proc/29866/stat : 29866 (manysat.sh) S 29864 29866 29829 0 -1 4194304 313 103006 0 0 0 0 36183 230 16 0 1 0 156679655 5484544 238 1992294400 4194304 4889804 548682068800 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29866/statm: 1339 238 195 169 0 50 0
[pid=29869] ppid=29866 vsize=1320088 CPUtime=8931.92
/proc/29869/stat : 29869 (manysat1.1_stat) R 29866 29866 29829 0 -1 4194304 315026 0 0 0 892725 467 0 0 25 0 4 0 156716094 1351770112 314951 1992294400 134512640 135305190 4294956160 18446744073709551615 134528229 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/29869/statm: 330022 314951 83 193 0 329826 0
[pid=29869/tid=29870] ppid=29866 vsize=1320088 CPUtime=2120.69
/proc/29869/task/29870/stat : 29870 (manysat1.1_stat) R 29866 29866 29829 0 -1 4194368 49999 0 0 0 211977 92 0 0 25 0 4 0 156716410 1351770112 314951 1992294400 134512640 135305190 4294956160 18446744073709551615 134528840 0 0 4096 3 0 0 0 -1 1 0 0
[pid=29869/tid=29871] ppid=29866 vsize=1320088 CPUtime=2038.31
/proc/29869/task/29871/stat : 29871 (manysat1.1_stat) R 29866 29866 29829 0 -1 4194368 79794 0 0 0 203720 111 0 0 17 0 4 0 156716410 1351770112 314951 1992294400 134512640 135305190 4294956160 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 0 0 0
[pid=29869/tid=29872] ppid=29866 vsize=1320088 CPUtime=2305
/proc/29869/task/29872/stat : 29872 (manysat1.1_stat) R 29866 29866 29829 0 -1 4194368 54795 0 0 0 230402 98 0 0 25 0 4 0 156716410 1351770112 314951 1992294400 134512640 135305190 4294956160 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 9296.05
Current children cumulated vsize (KiB) 1325444

[startup+4902.3 s]
/proc/loadavg: 3.99 3.97 3.91 5/69 29886
/proc/meminfo: memFree=406352/2055924 swapFree=4149332/4192956
[pid=29866] ppid=29864 vsize=5356 CPUtime=364.13
/proc/29866/stat : 29866 (manysat.sh) S 29864 29866 29829 0 -1 4194304 313 103006 0 0 0 0 36183 230 16 0 1 0 156679655 5484544 238 1992294400 4194304 4889804 548682068800 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29866/statm: 1339 238 195 169 0 50 0
[pid=29869] ppid=29866 vsize=1322656 CPUtime=9051.65
/proc/29869/stat : 29869 (manysat1.1_stat) R 29866 29866 29829 0 -1 4194304 315668 0 0 0 904697 468 0 0 25 0 4 0 156716094 1354399744 315593 1992294400 134512640 135305190 4294956160 18446744073709551615 134528523 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/29869/statm: 330664 315593 83 193 0 330468 0
[pid=29869/tid=29870] ppid=29866 vsize=1322656 CPUtime=2148.99
/proc/29869/task/29870/stat : 29870 (manysat1.1_stat) R 29866 29866 29829 0 -1 4194368 50006 0 0 0 214807 92 0 0 25 0 4 0 156716410 1354399744 315593 1992294400 134512640 135305190 4294956160 18446744073709551615 134528327 0 0 4096 3 0 0 0 -1 0 0 0
[pid=29869/tid=29871] ppid=29866 vsize=1322656 CPUtime=2066.78
/proc/29869/task/29871/stat : 29871 (manysat1.1_stat) R 29866 29866 29829 0 -1 4194368 80058 0 0 0 206567 111 0 0 21 0 4 0 156716410 1354399744 315593 1992294400 134512640 135305190 4294956160 18446744073709551615 134528263 0 0 4096 3 0 0 0 -1 1 0 0
[pid=29869/tid=29872] ppid=29866 vsize=1322656 CPUtime=2334.47
/proc/29869/task/29872/stat : 29872 (manysat1.1_stat) R 29866 29866 29829 0 -1 4194368 55117 0 0 0 233348 99 0 0 23 0 4 0 156716410 1354399744 315593 1992294400 134512640 135305190 4294956160 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 9415.78
Current children cumulated vsize (KiB) 1328012

[startup+4962.3 s]
/proc/loadavg: 3.99 3.97 3.91 5/69 29886
/proc/meminfo: memFree=397776/2055924 swapFree=4149332/4192956
[pid=29866] ppid=29864 vsize=5356 CPUtime=364.13
/proc/29866/stat : 29866 (manysat.sh) S 29864 29866 29829 0 -1 4194304 313 103006 0 0 0 0 36183 230 16 0 1 0 156679655 5484544 238 1992294400 4194304 4889804 548682068800 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29866/statm: 1339 238 195 169 0 50 0
[pid=29869] ppid=29866 vsize=1330640 CPUtime=9171.37
/proc/29869/stat : 29869 (manysat1.1_stat) R 29866 29866 29829 0 -1 4194304 317809 0 0 0 916664 473 0 0 19 0 4 0 156716094 1362575360 317734 1992294400 134512640 135305190 4294956160 18446744073709551615 134528292 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/29869/statm: 332660 317734 83 193 0 332464 0
[pid=29869/tid=29870] ppid=29866 vsize=1330640 CPUtime=2175.19
/proc/29869/task/29870/stat : 29870 (manysat1.1_stat) R 29866 29866 29829 0 -1 4194368 50406 0 0 0 217426 93 0 0 25 0 4 0 156716410 1362575360 317734 1992294400 134512640 135305190 4294956160 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 0 0 0
[pid=29869/tid=29871] ppid=29866 vsize=1330640 CPUtime=2094.05
/proc/29869/task/29871/stat : 29871 (manysat1.1_stat) R 29866 29866 29829 0 -1 4194368 80648 0 0 0 209292 113 0 0 17 0 4 0 156716410 1362575360 317734 1992294400 134512640 135305190 4294956160 18446744073709551615 134528523 0 0 4096 3 0 0 0 -1 1 0 0
[pid=29869/tid=29872] ppid=29866 vsize=1330640 CPUtime=2367.04
/proc/29869/task/29872/stat : 29872 (manysat1.1_stat) R 29866 29866 29829 0 -1 4194368 55629 0 0 0 236604 100 0 0 19 0 4 0 156716410 1362575360 317734 1992294400 134512640 135305190 4294956160 18446744073709551615 134569921 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 9535.5
Current children cumulated vsize (KiB) 1335996

[startup+5022.3 s]
/proc/loadavg: 3.99 3.97 3.91 5/69 29886
/proc/meminfo: memFree=395920/2055924 swapFree=4149332/4192956
[pid=29866] ppid=29864 vsize=5356 CPUtime=364.13
/proc/29866/stat : 29866 (manysat.sh) S 29864 29866 29829 0 -1 4194304 313 103006 0 0 0 0 36183 230 16 0 1 0 156679655 5484544 238 1992294400 4194304 4889804 548682068800 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29866/statm: 1339 238 195 169 0 50 0
[pid=29869] ppid=29866 vsize=1333340 CPUtime=9291.09
/proc/29869/stat : 29869 (manysat1.1_stat) R 29866 29866 29829 0 -1 4194304 318263 0 0 0 928635 474 0 0 25 0 4 0 156716094 1365340160 318188 1992294400 134512640 135305190 4294956160 18446744073709551615 134528539 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/29869/statm: 333335 318188 83 193 0 333139 0
[pid=29869/tid=29870] ppid=29866 vsize=1333340 CPUtime=2204.61
/proc/29869/task/29870/stat : 29870 (manysat1.1_stat) R 29866 29866 29829 0 -1 4194368 50409 0 0 0 220368 93 0 0 17 0 4 0 156716410 1365340160 318188 1992294400 134512640 135305190 4294956160 18446744073709551615 134528277 0 0 4096 3 0 0 0 -1 0 0 0
[pid=29869/tid=29871] ppid=29866 vsize=1333340 CPUtime=2125.98
/proc/29869/task/29871/stat : 29871 (manysat1.1_stat) R 29866 29866 29829 0 -1 4194368 81094 0 0 0 212485 113 0 0 19 0 4 0 156716410 1365340160 318188 1992294400 134512640 135305190 4294956160 18446744073709551615 134528252 0 0 4096 3 0 0 0 -1 0 0 0
[pid=29869/tid=29872] ppid=29866 vsize=1333340 CPUtime=2397.9
/proc/29869/task/29872/stat : 29872 (manysat1.1_stat) R 29866 29866 29829 0 -1 4194368 55629 0 0 0 239690 100 0 0 25 0 4 0 156716410 1365340160 318188 1992294400 134512640 135305190 4294956160 18446744073709551615 134557484 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 9655.22
Current children cumulated vsize (KiB) 1338696

[startup+5082.3 s]
/proc/loadavg: 3.99 3.97 3.91 5/69 29886
/proc/meminfo: memFree=394064/2055924 swapFree=4149332/4192956
[pid=29866] ppid=29864 vsize=5356 CPUtime=364.13
/proc/29866/stat : 29866 (manysat.sh) S 29864 29866 29829 0 -1 4194304 313 103006 0 0 0 0 36183 230 16 0 1 0 156679655 5484544 238 1992294400 4194304 4889804 548682068800 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29866/statm: 1339 238 195 169 0 50 0
[pid=29869] ppid=29866 vsize=1335420 CPUtime=9410.82
/proc/29869/stat : 29869 (manysat1.1_stat) R 29866 29866 29829 0 -1 4194304 318737 0 0 0 940607 475 0 0 25 0 4 0 156716094 1367470080 318662 1992294400 134512640 135305190 4294956160 18446744073709551615 134528256 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/29869/statm: 333855 318662 83 193 0 333659 0
[pid=29869/tid=29870] ppid=29866 vsize=1335420 CPUtime=2231.48
/proc/29869/task/29870/stat : 29870 (manysat1.1_stat) R 29866 29866 29829 0 -1 4194368 50409 0 0 0 223055 93 0 0 25 0 4 0 156716410 1367470080 318662 1992294400 134512640 135305190 4294956160 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 0 0 0
[pid=29869/tid=29871] ppid=29866 vsize=1335420 CPUtime=2156.28
/proc/29869/task/29871/stat : 29871 (manysat1.1_stat) R 29866 29866 29829 0 -1 4194368 81562 0 0 0 215514 114 0 0 25 0 4 0 156716410 1367470080 318662 1992294400 134512640 135305190 4294956160 18446744073709551615 134528252 0 0 4096 3 0 0 0 -1 1 0 0
[pid=29869/tid=29872] ppid=29866 vsize=1335420 CPUtime=2425.48
/proc/29869/task/29872/stat : 29872 (manysat1.1_stat) R 29866 29866 29829 0 -1 4194368 55629 0 0 0 242448 100 0 0 25 0 4 0 156716410 1367470080 318662 1992294400 134512640 135305190 4294956160 18446744073709551615 134528252 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 9774.95
Current children cumulated vsize (KiB) 1340776

[startup+5142.3 s]
/proc/loadavg: 3.94 3.96 3.91 5/69 29886
/proc/meminfo: memFree=389648/2055924 swapFree=4149332/4192956
[pid=29866] ppid=29864 vsize=5356 CPUtime=364.13
/proc/29866/stat : 29866 (manysat.sh) S 29864 29866 29829 0 -1 4194304 313 103006 0 0 0 0 36183 230 16 0 1 0 156679655 5484544 238 1992294400 4194304 4889804 548682068800 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29866/statm: 1339 238 195 169 0 50 0
[pid=29869] ppid=29866 vsize=1340404 CPUtime=9530.55
/proc/29869/stat : 29869 (manysat1.1_stat) R 29866 29866 29829 0 -1 4194304 319802 0 0 0 952578 477 0 0 25 0 4 0 156716094 1372573696 319727 1992294400 134512640 135305190 4294956160 18446744073709551615 134528229 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/29869/statm: 335101 319727 83 193 0 334905 0
[pid=29869/tid=29870] ppid=29866 vsize=1340404 CPUtime=2260.49
/proc/29869/task/29870/stat : 29870 (manysat1.1_stat) R 29866 29866 29829 0 -1 4194368 50409 0 0 0 225956 93 0 0 25 0 4 0 156716410 1372573696 319727 1992294400 134512640 135305190 4294956160 18446744073709551615 134530561 0 0 4096 3 0 0 0 -1 1 0 0
[pid=29869/tid=29871] ppid=29866 vsize=1340404 CPUtime=2184.35
/proc/29869/task/29871/stat : 29871 (manysat1.1_stat) R 29866 29866 29829 0 -1 4194368 82584 0 0 0 218320 115 0 0 25 0 4 0 156716410 1372573696 319727 1992294400 134512640 135305190 4294956160 18446744073709551615 134528771 0 0 4096 3 0 0 0 -1 0 0 0
[pid=29869/tid=29872] ppid=29866 vsize=1340404 CPUtime=2453.72
/proc/29869/task/29872/stat : 29872 (manysat1.1_stat) R 29866 29866 29829 0 -1 4194368 55629 0 0 0 245272 100 0 0 25 0 4 0 156716410 1372573696 319727 1992294400 134512640 135305190 4294956160 18446744073709551615 134528329 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 9894.68
Current children cumulated vsize (KiB) 1345760



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+5195.1 s]
/proc/loadavg: 3.98 3.96 3.91 5/69 29886
/proc/meminfo: memFree=384272/2055924 swapFree=4149332/4192956
[pid=29866] ppid=29864 vsize=5356 CPUtime=364.13
/proc/29866/stat : 29866 (manysat.sh) S 29864 29866 29829 0 -1 4194304 313 103006 0 0 0 0 36183 230 16 0 1 0 156679655 5484544 238 1992294400 4194304 4889804 548682068800 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29866/statm: 1339 238 195 169 0 50 0
[pid=29869] ppid=29866 vsize=1345900 CPUtime=9635.92
/proc/29869/stat : 29869 (manysat1.1_stat) R 29866 29866 29829 0 -1 4194304 321140 0 0 0 963113 479 0 0 18 0 4 0 156716094 1378201600 321065 1992294400 134512640 135305190 4294956160 18446744073709551615 134528576 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/29869/statm: 336475 321065 83 193 0 336279 0
[pid=29869/tid=29870] ppid=29866 vsize=1345900 CPUtime=2289.12
/proc/29869/task/29870/stat : 29870 (manysat1.1_stat) R 29866 29866 29829 0 -1 4194368 50529 0 0 0 228819 93 0 0 17 0 4 0 156716410 1378201600 321065 1992294400 134512640 135305190 4294956160 18446744073709551615 134528851 0 0 4096 3 0 0 0 -1 1 0 0
[pid=29869/tid=29871] ppid=29866 vsize=1345900 CPUtime=2207.57
/proc/29869/task/29871/stat : 29871 (manysat1.1_stat) R 29866 29866 29829 0 -1 4194368 83460 0 0 0 220641 116 0 0 25 0 4 0 156716410 1378201600 321065 1992294400 134512640 135305190 4294956160 18446744073709551615 134528256 0 0 4096 3 0 0 0 -1 1 0 0
[pid=29869/tid=29872] ppid=29866 vsize=1345900 CPUtime=2477.12
/proc/29869/task/29872/stat : 29872 (manysat1.1_stat) R 29866 29866 29829 0 -1 4194368 55766 0 0 0 247612 100 0 0 25 0 4 0 156716410 1378201600 321065 1992294400 134512640 135305190 4294956160 18446744073709551615 134543976 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 10000
Current children cumulated vsize (KiB) 1351256

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

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

Child ended because it received signal 15 (SIGTERM)

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 29866 and gives
#  childrusage.ru_utime.tv_sec=361
#  childrusage.ru_utime.tv_usec=834992
#  childrusage.ru_stime.tv_sec=2
#  childrusage.ru_stime.tv_usec=309648
# CPU time returned by wait4() is 364.145
# while last known CPU time is 10000
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 5195.12
CPU time (s): 10000
CPU user time (s): 9992.96
CPU system time (s): 7.09
CPU usage (%): 192.489
Max. virtual memory (cumulated for all children) (KiB): 1351256

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 361.835
system time used= 2.30965
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 103319
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= 7
involuntary context switches= 845

runsolver used 4.89626 second user time and 14.0539 second system time

The end

Launcher Data

Begin job on node6 at 2009-05-02 19:47:33
IDJOB=1772896
IDBENCH=20408
IDSOLVER=612
FILE ID=node6/1772896-1241286450
PBS_JOBID= 9225078
Free space on /tmp= 66512 MiB

SOLVER NAME= ManySAT 1.1 aimd 1/2009-03-20
BENCH NAME= SAT07/industrial/palacios/hard/safe-50-h49-unsat.cnf
COMMAND LINE= manysat.sh BENCHNAME aimd 1
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1772896-1241286450/watcher-1772896-1241286450 -o /tmp/evaluation-result-1772896-1241286450/solver-1772896-1241286450 -C 10000 -W 12000 -M 1800  manysat.sh HOME/instance-1772896-1241286450.cnf aimd 1

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

MD5SUM BENCH= afc9746f162b3434bc79ea21bd1704d5
RANDOM SEED=78439789

node6.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.281
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.281
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:      2055924 kB
MemFree:       1866776 kB
Buffers:          5184 kB
Cached:          73664 kB
SwapCached:      37364 kB
Active:          78520 kB
Inactive:        39228 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055924 kB
LowFree:       1866776 kB
SwapTotal:     4192956 kB
SwapFree:      4149332 kB
Dirty:           40856 kB
Writeback:           0 kB
Mapped:          13872 kB
Slab:            57528 kB
Committed_AS:   778604 kB
PageTables:       1452 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= 66328 MiB
End job on node6 at 2009-05-02 21:14:10