Trace number 219006

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.08 1809.9

General information on the benchmark

NamechessboardColoration/
cc-15-15-3.xml
MD5SUMd6da2182f8f4dd934abd83c45d60985d
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 variables225
Number of constraints11025
Maximum constraint arity4
Maximum domain size3
Number of constraints which are defined in extension0
Number of constraints which are defined in intension11025
Global constraints used (with number of constraints)

Solver Data (download as text)

c 
c 
c 
c conversion script
c 
c 

converting(/tmp/evaluation/219006-1168253831/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/node9/watcher-219006-1168253831 -o ROOT/results/node9/solver-219006-1168253831 -C 1800 -M 900 /tmp/evaluation/219006-1168253831/Complete/Ordinary/solver /tmp/evaluation/219006-1168253831/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.58 1.81 1.83 5/93 18106
/proc/meminfo: memFree=1756072/2055920 swapFree=4191880/4192956
[pid=18105] ppid=18103 vsize=1320 CPUtime=0
/proc/18105/stat : 18105 (bprolog) R 18103 18105 17600 0 -1 4194304 299 0 0 0 0 0 0 0 20 0 1 0 173779770 1351680 33 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 8668167 0 0 4096 0 0 0 0 17 1 0 0
/proc/18105/statm: 330 33 26 90 0 167 0

[startup+0.103081 s]
/proc/loadavg: 1.58 1.81 1.83 5/93 18106
/proc/meminfo: memFree=1756072/2055920 swapFree=4191880/4192956
[pid=18105] ppid=18103 vsize=53824 CPUtime=0.09
/proc/18105/stat : 18105 (bprolog) R 18103 18105 17600 0 -1 4194304 2504 0 0 0 8 1 0 0 20 0 1 0 173779770 55115776 2220 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 9063431 0 0 4096 2 0 0 0 17 1 0 0
/proc/18105/statm: 13456 2220 158 90 0 12994 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 53824

[startup+0.511122 s]
/proc/loadavg: 1.58 1.81 1.83 5/93 18106
/proc/meminfo: memFree=1756072/2055920 swapFree=4191880/4192956
[pid=18105] ppid=18103 vsize=53824 CPUtime=0.49
/proc/18105/stat : 18105 (bprolog) R 18103 18105 17600 0 -1 4194304 7781 0 0 0 46 3 0 0 23 0 1 0 173779770 55115776 7497 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134608322 0 0 4096 2 0 0 0 17 1 0 0
/proc/18105/statm: 13456 7497 158 90 0 12994 0
Current children cumulated CPU time (s) 0.49
Current children cumulated vsize (KiB) 53824

[startup+1.33322 s]
/proc/loadavg: 1.61 1.81 1.83 3/93 18106
/proc/meminfo: memFree=1714280/2055920 swapFree=4191880/4192956
[pid=18105] ppid=18103 vsize=85668 CPUtime=1.3
/proc/18105/stat : 18105 (bprolog) R 18103 18105 17600 0 -1 4194304 10912 0 0 0 126 4 0 0 25 0 2 0 173779770 87724032 10625 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552632 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/18105/statm: 21417 10625 167 90 0 20955 0
Current children cumulated CPU time (s) 1.3
Current children cumulated vsize (KiB) 85668

[startup+2.98241 s]
/proc/loadavg: 1.61 1.81 1.83 3/94 18107
/proc/meminfo: memFree=1714080/2055920 swapFree=4191880/4192956
[pid=18105] ppid=18103 vsize=85668 CPUtime=2.94
/proc/18105/stat : 18105 (bprolog) R 18103 18105 17600 0 -1 4194304 10914 0 0 0 290 4 0 0 25 0 2 0 173779770 87724032 10627 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552632 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/18105/statm: 21417 10627 167 90 0 20955 0
[pid=18105/tid=18107] ppid=18103 vsize=85668 CPUtime=0
/proc/18105/task/18107/stat : 18107 (bprolog) S 18103 18105 17600 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 173779893 87724032 10627 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.94
Current children cumulated vsize (KiB) 85668

[startup+6.26178 s]
/proc/loadavg: 1.64 1.81 1.83 3/94 18107
/proc/meminfo: memFree=1714080/2055920 swapFree=4191880/4192956
[pid=18105] ppid=18103 vsize=85668 CPUtime=6.18
/proc/18105/stat : 18105 (bprolog) R 18103 18105 17600 0 -1 4194304 10914 0 0 0 614 4 0 0 25 0 2 0 173779770 87724032 10627 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134618372 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/18105/statm: 21417 10627 167 90 0 20955 0
[pid=18105/tid=18107] ppid=18103 vsize=85668 CPUtime=0
/proc/18105/task/18107/stat : 18107 (bprolog) S 18103 18105 17600 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 173779893 87724032 10627 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.18
Current children cumulated vsize (KiB) 85668

[startup+12.7335 s]
/proc/loadavg: 1.67 1.82 1.83 3/94 18107
/proc/meminfo: memFree=1714016/2055920 swapFree=4191880/4192956
[pid=18105] ppid=18103 vsize=85668 CPUtime=12.6
/proc/18105/stat : 18105 (bprolog) R 18103 18105 17600 0 -1 4194304 10914 0 0 0 1255 5 0 0 25 0 2 0 173779770 87724032 10627 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552597 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/18105/statm: 21417 10627 167 90 0 20955 0
[pid=18105/tid=18107] ppid=18103 vsize=85668 CPUtime=0
/proc/18105/task/18107/stat : 18107 (bprolog) S 18103 18105 17600 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 173779893 87724032 10627 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.6
Current children cumulated vsize (KiB) 85668

[startup+25.555 s]
/proc/loadavg: 1.72 1.82 1.84 3/94 18107
/proc/meminfo: memFree=1714080/2055920 swapFree=4191880/4192956
[pid=18105] ppid=18103 vsize=85668 CPUtime=25.31
/proc/18105/stat : 18105 (bprolog) R 18103 18105 17600 0 -1 4194304 10915 0 0 0 2526 5 0 0 25 0 2 0 173779770 87724032 10628 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134554998 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/18105/statm: 21417 10628 167 90 0 20955 0
[pid=18105/tid=18107] ppid=18103 vsize=85668 CPUtime=0
/proc/18105/task/18107/stat : 18107 (bprolog) S 18103 18105 17600 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 173779893 87724032 10628 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.31
Current children cumulated vsize (KiB) 85668

[startup+51.2459 s]
/proc/loadavg: 1.83 1.84 1.84 3/94 18107
/proc/meminfo: memFree=1714208/2055920 swapFree=4191880/4192956
[pid=18105] ppid=18103 vsize=85668 CPUtime=50.76
/proc/18105/stat : 18105 (bprolog) R 18103 18105 17600 0 -1 4194304 10915 0 0 0 5071 5 0 0 25 0 2 0 173779770 87724032 10628 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134618386 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/18105/statm: 21417 10628 167 90 0 20955 0
[pid=18105/tid=18107] ppid=18103 vsize=85668 CPUtime=0
/proc/18105/task/18107/stat : 18107 (bprolog) S 18103 18105 17600 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 173779893 87724032 10628 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 50.76
Current children cumulated vsize (KiB) 85668

[startup+102.466 s]
/proc/loadavg: 1.92 1.86 1.84 3/94 18107
/proc/meminfo: memFree=1714208/2055920 swapFree=4191880/4192956
[pid=18105] ppid=18103 vsize=85668 CPUtime=101.51
/proc/18105/stat : 18105 (bprolog) R 18103 18105 17600 0 -1 4194304 10915 0 0 0 10146 5 0 0 25 0 2 0 173779770 87724032 10628 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552076 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/18105/statm: 21417 10628 167 90 0 20955 0
[pid=18105/tid=18107] ppid=18103 vsize=85668 CPUtime=0
/proc/18105/task/18107/stat : 18107 (bprolog) S 18103 18105 17600 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 173779893 87724032 10628 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 101.51
Current children cumulated vsize (KiB) 85668

[startup+162.533 s]
/proc/loadavg: 2.01 1.90 1.85 3/94 18107
/proc/meminfo: memFree=1714144/2055920 swapFree=4191880/4192956
[pid=18105] ppid=18103 vsize=85668 CPUtime=161.03
/proc/18105/stat : 18105 (bprolog) R 18103 18105 17600 0 -1 4194304 10915 0 0 0 16097 6 0 0 25 0 2 0 173779770 87724032 10628 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552632 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/18105/statm: 21417 10628 167 90 0 20955 0
[pid=18105/tid=18107] ppid=18103 vsize=85668 CPUtime=0
/proc/18105/task/18107/stat : 18107 (bprolog) S 18103 18105 17600 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 173779893 87724032 10628 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 161.03
Current children cumulated vsize (KiB) 85668

[startup+222.595 s]
/proc/loadavg: 2.00 1.91 1.86 3/100 18173
/proc/meminfo: memFree=1712776/2055920 swapFree=4191880/4192956
[pid=18105] ppid=18103 vsize=85668 CPUtime=220.48
/proc/18105/stat : 18105 (bprolog) R 18103 18105 17600 0 -1 4194304 10915 0 0 0 22042 6 0 0 25 0 2 0 173779770 87724032 10628 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134557361 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/18105/statm: 21417 10628 167 90 0 20955 0
[pid=18105/tid=18107] ppid=18103 vsize=85668 CPUtime=0
/proc/18105/task/18107/stat : 18107 (bprolog) S 18103 18105 17600 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 173779893 87724032 10628 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 220.48
Current children cumulated vsize (KiB) 85668

[startup+282.672 s]
/proc/loadavg: 2.05 1.94 1.87 3/100 18265
/proc/meminfo: memFree=1712616/2055920 swapFree=4191880/4192956
[pid=18105] ppid=18103 vsize=85668 CPUtime=279.9
/proc/18105/stat : 18105 (bprolog) R 18103 18105 17600 0 -1 4194304 10915 0 0 0 27984 6 0 0 25 0 2 0 173779770 87724032 10628 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552597 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/18105/statm: 21417 10628 167 90 0 20955 0
[pid=18105/tid=18107] ppid=18103 vsize=85668 CPUtime=0
/proc/18105/task/18107/stat : 18107 (bprolog) S 18103 18105 17600 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 173779893 87724032 10628 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 279.9
Current children cumulated vsize (KiB) 85668

[startup+342.737 s]
/proc/loadavg: 2.02 1.95 1.88 3/94 18304
/proc/meminfo: memFree=1713624/2055920 swapFree=4191880/4192956
[pid=18105] ppid=18103 vsize=85668 CPUtime=339.37
/proc/18105/stat : 18105 (bprolog) R 18103 18105 17600 0 -1 4194304 10915 0 0 0 33931 6 0 0 25 0 2 0 173779770 87724032 10628 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134627661 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/18105/statm: 21417 10628 167 90 0 20955 0
[pid=18105/tid=18107] ppid=18103 vsize=85668 CPUtime=0
/proc/18105/task/18107/stat : 18107 (bprolog) S 18103 18105 17600 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 173779893 87724032 10628 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 339.37
Current children cumulated vsize (KiB) 85668

[startup+402.834 s]
/proc/loadavg: 2.00 1.95 1.88 3/94 18304
/proc/meminfo: memFree=1713624/2055920 swapFree=4191880/4192956
[pid=18105] ppid=18103 vsize=85668 CPUtime=398.92
/proc/18105/stat : 18105 (bprolog) R 18103 18105 17600 0 -1 4194304 10915 0 0 0 39885 7 0 0 25 0 2 0 173779770 87724032 10628 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552043 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/18105/statm: 21417 10628 167 90 0 20955 0
[pid=18105/tid=18107] ppid=18103 vsize=85668 CPUtime=0
/proc/18105/task/18107/stat : 18107 (bprolog) S 18103 18105 17600 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 173779893 87724032 10628 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 398.92
Current children cumulated vsize (KiB) 85668

[startup+462.869 s]
/proc/loadavg: 2.00 1.96 1.89 3/94 18304
/proc/meminfo: memFree=1713624/2055920 swapFree=4191880/4192956
[pid=18105] ppid=18103 vsize=85668 CPUtime=458.41
/proc/18105/stat : 18105 (bprolog) R 18103 18105 17600 0 -1 4194304 10915 0 0 0 45834 7 0 0 25 0 2 0 173779770 87724032 10628 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552632 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/18105/statm: 21417 10628 167 90 0 20955 0
[pid=18105/tid=18107] ppid=18103 vsize=85668 CPUtime=0
/proc/18105/task/18107/stat : 18107 (bprolog) S 18103 18105 17600 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 173779893 87724032 10628 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 458.41
Current children cumulated vsize (KiB) 85668

[startup+522.958 s]
/proc/loadavg: 2.00 1.97 1.90 3/94 18304
/proc/meminfo: memFree=1713624/2055920 swapFree=4191880/4192956
[pid=18105] ppid=18103 vsize=85668 CPUtime=517.95
/proc/18105/stat : 18105 (bprolog) R 18103 18105 17600 0 -1 4194304 10915 0 0 0 51788 7 0 0 25 0 2 0 173779770 87724032 10628 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552632 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/18105/statm: 21417 10628 167 90 0 20955 0
[pid=18105/tid=18107] ppid=18103 vsize=85668 CPUtime=0
/proc/18105/task/18107/stat : 18107 (bprolog) S 18103 18105 17600 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 173779893 87724032 10628 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 517.95
Current children cumulated vsize (KiB) 85668

[startup+582.998 s]
/proc/loadavg: 2.00 1.97 1.90 3/94 18304
/proc/meminfo: memFree=1713624/2055920 swapFree=4191880/4192956
[pid=18105] ppid=18103 vsize=85668 CPUtime=577.44
/proc/18105/stat : 18105 (bprolog) R 18103 18105 17600 0 -1 4194304 10915 0 0 0 57736 8 0 0 25 0 2 0 173779770 87724032 10628 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552597 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/18105/statm: 21417 10628 167 90 0 20955 0
[pid=18105/tid=18107] ppid=18103 vsize=85668 CPUtime=0
/proc/18105/task/18107/stat : 18107 (bprolog) S 18103 18105 17600 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 173779893 87724032 10628 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 577.44
Current children cumulated vsize (KiB) 85668

[startup+643.086 s]
/proc/loadavg: 2.18 2.02 1.92 3/94 18304
/proc/meminfo: memFree=1713632/2055920 swapFree=4191880/4192956

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

/proc/18105/stat : 18105 (bprolog) R 18103 18105 17600 0 -1 4194304 10922 0 0 0 117444 12 0 0 25 0 3 0 173779770 98213888 10635 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134755282 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/18105/statm: 23978 10635 167 90 0 23516 0
[pid=18105/tid=18107] ppid=18103 vsize=95912 CPUtime=0
/proc/18105/task/18107/stat : 18107 (bprolog) S 18103 18105 17600 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 3 0 173779893 98213888 10635 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=18105/tid=18305] ppid=18103 vsize=95912 CPUtime=0
/proc/18105/task/18305/stat : 18305 (bprolog) S 18103 18105 17600 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 3 0 173869911 98213888 10635 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1174.56
Current children cumulated vsize (KiB) 95912

