Trace number 3308622

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
SAT09 reference solver:LySAT i/2009-03-20? (TO) 1300 1300.01

General information on the benchmark

Nameapplication/rintanen/SATPlanning/
sokoban-sequential-p145-microban-sequential.070-NOTKNOWN.cnf
MD5SUMf52ec4dacdcf65c3aedb61fb46ade01b
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark1119.56
Satisfiable
(Un)Satisfiability was proved
Number of variables153284
Number of clauses2473656
Sum of the clauses size5647736
Maximum clause length78
Minimum clause length1
Number of clauses of size 1696
Number of clauses of size 22387280
Number of clauses of size 36720
Number of clauses of size 431080
Number of clauses of size 513440
Number of clauses of size over 534440

Solver Data

0.00/0.00	c Parsing...
0.00/0.78	c ==============================================================================
0.00/0.78	c |           |     ORIGINAL     |              LEARNT              |          |
0.00/0.78	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.00/0.78	c ==============================================================================
0.00/0.78	c |         0 | 2099998  4799185 |  629999       0        0     nan |  0.000 % |
3.69/3.75	c |         0 | 1504697  3503635 |      --       0       --      -- |     --   | -35/-52
3.69/3.75	c ==============================================================================
3.69/3.75	c Result  :   #vars: 107716   #clauses: 1504697   #literals: 3503635
3.69/3.75	c CPU time:   3.65144 s
3.69/3.75	c ==============================================================================
4.39/4.50	c lySAT 0.1
4.39/4.50	c minisat core +  additionnal features
4.39/4.50	c ============================[ Problem Statistics ]=============================
4.39/4.50	c |                                                                             |
4.49/4.50	c |  Number of variables:  107716                                               |
4.49/4.50	c |  Number of clauses:    1504697                                              |
4.49/4.92	c |  Parsing time:         0.39         s                                       |

Verifier Data

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

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 935)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3308622-1303983373/watcher-3308622-1303983373 -o /tmp/evaluation-result-3308622-1303983373/solver-3308622-1303983373 -C 2400 -W 1300 -M 7680 lysat.sh HOME/instance-3308622-1303983373.cnf i 

running on 2 cores: 4,6

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2400 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2430 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1300 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 7864320 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 7915520 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 3.79 1.65 0.62 4/192 28744
/proc/meminfo: memFree=19578056/32950904 swapFree=67082284/67111528
[pid=28744] ppid=28742 vsize=8700 CPUtime=0 cores=4,6
/proc/28744/stat : 28744 (lysat.sh) R 28742 28744 28554 0 -1 4202496 314 0 0 0 0 0 0 0 23 0 1 0 509937166 8908800 250 33554432000 4194304 4922060 140733604245680 18446744073709551615 237278699925 0 65538 4100 65536 0 0 0 17 4 0 0 0
/proc/28744/statm: 2175 250 209 178 0 68 0

