Trace number 206159

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
SAT4JCSP-CACHED 1.7 RC BF3? (MO) 54.0278 53.35

General information on the benchmark

Namefapp/fapp36-40/fapp36/
fapp36-2000-6.xml
MD5SUM83eb19c7109a7c0773fe268e40325cfc
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark8.14076
SatisfiableNO
(Un)Satisfiability was provedNO
Number of variables2000
Number of constraints18600
Maximum constraint arity2
Maximum domain size454
Number of constraints which are defined in extension0
Number of constraints which are defined in intension18600
Global constraints used (with number of constraints)

Solver Data (download as text)

0.15	c SAT4J: a SATisfiability library for Java (c) 2004-2006 Daniel Le Berre
0.15	c This is free software under the GNU LGPL licence. See www.sat4j.org for details.
0.15	c This software uses some libraries from the Jakarta project. See jakarta.apache.org for details.
0.16	c version CSP COMPETITION BUGFIX 3 CACHED
0.16	c sun.arch.data.model	32
0.16	c java.version	1.5.0_10
0.16	c os.name	Linux
0.16	c os.version	2.6.9-22.EL.rootsmp
0.16	c os.arch	i386
0.16	c Free memory 722620888
0.16	c Max memory 723845120
0.16	c Total memory 723845120
0.16	c Number of processors 2
0.25	c --- Begin Solver configuration ---
0.25	c Stops conflict analysis at the first Unique Implication Point
0.25	c org.sat4j.minisat.constraints.MixedDataStructureWithBinary@19dfbff
0.25	c Learn all clauses as in MiniSAT
0.25	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.25	c VSIDS like heuristics from MiniSAT using a heap
0.25	c No reason simplification
0.25	c --- End Solver configuration ---
0.25	c solving /tmp/evaluation/206159-1168170005/unknown.xml
0.25	c reading problem ... 
0.52	c reading problem named ?
0.52	c reading domains done.
0.93	c reading variables
c reading variables (2000) done.
3.35	c reading predicates 
c reading relations (9) done.
3.62	c reading constraintsc starts		: 0
53.20	c conflicts		: 0
53.20	c decisions		: 0
53.20	c propagations		: 0
53.20	c inspects		: 0
53.20	c learnt literals	: 0
53.20	c learnt binary clauses	: 0
53.20	c learnt ternary clauses	: 0
53.20	c learnt clauses	: 0
53.20	c root simplifications	: 0
53.20	c removed literals (reason simplification)	: 0
53.20	c reason swapping (by a shorter reason)	: 0
53.20	c Calls to reduceDB	: 0
53.20	c speed (decisions/second)	: 0.0
53.20	c non guided choices	0
53.20	s UNKNOWN
53.20	c Total wall clock time (in seconds) : 52.948
53.20	c Total CPU time (experimental, in seconds) : 0.0

Verifier Data (download as text)

ERROR: Unexpected answer ! (SAT/UNSAT expected)
Got answer: UNKNOWN

Watcher Data (download as text)

runsolver version 3.1.3 (c) roussel@cril.univ-artois.fr

command line: runsolver --timestamp -w ROOT/results/node19/watcher-206159-1168170005 -o ROOT/results/node19/solver-206159-1168170005 -C 1800 -M 900 java -server -Xmx700M -Xms700M -jar /tmp/evaluation/206159-1168170005/sat4jCSP-bf3-cached.jar /tmp/evaluation/206159-1168170005/unknown.xml 

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.92 2.00 1.99 4/89 21032
/proc/meminfo: memFree=1149312/2055920 swapFree=4171244/4192956
[pid=21031] ppid=21029 vsize=14120 CPUtime=0
/proc/21031/stat : 21031 (java) D 21029 21031 20833 0 -1 0 927 0 1 0 0 0 0 0 17 0 1 0 165395160 14458880 693 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 7484196 0 2147483391 0 7368 18446744072099781622 0 0 17 1 0 0
/proc/21031/statm: 3530 693 534 14 0 1602 0

