Trace number 210773

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.05 1816.68

General information on the benchmark

NamepseudoSeries/uclid/
ooo-rf9.xml
MD5SUM1fdc375fa3bc4f7f4fc21722cb153d83
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark12.4841
SatisfiableNO
(Un)Satisfiability was provedNO
Number of variables11476
Number of constraints33089
Maximum constraint arity11
Maximum domain size2
Number of constraints which are defined in extension0
Number of constraints which are defined in intension33089
Global constraints used (with number of constraints)

Solver Data (download as text)

c 
c 
c 
c conversion script
c 
c 

converting(/tmp/evaluation/210773-1168202174/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/node59/watcher-210773-1168202174 -o ROOT/results/node59/solver-210773-1168202174 -C 1800 -M 900 /tmp/evaluation/210773-1168202174/Complete/Ordinary/solver /tmp/evaluation/210773-1168202174/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: 2.19 2.05 1.94 5/81 25853
/proc/meminfo: memFree=1491064/2055920 swapFree=4192812/4192956
[pid=25852] ppid=25850 vsize=18540 CPUtime=0
/proc/25852/stat : 25852 (runsolver) R 25850 25852 24819 0 -1 4194368 16 0 0 0 0 0 0 0 20 0 1 0 168617400 18984960 279 18446744073709551615 4194304 4267372 548682069056 18446744073709551615 217051622695 0 0 4096 24578 0 0 0 17 1 0 0
/proc/25852/statm: 4635 279 244 17 0 2626 0

[startup+0.108819 s]
/proc/loadavg: 2.19 2.05 1.94 5/81 25853
/proc/meminfo: memFree=1491064/2055920 swapFree=4192812/4192956
[pid=25852] ppid=25850 vsize=61640 CPUtime=0.09
/proc/25852/stat : 25852 (bprolog) R 25850 25852 24819 0 -1 4194304 2257 0 0 0 8 1 0 0 20 0 1 0 168617400 63119360 1973 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134612890 0 0 4096 2 0 0 0 17 1 0 0
/proc/25852/statm: 15410 1973 158 90 0 14948 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 61640

[startup+0.523457 s]
/proc/loadavg: 2.19 2.05 1.94 5/81 25853
/proc/meminfo: memFree=1491064/2055920 swapFree=4192812/4192956
[pid=25852] ppid=25850 vsize=61640 CPUtime=0.5
/proc/25852/stat : 25852 (bprolog) R 25850 25852 24819 0 -1 4194304 8056 0 0 0 47 3 0 0 24 0 1 0 168617400 63119360 7772 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134568471 0 0 4096 2 0 0 0 17 1 0 0
/proc/25852/statm: 15410 7772 158 90 0 14948 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 61640

[startup+1.35095 s]
/proc/loadavg: 2.19 2.05 1.94 3/81 25853
/proc/meminfo: memFree=1451256/2055920 swapFree=4192812/4192956
[pid=25852] ppid=25850 vsize=61640 CPUtime=1.32
/proc/25852/stat : 25852 (bprolog) R 25850 25852 24819 0 -1 4194304 9881 0 0 0 128 4 0 0 25 0 1 0 168617400 63119360 9597 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134607452 0 0 4096 2 0 0 0 17 1 0 0
/proc/25852/statm: 15410 9597 158 90 0 14948 0
Current children cumulated CPU time (s) 1.32
Current children cumulated vsize (KiB) 61640

[startup+3.00272 s]
/proc/loadavg: 2.19 2.05 1.94 3/82 25854
/proc/meminfo: memFree=1431856/2055920 swapFree=4192812/4192956
[pid=25852] ppid=25850 vsize=111164 CPUtime=2.96
/proc/25852/stat : 25852 (bprolog) R 25850 25852 24819 0 -1 4194304 26958 0 0 0 285 11 0 0 25 0 2 0 168617400 113831936 14167 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134809056 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/25852/statm: 27791 14167 179 90 0 27329 0
[pid=25852/tid=25854] ppid=25850 vsize=111164 CPUtime=0
/proc/25852/task/25854/stat : 25854 (bprolog) S 25850 25852 24819 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 168617615 113831936 14167 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.96
Current children cumulated vsize (KiB) 111164

[startup+6.28609 s]
/proc/loadavg: 2.17 2.04 1.94 3/82 25854
/proc/meminfo: memFree=1426864/2055920 swapFree=4192812/4192956
[pid=25852] ppid=25850 vsize=111164 CPUtime=6.21
/proc/25852/stat : 25852 (bprolog) R 25850 25852 24819 0 -1 4194304 26958 0 0 0 610 11 0 0 25 0 2 0 168617400 113831936 14167 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552632 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/25852/statm: 27791 14167 179 90 0 27329 0
[pid=25852/tid=25854] ppid=25850 vsize=111164 CPUtime=0
/proc/25852/task/25854/stat : 25854 (bprolog) S 25850 25852 24819 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 168617615 113831936 14167 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) 111164

