Trace number 3286681

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
rcl 2011-04-01? (TO) 1299.99 1300.01

General information on the benchmark

Nameapplication/jarvisalo/AAAI2010-SATPlanning/
aaai10-planning-ipc5-pathways-17-step21.cnf
MD5SUM4f6c74152fcb90409ea0105b51afa3bd
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark73.1309
Satisfiable
(Un)Satisfiability was proved
Number of variables53919
Number of clauses308235
Sum of the clauses size690466
Maximum clause length61
Minimum clause length1
Number of clauses of size 1414
Number of clauses of size 2270265
Number of clauses of size 329435
Number of clauses of size 45675
Number of clauses of size 5487
Number of clauses of size over 51959

Solver Data

0.00/0.00	c Parsing...
0.00/0.12	c ==============================================================================
0.00/0.12	c |           |     ORIGINAL     |              LEARNT              |          |
0.00/0.12	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.00/0.12	c ==============================================================================
0.00/0.12	c |         0 |  307816   690042 |   92344       0        0     nan |  0.000 % |
0.00/0.78	c |         0 |  272599   624575 |      --       0       --      -- |     --   | -31855/-58221
0.00/0.78	c ==============================================================================
0.00/0.78	c Result  :   #vars: 40965   #clauses: 272599   #literals: 624575
0.00/0.78	c CPU time:   0.760884 s
0.00/0.78	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: 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-3286681-1303764165/watcher-3286681-1303764165 -o /tmp/evaluation-result-3286681-1303764165/solver-3286681-1303764165 -C 2400 -W 1300 -M 7680 ./esg_static.sh HOME/instance-3286681-1303764165.cnf 

running on 2 cores: 0,2

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: 4.05 4.01 3.93 4/192 28764
/proc/meminfo: memFree=12233032/32951124 swapFree=67102140/67111528
[pid=28764] ppid=28762 vsize=8700 CPUtime=0 cores=0,2
/proc/28764/stat : 28764 (esg_static.sh) S 28762 28764 27759 0 -1 4202496 328 0 0 0 0 0 0 0 25 0 1 0 566647174 8908800 249 33554432000 4194304 4922060 140734320708992 18446744073709551615 216734997637 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/28764/statm: 2175 249 209 178 0 68 0

[startup+0.0969649 s]
/proc/loadavg: 4.05 4.01 3.93 4/192 28764
/proc/meminfo: memFree=12233032/32951124 swapFree=67102140/67111528
[pid=28764] ppid=28762 vsize=8700 CPUtime=0 cores=0,2
/proc/28764/stat : 28764 (esg_static.sh) S 28762 28764 27759 0 -1 4202496 328 0 0 0 0 0 0 0 25 0 1 0 566647174 8908800 249 33554432000 4194304 4922060 140734320708992 18446744073709551615 216734997637 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/28764/statm: 2175 249 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.100965 s]
/proc/loadavg: 4.05 4.01 3.93 4/192 28764
/proc/meminfo: memFree=12233032/32951124 swapFree=67102140/67111528
[pid=28764] ppid=28762 vsize=8700 CPUtime=0 cores=0,2
/proc/28764/stat : 28764 (esg_static.sh) S 28762 28764 27759 0 -1 4202496 328 0 0 0 0 0 0 0 25 0 1 0 566647174 8908800 249 33554432000 4194304 4922060 140734320708992 18446744073709551615 216734997637 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/28764/statm: 2175 249 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.300941 s]
/proc/loadavg: 4.05 4.01 3.93 4/192 28764
/proc/meminfo: memFree=12233032/32951124 swapFree=67102140/67111528
[pid=28764] ppid=28762 vsize=8700 CPUtime=0 cores=0,2
/proc/28764/stat : 28764 (esg_static.sh) S 28762 28764 27759 0 -1 4202496 328 0 0 0 0 0 0 0 25 0 1 0 566647174 8908800 249 33554432000 4194304 4922060 140734320708992 18446744073709551615 216734997637 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/28764/statm: 2175 249 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.700837 s]
/proc/loadavg: 4.05 4.01 3.93 4/192 28764
/proc/meminfo: memFree=12233032/32951124 swapFree=67102140/67111528
[pid=28764] ppid=28762 vsize=8700 CPUtime=0 cores=0,2
/proc/28764/stat : 28764 (esg_static.sh) S 28762 28764 27759 0 -1 4202496 328 0 0 0 0 0 0 0 25 0 1 0 566647174 8908800 249 33554432000 4194304 4922060 140734320708992 18446744073709551615 216734997637 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/28764/statm: 2175 249 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.5007 s]
/proc/loadavg: 4.05 4.01 3.93 5/194 28767
/proc/meminfo: memFree=12214292/32951124 swapFree=67102140/67111528
[pid=28764] ppid=28762 vsize=8700 CPUtime=0.89 cores=0,2
/proc/28764/stat : 28764 (esg_static.sh) S 28762 28764 27759 0 -1 4202496 353 11117 0 0 0 0 87 2 19 0 1 0 566647174 8908800 252 33554432000 4194304 4922060 140734320708992 18446744073709551615 216734997637 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/28764/statm: 2175 252 209 178 0 68 0
[pid=28767] ppid=28764 vsize=21336 CPUtime=0.58 cores=0,2
/proc/28767/stat : 28767 (cdcl) R 28764 28764 27759 0 -1 4202496 3633 0 0 0 58 0 0 0 20 0 1 0 566647264 21848064 3539 33554432000 4194304 4218580 140733273434416 18446744073709551615 4208438 0 0 4096 24578 0 0 0 17 0 0 0 0
/proc/28767/statm: 5334 3539 131 6 0 3804 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 30036

