Trace number 204695

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.03 1804.92

General information on the benchmark

Namefapp/fapp16-20/fapp17/
fapp17-0300-10.xml
MD5SUMf7d83e5046cff98a2f782fbfcef83f73
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark1.63575
SatisfiableYES
(Un)Satisfiability was provedYES
Number of variables300
Number of constraints3865
Maximum constraint arity2
Maximum domain size302
Number of constraints which are defined in extension0
Number of constraints which are defined in intension3865
Global constraints used (with number of constraints)

Solver Data (download as text)

c 
c 
c 
c conversion script
c 
c 

converting(/tmp/evaluation/204695-1168166637/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/node29/watcher-204695-1168166637 -o ROOT/results/node29/solver-204695-1168166637 -C 1800 -M 900 /tmp/evaluation/204695-1168166637/Complete/Ordinary/solver /tmp/evaluation/204695-1168166637/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.87 2.00 1.92 5/86 12735
/proc/meminfo: memFree=1347120/2055920 swapFree=4191880/4192956
[pid=12734] ppid=12732 vsize=18540 CPUtime=0
/proc/12734/stat : 12734 (runsolver) R 12732 12734 11742 0 -1 4194368 16 0 0 0 0 0 0 0 21 0 1 0 165058120 18984960 279 18446744073709551615 4194304 4267372 548682069056 18446744073709551615 221780700455 0 0 4096 24578 0 0 0 17 1 0 0
/proc/12734/statm: 4635 279 244 17 0 2626 0

[startup+0.107767 s]
/proc/loadavg: 1.87 2.00 1.92 5/86 12735
/proc/meminfo: memFree=1347120/2055920 swapFree=4191880/4192956
[pid=12734] ppid=12732 vsize=53824 CPUtime=0.09
/proc/12734/stat : 12734 (bprolog) R 12732 12734 11742 0 -1 4194304 1836 0 0 0 9 0 0 0 21 0 1 0 165058120 55115776 1552 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134574047 0 0 4096 2 0 0 0 17 1 0 0
/proc/12734/statm: 13456 1552 157 90 0 12994 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 53824

[startup+0.515786 s]
/proc/loadavg: 1.87 2.00 1.92 5/86 12735
/proc/meminfo: memFree=1347120/2055920 swapFree=4191880/4192956
[pid=12734] ppid=12732 vsize=62028 CPUtime=0.5
/proc/12734/stat : 12734 (bprolog) R 12732 12734 11742 0 -1 4194304 2465 0 0 0 49 1 0 0 25 0 1 0 165058120 63516672 2180 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134662607 0 0 4096 2 0 0 0 17 1 0 0
/proc/12734/statm: 15507 2180 176 90 0 15045 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 62028

[startup+1.33684 s]
/proc/loadavg: 1.87 2.00 1.92 3/86 12735
/proc/meminfo: memFree=1336560/2055920 swapFree=4191880/4192956
[pid=12734] ppid=12732 vsize=62028 CPUtime=1.31
/proc/12734/stat : 12734 (bprolog) R 12732 12734 11742 0 -1 4194304 3504 0 0 0 130 1 0 0 25 0 1 0 165058120 63516672 3219 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134663822 0 0 4096 2 0 0 0 17 1 0 0
/proc/12734/statm: 15507 3219 176 90 0 15045 0
Current children cumulated CPU time (s) 1.31
Current children cumulated vsize (KiB) 62028

[startup+2.97394 s]
/proc/loadavg: 1.88 2.00 1.92 3/87 12736
/proc/meminfo: memFree=1333224/2055920 swapFree=4191880/4192956
[pid=12734] ppid=12732 vsize=72272 CPUtime=2.93
/proc/12734/stat : 12734 (bprolog) R 12732 12734 11742 0 -1 4194304 4046 0 0 0 292 1 0 0 25 0 2 0 165058120 74006528 3761 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134576067 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/12734/statm: 18068 3761 180 90 0 17606 0
[pid=12734/tid=12736] ppid=12732 vsize=72272 CPUtime=0
/proc/12734/task/12736/stat : 12736 (bprolog) S 12732 12734 11742 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 165058265 74006528 3761 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.93
Current children cumulated vsize (KiB) 72272

[startup+6.25314 s]
/proc/loadavg: 1.88 2.00 1.92 3/87 12736
/proc/meminfo: memFree=1332392/2055920 swapFree=4191880/4192956
[pid=12734] ppid=12732 vsize=72272 CPUtime=6.19
/proc/12734/stat : 12734 (bprolog) R 12732 12734 11742 0 -1 4194304 4113 0 0 0 618 1 0 0 25 0 2 0 165058120 74006528 3828 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134580156 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/12734/statm: 18068 3828 180 90 0 17606 0
[pid=12734/tid=12736] ppid=12732 vsize=72272 CPUtime=0
/proc/12734/task/12736/stat : 12736 (bprolog) S 12732 12734 11742 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 165058265 74006528 3828 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.19
Current children cumulated vsize (KiB) 72272

[startup+12.7175 s]
/proc/loadavg: 1.90 2.00 1.92 3/87 12736
/proc/meminfo: memFree=1332392/2055920 swapFree=4191880/4192956
[pid=12734] ppid=12732 vsize=72272 CPUtime=12.6
/proc/12734/stat : 12734 (bprolog) R 12732 12734 11742 0 -1 4194304 4115 0 0 0 1259 1 0 0 25 0 2 0 165058120 74006528 3830 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134553086 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/12734/statm: 18068 3830 180 90 0 17606 0
[pid=12734/tid=12736] ppid=12732 vsize=72272 CPUtime=0
/proc/12734/task/12736/stat : 12736 (bprolog) S 12732 12734 11742 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 165058265 74006528 3830 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.6
Current children cumulated vsize (KiB) 72272

[startup+25.5413 s]
/proc/loadavg: 1.91 2.00 1.92 3/87 12736
/proc/meminfo: memFree=1332392/2055920 swapFree=4191880/4192956
[pid=12734] ppid=12732 vsize=72272 CPUtime=25.33
/proc/12734/stat : 12734 (bprolog) R 12732 12734 11742 0 -1 4194304 4115 0 0 0 2532 1 0 0 25 0 2 0 165058120 74006528 3830 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134580529 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/12734/statm: 18068 3830 180 90 0 17606 0
[pid=12734/tid=12736] ppid=12732 vsize=72272 CPUtime=0
/proc/12734/task/12736/stat : 12736 (bprolog) S 12732 12734 11742 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 165058265 74006528 3830 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.33
Current children cumulated vsize (KiB) 72272

[startup+51.2339 s]
/proc/loadavg: 2.10 2.03 1.93 3/98 12787
/proc/meminfo: memFree=1137736/2055920 swapFree=4191880/4192956
[pid=12734] ppid=12732 vsize=72272 CPUtime=50.71
/proc/12734/stat : 12734 (bprolog) R 12732 12734 11742 0 -1 4194304 4118 0 0 0 5068 3 0 0 25 0 2 0 165058120 74006528 3833 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134566843 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/12734/statm: 18068 3833 180 90 0 17606 0
[pid=12734/tid=12736] ppid=12732 vsize=72272 CPUtime=0
/proc/12734/task/12736/stat : 12736 (bprolog) S 12732 12734 11742 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 165058265 74006528 3833 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 50.71
Current children cumulated vsize (KiB) 72272

[startup+102.509 s]
/proc/loadavg: 2.17 2.07 1.95 3/98 12787
/proc/meminfo: memFree=768904/2055920 swapFree=4191880/4192956
[pid=12734] ppid=12732 vsize=72272 CPUtime=101.35
/proc/12734/stat : 12734 (bprolog) R 12732 12734 11742 0 -1 4194304 4118 0 0 0 10132 3 0 0 25 0 2 0 165058120 74006528 3833 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134618376 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/12734/statm: 18068 3833 180 90 0 17606 0
[pid=12734/tid=12736] ppid=12732 vsize=72272 CPUtime=0
/proc/12734/task/12736/stat : 12736 (bprolog) S 12732 12734 11742 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 165058265 74006528 3833 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 101.35
Current children cumulated vsize (KiB) 72272

[startup+162.553 s]
/proc/loadavg: 2.55 2.18 1.99 4/98 12787
/proc/meminfo: memFree=605704/2055920 swapFree=4191880/4192956
[pid=12734] ppid=12732 vsize=72272 CPUtime=161.1
/proc/12734/stat : 12734 (bprolog) R 12732 12734 11742 0 -1 4194304 4118 0 0 0 16107 3 0 0 25 0 2 0 165058120 74006528 3833 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134576079 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/12734/statm: 18068 3833 180 90 0 17606 0
[pid=12734/tid=12736] ppid=12732 vsize=72272 CPUtime=0
/proc/12734/task/12736/stat : 12736 (bprolog) S 12732 12734 11742 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 165058265 74006528 3833 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 161.1
Current children cumulated vsize (KiB) 72272

[startup+222.583 s]
/proc/loadavg: 2.29 2.17 2.00 3/98 12787
/proc/meminfo: memFree=605640/2055920 swapFree=4191880/4192956
[pid=12734] ppid=12732 vsize=72272 CPUtime=220.53
/proc/12734/stat : 12734 (bprolog) R 12732 12734 11742 0 -1 4194304 4118 0 0 0 22050 3 0 0 25 0 2 0 165058120 74006528 3833 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134618370 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/12734/statm: 18068 3833 180 90 0 17606 0
[pid=12734/tid=12736] ppid=12732 vsize=72272 CPUtime=0
/proc/12734/task/12736/stat : 12736 (bprolog) S 12732 12734 11742 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 165058265 74006528 3833 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 220.53
Current children cumulated vsize (KiB) 72272

[startup+282.633 s]
/proc/loadavg: 2.17 2.15 2.00 3/98 12787
/proc/meminfo: memFree=607688/2055920 swapFree=4191880/4192956
[pid=12734] ppid=12732 vsize=72272 CPUtime=280.01
/proc/12734/stat : 12734 (bprolog) R 12732 12734 11742 0 -1 4194304 4118 0 0 0 27997 4 0 0 25 0 2 0 165058120 74006528 3833 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134664013 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/12734/statm: 18068 3833 180 90 0 17606 0
[pid=12734/tid=12736] ppid=12732 vsize=72272 CPUtime=0
/proc/12734/task/12736/stat : 12736 (bprolog) S 12732 12734 11742 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 165058265 74006528 3833 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 280.01
Current children cumulated vsize (KiB) 72272

[startup+342.638 s]
/proc/loadavg: 2.06 2.12 2.00 3/98 12787
/proc/meminfo: memFree=607688/2055920 swapFree=4191880/4192956
[pid=12734] ppid=12732 vsize=72272 CPUtime=339.45
/proc/12734/stat : 12734 (bprolog) R 12732 12734 11742 0 -1 4194304 4121 0 0 0 33941 4 0 0 25 0 2 0 165058120 74006528 3836 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134669033 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/12734/statm: 18068 3836 180 90 0 17606 0
[pid=12734/tid=12736] ppid=12732 vsize=72272 CPUtime=0
/proc/12734/task/12736/stat : 12736 (bprolog) S 12732 12734 11742 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 165058265 74006528 3836 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 339.45
Current children cumulated vsize (KiB) 72272

[startup+402.71 s]
/proc/loadavg: 2.02 2.10 2.00 3/98 12787
/proc/meminfo: memFree=607688/2055920 swapFree=4191880/4192956
[pid=12734] ppid=12732 vsize=72272 CPUtime=398.93
/proc/12734/stat : 12734 (bprolog) R 12732 12734 11742 0 -1 4194304 4121 0 0 0 39889 4 0 0 25 0 2 0 165058120 74006528 3836 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134663858 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/12734/statm: 18068 3836 180 90 0 17606 0
[pid=12734/tid=12736] ppid=12732 vsize=72272 CPUtime=0
/proc/12734/task/12736/stat : 12736 (bprolog) S 12732 12734 11742 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 165058265 74006528 3836 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 398.93
Current children cumulated vsize (KiB) 72272

[startup+462.721 s]
/proc/loadavg: 1.87 2.06 1.99 2/82 12799
/proc/meminfo: memFree=1347536/2055920 swapFree=4191880/4192956
[pid=12734] ppid=12732 vsize=72272 CPUtime=458.5
/proc/12734/stat : 12734 (bprolog) R 12732 12734 11742 0 -1 4194304 4121 0 0 0 45846 4 0 0 25 0 2 0 165058120 74006528 3836 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134669029 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/12734/statm: 18068 3836 180 90 0 17606 0
[pid=12734/tid=12736] ppid=12732 vsize=72272 CPUtime=0
/proc/12734/task/12736/stat : 12736 (bprolog) S 12732 12734 11742 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 165058265 74006528 3836 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 458.5
Current children cumulated vsize (KiB) 72272

[startup+522.784 s]
/proc/loadavg: 1.88 2.02 1.98 3/99 12840
/proc/meminfo: memFree=1289424/2055920 swapFree=4191880/4192956
[pid=12734] ppid=12732 vsize=72272 CPUtime=518.54
/proc/12734/stat : 12734 (bprolog) R 12732 12734 11742 0 -1 4194304 4121 0 0 0 51849 5 0 0 25 0 2 0 165058120 74006528 3836 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134554126 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/12734/statm: 18068 3836 180 90 0 17606 0
[pid=12734/tid=12736] ppid=12732 vsize=72272 CPUtime=0
/proc/12734/task/12736/stat : 12736 (bprolog) S 12732 12734 11742 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 165058265 74006528 3836 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 518.54
Current children cumulated vsize (KiB) 72272

[startup+582.868 s]
/proc/loadavg: 1.95 2.01 1.98 3/99 12840
/proc/meminfo: memFree=1276688/2055920 swapFree=4191880/4192956
[pid=12734] ppid=12732 vsize=72272 CPUtime=578.61
/proc/12734/stat : 12734 (bprolog) R 12732 12734 11742 0 -1 4194304 4121 0 0 0 57856 5 0 0 25 0 2 0 165058120 74006528 3836 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134557366 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/12734/statm: 18068 3836 180 90 0 17606 0
[pid=12734/tid=12736] ppid=12732 vsize=72272 CPUtime=0
/proc/12734/task/12736/stat : 12736 (bprolog) S 12732 12734 11742 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 165058265 74006528 3836 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 578.61
Current children cumulated vsize (KiB) 72272

[startup+642.944 s]
/proc/loadavg: 1.98 2.00 1.98 3/99 12840
/proc/meminfo: memFree=1230992/2055920 swapFree=4191880/4192956

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

/proc/12734/stat : 12734 (bprolog) R 12732 12734 11742 0 -1 4194304 4123 0 0 0 117869 13 0 0 25 0 3 0 165058120 84496384 3838 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134663932 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/12734/statm: 20629 3838 180 90 0 20167 0
[pid=12734/tid=12736] ppid=12732 vsize=82516 CPUtime=0
/proc/12734/task/12736/stat : 12736 (bprolog) S 12732 12734 11742 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 3 0 165058265 84496384 3838 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=12734/tid=13017] ppid=12732 vsize=82516 CPUtime=0
/proc/12734/task/13017/stat : 13017 (bprolog) S 12732 12734 11742 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 3 0 165148274 84496384 3838 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1178.82
Current children cumulated vsize (KiB) 82516