[startup+12.7762 s]
/proc/loadavg: 2.16 2.04 1.94 4/82 25854
/proc/meminfo: memFree=1418736/2055920 swapFree=4192812/4192956
[pid=25852] ppid=25850 vsize=111164 CPUtime=12.64
/proc/25852/stat : 25852 (bprolog) R 25850 25852 24819 0 -1 4194304 26958 0 0 0 1253 11 0 0 25 0 2 0 168617400 113831936 14167 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552597 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/25852/statm: 27791 14167 179 90 0 27329 0
[pid=25852/tid=25854] ppid=25850 vsize=111164 CPUtime=0
/proc/25852/task/25854/stat : 25854 (bprolog) S 25850 25852 24819 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 168617615 113831936 14167 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.64
Current children cumulated vsize (KiB) 111164

[startup+25.5996 s]
/proc/loadavg: 2.12 2.04 1.94 3/82 25854
/proc/meminfo: memFree=1408112/2055920 swapFree=4192812/4192956
[pid=25852] ppid=25850 vsize=111164 CPUtime=25.34
/proc/25852/stat : 25852 (bprolog) R 25850 25852 24819 0 -1 4194304 26958 0 0 0 2523 11 0 0 25 0 2 0 168617400 113831936 14167 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134618049 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/25852/statm: 27791 14167 179 90 0 27329 0
[pid=25852/tid=25854] ppid=25850 vsize=111164 CPUtime=0
/proc/25852/task/25854/stat : 25854 (bprolog) S 25850 25852 24819 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 168617615 113831936 14167 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.34
Current children cumulated vsize (KiB) 111164

[startup+51.2825 s]
/proc/loadavg: 2.08 2.04 1.94 3/82 25854
/proc/meminfo: memFree=1391408/2055920 swapFree=4192812/4192956
[pid=25852] ppid=25850 vsize=111164 CPUtime=50.79
/proc/25852/stat : 25852 (bprolog) R 25850 25852 24819 0 -1 4194304 26958 0 0 0 5068 11 0 0 25 0 2 0 168617400 113831936 14167 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134614646 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/25852/statm: 27791 14167 179 90 0 27329 0
[pid=25852/tid=25854] ppid=25850 vsize=111164 CPUtime=0
/proc/25852/task/25854/stat : 25854 (bprolog) S 25850 25852 24819 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 168617615 113831936 14167 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 50.79
Current children cumulated vsize (KiB) 111164

[startup+102.523 s]
/proc/loadavg: 2.03 2.03 1.94 3/82 25854
/proc/meminfo: memFree=1365872/2055920 swapFree=4192812/4192956
[pid=25852] ppid=25850 vsize=111164 CPUtime=101.56
/proc/25852/stat : 25852 (bprolog) R 25850 25852 24819 0 -1 4194304 26958 0 0 0 10145 11 0 0 25 0 2 0 168617400 113831936 14167 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552597 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/25852/statm: 27791 14167 179 90 0 27329 0
[pid=25852/tid=25854] ppid=25850 vsize=111164 CPUtime=0
/proc/25852/task/25854/stat : 25854 (bprolog) S 25850 25852 24819 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 168617615 113831936 14167 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 101.56
Current children cumulated vsize (KiB) 111164

[startup+162.594 s]
/proc/loadavg: 2.01 2.02 1.94 3/82 25854
/proc/meminfo: memFree=1343344/2055920 swapFree=4192812/4192956
[pid=25852] ppid=25850 vsize=111164 CPUtime=161.09
/proc/25852/stat : 25852 (bprolog) R 25850 25852 24819 0 -1 4194304 26958 0 0 0 16098 11 0 0 25 0 2 0 168617400 113831936 14167 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552632 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/25852/statm: 27791 14167 179 90 0 27329 0
[pid=25852/tid=25854] ppid=25850 vsize=111164 CPUtime=0
/proc/25852/task/25854/stat : 25854 (bprolog) S 25850 25852 24819 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 168617615 113831936 14167 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 161.09
Current children cumulated vsize (KiB) 111164