[startup+3.10044 s]
/proc/loadavg: 4.05 4.01 3.93 5/194 28767
/proc/meminfo: memFree=12209828/32951124 swapFree=67102140/67111528
[pid=28764] ppid=28762 vsize=8700 CPUtime=0.89 cores=0,2
/proc/28764/stat : 28764 (esg_static.sh) S 28762 28764 27759 0 -1 4202496 353 11117 0 0 0 0 87 2 19 0 1 0 566647174 8908800 252 33554432000 4194304 4922060 140734320708992 18446744073709551615 216734997637 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/28764/statm: 2175 252 209 178 0 68 0
[pid=28767] ppid=28764 vsize=24652 CPUtime=2.18 cores=0,2
/proc/28767/stat : 28767 (cdcl) R 28764 28764 27759 0 -1 4202496 4449 0 0 0 218 0 0 0 25 0 1 0 566647264 25243648 4355 33554432000 4194304 4218580 140733273434416 18446744073709551615 4208384 0 0 4096 24578 0 0 0 17 0 0 0 0
/proc/28767/statm: 6163 4355 131 6 0 4633 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 33352

[startup+6.30088 s]
/proc/loadavg: 4.04 4.01 3.93 5/194 28768
/proc/meminfo: memFree=12203928/32951124 swapFree=67102140/67111528
[pid=28764] ppid=28762 vsize=8700 CPUtime=0.89 cores=0,2
/proc/28764/stat : 28764 (esg_static.sh) S 28762 28764 27759 0 -1 4202496 353 11117 0 0 0 0 87 2 19 0 1 0 566647174 8908800 252 33554432000 4194304 4922060 140734320708992 18446744073709551615 216734997637 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/28764/statm: 2175 252 209 178 0 68 0
[pid=28767] ppid=28764 vsize=27960 CPUtime=5.39 cores=0,2
/proc/28767/stat : 28767 (cdcl) R 28764 28764 27759 0 -1 4202496 5279 0 0 0 538 1 0 0 25 0 1 0 566647264 28631040 5185 33554432000 4194304 4218580 140733273434416 18446744073709551615 4208438 0 0 4096 24578 0 0 0 17 0 0 0 0
/proc/28767/statm: 6990 5185 131 6 0 5460 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 36660

[startup+12.7008 s]
/proc/loadavg: 4.04 4.01 3.93 5/194 28768
/proc/meminfo: memFree=12202848/32951124 swapFree=67102140/67111528
[pid=28764] ppid=28762 vsize=8700 CPUtime=0.89 cores=0,2
/proc/28764/stat : 28764 (esg_static.sh) S 28762 28764 27759 0 -1 4202496 353 11117 0 0 0 0 87 2 19 0 1 0 566647174 8908800 252 33554432000 4194304 4922060 140734320708992 18446744073709551615 216734997637 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/28764/statm: 2175 252 209 178 0 68 0
[pid=28767] ppid=28764 vsize=27960 CPUtime=11.79 cores=0,2
/proc/28767/stat : 28767 (cdcl) R 28764 28764 27759 0 -1 4202496 5281 0 0 0 1178 1 0 0 25 0 1 0 566647264 28631040 5187 33554432000 4194304 4218580 140733273434416 18446744073709551615 4208446 0 0 4096 24578 0 0 0 17 0 0 0 0
/proc/28767/statm: 6990 5187 131 6 0 5460 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 36660