[startup+0.103561 s]
/proc/loadavg: 1.92 2.00 1.99 4/89 21032
/proc/meminfo: memFree=1149312/2055920 swapFree=4171244/4192956
[pid=21031] ppid=21029 vsize=901540 CPUtime=0.08
/proc/21031/stat : 21031 (java) R 21029 21031 20833 0 -1 0 3319 0 1 0 7 1 0 0 22 0 12 0 165395160 923176960 3079 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4154555408 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/21031/statm: 225385 3079 1559 14 0 212109 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 901540

[startup+0.511639 s]
/proc/loadavg: 1.92 2.00 1.99 4/89 21032
/proc/meminfo: memFree=1149312/2055920 swapFree=4171244/4192956
[pid=21031] ppid=21029 vsize=905368 CPUtime=0.49
/proc/21031/stat : 21031 (java) R 21029 21031 20833 0 -1 0 5838 0 1 0 46 3 0 0 19 0 12 0 165395160 927096832 5433 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/21031/statm: 226342 5433 2246 14 0 212779 0
Current children cumulated CPU time (s) 0.49
Current children cumulated vsize (KiB) 905368

[startup+1.33479 s]
/proc/loadavg: 1.92 2.00 1.99 3/100 21043
/proc/meminfo: memFree=1133736/2055920 swapFree=4171244/4192956
[pid=21031] ppid=21029 vsize=906552 CPUtime=1.3
/proc/21031/stat : 21031 (java) R 21029 21031 20833 0 -1 0 7188 0 1 0 126 4 0 0 22 0 12 0 165395160 928309248 6203 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4155438042 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/21031/statm: 226638 6203 2307 14 0 213075 0
[pid=21031/tid=21033] ppid=21029 vsize=906552 CPUtime=0
/proc/21031/task/21033/stat : 21033 (java) S 21029 21031 20833 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 165395162 928309248 6203 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21031/tid=21034] ppid=21029 vsize=906552 CPUtime=0
/proc/21031/task/21034/stat : 21034 (java) S 21029 21031 20833 0 -1 64 2 0 0 0 0 0 0 0 19 0 12 0 165395162 928309248 6203 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21031/tid=21035] ppid=21029 vsize=906552 CPUtime=0
/proc/21031/task/21035/stat : 21035 (java) S 21029 21031 20833 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 165395165 928309248 6203 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=21031/tid=21036] ppid=21029 vsize=906552 CPUtime=0
/proc/21031/task/21036/stat : 21036 (java) S 21029 21031 20833 0 -1 64 8 0 0 0 0 0 0 0 21 0 12 0 165395166 928309248 6203 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21031/tid=21037] ppid=21029 vsize=906552 CPUtime=0
/proc/21031/task/21037/stat : 21037 (java) S 21029 21031 20833 0 -1 64 4 0 0 0 0 0 0 0 22 0 12 0 165395166 928309248 6203 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21031/tid=21038] ppid=21029 vsize=906552 CPUtime=0
/proc/21031/task/21038/stat : 21038 (java) S 21029 21031 20833 0 -1 64 0 0 0 0 0 0 0 0 18 0 12 0 165395169 928309248 6203 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21031/tid=21039] ppid=21029 vsize=906552 CPUtime=0
/proc/21031/task/21039/stat : 21039 (java) S 21029 21031 20833 0 -1 64 1 0 0 0 0 0 0 0 16 0 12 0 165395169 928309248 6203 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21031/tid=21040] ppid=21029 vsize=906552 CPUtime=0.23
/proc/21031/task/21040/stat : 21040 (java) S 21029 21031 20833 0 -1 64 275 0 0 0 23 0 0 0 16 0 12 0 165395169 928309248 6203 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21031/tid=21041] ppid=21029 vsize=906552 CPUtime=0.4
/proc/21031/task/21041/stat : 21041 (java) S 21029 21031 20833 0 -1 64 1540 0 0 0 40 0 0 0 16 0 12 0 165395169 928309248 6203 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21031/tid=21042] ppid=21029 vsize=906552 CPUtime=0
/proc/21031/task/21042/stat : 21042 (java) S 21029 21031 20833 0 -1 64 2 0 0 0 0 0 0 0 21 0 12 0 165395169 928309248 6203 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21031/tid=21043] ppid=21029 vsize=906552 CPUtime=0
/proc/21031/task/21043/stat : 21043 (java) S 21029 21031 20833 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 165395169 928309248 6203 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.3
Current children cumulated vsize (KiB) 906552

