Trace number 225078

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 1808.05

General information on the benchmark

Nametightness/tightness0.8/
rand-2-40-80-103-800-31_ext.xml
MD5SUMf934884013e2f4d3b6198abc8756e943
Bench Category2-ARY-EXT (binary constraints in extension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark1.85672
SatisfiableYES
(Un)Satisfiability was provedYES
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/225078-1168270804/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/node19/watcher-225078-1168270804 -o ROOT/results/node19/solver-225078-1168270804 -C 1800 -M 900 /tmp/evaluation/225078-1168270804/Complete/Ordinary/solver /tmp/evaluation/225078-1168270804/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.85 1.96 1.91 5/98 27478
/proc/meminfo: memFree=1607360/2055920 swapFree=4171244/4192956
[pid=27477] ppid=27475 vsize=61640 CPUtime=0.09
/proc/27477/stat : 27477 (bprolog) R 27475 27477 27397 0 -1 4194304 1903 0 0 0 9 0 0 0 21 0 1 0 175475258 63119360 1619 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552055 0 0 4096 2 0 0 0 17 1 0 0
/proc/27477/statm: 15410 1619 158 90 0 14948 0

[startup+0.211342 s]
/proc/loadavg: 1.85 1.96 1.91 5/98 27478
/proc/meminfo: memFree=1607360/2055920 swapFree=4171244/4192956
[pid=27477] ppid=27475 vsize=61640 CPUtime=0.2
/proc/27477/stat : 27477 (bprolog) R 27475 27477 27397 0 -1 4194304 2905 0 0 0 19 1 0 0 22 0 1 0 175475258 63119360 2621 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134557029 0 0 4096 2 0 0 0 17 1 0 0
/proc/27477/statm: 15410 2621 158 90 0 14948 0
Current children cumulated CPU time (s) 0.2
Current children cumulated vsize (KiB) 61640

[startup+0.619417 s]
/proc/loadavg: 1.85 1.96 1.91 5/98 27478
/proc/meminfo: memFree=1607360/2055920 swapFree=4171244/4192956
[pid=27477] ppid=27475 vsize=61640 CPUtime=0.61
/proc/27477/stat : 27477 (bprolog) R 27475 27477 27397 0 -1 4194304 3620 0 0 0 59 2 0 0 25 0 1 0 175475258 63119360 3336 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134594938 0 0 4096 2 0 0 0 17 1 0 0
/proc/27477/statm: 15410 3336 158 90 0 14948 0
Current children cumulated CPU time (s) 0.61
Current children cumulated vsize (KiB) 61640

[startup+1.44058 s]
/proc/loadavg: 1.85 1.96 1.91 3/98 27478
/proc/meminfo: memFree=1565248/2055920 swapFree=4171244/4192956
[pid=27477] ppid=27475 vsize=76184 CPUtime=1.42
/proc/27477/stat : 27477 (bprolog) R 27475 27477 27397 0 -1 4194304 13449 0 0 0 135 7 0 0 25 0 1 0 175475258 78012416 11290 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134857292 0 0 4096 2 0 0 0 17 1 0 0
/proc/27477/statm: 19046 11290 158 90 0 18584 0
Current children cumulated CPU time (s) 1.42
Current children cumulated vsize (KiB) 76184

[startup+3.07788 s]
/proc/loadavg: 1.86 1.96 1.91 3/98 27478
/proc/meminfo: memFree=1557760/2055920 swapFree=4171244/4192956
[pid=27477] ppid=27475 vsize=86816 CPUtime=3.06
/proc/27477/stat : 27477 (bprolog) R 27475 27477 27397 0 -1 4194304 17596 0 0 0 296 10 0 0 25 0 2 0 175475258 88899584 13207 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134670074 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/27477/statm: 21704 13207 170 90 0 21242 0
Current children cumulated CPU time (s) 3.06
Current children cumulated vsize (KiB) 86816

[startup+6.3685 s]
/proc/loadavg: 1.86 1.96 1.91 3/99 27479
/proc/meminfo: memFree=1554872/2055920 swapFree=4171244/4192956
[pid=27477] ppid=27475 vsize=86816 CPUtime=6.33
/proc/27477/stat : 27477 (bprolog) R 27475 27477 27397 0 -1 4194304 17596 0 0 0 623 10 0 0 25 0 2 0 175475258 88899584 13207 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134670074 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/27477/statm: 21704 13207 170 90 0 21242 0
[pid=27477/tid=27479] ppid=27475 vsize=86816 CPUtime=0
/proc/27477/task/27479/stat : 27479 (bprolog) S 27475 27477 27397 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 175475514 88899584 13207 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.33
Current children cumulated vsize (KiB) 86816

[startup+12.8357 s]
/proc/loadavg: 1.88 1.96 1.91 3/99 27479
/proc/meminfo: memFree=1554936/2055920 swapFree=4171244/4192956
[pid=27477] ppid=27475 vsize=86816 CPUtime=12.76
/proc/27477/stat : 27477 (bprolog) R 27475 27477 27397 0 -1 4194304 17596 0 0 0 1266 10 0 0 25 0 2 0 175475258 88899584 13207 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134670681 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/27477/statm: 21704 13207 170 90 0 21242 0
[pid=27477/tid=27479] ppid=27475 vsize=86816 CPUtime=0
/proc/27477/task/27479/stat : 27479 (bprolog) S 27475 27477 27397 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 175475514 88899584 13207 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.76
Current children cumulated vsize (KiB) 86816

[startup+25.6721 s]
/proc/loadavg: 1.90 1.96 1.91 3/99 27479
/proc/meminfo: memFree=1555064/2055920 swapFree=4171244/4192956
[pid=27477] ppid=27475 vsize=86816 CPUtime=25.54
/proc/27477/stat : 27477 (bprolog) R 27475 27477 27397 0 -1 4194304 17596 0 0 0 2544 10 0 0 25 0 2 0 175475258 88899584 13207 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134711836 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/27477/statm: 21704 13207 170 90 0 21242 0
[pid=27477/tid=27479] ppid=27475 vsize=86816 CPUtime=0
/proc/27477/task/27479/stat : 27479 (bprolog) S 27475 27477 27397 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 175475514 88899584 13207 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.54
Current children cumulated vsize (KiB) 86816

[startup+51.34 s]
/proc/loadavg: 1.93 1.96 1.91 3/99 27479
/proc/meminfo: memFree=1555128/2055920 swapFree=4171244/4192956
[pid=27477] ppid=27475 vsize=86816 CPUtime=51.08
/proc/27477/stat : 27477 (bprolog) R 27475 27477 27397 0 -1 4194304 17596 0 0 0 5098 10 0 0 25 0 2 0 175475258 88899584 13207 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134639156 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/27477/statm: 21704 13207 170 90 0 21242 0
[pid=27477/tid=27479] ppid=27475 vsize=86816 CPUtime=0
/proc/27477/task/27479/stat : 27479 (bprolog) S 27475 27477 27397 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 175475514 88899584 13207 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 86816

[startup+102.568 s]
/proc/loadavg: 1.97 1.97 1.91 3/99 27479
/proc/meminfo: memFree=1555128/2055920 swapFree=4171244/4192956
[pid=27477] ppid=27475 vsize=86816 CPUtime=102.07
/proc/27477/stat : 27477 (bprolog) R 27475 27477 27397 0 -1 4194304 17596 0 0 0 10196 11 0 0 25 0 2 0 175475258 88899584 13207 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134639156 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/27477/statm: 21704 13207 170 90 0 21242 0
[pid=27477/tid=27479] ppid=27475 vsize=86816 CPUtime=0
/proc/27477/task/27479/stat : 27479 (bprolog) S 27475 27477 27397 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 175475514 88899584 13207 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 102.07
Current children cumulated vsize (KiB) 86816

[startup+162.629 s]
/proc/loadavg: 1.99 1.97 1.91 3/99 27479
/proc/meminfo: memFree=1555128/2055920 swapFree=4171244/4192956
[pid=27477] ppid=27475 vsize=86816 CPUtime=161.84
/proc/27477/stat : 27477 (bprolog) R 27475 27477 27397 0 -1 4194304 17596 0 0 0 16173 11 0 0 25 0 2 0 175475258 88899584 13207 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134670074 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/27477/statm: 21704 13207 170 90 0 21242 0
[pid=27477/tid=27479] ppid=27475 vsize=86816 CPUtime=0
/proc/27477/task/27479/stat : 27479 (bprolog) S 27475 27477 27397 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 175475514 88899584 13207 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 161.84
Current children cumulated vsize (KiB) 86816

[startup+222.693 s]
/proc/loadavg: 1.99 1.97 1.91 3/99 27479
/proc/meminfo: memFree=1555064/2055920 swapFree=4171244/4192956
[pid=27477] ppid=27475 vsize=86816 CPUtime=221.61
/proc/27477/stat : 27477 (bprolog) R 27475 27477 27397 0 -1 4194304 17596 0 0 0 22150 11 0 0 25 0 2 0 175475258 88899584 13207 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134670189 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/27477/statm: 21704 13207 170 90 0 21242 0
[pid=27477/tid=27479] ppid=27475 vsize=86816 CPUtime=0
/proc/27477/task/27479/stat : 27479 (bprolog) S 27475 27477 27397 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 175475514 88899584 13207 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 221.61
Current children cumulated vsize (KiB) 86816

[startup+282.75 s]
/proc/loadavg: 1.99 1.97 1.91 4/99 27479
/proc/meminfo: memFree=1555064/2055920 swapFree=4171244/4192956
[pid=27477] ppid=27475 vsize=86816 CPUtime=281.38
/proc/27477/stat : 27477 (bprolog) R 27475 27477 27397 0 -1 4194304 17596 0 0 0 28126 12 0 0 25 0 2 0 175475258 88899584 13207 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134670131 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/27477/statm: 21704 13207 170 90 0 21242 0
[pid=27477/tid=27479] ppid=27475 vsize=86816 CPUtime=0
/proc/27477/task/27479/stat : 27479 (bprolog) S 27475 27477 27397 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 175475514 88899584 13207 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 281.38
Current children cumulated vsize (KiB) 86816

[startup+342.814 s]
/proc/loadavg: 1.99 1.97 1.91 3/99 27479
/proc/meminfo: memFree=1555008/2055920 swapFree=4171244/4192956
[pid=27477] ppid=27475 vsize=86816 CPUtime=341.16
/proc/27477/stat : 27477 (bprolog) R 27475 27477 27397 0 -1 4194304 17596 0 0 0 34104 12 0 0 25 0 2 0 175475258 88899584 13207 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134670116 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/27477/statm: 21704 13207 170 90 0 21242 0
[pid=27477/tid=27479] ppid=27475 vsize=86816 CPUtime=0
/proc/27477/task/27479/stat : 27479 (bprolog) S 27475 27477 27397 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 175475514 88899584 13207 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 341.16
Current children cumulated vsize (KiB) 86816

[startup+402.871 s]
/proc/loadavg: 1.99 1.97 1.91 3/99 27479
/proc/meminfo: memFree=1496576/2055920 swapFree=4171244/4192956
[pid=27477] ppid=27475 vsize=86816 CPUtime=400.77
/proc/27477/stat : 27477 (bprolog) R 27475 27477 27397 0 -1 4194304 17596 0 0 0 40065 12 0 0 25 0 2 0 175475258 88899584 13207 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134711664 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/27477/statm: 21704 13207 170 90 0 21242 0
[pid=27477/tid=27479] ppid=27475 vsize=86816 CPUtime=0
/proc/27477/task/27479/stat : 27479 (bprolog) S 27475 27477 27397 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 175475514 88899584 13207 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 400.77
Current children cumulated vsize (KiB) 86816

[startup+462.932 s]
/proc/loadavg: 1.99 1.97 1.91 3/99 27479
/proc/meminfo: memFree=1496576/2055920 swapFree=4171244/4192956
[pid=27477] ppid=27475 vsize=86816 CPUtime=460.55
/proc/27477/stat : 27477 (bprolog) R 27475 27477 27397 0 -1 4194304 17596 0 0 0 46042 13 0 0 25 0 2 0 175475258 88899584 13207 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134664594 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/27477/statm: 21704 13207 170 90 0 21242 0
[pid=27477/tid=27479] ppid=27475 vsize=86816 CPUtime=0
/proc/27477/task/27479/stat : 27479 (bprolog) S 27475 27477 27397 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 175475514 88899584 13207 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 460.55
Current children cumulated vsize (KiB) 86816

[startup+522.99 s]
/proc/loadavg: 1.99 1.97 1.91 3/99 27479
/proc/meminfo: memFree=1496448/2055920 swapFree=4171244/4192956
[pid=27477] ppid=27475 vsize=86816 CPUtime=520.33
/proc/27477/stat : 27477 (bprolog) R 27475 27477 27397 0 -1 4194304 17596 0 0 0 52019 14 0 0 25 0 2 0 175475258 88899584 13207 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134664587 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/27477/statm: 21704 13207 170 90 0 21242 0
[pid=27477/tid=27479] ppid=27475 vsize=86816 CPUtime=0
/proc/27477/task/27479/stat : 27479 (bprolog) S 27475 27477 27397 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 175475514 88899584 13207 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 520.33
Current children cumulated vsize (KiB) 86816

[startup+583.043 s]
/proc/loadavg: 2.04 1.99 1.91 3/99 27479
/proc/meminfo: memFree=1496448/2055920 swapFree=4171244/4192956
[pid=27477] ppid=27475 vsize=86816 CPUtime=580.08
/proc/27477/stat : 27477 (bprolog) R 27475 27477 27397 0 -1 4194304 17596 0 0 0 57994 14 0 0 25 0 2 0 175475258 88899584 13207 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134639156 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/27477/statm: 21704 13207 170 90 0 21242 0
[pid=27477/tid=27479] ppid=27475 vsize=86816 CPUtime=0
/proc/27477/task/27479/stat : 27479 (bprolog) S 27475 27477 27397 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 175475514 88899584 13207 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 580.08
Current children cumulated vsize (KiB) 86816

[startup+643.097 s]
/proc/loadavg: 2.01 1.99 1.91 3/99 27479
/proc/meminfo: memFree=1496448/2055920 swapFree=4171244/4192956
[pid=27477] ppid=27475 vsize=86816 CPUtime=639.85
/proc/27477/stat : 27477 (bprolog) R 27475 27477 27397 0 -1 4194304 17596 0 0 0 63970 15 0 0 25 0 2 0 175475258 88899584 13207 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134670372 0 0 4096 2 18446744073709551615 0 0 17 1 0 0

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

/proc/27477/stat : 27477 (bprolog) R 27475 27477 27397 0 -1 4194304 17597 0 0 0 117772 19 0 0 25 0 3 0 175475258 99389440 13208 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134639156 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/27477/statm: 24265 13208 170 90 0 23803 0
[pid=27477/tid=27479] ppid=27475 vsize=97060 CPUtime=0
/proc/27477/task/27479/stat : 27479 (bprolog) S 27475 27477 27397 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 3 0 175475514 99389440 13208 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=27477/tid=27480] ppid=27475 vsize=97060 CPUtime=0
/proc/27477/task/27480/stat : 27480 (bprolog) S 27475 27477 27397 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 3 0 175565530 99389440 13208 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1177.91
Current children cumulated vsize (KiB) 97060

