Trace number 201039

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) 62.1056 61.9571

General information on the benchmark

Namefapp/fapp11-15/fapp15/
fapp15-3000-2.xml
MD5SUMe329d2fbebc2b014e1808d90bbd1aefe
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 benchmark9.8545
SatisfiableNO
(Un)Satisfiability was provedNO
Number of variables3000
Number of constraints33021
Maximum constraint arity2
Maximum domain size182
Number of constraints which are defined in extension0
Number of constraints which are defined in intension33021
Global constraints used (with number of constraints)

Solver Data (download as text)

0.16	c SAT4J: a SATisfiability library for Java (c) 2004-2006 Daniel Le Berre
0.16	c This is free software under the GNU LGPL licence. See www.sat4j.org for details.
0.16	c This software uses some libraries from the Jakarta project. See jakarta.apache.org for details.
0.17	c version CSP COMPETITION BUGFIX 3 CACHED
0.17	c sun.arch.data.model	32
0.17	c java.version	1.5.0_10
0.17	c os.name	Linux
0.17	c os.version	2.6.9-22.EL.rootsmp
0.17	c os.arch	i386
0.17	c Free memory 722620888
0.17	c Max memory 723845120
0.17	c Total memory 723845120
0.17	c Number of processors 2
0.26	c --- Begin Solver configuration ---
0.26	c Stops conflict analysis at the first Unique Implication Point
0.26	c org.sat4j.minisat.constraints.MixedDataStructureWithBinary@19dfbff
0.26	c Learn all clauses as in MiniSAT
0.26	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.26	c VSIDS like heuristics from MiniSAT using a heap
0.26	c No reason simplification
0.26	c --- End Solver configuration ---
0.26	c solving /tmp/evaluation/201039-1168144834/unknown.xml
0.26	c reading problem ... 
0.53	c reading problem named ?
0.53	c reading domains done.
0.90	c reading variables
c reading variables (3000) done.
3.46	c reading predicates 
c reading relations (9) done.
3.73	c reading constraintsc starts		: 0
61.83	c conflicts		: 0
61.83	c decisions		: 0
61.83	c propagations		: 0
61.83	c inspects		: 0
61.83	c learnt literals	: 0
61.83	c learnt binary clauses	: 0
61.83	c learnt ternary clauses	: 0
61.83	c learnt clauses	: 0
61.83	c root simplifications	: 0
61.83	c removed literals (reason simplification)	: 0
61.83	c reason swapping (by a shorter reason)	: 0
61.83	c Calls to reduceDB	: 0
61.83	c speed (decisions/second)	: 0.0
61.83	c non guided choices	0
61.83	s UNKNOWN
61.84	c Total wall clock time (in seconds) : 61.571
61.84	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/node33/watcher-201039-1168144834 -o ROOT/results/node33/solver-201039-1168144834 -C 1800 -M 900 java -server -Xmx700M -Xms700M -jar /tmp/evaluation/201039-1168144834/sat4jCSP-bf3-cached.jar /tmp/evaluation/201039-1168144834/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: 0.92 1.10 1.49 5/73 30938
/proc/meminfo: memFree=1549472/2055920 swapFree=4192224/4192956
[pid=30937] ppid=30935 vsize=50228 CPUtime=0
/proc/30937/stat : 30937 (java) D 30935 30937 30849 0 -1 0 1384 0 1 0 0 0 0 0 17 0 1 0 162877237 51433472 1149 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 2147483391 0 7368 18446744072099781622 0 0 17 1 0 0
/proc/30937/statm: 12557 1149 878 14 0 1707 0

[startup+0.103718 s]
/proc/loadavg: 0.92 1.10 1.49 5/73 30938
/proc/meminfo: memFree=1549472/2055920 swapFree=4192224/4192956
[pid=30937] ppid=30935 vsize=900216 CPUtime=0.09
/proc/30937/stat : 30937 (java) R 30935 30937 30849 0 -1 0 3255 0 1 0 7 2 0 0 22 0 12 0 162877237 921821184 3015 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4154954223 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/30937/statm: 225054 3015 1527 14 0 212074 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 900216

