Trace number 3387093

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) 5000.06 4999.93

General information on the benchmark

Nameindustrial/vliw_unsat_2.0/
9dlx_vliw_at_b_iq7.cnf
MD5SUM0fbc00fde383cec371bb97d621c5e7e5
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark441.7
Satisfiable
(Un)Satisfiability was proved
Number of variables306095
Number of clauses6069108
Sum of the clauses size17675754
Maximum clause length163
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 25745111
Number of clauses of size 366910
Number of clauses of size 44878
Number of clauses of size 518476
Number of clauses of size over 5233732

Solver Data

0.00/0.00	c Parsing...
0.00/0.00	c num clauses = 6069108
0.00/0.00	c too many clauses .. no preprocessing
0.00/0.00	c WARNING: for repeatability, setting FPU to use double precision

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

running on 4 cores: 0,2,4,6

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: 3.01 3.02 2.99 3/552 18739
/proc/meminfo: memFree=17041996/32951124 swapFree=56449236/67111528
[pid=18739] ppid=18737 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/18739/stat : 18739 (esg_static.sh) S 18737 18739 18474 0 -1 4202496 352 112 0 0 0 0 0 0 23 0 1 0 670674174 8908800 251 33554432000 4194304 4922060 140734329172960 18446744073709551615 253640678533 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/18739/statm: 2175 251 209 178 0 68 0

[startup+0.0558891 s]
/proc/loadavg: 3.01 3.02 2.99 3/552 18739
/proc/meminfo: memFree=17041996/32951124 swapFree=56449236/67111528
[pid=18739] ppid=18737 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/18739/stat : 18739 (esg_static.sh) S 18737 18739 18474 0 -1 4202496 352 112 0 0 0 0 0 0 23 0 1 0 670674174 8908800 251 33554432000 4194304 4922060 140734329172960 18446744073709551615 253640678533 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/18739/statm: 2175 251 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.100872 s]
/proc/loadavg: 3.01 3.02 2.99 3/552 18739
/proc/meminfo: memFree=17041996/32951124 swapFree=56449236/67111528
[pid=18739] ppid=18737 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/18739/stat : 18739 (esg_static.sh) S 18737 18739 18474 0 -1 4202496 352 112 0 0 0 0 0 0 23 0 1 0 670674174 8908800 251 33554432000 4194304 4922060 140734329172960 18446744073709551615 253640678533 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/18739/statm: 2175 251 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.300833 s]
/proc/loadavg: 3.01 3.02 2.99 3/552 18739
/proc/meminfo: memFree=17041996/32951124 swapFree=56449236/67111528
[pid=18739] ppid=18737 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/18739/stat : 18739 (esg_static.sh) S 18737 18739 18474 0 -1 4202496 352 112 0 0 0 0 0 0 23 0 1 0 670674174 8908800 251 33554432000 4194304 4922060 140734329172960 18446744073709551615 253640678533 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/18739/statm: 2175 251 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.700757 s]
/proc/loadavg: 3.01 3.02 2.99 3/552 18739
/proc/meminfo: memFree=17041996/32951124 swapFree=56449236/67111528
[pid=18739] ppid=18737 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/18739/stat : 18739 (esg_static.sh) S 18737 18739 18474 0 -1 4202496 352 112 0 0 0 0 0 0 23 0 1 0 670674174 8908800 251 33554432000 4194304 4922060 140734329172960 18446744073709551615 253640678533 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/18739/statm: 2175 251 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.50063 s]
/proc/loadavg: 3.17 3.06 3.00 4/554 18742
/proc/meminfo: memFree=16832068/32951124 swapFree=56449236/67111528
[pid=18739] ppid=18737 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/18739/stat : 18739 (esg_static.sh) S 18737 18739 18474 0 -1 4202496 352 112 0 0 0 0 0 0 23 0 1 0 670674174 8908800 251 33554432000 4194304 4922060 140734329172960 18446744073709551615 253640678533 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/18739/statm: 2175 251 209 178 0 68 0
[pid=18741] ppid=18739 vsize=403796 CPUtime=1.49 cores=0,2,4,6
/proc/18741/stat : 18741 (minisat_static) R 18739 18739 18474 0 -1 4202496 94747 0 0 0 136 13 0 0 25 0 1 0 670674174 413487104 76743 33554432000 4194304 4256717 140734997552752 18446744073709551615 4212717 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/18741/statm: 100949 76743 216 16 0 97591 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 412496