[startup+1243.65 s]
/proc/loadavg: 1.00 1.17 1.55 2/80 13392
/proc/meminfo: memFree=1352296/2055920 swapFree=4191880/4192956
[pid=12734] ppid=12732 vsize=82516 CPUtime=1238.88
/proc/12734/stat : 12734 (bprolog) R 12732 12734 11742 0 -1 4194304 4123 0 0 0 123875 13 0 0 25 0 3 0 165058120 84496384 3838 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134576069 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/12734/statm: 20629 3838 180 90 0 20167 0
[pid=12734/tid=12736] ppid=12732 vsize=82516 CPUtime=0
/proc/12734/task/12736/stat : 12736 (bprolog) S 12732 12734 11742 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 3 0 165058265 84496384 3838 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=12734/tid=13017] ppid=12732 vsize=82516 CPUtime=0
/proc/12734/task/13017/stat : 13017 (bprolog) S 12732 12734 11742 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 3 0 165148274 84496384 3838 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1238.88
Current children cumulated vsize (KiB) 82516

[startup+1303.72 s]
/proc/loadavg: 1.00 1.14 1.51 2/80 13392
/proc/meminfo: memFree=1352296/2055920 swapFree=4191880/4192956
[pid=12734] ppid=12732 vsize=82516 CPUtime=1298.93
/proc/12734/stat : 12734 (bprolog) R 12732 12734 11742 0 -1 4194304 4123 0 0 0 129880 13 0 0 25 0 3 0 165058120 84496384 3838 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134580529 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/12734/statm: 20629 3838 180 90 0 20167 0
[pid=12734/tid=12736] ppid=12732 vsize=82516 CPUtime=0
/proc/12734/task/12736/stat : 12736 (bprolog) S 12732 12734 11742 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 3 0 165058265 84496384 3838 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=12734/tid=13017] ppid=12732 vsize=82516 CPUtime=0
/proc/12734/task/13017/stat : 13017 (bprolog) S 12732 12734 11742 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 3 0 165148274 84496384 3838 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1298.93
Current children cumulated vsize (KiB) 82516

