Trace number 224776

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, and are wall clock time (not CPU 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
BPrologCSPSolver70a 2006-12-13? (TO) 1800.09 1810.12

General information on the benchmark

Nametightness/tightness0.8/
rand-2-40-80-103-800-73_ext.xml
MD5SUM1c421096d04939b2325835991d641f60
Bench Category2-ARY-EXT (binary constraints in extension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark4.6253
SatisfiableNO
(Un)Satisfiability was provedNO
Number of variables40
Number of constraints103
Maximum constraint arity2
Maximum domain size80
Number of constraints which are defined in extension103
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

c 
c 
c 
c conversion script
c 
c 

converting(/tmp/evaluation/224776-1168269798/unknown)

Verifier Data (download as text)

ERROR: Unexpected answer ! (SAT/UNSAT expected)
Got answer: 

Watcher Data (download as text)

runsolver version 3.1.3 (c) roussel@cril.univ-artois.fr

command line: runsolver --timestamp -w ROOT/results/node15/watcher-224776-1168269798 -o ROOT/results/node15/solver-224776-1168269798 -C 1800 -M 900 /tmp/evaluation/224776-1168269798/Complete/Ordinary/solver /tmp/evaluation/224776-1168269798/unknown 1800 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 921600 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 972800 KiB
Current StackSize limit: 10240 KiB

/proc/loadavg: 1.96 1.95 1.91 5/88 21549
/proc/meminfo: memFree=1751936/2055920 swapFree=4174172/4192956
[pid=21548] ppid=21546 vsize=53468 CPUtime=0
/proc/21548/stat : 21548 (bprolog) R 21546 21548 20968 0 -1 4194304 455 0 0 0 0 0 0 0 20 0 1 0 175374922 54751232 175 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134550195 0 0 4096 2 0 0 0 17 1 0 0
/proc/21548/statm: 13367 175 110 90 0 12905 0

[startup+0.104411 s]
/proc/loadavg: 1.96 1.95 1.91 5/88 21549
/proc/meminfo: memFree=1751936/2055920 swapFree=4174172/4192956
[pid=21548] ppid=21546 vsize=61640 CPUtime=0.09
/proc/21548/stat : 21548 (bprolog) R 21546 21548 20968 0 -1 4194304 1862 0 0 0 8 1 0 0 20 0 1 0 175374922 63119360 1578 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134589298 0 0 4096 2 0 0 0 17 1 0 0
/proc/21548/statm: 15410 1578 158 90 0 14948 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 61640

[startup+0.512474 s]
/proc/loadavg: 1.96 1.95 1.91 5/88 21549
/proc/meminfo: memFree=1751936/2055920 swapFree=4174172/4192956
[pid=21548] ppid=21546 vsize=61640 CPUtime=0.5
/proc/21548/stat : 21548 (bprolog) R 21546 21548 20968 0 -1 4194304 3440 0 0 0 49 1 0 0 23 0 1 0 175374922 63119360 3156 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134564319 0 0 4096 2 0 0 0 17 1 0 0
/proc/21548/statm: 15410 3156 158 90 0 14948 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 61640

[startup+1.33362 s]
/proc/loadavg: 1.96 1.95 1.91 3/88 21549
/proc/meminfo: memFree=1709824/2055920 swapFree=4174172/4192956
[pid=21548] ppid=21546 vsize=76016 CPUtime=1.31
/proc/21548/stat : 21548 (bprolog) R 21546 21548 20968 0 -1 4194304 12386 0 0 0 125 6 0 0 25 0 1 0 175374922 77840384 10887 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134859780 0 0 4096 2 0 0 0 17 1 0 0
/proc/21548/statm: 19004 10887 158 90 0 18542 0
Current children cumulated CPU time (s) 1.31
Current children cumulated vsize (KiB) 76016

[startup+2.9789 s]
/proc/loadavg: 1.96 1.95 1.91 3/88 21549
/proc/meminfo: memFree=1702464/2055920 swapFree=4174172/4192956
[pid=21548] ppid=21546 vsize=86824 CPUtime=2.95
/proc/21548/stat : 21548 (bprolog) R 21546 21548 20968 0 -1 4194304 17591 0 0 0 287 8 0 0 25 0 2 0 175374922 88907776 13196 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134639156 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/21548/statm: 21706 13196 170 90 0 21244 0
Current children cumulated CPU time (s) 2.95
Current children cumulated vsize (KiB) 86824

[startup+6.25946 s]
/proc/loadavg: 1.97 1.95 1.91 3/89 21550
/proc/meminfo: memFree=1699640/2055920 swapFree=4174172/4192956
[pid=21548] ppid=21546 vsize=86824 CPUtime=6.21
/proc/21548/stat : 21548 (bprolog) R 21546 21548 20968 0 -1 4194304 17593 0 0 0 613 8 0 0 25 0 2 0 175374922 88907776 13198 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134589705 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/21548/statm: 21706 13198 170 90 0 21244 0
[pid=21548/tid=21550] ppid=21546 vsize=86824 CPUtime=0
/proc/21548/task/21550/stat : 21550 (bprolog) S 21546 21548 20968 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 175375175 88907776 13198 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.21
Current children cumulated vsize (KiB) 86824

[startup+12.7326 s]
/proc/loadavg: 1.97 1.95 1.91 3/89 21550
/proc/meminfo: memFree=1699648/2055920 swapFree=4174172/4192956
[pid=21548] ppid=21546 vsize=86824 CPUtime=12.65
/proc/21548/stat : 21548 (bprolog) R 21546 21548 20968 0 -1 4194304 17593 0 0 0 1257 8 0 0 25 0 2 0 175374922 88907776 13198 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134711664 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/21548/statm: 21706 13198 170 90 0 21244 0
[pid=21548/tid=21550] ppid=21546 vsize=86824 CPUtime=0
/proc/21548/task/21550/stat : 21550 (bprolog) S 21546 21548 20968 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 175375175 88907776 13198 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.65
Current children cumulated vsize (KiB) 86824

[startup+25.5638 s]
/proc/loadavg: 1.97 1.95 1.91 3/89 21550
/proc/meminfo: memFree=1699776/2055920 swapFree=4174172/4192956
[pid=21548] ppid=21546 vsize=86824 CPUtime=25.43
/proc/21548/stat : 21548 (bprolog) R 21546 21548 20968 0 -1 4194304 17593 0 0 0 2534 9 0 0 25 0 2 0 175374922 88907776 13198 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134711664 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/21548/statm: 21706 13198 170 90 0 21244 0
[pid=21548/tid=21550] ppid=21546 vsize=86824 CPUtime=0
/proc/21548/task/21550/stat : 21550 (bprolog) S 21546 21548 20968 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 175375175 88907776 13198 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.43
Current children cumulated vsize (KiB) 86824

[startup+51.2322 s]
/proc/loadavg: 1.98 1.95 1.91 4/89 21550
/proc/meminfo: memFree=1699776/2055920 swapFree=4174172/4192956
[pid=21548] ppid=21546 vsize=86824 CPUtime=50.98
/proc/21548/stat : 21548 (bprolog) R 21546 21548 20968 0 -1 4194304 17593 0 0 0 5089 9 0 0 25 0 2 0 175374922 88907776 13198 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134639156 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/21548/statm: 21706 13198 170 90 0 21244 0
[pid=21548/tid=21550] ppid=21546 vsize=86824 CPUtime=0
/proc/21548/task/21550/stat : 21550 (bprolog) S 21546 21548 20968 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 175375175 88907776 13198 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 50.98
Current children cumulated vsize (KiB) 86824

[startup+102.459 s]
/proc/loadavg: 1.99 1.96 1.91 3/89 21550
/proc/meminfo: memFree=1699840/2055920 swapFree=4174172/4192956
[pid=21548] ppid=21546 vsize=86824 CPUtime=101.95
/proc/21548/stat : 21548 (bprolog) R 21546 21548 20968 0 -1 4194304 17593 0 0 0 10186 9 0 0 25 0 2 0 175374922 88907776 13198 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134664610 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/21548/statm: 21706 13198 170 90 0 21244 0
[pid=21548/tid=21550] ppid=21546 vsize=86824 CPUtime=0
/proc/21548/task/21550/stat : 21550 (bprolog) S 21546 21548 20968 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 175375175 88907776 13198 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 101.95
Current children cumulated vsize (KiB) 86824

[startup+162.52 s]
/proc/loadavg: 1.99 1.96 1.91 3/89 21550
/proc/meminfo: memFree=1699840/2055920 swapFree=4174172/4192956
[pid=21548] ppid=21546 vsize=86824 CPUtime=161.74
/proc/21548/stat : 21548 (bprolog) R 21546 21548 20968 0 -1 4194304 17593 0 0 0 16164 10 0 0 25 0 2 0 175374922 88907776 13198 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134711880 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/21548/statm: 21706 13198 170 90 0 21244 0
[pid=21548/tid=21550] ppid=21546 vsize=86824 CPUtime=0
/proc/21548/task/21550/stat : 21550 (bprolog) S 21546 21548 20968 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 175375175 88907776 13198 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 161.74
Current children cumulated vsize (KiB) 86824

[startup+222.586 s]
/proc/loadavg: 1.99 1.97 1.91 3/89 21550
/proc/meminfo: memFree=1699776/2055920 swapFree=4174172/4192956
[pid=21548] ppid=21546 vsize=86824 CPUtime=221.5
/proc/21548/stat : 21548 (bprolog) R 21546 21548 20968 0 -1 4194304 17593 0 0 0 22140 10 0 0 25 0 2 0 175374922 88907776 13198 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134639156 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/21548/statm: 21706 13198 170 90 0 21244 0
[pid=21548/tid=21550] ppid=21546 vsize=86824 CPUtime=0
/proc/21548/task/21550/stat : 21550 (bprolog) S 21546 21548 20968 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 175375175 88907776 13198 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 221.5
Current children cumulated vsize (KiB) 86824

[startup+282.649 s]
/proc/loadavg: 1.99 1.97 1.91 3/89 21550
/proc/meminfo: memFree=1699776/2055920 swapFree=4174172/4192956
[pid=21548] ppid=21546 vsize=86824 CPUtime=281.29
/proc/21548/stat : 21548 (bprolog) R 21546 21548 20968 0 -1 4194304 17593 0 0 0 28118 11 0 0 25 0 2 0 175374922 88907776 13198 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134639156 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/21548/statm: 21706 13198 170 90 0 21244 0
[pid=21548/tid=21550] ppid=21546 vsize=86824 CPUtime=0
/proc/21548/task/21550/stat : 21550 (bprolog) S 21546 21548 20968 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 175375175 88907776 13198 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 281.29
Current children cumulated vsize (KiB) 86824

[startup+342.703 s]
/proc/loadavg: 1.99 1.97 1.91 3/89 21550
/proc/meminfo: memFree=1699712/2055920 swapFree=4174172/4192956
[pid=21548] ppid=21546 vsize=86824 CPUtime=341.05
/proc/21548/stat : 21548 (bprolog) R 21546 21548 20968 0 -1 4194304 17593 0 0 0 34094 11 0 0 25 0 2 0 175374922 88907776 13198 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134670131 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/21548/statm: 21706 13198 170 90 0 21244 0
[pid=21548/tid=21550] ppid=21546 vsize=86824 CPUtime=0
/proc/21548/task/21550/stat : 21550 (bprolog) S 21546 21548 20968 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 175375175 88907776 13198 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 341.05
Current children cumulated vsize (KiB) 86824

[startup+402.762 s]
/proc/loadavg: 2.05 1.99 1.91 4/89 21550
/proc/meminfo: memFree=1699712/2055920 swapFree=4174172/4192956
[pid=21548] ppid=21546 vsize=86824 CPUtime=400.83
/proc/21548/stat : 21548 (bprolog) R 21546 21548 20968 0 -1 4194304 17593 0 0 0 40071 12 0 0 25 0 2 0 175374922 88907776 13198 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134639156 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/21548/statm: 21706 13198 170 90 0 21244 0
[pid=21548/tid=21550] ppid=21546 vsize=86824 CPUtime=0
/proc/21548/task/21550/stat : 21550 (bprolog) S 21546 21548 20968 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 175375175 88907776 13198 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 400.83
Current children cumulated vsize (KiB) 86824

[startup+462.827 s]
/proc/loadavg: 2.02 1.99 1.91 3/89 21550
/proc/meminfo: memFree=1699712/2055920 swapFree=4174172/4192956
[pid=21548] ppid=21546 vsize=86824 CPUtime=460.6
/proc/21548/stat : 21548 (bprolog) R 21546 21548 20968 0 -1 4194304 17593 0 0 0 46048 12 0 0 25 0 2 0 175374922 88907776 13198 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134711880 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/21548/statm: 21706 13198 170 90 0 21244 0
[pid=21548/tid=21550] ppid=21546 vsize=86824 CPUtime=0
/proc/21548/task/21550/stat : 21550 (bprolog) S 21546 21548 20968 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 175375175 88907776 13198 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 460.6
Current children cumulated vsize (KiB) 86824

[startup+522.89 s]
/proc/loadavg: 2.00 1.99 1.91 3/89 21550
/proc/meminfo: memFree=1699648/2055920 swapFree=4174172/4192956
[pid=21548] ppid=21546 vsize=86824 CPUtime=520.38
/proc/21548/stat : 21548 (bprolog) R 21546 21548 20968 0 -1 4194304 17593 0 0 0 52026 12 0 0 25 0 2 0 175374922 88907776 13198 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134670074 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/21548/statm: 21706 13198 170 90 0 21244 0
[pid=21548/tid=21550] ppid=21546 vsize=86824 CPUtime=0
/proc/21548/task/21550/stat : 21550 (bprolog) S 21546 21548 20968 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 175375175 88907776 13198 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 520.38
Current children cumulated vsize (KiB) 86824

[startup+582.96 s]
/proc/loadavg: 2.00 1.99 1.91 3/89 21550
/proc/meminfo: memFree=1699648/2055920 swapFree=4174172/4192956
[pid=21548] ppid=21546 vsize=86824 CPUtime=580.16
/proc/21548/stat : 21548 (bprolog) R 21546 21548 20968 0 -1 4194304 17593 0 0 0 58003 13 0 0 25 0 2 0 175374922 88907776 13198 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134670074 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/21548/statm: 21706 13198 170 90 0 21244 0
[pid=21548/tid=21550] ppid=21546 vsize=86824 CPUtime=0
/proc/21548/task/21550/stat : 21550 (bprolog) S 21546 21548 20968 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 175375175 88907776 13198 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 580.16
Current children cumulated vsize (KiB) 86824

[startup+643.022 s]
/proc/loadavg: 2.00 1.99 1.91 3/89 21550
/proc/meminfo: memFree=1699648/2055920 swapFree=4174172/4192956
[pid=21548] ppid=21546 vsize=86824 CPUtime=639.93
/proc/21548/stat : 21548 (bprolog) R 21546 21548 20968 0 -1 4194304 17593 0 0 0 63980 13 0 0 25 0 2 0 175374922 88907776 13198 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134639100 0 0 4096 2 18446744073709551615 0 0 17 1 0 0

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

/proc/21548/stat : 21548 (bprolog) R 21546 21548 20968 0 -1 4194304 17595 0 0 0 117786 18 0 0 25 0 3 0 175374922 99397632 13200 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134670074 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/21548/statm: 24267 13200 170 90 0 23805 0
[pid=21548/tid=21550] ppid=21546 vsize=97068 CPUtime=0
/proc/21548/task/21550/stat : 21550 (bprolog) S 21546 21548 20968 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 3 0 175375175 99397632 13200 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=21548/tid=21551] ppid=21546 vsize=97068 CPUtime=0
/proc/21548/task/21551/stat : 21551 (bprolog) S 21546 21548 20968 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 3 0 175465191 99397632 13200 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1178.04
Current children cumulated vsize (KiB) 97068

[startup+1243.79 s]
/proc/loadavg: 2.00 2.00 1.92 3/90 21551
/proc/meminfo: memFree=1699320/2055920 swapFree=4174172/4192956
[pid=21548] ppid=21546 vsize=97068 CPUtime=1237.84
/proc/21548/stat : 21548 (bprolog) R 21546 21548 20968 0 -1 4194304 17595 0 0 0 123766 18 0 0 25 0 3 0 175374922 99397632 13200 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134567840 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/21548/statm: 24267 13200 170 90 0 23805 0
[pid=21548/tid=21550] ppid=21546 vsize=97068 CPUtime=0
/proc/21548/task/21550/stat : 21550 (bprolog) S 21546 21548 20968 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 3 0 175375175 99397632 13200 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=21548/tid=21551] ppid=21546 vsize=97068 CPUtime=0
/proc/21548/task/21551/stat : 21551 (bprolog) S 21546 21548 20968 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 3 0 175465191 99397632 13200 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1237.84
Current children cumulated vsize (KiB) 97068