[startup+2.99611 s]
/proc/loadavg: 1.92 2.00 1.99 5/100 21043
/proc/meminfo: memFree=1068136/2055920 swapFree=4171244/4192956
[pid=21031] ppid=21029 vsize=911680 CPUtime=3.09
/proc/21031/stat : 21031 (java) S 21029 21031 20833 0 -1 0 46334 0 1 0 289 20 0 0 18 0 12 0 165395160 933560320 43673 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/21031/statm: 227920 43673 2341 14 0 214357 0
[pid=21031/tid=21033] ppid=21029 vsize=911680 CPUtime=0.32
/proc/21031/task/21033/stat : 21033 (java) R 21029 21031 20833 0 -1 64 12914 0 0 0 28 4 0 0 18 0 12 0 165395162 933560320 43673 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4154958789 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21031/tid=21034] ppid=21029 vsize=911680 CPUtime=0.37
/proc/21031/task/21034/stat : 21034 (java) R 21029 21031 20833 0 -1 64 11429 0 0 0 33 4 0 0 18 0 12 0 165395162 933560320 43673 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4155242571 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21031/tid=21035] ppid=21029 vsize=911680 CPUtime=0
/proc/21031/task/21035/stat : 21035 (java) S 21029 21031 20833 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 165395165 933560320 43673 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=21031/tid=21036] ppid=21029 vsize=911680 CPUtime=0
/proc/21031/task/21036/stat : 21036 (java) S 21029 21031 20833 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 165395166 933560320 43673 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21031/tid=21037] ppid=21029 vsize=911680 CPUtime=0
/proc/21031/task/21037/stat : 21037 (java) S 21029 21031 20833 0 -1 64 4 0 0 0 0 0 0 0 22 0 12 0 165395166 933560320 43673 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21031/tid=21038] ppid=21029 vsize=911680 CPUtime=0
/proc/21031/task/21038/stat : 21038 (java) S 21029 21031 20833 0 -1 64 0 0 0 0 0 0 0 0 18 0 12 0 165395169 933560320 43673 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21031/tid=21039] ppid=21029 vsize=911680 CPUtime=0
/proc/21031/task/21039/stat : 21039 (java) S 21029 21031 20833 0 -1 64 1 0 0 0 0 0 0 0 16 0 12 0 165395169 933560320 43673 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21031/tid=21040] ppid=21029 vsize=911680 CPUtime=0.47
/proc/21031/task/21040/stat : 21040 (java) S 21029 21031 20833 0 -1 64 302 0 0 0 47 0 0 0 16 0 12 0 165395169 933560320 43673 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21031/tid=21041] ppid=21029 vsize=911680 CPUtime=0.66
/proc/21031/task/21041/stat : 21041 (java) S 21029 21031 20833 0 -1 64 1984 0 0 0 66 0 0 0 16 0 12 0 165395169 933560320 43673 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21031/tid=21042] ppid=21029 vsize=911680 CPUtime=0
/proc/21031/task/21042/stat : 21042 (java) S 21029 21031 20833 0 -1 64 2 0 0 0 0 0 0 0 21 0 12 0 165395169 933560320 43673 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21031/tid=21043] ppid=21029 vsize=911680 CPUtime=0
/proc/21031/task/21043/stat : 21043 (java) S 21029 21031 20833 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 165395169 933560320 43673 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 911680