[startup+1243.74 s]
/proc/loadavg: 1.56 1.88 1.89 2/83 18386
/proc/meminfo: memFree=1771704/2055920 swapFree=4191880/4192956
[pid=18105] ppid=18103 vsize=95912 CPUtime=1234.49
/proc/18105/stat : 18105 (bprolog) R 18103 18105 17600 0 -1 4194304 10922 0 0 0 123435 14 0 0 25 0 3 0 173779770 98213888 10635 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552725 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/18105/statm: 23978 10635 167 90 0 23516 0
[pid=18105/tid=18107] ppid=18103 vsize=95912 CPUtime=0
/proc/18105/task/18107/stat : 18107 (bprolog) S 18103 18105 17600 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 3 0 173779893 98213888 10635 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=18105/tid=18305] ppid=18103 vsize=95912 CPUtime=0
/proc/18105/task/18305/stat : 18305 (bprolog) S 18103 18105 17600 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 3 0 173869911 98213888 10635 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1234.49
Current children cumulated vsize (KiB) 95912

[startup+1303.76 s]
/proc/loadavg: 1.36 1.75 1.84 3/96 18474
/proc/meminfo: memFree=1698064/2055920 swapFree=4191880/4192956
[pid=18105] ppid=18103 vsize=95912 CPUtime=1294.47
/proc/18105/stat : 18105 (bprolog) R 18103 18105 17600 0 -1 4194304 10922 0 0 0 129431 16 0 0 25 0 3 0 173779770 98213888 10635 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134557373 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/18105/statm: 23978 10635 167 90 0 23516 0
[pid=18105/tid=18107] ppid=18103 vsize=95912 CPUtime=0
/proc/18105/task/18107/stat : 18107 (bprolog) S 18103 18105 17600 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 3 0 173779893 98213888 10635 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=18105/tid=18305] ppid=18103 vsize=95912 CPUtime=0
/proc/18105/task/18305/stat : 18305 (bprolog) S 18103 18105 17600 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 3 0 173869911 98213888 10635 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1294.47
Current children cumulated vsize (KiB) 95912