[startup+1303.88 s]
/proc/loadavg: 2.00 2.00 1.92 3/90 21551
/proc/meminfo: memFree=1699256/2055920 swapFree=4174172/4192956
[pid=21548] ppid=21546 vsize=97068 CPUtime=1297.64
/proc/21548/stat : 21548 (bprolog) R 21546 21548 20968 0 -1 4194304 17595 0 0 0 129745 19 0 0 25 0 3 0 175374922 99397632 13200 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134670694 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/21548/statm: 24267 13200 170 90 0 23805 0
[pid=21548/tid=21550] ppid=21546 vsize=97068 CPUtime=0
/proc/21548/task/21550/stat : 21550 (bprolog) S 21546 21548 20968 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 3 0 175375175 99397632 13200 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=21548/tid=21551] ppid=21546 vsize=97068 CPUtime=0
/proc/21548/task/21551/stat : 21551 (bprolog) S 21546 21548 20968 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 3 0 175465191 99397632 13200 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1297.64
Current children cumulated vsize (KiB) 97068

[startup+1363.97 s]
/proc/loadavg: 2.00 2.00 1.92 3/91 21552
/proc/meminfo: memFree=1699184/2055920 swapFree=4174172/4192956
[pid=21548] ppid=21546 vsize=107312 CPUtime=1357.44
/proc/21548/stat : 21548 (bprolog) R 21546 21548 20968 0 -1 4194304 17601 0 0 0 135725 19 0 0 25 0 4 0 175374922 109887488 13206 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134664651 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/21548/statm: 26828 13206 170 90 0 26366 0
[pid=21548/tid=21550] ppid=21546 vsize=107312 CPUtime=0
/proc/21548/task/21550/stat : 21550 (bprolog) S 21546 21548 20968 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 175375175 109887488 13206 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=21548/tid=21551] ppid=21546 vsize=107312 CPUtime=0
/proc/21548/task/21551/stat : 21551 (bprolog) S 21546 21548 20968 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 175465191 109887488 13206 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=21548/tid=21552] ppid=21546 vsize=107312 CPUtime=0
/proc/21548/task/21552/stat : 21552 (bprolog) S 21546 21548 20968 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 4 0 175510199 109887488 13206 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1357.44
Current children cumulated vsize (KiB) 107312