[startup+25.5005 s]
/proc/loadavg: 4.03 4.01 3.93 5/194 28768
/proc/meminfo: memFree=12196748/32951124 swapFree=67102140/67111528
[pid=28764] ppid=28762 vsize=8700 CPUtime=0.89 cores=0,2
/proc/28764/stat : 28764 (esg_static.sh) S 28762 28764 27759 0 -1 4202496 353 11117 0 0 0 0 87 2 19 0 1 0 566647174 8908800 252 33554432000 4194304 4922060 140734320708992 18446744073709551615 216734997637 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/28764/statm: 2175 252 209 178 0 68 0
[pid=28767] ppid=28764 vsize=34220 CPUtime=24.58 cores=0,2
/proc/28767/stat : 28767 (cdcl) R 28764 28764 27759 0 -1 4202496 6840 0 0 0 2457 1 0 0 25 0 1 0 566647264 35041280 6746 33554432000 4194304 4218580 140733273434416 18446744073709551615 4208555 0 0 4096 24578 0 0 0 17 0 0 0 0
/proc/28767/statm: 8555 6746 131 6 0 7025 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 42920

[startup+51.101 s]
/proc/loadavg: 4.02 4.01 3.93 5/194 28769
/proc/meminfo: memFree=12186780/32951124 swapFree=67102140/67111528
[pid=28764] ppid=28762 vsize=8700 CPUtime=0.89 cores=0,2
/proc/28764/stat : 28764 (esg_static.sh) S 28762 28764 27759 0 -1 4202496 353 11117 0 0 0 0 87 2 19 0 1 0 566647174 8908800 252 33554432000 4194304 4922060 140734320708992 18446744073709551615 216734997637 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/28764/statm: 2175 252 209 178 0 68 0
[pid=28767] ppid=28764 vsize=38616 CPUtime=50.18 cores=0,2
/proc/28767/stat : 28767 (cdcl) R 28764 28764 27759 0 -1 4202496 7951 0 0 0 5017 1 0 0 25 0 1 0 566647264 39542784 7851 33554432000 4194304 4218580 140733273434416 18446744073709551615 4208164 0 0 4096 24578 0 0 0 17 0 0 0 0
/proc/28767/statm: 9654 7851 131 6 0 8124 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 47316

[startup+102.307 s]
/proc/loadavg: 4.01 4.00 3.93 5/194 28770
/proc/meminfo: memFree=12148456/32951124 swapFree=67102140/67111528
[pid=28764] ppid=28762 vsize=8700 CPUtime=0.89 cores=0,2
/proc/28764/stat : 28764 (esg_static.sh) S 28762 28764 27759 0 -1 4202496 353 11117 0 0 0 0 87 2 19 0 1 0 566647174 8908800 252 33554432000 4194304 4922060 140734320708992 18446744073709551615 216734997637 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/28764/statm: 2175 252 209 178 0 68 0
[pid=28767] ppid=28764 vsize=43188 CPUtime=101.39 cores=0,2
/proc/28767/stat : 28767 (cdcl) R 28764 28764 27759 0 -1 4202496 9143 0 0 0 10138 1 0 0 25 0 1 0 566647264 44224512 9006 33554432000 4194304 4218580 140733273434416 18446744073709551615 4210015 0 0 4096 24578 0 0 0 17 0 0 0 0
/proc/28767/statm: 10797 9006 131 6 0 9267 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 51888

