Trace number 3387421

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
minisat hack: minisat_psm 2011-04-01? (TO) 4971.07 5100.02

General information on the benchmark

Nameapplication/fuhs/slp-synthesis-AES/
slp-synthesis-aes-bottom15.cnf
MD5SUM1f0914c6141fdba914b73575a12b918a
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark16550.6
Satisfiable
(Un)Satisfiability was proved
Number of variables25972
Number of clauses86411
Sum of the clauses size219707
Maximum clause length879
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 245193
Number of clauses of size 340753
Number of clauses of size 4119
Number of clauses of size 513
Number of clauses of size over 5332

Solver Data

0.00/0.00	c Parsing...
0.00/0.10	c ==============================================================================
0.00/0.10	c |           |     ORIGINAL     |              LEARNT              |          |
0.00/0.10	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.00/0.10	c ==============================================================================
0.00/0.10	c |         0 |   81213   207435 |   24363       0        0     nan |  0.000 % |
0.00/0.54	c |         0 |   55718   204634 |      --       0       --      -- |     --   | -25495/-2801
0.00/0.54	c ==============================================================================
0.00/0.54	c Result  :   #vars: 10123   #clauses: 55718   #literals: 204634
0.00/0.54	c CPU time:   0.26196 s
0.00/0.54	c ==============================================================================

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: 961)

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-3387421-1305601668/watcher-3387421-1305601668 -o /tmp/evaluation-result-3387421-1305601668/solver-3387421-1305601668 -C 5000 -W 5100 -M 15500 ./esg_static.sh HOME/instance-3387421-1305601668.cnf 

running on 4 cores: 1,3,5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 5000 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 5030 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 5100 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 9.15 9.13 9.09 9/408 21327
/proc/meminfo: memFree=364876/32950904 swapFree=67057400/67111528
[pid=21327] ppid=21325 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/21327/stat : 21327 (esg_static.sh) S 21325 21327 19368 0 -1 4202496 327 0 0 0 0 0 0 0 20 0 1 0 671766581 8908800 250 33554432000 4194304 4922060 140737081084000 18446744073709551615 237278698629 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/21327/statm: 2175 250 209 178 0 68 0

[startup+0.086163 s]
/proc/loadavg: 9.15 9.13 9.09 9/408 21327
/proc/meminfo: memFree=364876/32950904 swapFree=67057400/67111528
[pid=21327] ppid=21325 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/21327/stat : 21327 (esg_static.sh) S 21325 21327 19368 0 -1 4202496 327 0 0 0 0 0 0 0 20 0 1 0 671766581 8908800 250 33554432000 4194304 4922060 140737081084000 18446744073709551615 237278698629 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/21327/statm: 2175 250 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.10016 s]
/proc/loadavg: 9.15 9.13 9.09 9/408 21327
/proc/meminfo: memFree=364876/32950904 swapFree=67057400/67111528
[pid=21327] ppid=21325 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/21327/stat : 21327 (esg_static.sh) S 21325 21327 19368 0 -1 4202496 327 0 0 0 0 0 0 0 20 0 1 0 671766581 8908800 250 33554432000 4194304 4922060 140737081084000 18446744073709551615 237278698629 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/21327/statm: 2175 250 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.300125 s]
/proc/loadavg: 9.15 9.13 9.09 9/408 21327
/proc/meminfo: memFree=364876/32950904 swapFree=67057400/67111528
[pid=21327] ppid=21325 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/21327/stat : 21327 (esg_static.sh) S 21325 21327 19368 0 -1 4202496 327 0 0 0 0 0 0 0 20 0 1 0 671766581 8908800 250 33554432000 4194304 4922060 140737081084000 18446744073709551615 237278698629 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/21327/statm: 2175 250 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.701056 s]
/proc/loadavg: 9.15 9.13 9.09 9/408 21327
/proc/meminfo: memFree=364876/32950904 swapFree=67057400/67111528
[pid=21327] ppid=21325 vsize=8700 CPUtime=0.3 cores=1,3,5,7
/proc/21327/stat : 21327 (esg_static.sh) S 21325 21327 19368 0 -1 4202496 352 3590 0 0 0 0 29 1 15 0 1 0 671766581 8908800 252 33554432000 4194304 4922060 140737081084000 18446744073709551615 237278698629 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/21327/statm: 2175 252 209 178 0 68 0
Current children cumulated CPU time (s) 0.3
Current children cumulated vsize (KiB) 8700

