Trace number 252605

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds, and are wall clock time (not CPU time).

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
BPrologCSPSolver70a 2006-12-13? (TO) 1800.09 1803.03

General information on the benchmark

NamesocialGolfers/
socialGolfer-7-4-8.xml
MD5SUM23e58d9dc3ec1616694b4f0d92e487d3
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables5264
Number of constraints28552
Maximum constraint arity32
Maximum domain size2
Number of constraints which are defined in extension0
Number of constraints which are defined in intension28552
Global constraints used (with number of constraints)

Solver Data (download as text)

c 
c 
c 
c conversion script
c 
c 

converting(/tmp/evaluation/252605-1168408514/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/node1/watcher-252605-1168408514 -o ROOT/results/node1/solver-252605-1168408514 -C 1800 -M 900 /tmp/evaluation/252605-1168408514/Complete/Ordinary/solver /tmp/evaluation/252605-1168408514/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.00 2.00 2.00 5/97 28810
/proc/meminfo: memFree=1430456/2055920 swapFree=4165612/4192956
[pid=28809] ppid=28807 vsize=61640 CPUtime=0.09
/proc/28809/stat : 28809 (bprolog) R 28807 28809 28729 0 -1 4194304 2216 0 0 0 8 1 0 0 20 0 1 0 189248822 63119360 1932 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134561141 0 0 4096 2 0 0 0 17 1 0 0
/proc/28809/statm: 15410 1932 157 90 0 14948 0

[startup+0.204961 s]
/proc/loadavg: 2.00 2.00 2.00 5/97 28810
/proc/meminfo: memFree=1430456/2055920 swapFree=4165612/4192956
[pid=28809] ppid=28807 vsize=61640 CPUtime=0.19
/proc/28809/stat : 28809 (bprolog) R 28807 28809 28729 0 -1 4194304 3821 0 0 0 17 2 0 0 20 0 1 0 189248822 63119360 3537 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134613460 0 0 4096 2 0 0 0 17 1 0 0
/proc/28809/statm: 15410 3537 157 90 0 14948 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 61640

[startup+0.613002 s]
/proc/loadavg: 2.00 2.00 2.00 5/97 28810
/proc/meminfo: memFree=1430456/2055920 swapFree=4165612/4192956
[pid=28809] ppid=28807 vsize=61640 CPUtime=0.6
/proc/28809/stat : 28809 (bprolog) R 28807 28809 28729 0 -1 4194304 8617 0 0 0 56 4 0 0 25 0 1 0 189248822 63119360 8333 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134602930 0 0 4096 2 0 0 0 17 1 0 0
/proc/28809/statm: 15410 8333 157 90 0 14948 0
Current children cumulated CPU time (s) 0.6
Current children cumulated vsize (KiB) 61640

[startup+1.4341 s]
/proc/loadavg: 2.00 2.00 2.00 3/97 28810
/proc/meminfo: memFree=1392632/2055920 swapFree=4165612/4192956
[pid=28809] ppid=28807 vsize=61636 CPUtime=1.41
/proc/28809/stat : 28809 (bprolog) R 28807 28809 28729 0 -1 4194304 9976 0 0 0 136 5 0 0 25 0 1 0 189248822 63115264 9691 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134565123 0 0 4096 2 0 0 0 17 1 0 0
/proc/28809/statm: 15409 9691 163 90 0 14947 0
Current children cumulated CPU time (s) 1.41
Current children cumulated vsize (KiB) 61636

[startup+3.07497 s]
/proc/loadavg: 2.00 2.00 2.00 3/98 28811
/proc/meminfo: memFree=1389040/2055920 swapFree=4165612/4192956
[pid=28809] ppid=28807 vsize=74988 CPUtime=3.04
/proc/28809/stat : 28809 (bprolog) R 28807 28809 28729 0 -1 4194304 12927 0 0 0 298 6 0 0 25 0 2 0 189248822 76787712 10495 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134809083 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/28809/statm: 18747 10495 178 90 0 18285 0
[pid=28809/tid=28811] ppid=28807 vsize=74988 CPUtime=0
/proc/28809/task/28811/stat : 28811 (bprolog) S 28807 28809 28729 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 189248971 76787712 10495 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.04
Current children cumulated vsize (KiB) 74988

[startup+6.27767 s]
/proc/loadavg: 2.00 2.00 2.00 3/98 28811
/proc/meminfo: memFree=1388976/2055920 swapFree=4165612/4192956
[pid=28809] ppid=28807 vsize=74988 CPUtime=6.21
/proc/28809/stat : 28809 (bprolog) R 28807 28809 28729 0 -1 4194304 12927 0 0 0 615 6 0 0 25 0 2 0 189248822 76787712 10495 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552632 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/28809/statm: 18747 10495 178 90 0 18285 0
[pid=28809/tid=28811] ppid=28807 vsize=74988 CPUtime=0
/proc/28809/task/28811/stat : 28811 (bprolog) S 28807 28809 28729 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 189248971 76787712 10495 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) 74988