[startup+162.301 s]
/proc/loadavg: 4.00 4.00 3.93 5/194 28772
/proc/meminfo: memFree=12128784/32951124 swapFree=67102140/67111528
[pid=28764] ppid=28762 vsize=8700 CPUtime=0.89 cores=0,2
/proc/28764/stat : 28764 (esg_static.sh) S 28762 28764 27759 0 -1 4202496 353 11117 0 0 0 0 87 2 19 0 1 0 566647174 8908800 252 33554432000 4194304 4922060 140734320708992 18446744073709551615 216734997637 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/28764/statm: 2175 252 209 178 0 68 0
[pid=28767] ppid=28764 vsize=55584 CPUtime=161.38 cores=0,2
/proc/28767/stat : 28767 (cdcl) R 28764 28764 27759 0 -1 4202496 12293 0 0 0 16136 2 0 0 25 0 1 0 566647264 56918016 12103 33554432000 4194304 4218580 140733273434416 18446744073709551615 4208512 0 0 4096 24578 0 0 0 17 0 0 0 0
/proc/28767/statm: 13896 12103 131 6 0 12366 0
Current children cumulated CPU time (s) 162.27
Current children cumulated vsize (KiB) 64284

[startup+222.301 s]
/proc/loadavg: 4.00 4.00 3.93 5/194 28773
/proc/meminfo: memFree=12099620/32951124 swapFree=67102140/67111528
[pid=28764] ppid=28762 vsize=8700 CPUtime=0.89 cores=0,2
/proc/28764/stat : 28764 (esg_static.sh) S 28762 28764 27759 0 -1 4202496 353 11117 0 0 0 0 87 2 19 0 1 0 566647174 8908800 252 33554432000 4194304 4922060 140734320708992 18446744073709551615 216734997637 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/28764/statm: 2175 252 209 178 0 68 0
[pid=28767] ppid=28764 vsize=80740 CPUtime=221.38 cores=0,2
/proc/28767/stat : 28767 (cdcl) R 28764 28764 27759 0 -1 4202496 18666 0 0 0 22134 4 0 0 25 0 1 0 566647264 82677760 18409 33554432000 4194304 4218580 140733273434416 18446744073709551615 4210077 0 0 4096 24578 0 0 0 17 0 0 0 0
/proc/28767/statm: 20185 18409 131 6 0 18655 0
Current children cumulated CPU time (s) 222.27
Current children cumulated vsize (KiB) 89440

[startup+282.301 s]
/proc/loadavg: 4.00 4.00 3.93 5/194 28775
/proc/meminfo: memFree=12097872/32951124 swapFree=67102140/67111528
[pid=28764] ppid=28762 vsize=8700 CPUtime=0.89 cores=0,2
/proc/28764/stat : 28764 (esg_static.sh) S 28762 28764 27759 0 -1 4202496 353 11117 0 0 0 0 87 2 19 0 1 0 566647174 8908800 252 33554432000 4194304 4922060 140734320708992 18446744073709551615 216734997637 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/28764/statm: 2175 252 209 178 0 68 0
[pid=28767] ppid=28764 vsize=80836 CPUtime=281.38 cores=0,2
/proc/28767/stat : 28767 (cdcl) R 28764 28764 27759 0 -1 4202496 18796 0 0 0 28134 4 0 0 25 0 1 0 566647264 82776064 18425 33554432000 4194304 4218580 140733273434416 18446744073709551615 4208446 0 0 4096 24578 0 0 0 17 0 0 0 0
/proc/28767/statm: 20209 18425 131 6 0 18679 0
Current children cumulated CPU time (s) 282.27
Current children cumulated vsize (KiB) 89536

[startup+342.301 s]
/proc/loadavg: 4.00 4.00 3.93 5/194 28777
/proc/meminfo: memFree=12087260/32951124 swapFree=67102140/67111528
[pid=28764] ppid=28762 vsize=8700 CPUtime=0.89 cores=0,2
/proc/28764/stat : 28764 (esg_static.sh) S 28762 28764 27759 0 -1 4202496 353 11117 0 0 0 0 87 2 19 0 1 0 566647174 8908800 252 33554432000 4194304 4922060 140734320708992 18446744073709551615 216734997637 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/28764/statm: 2175 252 209 178 0 68 0
[pid=28767] ppid=28764 vsize=80868 CPUtime=341.39 cores=0,2
/proc/28767/stat : 28767 (cdcl) R 28764 28764 27759 0 -1 4202496 18896 0 0 0 34134 5 0 0 25 0 1 0 566647264 82808832 18435 33554432000 4194304 4218580 140733273434416 18446744073709551615 4208205 0 0 4096 24578 0 0 0 17 0 0 0 0
/proc/28767/statm: 20217 18435 131 6 0 18687 0
Current children cumulated CPU time (s) 342.28
Current children cumulated vsize (KiB) 89568