[startup+222.679 s]
/proc/loadavg: 2.09 2.04 1.95 3/82 25854
/proc/meminfo: memFree=1324144/2055920 swapFree=4192812/4192956
[pid=25852] ppid=25850 vsize=111164 CPUtime=220.62
/proc/25852/stat : 25852 (bprolog) R 25850 25852 24819 0 -1 4194304 26958 0 0 0 22051 11 0 0 25 0 2 0 168617400 113831936 14167 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552597 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/25852/statm: 27791 14167 179 90 0 27329 0
[pid=25852/tid=25854] ppid=25850 vsize=111164 CPUtime=0
/proc/25852/task/25854/stat : 25854 (bprolog) S 25850 25852 24819 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 168617615 113831936 14167 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 220.62
Current children cumulated vsize (KiB) 111164

[startup+282.776 s]
/proc/loadavg: 2.03 2.03 1.95 3/82 25854
/proc/meminfo: memFree=1299056/2055920 swapFree=4192812/4192956
[pid=25852] ppid=25850 vsize=111164 CPUtime=280.17
/proc/25852/stat : 25852 (bprolog) R 25850 25852 24819 0 -1 4194304 26958 0 0 0 28006 11 0 0 25 0 2 0 168617400 113831936 14167 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552811 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/25852/statm: 27791 14167 179 90 0 27329 0
[pid=25852/tid=25854] ppid=25850 vsize=111164 CPUtime=0
/proc/25852/task/25854/stat : 25854 (bprolog) S 25850 25852 24819 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 168617615 113831936 14167 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 280.17
Current children cumulated vsize (KiB) 111164

[startup+342.87 s]
/proc/loadavg: 2.01 2.02 1.95 3/82 25854
/proc/meminfo: memFree=1298032/2055920 swapFree=4192812/4192956
[pid=25852] ppid=25850 vsize=111164 CPUtime=339.72
/proc/25852/stat : 25852 (bprolog) R 25850 25852 24819 0 -1 4194304 26958 0 0 0 33961 11 0 0 25 0 2 0 168617400 113831936 14167 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134614662 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/25852/statm: 27791 14167 179 90 0 27329 0
[pid=25852/tid=25854] ppid=25850 vsize=111164 CPUtime=0
/proc/25852/task/25854/stat : 25854 (bprolog) S 25850 25852 24819 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 168617615 113831936 14167 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 339.72
Current children cumulated vsize (KiB) 111164

[startup+402.928 s]
/proc/loadavg: 2.00 2.02 1.95 3/82 25854
/proc/meminfo: memFree=1297072/2055920 swapFree=4192812/4192956
[pid=25852] ppid=25850 vsize=111164 CPUtime=399.24
/proc/25852/stat : 25852 (bprolog) R 25850 25852 24819 0 -1 4194304 26958 0 0 0 39912 12 0 0 25 0 2 0 168617400 113831936 14167 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552632 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/25852/statm: 27791 14167 179 90 0 27329 0
[pid=25852/tid=25854] ppid=25850 vsize=111164 CPUtime=0
/proc/25852/task/25854/stat : 25854 (bprolog) S 25850 25852 24819 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 168617615 113831936 14167 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 399.24
Current children cumulated vsize (KiB) 111164

[startup+462.93 s]
/proc/loadavg: 2.00 2.01 1.95 3/82 25854
/proc/meminfo: memFree=1296816/2055920 swapFree=4192812/4192956
[pid=25852] ppid=25850 vsize=111164 CPUtime=458.7
/proc/25852/stat : 25852 (bprolog) R 25850 25852 24819 0 -1 4194304 26958 0 0 0 45858 12 0 0 25 0 2 0 168617400 113831936 14167 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552632 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/25852/statm: 27791 14167 179 90 0 27329 0
[pid=25852/tid=25854] ppid=25850 vsize=111164 CPUtime=0
/proc/25852/task/25854/stat : 25854 (bprolog) S 25850 25852 24819 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 168617615 113831936 14167 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 458.7
Current children cumulated vsize (KiB) 111164

