Trace number 252657

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 1800.58

General information on the benchmark

NamesocialGolfers/
socialGolfer-10-4-8.xml
MD5SUM438cb9b1cc995a1c98e119c00b2b67b9
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 variables7520
Number of constraints40576
Maximum constraint arity32
Maximum domain size2
Number of constraints which are defined in extension0
Number of constraints which are defined in intension40576
Global constraints used (with number of constraints)

Solver Data (download as text)

c 
c 
c 
c conversion script
c 
c 

converting(/tmp/evaluation/252657-1168409231/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/node48/watcher-252657-1168409231 -o ROOT/results/node48/solver-252657-1168409231 -C 1800 -M 900 /tmp/evaluation/252657-1168409231/Complete/Ordinary/solver /tmp/evaluation/252657-1168409231/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: 0.95 0.99 1.15 4/65 27504
/proc/meminfo: memFree=1837080/2055920 swapFree=4192812/4192956
[pid=27503] ppid=27501 vsize=53472 CPUtime=0
/proc/27503/stat : 27503 (bprolog) R 27501 27503 26346 0 -1 4194304 476 0 0 0 0 0 0 0 18 0 1 0 189324357 54755328 195 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134550338 0 0 4096 2 0 0 0 17 1 0 0
/proc/27503/statm: 13368 195 123 90 0 12906 0

[startup+0.106915 s]
/proc/loadavg: 0.95 0.99 1.15 4/65 27504
/proc/meminfo: memFree=1837080/2055920 swapFree=4192812/4192956
[pid=27503] ppid=27501 vsize=61640 CPUtime=0.1
/proc/27503/stat : 27503 (bprolog) R 27501 27503 26346 0 -1 4194304 2288 0 0 0 9 1 0 0 18 0 1 0 189324357 63119360 2004 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552133 0 0 4096 2 0 0 0 17 1 0 0
/proc/27503/statm: 15410 2004 157 90 0 14948 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 61640

[startup+0.514948 s]
/proc/loadavg: 0.95 0.99 1.15 4/65 27504
/proc/meminfo: memFree=1837080/2055920 swapFree=4192812/4192956
[pid=27503] ppid=27501 vsize=61640 CPUtime=0.5
/proc/27503/stat : 27503 (bprolog) R 27501 27503 26346 0 -1 4194304 8452 0 0 0 47 3 0 0 21 0 1 0 189324357 63119360 8168 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552133 0 0 4096 2 0 0 0 17 1 0 0
/proc/27503/statm: 15410 8169 157 90 0 14948 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 61640

[startup+1.33502 s]
/proc/loadavg: 0.95 0.99 1.15 2/65 27504
/proc/meminfo: memFree=1773784/2055920 swapFree=4192812/4192956
[pid=27503] ppid=27501 vsize=83452 CPUtime=1.32
/proc/27503/stat : 27503 (bprolog) R 27501 27503 26346 0 -1 4194304 16403 0 0 0 125 7 0 0 25 0 1 0 189324357 85454848 15971 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134555761 0 0 4096 2 0 0 0 17 1 0 0
/proc/27503/statm: 20863 15971 157 90 0 20401 0
Current children cumulated CPU time (s) 1.32
Current children cumulated vsize (KiB) 83452

[startup+2.97117 s]
/proc/loadavg: 0.95 0.99 1.15 2/65 27504
/proc/meminfo: memFree=1772952/2055920 swapFree=4192812/4192956
[pid=27503] ppid=27501 vsize=166732 CPUtime=2.96
/proc/27503/stat : 27503 (bprolog) R 27501 27503 26346 0 -1 4194304 27009 0 0 0 286 10 0 0 25 0 2 0 189324357 170733568 25423 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134866622 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/27503/statm: 41683 25423 176 90 0 41221 0
Current children cumulated CPU time (s) 2.96
Current children cumulated vsize (KiB) 166732

[startup+6.24748 s]
/proc/loadavg: 0.95 0.99 1.15 2/66 27505
/proc/meminfo: memFree=1767120/2055920 swapFree=4192812/4192956
[pid=27503] ppid=27501 vsize=131572 CPUtime=6.23
/proc/27503/stat : 27503 (bprolog) R 27501 27503 26346 0 -1 4194304 27976 0 0 0 612 11 0 0 25 0 2 0 189324357 134729728 17600 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134815399 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/27503/statm: 32893 17600 178 90 0 32431 0
[pid=27503/tid=27505] ppid=27501 vsize=131572 CPUtime=0
/proc/27503/task/27505/stat : 27505 (bprolog) S 27501 27503 26346 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 189324628 134729728 17600 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.23
Current children cumulated vsize (KiB) 131572

[startup+12.7051 s]
/proc/loadavg: 0.96 0.99 1.15 2/66 27505
/proc/meminfo: memFree=1767120/2055920 swapFree=4192812/4192956
[pid=27503] ppid=27501 vsize=131572 CPUtime=12.68
/proc/27503/stat : 27503 (bprolog) R 27501 27503 26346 0 -1 4194304 27976 0 0 0 1257 11 0 0 25 0 2 0 189324357 134729728 17600 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134814009 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/27503/statm: 32893 17600 178 90 0 32431 0
[pid=27503/tid=27505] ppid=27501 vsize=131572 CPUtime=0
/proc/27503/task/27505/stat : 27505 (bprolog) S 27501 27503 26346 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 189324628 134729728 17600 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 131572

[startup+25.5132 s]
/proc/loadavg: 0.97 0.99 1.14 2/66 27505
/proc/meminfo: memFree=1767120/2055920 swapFree=4192812/4192956
[pid=27503] ppid=27501 vsize=131572 CPUtime=25.48
/proc/27503/stat : 27503 (bprolog) R 27501 27503 26346 0 -1 4194304 27976 0 0 0 2537 11 0 0 25 0 2 0 189324357 134729728 17600 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134809186 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/27503/statm: 32893 17600 178 90 0 32431 0
[pid=27503/tid=27505] ppid=27501 vsize=131572 CPUtime=0
/proc/27503/task/27505/stat : 27505 (bprolog) S 27501 27503 26346 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 189324628 134729728 17600 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 131572

[startup+51.1266 s]
/proc/loadavg: 0.98 0.99 1.14 2/66 27505
/proc/meminfo: memFree=1767184/2055920 swapFree=4192812/4192956
[pid=27503] ppid=27501 vsize=131572 CPUtime=51.09
/proc/27503/stat : 27503 (bprolog) R 27501 27503 26346 0 -1 4194304 27976 0 0 0 5098 11 0 0 25 0 2 0 189324357 134729728 17600 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134809200 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/27503/statm: 32893 17600 178 90 0 32431 0
[pid=27503/tid=27505] ppid=27501 vsize=131572 CPUtime=0
/proc/27503/task/27505/stat : 27505 (bprolog) S 27501 27503 26346 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 189324628 134729728 17600 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 131572

[startup+102.35 s]
/proc/loadavg: 0.99 0.99 1.13 2/66 27505
/proc/meminfo: memFree=1767312/2055920 swapFree=4192812/4192956
[pid=27503] ppid=27501 vsize=131572 CPUtime=102.3
/proc/27503/stat : 27503 (bprolog) R 27501 27503 26346 0 -1 4194304 27976 0 0 0 10219 11 0 0 25 0 2 0 189324357 134729728 17600 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134618811 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/27503/statm: 32893 17600 178 90 0 32431 0
[pid=27503/tid=27505] ppid=27501 vsize=131572 CPUtime=0
/proc/27503/task/27505/stat : 27505 (bprolog) S 27501 27503 26346 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 189324628 134729728 17600 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 131572

[startup+162.39 s]
/proc/loadavg: 0.99 0.99 1.12 2/66 27505
/proc/meminfo: memFree=1767312/2055920 swapFree=4192812/4192956
[pid=27503] ppid=27501 vsize=131572 CPUtime=162.32
/proc/27503/stat : 27503 (bprolog) R 27501 27503 26346 0 -1 4194304 27976 0 0 0 16221 11 0 0 25 0 2 0 189324357 134729728 17600 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134764100 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/27503/statm: 32893 17600 178 90 0 32431 0
[pid=27503/tid=27505] ppid=27501 vsize=131572 CPUtime=0
/proc/27503/task/27505/stat : 27505 (bprolog) S 27501 27503 26346 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 189324628 134729728 17600 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 162.32
Current children cumulated vsize (KiB) 131572

[startup+222.429 s]
/proc/loadavg: 0.99 0.99 1.11 2/66 27505
/proc/meminfo: memFree=1767312/2055920 swapFree=4192812/4192956
[pid=27503] ppid=27501 vsize=131572 CPUtime=222.35
/proc/27503/stat : 27503 (bprolog) R 27501 27503 26346 0 -1 4194304 27976 0 0 0 22223 12 0 0 25 0 2 0 189324357 134729728 17600 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134758202 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/27503/statm: 32893 17600 178 90 0 32431 0
[pid=27503/tid=27505] ppid=27501 vsize=131572 CPUtime=0
/proc/27503/task/27505/stat : 27505 (bprolog) S 27501 27503 26346 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 189324628 134729728 17600 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 222.35
Current children cumulated vsize (KiB) 131572

[startup+282.466 s]
/proc/loadavg: 0.99 0.99 1.09 2/66 27505
/proc/meminfo: memFree=1767248/2055920 swapFree=4192812/4192956
[pid=27503] ppid=27501 vsize=131572 CPUtime=282.37
/proc/27503/stat : 27503 (bprolog) R 27501 27503 26346 0 -1 4194304 27976 0 0 0 28225 12 0 0 25 0 2 0 189324357 134729728 17600 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134815510 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/27503/statm: 32893 17600 178 90 0 32431 0
[pid=27503/tid=27505] ppid=27501 vsize=131572 CPUtime=0
/proc/27503/task/27505/stat : 27505 (bprolog) S 27501 27503 26346 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 189324628 134729728 17600 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 282.37
Current children cumulated vsize (KiB) 131572

[startup+342.501 s]
/proc/loadavg: 0.99 0.99 1.09 2/66 27505
/proc/meminfo: memFree=1767248/2055920 swapFree=4192812/4192956
[pid=27503] ppid=27501 vsize=131572 CPUtime=342.39
/proc/27503/stat : 27503 (bprolog) R 27501 27503 26346 0 -1 4194304 27976 0 0 0 34227 12 0 0 25 0 2 0 189324357 134729728 17600 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552632 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/27503/statm: 32893 17600 178 90 0 32431 0
[pid=27503/tid=27505] ppid=27501 vsize=131572 CPUtime=0
/proc/27503/task/27505/stat : 27505 (bprolog) S 27501 27503 26346 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 189324628 134729728 17600 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 342.39
Current children cumulated vsize (KiB) 131572

[startup+402.541 s]
/proc/loadavg: 0.99 0.99 1.08 2/66 27505
/proc/meminfo: memFree=1767248/2055920 swapFree=4192812/4192956
[pid=27503] ppid=27501 vsize=131572 CPUtime=402.41
/proc/27503/stat : 27503 (bprolog) R 27501 27503 26346 0 -1 4194304 27976 0 0 0 40229 12 0 0 25 0 2 0 189324357 134729728 17600 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552588 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/27503/statm: 32893 17600 178 90 0 32431 0
[pid=27503/tid=27505] ppid=27501 vsize=131572 CPUtime=0
/proc/27503/task/27505/stat : 27505 (bprolog) S 27501 27503 26346 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 189324628 134729728 17600 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 402.41
Current children cumulated vsize (KiB) 131572

[startup+462.577 s]
/proc/loadavg: 0.99 0.99 1.07 2/66 27505
/proc/meminfo: memFree=1767248/2055920 swapFree=4192812/4192956
[pid=27503] ppid=27501 vsize=131572 CPUtime=462.43
/proc/27503/stat : 27503 (bprolog) R 27501 27503 26346 0 -1 4194304 27976 0 0 0 46231 12 0 0 25 0 2 0 189324357 134729728 17600 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552632 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/27503/statm: 32893 17600 178 90 0 32431 0
[pid=27503/tid=27505] ppid=27501 vsize=131572 CPUtime=0
/proc/27503/task/27505/stat : 27505 (bprolog) S 27501 27503 26346 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 189324628 134729728 17600 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 462.43
Current children cumulated vsize (KiB) 131572

[startup+522.614 s]
/proc/loadavg: 1.06 1.00 1.07 2/66 27505
/proc/meminfo: memFree=1767248/2055920 swapFree=4192812/4192956
[pid=27503] ppid=27501 vsize=131572 CPUtime=522.45
/proc/27503/stat : 27503 (bprolog) R 27501 27503 26346 0 -1 4194304 27976 0 0 0 52233 12 0 0 25 0 2 0 189324357 134729728 17600 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134625847 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/27503/statm: 32893 17600 178 90 0 32431 0
[pid=27503/tid=27505] ppid=27501 vsize=131572 CPUtime=0
/proc/27503/task/27505/stat : 27505 (bprolog) S 27501 27503 26346 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 189324628 134729728 17600 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 522.45
Current children cumulated vsize (KiB) 131572

[startup+582.653 s]
/proc/loadavg: 1.02 1.00 1.07 2/66 27505
/proc/meminfo: memFree=1767248/2055920 swapFree=4192812/4192956
[pid=27503] ppid=27501 vsize=131572 CPUtime=582.48
/proc/27503/stat : 27503 (bprolog) R 27501 27503 26346 0 -1 4194304 27976 0 0 0 58236 12 0 0 25 0 2 0 189324357 134729728 17600 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134815777 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/27503/statm: 32893 17600 178 90 0 32431 0
[pid=27503/tid=27505] ppid=27501 vsize=131572 CPUtime=0
/proc/27503/task/27505/stat : 27505 (bprolog) S 27501 27503 26346 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 189324628 134729728 17600 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 582.48
Current children cumulated vsize (KiB) 131572

[startup+642.692 s]
/proc/loadavg: 1.00 1.00 1.06 2/66 27505
/proc/meminfo: memFree=1767184/2055920 swapFree=4192812/4192956
[pid=27503] ppid=27501 vsize=131572 CPUtime=642.5
/proc/27503/stat : 27503 (bprolog) R 27501 27503 26346 0 -1 4194304 27976 0 0 0 64238 12 0 0 25 0 2 0 189324357 134729728 17600 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134821228 0 0 4096 2 18446744073709551615 0 0 17 1 0 0

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

Current children cumulated CPU time (s) 1182.79
Current children cumulated vsize (KiB) 141816

[startup+1243.2 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 27508
/proc/meminfo: memFree=1763976/2055920 swapFree=4192812/4192956
[pid=27503] ppid=27501 vsize=141816 CPUtime=1242.84
/proc/27503/stat : 27503 (bprolog) R 27501 27503 26346 0 -1 4194304 28756 0 0 0 124271 13 0 0 25 0 3 0 189324357 145219584 18380 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552694 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/27503/statm: 35454 18380 178 90 0 34992 0
[pid=27503/tid=27505] ppid=27501 vsize=141816 CPUtime=0
/proc/27503/task/27505/stat : 27505 (bprolog) S 27501 27503 26346 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 3 0 189324628 145219584 18380 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=27503/tid=27508] ppid=27501 vsize=141816 CPUtime=0
/proc/27503/task/27508/stat : 27508 (bprolog) S 27501 27503 26346 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 3 0 189414640 145219584 18380 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1242.84
Current children cumulated vsize (KiB) 141816

[startup+1303.26 s]
/proc/loadavg: 1.05 1.01 1.00 3/67 27508
/proc/meminfo: memFree=1763976/2055920 swapFree=4192812/4192956
[pid=27503] ppid=27501 vsize=141816 CPUtime=1302.89
/proc/27503/stat : 27503 (bprolog) R 27501 27503 26346 0 -1 4194304 28756 0 0 0 130276 13 0 0 25 0 3 0 189324357 145219584 18380 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134557363 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/27503/statm: 35454 18380 178 90 0 34992 0
[pid=27503/tid=27505] ppid=27501 vsize=141816 CPUtime=0
/proc/27503/task/27505/stat : 27505 (bprolog) S 27501 27503 26346 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 3 0 189324628 145219584 18380 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=27503/tid=27508] ppid=27501 vsize=141816 CPUtime=0
/proc/27503/task/27508/stat : 27508 (bprolog) S 27501 27503 26346 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 3 0 189414640 145219584 18380 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1302.89
Current children cumulated vsize (KiB) 141816