[startup+1423.98 s]
/proc/loadavg: 2.00 2.00 1.92 3/91 21552
/proc/meminfo: memFree=1699184/2055920 swapFree=4174172/4192956
[pid=21548] ppid=21546 vsize=107312 CPUtime=1417.17
/proc/21548/stat : 21548 (bprolog) R 21546 21548 20968 0 -1 4194304 17601 0 0 0 141697 20 0 0 25 0 4 0 175374922 109887488 13206 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134670131 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/21548/statm: 26828 13206 170 90 0 26366 0
[pid=21548/tid=21550] ppid=21546 vsize=107312 CPUtime=0
/proc/21548/task/21550/stat : 21550 (bprolog) S 21546 21548 20968 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 175375175 109887488 13206 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=21548/tid=21551] ppid=21546 vsize=107312 CPUtime=0
/proc/21548/task/21551/stat : 21551 (bprolog) S 21546 21548 20968 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 175465191 109887488 13206 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=21548/tid=21552] ppid=21546 vsize=107312 CPUtime=0
/proc/21548/task/21552/stat : 21552 (bprolog) S 21546 21548 20968 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 4 0 175510199 109887488 13206 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1417.17
Current children cumulated vsize (KiB) 107312

[startup+1483.99 s]
/proc/loadavg: 2.05 2.01 1.93 3/91 21552
/proc/meminfo: memFree=1699120/2055920 swapFree=4174172/4192956
[pid=21548] ppid=21546 vsize=107312 CPUtime=1476.89
/proc/21548/stat : 21548 (bprolog) R 21546 21548 20968 0 -1 4194304 17601 0 0 0 147669 20 0 0 25 0 4 0 175374922 109887488 13206 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134711641 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/21548/statm: 26828 13206 170 90 0 26366 0
[pid=21548/tid=21550] ppid=21546 vsize=107312 CPUtime=0
/proc/21548/task/21550/stat : 21550 (bprolog) S 21546 21548 20968 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 175375175 109887488 13206 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=21548/tid=21551] ppid=21546 vsize=107312 CPUtime=0
/proc/21548/task/21551/stat : 21551 (bprolog) S 21546 21548 20968 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 175465191 109887488 13206 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=21548/tid=21552] ppid=21546 vsize=107312 CPUtime=0
/proc/21548/task/21552/stat : 21552 (bprolog) S 21546 21548 20968 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 4 0 175510199 109887488 13206 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1476.89
Current children cumulated vsize (KiB) 107312