[startup+0.0742479 s]
/proc/loadavg: 3.79 1.65 0.62 4/192 28744
/proc/meminfo: memFree=19578056/32950904 swapFree=67082284/67111528
[pid=28744] ppid=28742 vsize=8700 CPUtime=0 cores=4,6
/proc/28744/stat : 28744 (lysat.sh) S 28742 28744 28554 0 -1 4202496 331 0 0 0 0 0 0 0 23 0 1 0 509937166 8908800 250 33554432000 4194304 4922060 140733604245680 18446744073709551615 237278698629 0 65536 4100 65538 18446744071562232103 0 0 17 6 0 0 0
/proc/28744/statm: 2175 250 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.100244 s]
/proc/loadavg: 3.79 1.65 0.62 4/192 28744
/proc/meminfo: memFree=19578056/32950904 swapFree=67082284/67111528
[pid=28744] ppid=28742 vsize=8700 CPUtime=0 cores=4,6
/proc/28744/stat : 28744 (lysat.sh) S 28742 28744 28554 0 -1 4202496 331 0 0 0 0 0 0 0 23 0 1 0 509937166 8908800 250 33554432000 4194304 4922060 140733604245680 18446744073709551615 237278698629 0 65536 4100 65538 18446744071562232103 0 0 17 6 0 0 0
/proc/28744/statm: 2175 250 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.300271 s]
/proc/loadavg: 3.79 1.65 0.62 4/192 28744
/proc/meminfo: memFree=19578056/32950904 swapFree=67082284/67111528
[pid=28744] ppid=28742 vsize=8700 CPUtime=0 cores=4,6
/proc/28744/stat : 28744 (lysat.sh) S 28742 28744 28554 0 -1 4202496 331 0 0 0 0 0 0 0 23 0 1 0 509937166 8908800 250 33554432000 4194304 4922060 140733604245680 18446744073709551615 237278698629 0 65536 4100 65538 18446744071562232103 0 0 17 6 0 0 0
/proc/28744/statm: 2175 250 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.700196 s]
/proc/loadavg: 3.79 1.65 0.62 4/192 28744
/proc/meminfo: memFree=19578056/32950904 swapFree=67082284/67111528
[pid=28744] ppid=28742 vsize=8700 CPUtime=0 cores=4,6
/proc/28744/stat : 28744 (lysat.sh) S 28742 28744 28554 0 -1 4202496 331 0 0 0 0 0 0 0 23 0 1 0 509937166 8908800 250 33554432000 4194304 4922060 140733604245680 18446744073709551615 237278698629 0 65536 4100 65538 18446744071562232103 0 0 17 6 0 0 0
/proc/28744/statm: 2175 250 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.501 s]
/proc/loadavg: 3.79 1.65 0.62 5/194 28746
/proc/meminfo: memFree=19434324/32950904 swapFree=67082284/67111528
[pid=28744] ppid=28742 vsize=8700 CPUtime=0 cores=4,6
/proc/28744/stat : 28744 (lysat.sh) S 28742 28744 28554 0 -1 4202496 331 0 0 0 0 0 0 0 23 0 1 0 509937166 8908800 250 33554432000 4194304 4922060 140733604245680 18446744073709551615 237278698629 0 65536 4100 65538 18446744071562232103 0 0 17 6 0 0 0
/proc/28744/statm: 2175 250 209 178 0 68 0
[pid=28745] ppid=28744 vsize=182668 CPUtime=1.49 cores=4,6
/proc/28745/stat : 28745 (SatElite) R 28744 28744 28554 0 -1 4202496 41918 0 0 0 140 9 0 0 25 0 1 0 509937166 187052032 37447 33554432000 134512640 135034092 4294207040 18446744073709551615 134566574 0 0 4096 3 0 0 0 17 4 0 0 0
/proc/28745/statm: 45667 37447 68 128 0 45537 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 191368

[startup+3.10071 s]
/proc/loadavg: 3.79 1.65 0.62 5/194 28746
/proc/meminfo: memFree=19421056/32950904 swapFree=67082284/67111528
[pid=28744] ppid=28742 vsize=8700 CPUtime=0 cores=4,6
/proc/28744/stat : 28744 (lysat.sh) S 28742 28744 28554 0 -1 4202496 331 0 0 0 0 0 0 0 23 0 1 0 509937166 8908800 250 33554432000 4194304 4922060 140733604245680 18446744073709551615 237278698629 0 65536 4100 65538 18446744071562232103 0 0 17 6 0 0 0
/proc/28744/statm: 2175 250 209 178 0 68 0
[pid=28745] ppid=28744 vsize=182668 CPUtime=3.09 cores=4,6
/proc/28745/stat : 28745 (SatElite) R 28744 28744 28554 0 -1 4202496 41918 0 0 0 300 9 0 0 25 0 1 0 509937166 187052032 37447 33554432000 134512640 135034092 4294207040 18446744073709551615 134566565 0 0 4096 3 0 0 0 17 4 0 0 0
/proc/28745/statm: 45667 37447 68 128 0 45537 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 191368

[startup+6.30121 s]
/proc/loadavg: 3.80 1.69 0.64 5/194 28747
/proc/meminfo: memFree=19453924/32950904 swapFree=67082284/67111528
[pid=28744] ppid=28742 vsize=8700 CPUtime=4.49 cores=4,6
/proc/28744/stat : 28744 (lysat.sh) S 28742 28744 28554 0 -1 4202496 356 46241 0 0 0 0 436 13 18 0 1 0 509937166 8908800 252 33554432000 4194304 4922060 140733604245680 18446744073709551615 237278698629 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/28744/statm: 2175 252 209 178 0 68 0
[pid=28747] ppid=28744 vsize=87084 CPUtime=1.79 cores=4,6
/proc/28747/stat : 28747 (LySATi) R 28744 28744 28554 0 -1 4202496 21058 0 0 0 176 3 0 0 25 0 1 0 509937616 89174016 21010 33554432000 134512640 135226915 4286876544 18446744073709551615 134732934 0 0 4096 3 0 0 0 17 4 0 0 0
/proc/28747/statm: 21771 21010 81 175 0 21594 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 95784