[startup+1363.8 s]
/proc/loadavg: 1.07 1.13 1.48 2/81 13393
/proc/meminfo: memFree=1352224/2055920 swapFree=4191880/4192956
[pid=12734] ppid=12732 vsize=92760 CPUtime=1359.01
/proc/12734/stat : 12734 (bprolog) R 12732 12734 11742 0 -1 4194304 4124 0 0 0 135887 14 0 0 25 0 4 0 165058120 94986240 3839 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552500 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/12734/statm: 23190 3839 180 90 0 22728 0
[pid=12734/tid=12736] ppid=12732 vsize=92760 CPUtime=0
/proc/12734/task/12736/stat : 12736 (bprolog) S 12732 12734 11742 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 165058265 94986240 3839 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=12734/tid=13017] ppid=12732 vsize=92760 CPUtime=0
/proc/12734/task/13017/stat : 13017 (bprolog) S 12732 12734 11742 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 165148274 94986240 3839 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=12734/tid=13393] ppid=12732 vsize=92760 CPUtime=0
/proc/12734/task/13393/stat : 13393 (bprolog) S 12732 12734 11742 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 4 0 165193279 94986240 3839 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1359.01
Current children cumulated vsize (KiB) 92760

[startup+1423.9 s]
/proc/loadavg: 1.02 1.10 1.45 2/81 13393
/proc/meminfo: memFree=1352352/2055920 swapFree=4191880/4192956
[pid=12734] ppid=12732 vsize=92760 CPUtime=1419.1
/proc/12734/stat : 12734 (bprolog) R 12732 12734 11742 0 -1 4194304 4124 0 0 0 141896 14 0 0 25 0 4 0 165058120 94986240 3839 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134664008 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/12734/statm: 23190 3839 180 90 0 22728 0
[pid=12734/tid=12736] ppid=12732 vsize=92760 CPUtime=0
/proc/12734/task/12736/stat : 12736 (bprolog) S 12732 12734 11742 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 165058265 94986240 3839 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=12734/tid=13017] ppid=12732 vsize=92760 CPUtime=0
/proc/12734/task/13017/stat : 13017 (bprolog) S 12732 12734 11742 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 165148274 94986240 3839 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=12734/tid=13393] ppid=12732 vsize=92760 CPUtime=0
/proc/12734/task/13393/stat : 13393 (bprolog) S 12732 12734 11742 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 4 0 165193279 94986240 3839 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1419.1
Current children cumulated vsize (KiB) 92760