[startup+402.301 s]
/proc/loadavg: 4.00 4.00 3.93 5/194 28778
/proc/meminfo: memFree=12049916/32951124 swapFree=67102140/67111528
[pid=28764] ppid=28762 vsize=8700 CPUtime=0.89 cores=0,2

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

/proc/28767/statm: 21209 19417 131 6 0 19679 0
Current children cumulated CPU time (s) 582.28
Current children cumulated vsize (KiB) 93536

[startup+642.301 s]
/proc/loadavg: 4.02 4.02 3.94 5/194 28785
/proc/meminfo: memFree=12033824/32951124 swapFree=67102140/67111528
[pid=28764] ppid=28762 vsize=8700 CPUtime=0.89 cores=0,2
/proc/28764/stat : 28764 (esg_static.sh) S 28762 28764 27759 0 -1 4202496 353 11117 0 0 0 0 87 2 19 0 1 0 566647174 8908800 252 33554432000 4194304 4922060 140734320708992 18446744073709551615 216734997637 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/28764/statm: 2175 252 209 178 0 68 0
[pid=28767] ppid=28764 vsize=84836 CPUtime=641.39 cores=0,2
/proc/28767/stat : 28767 (cdcl) R 28764 28764 27759 0 -1 4202496 20410 0 0 0 64133 6 0 0 25 0 1 0 566647264 86872064 19411 33554432000 4194304 4218580 140733273434416 18446744073709551615 4208438 0 0 4096 24578 0 0 0 17 0 0 0 0
/proc/28767/statm: 21209 19411 131 6 0 19679 0
Current children cumulated CPU time (s) 642.28
Current children cumulated vsize (KiB) 93536

[startup+702.301 s]
/proc/loadavg: 4.00 4.01 3.94 5/194 28786
/proc/meminfo: memFree=12032544/32951124 swapFree=67102140/67111528
[pid=28764] ppid=28762 vsize=8700 CPUtime=0.89 cores=0,2
/proc/28764/stat : 28764 (esg_static.sh) S 28762 28764 27759 0 -1 4202496 353 11117 0 0 0 0 87 2 19 0 1 0 566647174 8908800 252 33554432000 4194304 4922060 140734320708992 18446744073709551615 216734997637 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/28764/statm: 2175 252 209 178 0 68 0
[pid=28767] ppid=28764 vsize=84836 CPUtime=701.39 cores=0,2
/proc/28767/stat : 28767 (cdcl) R 28764 28764 27759 0 -1 4202496 20548 0 0 0 70133 6 0 0 25 0 1 0 566647264 86872064 19419 33554432000 4194304 4218580 140733273434416 18446744073709551615 4208521 0 0 4096 24578 0 0 0 17 0 0 0 0
/proc/28767/statm: 21209 19419 131 6 0 19679 0
Current children cumulated CPU time (s) 702.28
Current children cumulated vsize (KiB) 93536

[startup+762.307 s]
/proc/loadavg: 3.56 3.90 3.90 4/187 28806
/proc/meminfo: memFree=12111104/32951124 swapFree=67102140/67111528
[pid=28764] ppid=28762 vsize=8700 CPUtime=0.89 cores=0,2
/proc/28764/stat : 28764 (esg_static.sh) S 28762 28764 27759 0 -1 4202496 353 11117 0 0 0 0 87 2 19 0 1 0 566647174 8908800 252 33554432000 4194304 4922060 140734320708992 18446744073709551615 216734997637 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/28764/statm: 2175 252 209 178 0 68 0
[pid=28767] ppid=28764 vsize=85072 CPUtime=761.39 cores=0,2
/proc/28767/stat : 28767 (cdcl) R 28764 28764 27759 0 -1 4202496 20728 0 0 0 76133 6 0 0 25 0 1 0 566647264 87113728 19478 33554432000 4194304 4218580 140733273434416 18446744073709551615 4208664 0 0 4096 24578 0 0 0 17 0 0 0 0
/proc/28767/statm: 21268 19478 131 6 0 19738 0
Current children cumulated CPU time (s) 762.28
Current children cumulated vsize (KiB) 93772