[startup+1363.86 s]
/proc/loadavg: 1.39 1.71 1.82 2/84 18488
/proc/meminfo: memFree=1772272/2055920 swapFree=4191880/4192956
[pid=18105] ppid=18103 vsize=106156 CPUtime=1354.43
/proc/18105/stat : 18105 (bprolog) R 18103 18105 17600 0 -1 4194304 10923 0 0 0 135426 17 0 0 25 0 4 0 173779770 108703744 10636 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552632 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/18105/statm: 26539 10636 167 90 0 26077 0
[pid=18105/tid=18107] ppid=18103 vsize=106156 CPUtime=0
/proc/18105/task/18107/stat : 18107 (bprolog) S 18103 18105 17600 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 173779893 108703744 10636 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=18105/tid=18305] ppid=18103 vsize=106156 CPUtime=0
/proc/18105/task/18305/stat : 18305 (bprolog) S 18103 18105 17600 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 173869911 108703744 10636 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=18105/tid=18487] ppid=18103 vsize=106156 CPUtime=0
/proc/18105/task/18487/stat : 18487 (bprolog) S 18103 18105 17600 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 4 0 173914919 108703744 10636 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1354.43
Current children cumulated vsize (KiB) 106156

[startup+1423.9 s]
/proc/loadavg: 1.18 1.59 1.77 2/84 18560
/proc/meminfo: memFree=1771696/2055920 swapFree=4191880/4192956
[pid=18105] ppid=18103 vsize=106156 CPUtime=1414.44
/proc/18105/stat : 18105 (bprolog) R 18103 18105 17600 0 -1 4194304 10923 0 0 0 141426 18 0 0 25 0 4 0 173779770 108703744 10636 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134589666 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/18105/statm: 26539 10636 167 90 0 26077 0
[pid=18105/tid=18107] ppid=18103 vsize=106156 CPUtime=0
/proc/18105/task/18107/stat : 18107 (bprolog) S 18103 18105 17600 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 173779893 108703744 10636 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=18105/tid=18305] ppid=18103 vsize=106156 CPUtime=0
/proc/18105/task/18305/stat : 18305 (bprolog) S 18103 18105 17600 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 173869911 108703744 10636 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=18105/tid=18487] ppid=18103 vsize=106156 CPUtime=0
/proc/18105/task/18487/stat : 18487 (bprolog) S 18103 18105 17600 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 4 0 173914919 108703744 10636 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1414.44
Current children cumulated vsize (KiB) 106156

