Trace number 208976

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.11 1811.16

General information on the benchmark

Namefapp/fapp01-05/fapp05/
fapp05-0350-1.xml
MD5SUM3906c3af93c8a600af75d372edfbe771
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 benchmark1.65575
SatisfiableNO
(Un)Satisfiability was provedNO
Number of variables350
Number of constraints4665
Maximum constraint arity2
Maximum domain size270
Number of constraints which are defined in extension0
Number of constraints which are defined in intension4665
Global constraints used (with number of constraints)

Solver Data (download as text)

c 
c 
c 
c conversion script
c 
c 

converting(/tmp/evaluation/208976-1168191212/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/node45/watcher-208976-1168191212 -o ROOT/results/node45/solver-208976-1168191212 -C 1800 -M 900 /tmp/evaluation/208976-1168191212/Complete/Ordinary/solver /tmp/evaluation/208976-1168191212/unknown 1800 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 921600 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 972800 KiB
Current StackSize limit: 10240 KiB

/proc/loadavg: 2.00 2.00 1.94 5/82 24684
/proc/meminfo: memFree=1164672/2055920 swapFree=4184048/4192956
[pid=24683] ppid=24681 vsize=53468 CPUtime=0
/proc/24683/stat : 24683 (bprolog) R 24681 24683 23881 0 -1 4194304 460 0 0 0 0 0 0 0 20 0 1 0 167520450 54751232 180 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134747036 0 0 4096 2 0 0 0 17 1 0 0
/proc/24683/statm: 13367 180 114 90 0 12905 0

[startup+0.104184 s]
/proc/loadavg: 2.00 2.00 1.94 5/82 24684
/proc/meminfo: memFree=1164672/2055920 swapFree=4184048/4192956
[pid=24683] ppid=24681 vsize=53824 CPUtime=0.09
/proc/24683/stat : 24683 (bprolog) R 24681 24683 23881 0 -1 4194304 1976 0 0 0 8 1 0 0 20 0 1 0 167520450 55115776 1692 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134576654 0 0 4096 2 0 0 0 17 1 0 0
/proc/24683/statm: 13456 1692 157 90 0 12994 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 53824

[startup+0.512249 s]
/proc/loadavg: 2.00 2.00 1.94 5/82 24684
/proc/meminfo: memFree=1164672/2055920 swapFree=4184048/4192956
[pid=24683] ppid=24681 vsize=62100 CPUtime=0.5
/proc/24683/stat : 24683 (bprolog) R 24681 24683 23881 0 -1 4194304 2788 0 0 0 49 1 0 0 23 0 1 0 167520450 63590400 2503 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134663132 0 0 4096 2 0 0 0 17 1 0 0
/proc/24683/statm: 15525 2503 176 90 0 15063 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 62100

[startup+1.3334 s]
/proc/loadavg: 2.00 2.00 1.94 3/82 24684
/proc/meminfo: memFree=1154176/2055920 swapFree=4184048/4192956
[pid=24683] ppid=24681 vsize=62100 CPUtime=1.3
/proc/24683/stat : 24683 (bprolog) R 24681 24683 23881 0 -1 4194304 3424 0 0 0 129 1 0 0 25 0 1 0 167520450 63590400 3139 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134664651 0 0 4096 2 0 0 0 17 1 0 0
/proc/24683/statm: 15525 3139 176 90 0 15063 0
Current children cumulated CPU time (s) 1.3
Current children cumulated vsize (KiB) 62100

[startup+2.97069 s]
/proc/loadavg: 2.00 2.00 1.94 3/83 24685
/proc/meminfo: memFree=1148216/2055920 swapFree=4184048/4192956
[pid=24683] ppid=24681 vsize=72344 CPUtime=2.94
/proc/24683/stat : 24683 (bprolog) R 24681 24683 23881 0 -1 4194304 4545 0 0 0 292 2 0 0 25 0 2 0 167520450 74080256 4260 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134618352 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/24683/statm: 18086 4260 180 90 0 17624 0
[pid=24683/tid=24685] ppid=24681 vsize=72344 CPUtime=0
/proc/24683/task/24685/stat : 24685 (bprolog) S 24681 24683 23881 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 167520627 74080256 4260 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) 72344