[startup+3.10035 s]
/proc/loadavg: 3.17 3.06 3.00 4/554 18742
/proc/meminfo: memFree=16727660/32951124 swapFree=56449236/67111528
[pid=18739] ppid=18737 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/18739/stat : 18739 (esg_static.sh) S 18737 18739 18474 0 -1 4202496 352 112 0 0 0 0 0 0 23 0 1 0 670674174 8908800 251 33554432000 4194304 4922060 140734329172960 18446744073709551615 253640678533 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/18739/statm: 2175 251 209 178 0 68 0
[pid=18741] ppid=18739 vsize=413320 CPUtime=3.09 cores=0,2,4,6
/proc/18741/stat : 18741 (minisat_static) R 18739 18739 18474 0 -1 4202496 97688 0 0 0 296 13 0 0 25 0 1 0 670674174 423239680 79380 33554432000 4194304 4256717 140734997552752 18446744073709551615 4233419 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/18741/statm: 103330 79380 236 16 0 99972 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 422020

[startup+6.30077 s]
/proc/loadavg: 3.16 3.05 3.00 4/554 18742
/proc/meminfo: memFree=16721608/32951124 swapFree=56449236/67111528
[pid=18739] ppid=18737 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/18739/stat : 18739 (esg_static.sh) S 18737 18739 18474 0 -1 4202496 352 112 0 0 0 0 0 0 23 0 1 0 670674174 8908800 251 33554432000 4194304 4922060 140734329172960 18446744073709551615 253640678533 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/18739/statm: 2175 251 209 178 0 68 0
[pid=18741] ppid=18739 vsize=416900 CPUtime=6.29 cores=0,2,4,6
/proc/18741/stat : 18741 (minisat_static) R 18739 18739 18474 0 -1 4202496 98890 0 0 0 616 13 0 0 25 0 1 0 670674174 426905600 80570 33554432000 4194304 4256717 140734997552752 18446744073709551615 4210823 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/18741/statm: 104225 80570 237 16 0 100867 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 425600

[startup+12.7006 s]
/proc/loadavg: 3.14 3.05 3.00 4/554 18742
/proc/meminfo: memFree=16723344/32951124 swapFree=56449236/67111528
[pid=18739] ppid=18737 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/18739/stat : 18739 (esg_static.sh) S 18737 18739 18474 0 -1 4202496 352 112 0 0 0 0 0 0 23 0 1 0 670674174 8908800 251 33554432000 4194304 4922060 140734329172960 18446744073709551615 253640678533 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/18739/statm: 2175 251 209 178 0 68 0
[pid=18741] ppid=18739 vsize=418488 CPUtime=12.69 cores=0,2,4,6
/proc/18741/stat : 18741 (minisat_static) R 18739 18739 18474 0 -1 4202496 100001 0 0 0 1255 14 0 0 25 0 1 0 670674174 428531712 81654 33554432000 4194304 4256717 140734997552752 18446744073709551615 4209840 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/18741/statm: 104622 81654 237 16 0 101264 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 427188

[startup+25.5013 s]
/proc/loadavg: 3.11 3.05 3.00 4/554 18743
/proc/meminfo: memFree=16706980/32951124 swapFree=56449236/67111528
[pid=18739] ppid=18737 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/18739/stat : 18739 (esg_static.sh) S 18737 18739 18474 0 -1 4202496 352 112 0 0 0 0 0 0 23 0 1 0 670674174 8908800 251 33554432000 4194304 4922060 140734329172960 18446744073709551615 253640678533 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/18739/statm: 2175 251 209 178 0 68 0
[pid=18741] ppid=18739 vsize=419944 CPUtime=25.5 cores=0,2,4,6
/proc/18741/stat : 18741 (minisat_static) R 18739 18739 18474 0 -1 4202496 101891 0 0 0 2535 15 0 0 25 0 1 0 670674174 430022656 83491 33554432000 4194304 4256717 140734997552752 18446744073709551615 4233419 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/18741/statm: 104986 83491 237 16 0 101628 0
Current children cumulated CPU time (s) 25.5
Current children cumulated vsize (KiB) 428644