[startup+1483.94 s]
/proc/loadavg: 1.13 1.50 1.73 2/84 18784
/proc/meminfo: memFree=1771056/2055920 swapFree=4191880/4192956
[pid=18105] ppid=18103 vsize=106156 CPUtime=1474.43
/proc/18105/stat : 18105 (bprolog) R 18103 18105 17600 0 -1 4194304 10923 0 0 0 147424 19 0 0 25 0 4 0 173779770 108703744 10636 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134664587 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/18105/statm: 26539 10636 167 90 0 26077 0
[pid=18105/tid=18107] ppid=18103 vsize=106156 CPUtime=0
/proc/18105/task/18107/stat : 18107 (bprolog) S 18103 18105 17600 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 173779893 108703744 10636 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=18105/tid=18305] ppid=18103 vsize=106156 CPUtime=0
/proc/18105/task/18305/stat : 18305 (bprolog) S 18103 18105 17600 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 173869911 108703744 10636 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=18105/tid=18487] ppid=18103 vsize=106156 CPUtime=0
/proc/18105/task/18487/stat : 18487 (bprolog) S 18103 18105 17600 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 4 0 173914919 108703744 10636 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1474.43
Current children cumulated vsize (KiB) 106156

[startup+1543.98 s]
/proc/loadavg: 1.05 1.41 1.68 2/84 18840
/proc/meminfo: memFree=1770736/2055920 swapFree=4191880/4192956
[pid=18105] ppid=18103 vsize=106156 CPUtime=1534.43
/proc/18105/stat : 18105 (bprolog) R 18103 18105 17600 0 -1 4194304 10923 0 0 0 153423 20 0 0 25 0 4 0 173779770 108703744 10636 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134618372 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/18105/statm: 26539 10636 167 90 0 26077 0
[pid=18105/tid=18107] ppid=18103 vsize=106156 CPUtime=0
/proc/18105/task/18107/stat : 18107 (bprolog) S 18103 18105 17600 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 173779893 108703744 10636 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=18105/tid=18305] ppid=18103 vsize=106156 CPUtime=0
/proc/18105/task/18305/stat : 18305 (bprolog) S 18103 18105 17600 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 173869911 108703744 10636 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=18105/tid=18487] ppid=18103 vsize=106156 CPUtime=0
/proc/18105/task/18487/stat : 18487 (bprolog) S 18103 18105 17600 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 4 0 173914919 108703744 10636 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1534.43
Current children cumulated vsize (KiB) 106156