[startup+6.29173 s]
/proc/loadavg: 2.01 2.02 2.00 3/100 21043
/proc/meminfo: memFree=911464/2055920 swapFree=4171244/4192956
[pid=21031] ppid=21029 vsize=917664 CPUtime=6.58
/proc/21031/stat : 21031 (java) R 21029 21031 20833 0 -1 0 68521 0 1 0 627 31 0 0 25 0 12 0 165395160 939687936 62758 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/21031/statm: 229416 62758 2478 14 0 215853 0
[pid=21031/tid=21033] ppid=21029 vsize=917664 CPUtime=0.85
/proc/21031/task/21033/stat : 21033 (java) S 21029 21031 20833 0 -1 64 22952 0 0 0 76 9 0 0 17 0 12 0 165395162 939687936 62758 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21031/tid=21034] ppid=21029 vsize=917664 CPUtime=0.8
/proc/21031/task/21034/stat : 21034 (java) S 21029 21031 20833 0 -1 64 19020 0 0 0 72 8 0 0 16 0 12 0 165395162 939687936 62758 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21031/tid=21035] ppid=21029 vsize=917664 CPUtime=0
/proc/21031/task/21035/stat : 21035 (java) S 21029 21031 20833 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 165395165 939687936 62758 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=21031/tid=21036] ppid=21029 vsize=917664 CPUtime=0
/proc/21031/task/21036/stat : 21036 (java) S 21029 21031 20833 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 165395166 939687936 62758 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21031/tid=21037] ppid=21029 vsize=917664 CPUtime=0
/proc/21031/task/21037/stat : 21037 (java) S 21029 21031 20833 0 -1 64 4 0 0 0 0 0 0 0 22 0 12 0 165395166 939687936 62758 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21031/tid=21038] ppid=21029 vsize=917664 CPUtime=0
/proc/21031/task/21038/stat : 21038 (java) S 21029 21031 20833 0 -1 64 0 0 0 0 0 0 0 0 18 0 12 0 165395169 939687936 62758 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21031/tid=21039] ppid=21029 vsize=917664 CPUtime=0.01
/proc/21031/task/21039/stat : 21039 (java) S 21029 21031 20833 0 -1 64 1 0 0 0 1 0 0 0 16 0 12 0 165395169 939687936 62758 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21031/tid=21040] ppid=21029 vsize=917664 CPUtime=1.32
/proc/21031/task/21040/stat : 21040 (java) S 21029 21031 20833 0 -1 64 4246 0 0 0 130 2 0 0 17 0 12 0 165395169 939687936 62758 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21031/tid=21041] ppid=21029 vsize=917664 CPUtime=1.05
/proc/21031/task/21041/stat : 21041 (java) R 21029 21031 20833 0 -1 64 2188 0 0 0 104 1 0 0 16 0 12 0 165395169 939687936 62758 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4151169392 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21031/tid=21042] ppid=21029 vsize=917664 CPUtime=0
/proc/21031/task/21042/stat : 21042 (java) S 21029 21031 20833 0 -1 64 2 0 0 0 0 0 0 0 21 0 12 0 165395169 939687936 62758 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21031/tid=21043] ppid=21029 vsize=917664 CPUtime=0
/proc/21031/task/21043/stat : 21043 (java) S 21029 21031 20833 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 165395169 939687936 62758 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.58
Current children cumulated vsize (KiB) 917664