[startup+51.1006 s]
/proc/loadavg: 3.07 3.05 3.00 4/554 18743
/proc/meminfo: memFree=16682336/32951124 swapFree=56449236/67111528
[pid=18739] ppid=18737 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/18739/stat : 18739 (esg_static.sh) S 18737 18739 18474 0 -1 4202496 352 112 0 0 0 0 0 0 23 0 1 0 670674174 8908800 251 33554432000 4194304 4922060 140734329172960 18446744073709551615 253640678533 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/18739/statm: 2175 251 209 178 0 68 0
[pid=18741] ppid=18739 vsize=422324 CPUtime=51.09 cores=0,2,4,6
/proc/18741/stat : 18741 (minisat_static) R 18739 18739 18474 0 -1 4202496 106865 0 0 0 5093 16 0 0 25 0 1 0 670674174 432459776 88337 33554432000 4194304 4256717 140734997552752 18446744073709551615 4213501 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/18741/statm: 105581 88337 237 16 0 102223 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 431024

[startup+102.32 s]
/proc/loadavg: 3.03 3.04 3.00 4/554 18745
/proc/meminfo: memFree=16671768/32951124 swapFree=56449236/67111528
[pid=18739] ppid=18737 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/18739/stat : 18739 (esg_static.sh) S 18737 18739 18474 0 -1 4202496 352 112 0 0 0 0 0 0 23 0 1 0 670674174 8908800 251 33554432000 4194304 4922060 140734329172960 18446744073709551615 253640678533 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/18739/statm: 2175 251 209 178 0 68 0
[pid=18741] ppid=18739 vsize=426436 CPUtime=102.31 cores=0,2,4,6
/proc/18741/stat : 18741 (minisat_static) R 18739 18739 18474 0 -1 4202496 174892 0 0 0 10205 26 0 0 25 0 1 0 670674174 436670464 92825 33554432000 4194304 4256717 140734997552752 18446744073709551615 4211184 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/18741/statm: 106609 92825 237 16 0 103251 0
Current children cumulated CPU time (s) 102.31
Current children cumulated vsize (KiB) 435136

[startup+162.3 s]
/proc/loadavg: 3.01 3.03 3.00 4/554 18746
/proc/meminfo: memFree=16693176/32951124 swapFree=56449236/67111528
[pid=18739] ppid=18737 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/18739/stat : 18739 (esg_static.sh) S 18737 18739 18474 0 -1 4202496 352 112 0 0 0 0 0 0 23 0 1 0 670674174 8908800 251 33554432000 4194304 4922060 140734329172960 18446744073709551615 253640678533 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/18739/statm: 2175 251 209 178 0 68 0
[pid=18741] ppid=18739 vsize=429992 CPUtime=162.29 cores=0,2,4,6
/proc/18741/stat : 18741 (minisat_static) R 18739 18739 18474 0 -1 4202496 299996 0 0 0 16186 43 0 0 25 0 1 0 670674174 440311808 88275 33554432000 4194304 4256717 140734997552752 18446744073709551615 4209919 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/18741/statm: 107498 88275 237 16 0 104140 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 438692

[startup+222.301 s]
/proc/loadavg: 3.12 3.05 3.01 4/554 18748
/proc/meminfo: memFree=16675792/32951124 swapFree=56449236/67111528
[pid=18739] ppid=18737 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/18739/stat : 18739 (esg_static.sh) S 18737 18739 18474 0 -1 4202496 352 112 0 0 0 0 0 0 23 0 1 0 670674174 8908800 251 33554432000 4194304 4922060 140734329172960 18446744073709551615 253640678533 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/18739/statm: 2175 251 209 178 0 68 0
[pid=18741] ppid=18739 vsize=434980 CPUtime=222.3 cores=0,2,4,6
/proc/18741/stat : 18741 (minisat_static) R 18739 18739 18474 0 -1 4202496 433918 0 0 0 22170 60 0 0 25 0 1 0 670674174 445419520 91216 33554432000 4194304 4256717 140734997552752 18446744073709551615 4230202 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/18741/statm: 108745 91216 237 16 0 105387 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 443680