[startup+1604.03 s]
/proc/loadavg: 1.28 1.41 1.66 2/84 18902
/proc/meminfo: memFree=1769144/2055920 swapFree=4191880/4192956
[pid=18105] ppid=18103 vsize=106156 CPUtime=1594.35
/proc/18105/stat : 18105 (bprolog) R 18103 18105 17600 0 -1 4194304 10923 0 0 0 159414 21 0 0 25 0 4 0 173779770 108703744 10636 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134557379 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/18105/statm: 26539 10636 167 90 0 26077 0
[pid=18105/tid=18107] ppid=18103 vsize=106156 CPUtime=0
/proc/18105/task/18107/stat : 18107 (bprolog) S 18103 18105 17600 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 173779893 108703744 10636 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=18105/tid=18305] ppid=18103 vsize=106156 CPUtime=0
/proc/18105/task/18305/stat : 18305 (bprolog) S 18103 18105 17600 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 173869911 108703744 10636 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=18105/tid=18487] ppid=18103 vsize=106156 CPUtime=0
/proc/18105/task/18487/stat : 18487 (bprolog) S 18103 18105 17600 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 173914919 108703744 10636 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1594.35
Current children cumulated vsize (KiB) 106156

[startup+1664.06 s]
/proc/loadavg: 1.10 1.33 1.62 2/84 19000
/proc/meminfo: memFree=1768432/2055920 swapFree=4191880/4192956
[pid=18105] ppid=18103 vsize=106156 CPUtime=1654.34
/proc/18105/stat : 18105 (bprolog) R 18103 18105 17600 0 -1 4194304 10923 0 0 0 165411 23 0 0 25 0 4 0 173779770 108703744 10636 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552597 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/18105/statm: 26539 10636 167 90 0 26077 0
[pid=18105/tid=18107] ppid=18103 vsize=106156 CPUtime=0
/proc/18105/task/18107/stat : 18107 (bprolog) S 18103 18105 17600 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 173779893 108703744 10636 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=18105/tid=18305] ppid=18103 vsize=106156 CPUtime=0
/proc/18105/task/18305/stat : 18305 (bprolog) S 18103 18105 17600 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 173869911 108703744 10636 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=18105/tid=18487] ppid=18103 vsize=106156 CPUtime=0
/proc/18105/task/18487/stat : 18487 (bprolog) S 18103 18105 17600 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 173914919 108703744 10636 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1654.34
Current children cumulated vsize (KiB) 106156