[startup+0.5118 s]
/proc/loadavg: 0.92 1.10 1.49 5/73 30938
/proc/meminfo: memFree=1549472/2055920 swapFree=4192224/4192956
[pid=30937] ppid=30935 vsize=905236 CPUtime=0.49
/proc/30937/stat : 30937 (java) R 30935 30937 30849 0 -1 0 5826 0 1 0 45 4 0 0 19 0 12 0 162877237 926961664 5421 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/30937/statm: 226309 5421 2246 14 0 212746 0
Current children cumulated CPU time (s) 0.49
Current children cumulated vsize (KiB) 905236

[startup+1.33397 s]
/proc/loadavg: 1.17 1.15 1.51 4/84 30949
/proc/meminfo: memFree=1431496/2055920 swapFree=4192224/4192956
[pid=30937] ppid=30935 vsize=906592 CPUtime=1.3
/proc/30937/stat : 30937 (java) R 30935 30937 30849 0 -1 0 7019 0 1 0 125 5 0 0 22 0 12 0 162877237 928350208 6116 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/30937/statm: 226648 6116 2306 14 0 213085 0
[pid=30937/tid=30939] ppid=30935 vsize=906592 CPUtime=0
/proc/30937/task/30939/stat : 30939 (java) S 30935 30937 30849 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 162877240 928350208 6116 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30937/tid=30940] ppid=30935 vsize=906592 CPUtime=0
/proc/30937/task/30940/stat : 30940 (java) S 30935 30937 30849 0 -1 64 1 0 0 0 0 0 0 0 19 0 12 0 162877240 928350208 6116 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30937/tid=30941] ppid=30935 vsize=906592 CPUtime=0
/proc/30937/task/30941/stat : 30941 (java) S 30935 30937 30849 0 -1 64 6 0 0 0 0 0 0 0 17 0 12 0 162877243 928350208 6116 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=30937/tid=30942] ppid=30935 vsize=906592 CPUtime=0
/proc/30937/task/30942/stat : 30942 (java) S 30935 30937 30849 0 -1 64 8 0 0 0 0 0 0 0 21 0 12 0 162877243 928350208 6116 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30937/tid=30943] ppid=30935 vsize=906592 CPUtime=0
/proc/30937/task/30943/stat : 30943 (java) S 30935 30937 30849 0 -1 64 4 0 0 0 0 0 0 0 22 0 12 0 162877243 928350208 6116 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30937/tid=30944] ppid=30935 vsize=906592 CPUtime=0
/proc/30937/task/30944/stat : 30944 (java) S 30935 30937 30849 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 162877247 928350208 6116 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30937/tid=30945] ppid=30935 vsize=906592 CPUtime=0
/proc/30937/task/30945/stat : 30945 (java) S 30935 30937 30849 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 162877247 928350208 6116 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30937/tid=30946] ppid=30935 vsize=906592 CPUtime=0.32
/proc/30937/task/30946/stat : 30946 (java) S 30935 30937 30849 0 -1 64 1066 0 0 0 32 0 0 0 16 0 12 0 162877247 928350208 6116 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30937/tid=30947] ppid=30935 vsize=906592 CPUtime=0.32
/proc/30937/task/30947/stat : 30947 (java) R 30935 30937 30849 0 -1 64 673 0 0 0 32 0 0 0 16 0 12 0 162877247 928350208 6116 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4151168817 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30937/tid=30948] ppid=30935 vsize=906592 CPUtime=0
/proc/30937/task/30948/stat : 30948 (java) S 30935 30937 30849 0 -1 64 1 0 0 0 0 0 0 0 21 0 12 0 162877247 928350208 6116 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30937/tid=30949] ppid=30935 vsize=906592 CPUtime=0
/proc/30937/task/30949/stat : 30949 (java) S 30935 30937 30849 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 162877247 928350208 6116 18446744073709551615 134512640 134570532 4294956496 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) 906592