[startup+1544.05 s]
/proc/loadavg: 2.16 2.04 1.94 4/97 21617
/proc/meminfo: memFree=1364224/2055920 swapFree=4174172/4192956
[pid=21548] ppid=21546 vsize=107312 CPUtime=1536.68
/proc/21548/stat : 21548 (bprolog) R 21546 21548 20968 0 -1 4194304 17601 0 0 0 153646 22 0 0 25 0 4 0 175374922 109887488 13206 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134670691 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/21548/statm: 26828 13206 170 90 0 26366 0
[pid=21548/tid=21550] ppid=21546 vsize=107312 CPUtime=0
/proc/21548/task/21550/stat : 21550 (bprolog) S 21546 21548 20968 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 175375175 109887488 13206 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=21548/tid=21551] ppid=21546 vsize=107312 CPUtime=0
/proc/21548/task/21551/stat : 21551 (bprolog) S 21546 21548 20968 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 175465191 109887488 13206 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=21548/tid=21552] ppid=21546 vsize=107312 CPUtime=0
/proc/21548/task/21552/stat : 21552 (bprolog) S 21546 21548 20968 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 4 0 175510199 109887488 13206 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1536.68
Current children cumulated vsize (KiB) 107312

[startup+1604.09 s]
/proc/loadavg: 2.64 2.20 2.00 3/97 21617
/proc/meminfo: memFree=1329536/2055920 swapFree=4174172/4192956
[pid=21548] ppid=21546 vsize=107312 CPUtime=1596.13
/proc/21548/stat : 21548 (bprolog) R 21546 21548 20968 0 -1 4194304 17601 0 0 0 159590 23 0 0 25 0 4 0 175374922 109887488 13206 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134670074 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/21548/statm: 26828 13206 170 90 0 26366 0
[pid=21548/tid=21550] ppid=21546 vsize=107312 CPUtime=0
/proc/21548/task/21550/stat : 21550 (bprolog) S 21546 21548 20968 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 175375175 109887488 13206 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=21548/tid=21551] ppid=21546 vsize=107312 CPUtime=0
/proc/21548/task/21551/stat : 21551 (bprolog) S 21546 21548 20968 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 175465191 109887488 13206 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=21548/tid=21552] ppid=21546 vsize=107312 CPUtime=0
/proc/21548/task/21552/stat : 21552 (bprolog) S 21546 21548 20968 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 175510199 109887488 13206 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1596.13
Current children cumulated vsize (KiB) 107312