[startup+12.7454 s]
/proc/loadavg: 2.00 2.00 2.00 3/98 28811
/proc/meminfo: memFree=1389040/2055920 swapFree=4165612/4192956
[pid=28809] ppid=28807 vsize=74988 CPUtime=12.62
/proc/28809/stat : 28809 (bprolog) R 28807 28809 28729 0 -1 4194304 12927 0 0 0 1256 6 0 0 25 0 2 0 189248822 76787712 10495 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134809186 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/28809/statm: 18747 10495 178 90 0 18285 0
[pid=28809/tid=28811] ppid=28807 vsize=74988 CPUtime=0
/proc/28809/task/28811/stat : 28811 (bprolog) S 28807 28809 28729 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 189248971 76787712 10495 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.62
Current children cumulated vsize (KiB) 74988

[startup+25.5839 s]
/proc/loadavg: 2.00 2.00 2.00 3/98 28811
/proc/meminfo: memFree=1389040/2055920 swapFree=4165612/4192956
[pid=28809] ppid=28807 vsize=74988 CPUtime=25.34
/proc/28809/stat : 28809 (bprolog) R 28807 28809 28729 0 -1 4194304 12927 0 0 0 2528 6 0 0 25 0 2 0 189248822 76787712 10495 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552632 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/28809/statm: 18747 10495 178 90 0 18285 0
[pid=28809/tid=28811] ppid=28807 vsize=74988 CPUtime=0
/proc/28809/task/28811/stat : 28811 (bprolog) S 28807 28809 28729 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 189248971 76787712 10495 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) 74988

[startup+51.2539 s]
/proc/loadavg: 2.00 2.00 2.00 3/98 28811
/proc/meminfo: memFree=1389040/2055920 swapFree=4165612/4192956
[pid=28809] ppid=28807 vsize=74988 CPUtime=50.77
/proc/28809/stat : 28809 (bprolog) R 28807 28809 28729 0 -1 4194304 12927 0 0 0 5071 6 0 0 25 0 2 0 189248822 76787712 10495 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134809186 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/28809/statm: 18747 10495 178 90 0 18285 0
[pid=28809/tid=28811] ppid=28807 vsize=74988 CPUtime=0
/proc/28809/task/28811/stat : 28811 (bprolog) S 28807 28809 28729 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 189248971 76787712 10495 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 50.77
Current children cumulated vsize (KiB) 74988

[startup+102.496 s]
/proc/loadavg: 2.00 2.00 2.00 3/98 28811
/proc/meminfo: memFree=1388912/2055920 swapFree=4165612/4192956
[pid=28809] ppid=28807 vsize=74988 CPUtime=101.55
/proc/28809/stat : 28809 (bprolog) R 28807 28809 28729 0 -1 4194304 12927 0 0 0 10148 7 0 0 25 0 2 0 189248822 76787712 10495 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134809304 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/28809/statm: 18747 10495 178 90 0 18285 0
[pid=28809/tid=28811] ppid=28807 vsize=74988 CPUtime=0
/proc/28809/task/28811/stat : 28811 (bprolog) S 28807 28809 28729 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 189248971 76787712 10495 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 101.55
Current children cumulated vsize (KiB) 74988

[startup+162.522 s]
/proc/loadavg: 2.00 2.00 2.00 3/87 29040
/proc/meminfo: memFree=1449864/2055920 swapFree=4165612/4192956
[pid=28809] ppid=28807 vsize=74988 CPUtime=161.41
/proc/28809/stat : 28809 (bprolog) R 28807 28809 28729 0 -1 4194304 12927 0 0 0 16134 7 0 0 25 0 2 0 189248822 76787712 10495 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552632 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/28809/statm: 18747 10495 178 90 0 18285 0
[pid=28809/tid=28811] ppid=28807 vsize=74988 CPUtime=0
/proc/28809/task/28811/stat : 28811 (bprolog) S 28807 28809 28729 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 189248971 76787712 10495 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 161.41
Current children cumulated vsize (KiB) 74988