[startup+1.50091 s]
/proc/loadavg: 9.15 9.13 9.09 10/410 21330
/proc/meminfo: memFree=352740/32950904 swapFree=67057400/67111528
[pid=21327] ppid=21325 vsize=8700 CPUtime=0.3 cores=1,3,5,7
/proc/21327/stat : 21327 (esg_static.sh) S 21325 21327 19368 0 -1 4202496 352 3590 0 0 0 0 29 1 15 0 1 0 671766581 8908800 252 33554432000 4194304 4922060 140737081084000 18446744073709551615 237278698629 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/21327/statm: 2175 252 209 178 0 68 0
[pid=21330] ppid=21327 vsize=21012 CPUtime=0.79 cores=1,3,5,7
/proc/21330/stat : 21330 (minisat_static) R 21327 21327 19368 0 -1 4202496 3916 0 0 0 79 0 0 0 17 0 1 0 671766649 21516288 1981 33554432000 4194304 4256717 140734737386288 18446744073709551615 4213469 0 0 4096 8388610 0 0 0 17 7 0 0 0
/proc/21330/statm: 5253 1981 252 16 0 1895 0
Current children cumulated CPU time (s) 1.09
Current children cumulated vsize (KiB) 29712

[startup+3.10063 s]
/proc/loadavg: 9.22 9.14 9.10 11/410 21330
/proc/meminfo: memFree=343668/32950904 swapFree=67057400/67111528
[pid=21327] ppid=21325 vsize=8700 CPUtime=0.3 cores=1,3,5,7
/proc/21327/stat : 21327 (esg_static.sh) S 21325 21327 19368 0 -1 4202496 352 3590 0 0 0 0 29 1 15 0 1 0 671766581 8908800 252 33554432000 4194304 4922060 140737081084000 18446744073709551615 237278698629 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/21327/statm: 2175 252 209 178 0 68 0
[pid=21330] ppid=21327 vsize=29840 CPUtime=1.99 cores=1,3,5,7
/proc/21330/stat : 21330 (minisat_static) R 21327 21327 19368 0 -1 4202496 5979 0 0 0 199 0 0 0 19 0 1 0 671766649 30556160 3847 33554432000 4194304 4256717 140734737386288 18446744073709551615 4213997 0 0 4096 8388610 0 0 0 17 7 0 0 0
/proc/21330/statm: 7460 3847 252 16 0 4102 0
Current children cumulated CPU time (s) 2.29
Current children cumulated vsize (KiB) 38540
heavy processes:

[startup+6.30105 s]
/proc/loadavg: 9.22 9.14 9.10 10/410 21330
/proc/meminfo: memFree=334796/32950904 swapFree=67057400/67111528
[pid=21327] ppid=21325 vsize=8700 CPUtime=0.3 cores=1,3,5,7
/proc/21327/stat : 21327 (esg_static.sh) S 21325 21327 19368 0 -1 4202496 352 3590 0 0 0 0 29 1 15 0 1 0 671766581 8908800 252 33554432000 4194304 4922060 140737081084000 18446744073709551615 237278698629 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/21327/statm: 2175 252 209 178 0 68 0
[pid=21330] ppid=21327 vsize=29840 CPUtime=3.59 cores=1,3,5,7
/proc/21330/stat : 21330 (minisat_static) R 21327 21327 19368 0 -1 4202496 6387 0 0 0 359 0 0 0 23 0 1 0 671766649 30556160 4232 33554432000 4194304 4256717 140734737386288 18446744073709551615 4213501 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/21330/statm: 7460 4232 252 16 0 4102 0
Current children cumulated CPU time (s) 3.89
Current children cumulated vsize (KiB) 38540
heavy processes:

[startup+12.7009 s]
/proc/loadavg: 9.19 9.14 9.10 10/410 21330
/proc/meminfo: memFree=315016/32950904 swapFree=67057400/67111528
[pid=21327] ppid=21325 vsize=8700 CPUtime=0.3 cores=1,3,5,7
/proc/21327/stat : 21327 (esg_static.sh) S 21325 21327 19368 0 -1 4202496 352 3590 0 0 0 0 29 1 15 0 1 0 671766581 8908800 252 33554432000 4194304 4922060 140737081084000 18446744073709551615 237278698629 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/21327/statm: 2175 252 209 178 0 68 0
[pid=21330] ppid=21327 vsize=32548 CPUtime=6.79 cores=1,3,5,7
/proc/21330/stat : 21330 (minisat_static) R 21327 21327 19368 0 -1 4202496 7242 0 0 0 678 1 0 0 25 0 1 0 671766649 33329152 4954 33554432000 4194304 4256717 140734737386288 18446744073709551615 4210789 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/21330/statm: 8137 4954 252 16 0 4779 0
Current children cumulated CPU time (s) 7.09
Current children cumulated vsize (KiB) 41248
heavy processes:

[startup+25.5006 s]
/proc/loadavg: 9.24 9.15 9.10 10/410 21330
/proc/meminfo: memFree=271468/32950904 swapFree=67057400/67111528
[pid=21327] ppid=21325 vsize=8700 CPUtime=0.3 cores=1,3,5,7
/proc/21327/stat : 21327 (esg_static.sh) S 21325 21327 19368 0 -1 4202496 352 3590 0 0 0 0 29 1 15 0 1 0 671766581 8908800 252 33554432000 4194304 4922060 140737081084000 18446744073709551615 237278698629 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/21327/statm: 2175 252 209 178 0 68 0
[pid=21330] ppid=21327 vsize=46760 CPUtime=13.19 cores=1,3,5,7
/proc/21330/stat : 21330 (minisat_static) R 21327 21327 19368 0 -1 4202496 16809 0 0 0 1317 2 0 0 25 0 1 0 671766649 47882240 5650 33554432000 4194304 4256717 140734737386288 18446744073709551615 4213461 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/21330/statm: 11690 5650 252 16 0 8332 0
Current children cumulated CPU time (s) 13.49
Current children cumulated vsize (KiB) 55460
heavy processes:

[startup+51.1011 s]
/proc/loadavg: 9.16 9.14 9.09 10/410 21331
/proc/meminfo: memFree=250296/32950904 swapFree=67057400/67111528
[pid=21327] ppid=21325 vsize=8700 CPUtime=0.3 cores=1,3,5,7
/proc/21327/stat : 21327 (esg_static.sh) S 21325 21327 19368 0 -1 4202496 352 3590 0 0 0 0 29 1 15 0 1 0 671766581 8908800 252 33554432000 4194304 4922060 140737081084000 18446744073709551615 237278698629 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/21327/statm: 2175 252 209 178 0 68 0
[pid=21330] ppid=21327 vsize=46760 CPUtime=25.98 cores=1,3,5,7
/proc/21330/stat : 21330 (minisat_static) R 21327 21327 19368 0 -1 4202496 20069 0 0 0 2596 2 0 0 25 0 1 0 671766649 47882240 8507 33554432000 4194304 4256717 140734737386288 18446744073709551615 4213416 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/21330/statm: 11690 8507 252 16 0 8332 0
Current children cumulated CPU time (s) 26.28
Current children cumulated vsize (KiB) 55460
heavy processes:

[startup+102.315 s]
/proc/loadavg: 9.15 9.14 9.09 10/410 21332
/proc/meminfo: memFree=242180/32950904 swapFree=67057400/67111528
[pid=21327] ppid=21325 vsize=8700 CPUtime=0.3 cores=1,3,5,7
/proc/21327/stat : 21327 (esg_static.sh) S 21325 21327 19368 0 -1 4202496 352 3590 0 0 0 0 29 1 15 0 1 0 671766581 8908800 252 33554432000 4194304 4922060 140737081084000 18446744073709551615 237278698629 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/21327/statm: 2175 252 209 178 0 68 0
[pid=21330] ppid=21327 vsize=55796 CPUtime=51.59 cores=1,3,5,7
/proc/21330/stat : 21330 (minisat_static) R 21327 21327 19368 0 -1 4202496 22409 0 0 0 5156 3 0 0 25 0 1 0 671766649 57135104 10583 33554432000 4194304 4256717 140734737386288 18446744073709551615 4213528 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/21330/statm: 13949 10583 252 16 0 10591 0
Current children cumulated CPU time (s) 51.89
Current children cumulated vsize (KiB) 64496
heavy processes:

[startup+162.3 s]
/proc/loadavg: 9.09 9.13 9.09 10/410 21334
/proc/meminfo: memFree=185260/32950904 swapFree=67057400/67111528
[pid=21327] ppid=21325 vsize=8700 CPUtime=0.3 cores=1,3,5,7
/proc/21327/stat : 21327 (esg_static.sh) S 21325 21327 19368 0 -1 4202496 352 3590 0 0 0 0 29 1 15 0 1 0 671766581 8908800 252 33554432000 4194304 4922060 140737081084000 18446744073709551615 237278698629 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/21327/statm: 2175 252 209 178 0 68 0
[pid=21330] ppid=21327 vsize=74468 CPUtime=96.39 cores=1,3,5,7
/proc/21330/stat : 21330 (minisat_static) R 21327 21327 19368 0 -1 4202496 34839 0 0 0 9634 5 0 0 25 0 1 0 671766649 76255232 13121 33554432000 4194304 4256717 140734737386288 18446744073709551615 4213445 0 0 4096 8388610 0 0 0 17 7 0 0 0
/proc/21330/statm: 18617 13121 252 16 0 15259 0
Current children cumulated CPU time (s) 96.69
Current children cumulated vsize (KiB) 83168
heavy processes:

[startup+222.301 s]
/proc/loadavg: 9.13 9.13 9.09 10/410 21336
/proc/meminfo: memFree=214312/32950904 swapFree=67057400/67111528
[pid=21327] ppid=21325 vsize=8700 CPUtime=0.3 cores=1,3,5,7
/proc/21327/stat : 21327 (esg_static.sh) S 21325 21327 19368 0 -1 4202496 352 3590 0 0 0 0 29 1 15 0 1 0 671766581 8908800 252 33554432000 4194304 4922060 140737081084000 18446744073709551615 237278698629 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/21327/statm: 2175 252 209 178 0 68 0
[pid=21330] ppid=21327 vsize=70168 CPUtime=155.6 cores=1,3,5,7
/proc/21330/stat : 21330 (minisat_static) R 21327 21327 19368 0 -1 4202496 45453 0 0 0 15553 7 0 0 25 0 1 0 671766649 71852032 13974 33554432000 4194304 4256717 140734737386288 18446744073709551615 4213955 0 0 4096 8388610 0 0 0 17 7 0 0 0
/proc/21330/statm: 17542 13974 252 16 0 14184 0
Current children cumulated CPU time (s) 155.9
Current children cumulated vsize (KiB) 78868
heavy processes:

[startup+282.301 s]
/proc/loadavg: 9.10 9.12 9.09 10/410 21337
/proc/meminfo: memFree=294248/32950904 swapFree=67057400/67111528
[pid=21327] ppid=21325 vsize=8700 CPUtime=0.3 cores=1,3,5,7
/proc/21327/stat : 21327 (esg_static.sh) S 21325 21327 19368 0 -1 4202496 352 3590 0 0 0 0 29 1 15 0 1 0 671766581 8908800 252 33554432000 4194304 4922060 140737081084000 18446744073709551615 237278698629 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/21327/statm: 2175 252 209 178 0 68 0
[pid=21330] ppid=21327 vsize=70168 CPUtime=214.81 cores=1,3,5,7
/proc/21330/stat : 21330 (minisat_static) R 21327 21327 19368 0 -1 4202496 45827 0 0 0 21474 7 0 0 25 0 1 0 671766649 71852032 14340 33554432000 4194304 4256717 140734737386288 18446744073709551615 4213416 0 0 4096 8388610 0 0 0 17 7 0 0 0
/proc/21330/statm: 17542 14340 252 16 0 14184 0
Current children cumulated CPU time (s) 215.11
Current children cumulated vsize (KiB) 78868
heavy processes:

[startup+342.3 s]
/proc/loadavg: 9.18 9.14 9.09 10/410 21339
/proc/meminfo: memFree=355368/32950904 swapFree=67057400/67111528
[pid=21327] ppid=21325 vsize=8700 CPUtime=0.3 cores=1,3,5,7
/proc/21327/stat : 21327 (esg_static.sh) S 21325 21327 19368 0 -1 4202496 352 3590 0 0 0 0 29 1 15 0 1 0 671766581 8908800 252 33554432000 4194304 4922060 140737081084000 18446744073709551615 237278698629 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/21327/statm: 2175 252 209 178 0 68 0
[pid=21330] ppid=21327 vsize=82184 CPUtime=274.02 cores=1,3,5,7

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