[startup+6.25529 s]
/proc/loadavg: 2.00 2.00 1.94 3/83 24685
/proc/meminfo: memFree=1148216/2055920 swapFree=4184048/4192956
[pid=24683] ppid=24681 vsize=72344 CPUtime=6.19
/proc/24683/stat : 24683 (bprolog) R 24681 24683 23881 0 -1 4194304 4545 0 0 0 617 2 0 0 25 0 2 0 167520450 74080256 4260 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134620123 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/24683/statm: 18086 4260 180 90 0 17624 0
[pid=24683/tid=24685] ppid=24681 vsize=72344 CPUtime=0
/proc/24683/task/24685/stat : 24685 (bprolog) S 24681 24683 23881 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 167520627 74080256 4260 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.19
Current children cumulated vsize (KiB) 72344

[startup+12.7175 s]
/proc/loadavg: 2.00 2.00 1.94 3/83 24685
/proc/meminfo: memFree=1148344/2055920 swapFree=4184048/4192956
[pid=24683] ppid=24681 vsize=72344 CPUtime=12.6
/proc/24683/stat : 24683 (bprolog) R 24681 24683 23881 0 -1 4194304 4545 0 0 0 1258 2 0 0 25 0 2 0 167520450 74080256 4260 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134664573 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/24683/statm: 18086 4260 180 90 0 17624 0
[pid=24683/tid=24685] ppid=24681 vsize=72344 CPUtime=0
/proc/24683/task/24685/stat : 24685 (bprolog) S 24681 24683 23881 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 167520627 74080256 4260 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) 72344

[startup+25.5408 s]
/proc/loadavg: 2.00 2.00 1.94 3/83 24685
/proc/meminfo: memFree=1146872/2055920 swapFree=4184048/4192956
[pid=24683] ppid=24681 vsize=72344 CPUtime=25.32
/proc/24683/stat : 24683 (bprolog) R 24681 24683 23881 0 -1 4194304 4927 0 0 0 2530 2 0 0 25 0 2 0 167520450 74080256 4642 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134662572 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/24683/statm: 18086 4642 180 90 0 17624 0
[pid=24683/tid=24685] ppid=24681 vsize=72344 CPUtime=0
/proc/24683/task/24685/stat : 24685 (bprolog) S 24681 24683 23881 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 167520627 74080256 4642 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.32
Current children cumulated vsize (KiB) 72344

[startup+51.1814 s]
/proc/loadavg: 2.00 2.00 1.94 3/83 24685
/proc/meminfo: memFree=1146936/2055920 swapFree=4184048/4192956
[pid=24683] ppid=24681 vsize=72344 CPUtime=50.74
/proc/24683/stat : 24683 (bprolog) R 24681 24683 23881 0 -1 4194304 4936 0 0 0 5072 2 0 0 25 0 2 0 167520450 74080256 4651 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134669033 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/24683/statm: 18086 4651 180 90 0 17624 0
[pid=24683/tid=24685] ppid=24681 vsize=72344 CPUtime=0
/proc/24683/task/24685/stat : 24685 (bprolog) S 24681 24683 23881 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 167520627 74080256 4651 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 50.74
Current children cumulated vsize (KiB) 72344

[startup+102.476 s]
/proc/loadavg: 1.87 1.97 1.93 3/85 24738
/proc/meminfo: memFree=1172656/2055920 swapFree=4184048/4192956
[pid=24683] ppid=24681 vsize=72344 CPUtime=101.55
/proc/24683/stat : 24683 (bprolog) R 24681 24683 23881 0 -1 4194304 4936 0 0 0 10152 3 0 0 25 0 2 0 167520450 74080256 4651 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134663836 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/24683/statm: 18086 4651 180 90 0 17624 0
[pid=24683/tid=24685] ppid=24681 vsize=72344 CPUtime=0
/proc/24683/task/24685/stat : 24685 (bprolog) S 24681 24683 23881 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 167520627 74080256 4651 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 101.55
Current children cumulated vsize (KiB) 72344

[startup+162.487 s]
/proc/loadavg: 2.01 1.99 1.93 3/85 24738
/proc/meminfo: memFree=1019056/2055920 swapFree=4184048/4192956
[pid=24683] ppid=24681 vsize=72344 CPUtime=161.06
/proc/24683/stat : 24683 (bprolog) R 24681 24683 23881 0 -1 4194304 4936 0 0 0 16102 4 0 0 25 0 2 0 167520450 74080256 4651 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134663819 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/24683/statm: 18086 4651 180 90 0 17624 0
[pid=24683/tid=24685] ppid=24681 vsize=72344 CPUtime=0
/proc/24683/task/24685/stat : 24685 (bprolog) S 24681 24683 23881 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 167520627 74080256 4651 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 161.06
Current children cumulated vsize (KiB) 72344