[startup+222.557 s]
/proc/loadavg: 2.05 2.01 2.00 3/87 29040
/proc/meminfo: memFree=1449992/2055920 swapFree=4165612/4192956
[pid=28809] ppid=28807 vsize=74988 CPUtime=221.39
/proc/28809/stat : 28809 (bprolog) R 28807 28809 28729 0 -1 4194304 12927 0 0 0 22132 7 0 0 25 0 2 0 189248822 76787712 10495 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134814026 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/28809/statm: 18747 10495 178 90 0 18285 0
[pid=28809/tid=28811] ppid=28807 vsize=74988 CPUtime=0
/proc/28809/task/28811/stat : 28811 (bprolog) S 28807 28809 28729 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 189248971 76787712 10495 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 221.39
Current children cumulated vsize (KiB) 74988

[startup+282.574 s]
/proc/loadavg: 2.02 2.01 2.00 3/87 29040
/proc/meminfo: memFree=1449992/2055920 swapFree=4165612/4192956
[pid=28809] ppid=28807 vsize=74988 CPUtime=281.33
/proc/28809/stat : 28809 (bprolog) R 28807 28809 28729 0 -1 4194304 12927 0 0 0 28126 7 0 0 25 0 2 0 189248822 76787712 10495 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134809297 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/28809/statm: 18747 10495 178 90 0 18285 0
[pid=28809/tid=28811] ppid=28807 vsize=74988 CPUtime=0
/proc/28809/task/28811/stat : 28811 (bprolog) S 28807 28809 28729 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 189248971 76787712 10495 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 281.33
Current children cumulated vsize (KiB) 74988

[startup+342.593 s]
/proc/loadavg: 2.00 2.00 2.00 3/93 29114
/proc/meminfo: memFree=1448848/2055920 swapFree=4165612/4192956
[pid=28809] ppid=28807 vsize=74988 CPUtime=341.27
/proc/28809/stat : 28809 (bprolog) R 28807 28809 28729 0 -1 4194304 12927 0 0 0 34114 13 0 0 25 0 2 0 189248822 76787712 10495 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134809305 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/28809/statm: 18747 10495 178 90 0 18285 0
[pid=28809/tid=28811] ppid=28807 vsize=74988 CPUtime=0
/proc/28809/task/28811/stat : 28811 (bprolog) S 28807 28809 28729 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 189248971 76787712 10495 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 341.27
Current children cumulated vsize (KiB) 74988

[startup+402.626 s]
/proc/loadavg: 2.00 2.00 2.00 3/93 29204
/proc/meminfo: memFree=1448784/2055920 swapFree=4165612/4192956
[pid=28809] ppid=28807 vsize=74988 CPUtime=401.21
/proc/28809/stat : 28809 (bprolog) R 28807 28809 28729 0 -1 4194304 12927 0 0 0 40098 23 0 0 25 0 2 0 189248822 76787712 10495 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552597 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/28809/statm: 18747 10495 178 90 0 18285 0
[pid=28809/tid=28811] ppid=28807 vsize=74988 CPUtime=0
/proc/28809/task/28811/stat : 28811 (bprolog) S 28807 28809 28729 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 189248971 76787712 10495 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 401.21
Current children cumulated vsize (KiB) 74988

[startup+462.694 s]
/proc/loadavg: 2.04 2.01 2.00 3/87 29238
/proc/meminfo: memFree=1449864/2055920 swapFree=4165612/4192956
[pid=28809] ppid=28807 vsize=74988 CPUtime=461.19
/proc/28809/stat : 28809 (bprolog) R 28807 28809 28729 0 -1 4194304 12927 0 0 0 46092 27 0 0 25 0 2 0 189248822 76787712 10495 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134614897 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/28809/statm: 18747 10495 178 90 0 18285 0
[pid=28809/tid=28811] ppid=28807 vsize=74988 CPUtime=0
/proc/28809/task/28811/stat : 28811 (bprolog) S 28807 28809 28729 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 189248971 76787712 10495 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 461.19
Current children cumulated vsize (KiB) 74988