[startup+1363.32 s]
/proc/loadavg: 1.06 1.02 1.00 2/68 27509
/proc/meminfo: memFree=1763968/2055920 swapFree=4192812/4192956
[pid=27503] ppid=27501 vsize=152060 CPUtime=1362.93
/proc/27503/stat : 27503 (bprolog) R 27501 27503 26346 0 -1 4194304 28757 0 0 0 136280 13 0 0 25 0 4 0 189324357 155709440 18381 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134815766 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/27503/statm: 38015 18381 178 90 0 37553 0
[pid=27503/tid=27505] ppid=27501 vsize=152060 CPUtime=0
/proc/27503/task/27505/stat : 27505 (bprolog) S 27501 27503 26346 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 189324628 155709440 18381 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=27503/tid=27508] ppid=27501 vsize=152060 CPUtime=0
/proc/27503/task/27508/stat : 27508 (bprolog) S 27501 27503 26346 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 189414640 155709440 18381 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=27503/tid=27509] ppid=27501 vsize=152060 CPUtime=0
/proc/27503/task/27509/stat : 27509 (bprolog) S 27501 27503 26346 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 4 0 189459646 155709440 18381 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1362.93
Current children cumulated vsize (KiB) 152060

[startup+1423.41 s]
/proc/loadavg: 1.02 1.02 1.00 2/68 27509
/proc/meminfo: memFree=1763904/2055920 swapFree=4192812/4192956
[pid=27503] ppid=27501 vsize=152060 CPUtime=1423.01
/proc/27503/stat : 27503 (bprolog) R 27501 27503 26346 0 -1 4194304 28757 0 0 0 142288 13 0 0 25 0 4 0 189324357 155709440 18381 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134758881 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/27503/statm: 38015 18381 178 90 0 37553 0
[pid=27503/tid=27505] ppid=27501 vsize=152060 CPUtime=0
/proc/27503/task/27505/stat : 27505 (bprolog) S 27501 27503 26346 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 189324628 155709440 18381 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=27503/tid=27508] ppid=27501 vsize=152060 CPUtime=0
/proc/27503/task/27508/stat : 27508 (bprolog) S 27501 27503 26346 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 189414640 155709440 18381 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=27503/tid=27509] ppid=27501 vsize=152060 CPUtime=0
/proc/27503/task/27509/stat : 27509 (bprolog) S 27501 27503 26346 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 4 0 189459646 155709440 18381 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1423.01
Current children cumulated vsize (KiB) 152060