[startup+1243.85 s]
/proc/loadavg: 2.03 2.01 1.93 3/100 27480
/proc/meminfo: memFree=1429304/2055920 swapFree=4171244/4192956
[pid=27477] ppid=27475 vsize=97060 CPUtime=1237.71
/proc/27477/stat : 27477 (bprolog) R 27475 27477 27397 0 -1 4194304 17597 0 0 0 123751 20 0 0 25 0 3 0 175475258 99389440 13208 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134670074 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/27477/statm: 24265 13208 170 90 0 23803 0
[pid=27477/tid=27479] ppid=27475 vsize=97060 CPUtime=0
/proc/27477/task/27479/stat : 27479 (bprolog) S 27475 27477 27397 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 3 0 175475514 99389440 13208 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=27477/tid=27480] ppid=27475 vsize=97060 CPUtime=0
/proc/27477/task/27480/stat : 27480 (bprolog) S 27475 27477 27397 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 3 0 175565530 99389440 13208 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1237.71
Current children cumulated vsize (KiB) 97060

[startup+1303.95 s]
/proc/loadavg: 2.01 2.01 1.93 3/106 27624
/proc/meminfo: memFree=1427816/2055920 swapFree=4171244/4192956
[pid=27477] ppid=27475 vsize=97060 CPUtime=1297.38
/proc/27477/stat : 27477 (bprolog) R 27475 27477 27397 0 -1 4194304 17597 0 0 0 129718 20 0 0 25 0 3 0 175475258 99389440 13208 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134664629 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/27477/statm: 24265 13208 170 90 0 23803 0
[pid=27477/tid=27479] ppid=27475 vsize=97060 CPUtime=0
/proc/27477/task/27479/stat : 27479 (bprolog) S 27475 27477 27397 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 3 0 175475514 99389440 13208 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=27477/tid=27480] ppid=27475 vsize=97060 CPUtime=0
/proc/27477/task/27480/stat : 27480 (bprolog) S 27475 27477 27397 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 3 0 175565530 99389440 13208 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1297.38
Current children cumulated vsize (KiB) 97060