[startup+12.7858 s]
/proc/loadavg: 2.17 2.05 2.01 3/100 21043
/proc/meminfo: memFree=814632/2055920 swapFree=4171244/4192956
[pid=21031] ppid=21029 vsize=917536 CPUtime=13.09
/proc/21031/stat : 21031 (java) R 21029 21031 20833 0 -1 0 91809 0 1 0 1268 41 0 0 25 0 12 0 165395160 939556864 85989 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4054382062 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/21031/statm: 229384 85989 2478 14 0 215821 0
[pid=21031/tid=21033] ppid=21029 vsize=917536 CPUtime=1.79
/proc/21031/task/21033/stat : 21033 (java) S 21029 21031 20833 0 -1 64 35173 0 0 0 165 14 0 0 16 0 12 0 165395162 939556864 85989 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21031/tid=21034] ppid=21029 vsize=917536 CPUtime=1.63
/proc/21031/task/21034/stat : 21034 (java) S 21029 21031 20833 0 -1 64 30062 0 0 0 151 12 0 0 16 0 12 0 165395162 939556864 85989 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21031/tid=21035] ppid=21029 vsize=917536 CPUtime=0.01
/proc/21031/task/21035/stat : 21035 (java) S 21029 21031 20833 0 -1 64 11 0 0 0 1 0 0 0 15 0 12 0 165395165 939556864 85989 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=21031/tid=21036] ppid=21029 vsize=917536 CPUtime=0
/proc/21031/task/21036/stat : 21036 (java) S 21029 21031 20833 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 165395166 939556864 85989 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21031/tid=21037] ppid=21029 vsize=917536 CPUtime=0
/proc/21031/task/21037/stat : 21037 (java) S 21029 21031 20833 0 -1 64 4 0 0 0 0 0 0 0 22 0 12 0 165395166 939556864 85989 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21031/tid=21038] ppid=21029 vsize=917536 CPUtime=0
/proc/21031/task/21038/stat : 21038 (java) S 21029 21031 20833 0 -1 64 0 0 0 0 0 0 0 0 18 0 12 0 165395169 939556864 85989 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21031/tid=21039] ppid=21029 vsize=917536 CPUtime=0.01
/proc/21031/task/21039/stat : 21039 (java) S 21029 21031 20833 0 -1 64 1 0 0 0 1 0 0 0 16 0 12 0 165395169 939556864 85989 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21031/tid=21040] ppid=21029 vsize=917536 CPUtime=1.34
/proc/21031/task/21040/stat : 21040 (java) S 21029 21031 20833 0 -1 64 4246 0 0 0 132 2 0 0 17 0 12 0 165395169 939556864 85989 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21031/tid=21041] ppid=21029 vsize=917536 CPUtime=1.1
/proc/21031/task/21041/stat : 21041 (java) S 21029 21031 20833 0 -1 64 2188 0 0 0 109 1 0 0 17 0 12 0 165395169 939556864 85989 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21031/tid=21042] ppid=21029 vsize=917536 CPUtime=0
/proc/21031/task/21042/stat : 21042 (java) S 21029 21031 20833 0 -1 64 2 0 0 0 0 0 0 0 21 0 12 0 165395169 939556864 85989 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21031/tid=21043] ppid=21029 vsize=917536 CPUtime=0
/proc/21031/task/21043/stat : 21043 (java) S 21029 21031 20833 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 165395169 939556864 85989 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 13.09
Current children cumulated vsize (KiB) 917536