[startup+1483.51 s]
/proc/loadavg: 1.11 1.04 1.01 2/68 27509
/proc/meminfo: memFree=1763904/2055920 swapFree=4192812/4192956
[pid=27503] ppid=27501 vsize=152060 CPUtime=1483.08
/proc/27503/stat : 27503 (bprolog) R 27501 27503 26346 0 -1 4194304 28757 0 0 0 148295 13 0 0 25 0 4 0 189324357 155709440 18381 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134809186 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/27503/statm: 38015 18381 178 90 0 37553 0
[pid=27503/tid=27505] ppid=27501 vsize=152060 CPUtime=0
/proc/27503/task/27505/stat : 27505 (bprolog) S 27501 27503 26346 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 189324628 155709440 18381 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=27503/tid=27508] ppid=27501 vsize=152060 CPUtime=0
/proc/27503/task/27508/stat : 27508 (bprolog) S 27501 27503 26346 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 189414640 155709440 18381 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=27503/tid=27509] ppid=27501 vsize=152060 CPUtime=0
/proc/27503/task/27509/stat : 27509 (bprolog) S 27501 27503 26346 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 4 0 189459646 155709440 18381 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1483.08
Current children cumulated vsize (KiB) 152060

[startup+1543.59 s]
/proc/loadavg: 1.04 1.03 1.00 2/68 27509
/proc/meminfo: memFree=1763904/2055920 swapFree=4192812/4192956
[pid=27503] ppid=27501 vsize=152060 CPUtime=1543.16
/proc/27503/stat : 27503 (bprolog) R 27501 27503 26346 0 -1 4194304 28757 0 0 0 154302 14 0 0 25 0 4 0 189324357 155709440 18381 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134809186 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/27503/statm: 38015 18381 178 90 0 37553 0
[pid=27503/tid=27505] ppid=27501 vsize=152060 CPUtime=0
/proc/27503/task/27505/stat : 27505 (bprolog) S 27501 27503 26346 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 189324628 155709440 18381 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=27503/tid=27508] ppid=27501 vsize=152060 CPUtime=0
/proc/27503/task/27508/stat : 27508 (bprolog) S 27501 27503 26346 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 189414640 155709440 18381 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=27503/tid=27509] ppid=27501 vsize=152060 CPUtime=0
/proc/27503/task/27509/stat : 27509 (bprolog) S 27501 27503 26346 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 4 0 189459646 155709440 18381 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1543.16
Current children cumulated vsize (KiB) 152060