/proc/21330/statm: 37359 31567 252 16 0 34001 0
Current children cumulated CPU time (s) 4302.08
Current children cumulated vsize (KiB) 158136

[startup+4482.3 s]
/proc/loadavg: 8.07 8.11 8.12 9/409 21583
/proc/meminfo: memFree=175376/32950904 swapFree=67057400/67111528
[pid=21327] ppid=21325 vsize=8700 CPUtime=0.3 cores=1,3,5,7
/proc/21327/stat : 21327 (esg_static.sh) S 21325 21327 19368 0 -1 4202496 352 3590 0 0 0 0 29 1 15 0 1 0 671766581 8908800 252 33554432000 4194304 4922060 140737081084000 18446744073709551615 237278698629 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/21327/statm: 2175 252 209 178 0 68 0
[pid=21330] ppid=21327 vsize=149436 CPUtime=4361.01 cores=1,3,5,7
/proc/21330/stat : 21330 (minisat_static) R 21327 21327 19368 0 -1 4202496 1524166 0 0 0 435815 286 0 0 25 0 1 0 671766649 153022464 30699 33554432000 4194304 4256717 140734737386288 18446744073709551615 4213652 0 0 4096 8388610 0 0 0 17 7 0 0 0
/proc/21330/statm: 37359 30699 252 16 0 34001 0
Current children cumulated CPU time (s) 4361.31
Current children cumulated vsize (KiB) 158136

[startup+4542.3 s]
/proc/loadavg: 8.07 8.10 8.11 9/409 21585
/proc/meminfo: memFree=263068/32950904 swapFree=67057400/67111528
[pid=21327] ppid=21325 vsize=8700 CPUtime=0.3 cores=1,3,5,7
/proc/21327/stat : 21327 (esg_static.sh) S 21325 21327 19368 0 -1 4202496 352 3590 0 0 0 0 29 1 15 0 1 0 671766581 8908800 252 33554432000 4194304 4922060 140737081084000 18446744073709551615 237278698629 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/21327/statm: 2175 252 209 178 0 68 0
[pid=21330] ppid=21327 vsize=149436 CPUtime=4420.24 cores=1,3,5,7
/proc/21330/stat : 21330 (minisat_static) R 21327 21327 19368 0 -1 4202496 1553748 0 0 0 441731 293 0 0 25 0 1 0 671766649 153022464 33675 33554432000 4194304 4256717 140734737386288 18446744073709551615 4213469 0 0 4096 8388610 0 0 0 17 7 0 0 0
/proc/21330/statm: 37359 33675 252 16 0 34001 0
Current children cumulated CPU time (s) 4420.54
Current children cumulated vsize (KiB) 158136

[startup+4602.3 s]
/proc/loadavg: 8.11 8.11 8.11 9/409 21586
/proc/meminfo: memFree=213140/32950904 swapFree=67057400/67111528
[pid=21327] ppid=21325 vsize=8700 CPUtime=0.3 cores=1,3,5,7
/proc/21327/stat : 21327 (esg_static.sh) S 21325 21327 19368 0 -1 4202496 352 3590 0 0 0 0 29 1 15 0 1 0 671766581 8908800 252 33554432000 4194304 4922060 140737081084000 18446744073709551615 237278698629 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/21327/statm: 2175 252 209 178 0 68 0
[pid=21330] ppid=21327 vsize=149436 CPUtime=4479.48 cores=1,3,5,7
/proc/21330/stat : 21330 (minisat_static) R 21327 21327 19368 0 -1 4202496 1594077 0 0 0 447647 301 0 0 25 0 1 0 671766649 153022464 33741 33554432000 4194304 4256717 140734737386288 18446744073709551615 4213461 0 0 4096 8388610 0 0 0 17 7 0 0 0
/proc/21330/statm: 37359 33741 252 16 0 34001 0
Current children cumulated CPU time (s) 4479.78
Current children cumulated vsize (KiB) 158136