[startup+2.98731 s]
/proc/loadavg: 1.17 1.15 1.51 3/84 30949
/proc/meminfo: memFree=1396424/2055920 swapFree=4192224/4192956
[pid=30937] ppid=30935 vsize=910440 CPUtime=3.13
/proc/30937/stat : 30937 (java) R 30935 30937 30849 0 -1 0 36472 0 1 0 295 18 0 0 16 0 12 0 162877237 932290560 32800 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4151513470 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/30937/statm: 227610 32800 2342 14 0 214047 0
[pid=30937/tid=30939] ppid=30935 vsize=910440 CPUtime=0.22
/proc/30937/task/30939/stat : 30939 (java) S 30935 30937 30849 0 -1 64 6355 0 0 0 18 4 0 0 16 0 12 0 162877240 932290560 32800 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30937/tid=30940] ppid=30935 vsize=910440 CPUtime=0.21
/proc/30937/task/30940/stat : 30940 (java) S 30935 30937 30849 0 -1 64 7849 0 0 0 18 3 0 0 16 0 12 0 162877240 932290560 32800 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30937/tid=30941] ppid=30935 vsize=910440 CPUtime=0
/proc/30937/task/30941/stat : 30941 (java) S 30935 30937 30849 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 162877243 932290560 32800 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=30937/tid=30942] ppid=30935 vsize=910440 CPUtime=0
/proc/30937/task/30942/stat : 30942 (java) S 30935 30937 30849 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 162877243 932290560 32800 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30937/tid=30943] ppid=30935 vsize=910440 CPUtime=0
/proc/30937/task/30943/stat : 30943 (java) S 30935 30937 30849 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 162877243 932290560 32800 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30937/tid=30944] ppid=30935 vsize=910440 CPUtime=0
/proc/30937/task/30944/stat : 30944 (java) S 30935 30937 30849 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 162877247 932290560 32800 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30937/tid=30945] ppid=30935 vsize=910440 CPUtime=0
/proc/30937/task/30945/stat : 30945 (java) S 30935 30937 30849 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 162877247 932290560 32800 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30937/tid=30946] ppid=30935 vsize=910440 CPUtime=0.54
/proc/30937/task/30946/stat : 30946 (java) S 30935 30937 30849 0 -1 64 1088 0 0 0 54 0 0 0 16 0 12 0 162877247 932290560 32800 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30937/tid=30947] ppid=30935 vsize=910440 CPUtime=0.84
/proc/30937/task/30947/stat : 30947 (java) S 30935 30937 30849 0 -1 64 1513 0 0 0 84 0 0 0 16 0 12 0 162877247 932290560 32800 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30937/tid=30948] ppid=30935 vsize=910440 CPUtime=0
/proc/30937/task/30948/stat : 30948 (java) S 30935 30937 30849 0 -1 64 1 0 0 0 0 0 0 0 21 0 12 0 162877247 932290560 32800 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30937/tid=30949] ppid=30935 vsize=910440 CPUtime=0
/proc/30937/task/30949/stat : 30949 (java) S 30935 30937 30849 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 162877247 932290560 32800 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.13
Current children cumulated vsize (KiB) 910440

[startup+6.28299 s]
/proc/loadavg: 1.23 1.16 1.51 3/84 30949
/proc/meminfo: memFree=1202896/2055920 swapFree=4192224/4192956
[pid=30937] ppid=30935 vsize=918924 CPUtime=6.71
/proc/30937/stat : 30937 (java) R 30935 30937 30849 0 -1 0 60027 0 1 0 640 31 0 0 25 0 12 0 162877237 940978176 51126 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/30937/statm: 229731 51126 2482 14 0 216168 0
[pid=30937/tid=30939] ppid=30935 vsize=918924 CPUtime=0.66
/proc/30937/task/30939/stat : 30939 (java) R 30935 30937 30849 0 -1 64 18525 0 0 0 56 10 0 0 16 0 12 0 162877240 940978176 51126 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4154958544 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30937/tid=30940] ppid=30935 vsize=918924 CPUtime=0.57
/proc/30937/task/30940/stat : 30940 (java) R 30935 30937 30849 0 -1 64 14603 0 0 0 51 6 0 0 17 0 12 0 162877240 940978176 51126 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4154958747 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30937/tid=30941] ppid=30935 vsize=918924 CPUtime=0
/proc/30937/task/30941/stat : 30941 (java) S 30935 30937 30849 0 -1 64 12 0 0 0 0 0 0 0 16 0 12 0 162877243 940978176 51126 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=30937/tid=30942] ppid=30935 vsize=918924 CPUtime=0
/proc/30937/task/30942/stat : 30942 (java) S 30935 30937 30849 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 162877243 940978176 51126 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30937/tid=30943] ppid=30935 vsize=918924 CPUtime=0
/proc/30937/task/30943/stat : 30943 (java) S 30935 30937 30849 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 162877243 940978176 51126 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30937/tid=30944] ppid=30935 vsize=918924 CPUtime=0
/proc/30937/task/30944/stat : 30944 (java) S 30935 30937 30849 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 162877247 940978176 51126 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30937/tid=30945] ppid=30935 vsize=918924 CPUtime=0
/proc/30937/task/30945/stat : 30945 (java) S 30935 30937 30849 0 -1 64 3 0 0 0 0 0 0 0 16 0 12 0 162877247 940978176 51126 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30937/tid=30946] ppid=30935 vsize=918924 CPUtime=1.09
/proc/30937/task/30946/stat : 30946 (java) S 30935 30937 30849 0 -1 64 3005 0 0 0 108 1 0 0 16 0 12 0 162877247 940978176 51126 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30937/tid=30947] ppid=30935 vsize=918924 CPUtime=1.63
/proc/30937/task/30947/stat : 30947 (java) S 30935 30937 30849 0 -1 64 3814 0 0 0 162 1 0 0 16 0 12 0 162877247 940978176 51126 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30937/tid=30948] ppid=30935 vsize=918924 CPUtime=0
/proc/30937/task/30948/stat : 30948 (java) S 30935 30937 30849 0 -1 64 1 0 0 0 0 0 0 0 21 0 12 0 162877247 940978176 51126 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30937/tid=30949] ppid=30935 vsize=918924 CPUtime=0
/proc/30937/task/30949/stat : 30949 (java) S 30935 30937 30849 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 162877247 940978176 51126 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.71
Current children cumulated vsize (KiB) 918924