[startup+282.301 s]
/proc/loadavg: 3.15 3.07 3.01 4/554 18749
/proc/meminfo: memFree=16680484/32951124 swapFree=56449236/67111528
[pid=18739] ppid=18737 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/18739/stat : 18739 (esg_static.sh) S 18737 18739 18474 0 -1 4202496 352 112 0 0 0 0 0 0 23 0 1 0 670674174 8908800 251 33554432000 4194304 4922060 140734329172960 18446744073709551615 253640678533 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/18739/statm: 2175 251 209 178 0 68 0
[pid=18741] ppid=18739 vsize=437544 CPUtime=282.3 cores=0,2,4,6
/proc/18741/stat : 18741 (minisat_static) R 18739 18739 18474 0 -1 4202496 563235 0 0 0 28157 73 0 0 25 0 1 0 670674174 448045056 89764 33554432000 4194304 4256717 140734997552752 18446744073709551615 4209909 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/18741/statm: 109386 89764 237 16 0 106028 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 446244

[startup+342.301 s]
/proc/loadavg: 3.05 3.06 3.01 4/554 18751
/proc/meminfo: memFree=16688648/32951124 swapFree=56449236/67111528
[pid=18739] ppid=18737 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/18739/stat : 18739 (esg_static.sh) S 18737 18739 18474 0 -1 4202496 352 112 0 0 0 0 0 0 23 0 1 0 670674174 8908800 251 33554432000 4194304 4922060 140734329172960 18446744073709551615 253640678533 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/18739/statm: 2175 251 209 178 0 68 0
[pid=18741] ppid=18739 vsize=440644 CPUtime=342.3 cores=0,2,4,6
/proc/18741/stat : 18741 (minisat_static) R 18739 18739 18474 0 -1 4202496 694432 0 0 0 34141 89 0 0 25 0 1 0 670674174 451219456 89315 33554432000 4194304 4256717 140734997552752 18446744073709551615 4214132 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/18741/statm: 110161 89315 237 16 0 106803 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 449344

[startup+402.301 s]
/proc/loadavg: 3.09 3.07 3.01 4/554 18753
/proc/meminfo: memFree=16625256/32951124 swapFree=56449236/67111528
[pid=18739] ppid=18737 vsize=8700 CPUtime=0 cores=0,2,4,6

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

/proc/18741/statm: 133242 116369 237 16 0 129884 0
Current children cumulated CPU time (s) 4362.42
Current children cumulated vsize (KiB) 541668

[startup+4422.3 s]
/proc/loadavg: 3.00 3.02 3.00 4/554 19086
/proc/meminfo: memFree=16445280/32951124 swapFree=56449236/67111528
[pid=18739] ppid=18737 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/18739/stat : 18739 (esg_static.sh) S 18737 18739 18474 0 -1 4202496 352 112 0 0 0 0 0 0 23 0 1 0 670674174 8908800 251 33554432000 4194304 4922060 140734329172960 18446744073709551615 253640678533 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/18739/statm: 2175 251 209 178 0 68 0
[pid=18741] ppid=18739 vsize=533184 CPUtime=4422.42 cores=0,2,4,6
/proc/18741/stat : 18741 (minisat_static) R 18739 18739 18474 0 -1 4202496 10003571 0 0 0 440907 1335 0 0 25 0 1 0 670674174 545980416 122097 33554432000 4194304 4256717 140734997552752 18446744073709551615 4213501 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/18741/statm: 133296 122097 237 16 0 129938 0
Current children cumulated CPU time (s) 4422.42
Current children cumulated vsize (KiB) 541884

[startup+4482.3 s]
/proc/loadavg: 3.00 3.02 3.00 4/554 19087
/proc/meminfo: memFree=16431252/32951124 swapFree=56449236/67111528
[pid=18739] ppid=18737 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/18739/stat : 18739 (esg_static.sh) S 18737 18739 18474 0 -1 4202496 352 112 0 0 0 0 0 0 23 0 1 0 670674174 8908800 251 33554432000 4194304 4922060 140734329172960 18446744073709551615 253640678533 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/18739/statm: 2175 251 209 178 0 68 0
[pid=18741] ppid=18739 vsize=666912 CPUtime=4482.43 cores=0,2,4,6
/proc/18741/stat : 18741 (minisat_static) R 18739 18739 18474 0 -1 4202496 10104418 0 0 0 446893 1350 0 0 25 0 1 0 670674174 682917888 131020 33554432000 4194304 4256717 140734997552752 18446744073709551615 4213469 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/18741/statm: 166728 131020 237 16 0 163370 0
Current children cumulated CPU time (s) 4482.43
Current children cumulated vsize (KiB) 675612