[startup+1603.68 s]
/proc/loadavg: 1.01 1.02 1.00 2/68 27509
/proc/meminfo: memFree=1763840/2055920 swapFree=4192812/4192956
[pid=27503] ppid=27501 vsize=152060 CPUtime=1603.23
/proc/27503/stat : 27503 (bprolog) R 27501 27503 26346 0 -1 4194304 28757 0 0 0 160309 14 0 0 25 0 4 0 189324357 155709440 18381 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134809186 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/27503/statm: 38015 18381 178 90 0 37553 0
[pid=27503/tid=27505] ppid=27501 vsize=152060 CPUtime=0
/proc/27503/task/27505/stat : 27505 (bprolog) S 27501 27503 26346 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 189324628 155709440 18381 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=27503/tid=27508] ppid=27501 vsize=152060 CPUtime=0
/proc/27503/task/27508/stat : 27508 (bprolog) S 27501 27503 26346 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 189414640 155709440 18381 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=27503/tid=27509] ppid=27501 vsize=152060 CPUtime=0
/proc/27503/task/27509/stat : 27509 (bprolog) S 27501 27503 26346 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 189459646 155709440 18381 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1603.23
Current children cumulated vsize (KiB) 152060

[startup+1663.77 s]
/proc/loadavg: 1.00 1.02 1.00 2/68 27509
/proc/meminfo: memFree=1763840/2055920 swapFree=4192812/4192956
[pid=27503] ppid=27501 vsize=152060 CPUtime=1663.3
/proc/27503/stat : 27503 (bprolog) R 27501 27503 26346 0 -1 4194304 28757 0 0 0 166316 14 0 0 25 0 4 0 189324357 155709440 18381 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134618187 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/27503/statm: 38015 18381 178 90 0 37553 0
[pid=27503/tid=27505] ppid=27501 vsize=152060 CPUtime=0
/proc/27503/task/27505/stat : 27505 (bprolog) S 27501 27503 26346 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 189324628 155709440 18381 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=27503/tid=27508] ppid=27501 vsize=152060 CPUtime=0
/proc/27503/task/27508/stat : 27508 (bprolog) S 27501 27503 26346 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 189414640 155709440 18381 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=27503/tid=27509] ppid=27501 vsize=152060 CPUtime=0
/proc/27503/task/27509/stat : 27509 (bprolog) S 27501 27503 26346 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 189459646 155709440 18381 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1663.3
Current children cumulated vsize (KiB) 152060