[startup+12.7201 s]
/proc/loadavg: 1.29 1.18 1.51 3/84 30949
/proc/meminfo: memFree=1035600/2055920 swapFree=4192224/4192956
[pid=30937] ppid=30935 vsize=917360 CPUtime=13.12
/proc/30937/stat : 30937 (java) R 30935 30937 30849 0 -1 0 79064 0 1 0 1274 38 0 0 25 0 12 0 162877237 939376640 68979 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4054733702 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/30937/statm: 229340 68979 2484 14 0 215777 0
[pid=30937/tid=30939] ppid=30935 vsize=917360 CPUtime=1.2
/proc/30937/task/30939/stat : 30939 (java) S 30935 30937 30849 0 -1 64 27249 0 0 0 107 13 0 0 16 0 12 0 162877240 939376640 68979 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30937/tid=30940] ppid=30935 vsize=917360 CPUtime=1.18
/proc/30937/task/30940/stat : 30940 (java) S 30935 30937 30849 0 -1 64 24248 0 0 0 108 10 0 0 16 0 12 0 162877240 939376640 68979 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30937/tid=30941] ppid=30935 vsize=917360 CPUtime=0.01
/proc/30937/task/30941/stat : 30941 (java) S 30935 30937 30849 0 -1 64 12 0 0 0 1 0 0 0 15 0 12 0 162877243 939376640 68979 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=30937/tid=30942] ppid=30935 vsize=917360 CPUtime=0
/proc/30937/task/30942/stat : 30942 (java) S 30935 30937 30849 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 162877243 939376640 68979 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30937/tid=30943] ppid=30935 vsize=917360 CPUtime=0
/proc/30937/task/30943/stat : 30943 (java) S 30935 30937 30849 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 162877243 939376640 68979 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30937/tid=30944] ppid=30935 vsize=917360 CPUtime=0
/proc/30937/task/30944/stat : 30944 (java) S 30935 30937 30849 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 162877247 939376640 68979 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30937/tid=30945] ppid=30935 vsize=917360 CPUtime=0
/proc/30937/task/30945/stat : 30945 (java) S 30935 30937 30849 0 -1 64 3 0 0 0 0 0 0 0 16 0 12 0 162877247 939376640 68979 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30937/tid=30946] ppid=30935 vsize=917360 CPUtime=1.2
/proc/30937/task/30946/stat : 30946 (java) S 30935 30937 30849 0 -1 64 3006 0 0 0 119 1 0 0 17 0 12 0 162877247 939376640 68979 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30937/tid=30947] ppid=30935 vsize=917360 CPUtime=1.99
/proc/30937/task/30947/stat : 30947 (java) S 30935 30937 30849 0 -1 64 4456 0 0 0 197 2 0 0 16 0 12 0 162877247 939376640 68979 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30937/tid=30948] ppid=30935 vsize=917360 CPUtime=0
/proc/30937/task/30948/stat : 30948 (java) S 30935 30937 30849 0 -1 64 1 0 0 0 0 0 0 0 21 0 12 0 162877247 939376640 68979 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30937/tid=30949] ppid=30935 vsize=917360 CPUtime=0
/proc/30937/task/30949/stat : 30949 (java) S 30935 30937 30849 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 162877247 939376640 68979 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 13.12
Current children cumulated vsize (KiB) 917360