[startup+522.753 s]
/proc/loadavg: 2.01 2.01 2.00 3/87 29238
/proc/meminfo: memFree=1449864/2055920 swapFree=4165612/4192956
[pid=28809] ppid=28807 vsize=74988 CPUtime=521.2
/proc/28809/stat : 28809 (bprolog) R 28807 28809 28729 0 -1 4194304 12927 0 0 0 52092 28 0 0 25 0 2 0 189248822 76787712 10495 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134809083 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/28809/statm: 18747 10495 178 90 0 18285 0
[pid=28809/tid=28811] ppid=28807 vsize=74988 CPUtime=0
/proc/28809/task/28811/stat : 28811 (bprolog) S 28807 28809 28729 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 189248971 76787712 10495 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 521.2
Current children cumulated vsize (KiB) 74988

[startup+582.82 s]
/proc/loadavg: 2.00 2.00 2.00 3/87 29238
/proc/meminfo: memFree=1449864/2055920 swapFree=4165612/4192956
[pid=28809] ppid=28807 vsize=74988 CPUtime=581.21
/proc/28809/stat : 28809 (bprolog) R 28807 28809 28729 0 -1 4194304 12927 0 0 0 58093 28 0 0 25 0 2 0 189248822 76787712 10495 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552632 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/28809/statm: 18747 10495 178 90 0 18285 0
[pid=28809/tid=28811] ppid=28807 vsize=74988 CPUtime=0
/proc/28809/task/28811/stat : 28811 (bprolog) S 28807 28809 28729 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 189248971 76787712 10495 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 581.21
Current children cumulated vsize (KiB) 74988

[startup+642.881 s]
/proc/loadavg: 2.00 2.00 2.00 3/87 29238
/proc/meminfo: memFree=1449864/2055920 swapFree=4165612/4192956

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

/proc/28809/stat : 28809 (bprolog) R 28807 28809 28729 0 -1 4194304 24787 0 0 0 118093 35 0 0 25 0 3 0 189248822 123318272 10602 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552632 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/28809/statm: 30107 10602 178 90 0 29645 0
[pid=28809/tid=28811] ppid=28807 vsize=120428 CPUtime=0
/proc/28809/task/28811/stat : 28811 (bprolog) S 28807 28809 28729 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 3 0 189248971 123318272 10602 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=28809/tid=29239] ppid=28807 vsize=120428 CPUtime=0
/proc/28809/task/29239/stat : 29239 (bprolog) S 28807 28809 28729 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 3 0 189338987 123318272 10602 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1181.28
Current children cumulated vsize (KiB) 120428

[startup+1243.63 s]
/proc/loadavg: 2.03 2.03 2.00 3/88 29239
/proc/meminfo: memFree=1449472/2055920 swapFree=4165612/4192956
[pid=28809] ppid=28807 vsize=120428 CPUtime=1241.32
/proc/28809/stat : 28809 (bprolog) R 28807 28809 28729 0 -1 4194304 24787 0 0 0 124096 36 0 0 25 0 3 0 189248822 123318272 10602 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552632 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/28809/statm: 30107 10602 178 90 0 29645 0
[pid=28809/tid=28811] ppid=28807 vsize=120428 CPUtime=0
/proc/28809/task/28811/stat : 28811 (bprolog) S 28807 28809 28729 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 3 0 189248971 123318272 10602 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=28809/tid=29239] ppid=28807 vsize=120428 CPUtime=0
/proc/28809/task/29239/stat : 29239 (bprolog) S 28807 28809 28729 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 3 0 189338987 123318272 10602 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1241.32
Current children cumulated vsize (KiB) 120428

[startup+1303.72 s]
/proc/loadavg: 2.01 2.02 2.00 3/88 29239
/proc/meminfo: memFree=1449472/2055920 swapFree=4165612/4192956
[pid=28809] ppid=28807 vsize=120428 CPUtime=1301.34
/proc/28809/stat : 28809 (bprolog) R 28807 28809 28729 0 -1 4194304 24787 0 0 0 130098 36 0 0 25 0 3 0 189248822 123318272 10602 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552632 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/28809/statm: 30107 10602 178 90 0 29645 0
[pid=28809/tid=28811] ppid=28807 vsize=120428 CPUtime=0
/proc/28809/task/28811/stat : 28811 (bprolog) S 28807 28809 28729 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 3 0 189248971 123318272 10602 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=28809/tid=29239] ppid=28807 vsize=120428 CPUtime=0
/proc/28809/task/29239/stat : 29239 (bprolog) S 28807 28809 28729 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 3 0 189338987 123318272 10602 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1301.34
Current children cumulated vsize (KiB) 120428