[startup+1723.86 s]
/proc/loadavg: 1.00 1.01 1.00 2/68 27509
/proc/meminfo: memFree=1763840/2055920 swapFree=4192812/4192956
[pid=27503] ppid=27501 vsize=152060 CPUtime=1723.38
/proc/27503/stat : 27503 (bprolog) R 27501 27503 26346 0 -1 4194304 28757 0 0 0 172324 14 0 0 25 0 4 0 189324357 155709440 18381 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134758926 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/27503/statm: 38015 18381 178 90 0 37553 0
[pid=27503/tid=27505] ppid=27501 vsize=152060 CPUtime=0
/proc/27503/task/27505/stat : 27505 (bprolog) S 27501 27503 26346 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 189324628 155709440 18381 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=27503/tid=27508] ppid=27501 vsize=152060 CPUtime=0
/proc/27503/task/27508/stat : 27508 (bprolog) S 27501 27503 26346 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 189414640 155709440 18381 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=27503/tid=27509] ppid=27501 vsize=152060 CPUtime=0
/proc/27503/task/27509/stat : 27509 (bprolog) S 27501 27503 26346 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 189459646 155709440 18381 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1723.38
Current children cumulated vsize (KiB) 152060

[startup+1783.94 s]
/proc/loadavg: 1.00 1.01 1.00 2/68 27509
/proc/meminfo: memFree=1763840/2055920 swapFree=4192812/4192956
[pid=27503] ppid=27501 vsize=152060 CPUtime=1783.45
/proc/27503/stat : 27503 (bprolog) R 27501 27503 26346 0 -1 4194304 28757 0 0 0 178331 14 0 0 25 0 4 0 189324357 155709440 18381 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552597 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/27503/statm: 38015 18381 178 90 0 37553 0
[pid=27503/tid=27505] ppid=27501 vsize=152060 CPUtime=0
/proc/27503/task/27505/stat : 27505 (bprolog) S 27501 27503 26346 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 189324628 155709440 18381 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=27503/tid=27508] ppid=27501 vsize=152060 CPUtime=0
/proc/27503/task/27508/stat : 27508 (bprolog) S 27501 27503 26346 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 189414640 155709440 18381 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=27503/tid=27509] ppid=27501 vsize=152060 CPUtime=0
/proc/27503/task/27509/stat : 27509 (bprolog) S 27501 27503 26346 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 189459646 155709440 18381 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1783.45
Current children cumulated vsize (KiB) 152060



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.56 s]
/proc/loadavg: 1.00 1.00 1.00 2/68 27509
/proc/meminfo: memFree=1763840/2055920 swapFree=4192812/4192956
[pid=27503] ppid=27501 vsize=152060 CPUtime=1800.06
/proc/27503/stat : 27503 (bprolog) R 27501 27503 26346 0 -1 4194304 28757 0 0 0 179992 14 0 0 25 0 4 0 189324357 155709440 18381 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134809186 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/27503/statm: 38015 18381 178 90 0 37553 0
[pid=27503/tid=27505] ppid=27501 vsize=152060 CPUtime=0
/proc/27503/task/27505/stat : 27505 (bprolog) S 27501 27503 26346 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 189324628 155709440 18381 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=27503/tid=27508] ppid=27501 vsize=152060 CPUtime=0
/proc/27503/task/27508/stat : 27508 (bprolog) S 27501 27503 26346 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 189414640 155709440 18381 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=27503/tid=27509] ppid=27501 vsize=152060 CPUtime=0
/proc/27503/task/27509/stat : 27509 (bprolog) S 27501 27503 26346 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 189459646 155709440 18381 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 152060

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1800.58
CPU time (s): 1800.09
CPU user time (s): 1799.93
CPU system time (s): 0.155976
CPU usage (%): 99.9724
Max. virtual memory (cumulated for all children) (KiB): 166732

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.93
system time used= 0.155976
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 28757
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= 12
involuntary context switches= 3826