[startup+4662.3 s]
/proc/loadavg: 8.08 8.10 8.10 9/409 21588
/proc/meminfo: memFree=231852/32950904 swapFree=67057400/67111528
[pid=21327] ppid=21325 vsize=8700 CPUtime=0.3 cores=1,3,5,7
/proc/21327/stat : 21327 (esg_static.sh) S 21325 21327 19368 0 -1 4202496 352 3590 0 0 0 0 29 1 15 0 1 0 671766581 8908800 252 33554432000 4194304 4922060 140737081084000 18446744073709551615 237278698629 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/21327/statm: 2175 252 209 178 0 68 0
[pid=21330] ppid=21327 vsize=149436 CPUtime=4538.7 cores=1,3,5,7
/proc/21330/stat : 21330 (minisat_static) R 21327 21327 19368 0 -1 4202496 1632110 0 0 0 453561 309 0 0 25 0 1 0 671766649 153022464 32122 33554432000 4194304 4256717 140734737386288 18446744073709551615 4213723 0 0 4096 8388610 0 0 0 17 7 0 0 0
/proc/21330/statm: 37359 32122 252 16 0 34001 0
Current children cumulated CPU time (s) 4539
Current children cumulated vsize (KiB) 158136

[startup+4722.32 s]
/proc/loadavg: 8.07 8.10 8.10 9/409 21590
/proc/meminfo: memFree=249180/32950904 swapFree=67057400/67111528
[pid=21327] ppid=21325 vsize=8700 CPUtime=0.3 cores=1,3,5,7
/proc/21327/stat : 21327 (esg_static.sh) S 21325 21327 19368 0 -1 4202496 352 3590 0 0 0 0 29 1 15 0 1 0 671766581 8908800 252 33554432000 4194304 4922060 140737081084000 18446744073709551615 237278698629 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/21327/statm: 2175 252 209 178 0 68 0
[pid=21330] ppid=21327 vsize=149436 CPUtime=4597.95 cores=1,3,5,7
/proc/21330/stat : 21330 (minisat_static) R 21327 21327 19368 0 -1 4202496 1669651 0 0 0 459477 318 0 0 25 0 1 0 671766649 153022464 30858 33554432000 4194304 4256717 140734737386288 18446744073709551615 4213501 0 0 4096 8388610 0 0 0 17 7 0 0 0
/proc/21330/statm: 37359 30858 252 16 0 34001 0
Current children cumulated CPU time (s) 4598.25
Current children cumulated vsize (KiB) 158136

[startup+4782.3 s]
/proc/loadavg: 8.06 8.09 8.09 9/409 21591
/proc/meminfo: memFree=194500/32950904 swapFree=67057400/67111528
[pid=21327] ppid=21325 vsize=8700 CPUtime=0.3 cores=1,3,5,7
/proc/21327/stat : 21327 (esg_static.sh) S 21325 21327 19368 0 -1 4202496 352 3590 0 0 0 0 29 1 15 0 1 0 671766581 8908800 252 33554432000 4194304 4922060 140737081084000 18446744073709551615 237278698629 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/21327/statm: 2175 252 209 178 0 68 0
[pid=21330] ppid=21327 vsize=149436 CPUtime=4657.16 cores=1,3,5,7
/proc/21330/stat : 21330 (minisat_static) R 21327 21327 19368 0 -1 4202496 1697592 0 0 0 465393 323 0 0 25 0 1 0 671766649 153022464 32560 33554432000 4194304 4256717 140734737386288 18446744073709551615 4213501 0 0 4096 8388610 0 0 0 17 7 0 0 0
/proc/21330/statm: 37359 32560 252 16 0 34001 0
Current children cumulated CPU time (s) 4657.46
Current children cumulated vsize (KiB) 158136

[startup+4842.3 s]
/proc/loadavg: 8.17 8.12 8.10 9/409 21593
/proc/meminfo: memFree=210272/32950904 swapFree=67057400/67111528
[pid=21327] ppid=21325 vsize=8700 CPUtime=0.3 cores=1,3,5,7
/proc/21327/stat : 21327 (esg_static.sh) S 21325 21327 19368 0 -1 4202496 352 3590 0 0 0 0 29 1 15 0 1 0 671766581 8908800 252 33554432000 4194304 4922060 140737081084000 18446744073709551615 237278698629 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/21327/statm: 2175 252 209 178 0 68 0
[pid=21330] ppid=21327 vsize=149436 CPUtime=4716.39 cores=1,3,5,7
/proc/21330/stat : 21330 (minisat_static) R 21327 21327 19368 0 -1 4202496 1736500 0 0 0 471307 332 0 0 25 0 1 0 671766649 153022464 31762 33554432000 4194304 4256717 140734737386288 18446744073709551615 4213994 0 0 4096 8388610 0 0 0 17 7 0 0 0
/proc/21330/statm: 37359 31762 252 16 0 34001 0
Current children cumulated CPU time (s) 4716.69
Current children cumulated vsize (KiB) 158136