[startup+12.701 s]
/proc/loadavg: 3.82 1.73 0.66 5/194 28748
/proc/meminfo: memFree=19447500/32950904 swapFree=67082284/67111528
[pid=28744] ppid=28742 vsize=8700 CPUtime=4.49 cores=4,6
/proc/28744/stat : 28744 (lysat.sh) S 28742 28744 28554 0 -1 4202496 356 46241 0 0 0 0 436 13 18 0 1 0 509937166 8908800 252 33554432000 4194304 4922060 140733604245680 18446744073709551615 237278698629 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/28744/statm: 2175 252 209 178 0 68 0
[pid=28747] ppid=28744 vsize=93584 CPUtime=8.19 cores=4,6
/proc/28747/stat : 28747 (LySATi) R 28744 28744 28554 0 -1 4202496 22692 0 0 0 816 3 0 0 25 0 1 0 509937616 95830016 22644 33554432000 134512640 135226915 4286876544 18446744073709551615 134536818 0 0 4096 3 0 0 0 17 4 0 0 0
/proc/28747/statm: 23396 22644 81 175 0 23219 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 102284

[startup+25.5008 s]
/proc/loadavg: 3.86 1.84 0.71 5/194 28748
/proc/meminfo: memFree=19415920/32950904 swapFree=67082284/67111528
[pid=28744] ppid=28742 vsize=8700 CPUtime=4.49 cores=4,6
/proc/28744/stat : 28744 (lysat.sh) S 28742 28744 28554 0 -1 4202496 356 46241 0 0 0 0 436 13 18 0 1 0 509937166 8908800 252 33554432000 4194304 4922060 140733604245680 18446744073709551615 237278698629 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/28744/statm: 2175 252 209 178 0 68 0
[pid=28747] ppid=28744 vsize=110788 CPUtime=20.99 cores=4,6
/proc/28747/stat : 28747 (LySATi) R 28744 28744 28554 0 -1 4202496 26973 0 0 0 2095 4 0 0 25 0 1 0 509937616 113446912 26925 33554432000 134512640 135226915 4286876544 18446744073709551615 134540418 0 0 4096 3 0 0 0 17 4 0 0 0
/proc/28747/statm: 27697 26925 81 175 0 27520 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 119488

[startup+51.1002 s]
/proc/loadavg: 3.90 2.01 0.80 5/194 28749
/proc/meminfo: memFree=19373428/32950904 swapFree=67082284/67111528
[pid=28744] ppid=28742 vsize=8700 CPUtime=4.49 cores=4,6
/proc/28744/stat : 28744 (lysat.sh) S 28742 28744 28554 0 -1 4202496 356 46241 0 0 0 0 436 13 18 0 1 0 509937166 8908800 252 33554432000 4194304 4922060 140733604245680 18446744073709551615 237278698629 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/28744/statm: 2175 252 209 178 0 68 0
[pid=28747] ppid=28744 vsize=141488 CPUtime=46.58 cores=4,6
/proc/28747/stat : 28747 (LySATi) R 28744 28744 28554 0 -1 4202496 34637 0 0 0 4653 5 0 0 25 0 1 0 509937616 144883712 34589 33554432000 134512640 135226915 4286876544 18446744073709551615 134538740 0 0 4096 3 0 0 0 17 4 0 0 0
/proc/28747/statm: 35372 34589 81 175 0 35195 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 150188

[startup+102.307 s]
/proc/loadavg: 3.96 2.32 0.96 5/194 28750
/proc/meminfo: memFree=19294616/32950904 swapFree=67082284/67111528
[pid=28744] ppid=28742 vsize=8700 CPUtime=4.49 cores=4,6
/proc/28744/stat : 28744 (lysat.sh) S 28742 28744 28554 0 -1 4202496 356 46241 0 0 0 0 436 13 18 0 1 0 509937166 8908800 252 33554432000 4194304 4922060 140733604245680 18446744073709551615 237278698629 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/28744/statm: 2175 252 209 178 0 68 0
[pid=28747] ppid=28744 vsize=178628 CPUtime=97.79 cores=4,6
/proc/28747/stat : 28747 (LySATi) R 28744 28744 28554 0 -1 4202496 43927 0 0 0 9772 7 0 0 25 0 1 0 509937616 182915072 43849 33554432000 134512640 135226915 4286876544 18446744073709551615 134538625 0 0 4096 3 0 0 0 17 4 0 0 0
/proc/28747/statm: 44657 43849 81 175 0 44480 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 187328