[startup+25.5902 s]
/proc/loadavg: 2.13 2.05 2.01 5/100 21043
/proc/meminfo: memFree=680040/2055920 swapFree=4171244/4192956
[pid=21031] ppid=21029 vsize=913664 CPUtime=26.02
/proc/21031/stat : 21031 (java) R 21029 21031 20833 0 -1 0 129479 0 1 0 2546 56 0 0 25 0 12 0 165395160 935591936 121267 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4054632992 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/21031/statm: 228416 121267 2478 14 0 214853 0
[pid=21031/tid=21033] ppid=21029 vsize=913664 CPUtime=3.16
/proc/21031/task/21033/stat : 21033 (java) S 21029 21031 20833 0 -1 64 53142 0 0 0 295 21 0 0 16 0 12 0 165395162 935591936 121267 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21031/tid=21034] ppid=21029 vsize=913664 CPUtime=3.12
/proc/21031/task/21034/stat : 21034 (java) S 21029 21031 20833 0 -1 64 49727 0 0 0 292 20 0 0 16 0 12 0 165395162 935591936 121267 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21031/tid=21035] ppid=21029 vsize=913664 CPUtime=0.02
/proc/21031/task/21035/stat : 21035 (java) S 21029 21031 20833 0 -1 64 15 0 0 0 2 0 0 0 15 0 12 0 165395165 935591936 121267 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=21031/tid=21036] ppid=21029 vsize=913664 CPUtime=0
/proc/21031/task/21036/stat : 21036 (java) S 21029 21031 20833 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 165395166 935591936 121267 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21031/tid=21037] ppid=21029 vsize=913664 CPUtime=0
/proc/21031/task/21037/stat : 21037 (java) S 21029 21031 20833 0 -1 64 4 0 0 0 0 0 0 0 22 0 12 0 165395166 935591936 121267 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21031/tid=21038] ppid=21029 vsize=913664 CPUtime=0
/proc/21031/task/21038/stat : 21038 (java) S 21029 21031 20833 0 -1 64 0 0 0 0 0 0 0 0 18 0 12 0 165395169 935591936 121267 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21031/tid=21039] ppid=21029 vsize=913664 CPUtime=0.01
/proc/21031/task/21039/stat : 21039 (java) S 21029 21031 20833 0 -1 64 1 0 0 0 1 0 0 0 16 0 12 0 165395169 935591936 121267 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21031/tid=21040] ppid=21029 vsize=913664 CPUtime=1.37
/proc/21031/task/21040/stat : 21040 (java) S 21029 21031 20833 0 -1 64 4246 0 0 0 135 2 0 0 17 0 12 0 165395169 935591936 121267 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21031/tid=21041] ppid=21029 vsize=913664 CPUtime=1.1
/proc/21031/task/21041/stat : 21041 (java) S 21029 21031 20833 0 -1 64 2188 0 0 0 109 1 0 0 16 0 12 0 165395169 935591936 121267 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21031/tid=21042] ppid=21029 vsize=913664 CPUtime=0
/proc/21031/task/21042/stat : 21042 (java) S 21029 21031 20833 0 -1 64 2 0 0 0 0 0 0 0 21 0 12 0 165395169 935591936 121267 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21031/tid=21043] ppid=21029 vsize=913664 CPUtime=0
/proc/21031/task/21043/stat : 21043 (java) S 21029 21031 20833 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 165395169 935591936 121267 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 26.02
Current children cumulated vsize (KiB) 913664