[startup+222.588 s]
/proc/loadavg: 2.00 1.99 1.93 3/85 24738
/proc/meminfo: memFree=868528/2055920 swapFree=4184048/4192956
[pid=24683] ppid=24681 vsize=72344 CPUtime=220.78
/proc/24683/stat : 24683 (bprolog) R 24681 24683 23881 0 -1 4194304 4936 0 0 0 22074 4 0 0 25 0 2 0 167520450 74080256 4651 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134620234 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/24683/statm: 18086 4651 180 90 0 17624 0
[pid=24683/tid=24685] ppid=24681 vsize=72344 CPUtime=0
/proc/24683/task/24685/stat : 24685 (bprolog) S 24681 24683 23881 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 167520627 74080256 4651 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 220.78
Current children cumulated vsize (KiB) 72344

[startup+282.664 s]
/proc/loadavg: 2.00 1.99 1.93 3/85 24738
/proc/meminfo: memFree=715696/2055920 swapFree=4184048/4192956
[pid=24683] ppid=24681 vsize=72344 CPUtime=280.37
/proc/24683/stat : 24683 (bprolog) R 24681 24683 23881 0 -1 4194304 4936 0 0 0 28033 4 0 0 25 0 2 0 167520450 74080256 4651 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552470 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/24683/statm: 18086 4651 180 90 0 17624 0
[pid=24683/tid=24685] ppid=24681 vsize=72344 CPUtime=0
/proc/24683/task/24685/stat : 24685 (bprolog) S 24681 24683 23881 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 167520627 74080256 4651 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 280.37
Current children cumulated vsize (KiB) 72344

[startup+342.706 s]
/proc/loadavg: 2.00 1.99 1.93 3/85 24738
/proc/meminfo: memFree=571888/2055920 swapFree=4184048/4192956
[pid=24683] ppid=24681 vsize=72344 CPUtime=339.85
/proc/24683/stat : 24683 (bprolog) R 24681 24683 23881 0 -1 4194304 4936 0 0 0 33981 4 0 0 25 0 2 0 167520450 74080256 4651 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134662545 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/24683/statm: 18086 4651 180 90 0 17624 0
[pid=24683/tid=24685] ppid=24681 vsize=72344 CPUtime=0
/proc/24683/task/24685/stat : 24685 (bprolog) S 24681 24683 23881 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 167520627 74080256 4651 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 339.85
Current children cumulated vsize (KiB) 72344

[startup+402.758 s]
/proc/loadavg: 2.20 2.03 1.95 3/85 24738
/proc/meminfo: memFree=571312/2055920 swapFree=4184048/4192956
[pid=24683] ppid=24681 vsize=72344 CPUtime=399.61
/proc/24683/stat : 24683 (bprolog) R 24681 24683 23881 0 -1 4194304 4936 0 0 0 39957 4 0 0 25 0 2 0 167520450 74080256 4651 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134663830 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/24683/statm: 18086 4651 180 90 0 17624 0
[pid=24683/tid=24685] ppid=24681 vsize=72344 CPUtime=0
/proc/24683/task/24685/stat : 24685 (bprolog) S 24681 24683 23881 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 167520627 74080256 4651 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 399.61
Current children cumulated vsize (KiB) 72344

[startup+462.813 s]
/proc/loadavg: 2.70 2.21 2.01 4/85 24738
/proc/meminfo: memFree=570864/2055920 swapFree=4184048/4192956
[pid=24683] ppid=24681 vsize=72344 CPUtime=459.15
/proc/24683/stat : 24683 (bprolog) R 24681 24683 23881 0 -1 4194304 4936 0 0 0 45911 4 0 0 25 0 2 0 167520450 74080256 4651 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134662613 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/24683/statm: 18086 4651 180 90 0 17624 0
[pid=24683/tid=24685] ppid=24681 vsize=72344 CPUtime=0
/proc/24683/task/24685/stat : 24685 (bprolog) S 24681 24683 23881 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 167520627 74080256 4651 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 459.15
Current children cumulated vsize (KiB) 72344