[startup+162.3 s]
/proc/loadavg: 3.98 2.62 1.15 5/194 28752
/proc/meminfo: memFree=19214280/32950904 swapFree=67082284/67111528
[pid=28744] ppid=28742 vsize=8700 CPUtime=4.49 cores=4,6
/proc/28744/stat : 28744 (lysat.sh) S 28742 28744 28554 0 -1 4202496 356 46241 0 0 0 0 436 13 18 0 1 0 509937166 8908800 252 33554432000 4194304 4922060 140733604245680 18446744073709551615 237278698629 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/28744/statm: 2175 252 209 178 0 68 0
[pid=28747] ppid=28744 vsize=206032 CPUtime=157.78 cores=4,6
/proc/28747/stat : 28747 (LySATi) R 28744 28744 28554 0 -1 4202496 50772 0 0 0 15769 9 0 0 25 0 1 0 509937616 210976768 50694 33554432000 134512640 135226915 4286876544 18446744073709551615 134538656 0 0 4096 3 0 0 0 17 4 0 0 0
/proc/28747/statm: 51508 50694 81 175 0 51331 0
Current children cumulated CPU time (s) 162.27
Current children cumulated vsize (KiB) 214732

[startup+222.301 s]
/proc/loadavg: 4.03 2.88 1.33 5/194 28753
/proc/meminfo: memFree=19156032/32950904 swapFree=67082284/67111528
[pid=28744] ppid=28742 vsize=8700 CPUtime=4.49 cores=4,6
/proc/28744/stat : 28744 (lysat.sh) S 28742 28744 28554 0 -1 4202496 356 46241 0 0 0 0 436 13 18 0 1 0 509937166 8908800 252 33554432000 4194304 4922060 140733604245680 18446744073709551615 237278698629 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/28744/statm: 2175 252 209 178 0 68 0
[pid=28747] ppid=28744 vsize=211728 CPUtime=217.78 cores=4,6
/proc/28747/stat : 28747 (LySATi) R 28744 28744 28554 0 -1 4202496 52216 0 0 0 21769 9 0 0 25 0 1 0 509937616 216809472 52138 33554432000 134512640 135226915 4286876544 18446744073709551615 134539771 0 0 4096 3 0 0 0 17 4 0 0 0
/proc/28747/statm: 52932 52138 81 175 0 52755 0
Current children cumulated CPU time (s) 222.27
Current children cumulated vsize (KiB) 220428

[startup+282.301 s]
/proc/loadavg: 4.01 3.08 1.50 5/194 28755
/proc/meminfo: memFree=19061944/32950904 swapFree=67082284/67111528
[pid=28744] ppid=28742 vsize=8700 CPUtime=4.49 cores=4,6
/proc/28744/stat : 28744 (lysat.sh) S 28742 28744 28554 0 -1 4202496 356 46241 0 0 0 0 436 13 18 0 1 0 509937166 8908800 252 33554432000 4194304 4922060 140733604245680 18446744073709551615 237278698629 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/28744/statm: 2175 252 209 178 0 68 0
[pid=28747] ppid=28744 vsize=278824 CPUtime=277.78 cores=4,6
/proc/28747/stat : 28747 (LySATi) R 28744 28744 28554 0 -1 4202496 69004 0 0 0 27765 13 0 0 25 0 1 0 509937616 285515776 68926 33554432000 134512640 135226915 4286876544 18446744073709551615 134538573 0 0 4096 3 0 0 0 17 4 0 0 0
/proc/28747/statm: 69706 68926 81 175 0 69529 0
Current children cumulated CPU time (s) 282.27
Current children cumulated vsize (KiB) 287524

[startup+342.3 s]
/proc/loadavg: 4.00 3.25 1.65 5/194 28756
/proc/meminfo: memFree=18958888/32950904 swapFree=67082284/67111528
[pid=28744] ppid=28742 vsize=8700 CPUtime=4.49 cores=4,6
/proc/28744/stat : 28744 (lysat.sh) S 28742 28744 28554 0 -1 4202496 356 46241 0 0 0 0 436 13 18 0 1 0 509937166 8908800 252 33554432000 4194304 4922060 140733604245680 18446744073709551615 237278698629 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/28744/statm: 2175 252 209 178 0 68 0
[pid=28747] ppid=28744 vsize=279060 CPUtime=337.79 cores=4,6
/proc/28747/stat : 28747 (LySATi) R 28744 28744 28554 0 -1 4202496 69090 0 0 0 33766 13 0 0 25 0 1 0 509937616 285757440 69012 33554432000 134512640 135226915 4286876544 18446744073709551615 134527718 0 0 4096 3 0 0 0 17 4 0 0 0
/proc/28747/statm: 69765 69012 81 175 0 69588 0
Current children cumulated CPU time (s) 342.28
Current children cumulated vsize (KiB) 287760