[startup+1483.9 s]
/proc/loadavg: 1.01 1.08 1.42 2/81 13393
/proc/meminfo: memFree=1352352/2055920 swapFree=4191880/4192956
[pid=12734] ppid=12732 vsize=92760 CPUtime=1479.08
/proc/12734/stat : 12734 (bprolog) R 12732 12734 11742 0 -1 4194304 4124 0 0 0 147894 14 0 0 25 0 4 0 165058120 94986240 3839 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134662613 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/12734/statm: 23190 3839 180 90 0 22728 0
[pid=12734/tid=12736] ppid=12732 vsize=92760 CPUtime=0
/proc/12734/task/12736/stat : 12736 (bprolog) S 12732 12734 11742 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 165058265 94986240 3839 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=12734/tid=13017] ppid=12732 vsize=92760 CPUtime=0
/proc/12734/task/13017/stat : 13017 (bprolog) S 12732 12734 11742 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 165148274 94986240 3839 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=12734/tid=13393] ppid=12732 vsize=92760 CPUtime=0
/proc/12734/task/13393/stat : 13393 (bprolog) S 12732 12734 11742 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 4 0 165193279 94986240 3839 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1479.08
Current children cumulated vsize (KiB) 92760

[startup+1544.01 s]
/proc/loadavg: 1.00 1.06 1.39 2/81 13393
/proc/meminfo: memFree=1352352/2055920 swapFree=4191880/4192956
[pid=12734] ppid=12732 vsize=92760 CPUtime=1539.17
/proc/12734/stat : 12734 (bprolog) R 12732 12734 11742 0 -1 4194304 4124 0 0 0 153903 14 0 0 25 0 4 0 165058120 94986240 3839 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134669026 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/12734/statm: 23190 3839 180 90 0 22728 0
[pid=12734/tid=12736] ppid=12732 vsize=92760 CPUtime=0
/proc/12734/task/12736/stat : 12736 (bprolog) S 12732 12734 11742 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 165058265 94986240 3839 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=12734/tid=13017] ppid=12732 vsize=92760 CPUtime=0
/proc/12734/task/13017/stat : 13017 (bprolog) S 12732 12734 11742 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 165148274 94986240 3839 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=12734/tid=13393] ppid=12732 vsize=92760 CPUtime=0
/proc/12734/task/13393/stat : 13393 (bprolog) S 12732 12734 11742 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 4 0 165193279 94986240 3839 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1539.17
Current children cumulated vsize (KiB) 92760