[startup+4542.3 s]
/proc/loadavg: 3.12 3.04 3.01 4/554 19089
/proc/meminfo: memFree=16395528/32951124 swapFree=56449236/67111528
[pid=18739] ppid=18737 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/18739/stat : 18739 (esg_static.sh) S 18737 18739 18474 0 -1 4202496 352 112 0 0 0 0 0 0 23 0 1 0 670674174 8908800 251 33554432000 4194304 4922060 140734329172960 18446744073709551615 253640678533 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/18739/statm: 2175 251 209 178 0 68 0
[pid=18741] ppid=18739 vsize=666912 CPUtime=4542.42 cores=0,2,4,6
/proc/18741/stat : 18741 (minisat_static) R 18739 18739 18474 0 -1 4202496 10189937 0 0 0 452879 1363 0 0 25 0 1 0 670674174 682917888 135776 33554432000 4194304 4256717 140734997552752 18446744073709551615 4213972 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/18741/statm: 166728 135776 237 16 0 163370 0
Current children cumulated CPU time (s) 4542.42
Current children cumulated vsize (KiB) 675612

[startup+4602.3 s]
/proc/loadavg: 3.10 3.05 3.01 4/554 19091
/proc/meminfo: memFree=16411876/32951124 swapFree=56449236/67111528
[pid=18739] ppid=18737 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/18739/stat : 18739 (esg_static.sh) S 18737 18739 18474 0 -1 4202496 352 112 0 0 0 0 0 0 23 0 1 0 670674174 8908800 251 33554432000 4194304 4922060 140734329172960 18446744073709551615 253640678533 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/18739/statm: 2175 251 209 178 0 68 0
[pid=18741] ppid=18739 vsize=668428 CPUtime=4602.44 cores=0,2,4,6
/proc/18741/stat : 18741 (minisat_static) R 18739 18739 18474 0 -1 4202496 10362211 0 0 0 458860 1384 0 0 25 0 1 0 670674174 684470272 131121 33554432000 4194304 4256717 140734997552752 18446744073709551615 4214132 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/18741/statm: 167107 131121 237 16 0 163749 0
Current children cumulated CPU time (s) 4602.44
Current children cumulated vsize (KiB) 677128

[startup+4662.3 s]
/proc/loadavg: 3.12 3.06 3.01 4/554 19092
/proc/meminfo: memFree=16405412/32951124 swapFree=56449236/67111528
[pid=18739] ppid=18737 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/18739/stat : 18739 (esg_static.sh) S 18737 18739 18474 0 -1 4202496 352 112 0 0 0 0 0 0 23 0 1 0 670674174 8908800 251 33554432000 4194304 4922060 140734329172960 18446744073709551615 253640678533 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/18739/statm: 2175 251 209 178 0 68 0
[pid=18741] ppid=18739 vsize=671400 CPUtime=4662.43 cores=0,2,4,6
/proc/18741/stat : 18741 (minisat_static) R 18739 18739 18474 0 -1 4202496 10449423 0 0 0 464848 1395 0 0 25 0 1 0 670674174 687513600 134116 33554432000 4194304 4256717 140734997552752 18446744073709551615 4213761 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/18741/statm: 167850 134116 237 16 0 164492 0
Current children cumulated CPU time (s) 4662.43
Current children cumulated vsize (KiB) 680100

[startup+4722.32 s]
/proc/loadavg: 3.08 3.06 3.01 4/554 19094
/proc/meminfo: memFree=16406252/32951124 swapFree=56449236/67111528
[pid=18739] ppid=18737 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/18739/stat : 18739 (esg_static.sh) S 18737 18739 18474 0 -1 4202496 352 112 0 0 0 0 0 0 23 0 1 0 670674174 8908800 251 33554432000 4194304 4922060 140734329172960 18446744073709551615 253640678533 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/18739/statm: 2175 251 209 178 0 68 0
[pid=18741] ppid=18739 vsize=671740 CPUtime=4722.44 cores=0,2,4,6
/proc/18741/stat : 18741 (minisat_static) R 18739 18739 18474 0 -1 4202496 10604661 0 0 0 470831 1413 0 0 25 0 1 0 670674174 687861760 127843 33554432000 4194304 4256717 140734997552752 18446744073709551615 4219118 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/18741/statm: 167935 127843 237 16 0 164577 0
Current children cumulated CPU time (s) 4722.44
Current children cumulated vsize (KiB) 680440