[startup+1363.96 s]
/proc/loadavg: 2.00 2.00 1.93 3/101 27679
/proc/meminfo: memFree=1428720/2055920 swapFree=4171244/4192956
[pid=27477] ppid=27475 vsize=107304 CPUtime=1357.04
/proc/27477/stat : 27477 (bprolog) R 27475 27477 27397 0 -1 4194304 17608 0 0 0 135684 20 0 0 25 0 4 0 175475258 109879296 13219 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134555972 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/27477/statm: 26826 13219 170 90 0 26364 0
[pid=27477/tid=27479] ppid=27475 vsize=107304 CPUtime=0
/proc/27477/task/27479/stat : 27479 (bprolog) S 27475 27477 27397 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 175475514 109879296 13219 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=27477/tid=27480] ppid=27475 vsize=107304 CPUtime=0
/proc/27477/task/27480/stat : 27480 (bprolog) S 27475 27477 27397 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 175565530 109879296 13219 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=27477/tid=27679] ppid=27475 vsize=107304 CPUtime=0
/proc/27477/task/27679/stat : 27679 (bprolog) S 27475 27477 27397 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 4 0 175610538 109879296 13219 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1357.04
Current children cumulated vsize (KiB) 107304

[startup+1423.97 s]
/proc/loadavg: 2.07 2.02 1.94 3/101 27679
/proc/meminfo: memFree=1428720/2055920 swapFree=4171244/4192956
[pid=27477] ppid=27475 vsize=107304 CPUtime=1416.77
/proc/27477/stat : 27477 (bprolog) R 27475 27477 27397 0 -1 4194304 17608 0 0 0 141656 21 0 0 25 0 4 0 175475258 109879296 13219 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134664651 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/27477/statm: 26826 13219 170 90 0 26364 0
[pid=27477/tid=27479] ppid=27475 vsize=107304 CPUtime=0
/proc/27477/task/27479/stat : 27479 (bprolog) S 27475 27477 27397 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 175475514 109879296 13219 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=27477/tid=27480] ppid=27475 vsize=107304 CPUtime=0
/proc/27477/task/27480/stat : 27480 (bprolog) S 27475 27477 27397 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 175565530 109879296 13219 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=27477/tid=27679] ppid=27475 vsize=107304 CPUtime=0
/proc/27477/task/27679/stat : 27679 (bprolog) S 27475 27477 27397 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 4 0 175610538 109879296 13219 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1416.77
Current children cumulated vsize (KiB) 107304