[startup+25.6018 s]
/proc/loadavg: 1.40 1.20 1.52 3/84 30949
/proc/meminfo: memFree=751952/2055920 swapFree=4192224/4192956
[pid=30937] ppid=30935 vsize=917360 CPUtime=25.95
/proc/30937/stat : 30937 (java) R 30935 30937 30849 0 -1 0 110398 0 1 0 2545 50 0 0 25 0 12 0 162877237 939376640 99174 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4054567473 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/30937/statm: 229340 99174 2484 14 0 215777 0
[pid=30937/tid=30939] ppid=30935 vsize=917360 CPUtime=2.05
/proc/30937/task/30939/stat : 30939 (java) S 30935 30937 30849 0 -1 64 42088 0 0 0 187 18 0 0 16 0 12 0 162877240 939376640 99174 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30937/tid=30940] ppid=30935 vsize=917360 CPUtime=2.06
/proc/30937/task/30940/stat : 30940 (java) S 30935 30937 30849 0 -1 64 40700 0 0 0 190 16 0 0 16 0 12 0 162877240 939376640 99174 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30937/tid=30941] ppid=30935 vsize=917360 CPUtime=0.02
/proc/30937/task/30941/stat : 30941 (java) S 30935 30937 30849 0 -1 64 16 0 0 0 2 0 0 0 15 0 12 0 162877243 939376640 99174 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=30937/tid=30942] ppid=30935 vsize=917360 CPUtime=0
/proc/30937/task/30942/stat : 30942 (java) S 30935 30937 30849 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 162877243 939376640 99174 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30937/tid=30943] ppid=30935 vsize=917360 CPUtime=0
/proc/30937/task/30943/stat : 30943 (java) S 30935 30937 30849 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 162877243 939376640 99174 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30937/tid=30944] ppid=30935 vsize=917360 CPUtime=0
/proc/30937/task/30944/stat : 30944 (java) S 30935 30937 30849 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 162877247 939376640 99174 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30937/tid=30945] ppid=30935 vsize=917360 CPUtime=0
/proc/30937/task/30945/stat : 30945 (java) S 30935 30937 30849 0 -1 64 3 0 0 0 0 0 0 0 16 0 12 0 162877247 939376640 99174 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30937/tid=30946] ppid=30935 vsize=917360 CPUtime=1.32
/proc/30937/task/30946/stat : 30946 (java) S 30935 30937 30849 0 -1 64 3011 0 0 0 131 1 0 0 17 0 12 0 162877247 939376640 99174 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30937/tid=30947] ppid=30935 vsize=917360 CPUtime=2.03
/proc/30937/task/30947/stat : 30947 (java) S 30935 30937 30849 0 -1 64 4456 0 0 0 201 2 0 0 17 0 12 0 162877247 939376640 99174 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30937/tid=30948] ppid=30935 vsize=917360 CPUtime=0
/proc/30937/task/30948/stat : 30948 (java) S 30935 30937 30849 0 -1 64 1 0 0 0 0 0 0 0 21 0 12 0 162877247 939376640 99174 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30937/tid=30949] ppid=30935 vsize=917360 CPUtime=0
/proc/30937/task/30949/stat : 30949 (java) S 30935 30937 30849 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 162877247 939376640 99174 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.95
Current children cumulated vsize (KiB) 917360