[startup+522.823 s]
/proc/loadavg: 2.29 2.18 2.01 3/85 24738
/proc/meminfo: memFree=570864/2055920 swapFree=4184048/4192956
[pid=24683] ppid=24681 vsize=72344 CPUtime=518.66
/proc/24683/stat : 24683 (bprolog) R 24681 24683 23881 0 -1 4194304 4936 0 0 0 51862 4 0 0 25 0 2 0 167520450 74080256 4651 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134662534 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/24683/statm: 18086 4651 180 90 0 17624 0
[pid=24683/tid=24685] ppid=24681 vsize=72344 CPUtime=0
/proc/24683/task/24685/stat : 24685 (bprolog) S 24681 24683 23881 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 167520627 74080256 4651 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 518.66
Current children cumulated vsize (KiB) 72344

[startup+582.85 s]
/proc/loadavg: 2.10 2.14 2.01 3/85 24738
/proc/meminfo: memFree=570800/2055920 swapFree=4184048/4192956
[pid=24683] ppid=24681 vsize=72344 CPUtime=578.18
/proc/24683/stat : 24683 (bprolog) R 24681 24683 23881 0 -1 4194304 4938 0 0 0 57814 4 0 0 25 0 2 0 167520450 74080256 4653 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552350 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/24683/statm: 18086 4653 180 90 0 17624 0
[pid=24683/tid=24685] ppid=24681 vsize=72344 CPUtime=0
/proc/24683/task/24685/stat : 24685 (bprolog) S 24681 24683 23881 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 167520627 74080256 4653 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 578.18
Current children cumulated vsize (KiB) 72344

[startup+642.899 s]
/proc/loadavg: 2.04 2.12 2.00 3/85 24738
/proc/meminfo: memFree=570736/2055920 swapFree=4184048/4192956

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

/proc/24683/stat : 24683 (bprolog) R 24681 24683 23881 0 -1 4194304 4940 0 0 0 117543 11 0 0 25 0 3 0 167520450 84570112 4655 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134663810 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/24683/statm: 20647 4655 180 90 0 20185 0
[pid=24683/tid=24685] ppid=24681 vsize=82588 CPUtime=0
/proc/24683/task/24685/stat : 24685 (bprolog) S 24681 24683 23881 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 3 0 167520627 84570112 4655 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=24683/tid=25333] ppid=24681 vsize=82588 CPUtime=0
/proc/24683/task/25333/stat : 25333 (bprolog) S 24681 24683 23881 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 3 0 167610642 84570112 4655 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1175.54
Current children cumulated vsize (KiB) 82588

[startup+1243.28 s]
/proc/loadavg: 2.07 2.05 2.00 3/83 25333
/proc/meminfo: memFree=986936/2055920 swapFree=4184048/4192956
[pid=24683] ppid=24681 vsize=82588 CPUtime=1235.25
/proc/24683/stat : 24683 (bprolog) R 24681 24683 23881 0 -1 4194304 4940 0 0 0 123514 11 0 0 25 0 3 0 167520450 84570112 4655 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134618416 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/24683/statm: 20647 4655 180 90 0 20185 0
[pid=24683/tid=24685] ppid=24681 vsize=82588 CPUtime=0
/proc/24683/task/24685/stat : 24685 (bprolog) S 24681 24683 23881 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 3 0 167520627 84570112 4655 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=24683/tid=25333] ppid=24681 vsize=82588 CPUtime=0
/proc/24683/task/25333/stat : 25333 (bprolog) S 24681 24683 23881 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 3 0 167610642 84570112 4655 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1235.25
Current children cumulated vsize (KiB) 82588

[startup+1303.28 s]
/proc/loadavg: 2.03 2.04 2.00 3/83 25333
/proc/meminfo: memFree=959544/2055920 swapFree=4184048/4192956
[pid=24683] ppid=24681 vsize=82588 CPUtime=1294.95
/proc/24683/stat : 24683 (bprolog) R 24681 24683 23881 0 -1 4194304 4940 0 0 0 129484 11 0 0 25 0 3 0 167520450 84570112 4655 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134665060 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/24683/statm: 20647 4655 180 90 0 20185 0
[pid=24683/tid=24685] ppid=24681 vsize=82588 CPUtime=0
/proc/24683/task/24685/stat : 24685 (bprolog) S 24681 24683 23881 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 3 0 167520627 84570112 4655 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=24683/tid=25333] ppid=24681 vsize=82588 CPUtime=0
/proc/24683/task/25333/stat : 25333 (bprolog) S 24681 24683 23881 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 3 0 167610642 84570112 4655 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1294.95
Current children cumulated vsize (KiB) 82588