[startup+402.301 s]
/proc/loadavg: 4.00 3.38 1.79 5/194 28758
/proc/meminfo: memFree=18869840/32950904 swapFree=67082284/67111528
[pid=28744] ppid=28742 vsize=8700 CPUtime=4.49 cores=4,6

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

/proc/28747/statm: 105296 104496 81 175 0 105119 0
Current children cumulated CPU time (s) 582.29
Current children cumulated vsize (KiB) 429884

[startup+642.301 s]
/proc/loadavg: 4.01 3.73 2.29 5/194 28764
/proc/meminfo: memFree=18703632/32950904 swapFree=67082284/67111528
[pid=28744] ppid=28742 vsize=8700 CPUtime=4.49 cores=4,6
/proc/28744/stat : 28744 (lysat.sh) S 28742 28744 28554 0 -1 4202496 356 46241 0 0 0 0 436 13 18 0 1 0 509937166 8908800 252 33554432000 4194304 4922060 140733604245680 18446744073709551615 237278698629 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/28744/statm: 2175 252 209 178 0 68 0
[pid=28747] ppid=28744 vsize=421184 CPUtime=637.8 cores=4,6
/proc/28747/stat : 28747 (LySATi) R 28744 28744 28554 0 -1 4202496 104575 0 0 0 63757 23 0 0 25 0 1 0 509937616 431292416 104497 33554432000 134512640 135226915 4286876544 18446744073709551615 134539400 0 0 4096 3 0 0 0 17 4 0 0 0
/proc/28747/statm: 105296 104497 81 175 0 105119 0
Current children cumulated CPU time (s) 642.29
Current children cumulated vsize (KiB) 429884

[startup+702.301 s]
/proc/loadavg: 4.00 3.78 2.40 5/194 28766
/proc/meminfo: memFree=18598476/32950904 swapFree=67082284/67111528
[pid=28744] ppid=28742 vsize=8700 CPUtime=4.49 cores=4,6
/proc/28744/stat : 28744 (lysat.sh) S 28742 28744 28554 0 -1 4202496 356 46241 0 0 0 0 436 13 18 0 1 0 509937166 8908800 252 33554432000 4194304 4922060 140733604245680 18446744073709551615 237278698629 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/28744/statm: 2175 252 209 178 0 68 0
[pid=28747] ppid=28744 vsize=480372 CPUtime=697.8 cores=4,6
/proc/28747/stat : 28747 (LySATi) R 28744 28744 28554 0 -1 4202496 119370 0 0 0 69753 27 0 0 25 0 1 0 509937616 491900928 119292 33554432000 134512640 135226915 4286876544 18446744073709551615 134536812 0 0 4096 3 0 0 0 17 4 0 0 0
/proc/28747/statm: 120093 119292 81 175 0 119916 0
Current children cumulated CPU time (s) 702.29
Current children cumulated vsize (KiB) 489072

[startup+762.307 s]
/proc/loadavg: 4.06 3.83 2.50 5/194 28768
/proc/meminfo: memFree=18484260/32950904 swapFree=67082284/67111528
[pid=28744] ppid=28742 vsize=8700 CPUtime=4.49 cores=4,6
/proc/28744/stat : 28744 (lysat.sh) S 28742 28744 28554 0 -1 4202496 356 46241 0 0 0 0 436 13 18 0 1 0 509937166 8908800 252 33554432000 4194304 4922060 140733604245680 18446744073709551615 237278698629 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/28744/statm: 2175 252 209 178 0 68 0
[pid=28747] ppid=28744 vsize=525228 CPUtime=757.8 cores=4,6
/proc/28747/stat : 28747 (LySATi) R 28744 28744 28554 0 -1 4202496 130624 0 0 0 75752 28 0 0 25 0 1 0 509937616 537833472 130546 33554432000 134512640 135226915 4286876544 18446744073709551615 134536724 0 0 4096 3 0 0 0 17 4 0 0 0
/proc/28747/statm: 131307 130546 81 175 0 131130 0
Current children cumulated CPU time (s) 762.29
Current children cumulated vsize (KiB) 533928