[startup+51.2051 s]
/proc/loadavg: 1.74 1.30 1.54 3/84 30949
/proc/meminfo: memFree=171728/2055920 swapFree=4192224/4192956
[pid=30937] ppid=30935 vsize=917360 CPUtime=51.43
/proc/30937/stat : 30937 (java) R 30935 30937 30849 0 -1 0 173561 0 1 0 5069 74 0 0 25 0 12 0 162877237 939376640 162239 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4054708685 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/30937/statm: 229340 162239 2484 14 0 215777 0
[pid=30937/tid=30939] ppid=30935 vsize=917360 CPUtime=3.81
/proc/30937/task/30939/stat : 30939 (java) S 30935 30937 30849 0 -1 64 74522 0 0 0 350 31 0 0 16 0 12 0 162877240 939376640 162239 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30937/tid=30940] ppid=30935 vsize=917360 CPUtime=3.74
/proc/30937/task/30940/stat : 30940 (java) S 30935 30937 30849 0 -1 64 71378 0 0 0 349 25 0 0 16 0 12 0 162877240 939376640 162239 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30937/tid=30941] ppid=30935 vsize=917360 CPUtime=0.04
/proc/30937/task/30941/stat : 30941 (java) S 30935 30937 30849 0 -1 64 16 0 0 0 3 1 0 0 15 0 12 0 162877243 939376640 162239 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=30937/tid=30942] ppid=30935 vsize=917360 CPUtime=0
/proc/30937/task/30942/stat : 30942 (java) S 30935 30937 30849 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 162877243 939376640 162239 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30937/tid=30943] ppid=30935 vsize=917360 CPUtime=0
/proc/30937/task/30943/stat : 30943 (java) S 30935 30937 30849 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 162877243 939376640 162239 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30937/tid=30944] ppid=30935 vsize=917360 CPUtime=0
/proc/30937/task/30944/stat : 30944 (java) S 30935 30937 30849 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 162877247 939376640 162239 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30937/tid=30945] ppid=30935 vsize=917360 CPUtime=0
/proc/30937/task/30945/stat : 30945 (java) S 30935 30937 30849 0 -1 64 3 0 0 0 0 0 0 0 17 0 12 0 162877247 939376640 162239 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30937/tid=30946] ppid=30935 vsize=917360 CPUtime=1.33
/proc/30937/task/30946/stat : 30946 (java) S 30935 30937 30849 0 -1 64 3011 0 0 0 132 1 0 0 16 0 12 0 162877247 939376640 162239 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30937/tid=30947] ppid=30935 vsize=917360 CPUtime=2.05
/proc/30937/task/30947/stat : 30947 (java) S 30935 30937 30849 0 -1 64 4459 0 0 0 203 2 0 0 17 0 12 0 162877247 939376640 162239 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30937/tid=30948] ppid=30935 vsize=917360 CPUtime=0
/proc/30937/task/30948/stat : 30948 (java) S 30935 30937 30849 0 -1 64 1 0 0 0 0 0 0 0 21 0 12 0 162877247 939376640 162239 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30937/tid=30949] ppid=30935 vsize=917360 CPUtime=0
/proc/30937/task/30949/stat : 30949 (java) S 30935 30937 30849 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 162877247 939376640 162239 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 51.43
Current children cumulated vsize (KiB) 917360



Maximum VSize exceeded: sending SIGTERM then SIGKILL