[startup+1363.29 s]
/proc/loadavg: 2.09 2.05 2.01 3/84 25334
/proc/meminfo: memFree=944240/2055920 swapFree=4184048/4192956
[pid=24683] ppid=24681 vsize=92832 CPUtime=1354.65
/proc/24683/stat : 24683 (bprolog) R 24681 24683 23881 0 -1 4194304 4941 0 0 0 135454 11 0 0 25 0 4 0 167520450 95059968 4656 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134580815 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/24683/statm: 23208 4656 180 90 0 22746 0
[pid=24683/tid=24685] ppid=24681 vsize=92832 CPUtime=0
/proc/24683/task/24685/stat : 24685 (bprolog) S 24681 24683 23881 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 167520627 95059968 4656 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=24683/tid=25333] ppid=24681 vsize=92832 CPUtime=0
/proc/24683/task/25333/stat : 25333 (bprolog) S 24681 24683 23881 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 167610642 95059968 4656 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=24683/tid=25334] ppid=24681 vsize=92832 CPUtime=0
/proc/24683/task/25334/stat : 25334 (bprolog) S 24681 24683 23881 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 4 0 167655653 95059968 4656 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1354.65
Current children cumulated vsize (KiB) 92832

[startup+1423.32 s]
/proc/loadavg: 2.06 2.05 2.00 3/84 25334
/proc/meminfo: memFree=929904/2055920 swapFree=4184048/4192956
[pid=24683] ppid=24681 vsize=92832 CPUtime=1414.36
/proc/24683/stat : 24683 (bprolog) R 24681 24683 23881 0 -1 4194304 4941 0 0 0 141424 12 0 0 25 0 4 0 167520450 95059968 4656 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134758602 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/24683/statm: 23208 4656 180 90 0 22746 0
[pid=24683/tid=24685] ppid=24681 vsize=92832 CPUtime=0
/proc/24683/task/24685/stat : 24685 (bprolog) S 24681 24683 23881 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 167520627 95059968 4656 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=24683/tid=25333] ppid=24681 vsize=92832 CPUtime=0
/proc/24683/task/25333/stat : 25333 (bprolog) S 24681 24683 23881 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 167610642 95059968 4656 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=24683/tid=25334] ppid=24681 vsize=92832 CPUtime=0
/proc/24683/task/25334/stat : 25334 (bprolog) S 24681 24683 23881 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 4 0 167655653 95059968 4656 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1414.36
Current children cumulated vsize (KiB) 92832

[startup+1483.33 s]
/proc/loadavg: 2.14 2.07 2.01 3/84 25334
/proc/meminfo: memFree=913904/2055920 swapFree=4184048/4192956
[pid=24683] ppid=24681 vsize=92832 CPUtime=1474.07
/proc/24683/stat : 24683 (bprolog) R 24681 24683 23881 0 -1 4194304 4941 0 0 0 147395 12 0 0 25 0 4 0 167520450 95059968 4656 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552490 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/24683/statm: 23208 4656 180 90 0 22746 0
[pid=24683/tid=24685] ppid=24681 vsize=92832 CPUtime=0
/proc/24683/task/24685/stat : 24685 (bprolog) S 24681 24683 23881 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 167520627 95059968 4656 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=24683/tid=25333] ppid=24681 vsize=92832 CPUtime=0
/proc/24683/task/25333/stat : 25333 (bprolog) S 24681 24683 23881 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 167610642 95059968 4656 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=24683/tid=25334] ppid=24681 vsize=92832 CPUtime=0
/proc/24683/task/25334/stat : 25334 (bprolog) S 24681 24683 23881 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 4 0 167655653 95059968 4656 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1474.07
Current children cumulated vsize (KiB) 92832