[startup+51.2712 s]
/proc/loadavg: 2.08 2.04 2.01 3/100 21043
/proc/meminfo: memFree=417128/2055920 swapFree=4171244/4192956
[pid=21031] ppid=21029 vsize=915812 CPUtime=51.89
/proc/21031/stat : 21031 (java) R 21029 21031 20833 0 -1 0 193344 0 1 0 5106 83 0 0 25 0 12 0 165395160 937791488 184705 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4054414430 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/21031/statm: 228953 184705 2479 14 0 215390 0
[pid=21031/tid=21033] ppid=21029 vsize=915812 CPUtime=5.68
/proc/21031/task/21033/stat : 21033 (java) S 21029 21031 20833 0 -1 64 82154 0 0 0 535 33 0 0 16 0 12 0 165395162 937791488 184705 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21031/tid=21034] ppid=21029 vsize=915812 CPUtime=5.87
/proc/21031/task/21034/stat : 21034 (java) S 21029 21031 20833 0 -1 64 83619 0 0 0 554 33 0 0 16 0 12 0 165395162 937791488 184705 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21031/tid=21035] ppid=21029 vsize=915812 CPUtime=0.02
/proc/21031/task/21035/stat : 21035 (java) S 21029 21031 20833 0 -1 64 15 0 0 0 2 0 0 0 15 0 12 0 165395165 937791488 184705 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=21031/tid=21036] ppid=21029 vsize=915812 CPUtime=0
/proc/21031/task/21036/stat : 21036 (java) S 21029 21031 20833 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 165395166 937791488 184705 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21031/tid=21037] ppid=21029 vsize=915812 CPUtime=0
/proc/21031/task/21037/stat : 21037 (java) S 21029 21031 20833 0 -1 64 4 0 0 0 0 0 0 0 22 0 12 0 165395166 937791488 184705 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21031/tid=21038] ppid=21029 vsize=915812 CPUtime=0
/proc/21031/task/21038/stat : 21038 (java) S 21029 21031 20833 0 -1 64 0 0 0 0 0 0 0 0 18 0 12 0 165395169 937791488 184705 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21031/tid=21039] ppid=21029 vsize=915812 CPUtime=0.01
/proc/21031/task/21039/stat : 21039 (java) S 21029 21031 20833 0 -1 64 1 0 0 0 1 0 0 0 16 0 12 0 165395169 937791488 184705 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21031/tid=21040] ppid=21029 vsize=915812 CPUtime=1.66
/proc/21031/task/21040/stat : 21040 (java) S 21029 21031 20833 0 -1 64 4870 0 0 0 164 2 0 0 16 0 12 0 165395169 937791488 184705 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21031/tid=21041] ppid=21029 vsize=915812 CPUtime=1.3
/proc/21031/task/21041/stat : 21041 (java) S 21029 21031 20833 0 -1 64 2477 0 0 0 129 1 0 0 16 0 12 0 165395169 937791488 184705 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21031/tid=21042] ppid=21029 vsize=915812 CPUtime=0
/proc/21031/task/21042/stat : 21042 (java) S 21029 21031 20833 0 -1 64 2 0 0 0 0 0 0 0 21 0 12 0 165395169 937791488 184705 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21031/tid=21043] ppid=21029 vsize=915812 CPUtime=0
/proc/21031/task/21043/stat : 21043 (java) S 21029 21031 20833 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 165395169 937791488 184705 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 51.89
Current children cumulated vsize (KiB) 915812



Maximum VSize exceeded: sending SIGTERM then SIGKILL

[startup+51.9903 s]
/proc/loadavg: 2.08 2.04 2.01 4/100 21043
/proc/meminfo: memFree=403176/2055920 swapFree=4171244/4192956
[pid=21031] ppid=21029 vsize=927820 CPUtime=52.68
/proc/21031/stat : 21031 (java) S 21029 21031 20833 0 -1 0 197644 0 1 0 5184 84 0 0 25 0 12 0 165395160 950087680 188175 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/21031/statm: 231955 188175 2479 14 0 218392 0
[pid=21031/tid=21033] ppid=21029 vsize=927820 CPUtime=5.78
/proc/21031/task/21033/stat : 21033 (java) S 21029 21031 20833 0 -1 64 82471 0 0 0 545 33 0 0 16 0 12 0 165395162 950087680 188175 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21031/tid=21034] ppid=21029 vsize=927820 CPUtime=5.95
/proc/21031/task/21034/stat : 21034 (java) S 21029 21031 20833 0 -1 64 85242 0 0 0 561 34 0 0 15 0 12 0 165395162 950087680 188175 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21031/tid=21035] ppid=21029 vsize=927820 CPUtime=0.39
/proc/21031/task/21035/stat : 21035 (java) R 21029 21031 20833 0 -1 64 2374 0 0 0 38 1 0 0 16 0 12 0 165395165 950087680 188175 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4152608606 0 0 0 23759 0 0 0 -1 1 0 0
[pid=21031/tid=21036] ppid=21029 vsize=927820 CPUtime=0
/proc/21031/task/21036/stat : 21036 (java) S 21029 21031 20833 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 165395166 950087680 188175 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21031/tid=21037] ppid=21029 vsize=927820 CPUtime=0
/proc/21031/task/21037/stat : 21037 (java) S 21029 21031 20833 0 -1 64 4 0 0 0 0 0 0 0 22 0 12 0 165395166 950087680 188175 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21031/tid=21038] ppid=21029 vsize=927820 CPUtime=0
/proc/21031/task/21038/stat : 21038 (java) S 21029 21031 20833 0 -1 64 0 0 0 0 0 0 0 0 18 0 12 0 165395169 950087680 188175 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21031/tid=21039] ppid=21029 vsize=927820 CPUtime=0.01
/proc/21031/task/21039/stat : 21039 (java) S 21029 21031 20833 0 -1 64 1 0 0 0 1 0 0 0 16 0 12 0 165395169 950087680 188175 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21031/tid=21040] ppid=21029 vsize=927820 CPUtime=1.66
/proc/21031/task/21040/stat : 21040 (java) S 21029 21031 20833 0 -1 64 4870 0 0 0 164 2 0 0 16 0 12 0 165395169 950087680 188175 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21031/tid=21041] ppid=21029 vsize=927820 CPUtime=1.3
/proc/21031/task/21041/stat : 21041 (java) S 21029 21031 20833 0 -1 64 2477 0 0 0 129 1 0 0 16 0 12 0 165395169 950087680 188175 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21031/tid=21042] ppid=21029 vsize=927820 CPUtime=0
/proc/21031/task/21042/stat : 21042 (java) S 21029 21031 20833 0 -1 64 2 0 0 0 0 0 0 0 21 0 12 0 165395169 950087680 188175 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21031/tid=21043] ppid=21029 vsize=927820 CPUtime=0
/proc/21031/task/21043/stat : 21043 (java) S 21029 21031 20833 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 165395169 950087680 188175 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 52.68
Current children cumulated vsize (KiB) 927820

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