[startup+1363.81 s]
/proc/loadavg: 2.00 2.02 2.00 3/89 29240
/proc/meminfo: memFree=1449464/2055920 swapFree=4165612/4192956
[pid=28809] ppid=28807 vsize=130672 CPUtime=1361.36
/proc/28809/stat : 28809 (bprolog) R 28807 28809 28729 0 -1 4194304 24788 0 0 0 136100 36 0 0 25 0 4 0 189248822 133808128 10603 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134555026 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/28809/statm: 32668 10603 178 90 0 32206 0
[pid=28809/tid=28811] ppid=28807 vsize=130672 CPUtime=0
/proc/28809/task/28811/stat : 28811 (bprolog) S 28807 28809 28729 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 189248971 133808128 10603 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=28809/tid=29239] ppid=28807 vsize=130672 CPUtime=0
/proc/28809/task/29239/stat : 29239 (bprolog) S 28807 28809 28729 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 189338987 133808128 10603 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=28809/tid=29240] ppid=28807 vsize=130672 CPUtime=0
/proc/28809/task/29240/stat : 29240 (bprolog) S 28807 28809 28729 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 4 0 189383996 133808128 10603 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1361.36
Current children cumulated vsize (KiB) 130672

[startup+1423.82 s]
/proc/loadavg: 2.00 2.01 2.00 3/89 29240
/proc/meminfo: memFree=1449464/2055920 swapFree=4165612/4192956
[pid=28809] ppid=28807 vsize=130672 CPUtime=1421.31
/proc/28809/stat : 28809 (bprolog) R 28807 28809 28729 0 -1 4194304 24788 0 0 0 142095 36 0 0 25 0 4 0 189248822 133808128 10603 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552597 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/28809/statm: 32668 10603 178 90 0 32206 0
[pid=28809/tid=28811] ppid=28807 vsize=130672 CPUtime=0
/proc/28809/task/28811/stat : 28811 (bprolog) S 28807 28809 28729 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 189248971 133808128 10603 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=28809/tid=29239] ppid=28807 vsize=130672 CPUtime=0
/proc/28809/task/29239/stat : 29239 (bprolog) S 28807 28809 28729 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 189338987 133808128 10603 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=28809/tid=29240] ppid=28807 vsize=130672 CPUtime=0
/proc/28809/task/29240/stat : 29240 (bprolog) S 28807 28809 28729 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 4 0 189383996 133808128 10603 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1421.31
Current children cumulated vsize (KiB) 130672

[startup+1483.84 s]
/proc/loadavg: 2.00 2.00 2.00 3/89 29242
/proc/meminfo: memFree=1449336/2055920 swapFree=4165612/4192956
[pid=28809] ppid=28807 vsize=130672 CPUtime=1481.26
/proc/28809/stat : 28809 (bprolog) R 28807 28809 28729 0 -1 4194304 24788 0 0 0 148090 36 0 0 25 0 4 0 189248822 133808128 10603 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134809194 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/28809/statm: 32668 10603 178 90 0 32206 0
[pid=28809/tid=28811] ppid=28807 vsize=130672 CPUtime=0
/proc/28809/task/28811/stat : 28811 (bprolog) S 28807 28809 28729 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 189248971 133808128 10603 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=28809/tid=29239] ppid=28807 vsize=130672 CPUtime=0
/proc/28809/task/29239/stat : 29239 (bprolog) S 28807 28809 28729 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 189338987 133808128 10603 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=28809/tid=29240] ppid=28807 vsize=130672 CPUtime=0
/proc/28809/task/29240/stat : 29240 (bprolog) S 28807 28809 28729 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 4 0 189383996 133808128 10603 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1481.26
Current children cumulated vsize (KiB) 130672