[startup+522.997 s]
/proc/loadavg: 2.00 2.01 1.95 3/82 25854
/proc/meminfo: memFree=1296560/2055920 swapFree=4192812/4192956
[pid=25852] ppid=25850 vsize=111164 CPUtime=518.23
/proc/25852/stat : 25852 (bprolog) R 25850 25852 24819 0 -1 4194304 26958 0 0 0 51811 12 0 0 25 0 2 0 168617400 113831936 14167 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552632 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/25852/statm: 27791 14167 179 90 0 27329 0
[pid=25852/tid=25854] ppid=25850 vsize=111164 CPUtime=0
/proc/25852/task/25854/stat : 25854 (bprolog) S 25850 25852 24819 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 168617615 113831936 14167 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 518.23
Current children cumulated vsize (KiB) 111164

[startup+583.063 s]
/proc/loadavg: 2.00 2.00 1.95 3/82 25854
/proc/meminfo: memFree=1296432/2055920 swapFree=4192812/4192956
[pid=25852] ppid=25850 vsize=111164 CPUtime=577.75
/proc/25852/stat : 25852 (bprolog) R 25850 25852 24819 0 -1 4194304 26958 0 0 0 57763 12 0 0 25 0 2 0 168617400 113831936 14167 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552632 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/25852/statm: 27791 14167 179 90 0 27329 0
[pid=25852/tid=25854] ppid=25850 vsize=111164 CPUtime=0
/proc/25852/task/25854/stat : 25854 (bprolog) S 25850 25852 24819 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 168617615 113831936 14167 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 577.75
Current children cumulated vsize (KiB) 111164

[startup+643.144 s]
/proc/loadavg: 2.04 2.01 1.95 3/82 25854
/proc/meminfo: memFree=1296368/2055920 swapFree=4192812/4192956

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

/proc/25852/stat : 25852 (bprolog) R 25850 25852 24819 0 -1 4194304 30216 0 0 0 117276 14 0 0 25 0 3 0 168617400 124420096 15426 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134809066 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/25852/statm: 30376 15426 179 90 0 29914 0
[pid=25852/tid=25854] ppid=25850 vsize=121504 CPUtime=0
/proc/25852/task/25854/stat : 25854 (bprolog) S 25850 25852 24819 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 3 0 168617615 124420096 15426 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=25852/tid=25855] ppid=25850 vsize=121504 CPUtime=0
/proc/25852/task/25855/stat : 25855 (bprolog) S 25850 25852 24819 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 3 0 168707632 124420096 15426 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1172.9
Current children cumulated vsize (KiB) 121504

[startup+1243.71 s]
/proc/loadavg: 2.12 2.03 1.98 3/83 25855
/proc/meminfo: memFree=1290536/2055920 swapFree=4192812/4192956
[pid=25852] ppid=25850 vsize=121504 CPUtime=1232.39
/proc/25852/stat : 25852 (bprolog) R 25850 25852 24819 0 -1 4194304 30216 0 0 0 123224 15 0 0 25 0 3 0 168617400 124420096 15426 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552597 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/25852/statm: 30376 15426 179 90 0 29914 0
[pid=25852/tid=25854] ppid=25850 vsize=121504 CPUtime=0
/proc/25852/task/25854/stat : 25854 (bprolog) S 25850 25852 24819 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 3 0 168617615 124420096 15426 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=25852/tid=25855] ppid=25850 vsize=121504 CPUtime=0
/proc/25852/task/25855/stat : 25855 (bprolog) S 25850 25852 24819 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 3 0 168707632 124420096 15426 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1232.39
Current children cumulated vsize (KiB) 121504

[startup+1303.8 s]
/proc/loadavg: 2.04 2.02 1.98 3/83 25855
/proc/meminfo: memFree=1290472/2055920 swapFree=4192812/4192956
[pid=25852] ppid=25850 vsize=121504 CPUtime=1291.93
/proc/25852/stat : 25852 (bprolog) R 25850 25852 24819 0 -1 4194304 30216 0 0 0 129178 15 0 0 25 0 3 0 168617400 124420096 15426 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134817677 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/25852/statm: 30376 15426 179 90 0 29914 0
[pid=25852/tid=25854] ppid=25850 vsize=121504 CPUtime=0
/proc/25852/task/25854/stat : 25854 (bprolog) S 25850 25852 24819 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 3 0 168617615 124420096 15426 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=25852/tid=25855] ppid=25850 vsize=121504 CPUtime=0
/proc/25852/task/25855/stat : 25855 (bprolog) S 25850 25852 24819 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 3 0 168707632 124420096 15426 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1291.93
Current children cumulated vsize (KiB) 121504