[startup+1543.34 s]
/proc/loadavg: 2.05 2.05 2.00 3/84 25334
/proc/meminfo: memFree=894768/2055920 swapFree=4184048/4192956
[pid=24683] ppid=24681 vsize=92832 CPUtime=1533.78
/proc/24683/stat : 24683 (bprolog) R 24681 24683 23881 0 -1 4194304 4941 0 0 0 153366 12 0 0 25 0 4 0 167520450 95059968 4656 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134664013 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/24683/statm: 23208 4656 180 90 0 22746 0
[pid=24683/tid=24685] ppid=24681 vsize=92832 CPUtime=0
/proc/24683/task/24685/stat : 24685 (bprolog) S 24681 24683 23881 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 167520627 95059968 4656 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=24683/tid=25333] ppid=24681 vsize=92832 CPUtime=0
/proc/24683/task/25333/stat : 25333 (bprolog) S 24681 24683 23881 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 167610642 95059968 4656 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=24683/tid=25334] ppid=24681 vsize=92832 CPUtime=0
/proc/24683/task/25334/stat : 25334 (bprolog) S 24681 24683 23881 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 4 0 167655653 95059968 4656 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1533.78
Current children cumulated vsize (KiB) 92832

[startup+1603.36 s]
/proc/loadavg: 2.02 2.04 2.00 3/84 25334
/proc/meminfo: memFree=876720/2055920 swapFree=4184048/4192956
[pid=24683] ppid=24681 vsize=92832 CPUtime=1593.45
/proc/24683/stat : 24683 (bprolog) R 24681 24683 23881 0 -1 4194304 5606 0 0 0 159333 12 0 0 25 0 4 0 167520450 95059968 5321 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134614629 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/24683/statm: 23208 5321 180 90 0 22746 0
[pid=24683/tid=24685] ppid=24681 vsize=92832 CPUtime=0
/proc/24683/task/24685/stat : 24685 (bprolog) S 24681 24683 23881 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 167520627 95059968 5321 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=24683/tid=25333] ppid=24681 vsize=92832 CPUtime=0
/proc/24683/task/25333/stat : 25333 (bprolog) S 24681 24683 23881 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 167610642 95059968 5321 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=24683/tid=25334] ppid=24681 vsize=92832 CPUtime=0
/proc/24683/task/25334/stat : 25334 (bprolog) S 24681 24683 23881 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 167655653 95059968 5321 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1593.45
Current children cumulated vsize (KiB) 92832

[startup+1663.37 s]
/proc/loadavg: 2.17 2.08 2.01 3/90 25416
/proc/meminfo: memFree=857128/2055920 swapFree=4184048/4192956
[pid=24683] ppid=24681 vsize=92832 CPUtime=1653.15
/proc/24683/stat : 24683 (bprolog) R 24681 24683 23881 0 -1 4194304 5606 0 0 0 165299 16 0 0 25 0 4 0 167520450 95059968 5321 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134663808 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/24683/statm: 23208 5321 180 90 0 22746 0
[pid=24683/tid=24685] ppid=24681 vsize=92832 CPUtime=0
/proc/24683/task/24685/stat : 24685 (bprolog) S 24681 24683 23881 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 167520627 95059968 5321 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=24683/tid=25333] ppid=24681 vsize=92832 CPUtime=0
/proc/24683/task/25333/stat : 25333 (bprolog) S 24681 24683 23881 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 167610642 95059968 5321 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=24683/tid=25334] ppid=24681 vsize=92832 CPUtime=0
/proc/24683/task/25334/stat : 25334 (bprolog) S 24681 24683 23881 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 167655653 95059968 5321 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1653.15
Current children cumulated vsize (KiB) 92832

[startup+1723.4 s]
/proc/loadavg: 2.11 2.08 2.01 3/90 25502
/proc/meminfo: memFree=843128/2055920 swapFree=4184048/4192956
[pid=24683] ppid=24681 vsize=92832 CPUtime=1712.83
/proc/24683/stat : 24683 (bprolog) R 24681 24683 23881 0 -1 4194304 5606 0 0 0 171261 22 0 0 25 0 4 0 167520450 95059968 5321 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134580464 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/24683/statm: 23208 5321 180 90 0 22746 0
[pid=24683/tid=24685] ppid=24681 vsize=92832 CPUtime=0
/proc/24683/task/24685/stat : 24685 (bprolog) S 24681 24683 23881 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 167520627 95059968 5321 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=24683/tid=25333] ppid=24681 vsize=92832 CPUtime=0
/proc/24683/task/25333/stat : 25333 (bprolog) S 24681 24683 23881 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 167610642 95059968 5321 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=24683/tid=25334] ppid=24681 vsize=92832 CPUtime=0
/proc/24683/task/25334/stat : 25334 (bprolog) S 24681 24683 23881 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 167655653 95059968 5321 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1712.83
Current children cumulated vsize (KiB) 92832