[startup+60.8551 s]
/proc/loadavg: 1.88 1.35 1.55 5/84 30949
/proc/meminfo: memFree=18640/2055920 swapFree=4192224/4192956
[pid=30937] ppid=30935 vsize=925364 CPUtime=61.01
/proc/30937/stat : 30937 (java) S 30935 30937 30849 0 -1 0 200207 0 1 0 6017 84 0 0 25 0 12 0 162877237 947572736 187138 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/30937/statm: 231341 187138 2484 14 0 217778 0
[pid=30937/tid=30939] ppid=30935 vsize=925364 CPUtime=4.49
/proc/30937/task/30939/stat : 30939 (java) R 30935 30937 30849 0 -1 64 86465 0 0 0 413 36 0 0 17 0 12 0 162877240 947572736 187138 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30937/tid=30940] ppid=30935 vsize=925364 CPUtime=4.46
/proc/30937/task/30940/stat : 30940 (java) S 30935 30937 30849 0 -1 64 83554 0 0 0 416 30 0 0 16 0 12 0 162877240 947572736 187138 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30937/tid=30941] ppid=30935 vsize=925364 CPUtime=0.51
/proc/30937/task/30941/stat : 30941 (java) R 30935 30937 30849 0 -1 64 2526 0 0 0 49 2 0 0 16 0 12 0 162877243 947572736 187138 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4152681624 0 0 0 23759 0 0 0 -1 1 0 0
[pid=30937/tid=30942] ppid=30935 vsize=925364 CPUtime=0
/proc/30937/task/30942/stat : 30942 (java) S 30935 30937 30849 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 162877243 947572736 187138 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30937/tid=30943] ppid=30935 vsize=925364 CPUtime=0
/proc/30937/task/30943/stat : 30943 (java) S 30935 30937 30849 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 162877243 947572736 187138 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30937/tid=30944] ppid=30935 vsize=925364 CPUtime=0
/proc/30937/task/30944/stat : 30944 (java) S 30935 30937 30849 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 162877247 947572736 187138 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30937/tid=30945] ppid=30935 vsize=925364 CPUtime=0
/proc/30937/task/30945/stat : 30945 (java) S 30935 30937 30849 0 -1 64 3 0 0 0 0 0 0 0 17 0 12 0 162877247 947572736 187138 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30937/tid=30946] ppid=30935 vsize=925364 CPUtime=1.33
/proc/30937/task/30946/stat : 30946 (java) S 30935 30937 30849 0 -1 64 3011 0 0 0 132 1 0 0 16 0 12 0 162877247 947572736 187138 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30937/tid=30947] ppid=30935 vsize=925364 CPUtime=2.06
/proc/30937/task/30947/stat : 30947 (java) S 30935 30937 30849 0 -1 64 4459 0 0 0 204 2 0 0 17 0 12 0 162877247 947572736 187138 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30937/tid=30948] ppid=30935 vsize=925364 CPUtime=0
/proc/30937/task/30948/stat : 30948 (java) S 30935 30937 30849 0 -1 64 1 0 0 0 0 0 0 0 21 0 12 0 162877247 947572736 187138 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30937/tid=30949] ppid=30935 vsize=925364 CPUtime=0
/proc/30937/task/30949/stat : 30949 (java) S 30935 30937 30849 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 162877247 947572736 187138 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 61.01
Current children cumulated vsize (KiB) 925364

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

Child status: 143
Real time (s): 61.9571
CPU time (s): 62.1056
CPU user time (s): 61.1357
CPU system time (s): 0.969852
CPU usage (%): 100.24
Max. virtual memory (cumulated for all children) (KiB): 925364

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 61.1357
system time used= 0.969852
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 201590
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= 3676
involuntary context switches= 3616

runsolver used 0.065989 s user time and 0.225965 s system time

The end

Launcher Data (download as text)

Begin job on node33 on Sun Jan  7 04:40:34 UTC 2007


IDJOB= 201039
IDBENCH= 3740
FILE ID= node33/201039-1168144834

PBS_JOBID= 3478135

Free space on /tmp= 66548 MiB

BENCH NAME= HOME/pub/bench/CPAI06/fapp/fapp11-15/fapp15/fapp15-3000-2.xml
COMMAND LINE= java -server -Xmx700M -Xms700M -jar /tmp/evaluation/201039-1168144834/sat4jCSP-bf3-cached.jar /tmp/evaluation/201039-1168144834/unknown.xml
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node33/watcher-201039-1168144834 -o ROOT/results/node33/solver-201039-1168144834 -C 1800 -M 900  java -server -Xmx700M -Xms700M -jar /tmp/evaluation/201039-1168144834/sat4jCSP-bf3-cached.jar /tmp/evaluation/201039-1168144834/unknown.xml

META MD5SUM SOLVER= c614762dbe7de46d2af9d7b592545c03
MD5SUM BENCH=  e329d2fbebc2b014e1808d90bbd1aefe

RANDOM SEED= 873849877

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.281
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.281
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:       1557120 kB
Buffers:         45460 kB
Cached:         348900 kB
SwapCached:        448 kB
Active:         162432 kB
Inactive:       268024 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1557120 kB
SwapTotal:     4192956 kB
SwapFree:      4192224 kB
Dirty:           11860 kB
Writeback:           0 kB
Mapped:          46388 kB
Slab:            53880 kB
Committed_AS:  2905876 kB
PageTables:       1756 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= 66553 MiB



End job on node33 on Sun Jan  7 04:41:37 UTC 2007