[startup+4782.3 s]
/proc/loadavg: 3.03 3.05 3.01 4/554 19095
/proc/meminfo: memFree=16394076/32951124 swapFree=56449236/67111528
[pid=18739] ppid=18737 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/18739/stat : 18739 (esg_static.sh) S 18737 18739 18474 0 -1 4202496 352 112 0 0 0 0 0 0 23 0 1 0 670674174 8908800 251 33554432000 4194304 4922060 140734329172960 18446744073709551615 253640678533 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/18739/statm: 2175 251 209 178 0 68 0
[pid=18741] ppid=18739 vsize=672880 CPUtime=4782.43 cores=0,2,4,6
/proc/18741/stat : 18741 (minisat_static) R 18739 18739 18474 0 -1 4202496 10691463 0 0 0 476817 1426 0 0 25 0 1 0 670674174 689029120 130938 33554432000 4194304 4256717 140734997552752 18446744073709551615 4210823 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/18741/statm: 168220 130938 237 16 0 164862 0
Current children cumulated CPU time (s) 4782.43
Current children cumulated vsize (KiB) 681580

[startup+4842.3 s]
/proc/loadavg: 3.01 3.04 3.00 4/554 19097
/proc/meminfo: memFree=16414864/32951124 swapFree=56449236/67111528
[pid=18739] ppid=18737 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/18739/stat : 18739 (esg_static.sh) S 18737 18739 18474 0 -1 4202496 352 112 0 0 0 0 0 0 23 0 1 0 670674174 8908800 251 33554432000 4194304 4922060 140734329172960 18446744073709551615 253640678533 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/18739/statm: 2175 251 209 178 0 68 0
[pid=18741] ppid=18739 vsize=542544 CPUtime=4842.44 cores=0,2,4,6
/proc/18741/stat : 18741 (minisat_static) R 18739 18739 18474 0 -1 4202496 10847634 0 0 0 482797 1447 0 0 25 0 1 0 670674174 555565056 123363 33554432000 4194304 4256717 140734997552752 18446744073709551615 4213501 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/18741/statm: 135636 123363 237 16 0 132278 0
Current children cumulated CPU time (s) 4842.44
Current children cumulated vsize (KiB) 551244

[startup+4902.3 s]
/proc/loadavg: 3.00 3.03 3.00 4/554 19099
/proc/meminfo: memFree=16390776/32951124 swapFree=56449236/67111528
[pid=18739] ppid=18737 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/18739/stat : 18739 (esg_static.sh) S 18737 18739 18474 0 -1 4202496 352 112 0 0 0 0 0 0 23 0 1 0 670674174 8908800 251 33554432000 4194304 4922060 140734329172960 18446744073709551615 253640678533 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/18739/statm: 2175 251 209 178 0 68 0
[pid=18741] ppid=18739 vsize=546168 CPUtime=4902.43 cores=0,2,4,6
/proc/18741/stat : 18741 (minisat_static) R 18739 18739 18474 0 -1 4202496 10931435 0 0 0 488785 1458 0 0 25 0 1 0 670674174 559276032 127194 33554432000 4194304 4256717 140734997552752 18446744073709551615 4213501 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/18741/statm: 136542 127194 237 16 0 133184 0
Current children cumulated CPU time (s) 4902.43
Current children cumulated vsize (KiB) 554868

[startup+4962.3 s]
/proc/loadavg: 3.00 3.02 3.00 4/554 19100
/proc/meminfo: memFree=16368168/32951124 swapFree=56449236/67111528
[pid=18739] ppid=18737 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/18739/stat : 18739 (esg_static.sh) S 18737 18739 18474 0 -1 4202496 352 112 0 0 0 0 0 0 23 0 1 0 670674174 8908800 251 33554432000 4194304 4922060 140734329172960 18446744073709551615 253640678533 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/18739/statm: 2175 251 209 178 0 68 0
[pid=18741] ppid=18739 vsize=679284 CPUtime=4962.43 cores=0,2,4,6
/proc/18741/stat : 18741 (minisat_static) R 18739 18739 18474 0 -1 4202496 11014795 0 0 0 494774 1469 0 0 25 0 1 0 670674174 695586816 132020 33554432000 4194304 4256717 140734997552752 18446744073709551615 4213445 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/18741/statm: 169821 132020 237 16 0 166463 0
Current children cumulated CPU time (s) 4962.43
Current children cumulated vsize (KiB) 687984



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+4999.9 s]
/proc/loadavg: 3.00 3.02 3.00 4/554 19101
/proc/meminfo: memFree=16390596/32951124 swapFree=56449236/67111528
[pid=18739] ppid=18737 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/18739/stat : 18739 (esg_static.sh) S 18737 18739 18474 0 -1 4202496 352 112 0 0 0 0 0 0 23 0 1 0 670674174 8908800 251 33554432000 4194304 4922060 140734329172960 18446744073709551615 253640678533 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/18739/statm: 2175 251 209 178 0 68 0
[pid=18741] ppid=18739 vsize=547024 CPUtime=5000.06 cores=0,2,4,6
/proc/18741/stat : 18741 (minisat_static) R 18739 18739 18474 0 -1 4202496 11084786 0 0 0 498528 1478 0 0 25 0 1 0 670674174 560152576 125704 33554432000 4194304 4256717 140734997552752 18446744073709551615 4213445 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/18741/statm: 136756 125704 237 16 0 133398 0
Current children cumulated CPU time (s) 5000.06
Current children cumulated vsize (KiB) 555724

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

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