[startup+1604.11 s]
/proc/loadavg: 1.00 1.05 1.36 2/81 13393
/proc/meminfo: memFree=1348640/2055920 swapFree=4191880/4192956
[pid=12734] ppid=12732 vsize=92760 CPUtime=1599.25
/proc/12734/stat : 12734 (bprolog) R 12732 12734 11742 0 -1 4194304 5045 0 0 0 159911 14 0 0 25 0 4 0 165058120 94986240 4760 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134614636 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/12734/statm: 23190 4760 180 90 0 22728 0
[pid=12734/tid=12736] ppid=12732 vsize=92760 CPUtime=0
/proc/12734/task/12736/stat : 12736 (bprolog) S 12732 12734 11742 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 165058265 94986240 4760 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=12734/tid=13017] ppid=12732 vsize=92760 CPUtime=0
/proc/12734/task/13017/stat : 13017 (bprolog) S 12732 12734 11742 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 165148274 94986240 4760 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=12734/tid=13393] ppid=12732 vsize=92760 CPUtime=0
/proc/12734/task/13393/stat : 13393 (bprolog) S 12732 12734 11742 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 165193279 94986240 4760 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1599.25
Current children cumulated vsize (KiB) 92760

[startup+1664.21 s]
/proc/loadavg: 1.00 1.04 1.34 2/81 13393
/proc/meminfo: memFree=1348704/2055920 swapFree=4191880/4192956
[pid=12734] ppid=12732 vsize=92760 CPUtime=1659.35
/proc/12734/stat : 12734 (bprolog) R 12732 12734 11742 0 -1 4194304 5045 0 0 0 165920 15 0 0 25 0 4 0 165058120 94986240 4760 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134663996 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/12734/statm: 23190 4760 180 90 0 22728 0
[pid=12734/tid=12736] ppid=12732 vsize=92760 CPUtime=0
/proc/12734/task/12736/stat : 12736 (bprolog) S 12732 12734 11742 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 165058265 94986240 4760 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=12734/tid=13017] ppid=12732 vsize=92760 CPUtime=0
/proc/12734/task/13017/stat : 13017 (bprolog) S 12732 12734 11742 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 165148274 94986240 4760 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=12734/tid=13393] ppid=12732 vsize=92760 CPUtime=0
/proc/12734/task/13393/stat : 13393 (bprolog) S 12732 12734 11742 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 165193279 94986240 4760 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1659.35
Current children cumulated vsize (KiB) 92760