[startup+1483.97 s]
/proc/loadavg: 1.94 1.99 1.93 2/81 27752
/proc/meminfo: memFree=1746888/2055920 swapFree=4171244/4192956
[pid=27477] ppid=27475 vsize=107304 CPUtime=1476.33
/proc/27477/stat : 27477 (bprolog) R 27475 27477 27397 0 -1 4194304 17608 0 0 0 147609 24 0 0 25 0 4 0 175475258 109879296 13219 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134670074 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/27477/statm: 26826 13219 170 90 0 26364 0
[pid=27477/tid=27479] ppid=27475 vsize=107304 CPUtime=0
/proc/27477/task/27479/stat : 27479 (bprolog) S 27475 27477 27397 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 175475514 109879296 13219 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=27477/tid=27480] ppid=27475 vsize=107304 CPUtime=0
/proc/27477/task/27480/stat : 27480 (bprolog) S 27475 27477 27397 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 175565530 109879296 13219 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=27477/tid=27679] ppid=27475 vsize=107304 CPUtime=0
/proc/27477/task/27679/stat : 27679 (bprolog) S 27475 27477 27397 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 4 0 175610538 109879296 13219 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1476.33
Current children cumulated vsize (KiB) 107304

[startup+1544.07 s]
/proc/loadavg: 1.98 1.99 1.93 3/89 27809
/proc/meminfo: memFree=1719624/2055920 swapFree=4171244/4192956
[pid=27477] ppid=27475 vsize=107304 CPUtime=1536.36
/proc/27477/stat : 27477 (bprolog) R 27475 27477 27397 0 -1 4194304 17608 0 0 0 153611 25 0 0 25 0 4 0 175475258 109879296 13219 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134664629 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/27477/statm: 26826 13219 170 90 0 26364 0
[pid=27477/tid=27479] ppid=27475 vsize=107304 CPUtime=0
/proc/27477/task/27479/stat : 27479 (bprolog) S 27475 27477 27397 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 175475514 109879296 13219 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=27477/tid=27480] ppid=27475 vsize=107304 CPUtime=0
/proc/27477/task/27480/stat : 27480 (bprolog) S 27475 27477 27397 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 175565530 109879296 13219 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=27477/tid=27679] ppid=27475 vsize=107304 CPUtime=0
/proc/27477/task/27679/stat : 27679 (bprolog) S 27475 27477 27397 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 4 0 175610538 109879296 13219 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1536.36
Current children cumulated vsize (KiB) 107304