[startup+822.301 s]
/proc/loadavg: 4.02 3.86 2.59 5/194 28769
/proc/meminfo: memFree=18473836/32950904 swapFree=67082284/67111528
[pid=28744] ppid=28742 vsize=8700 CPUtime=4.49 cores=4,6
/proc/28744/stat : 28744 (lysat.sh) S 28742 28744 28554 0 -1 4202496 356 46241 0 0 0 0 436 13 18 0 1 0 509937166 8908800 252 33554432000 4194304 4922060 140733604245680 18446744073709551615 237278698629 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/28744/statm: 2175 252 209 178 0 68 0
[pid=28747] ppid=28744 vsize=525228 CPUtime=817.8 cores=4,6
/proc/28747/stat : 28747 (LySATi) R 28744 28744 28554 0 -1 4202496 130624 0 0 0 81752 28 0 0 25 0 1 0 509937616 537833472 130546 33554432000 134512640 135226915 4286876544 18446744073709551615 134536926 0 0 4096 3 0 0 0 17 4 0 0 0
/proc/28747/statm: 131307 130546 81 175 0 131130 0
Current children cumulated CPU time (s) 822.29
Current children cumulated vsize (KiB) 533928

[startup+882.301 s]
/proc/loadavg: 4.00 3.88 2.68 5/194 28771
/proc/meminfo: memFree=18453984/32950904 swapFree=67082284/67111528
[pid=28744] ppid=28742 vsize=8700 CPUtime=4.49 cores=4,6
/proc/28744/stat : 28744 (lysat.sh) S 28742 28744 28554 0 -1 4202496 356 46241 0 0 0 0 436 13 18 0 1 0 509937166 8908800 252 33554432000 4194304 4922060 140733604245680 18446744073709551615 237278698629 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/28744/statm: 2175 252 209 178 0 68 0
[pid=28747] ppid=28744 vsize=525228 CPUtime=877.8 cores=4,6
/proc/28747/stat : 28747 (LySATi) R 28744 28744 28554 0 -1 4202496 130625 0 0 0 87752 28 0 0 25 0 1 0 509937616 537833472 130547 33554432000 134512640 135226915 4286876544 18446744073709551615 134538842 0 0 4096 3 0 0 0 17 4 0 0 0
/proc/28747/statm: 131307 130547 81 175 0 131130 0
Current children cumulated CPU time (s) 882.29
Current children cumulated vsize (KiB) 533928

[startup+942.3 s]
/proc/loadavg: 4.00 3.90 2.76 5/194 28772
/proc/meminfo: memFree=18452236/32950904 swapFree=67082284/67111528
[pid=28744] ppid=28742 vsize=8700 CPUtime=4.49 cores=4,6
/proc/28744/stat : 28744 (lysat.sh) S 28742 28744 28554 0 -1 4202496 356 46241 0 0 0 0 436 13 18 0 1 0 509937166 8908800 252 33554432000 4194304 4922060 140733604245680 18446744073709551615 237278698629 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/28744/statm: 2175 252 209 178 0 68 0
[pid=28747] ppid=28744 vsize=525228 CPUtime=937.81 cores=4,6
/proc/28747/stat : 28747 (LySATi) R 28744 28744 28554 0 -1 4202496 130625 0 0 0 93752 29 0 0 25 0 1 0 509937616 537833472 130547 33554432000 134512640 135226915 4286876544 18446744073709551615 134538530 0 0 4096 3 0 0 0 17 4 0 0 0
/proc/28747/statm: 131307 130547 81 175 0 131130 0
Current children cumulated CPU time (s) 942.3
Current children cumulated vsize (KiB) 533928

[startup+1002.3 s]
/proc/loadavg: 4.06 3.93 2.84 5/194 28774
/proc/meminfo: memFree=18395932/32950904 swapFree=67082284/67111528
[pid=28744] ppid=28742 vsize=8700 CPUtime=4.49 cores=4,6
/proc/28744/stat : 28744 (lysat.sh) S 28742 28744 28554 0 -1 4202496 356 46241 0 0 0 0 436 13 18 0 1 0 509937166 8908800 252 33554432000 4194304 4922060 140733604245680 18446744073709551615 237278698629 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/28744/statm: 2175 252 209 178 0 68 0
[pid=28747] ppid=28744 vsize=525228 CPUtime=997.81 cores=4,6
/proc/28747/stat : 28747 (LySATi) R 28744 28744 28554 0 -1 4202496 130625 0 0 0 99752 29 0 0 25 0 1 0 509937616 537833472 130547 33554432000 134512640 135226915 4286876544 18446744073709551615 134540484 0 0 4096 3 0 0 0 17 4 0 0 0
/proc/28747/statm: 131307 130547 81 175 0 131130 0
Current children cumulated CPU time (s) 1002.3
Current children cumulated vsize (KiB) 533928