[startup+4999.9 s]
/proc/loadavg: 3.00 3.02 3.00 4/554 19101
/proc/meminfo: memFree=16390596/32951124 swapFree=56449236/67111528
[pid=18739] ppid=18737 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/18739/stat : 18739 (esg_static.sh) S 18737 18739 18474 0 -1 4202496 352 112 0 0 0 0 0 0 23 0 1 0 670674174 8908800 251 33554432000 4194304 4922060 140734329172960 18446744073709551615 253640678533 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/18739/statm: 2175 251 209 178 0 68 0
[pid=18741] ppid=18739 vsize=547024 CPUtime=5000.06 cores=0,2,4,6
/proc/18741/stat : 18741 (minisat_static) R 18739 18739 18474 0 -1 4202496 11084786 0 0 0 498528 1478 0 0 25 0 1 0 670674174 560152576 125704 33554432000 4194304 4256717 140734997552752 18446744073709551615 4213445 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/18741/statm: 136756 125704 237 16 0 133398 0
Current children cumulated CPU time (s) 5000.06
Current children cumulated vsize (KiB) 555724

Child ended because it received signal 15 (SIGTERM)

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 18739 and gives
#  childrusage.ru_utime.tv_sec=0
#  childrusage.ru_utime.tv_usec=999
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=0
# CPU time returned by wait4() is 0.000999
# while last known CPU time is 5000.06
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 4999.93
CPU time (s): 5000.06
CPU user time (s): 4985.28
CPU system time (s): 14.78
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 1161152

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 0.000999
system time used= 0
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 464
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 8
involuntary context switches= 5

runsolver used 28.6916 second user time and 62.2025 second system time

The end

Launcher Data

Begin job on node106 at 2011-05-17 02:05:38
IDJOB=3387093
IDBENCH=20580
IDSOLVER=1874
FILE ID=node106/3387093-1305590734
RUNJOBID= node106-1305586739-18492
PBS_JOBID= 13350372
Free space on /tmp= 73280 MiB

SOLVER NAME= minisat hack: minisat_psm 2011-04-01
BENCH NAME= SAT07/industrial/vliw_unsat_2.0/9dlx_vliw_at_b_iq7.cnf
COMMAND LINE= ./esg_static.sh BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3387093-1305590734/watcher-3387093-1305590734 -o /tmp/evaluation-result-3387093-1305590734/solver-3387093-1305590734 -C 5000 -W 5100 -M 15500  ./esg_static.sh HOME/instance-3387093-1305590734.cnf

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

MD5SUM BENCH= 0fbc00fde383cec371bb97d621c5e7e5
RANDOM SEED=2139736188

node106.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.830
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.66
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.830
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.20
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.830
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.75
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.830
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.82
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.830
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.74
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.830
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.75
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.830
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.830
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:      17042276 kB
Buffers:        319824 kB
Cached:        7322020 kB
SwapCached:      27532 kB
Active:        6485132 kB
Inactive:      9125252 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      17042276 kB
SwapTotal:    67111528 kB
SwapFree:     56449236 kB
Dirty:          132668 kB
Writeback:           0 kB
AnonPages:     7949312 kB
Mapped:          26344 kB
Slab:           149632 kB
PageTables:      78632 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 167992512 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= 73236 MiB
End job on node106 at 2011-05-17 03:29:00