[startup+1543.85 s]
/proc/loadavg: 2.00 2.00 2.00 3/89 29242
/proc/meminfo: memFree=1449336/2055920 swapFree=4165612/4192956
[pid=28809] ppid=28807 vsize=130672 CPUtime=1541.19
/proc/28809/stat : 28809 (bprolog) R 28807 28809 28729 0 -1 4194304 24788 0 0 0 154083 36 0 0 25 0 4 0 189248822 133808128 10603 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134815766 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/28809/statm: 32668 10603 178 90 0 32206 0
[pid=28809/tid=28811] ppid=28807 vsize=130672 CPUtime=0
/proc/28809/task/28811/stat : 28811 (bprolog) S 28807 28809 28729 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 189248971 133808128 10603 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=28809/tid=29239] ppid=28807 vsize=130672 CPUtime=0
/proc/28809/task/29239/stat : 29239 (bprolog) S 28807 28809 28729 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 189338987 133808128 10603 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=28809/tid=29240] ppid=28807 vsize=130672 CPUtime=0
/proc/28809/task/29240/stat : 29240 (bprolog) S 28807 28809 28729 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 4 0 189383996 133808128 10603 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1541.19
Current children cumulated vsize (KiB) 130672

[startup+1603.86 s]
/proc/loadavg: 2.00 2.00 2.00 3/89 29242
/proc/meminfo: memFree=1449272/2055920 swapFree=4165612/4192956
[pid=28809] ppid=28807 vsize=130672 CPUtime=1601.16
/proc/28809/stat : 28809 (bprolog) R 28807 28809 28729 0 -1 4194304 24789 0 0 0 160079 37 0 0 25 0 4 0 189248822 133808128 10604 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552804 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/28809/statm: 32668 10604 179 90 0 32206 0
[pid=28809/tid=28811] ppid=28807 vsize=130672 CPUtime=0
/proc/28809/task/28811/stat : 28811 (bprolog) S 28807 28809 28729 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 189248971 133808128 10604 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=28809/tid=29239] ppid=28807 vsize=130672 CPUtime=0
/proc/28809/task/29239/stat : 29239 (bprolog) S 28807 28809 28729 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 189338987 133808128 10604 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=28809/tid=29240] ppid=28807 vsize=130672 CPUtime=0
/proc/28809/task/29240/stat : 29240 (bprolog) S 28807 28809 28729 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 189383996 133808128 10604 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1601.16
Current children cumulated vsize (KiB) 130672

[startup+1663.86 s]
/proc/loadavg: 2.00 2.00 2.00 3/89 29242
/proc/meminfo: memFree=1449336/2055920 swapFree=4165612/4192956
[pid=28809] ppid=28807 vsize=130672 CPUtime=1661.1
/proc/28809/stat : 28809 (bprolog) R 28807 28809 28729 0 -1 4194304 24789 0 0 0 166073 37 0 0 25 0 4 0 189248822 133808128 10604 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552570 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/28809/statm: 32668 10604 179 90 0 32206 0
[pid=28809/tid=28811] ppid=28807 vsize=130672 CPUtime=0
/proc/28809/task/28811/stat : 28811 (bprolog) S 28807 28809 28729 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 189248971 133808128 10604 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=28809/tid=29239] ppid=28807 vsize=130672 CPUtime=0
/proc/28809/task/29239/stat : 29239 (bprolog) S 28807 28809 28729 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 189338987 133808128 10604 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=28809/tid=29240] ppid=28807 vsize=130672 CPUtime=0
/proc/28809/task/29240/stat : 29240 (bprolog) S 28807 28809 28729 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 189383996 133808128 10604 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1661.1
Current children cumulated vsize (KiB) 130672

[startup+1723.89 s]
/proc/loadavg: 2.00 2.00 2.00 3/89 29242
/proc/meminfo: memFree=1449336/2055920 swapFree=4165612/4192956
[pid=28809] ppid=28807 vsize=130672 CPUtime=1721.03
/proc/28809/stat : 28809 (bprolog) R 28807 28809 28729 0 -1 4194304 24789 0 0 0 172066 37 0 0 25 0 4 0 189248822 133808128 10604 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552632 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/28809/statm: 32668 10604 179 90 0 32206 0
[pid=28809/tid=28811] ppid=28807 vsize=130672 CPUtime=0
/proc/28809/task/28811/stat : 28811 (bprolog) S 28807 28809 28729 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 189248971 133808128 10604 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=28809/tid=29239] ppid=28807 vsize=130672 CPUtime=0
/proc/28809/task/29239/stat : 29239 (bprolog) S 28807 28809 28729 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 189338987 133808128 10604 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=28809/tid=29240] ppid=28807 vsize=130672 CPUtime=0
/proc/28809/task/29240/stat : 29240 (bprolog) S 28807 28809 28729 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 189383996 133808128 10604 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1721.03
Current children cumulated vsize (KiB) 130672