[startup+1664.14 s]
/proc/loadavg: 2.78 2.33 2.05 4/97 21617
/proc/meminfo: memFree=1299264/2055920 swapFree=4174172/4192956
[pid=21548] ppid=21546 vsize=107312 CPUtime=1655.6
/proc/21548/stat : 21548 (bprolog) R 21546 21548 20968 0 -1 4194304 17601 0 0 0 165536 24 0 0 25 0 4 0 175374922 109887488 13206 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134711880 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/21548/statm: 26828 13206 170 90 0 26366 0
[pid=21548/tid=21550] ppid=21546 vsize=107312 CPUtime=0
/proc/21548/task/21550/stat : 21550 (bprolog) S 21546 21548 20968 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 175375175 109887488 13206 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=21548/tid=21551] ppid=21546 vsize=107312 CPUtime=0
/proc/21548/task/21551/stat : 21551 (bprolog) S 21546 21548 20968 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 175465191 109887488 13206 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=21548/tid=21552] ppid=21546 vsize=107312 CPUtime=0
/proc/21548/task/21552/stat : 21552 (bprolog) S 21546 21548 20968 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 175510199 109887488 13206 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1655.6
Current children cumulated vsize (KiB) 107312

[startup+1724.19 s]
/proc/loadavg: 2.80 2.41 2.10 4/97 21617
/proc/meminfo: memFree=1272896/2055920 swapFree=4174172/4192956
[pid=21548] ppid=21546 vsize=107312 CPUtime=1715.04
/proc/21548/stat : 21548 (bprolog) R 21546 21548 20968 0 -1 4194304 17601 0 0 0 171480 24 0 0 25 0 4 0 175374922 109887488 13206 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134589495 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/21548/statm: 26828 13206 170 90 0 26366 0
[pid=21548/tid=21550] ppid=21546 vsize=107312 CPUtime=0
/proc/21548/task/21550/stat : 21550 (bprolog) S 21546 21548 20968 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 175375175 109887488 13206 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=21548/tid=21551] ppid=21546 vsize=107312 CPUtime=0
/proc/21548/task/21551/stat : 21551 (bprolog) S 21546 21548 20968 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 175465191 109887488 13206 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=21548/tid=21552] ppid=21546 vsize=107312 CPUtime=0
/proc/21548/task/21552/stat : 21552 (bprolog) S 21546 21548 20968 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 175510199 109887488 13206 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1715.04
Current children cumulated vsize (KiB) 107312