[startup+1062.3 s]
/proc/loadavg: 4.02 3.94 2.91 5/194 28776
/proc/meminfo: memFree=18390956/32950904 swapFree=67082284/67111528
[pid=28744] ppid=28742 vsize=8700 CPUtime=4.49 cores=4,6
/proc/28744/stat : 28744 (lysat.sh) S 28742 28744 28554 0 -1 4202496 356 46241 0 0 0 0 436 13 18 0 1 0 509937166 8908800 252 33554432000 4194304 4922060 140733604245680 18446744073709551615 237278698629 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/28744/statm: 2175 252 209 178 0 68 0
[pid=28747] ppid=28744 vsize=525228 CPUtime=1057.81 cores=4,6
/proc/28747/stat : 28747 (LySATi) R 28744 28744 28554 0 -1 4202496 130625 0 0 0 105752 29 0 0 25 0 1 0 509937616 537833472 130547 33554432000 134512640 135226915 4286876544 18446744073709551615 134541006 0 0 4096 3 0 0 0 17 4 0 0 0
/proc/28747/statm: 131307 130547 81 175 0 131130 0
Current children cumulated CPU time (s) 1062.3
Current children cumulated vsize (KiB) 533928

[startup+1122.3 s]
/proc/loadavg: 4.04 3.97 2.98 5/194 28777
/proc/meminfo: memFree=18339484/32950904 swapFree=67082284/67111528
[pid=28744] ppid=28742 vsize=8700 CPUtime=4.49 cores=4,6
/proc/28744/stat : 28744 (lysat.sh) S 28742 28744 28554 0 -1 4202496 356 46241 0 0 0 0 436 13 18 0 1 0 509937166 8908800 252 33554432000 4194304 4922060 140733604245680 18446744073709551615 237278698629 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/28744/statm: 2175 252 209 178 0 68 0
[pid=28747] ppid=28744 vsize=525228 CPUtime=1117.81 cores=4,6
/proc/28747/stat : 28747 (LySATi) R 28744 28744 28554 0 -1 4202496 130625 0 0 0 111752 29 0 0 25 0 1 0 509937616 537833472 130547 33554432000 134512640 135226915 4286876544 18446744073709551615 134536701 0 0 4096 3 0 0 0 17 4 0 0 0
/proc/28747/statm: 131307 130547 81 175 0 131130 0
Current children cumulated CPU time (s) 1122.3
Current children cumulated vsize (KiB) 533928

[startup+1182.3 s]
/proc/loadavg: 3.95 3.95 3.03 5/194 28929
/proc/meminfo: memFree=19292896/32950904 swapFree=67082284/67111528
[pid=28744] ppid=28742 vsize=8700 CPUtime=4.49 cores=4,6
/proc/28744/stat : 28744 (lysat.sh) S 28742 28744 28554 0 -1 4202496 356 46241 0 0 0 0 436 13 18 0 1 0 509937166 8908800 252 33554432000 4194304 4922060 140733604245680 18446744073709551615 237278698629 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/28744/statm: 2175 252 209 178 0 68 0
[pid=28747] ppid=28744 vsize=526112 CPUtime=1177.8 cores=4,6
/proc/28747/stat : 28747 (LySATi) R 28744 28744 28554 0 -1 4202496 130727 0 0 0 117750 30 0 0 25 0 1 0 509937616 538738688 130649 33554432000 134512640 135226915 4286876544 18446744073709551615 134538853 0 0 4096 3 0 0 0 17 4 0 0 0
/proc/28747/statm: 131528 130649 81 175 0 131351 0
Current children cumulated CPU time (s) 1182.29
Current children cumulated vsize (KiB) 534812