[startup+1724.09 s]
/proc/loadavg: 1.04 1.27 1.57 2/84 19027
/proc/meminfo: memFree=1767600/2055920 swapFree=4191880/4192956
[pid=18105] ppid=18103 vsize=106156 CPUtime=1714.34
/proc/18105/stat : 18105 (bprolog) R 18103 18105 17600 0 -1 4194304 10923 0 0 0 171409 25 0 0 25 0 4 0 173779770 108703744 10636 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134555024 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/18105/statm: 26539 10636 167 90 0 26077 0
[pid=18105/tid=18107] ppid=18103 vsize=106156 CPUtime=0
/proc/18105/task/18107/stat : 18107 (bprolog) S 18103 18105 17600 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 173779893 108703744 10636 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=18105/tid=18305] ppid=18103 vsize=106156 CPUtime=0
/proc/18105/task/18305/stat : 18305 (bprolog) S 18103 18105 17600 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 173869911 108703744 10636 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=18105/tid=18487] ppid=18103 vsize=106156 CPUtime=0
/proc/18105/task/18487/stat : 18487 (bprolog) S 18103 18105 17600 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 173914919 108703744 10636 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1714.34
Current children cumulated vsize (KiB) 106156

[startup+1784.13 s]
/proc/loadavg: 1.32 1.28 1.56 2/84 19246
/proc/meminfo: memFree=1765232/2055920 swapFree=4191880/4192956
[pid=18105] ppid=18103 vsize=106156 CPUtime=1774.33
/proc/18105/stat : 18105 (bprolog) R 18103 18105 17600 0 -1 4194304 10923 0 0 0 177407 26 0 0 25 0 4 0 173779770 108703744 10636 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552632 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/18105/statm: 26539 10636 167 90 0 26077 0
[pid=18105/tid=18107] ppid=18103 vsize=106156 CPUtime=0
/proc/18105/task/18107/stat : 18107 (bprolog) S 18103 18105 17600 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 173779893 108703744 10636 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=18105/tid=18305] ppid=18103 vsize=106156 CPUtime=0
/proc/18105/task/18305/stat : 18305 (bprolog) S 18103 18105 17600 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 173869911 108703744 10636 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=18105/tid=18487] ppid=18103 vsize=106156 CPUtime=0
/proc/18105/task/18487/stat : 18487 (bprolog) S 18103 18105 17600 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 173914919 108703744 10636 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1774.33
Current children cumulated vsize (KiB) 106156



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1809.87 s]
/proc/loadavg: 1.21 1.26 1.54 2/81 19255
/proc/meminfo: memFree=1768560/2055920 swapFree=4191880/4192956
[pid=18105] ppid=18103 vsize=106156 CPUtime=1800.06
/proc/18105/stat : 18105 (bprolog) R 18103 18105 17600 0 -1 4194304 10924 0 0 0 179980 26 0 0 25 0 1 0 173779770 108703744 10637 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134589830 0 0 4096 2 0 0 0 17 0 0 0
/proc/18105/statm: 26539 10637 168 90 0 26077 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 106156

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1809.9
CPU time (s): 1800.08
CPU user time (s): 1799.81
CPU system time (s): 0.275958
CPU usage (%): 99.4576
Max. virtual memory (cumulated for all children) (KiB): 106156

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