[startup+1783.42 s]
/proc/loadavg: 2.04 2.06 2.00 3/84 25532
/proc/meminfo: memFree=832752/2055920 swapFree=4184048/4192956
[pid=24683] ppid=24681 vsize=92832 CPUtime=1772.5
/proc/24683/stat : 24683 (bprolog) R 24681 24683 23881 0 -1 4194304 5606 0 0 0 177225 25 0 0 25 0 4 0 167520450 95059968 5321 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134618376 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/24683/statm: 23208 5321 180 90 0 22746 0
[pid=24683/tid=24685] ppid=24681 vsize=92832 CPUtime=0
/proc/24683/task/24685/stat : 24685 (bprolog) S 24681 24683 23881 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 167520627 95059968 5321 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=24683/tid=25333] ppid=24681 vsize=92832 CPUtime=0
/proc/24683/task/25333/stat : 25333 (bprolog) S 24681 24683 23881 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 167610642 95059968 5321 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=24683/tid=25334] ppid=24681 vsize=92832 CPUtime=0
/proc/24683/task/25334/stat : 25334 (bprolog) S 24681 24683 23881 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 167655653 95059968 5321 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1772.5
Current children cumulated vsize (KiB) 92832



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1811.15 s]
/proc/loadavg: 2.02 2.05 2.00 3/81 25532
/proc/meminfo: memFree=826992/2055920 swapFree=4184048/4192956
[pid=24683] ppid=24681 vsize=92832 CPUtime=1800.1
/proc/24683/stat : 24683 (bprolog) R 24681 24683 23881 0 -1 4194304 5607 0 0 0 179985 25 0 0 25 0 1 0 167520450 95059968 5322 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134580090 0 0 4096 2 0 0 0 17 0 0 0
/proc/24683/statm: 23208 5322 181 90 0 22746 0
Current children cumulated CPU time (s) 1800.1
Current children cumulated vsize (KiB) 92832

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1811.16
CPU time (s): 1800.11
CPU user time (s): 1799.85
CPU system time (s): 0.25796
CPU usage (%): 99.3899
Max. virtual memory (cumulated for all children) (KiB): 92832

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

runsolver used 1.9687 s user time and 5.55715 s system time

The end

Launcher Data (download as text)

Begin job on node45 on Sun Jan  7 17:33:32 UTC 2007


IDJOB= 208976
IDBENCH= 4488
FILE ID= node45/208976-1168191212

PBS_JOBID= 3479288

Free space on /tmp= 66542 MiB

BENCH NAME= HOME/pub/bench/CPAI06/fapp/fapp01-05/fapp05/fapp05-0350-1.xml
COMMAND LINE= /tmp/evaluation/208976-1168191212/Complete/Ordinary/solver /tmp/evaluation/208976-1168191212/unknown 1800
CONVERSION COMMAND LINE= runsolver -w ROOT/results/node45/convwatcher-208976-1168191212 -o ROOT/results/node45/conversion-208976-1168191212 -C 600 -M 900 /tmp/evaluation/208976-1168191212/Complete/Ordinary/conversion /tmp/evaluation/208976-1168191212/unknown
CONVERSION RUNSOLVER STATUS CODE= 0
CONVERSION STATUS CODE= 0

RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node45/watcher-208976-1168191212 -o ROOT/results/node45/solver-208976-1168191212 -C 1800 -M 900  /tmp/evaluation/208976-1168191212/Complete/Ordinary/solver /tmp/evaluation/208976-1168191212/unknown 1800

META MD5SUM SOLVER= b53ab06f245aa5e62684a7a0a4388ade
MD5SUM BENCH=  3906c3af93c8a600af75d372edfbe771

RANDOM SEED= 780411329

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.259
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.259
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:       1165088 kB
Buffers:         49040 kB
Cached:         604856 kB
SwapCached:       3188 kB
Active:         483084 kB
Inactive:       346572 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1165088 kB
SwapTotal:     4192956 kB
SwapFree:      4184048 kB
Dirty:            2336 kB
Writeback:           0 kB
Mapped:         190276 kB
Slab:            46048 kB
Committed_AS:  3905216 kB
PageTables:       2160 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= 66542 MiB



End job on node45 on Sun Jan  7 18:03:46 UTC 2007