runsolver used 1.39479 s user time and 3.65944 s system time

The end

Launcher Data (download as text)

Begin job on node48 on Wed Jan 10 06:07:11 UTC 2007


IDJOB= 252657
IDBENCH= 12961
FILE ID= node48/252657-1168409231

PBS_JOBID= 3523389

Free space on /tmp= 66558 MiB

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

RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node48/watcher-252657-1168409231 -o ROOT/results/node48/solver-252657-1168409231 -C 1800 -M 900  /tmp/evaluation/252657-1168409231/Complete/Ordinary/solver /tmp/evaluation/252657-1168409231/unknown 1800

META MD5SUM SOLVER= b53ab06f245aa5e62684a7a0a4388ade
MD5SUM BENCH=  438cb9b1cc995a1c98e119c00b2b67b9

RANDOM SEED= 159981835

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.218
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.218
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:       1837560 kB
Buffers:         17680 kB
Cached:         133348 kB
SwapCached:          0 kB
Active:          55588 kB
Inactive:       111596 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1837560 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:           10512 kB
Writeback:           0 kB
Mapped:          26276 kB
Slab:            37200 kB
Committed_AS:  4660488 kB
PageTables:       1388 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= 66555 MiB



End job on node48 on Wed Jan 10 06:37:37 UTC 2007