[startup+1242.3 s]
/proc/loadavg: 4.04 3.98 3.10 5/194 28930
/proc/meminfo: memFree=19177292/32950904 swapFree=67082284/67111528
[pid=28744] ppid=28742 vsize=8700 CPUtime=4.49 cores=4,6
/proc/28744/stat : 28744 (lysat.sh) S 28742 28744 28554 0 -1 4202496 356 46241 0 0 0 0 436 13 18 0 1 0 509937166 8908800 252 33554432000 4194304 4922060 140733604245680 18446744073709551615 237278698629 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/28744/statm: 2175 252 209 178 0 68 0
[pid=28747] ppid=28744 vsize=605640 CPUtime=1237.8 cores=4,6
/proc/28747/stat : 28747 (LySATi) R 28744 28744 28554 0 -1 4202496 150552 0 0 0 123747 33 0 0 25 0 1 0 509937616 620175360 150474 33554432000 134512640 135226915 4286876544 18446744073709551615 134538877 0 0 4096 3 0 0 0 17 4 0 0 0
/proc/28747/statm: 151410 150474 81 175 0 151233 0
Current children cumulated CPU time (s) 1242.29
Current children cumulated vsize (KiB) 614340



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.12 4.01 3.16 5/194 28962
/proc/meminfo: memFree=19100640/32950904 swapFree=67082284/67111528
[pid=28744] ppid=28742 vsize=8700 CPUtime=4.49 cores=4,6
/proc/28744/stat : 28744 (lysat.sh) S 28742 28744 28554 0 -1 4202496 356 46241 0 0 0 0 436 13 18 0 1 0 509937166 8908800 252 33554432000 4194304 4922060 140733604245680 18446744073709551615 237278698629 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/28744/statm: 2175 252 209 178 0 68 0
[pid=28747] ppid=28744 vsize=687896 CPUtime=1295.51 cores=4,6
/proc/28747/stat : 28747 (LySATi) R 28744 28744 28554 0 -1 4202496 171109 0 0 0 129514 37 0 0 25 0 1 0 509937616 704405504 171031 33554432000 134512640 135226915 4286876544 18446744073709551615 134536818 0 0 4096 3 0 0 0 17 4 0 0 0
/proc/28747/statm: 171974 171031 81 175 0 171797 0
Current children cumulated CPU time (s) 1300
Current children cumulated vsize (KiB) 696596

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 28744 and gives
#  childrusage.ru_utime.tv_sec=4
#  childrusage.ru_utime.tv_usec=361336
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=138978
# CPU time returned by wait4() is 4.50031
# while last known CPU time is 1300
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1300.01
CPU time (s): 1300
CPU user time (s): 1299.5
CPU system time (s): 0.5
CPU usage (%): 99.9991
Max. virtual memory (cumulated for all children) (KiB): 696596

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

runsolver used 2.17367 second user time and 4.93225 second system time

The end

Launcher Data

Begin job on node121 at 2011-04-28 11:36:14
IDJOB=3308622
IDBENCH=82363
IDSOLVER=1692
FILE ID=node121/3308622-1303983373
RUNJOBID= node121-1303983219-28573
PBS_JOBID= 13168705
Free space on /tmp= 72448 MiB

SOLVER NAME= SAT09 reference solver:LySAT i/2009-03-20
BENCH NAME= SAT11/application/rintanen/SATPlanning/sokoban-sequential-p145-microban-sequential.070-NOTKNOWN.cnf
COMMAND LINE= lysat.sh BENCHNAME i
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3308622-1303983373/watcher-3308622-1303983373 -o /tmp/evaluation-result-3308622-1303983373/solver-3308622-1303983373 -C 2400 -W 1300 -M 7680  lysat.sh HOME/instance-3308622-1303983373.cnf i

TIME LIMIT= 2400 seconds
MEMORY LIMIT= 7680 MiB
NBCORE= 2

MD5SUM BENCH= f52ec4dacdcf65c3aedb61fb46ade01b
RANDOM SEED=1596040518

node121.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.817
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5333.63
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.817
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5226.07
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.817
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.84
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.817
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.77
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.817
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.82
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.817
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.817
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.817
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32950904 kB
MemFree:      19578328 kB
Buffers:       2173884 kB
Cached:       10306112 kB
SwapCached:       2776 kB
Active:        9498460 kB
Inactive:      3352836 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950904 kB
LowFree:      19578328 kB
SwapTotal:    67111528 kB
SwapFree:     67082284 kB
Dirty:           83748 kB
Writeback:          72 kB
AnonPages:      368596 kB
Mapped:          15116 kB
Slab:           456064 kB
PageTables:       5980 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586980 kB
Committed_AS:   583776 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296008 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 72492 MiB
End job on node121 at 2011-04-28 11:57:56