[startup+1784.24 s]
/proc/loadavg: 2.77 2.47 2.13 4/97 21617
/proc/meminfo: memFree=1262848/2055920 swapFree=4174172/4192956
[pid=21548] ppid=21546 vsize=107312 CPUtime=1774.5
/proc/21548/stat : 21548 (bprolog) R 21546 21548 20968 0 -1 4194304 17601 0 0 0 177426 24 0 0 25 0 4 0 175374922 109887488 13206 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134670074 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/21548/statm: 26828 13206 170 90 0 26366 0
[pid=21548/tid=21550] ppid=21546 vsize=107312 CPUtime=0
/proc/21548/task/21550/stat : 21550 (bprolog) S 21546 21548 20968 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 175375175 109887488 13206 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=21548/tid=21551] ppid=21546 vsize=107312 CPUtime=0
/proc/21548/task/21551/stat : 21551 (bprolog) S 21546 21548 20968 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 175465191 109887488 13206 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=21548/tid=21552] ppid=21546 vsize=107312 CPUtime=0
/proc/21548/task/21552/stat : 21552 (bprolog) S 21546 21548 20968 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 175510199 109887488 13206 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1774.5
Current children cumulated vsize (KiB) 107312



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1810.08 s]
/proc/loadavg: 2.84 2.51 2.15 4/94 21617
/proc/meminfo: memFree=1249088/2055920 swapFree=4174172/4192956
[pid=21548] ppid=21546 vsize=107312 CPUtime=1800.07
/proc/21548/stat : 21548 (bprolog) R 21546 21548 20968 0 -1 4194304 17602 0 0 0 179983 24 0 0 25 0 1 0 175374922 109887488 13207 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134670074 0 0 4096 2 0 0 0 17 0 0 0
/proc/21548/statm: 26828 13207 171 90 0 26366 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 107312

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1810.12
CPU time (s): 1800.09
CPU user time (s): 1799.84
CPU system time (s): 0.25696
CPU usage (%): 99.446
Max. virtual memory (cumulated for all children) (KiB): 107312

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