[startup+1604.17 s]
/proc/loadavg: 1.99 1.99 1.93 3/89 27809
/proc/meminfo: memFree=1719624/2055920 swapFree=4171244/4192956
[pid=27477] ppid=27475 vsize=107304 CPUtime=1596.4
/proc/27477/stat : 27477 (bprolog) R 27475 27477 27397 0 -1 4194304 17608 0 0 0 159615 25 0 0 25 0 4 0 175475258 109879296 13219 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134639156 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/27477/statm: 26826 13219 170 90 0 26364 0
[pid=27477/tid=27479] ppid=27475 vsize=107304 CPUtime=0
/proc/27477/task/27479/stat : 27479 (bprolog) S 27475 27477 27397 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 175475514 109879296 13219 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=27477/tid=27480] ppid=27475 vsize=107304 CPUtime=0
/proc/27477/task/27480/stat : 27480 (bprolog) S 27475 27477 27397 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 175565530 109879296 13219 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=27477/tid=27679] ppid=27475 vsize=107304 CPUtime=0
/proc/27477/task/27679/stat : 27679 (bprolog) S 27475 27477 27397 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 175610538 109879296 13219 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1596.4
Current children cumulated vsize (KiB) 107304

[startup+1664.17 s]
/proc/loadavg: 1.99 1.99 1.93 3/89 27809
/proc/meminfo: memFree=1719624/2055920 swapFree=4171244/4192956
[pid=27477] ppid=27475 vsize=107304 CPUtime=1656.32
/proc/27477/stat : 27477 (bprolog) R 27475 27477 27397 0 -1 4194304 17608 0 0 0 165607 25 0 0 25 0 4 0 175475258 109879296 13219 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134664587 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/27477/statm: 26826 13219 170 90 0 26364 0
[pid=27477/tid=27479] ppid=27475 vsize=107304 CPUtime=0
/proc/27477/task/27479/stat : 27479 (bprolog) S 27475 27477 27397 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 175475514 109879296 13219 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=27477/tid=27480] ppid=27475 vsize=107304 CPUtime=0
/proc/27477/task/27480/stat : 27480 (bprolog) S 27475 27477 27397 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 175565530 109879296 13219 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=27477/tid=27679] ppid=27475 vsize=107304 CPUtime=0
/proc/27477/task/27679/stat : 27679 (bprolog) S 27475 27477 27397 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 175610538 109879296 13219 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1656.32
Current children cumulated vsize (KiB) 107304