[startup+1724.31 s]
/proc/loadavg: 1.00 1.03 1.31 2/81 13393
/proc/meminfo: memFree=1348704/2055920 swapFree=4191880/4192956
[pid=12734] ppid=12732 vsize=92760 CPUtime=1719.43
/proc/12734/stat : 12734 (bprolog) R 12732 12734 11742 0 -1 4194304 5045 0 0 0 171928 15 0 0 25 0 4 0 165058120 94986240 4760 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134662616 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/12734/statm: 23190 4760 180 90 0 22728 0
[pid=12734/tid=12736] ppid=12732 vsize=92760 CPUtime=0
/proc/12734/task/12736/stat : 12736 (bprolog) S 12732 12734 11742 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 165058265 94986240 4760 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=12734/tid=13017] ppid=12732 vsize=92760 CPUtime=0
/proc/12734/task/13017/stat : 13017 (bprolog) S 12732 12734 11742 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 165148274 94986240 4760 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=12734/tid=13393] ppid=12732 vsize=92760 CPUtime=0
/proc/12734/task/13393/stat : 13393 (bprolog) S 12732 12734 11742 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 165193279 94986240 4760 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1719.43
Current children cumulated vsize (KiB) 92760

[startup+1784.4 s]
/proc/loadavg: 1.00 1.02 1.29 2/81 13393
/proc/meminfo: memFree=1348640/2055920 swapFree=4191880/4192956
[pid=12734] ppid=12732 vsize=92760 CPUtime=1779.51
/proc/12734/stat : 12734 (bprolog) R 12732 12734 11742 0 -1 4194304 5045 0 0 0 177936 15 0 0 25 0 4 0 165058120 94986240 4760 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134662559 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/12734/statm: 23190 4760 180 90 0 22728 0
[pid=12734/tid=12736] ppid=12732 vsize=92760 CPUtime=0
/proc/12734/task/12736/stat : 12736 (bprolog) S 12732 12734 11742 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 165058265 94986240 4760 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=12734/tid=13017] ppid=12732 vsize=92760 CPUtime=0
/proc/12734/task/13017/stat : 13017 (bprolog) S 12732 12734 11742 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 165148274 94986240 4760 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=12734/tid=13393] ppid=12732 vsize=92760 CPUtime=0
/proc/12734/task/13393/stat : 13393 (bprolog) S 12732 12734 11742 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 165193279 94986240 4760 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1779.51
Current children cumulated vsize (KiB) 92760



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1804.91 s]
/proc/loadavg: 1.00 1.02 1.28 2/78 13393
/proc/meminfo: memFree=1348640/2055920 swapFree=4191880/4192956
[pid=12734] ppid=12732 vsize=92760 CPUtime=1800.02
/proc/12734/stat : 12734 (bprolog) R 12732 12734 11742 0 -1 4194304 5046 0 0 0 179987 15 0 0 25 0 1 0 165058120 94986240 4761 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134614684 0 0 4096 2 0 0 0 17 1 0 0
/proc/12734/statm: 23190 4761 181 90 0 22728 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 92760

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1804.92
CPU time (s): 1800.03
CPU user time (s): 1799.87
CPU system time (s): 0.161975
CPU usage (%): 99.7295
Max. virtual memory (cumulated for all children) (KiB): 92760

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