runsolver used 1.89071 s user time and 6.10407 s system time

The end

Launcher Data (download as text)

Begin job on node15 on Mon Jan  8 15:23:19 UTC 2007


IDJOB= 224776
IDBENCH= 5792
FILE ID= node15/224776-1168269798

PBS_JOBID= 3482971

Free space on /tmp= 66331 MiB

BENCH NAME= HOME/pub/bench/CPAI06/tightness/tightness0.8/rand-2-40-80-103-800-73_ext.xml
COMMAND LINE= /tmp/evaluation/224776-1168269798/Complete/Ordinary/solver /tmp/evaluation/224776-1168269798/unknown 1800
CONVERSION COMMAND LINE= runsolver -w ROOT/results/node15/convwatcher-224776-1168269798 -o ROOT/results/node15/conversion-224776-1168269798 -C 600 -M 900 /tmp/evaluation/224776-1168269798/Complete/Ordinary/conversion /tmp/evaluation/224776-1168269798/unknown
CONVERSION RUNSOLVER STATUS CODE= 0
CONVERSION STATUS CODE= 0

RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node15/watcher-224776-1168269798 -o ROOT/results/node15/solver-224776-1168269798 -C 1800 -M 900  /tmp/evaluation/224776-1168269798/Complete/Ordinary/solver /tmp/evaluation/224776-1168269798/unknown 1800

META MD5SUM SOLVER= b53ab06f245aa5e62684a7a0a4388ade
MD5SUM BENCH=  1c421096d04939b2325835991d641f60

RANDOM SEED= 259014409

TIME LIMIT= 1800 seconds

MEMORY LIMIT= 900 MiB


/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.276
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5914.62
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.276
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5586.94
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1752416 kB
Buffers:         73048 kB
Cached:         131080 kB
SwapCached:       6400 kB
Active:         142408 kB
Inactive:       104472 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1752416 kB
SwapTotal:     4192956 kB
SwapFree:      4174172 kB
Dirty:            3012 kB
Writeback:           0 kB
Mapped:          53788 kB
Slab:            41232 kB
Committed_AS:  5261068 kB
PageTables:       2428 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66322 MiB



End job on node15 on Mon Jan  8 15:53:31 UTC 2007