[startup+1363.85 s]
/proc/loadavg: 2.01 2.02 1.98 3/84 25856
/proc/meminfo: memFree=1290400/2055920 swapFree=4192812/4192956
[pid=25852] ppid=25850 vsize=131748 CPUtime=1351.44
/proc/25852/stat : 25852 (bprolog) R 25850 25852 24819 0 -1 4194304 30217 0 0 0 135129 15 0 0 25 0 4 0 168617400 134909952 15427 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134809161 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/25852/statm: 32937 15427 179 90 0 32475 0
[pid=25852/tid=25854] ppid=25850 vsize=131748 CPUtime=0
/proc/25852/task/25854/stat : 25854 (bprolog) S 25850 25852 24819 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 168617615 134909952 15427 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=25852/tid=25855] ppid=25850 vsize=131748 CPUtime=0
/proc/25852/task/25855/stat : 25855 (bprolog) S 25850 25852 24819 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 168707632 134909952 15427 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=25852/tid=25856] ppid=25850 vsize=131748 CPUtime=0
/proc/25852/task/25856/stat : 25856 (bprolog) S 25850 25852 24819 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 4 0 168752650 134909952 15427 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1351.44
Current children cumulated vsize (KiB) 131748

[startup+1423.87 s]
/proc/loadavg: 2.00 2.01 1.98 3/84 25856
/proc/meminfo: memFree=1290336/2055920 swapFree=4192812/4192956
[pid=25852] ppid=25850 vsize=131748 CPUtime=1410.91
/proc/25852/stat : 25852 (bprolog) R 25850 25852 24819 0 -1 4194304 30217 0 0 0 141076 15 0 0 25 0 4 0 168617400 134909952 15427 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552632 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/25852/statm: 32937 15427 179 90 0 32475 0
[pid=25852/tid=25854] ppid=25850 vsize=131748 CPUtime=0
/proc/25852/task/25854/stat : 25854 (bprolog) S 25850 25852 24819 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 168617615 134909952 15427 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=25852/tid=25855] ppid=25850 vsize=131748 CPUtime=0
/proc/25852/task/25855/stat : 25855 (bprolog) S 25850 25852 24819 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 168707632 134909952 15427 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=25852/tid=25856] ppid=25850 vsize=131748 CPUtime=0
/proc/25852/task/25856/stat : 25856 (bprolog) S 25850 25852 24819 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 4 0 168752650 134909952 15427 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1410.91
Current children cumulated vsize (KiB) 131748

[startup+1483.91 s]
/proc/loadavg: 2.00 2.01 1.98 3/90 25938
/proc/meminfo: memFree=1288992/2055920 swapFree=4192812/4192956
[pid=25852] ppid=25850 vsize=131748 CPUtime=1470.31
/proc/25852/stat : 25852 (bprolog) R 25850 25852 24819 0 -1 4194304 30217 0 0 0 147016 15 0 0 25 0 4 0 168617400 134909952 15427 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552597 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/25852/statm: 32937 15427 179 90 0 32475 0
[pid=25852/tid=25854] ppid=25850 vsize=131748 CPUtime=0
/proc/25852/task/25854/stat : 25854 (bprolog) S 25850 25852 24819 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 168617615 134909952 15427 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=25852/tid=25855] ppid=25850 vsize=131748 CPUtime=0
/proc/25852/task/25855/stat : 25855 (bprolog) S 25850 25852 24819 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 168707632 134909952 15427 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=25852/tid=25856] ppid=25850 vsize=131748 CPUtime=0
/proc/25852/task/25856/stat : 25856 (bprolog) S 25850 25852 24819 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 4 0 168752650 134909952 15427 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1470.31
Current children cumulated vsize (KiB) 131748