Child status: 143
Real time (s): 53.35
CPU time (s): 54.0278
CPU user time (s): 53.0609
CPU system time (s): 0.966853
CPU usage (%): 101.27
Max. virtual memory (cumulated for all children) (KiB): 927820

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 53.0609
system time used= 0.966853
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 198535
page faults= 1
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 3197
involuntary context switches= 4141

runsolver used 0.085986 s user time and 0.165974 s system time

The end

Launcher Data (download as text)

Begin job on node19 on Sun Jan  7 11:40:05 UTC 2007


IDJOB= 206159
IDBENCH= 4188
FILE ID= node19/206159-1168170005

PBS_JOBID= 3478814

Free space on /tmp= 66300 MiB

BENCH NAME= HOME/pub/bench/CPAI06/fapp/fapp36-40/fapp36/fapp36-2000-6.xml
COMMAND LINE= java -server -Xmx700M -Xms700M -jar /tmp/evaluation/206159-1168170005/sat4jCSP-bf3-cached.jar /tmp/evaluation/206159-1168170005/unknown.xml
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node19/watcher-206159-1168170005 -o ROOT/results/node19/solver-206159-1168170005 -C 1800 -M 900  java -server -Xmx700M -Xms700M -jar /tmp/evaluation/206159-1168170005/sat4jCSP-bf3-cached.jar /tmp/evaluation/206159-1168170005/unknown.xml

META MD5SUM SOLVER= c614762dbe7de46d2af9d7b592545c03
MD5SUM BENCH=  83eb19c7109a7c0773fe268e40325cfc

RANDOM SEED= 614037190

TIME LIMIT= 1800 seconds

MEMORY LIMIT= 900 MiB


/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.260
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5914.62
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.260
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5586.94
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1149792 kB
Buffers:         77212 kB
Cached:         478960 kB
SwapCached:      10472 kB
Active:         445252 kB
Inactive:       392856 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1149792 kB
SwapTotal:     4192956 kB
SwapFree:      4171244 kB
Dirty:            5008 kB
Writeback:           0 kB
Mapped:         292008 kB
Slab:            51940 kB
Committed_AS:  4456052 kB
PageTables:       3216 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= 66300 MiB



End job on node19 on Sun Jan  7 11:40:59 UTC 2007