[startup+822.301 s]
/proc/loadavg: 2.80 3.63 3.81 3/180 28825
/proc/meminfo: memFree=12799816/32951124 swapFree=67102140/67111528
[pid=28764] ppid=28762 vsize=8700 CPUtime=0.89 cores=0,2
/proc/28764/stat : 28764 (esg_static.sh) S 28762 28764 27759 0 -1 4202496 353 11117 0 0 0 0 87 2 19 0 1 0 566647174 8908800 252 33554432000 4194304 4922060 140734320708992 18446744073709551615 216734997637 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/28764/statm: 2175 252 209 178 0 68 0
[pid=28767] ppid=28764 vsize=85168 CPUtime=821.39 cores=0,2
/proc/28767/stat : 28767 (cdcl) R 28764 28764 27759 0 -1 4202496 20860 0 0 0 82133 6 0 0 25 0 1 0 566647264 87212032 19497 33554432000 4194304 4218580 140733273434416 18446744073709551615 4208534 0 0 4096 24578 0 0 0 17 0 0 0 0
/proc/28767/statm: 21292 19497 131 6 0 19762 0
Current children cumulated CPU time (s) 822.28
Current children cumulated vsize (KiB) 93868

[startup+882.301 s]
/proc/loadavg: 2.29 3.33 3.70 3/180 28827
/proc/meminfo: memFree=12791120/32951124 swapFree=67102140/67111528
[pid=28764] ppid=28762 vsize=8700 CPUtime=0.89 cores=0,2
/proc/28764/stat : 28764 (esg_static.sh) S 28762 28764 27759 0 -1 4202496 353 11117 0 0 0 0 87 2 19 0 1 0 566647174 8908800 252 33554432000 4194304 4922060 140734320708992 18446744073709551615 216734997637 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/28764/statm: 2175 252 209 178 0 68 0
[pid=28767] ppid=28764 vsize=93260 CPUtime=881.39 cores=0,2
/proc/28767/stat : 28767 (cdcl) R 28764 28764 27759 0 -1 4202496 23014 0 0 0 88131 8 0 0 25 0 1 0 566647264 95498240 21516 33554432000 4194304 4218580 140733273434416 18446744073709551615 4208693 0 0 4096 24578 0 0 0 17 0 0 0 0
/proc/28767/statm: 23315 21516 131 6 0 21785 0
Current children cumulated CPU time (s) 882.28
Current children cumulated vsize (KiB) 101960

[startup+942.301 s]
/proc/loadavg: 2.10 3.09 3.59 3/180 28829
/proc/meminfo: memFree=12790736/32951124 swapFree=67102140/67111528
[pid=28764] ppid=28762 vsize=8700 CPUtime=0.89 cores=0,2
/proc/28764/stat : 28764 (esg_static.sh) S 28762 28764 27759 0 -1 4202496 353 11117 0 0 0 0 87 2 19 0 1 0 566647174 8908800 252 33554432000 4194304 4922060 140734320708992 18446744073709551615 216734997637 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/28764/statm: 2175 252 209 178 0 68 0
[pid=28767] ppid=28764 vsize=93388 CPUtime=941.39 cores=0,2
/proc/28767/stat : 28767 (cdcl) R 28764 28764 27759 0 -1 4202496 23151 0 0 0 94130 9 0 0 25 0 1 0 566647264 95629312 21541 33554432000 4194304 4218580 140733273434416 18446744073709551615 4210207 0 0 4096 24578 0 0 0 17 0 0 0 0
/proc/28767/statm: 23347 21541 131 6 0 21817 0
Current children cumulated CPU time (s) 942.28
Current children cumulated vsize (KiB) 102088

[startup+1002.3 s]
/proc/loadavg: 2.04 2.89 3.49 3/180 28830
/proc/meminfo: memFree=12785128/32951124 swapFree=67102140/67111528
[pid=28764] ppid=28762 vsize=8700 CPUtime=0.89 cores=0,2
/proc/28764/stat : 28764 (esg_static.sh) S 28762 28764 27759 0 -1 4202496 353 11117 0 0 0 0 87 2 19 0 1 0 566647174 8908800 252 33554432000 4194304 4922060 140734320708992 18446744073709551615 216734997637 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/28764/statm: 2175 252 209 178 0 68 0
[pid=28767] ppid=28764 vsize=93356 CPUtime=1001.39 cores=0,2
/proc/28767/stat : 28767 (cdcl) R 28764 28764 27759 0 -1 4202496 23284 0 0 0 100130 9 0 0 25 0 1 0 566647264 95596544 21534 33554432000 4194304 4218580 140733273434416 18446744073709551615 4208438 0 0 4096 24578 0 0 0 17 0 0 0 0
/proc/28767/statm: 23339 21534 131 6 0 21809 0
Current children cumulated CPU time (s) 1002.28
Current children cumulated vsize (KiB) 102056