[startup+1543.96 s]
/proc/loadavg: 2.00 2.00 1.98 3/90 26024
/proc/meminfo: memFree=1288872/2055920 swapFree=4192812/4192956
[pid=25852] ppid=25850 vsize=131748 CPUtime=1529.7
/proc/25852/stat : 25852 (bprolog) R 25850 25852 24819 0 -1 4194304 30217 0 0 0 152955 15 0 0 25 0 4 0 168617400 134909952 15427 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552570 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/25852/statm: 32937 15427 179 90 0 32475 0
[pid=25852/tid=25854] ppid=25850 vsize=131748 CPUtime=0
/proc/25852/task/25854/stat : 25854 (bprolog) S 25850 25852 24819 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 168617615 134909952 15427 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=25852/tid=25855] ppid=25850 vsize=131748 CPUtime=0
/proc/25852/task/25855/stat : 25855 (bprolog) S 25850 25852 24819 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 168707632 134909952 15427 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=25852/tid=25856] ppid=25850 vsize=131748 CPUtime=0
/proc/25852/task/25856/stat : 25856 (bprolog) S 25850 25852 24819 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 4 0 168752650 134909952 15427 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1529.7
Current children cumulated vsize (KiB) 131748

[startup+1603.99 s]
/proc/loadavg: 2.00 2.00 1.98 3/84 26054
/proc/meminfo: memFree=1289824/2055920 swapFree=4192812/4192956
[pid=25852] ppid=25850 vsize=131748 CPUtime=1589.14
/proc/25852/stat : 25852 (bprolog) R 25850 25852 24819 0 -1 4194304 30217 0 0 0 158899 15 0 0 25 0 4 0 168617400 134909952 15427 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134817677 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/25852/statm: 32937 15427 179 90 0 32475 0
[pid=25852/tid=25854] ppid=25850 vsize=131748 CPUtime=0
/proc/25852/task/25854/stat : 25854 (bprolog) S 25850 25852 24819 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 168617615 134909952 15427 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=25852/tid=25855] ppid=25850 vsize=131748 CPUtime=0
/proc/25852/task/25855/stat : 25855 (bprolog) S 25850 25852 24819 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 168707632 134909952 15427 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=25852/tid=25856] ppid=25850 vsize=131748 CPUtime=0
/proc/25852/task/25856/stat : 25856 (bprolog) S 25850 25852 24819 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 168752650 134909952 15427 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1589.14
Current children cumulated vsize (KiB) 131748

[startup+1664.02 s]
/proc/loadavg: 2.00 2.00 1.98 3/84 26054
/proc/meminfo: memFree=1289824/2055920 swapFree=4192812/4192956
[pid=25852] ppid=25850 vsize=131748 CPUtime=1648.62
/proc/25852/stat : 25852 (bprolog) R 25850 25852 24819 0 -1 4194304 30217 0 0 0 164847 15 0 0 25 0 4 0 168617400 134909952 15427 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552632 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/25852/statm: 32937 15427 179 90 0 32475 0
[pid=25852/tid=25854] ppid=25850 vsize=131748 CPUtime=0
/proc/25852/task/25854/stat : 25854 (bprolog) S 25850 25852 24819 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 168617615 134909952 15427 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=25852/tid=25855] ppid=25850 vsize=131748 CPUtime=0
/proc/25852/task/25855/stat : 25855 (bprolog) S 25850 25852 24819 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 168707632 134909952 15427 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=25852/tid=25856] ppid=25850 vsize=131748 CPUtime=0
/proc/25852/task/25856/stat : 25856 (bprolog) S 25850 25852 24819 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 168752650 134909952 15427 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1648.62
Current children cumulated vsize (KiB) 131748

[startup+1724.02 s]
/proc/loadavg: 2.00 2.00 1.98 3/84 26054
/proc/meminfo: memFree=1289824/2055920 swapFree=4192812/4192956
[pid=25852] ppid=25850 vsize=131748 CPUtime=1708.08
/proc/25852/stat : 25852 (bprolog) R 25850 25852 24819 0 -1 4194304 30217 0 0 0 170793 15 0 0 25 0 4 0 168617400 134909952 15427 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552632 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/25852/statm: 32937 15427 179 90 0 32475 0
[pid=25852/tid=25854] ppid=25850 vsize=131748 CPUtime=0
/proc/25852/task/25854/stat : 25854 (bprolog) S 25850 25852 24819 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 168617615 134909952 15427 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=25852/tid=25855] ppid=25850 vsize=131748 CPUtime=0
/proc/25852/task/25855/stat : 25855 (bprolog) S 25850 25852 24819 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 168707632 134909952 15427 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=25852/tid=25856] ppid=25850 vsize=131748 CPUtime=0
/proc/25852/task/25856/stat : 25856 (bprolog) S 25850 25852 24819 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 168752650 134909952 15427 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1708.08
Current children cumulated vsize (KiB) 131748