runsolver used 1.91971 s user time and 4.83326 s system time

The end

Launcher Data (download as text)

Begin job on node29 on Sun Jan  7 10:43:58 UTC 2007


IDJOB= 204695
IDBENCH= 4049
FILE ID= node29/204695-1168166637

PBS_JOBID= 3478590

Free space on /tmp= 66544 MiB

BENCH NAME= HOME/pub/bench/CPAI06/fapp/fapp16-20/fapp17/fapp17-0300-10.xml
COMMAND LINE= /tmp/evaluation/204695-1168166637/Complete/Ordinary/solver /tmp/evaluation/204695-1168166637/unknown 1800
CONVERSION COMMAND LINE= runsolver -w ROOT/results/node29/convwatcher-204695-1168166637 -o ROOT/results/node29/conversion-204695-1168166637 -C 600 -M 900 /tmp/evaluation/204695-1168166637/Complete/Ordinary/conversion /tmp/evaluation/204695-1168166637/unknown
CONVERSION RUNSOLVER STATUS CODE= 0
CONVERSION STATUS CODE= 0

RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node29/watcher-204695-1168166637 -o ROOT/results/node29/solver-204695-1168166637 -C 1800 -M 900  /tmp/evaluation/204695-1168166637/Complete/Ordinary/solver /tmp/evaluation/204695-1168166637/unknown 1800

META MD5SUM SOLVER= b53ab06f245aa5e62684a7a0a4388ade
MD5SUM BENCH=  f7d83e5046cff98a2f782fbfcef83f73

RANDOM SEED= 5534293

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.241
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.241
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:       1347600 kB
Buffers:         77380 kB
Cached:         486572 kB
SwapCached:        448 kB
Active:         279152 kB
Inactive:       354632 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1347600 kB
SwapTotal:     4192956 kB
SwapFree:      4191880 kB
Dirty:            2108 kB
Writeback:           0 kB
Mapped:          90800 kB
Slab:            59260 kB
Committed_AS:  3400976 kB
PageTables:       2392 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= 66548 MiB



End job on node29 on Sun Jan  7 11:14:06 UTC 2007