[startup+1062.3 s]
/proc/loadavg: 2.01 2.72 3.39 3/180 28832
/proc/meminfo: memFree=12784616/32951124 swapFree=67102140/67111528
[pid=28764] ppid=28762 vsize=8700 CPUtime=0.89 cores=0,2
/proc/28764/stat : 28764 (esg_static.sh) S 28762 28764 27759 0 -1 4202496 353 11117 0 0 0 0 87 2 19 0 1 0 566647174 8908800 252 33554432000 4194304 4922060 140734320708992 18446744073709551615 216734997637 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/28764/statm: 2175 252 209 178 0 68 0
[pid=28767] ppid=28764 vsize=93820 CPUtime=1061.39 cores=0,2
/proc/28767/stat : 28767 (cdcl) R 28764 28764 27759 0 -1 4202496 23560 0 0 0 106130 9 0 0 25 0 1 0 566647264 96071680 21674 33554432000 4194304 4218580 140733273434416 18446744073709551615 4208446 0 0 4096 24578 0 0 0 17 0 0 0 0
/proc/28767/statm: 23455 21674 131 6 0 21925 0
Current children cumulated CPU time (s) 1062.28
Current children cumulated vsize (KiB) 102520

[startup+1122.3 s]
/proc/loadavg: 2.05 2.60 3.31 3/180 28842
/proc/meminfo: memFree=12778500/32951124 swapFree=67102140/67111528
[pid=28764] ppid=28762 vsize=8700 CPUtime=0.89 cores=0,2
/proc/28764/stat : 28764 (esg_static.sh) S 28762 28764 27759 0 -1 4202496 353 11117 0 0 0 0 87 2 19 0 1 0 566647174 8908800 252 33554432000 4194304 4922060 140734320708992 18446744073709551615 216734997637 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/28764/statm: 2175 252 209 178 0 68 0
[pid=28767] ppid=28764 vsize=100580 CPUtime=1121.39 cores=0,2
/proc/28767/stat : 28767 (cdcl) R 28764 28764 27759 0 -1 4202496 25335 0 0 0 112129 10 0 0 25 0 1 0 566647264 102993920 23340 33554432000 4194304 4218580 140733273434416 18446744073709551615 4208438 0 0 4096 24578 0 0 0 17 0 0 0 0
/proc/28767/statm: 25145 23340 131 6 0 23615 0
Current children cumulated CPU time (s) 1122.28
Current children cumulated vsize (KiB) 109280

[startup+1182.3 s]
/proc/loadavg: 2.02 2.49 3.22 3/180 28844
/proc/meminfo: memFree=12777980/32951124 swapFree=67102140/67111528
[pid=28764] ppid=28762 vsize=8700 CPUtime=0.89 cores=0,2
/proc/28764/stat : 28764 (esg_static.sh) S 28762 28764 27759 0 -1 4202496 353 11117 0 0 0 0 87 2 19 0 1 0 566647174 8908800 252 33554432000 4194304 4922060 140734320708992 18446744073709551615 216734997637 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/28764/statm: 2175 252 209 178 0 68 0
[pid=28767] ppid=28764 vsize=100580 CPUtime=1181.39 cores=0,2
/proc/28767/stat : 28767 (cdcl) R 28764 28764 27759 0 -1 4202496 25447 0 0 0 118129 10 0 0 25 0 1 0 566647264 102993920 23343 33554432000 4194304 4218580 140733273434416 18446744073709551615 4208516 0 0 4096 24578 0 0 0 17 0 0 0 0
/proc/28767/statm: 25145 23343 131 6 0 23615 0
Current children cumulated CPU time (s) 1182.28
Current children cumulated vsize (KiB) 109280