[startup+1724.19 s]
/proc/loadavg: 1.99 1.99 1.93 3/89 27809
/proc/meminfo: memFree=1719624/2055920 swapFree=4171244/4192956
[pid=27477] ppid=27475 vsize=107304 CPUtime=1716.28
/proc/27477/stat : 27477 (bprolog) R 27475 27477 27397 0 -1 4194304 17608 0 0 0 171602 26 0 0 25 0 4 0 175475258 109879296 13219 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134639366 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/27477/statm: 26826 13219 170 90 0 26364 0
[pid=27477/tid=27479] ppid=27475 vsize=107304 CPUtime=0
/proc/27477/task/27479/stat : 27479 (bprolog) S 27475 27477 27397 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 175475514 109879296 13219 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=27477/tid=27480] ppid=27475 vsize=107304 CPUtime=0
/proc/27477/task/27480/stat : 27480 (bprolog) S 27475 27477 27397 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 175565530 109879296 13219 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=27477/tid=27679] ppid=27475 vsize=107304 CPUtime=0
/proc/27477/task/27679/stat : 27679 (bprolog) S 27475 27477 27397 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 175610538 109879296 13219 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1716.28
Current children cumulated vsize (KiB) 107304

[startup+1784.2 s]
/proc/loadavg: 2.07 2.01 1.94 3/89 27809
/proc/meminfo: memFree=1719624/2055920 swapFree=4171244/4192956
[pid=27477] ppid=27475 vsize=107304 CPUtime=1776.23
/proc/27477/stat : 27477 (bprolog) R 27475 27477 27397 0 -1 4194304 17608 0 0 0 177597 26 0 0 25 0 4 0 175475258 109879296 13219 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134670074 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/27477/statm: 26826 13219 170 90 0 26364 0
[pid=27477/tid=27479] ppid=27475 vsize=107304 CPUtime=0
/proc/27477/task/27479/stat : 27479 (bprolog) S 27475 27477 27397 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 175475514 109879296 13219 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=27477/tid=27480] ppid=27475 vsize=107304 CPUtime=0
/proc/27477/task/27480/stat : 27480 (bprolog) S 27475 27477 27397 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 175565530 109879296 13219 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=27477/tid=27679] ppid=27475 vsize=107304 CPUtime=0
/proc/27477/task/27679/stat : 27679 (bprolog) S 27475 27477 27397 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 175610538 109879296 13219 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1776.23
Current children cumulated vsize (KiB) 107304



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1808.03 s]
/proc/loadavg: 2.04 2.01 1.94 3/86 27809
/proc/meminfo: memFree=1719624/2055920 swapFree=4171244/4192956
[pid=27477] ppid=27475 vsize=107304 CPUtime=1800.03
/proc/27477/stat : 27477 (bprolog) R 27475 27477 27397 0 -1 4194304 17609 0 0 0 179977 26 0 0 25 0 1 0 175475258 109879296 13220 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134670116 0 0 4096 2 0 0 0 17 0 0 0
/proc/27477/statm: 26826 13220 171 90 0 26364 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 107304

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1808.05
CPU time (s): 1800.05
CPU user time (s): 1799.78
CPU system time (s): 0.271958
CPU usage (%): 99.5576
Max. virtual memory (cumulated for all children) (KiB): 107304

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