[startup+1784.1 s]
/proc/loadavg: 2.04 2.01 1.98 4/84 26054
/proc/meminfo: memFree=1289824/2055920 swapFree=4192812/4192956
[pid=25852] ppid=25850 vsize=131748 CPUtime=1767.61
/proc/25852/stat : 25852 (bprolog) R 25850 25852 24819 0 -1 4194304 30217 0 0 0 176746 15 0 0 25 0 4 0 168617400 134909952 15427 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134555024 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/25852/statm: 32937 15427 179 90 0 32475 0
[pid=25852/tid=25854] ppid=25850 vsize=131748 CPUtime=0
/proc/25852/task/25854/stat : 25854 (bprolog) S 25850 25852 24819 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 168617615 134909952 15427 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=25852/tid=25855] ppid=25850 vsize=131748 CPUtime=0
/proc/25852/task/25855/stat : 25855 (bprolog) S 25850 25852 24819 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 168707632 134909952 15427 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=25852/tid=25856] ppid=25850 vsize=131748 CPUtime=0
/proc/25852/task/25856/stat : 25856 (bprolog) S 25850 25852 24819 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 168752650 134909952 15427 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1767.61
Current children cumulated vsize (KiB) 131748



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1816.66 s]
/proc/loadavg: 2.02 2.01 1.98 3/74 26120
/proc/meminfo: memFree=1454232/2055920 swapFree=4192812/4192956
[pid=25852] ppid=25850 vsize=131748 CPUtime=1800.04
/proc/25852/stat : 25852 (bprolog) R 25850 25852 24819 0 -1 4194304 30218 0 0 0 179987 17 0 0 25 0 1 0 168617400 134909952 15428 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552632 0 0 4096 2 0 0 0 17 0 0 0
/proc/25852/statm: 32937 15428 180 90 0 32475 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 131748

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1816.68
CPU time (s): 1800.05
CPU user time (s): 1799.87
CPU system time (s): 0.181972
CPU usage (%): 99.0847
Max. virtual memory (cumulated for all children) (KiB): 135504

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

runsolver used 2.44863 s user time and 5.56015 s system time

The end

Launcher Data (download as text)

Begin job on node59 on Sun Jan  7 20:36:14 UTC 2007


IDJOB= 210773
IDBENCH= 4645
FILE ID= node59/210773-1168202174

PBS_JOBID= 3480723

Free space on /tmp= 66543 MiB

BENCH NAME= HOME/pub/bench/CPAI06/pseudoSeries/uclid/ooo-rf9.xml
COMMAND LINE= /tmp/evaluation/210773-1168202174/Complete/Ordinary/solver /tmp/evaluation/210773-1168202174/unknown 1800
CONVERSION COMMAND LINE= runsolver -w ROOT/results/node59/convwatcher-210773-1168202174 -o ROOT/results/node59/conversion-210773-1168202174 -C 600 -M 900 /tmp/evaluation/210773-1168202174/Complete/Ordinary/conversion /tmp/evaluation/210773-1168202174/unknown
CONVERSION RUNSOLVER STATUS CODE= 0
CONVERSION STATUS CODE= 0

RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node59/watcher-210773-1168202174 -o ROOT/results/node59/solver-210773-1168202174 -C 1800 -M 900  /tmp/evaluation/210773-1168202174/Complete/Ordinary/solver /tmp/evaluation/210773-1168202174/unknown 1800

META MD5SUM SOLVER= b53ab06f245aa5e62684a7a0a4388ade
MD5SUM BENCH=  1fdc375fa3bc4f7f4fc21722cb153d83

RANDOM SEED= 841274991

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.239
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.239
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:       1491544 kB
Buffers:         36304 kB
Cached:         420996 kB
SwapCached:          0 kB
Active:         191248 kB
Inactive:       316660 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1491544 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:           14032 kB
Writeback:           0 kB
Mapped:          68680 kB
Slab:            41544 kB
Committed_AS:  3394428 kB
PageTables:       2000 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= 66541 MiB



End job on node59 on Sun Jan  7 21:06:51 UTC 2007