[startup+4902.3 s]
/proc/loadavg: 8.13 8.11 8.09 9/409 21594
/proc/meminfo: memFree=223460/32950904 swapFree=67057400/67111528
[pid=21327] ppid=21325 vsize=8700 CPUtime=0.3 cores=1,3,5,7
/proc/21327/stat : 21327 (esg_static.sh) S 21325 21327 19368 0 -1 4202496 352 3590 0 0 0 0 29 1 15 0 1 0 671766581 8908800 252 33554432000 4194304 4922060 140737081084000 18446744073709551615 237278698629 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/21327/statm: 2175 252 209 178 0 68 0
[pid=21330] ppid=21327 vsize=149436 CPUtime=4775.62 cores=1,3,5,7
/proc/21330/stat : 21330 (minisat_static) R 21327 21327 19368 0 -1 4202496 1765084 0 0 0 477226 336 0 0 25 0 1 0 671766649 153022464 33960 33554432000 4194304 4256717 140734737386288 18446744073709551615 4213501 0 0 4096 8388610 0 0 0 17 7 0 0 0
/proc/21330/statm: 37359 33960 252 16 0 34001 0
Current children cumulated CPU time (s) 4775.92
Current children cumulated vsize (KiB) 158136

[startup+4962.3 s]
/proc/loadavg: 8.11 8.10 8.09 9/409 21596
/proc/meminfo: memFree=251124/32950904 swapFree=67057400/67111528
[pid=21327] ppid=21325 vsize=8700 CPUtime=0.3 cores=1,3,5,7
/proc/21327/stat : 21327 (esg_static.sh) S 21325 21327 19368 0 -1 4202496 352 3590 0 0 0 0 29 1 15 0 1 0 671766581 8908800 252 33554432000 4194304 4922060 140737081084000 18446744073709551615 237278698629 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/21327/statm: 2175 252 209 178 0 68 0
[pid=21330] ppid=21327 vsize=149436 CPUtime=4834.84 cores=1,3,5,7
/proc/21330/stat : 21330 (minisat_static) R 21327 21327 19368 0 -1 4202496 1803814 0 0 0 483139 345 0 0 25 0 1 0 671766649 153022464 31920 33554432000 4194304 4256717 140734737386288 18446744073709551615 4213948 0 0 4096 8388610 0 0 0 17 7 0 0 0
/proc/21330/statm: 37359 31920 252 16 0 34001 0
Current children cumulated CPU time (s) 4835.14
Current children cumulated vsize (KiB) 158136

[startup+5022.3 s]
/proc/loadavg: 8.10 8.10 8.09 9/409 21598
/proc/meminfo: memFree=199292/32950904 swapFree=67057400/67111528
[pid=21327] ppid=21325 vsize=8700 CPUtime=0.3 cores=1,3,5,7
/proc/21327/stat : 21327 (esg_static.sh) S 21325 21327 19368 0 -1 4202496 352 3590 0 0 0 0 29 1 15 0 1 0 671766581 8908800 252 33554432000 4194304 4922060 140737081084000 18446744073709551615 237278698629 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/21327/statm: 2175 252 209 178 0 68 0
[pid=21330] ppid=21327 vsize=149436 CPUtime=4894.08 cores=1,3,5,7
/proc/21330/stat : 21330 (minisat_static) R 21327 21327 19368 0 -1 4202496 1833432 0 0 0 489055 353 0 0 25 0 1 0 671766649 153022464 34068 33554432000 4194304 4256717 140734737386288 18446744073709551615 4218371 0 0 4096 8388610 0 0 0 17 7 0 0 0
/proc/21330/statm: 37359 34068 252 16 0 34001 0
Current children cumulated CPU time (s) 4894.38
Current children cumulated vsize (KiB) 158136