runsolver used 2.45663 s user time and 5.54016 s system time

The end

Launcher Data (download as text)

Begin job on node19 on Mon Jan  8 15:40:04 UTC 2007


IDJOB= 225078
IDBENCH= 5818
FILE ID= node19/225078-1168270804

PBS_JOBID= 3482997

Free space on /tmp= 66319 MiB

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

RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node19/watcher-225078-1168270804 -o ROOT/results/node19/solver-225078-1168270804 -C 1800 -M 900  /tmp/evaluation/225078-1168270804/Complete/Ordinary/solver /tmp/evaluation/225078-1168270804/unknown 1800

META MD5SUM SOLVER= b53ab06f245aa5e62684a7a0a4388ade
MD5SUM BENCH=  f934884013e2f4d3b6198abc8756e943

RANDOM SEED= 370792490

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.260
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.260
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:       1607776 kB
Buffers:         50540 kB
Cached:         119280 kB
SwapCached:       9904 kB
Active:         308380 kB
Inactive:        82684 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1607776 kB
SwapTotal:     4192956 kB
SwapFree:      4171244 kB
Dirty:            3052 kB
Writeback:           0 kB
Mapped:         240660 kB
Slab:            41184 kB
Committed_AS:  5347164 kB
PageTables:       2780 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= 66319 MiB



End job on node19 on Mon Jan  8 16:10:14 UTC 2007