[startup+1783.9 s]
/proc/loadavg: 2.00 2.00 2.00 3/89 29242
/proc/meminfo: memFree=1449336/2055920 swapFree=4165612/4192956
[pid=28809] ppid=28807 vsize=130672 CPUtime=1780.98
/proc/28809/stat : 28809 (bprolog) R 28807 28809 28729 0 -1 4194304 24789 0 0 0 178061 37 0 0 25 0 4 0 189248822 133808128 10604 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552634 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/28809/statm: 32668 10604 179 90 0 32206 0
[pid=28809/tid=28811] ppid=28807 vsize=130672 CPUtime=0
/proc/28809/task/28811/stat : 28811 (bprolog) S 28807 28809 28729 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 189248971 133808128 10604 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=28809/tid=29239] ppid=28807 vsize=130672 CPUtime=0
/proc/28809/task/29239/stat : 29239 (bprolog) S 28807 28809 28729 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 189338987 133808128 10604 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=28809/tid=29240] ppid=28807 vsize=130672 CPUtime=0
/proc/28809/task/29240/stat : 29240 (bprolog) S 28807 28809 28729 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 189383996 133808128 10604 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1780.98
Current children cumulated vsize (KiB) 130672



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1803.01 s]
/proc/loadavg: 2.00 2.00 2.00 3/86 29242
/proc/meminfo: memFree=1449336/2055920 swapFree=4165612/4192956
[pid=28809] ppid=28807 vsize=130672 CPUtime=1800.07
/proc/28809/stat : 28809 (bprolog) R 28807 28809 28729 0 -1 4194304 24790 0 0 0 179970 37 0 0 25 0 1 0 189248822 133808128 10605 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134614935 0 0 4096 2 0 0 0 17 0 0 0
/proc/28809/statm: 32668 10605 180 90 0 32206 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 130672

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1803.03
CPU time (s): 1800.09
CPU user time (s): 1799.71
CPU system time (s): 0.381941
CPU usage (%): 99.837
Max. virtual memory (cumulated for all children) (KiB): 155560

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

runsolver used 2.39963 s user time and 5.48417 s system time

The end

Launcher Data (download as text)

Begin job on node1 on Wed Jan 10 05:55:14 UTC 2007


IDJOB= 252605
IDBENCH= 12957
FILE ID= node1/252605-1168408514

PBS_JOBID= 3523190

Free space on /tmp= 66515 MiB

BENCH NAME= HOME/pub/bench/CPAI06/socialGolfers/socialGolfer-7-4-8.xml
COMMAND LINE= /tmp/evaluation/252605-1168408514/Complete/Ordinary/solver /tmp/evaluation/252605-1168408514/unknown 1800
CONVERSION COMMAND LINE= runsolver -w ROOT/results/node1/convwatcher-252605-1168408514 -o ROOT/results/node1/conversion-252605-1168408514 -C 600 -M 900 /tmp/evaluation/252605-1168408514/Complete/Ordinary/conversion /tmp/evaluation/252605-1168408514/unknown
CONVERSION RUNSOLVER STATUS CODE= 0
CONVERSION STATUS CODE= 0

RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node1/watcher-252605-1168408514 -o ROOT/results/node1/solver-252605-1168408514 -C 1800 -M 900  /tmp/evaluation/252605-1168408514/Complete/Ordinary/solver /tmp/evaluation/252605-1168408514/unknown 1800

META MD5SUM SOLVER= b53ab06f245aa5e62684a7a0a4388ade
MD5SUM BENCH=  23e58d9dc3ec1616694b4f0d92e487d3

RANDOM SEED= 749007690

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.234
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.234
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:       1430936 kB
Buffers:         52752 kB
Cached:         392496 kB
SwapCached:       4096 kB
Active:         288552 kB
Inactive:       277500 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1430936 kB
SwapTotal:     4192956 kB
SwapFree:      4165612 kB
Dirty:            7912 kB
Writeback:           0 kB
Mapped:         140740 kB
Slab:            43208 kB
Committed_AS:  7063240 kB
PageTables:       2624 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= 66510 MiB



End job on node1 on Wed Jan 10 06:25:34 UTC 2007