[startup+5082.3 s]
/proc/loadavg: 8.09 8.09 8.09 9/409 21599
/proc/meminfo: memFree=231916/32950904 swapFree=67057400/67111528
[pid=21327] ppid=21325 vsize=8700 CPUtime=0.3 cores=1,3,5,7
/proc/21327/stat : 21327 (esg_static.sh) S 21325 21327 19368 0 -1 4202496 352 3590 0 0 0 0 29 1 15 0 1 0 671766581 8908800 252 33554432000 4194304 4922060 140737081084000 18446744073709551615 237278698629 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/21327/statm: 2175 252 209 178 0 68 0
[pid=21330] ppid=21327 vsize=180256 CPUtime=4953.29 cores=1,3,5,7
/proc/21330/stat : 21330 (minisat_static) R 21327 21327 19368 0 -1 4202496 1875220 0 0 0 494968 361 0 0 25 0 1 0 671766649 184582144 34495 33554432000 4194304 4256717 140734737386288 18446744073709551615 4213501 0 0 4096 8388610 0 0 0 17 7 0 0 0
/proc/21330/statm: 45064 34495 252 16 0 41706 0
Current children cumulated CPU time (s) 4953.59
Current children cumulated vsize (KiB) 188956



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+5100 s]
/proc/loadavg: 8.07 8.09 8.09 9/409 21600
/proc/meminfo: memFree=208728/32950904 swapFree=67057400/67111528
[pid=21327] ppid=21325 vsize=8700 CPUtime=0.3 cores=1,3,5,7
/proc/21327/stat : 21327 (esg_static.sh) S 21325 21327 19368 0 -1 4202496 352 3590 0 0 0 0 29 1 15 0 1 0 671766581 8908800 252 33554432000 4194304 4922060 140737081084000 18446744073709551615 237278698629 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/21327/statm: 2175 252 209 178 0 68 0
[pid=21330] ppid=21327 vsize=149436 CPUtime=4970.77 cores=1,3,5,7
/proc/21330/stat : 21330 (minisat_static) R 21327 21327 19368 0 -1 4202496 1889073 0 0 0 496713 364 0 0 25 0 1 0 671766649 153022464 34085 33554432000 4194304 4256717 140734737386288 18446744073709551615 4209058 0 0 4096 8388610 0 0 0 17 7 0 0 0
/proc/21330/statm: 37359 34085 252 16 0 34001 0
Current children cumulated CPU time (s) 4971.07
Current children cumulated vsize (KiB) 158136

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

Real time (s): 5100.02
CPU time (s): 4971.07
CPU user time (s): 4967.42
CPU system time (s): 3.65
CPU usage (%): 97.4715
Max. virtual memory (cumulated for all children) (KiB): 238276

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

runsolver used 19.1151 second user time and 46.194 second system time

The end

Launcher Data

Begin job on node121 at 2011-05-17 05:07:48
IDJOB=3387421
IDBENCH=83108
IDSOLVER=1874
FILE ID=node121/3387421-1305601668
RUNJOBID= node121-1305596566-20238
PBS_JOBID= 13350357
Free space on /tmp= 73464 MiB

SOLVER NAME= minisat hack: minisat_psm 2011-04-01
BENCH NAME= SAT11/application/fuhs/slp-synthesis-AES/slp-synthesis-aes-bottom15.cnf
COMMAND LINE= ./esg_static.sh BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3387421-1305601668/watcher-3387421-1305601668 -o /tmp/evaluation-result-3387421-1305601668/solver-3387421-1305601668 -C 5000 -W 5100 -M 15500  ./esg_static.sh HOME/instance-3387421-1305601668.cnf

TIME LIMIT= 5000 seconds
MEMORY LIMIT= 15500 MiB
NBCORE= 4

MD5SUM BENCH= 1f0914c6141fdba914b73575a12b918a
RANDOM SEED=142005868

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:        365032 kB
Buffers:        321468 kB
Cached:        6730812 kB
SwapCached:       7656 kB
Active:       26828324 kB
Inactive:      5348136 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950904 kB
LowFree:        365032 kB
SwapTotal:    67111528 kB
SwapFree:     67057400 kB
Dirty:            2720 kB
Writeback:          20 kB
AnonPages:    25121976 kB
Mapped:          32592 kB
Slab:           266448 kB
PageTables:      77296 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586980 kB
Committed_AS: 99718428 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= 73292 MiB
End job on node121 at 2011-05-17 06:32:50