[startup+1242.3 s]
/proc/loadavg: 1.78 2.35 3.13 2/173 28864
/proc/meminfo: memFree=12880564/32951124 swapFree=67102140/67111528
[pid=28764] ppid=28762 vsize=8700 CPUtime=0.89 cores=0,2
/proc/28764/stat : 28764 (esg_static.sh) S 28762 28764 27759 0 -1 4202496 353 11117 0 0 0 0 87 2 19 0 1 0 566647174 8908800 252 33554432000 4194304 4922060 140734320708992 18446744073709551615 216734997637 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/28764/statm: 2175 252 209 178 0 68 0
[pid=28767] ppid=28764 vsize=101700 CPUtime=1241.39 cores=0,2
/proc/28767/stat : 28767 (cdcl) R 28764 28764 27759 0 -1 4202496 25853 0 0 0 124129 10 0 0 25 0 1 0 566647264 104140800 23623 33554432000 4194304 4218580 140733273434416 18446744073709551615 4208446 0 0 4096 24578 0 0 0 17 0 0 0 0
/proc/28767/statm: 25425 23623 131 6 0 23895 0
Current children cumulated CPU time (s) 1242.28
Current children cumulated vsize (KiB) 110400



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 1.29 2.10 2.99 2/173 28865
/proc/meminfo: memFree=12878792/32951124 swapFree=67102140/67111528
[pid=28764] ppid=28762 vsize=8700 CPUtime=0.89 cores=0,2
/proc/28764/stat : 28764 (esg_static.sh) S 28762 28764 27759 0 -1 4202496 353 11117 0 0 0 0 87 2 19 0 1 0 566647174 8908800 252 33554432000 4194304 4922060 140734320708992 18446744073709551615 216734997637 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/28764/statm: 2175 252 209 178 0 68 0
[pid=28767] ppid=28764 vsize=103632 CPUtime=1299.1 cores=0,2
/proc/28767/stat : 28767 (cdcl) R 28764 28764 27759 0 -1 4202496 26441 0 0 0 129900 10 0 0 25 0 1 0 566647264 106119168 24104 33554432000 4194304 4218580 140733273434416 18446744073709551615 4208446 0 0 4096 24578 0 0 0 17 0 0 0 0
/proc/28767/statm: 25908 24104 131 6 0 24378 0
Current children cumulated CPU time (s) 1299.99
Current children cumulated vsize (KiB) 112332

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 28764 and gives
#  childrusage.ru_utime.tv_sec=0
#  childrusage.ru_utime.tv_usec=876866
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=30995
# CPU time returned by wait4() is 0.907861
# while last known CPU time is 1299.99
#
# 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): 1299.99
CPU user time (s): 1299.87
CPU system time (s): 0.12
CPU usage (%): 99.9983
Max. virtual memory (cumulated for all children) (KiB): 112332

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

runsolver used 2.23566 second user time and 4.80427 second system time

The end

Launcher Data

Begin job on node119 at 2011-04-25 22:42:45
IDJOB=3286681
IDBENCH=82432
IDSOLVER=1609
FILE ID=node119/3286681-1303764165
RUNJOBID= node119-1303762231-28117
PBS_JOBID= 13157136
Free space on /tmp= 71596 MiB

SOLVER NAME= rcl 2011-04-01
BENCH NAME= SAT11/application/jarvisalo/AAAI2010-SATPlanning/aaai10-planning-ipc5-pathways-17-step21.cnf
COMMAND LINE= ./esg_static.sh BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3286681-1303764165/watcher-3286681-1303764165 -o /tmp/evaluation-result-3286681-1303764165/solver-3286681-1303764165 -C 2400 -W 1300 -M 7680  ./esg_static.sh HOME/instance-3286681-1303764165.cnf

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

MD5SUM BENCH= 4f6c74152fcb90409ea0105b51afa3bd
RANDOM SEED=1770925532

node119.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.815
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.815
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	: 5332.83
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.815
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.74
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.815
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.83
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.815
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.67
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.815
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.83
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.815
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.74
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.815
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.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      12233304 kB
Buffers:       2223420 kB
Cached:       17245052 kB
SwapCached:       5504 kB
Active:        8824864 kB
Inactive:     11309296 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      12233304 kB
SwapTotal:    67111528 kB
SwapFree:     67102140 kB
Dirty:           57452 kB
Writeback:           0 kB
AnonPages:      662464 kB
Mapped:          15048 kB
Slab:           517580 kB
PageTables:       6580 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   881992 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= 71732 MiB
End job on node119 at 2011-04-25 23:04:27