runsolver used 2.04669 s user time and 5.52116 s system time

The end

Launcher Data (download as text)

Begin job on node9 on Mon Jan  8 10:57:13 UTC 2007


IDJOB= 219006
IDBENCH= 5273
FILE ID= node9/219006-1168253831

PBS_JOBID= 3481713

Free space on /tmp= 66544 MiB

BENCH NAME= HOME/pub/bench/CPAI06/chessboardColoration/cc-15-15-3.xml
COMMAND LINE= /tmp/evaluation/219006-1168253831/Complete/Ordinary/solver /tmp/evaluation/219006-1168253831/unknown 1800
CONVERSION COMMAND LINE= runsolver -w ROOT/results/node9/convwatcher-219006-1168253831 -o ROOT/results/node9/conversion-219006-1168253831 -C 600 -M 900 /tmp/evaluation/219006-1168253831/Complete/Ordinary/conversion /tmp/evaluation/219006-1168253831/unknown
CONVERSION RUNSOLVER STATUS CODE= 0
CONVERSION STATUS CODE= 0

RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node9/watcher-219006-1168253831 -o ROOT/results/node9/solver-219006-1168253831 -C 1800 -M 900  /tmp/evaluation/219006-1168253831/Complete/Ordinary/solver /tmp/evaluation/219006-1168253831/unknown 1800

META MD5SUM SOLVER= b53ab06f245aa5e62684a7a0a4388ade
MD5SUM BENCH=  d6da2182f8f4dd934abd83c45d60985d

RANDOM SEED= 319341068

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.231
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.231
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:       1756488 kB
Buffers:         38796 kB
Cached:          96524 kB
SwapCached:        408 kB
Active:         179720 kB
Inactive:        60948 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1756488 kB
SwapTotal:     4192956 kB
SwapFree:      4191880 kB
Dirty:            4704 kB
Writeback:           0 kB
Mapped:         126928 kB
Slab:            43240 kB
Committed_AS:  5731956 kB
PageTables:       2460 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= 66544 MiB



End job on node9 on Mon Jan  8 11:27:45 UTC 2007