Trace number 204567

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.02 1808.95

General information on the benchmark

Namefapp/fapp16-20/fapp19/
fapp19-0350-7.xml
MD5SUMf167a69f043c869061d54604780e2911
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark5.53016
SatisfiableYES
(Un)Satisfiability was provedYES
Number of variables350
Number of constraints5873
Maximum constraint arity2
Maximum domain size802
Number of constraints which are defined in extension0
Number of constraints which are defined in intension5873
Global constraints used (with number of constraints)

Solver Data (download as text)

c 
c 
c 
c conversion script
c 
c 

converting(/tmp/evaluation/204567-1168166230/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/node19/watcher-204567-1168166230 -o ROOT/results/node19/solver-204567-1168166230 -C 1800 -M 900 /tmp/evaluation/204567-1168166230/Complete/Ordinary/solver /tmp/evaluation/204567-1168166230/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.44 2.26 2.08 5/93 20177
/proc/meminfo: memFree=1356192/2055920 swapFree=4171244/4192956
[pid=20176] ppid=20174 vsize=5212 CPUtime=0
/proc/20176/stat : 20176 (sh) R 20174 20176 19112 0 -1 4194304 86 0 0 0 0 0 0 0 20 0 1 0 165017945 5337088 59 18446744073709551615 4194304 4889804 548682069344 18446744073709551615 255236172275 0 0 4096 0 0 0 0 17 1 0 0
/proc/20176/statm: 1303 59 42 169 0 14 0

[startup+0.103401 s]
/proc/loadavg: 2.44 2.26 2.08 5/93 20177
/proc/meminfo: memFree=1356192/2055920 swapFree=4171244/4192956
[pid=20176] ppid=20174 vsize=53824 CPUtime=0.09
/proc/20176/stat : 20176 (bprolog) R 20174 20176 19112 0 -1 4194304 2245 0 0 0 8 1 0 0 20 0 1 0 165017945 55115776 1961 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134556816 0 0 4096 2 0 0 0 17 1 0 0
/proc/20176/statm: 13456 1961 157 90 0 12994 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 53824

[startup+0.511466 s]
/proc/loadavg: 2.44 2.26 2.08 5/93 20177
/proc/meminfo: memFree=1356192/2055920 swapFree=4171244/4192956
[pid=20176] ppid=20174 vsize=66140 CPUtime=0.5
/proc/20176/stat : 20176 (bprolog) R 20174 20176 19112 0 -1 4194304 3329 0 0 0 49 1 0 0 24 0 1 0 165017945 67727360 3042 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134574003 0 0 4096 2 0 0 0 17 1 0 0
/proc/20176/statm: 16535 3042 176 90 0 16073 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 66140

[startup+1.33562 s]
/proc/loadavg: 2.44 2.26 2.08 3/93 20177
/proc/meminfo: memFree=1344416/2055920 swapFree=4171244/4192956
[pid=20176] ppid=20174 vsize=66140 CPUtime=1.31
/proc/20176/stat : 20176 (bprolog) R 20174 20176 19112 0 -1 4194304 3631 0 0 0 130 1 0 0 25 0 1 0 165017945 67727360 3344 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134663819 0 0 4096 2 0 0 0 17 1 0 0
/proc/20176/statm: 16535 3344 176 90 0 16073 0
Current children cumulated CPU time (s) 1.31
Current children cumulated vsize (KiB) 66140

[startup+2.97493 s]
/proc/loadavg: 2.40 2.25 2.08 3/94 20178
/proc/meminfo: memFree=1336280/2055920 swapFree=4171244/4192956
[pid=20176] ppid=20174 vsize=76384 CPUtime=2.95
/proc/20176/stat : 20176 (bprolog) R 20174 20176 19112 0 -1 4194304 5424 0 0 0 293 2 0 0 25 0 2 0 165017945 78217216 5137 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134662563 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/20176/statm: 19096 5137 180 90 0 18634 0
[pid=20176/tid=20178] ppid=20174 vsize=76384 CPUtime=0
/proc/20176/task/20178/stat : 20178 (bprolog) S 20174 20176 19112 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 165018161 78217216 5137 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.95
Current children cumulated vsize (KiB) 76384

[startup+6.25855 s]
/proc/loadavg: 2.40 2.25 2.08 3/94 20178
/proc/meminfo: memFree=1336216/2055920 swapFree=4171244/4192956
[pid=20176] ppid=20174 vsize=76384 CPUtime=6.22
/proc/20176/stat : 20176 (bprolog) R 20174 20176 19112 0 -1 4194304 5526 0 0 0 620 2 0 0 25 0 2 0 165017945 78217216 5239 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552376 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/20176/statm: 19096 5239 180 90 0 18634 0
[pid=20176/tid=20178] ppid=20174 vsize=76384 CPUtime=0
/proc/20176/task/20178/stat : 20178 (bprolog) S 20174 20176 19112 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 165018161 78217216 5239 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.22
Current children cumulated vsize (KiB) 76384

[startup+12.7258 s]
/proc/loadavg: 2.34 2.24 2.08 3/94 20178
/proc/meminfo: memFree=1331480/2055920 swapFree=4171244/4192956
[pid=20176] ppid=20174 vsize=76384 CPUtime=12.65
/proc/20176/stat : 20176 (bprolog) R 20174 20176 19112 0 -1 4194304 6632 0 0 0 1263 2 0 0 25 0 2 0 165017945 78217216 6345 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134663839 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/20176/statm: 19096 6345 180 90 0 18634 0
[pid=20176/tid=20178] ppid=20174 vsize=76384 CPUtime=0
/proc/20176/task/20178/stat : 20178 (bprolog) S 20174 20176 19112 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 165018161 78217216 6345 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.65
Current children cumulated vsize (KiB) 76384

[startup+25.5462 s]
/proc/loadavg: 2.29 2.23 2.08 3/94 20178
/proc/meminfo: memFree=1331288/2055920 swapFree=4171244/4192956
[pid=20176] ppid=20174 vsize=76384 CPUtime=25.42
/proc/20176/stat : 20176 (bprolog) R 20174 20176 19112 0 -1 4194304 6686 0 0 0 2539 3 0 0 25 0 2 0 165017945 78217216 6399 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134576067 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/20176/statm: 19096 6399 180 90 0 18634 0
[pid=20176/tid=20178] ppid=20174 vsize=76384 CPUtime=0
/proc/20176/task/20178/stat : 20178 (bprolog) S 20174 20176 19112 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 165018161 78217216 6399 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.42
Current children cumulated vsize (KiB) 76384

[startup+51.199 s]
/proc/loadavg: 2.19 2.21 2.08 3/84 20186
/proc/meminfo: memFree=1415400/2055920 swapFree=4171244/4192956
[pid=20176] ppid=20174 vsize=76384 CPUtime=50.94
/proc/20176/stat : 20176 (bprolog) R 20174 20176 19112 0 -1 4194304 6713 0 0 0 5091 3 0 0 25 0 2 0 165017945 78217216 6426 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134669036 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/20176/statm: 19096 6426 180 90 0 18634 0
[pid=20176/tid=20178] ppid=20174 vsize=76384 CPUtime=0
/proc/20176/task/20178/stat : 20178 (bprolog) S 20174 20176 19112 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 165018161 78217216 6426 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 50.94
Current children cumulated vsize (KiB) 76384

[startup+102.474 s]
/proc/loadavg: 2.04 2.16 2.07 3/87 20404
/proc/meminfo: memFree=1403664/2055920 swapFree=4171244/4192956
[pid=20176] ppid=20174 vsize=76384 CPUtime=102.16
/proc/20176/stat : 20176 (bprolog) R 20174 20176 19112 0 -1 4194304 6713 0 0 0 10212 4 0 0 25 0 2 0 165017945 78217216 6426 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134663939 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/20176/statm: 19096 6426 180 90 0 18634 0
[pid=20176/tid=20178] ppid=20174 vsize=76384 CPUtime=0
/proc/20176/task/20178/stat : 20178 (bprolog) S 20174 20176 19112 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 165018161 78217216 6426 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 102.16
Current children cumulated vsize (KiB) 76384

[startup+162.526 s]
/proc/loadavg: 2.34 2.21 2.09 4/95 20477
/proc/meminfo: memFree=1022608/2055920 swapFree=4171244/4192956
[pid=20176] ppid=20174 vsize=76384 CPUtime=162.02
/proc/20176/stat : 20176 (bprolog) R 20174 20176 19112 0 -1 4194304 6714 0 0 0 16196 6 0 0 25 0 2 0 165017945 78217216 6427 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134663858 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/20176/statm: 19096 6427 180 90 0 18634 0
[pid=20176/tid=20178] ppid=20174 vsize=76384 CPUtime=0
/proc/20176/task/20178/stat : 20178 (bprolog) S 20174 20176 19112 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 165018161 78217216 6427 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 162.02
Current children cumulated vsize (KiB) 76384

[startup+222.565 s]
/proc/loadavg: 2.12 2.17 2.08 3/95 20477
/proc/meminfo: memFree=814160/2055920 swapFree=4171244/4192956
[pid=20176] ppid=20174 vsize=76384 CPUtime=221.47
/proc/20176/stat : 20176 (bprolog) R 20174 20176 19112 0 -1 4194304 6714 0 0 0 22140 7 0 0 25 0 2 0 165017945 78217216 6427 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134614674 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/20176/statm: 19096 6427 180 90 0 18634 0
[pid=20176/tid=20178] ppid=20174 vsize=76384 CPUtime=0
/proc/20176/task/20178/stat : 20178 (bprolog) S 20174 20176 19112 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 165018161 78217216 6427 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 221.47
Current children cumulated vsize (KiB) 76384

[startup+282.612 s]
/proc/loadavg: 2.04 2.15 2.08 3/86 20566
/proc/meminfo: memFree=1400080/2055920 swapFree=4171244/4192956
[pid=20176] ppid=20174 vsize=76384 CPUtime=280.95
/proc/20176/stat : 20176 (bprolog) R 20174 20176 19112 0 -1 4194304 6714 0 0 0 28087 8 0 0 25 0 2 0 165017945 78217216 6427 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134663839 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/20176/statm: 19096 6427 180 90 0 18634 0
[pid=20176/tid=20178] ppid=20174 vsize=76384 CPUtime=0
/proc/20176/task/20178/stat : 20178 (bprolog) S 20174 20176 19112 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 165018161 78217216 6427 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 280.95
Current children cumulated vsize (KiB) 76384

[startup+342.615 s]
/proc/loadavg: 2.07 2.13 2.08 3/88 20574
/proc/meminfo: memFree=1389440/2055920 swapFree=4171244/4192956
[pid=20176] ppid=20174 vsize=76384 CPUtime=340.69
/proc/20176/stat : 20176 (bprolog) R 20174 20176 19112 0 -1 4194304 6714 0 0 0 34060 9 0 0 25 0 2 0 165017945 78217216 6427 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134577574 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/20176/statm: 19096 6427 180 90 0 18634 0
[pid=20176/tid=20178] ppid=20174 vsize=76384 CPUtime=0
/proc/20176/task/20178/stat : 20178 (bprolog) S 20174 20176 19112 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 165018161 78217216 6427 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 340.69
Current children cumulated vsize (KiB) 76384

[startup+402.714 s]
/proc/loadavg: 2.02 2.11 2.08 3/88 20574
/proc/meminfo: memFree=1389440/2055920 swapFree=4171244/4192956
[pid=20176] ppid=20174 vsize=76384 CPUtime=400.48
/proc/20176/stat : 20176 (bprolog) R 20174 20176 19112 0 -1 4194304 6714 0 0 0 40039 9 0 0 25 0 2 0 165017945 78217216 6427 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134662632 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/20176/statm: 19096 6427 180 90 0 18634 0
[pid=20176/tid=20178] ppid=20174 vsize=76384 CPUtime=0
/proc/20176/task/20178/stat : 20178 (bprolog) S 20174 20176 19112 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 165018161 78217216 6427 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 400.48
Current children cumulated vsize (KiB) 76384

[startup+462.724 s]
/proc/loadavg: 2.01 2.08 2.07 3/88 20574
/proc/meminfo: memFree=1389440/2055920 swapFree=4171244/4192956
[pid=20176] ppid=20174 vsize=76384 CPUtime=460.21
/proc/20176/stat : 20176 (bprolog) R 20174 20176 19112 0 -1 4194304 6714 0 0 0 46012 9 0 0 25 0 2 0 165017945 78217216 6427 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552506 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/20176/statm: 19096 6427 180 90 0 18634 0
[pid=20176/tid=20178] ppid=20174 vsize=76384 CPUtime=0
/proc/20176/task/20178/stat : 20178 (bprolog) S 20174 20176 19112 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 165018161 78217216 6427 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 460.21
Current children cumulated vsize (KiB) 76384

[startup+522.734 s]
/proc/loadavg: 2.00 2.07 2.06 3/88 20574
/proc/meminfo: memFree=1389440/2055920 swapFree=4171244/4192956
[pid=20176] ppid=20174 vsize=76384 CPUtime=519.96
/proc/20176/stat : 20176 (bprolog) R 20174 20176 19112 0 -1 4194304 6714 0 0 0 51986 10 0 0 25 0 2 0 165017945 78217216 6427 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134554092 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/20176/statm: 19096 6427 180 90 0 18634 0
[pid=20176/tid=20178] ppid=20174 vsize=76384 CPUtime=0
/proc/20176/task/20178/stat : 20178 (bprolog) S 20174 20176 19112 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 165018161 78217216 6427 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 519.96
Current children cumulated vsize (KiB) 76384

[startup+582.743 s]
/proc/loadavg: 2.00 2.05 2.06 3/88 20574
/proc/meminfo: memFree=1389440/2055920 swapFree=4171244/4192956
[pid=20176] ppid=20174 vsize=76384 CPUtime=579.68
/proc/20176/stat : 20176 (bprolog) R 20174 20176 19112 0 -1 4194304 6714 0 0 0 57958 10 0 0 25 0 2 0 165017945 78217216 6427 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134662563 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/20176/statm: 19096 6427 180 90 0 18634 0
[pid=20176/tid=20178] ppid=20174 vsize=76384 CPUtime=0
/proc/20176/task/20178/stat : 20178 (bprolog) S 20174 20176 19112 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 165018161 78217216 6427 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 579.68
Current children cumulated vsize (KiB) 76384

[startup+642.75 s]
/proc/loadavg: 2.00 2.04 2.05 3/88 20574
/proc/meminfo: memFree=1389440/2055920 swapFree=4171244/4192956

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

/proc/20176/stat : 20176 (bprolog) R 20174 20176 19112 0 -1 4194304 10160 0 0 0 117726 12 0 0 25 0 3 0 165017945 96706560 7919 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134662559 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/20176/statm: 23610 7919 180 90 0 23148 0
[pid=20176/tid=20178] ppid=20174 vsize=94440 CPUtime=0
/proc/20176/task/20178/stat : 20178 (bprolog) S 20174 20176 19112 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 3 0 165018161 96706560 7919 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=20176/tid=20575] ppid=20174 vsize=94440 CPUtime=0
/proc/20176/task/20575/stat : 20575 (bprolog) S 20174 20176 19112 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 3 0 165108177 96706560 7919 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1177.38
Current children cumulated vsize (KiB) 94440

[startup+1243.25 s]
/proc/loadavg: 2.01 2.00 2.00 3/90 20576
/proc/meminfo: memFree=1380720/2055920 swapFree=4171244/4192956
[pid=20176] ppid=20174 vsize=94440 CPUtime=1237.13
/proc/20176/stat : 20176 (bprolog) R 20174 20176 19112 0 -1 4194304 10160 0 0 0 123700 13 0 0 25 0 3 0 165017945 96706560 7919 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134663828 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/20176/statm: 23610 7919 180 90 0 23148 0
[pid=20176/tid=20178] ppid=20174 vsize=94440 CPUtime=0
/proc/20176/task/20178/stat : 20178 (bprolog) S 20174 20176 19112 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 3 0 165018161 96706560 7919 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=20176/tid=20575] ppid=20174 vsize=94440 CPUtime=0
/proc/20176/task/20575/stat : 20575 (bprolog) S 20174 20176 19112 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 3 0 165108177 96706560 7919 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1237.13
Current children cumulated vsize (KiB) 94440

[startup+1303.27 s]
/proc/loadavg: 2.05 2.01 2.00 3/90 20576
/proc/meminfo: memFree=1380720/2055920 swapFree=4171244/4192956
[pid=20176] ppid=20174 vsize=94440 CPUtime=1296.85
/proc/20176/stat : 20176 (bprolog) R 20174 20176 19112 0 -1 4194304 10160 0 0 0 129672 13 0 0 25 0 3 0 165017945 96706560 7919 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134669026 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/20176/statm: 23610 7919 180 90 0 23148 0
[pid=20176/tid=20178] ppid=20174 vsize=94440 CPUtime=0
/proc/20176/task/20178/stat : 20178 (bprolog) S 20174 20176 19112 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 3 0 165018161 96706560 7919 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=20176/tid=20575] ppid=20174 vsize=94440 CPUtime=0
/proc/20176/task/20575/stat : 20575 (bprolog) S 20174 20176 19112 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 3 0 165108177 96706560 7919 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1296.85
Current children cumulated vsize (KiB) 94440

[startup+1363.3 s]
/proc/loadavg: 2.06 2.03 2.00 3/91 20577
/proc/meminfo: memFree=1380712/2055920 swapFree=4171244/4192956
[pid=20176] ppid=20174 vsize=104684 CPUtime=1356.61
/proc/20176/stat : 20176 (bprolog) R 20174 20176 19112 0 -1 4194304 10161 0 0 0 135648 13 0 0 25 0 4 0 165017945 107196416 7920 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134663836 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/20176/statm: 26171 7920 180 90 0 25709 0
[pid=20176/tid=20178] ppid=20174 vsize=104684 CPUtime=0
/proc/20176/task/20178/stat : 20178 (bprolog) S 20174 20176 19112 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 165018161 107196416 7920 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=20176/tid=20575] ppid=20174 vsize=104684 CPUtime=0
/proc/20176/task/20575/stat : 20575 (bprolog) S 20174 20176 19112 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 165108177 107196416 7920 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=20176/tid=20577] ppid=20174 vsize=104684 CPUtime=0
/proc/20176/task/20577/stat : 20577 (bprolog) S 20174 20176 19112 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 4 0 165153188 107196416 7920 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1356.61
Current children cumulated vsize (KiB) 104684

[startup+1423.36 s]
/proc/loadavg: 2.02 2.02 2.00 3/91 20577
/proc/meminfo: memFree=1380648/2055920 swapFree=4171244/4192956
[pid=20176] ppid=20174 vsize=104684 CPUtime=1416.39
/proc/20176/stat : 20176 (bprolog) R 20174 20176 19112 0 -1 4194304 10161 0 0 0 141626 13 0 0 25 0 4 0 165017945 107196416 7920 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134557361 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/20176/statm: 26171 7920 180 90 0 25709 0
[pid=20176/tid=20178] ppid=20174 vsize=104684 CPUtime=0
/proc/20176/task/20178/stat : 20178 (bprolog) S 20174 20176 19112 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 165018161 107196416 7920 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=20176/tid=20575] ppid=20174 vsize=104684 CPUtime=0
/proc/20176/task/20575/stat : 20575 (bprolog) S 20174 20176 19112 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 165108177 107196416 7920 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=20176/tid=20577] ppid=20174 vsize=104684 CPUtime=0
/proc/20176/task/20577/stat : 20577 (bprolog) S 20174 20176 19112 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 4 0 165153188 107196416 7920 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1416.39
Current children cumulated vsize (KiB) 104684

[startup+1483.45 s]
/proc/loadavg: 2.01 2.01 2.00 3/97 20725
/proc/meminfo: memFree=1379240/2055920 swapFree=4171244/4192956
[pid=20176] ppid=20174 vsize=104684 CPUtime=1476.07
/proc/20176/stat : 20176 (bprolog) R 20174 20176 19112 0 -1 4194304 10161 0 0 0 147588 19 0 0 25 0 4 0 165017945 107196416 7920 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134663921 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/20176/statm: 26171 7920 180 90 0 25709 0
[pid=20176/tid=20178] ppid=20174 vsize=104684 CPUtime=0
/proc/20176/task/20178/stat : 20178 (bprolog) S 20174 20176 19112 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 165018161 107196416 7920 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=20176/tid=20575] ppid=20174 vsize=104684 CPUtime=0
/proc/20176/task/20575/stat : 20575 (bprolog) S 20174 20176 19112 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 165108177 107196416 7920 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=20176/tid=20577] ppid=20174 vsize=104684 CPUtime=0
/proc/20176/task/20577/stat : 20577 (bprolog) S 20174 20176 19112 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 4 0 165153188 107196416 7920 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1476.07
Current children cumulated vsize (KiB) 104684

[startup+1543.52 s]
/proc/loadavg: 2.06 2.02 2.00 3/91 20775
/proc/meminfo: memFree=1380264/2055920 swapFree=4171244/4192956
[pid=20176] ppid=20174 vsize=104684 CPUtime=1535.83
/proc/20176/stat : 20176 (bprolog) R 20174 20176 19112 0 -1 4194304 10161 0 0 0 153559 24 0 0 25 0 4 0 165017945 107196416 7920 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134663808 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/20176/statm: 26171 7920 180 90 0 25709 0
[pid=20176/tid=20178] ppid=20174 vsize=104684 CPUtime=0
/proc/20176/task/20178/stat : 20178 (bprolog) S 20174 20176 19112 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 165018161 107196416 7920 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=20176/tid=20575] ppid=20174 vsize=104684 CPUtime=0
/proc/20176/task/20575/stat : 20575 (bprolog) S 20174 20176 19112 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 165108177 107196416 7920 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=20176/tid=20577] ppid=20174 vsize=104684 CPUtime=0
/proc/20176/task/20577/stat : 20577 (bprolog) S 20174 20176 19112 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 4 0 165153188 107196416 7920 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1535.83
Current children cumulated vsize (KiB) 104684

[startup+1603.58 s]
/proc/loadavg: 2.02 2.02 2.00 3/91 20775
/proc/meminfo: memFree=1379560/2055920 swapFree=4171244/4192956
[pid=20176] ppid=20174 vsize=104684 CPUtime=1595.61
/proc/20176/stat : 20176 (bprolog) R 20174 20176 19112 0 -1 4194304 10344 0 0 0 159537 24 0 0 25 0 4 0 165017945 107196416 8103 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134662536 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/20176/statm: 26171 8103 180 90 0 25709 0
[pid=20176/tid=20178] ppid=20174 vsize=104684 CPUtime=0
/proc/20176/task/20178/stat : 20178 (bprolog) S 20174 20176 19112 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 165018161 107196416 8103 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=20176/tid=20575] ppid=20174 vsize=104684 CPUtime=0
/proc/20176/task/20575/stat : 20575 (bprolog) S 20174 20176 19112 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 165108177 107196416 8103 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=20176/tid=20577] ppid=20174 vsize=104684 CPUtime=0
/proc/20176/task/20577/stat : 20577 (bprolog) S 20174 20176 19112 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 165153188 107196416 8103 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1595.61
Current children cumulated vsize (KiB) 104684

[startup+1663.62 s]
/proc/loadavg: 2.08 2.03 2.00 3/92 20776
/proc/meminfo: memFree=1379552/2055920 swapFree=4171244/4192956
[pid=20176] ppid=20174 vsize=104684 CPUtime=1655.35
/proc/20176/stat : 20176 (bprolog) R 20174 20176 19112 0 -1 4194304 10344 0 0 0 165511 24 0 0 25 0 4 0 165017945 107196416 8103 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134664008 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/20176/statm: 26171 8103 180 90 0 25709 0
[pid=20176/tid=20178] ppid=20174 vsize=104684 CPUtime=0
/proc/20176/task/20178/stat : 20178 (bprolog) S 20174 20176 19112 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 165018161 107196416 8103 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=20176/tid=20575] ppid=20174 vsize=104684 CPUtime=0
/proc/20176/task/20575/stat : 20575 (bprolog) S 20174 20176 19112 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 165108177 107196416 8103 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=20176/tid=20577] ppid=20174 vsize=104684 CPUtime=0
/proc/20176/task/20577/stat : 20577 (bprolog) S 20174 20176 19112 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 165153188 107196416 8103 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1655.35
Current children cumulated vsize (KiB) 104684

[startup+1723.66 s]
/proc/loadavg: 2.06 2.03 2.00 3/92 20776
/proc/meminfo: memFree=1379552/2055920 swapFree=4171244/4192956
[pid=20176] ppid=20174 vsize=104684 CPUtime=1715.12
/proc/20176/stat : 20176 (bprolog) R 20174 20176 19112 0 -1 4194304 10344 0 0 0 171488 24 0 0 25 0 4 0 165017945 107196416 8103 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134662613 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/20176/statm: 26171 8103 180 90 0 25709 0
[pid=20176/tid=20178] ppid=20174 vsize=104684 CPUtime=0
/proc/20176/task/20178/stat : 20178 (bprolog) S 20174 20176 19112 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 165018161 107196416 8103 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=20176/tid=20575] ppid=20174 vsize=104684 CPUtime=0
/proc/20176/task/20575/stat : 20575 (bprolog) S 20174 20176 19112 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 165108177 107196416 8103 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=20176/tid=20577] ppid=20174 vsize=104684 CPUtime=0
/proc/20176/task/20577/stat : 20577 (bprolog) S 20174 20176 19112 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 165153188 107196416 8103 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1715.12
Current children cumulated vsize (KiB) 104684

[startup+1783.7 s]
/proc/loadavg: 2.02 2.03 2.00 3/92 20776
/proc/meminfo: memFree=1379552/2055920 swapFree=4171244/4192956
[pid=20176] ppid=20174 vsize=104684 CPUtime=1774.89
/proc/20176/stat : 20176 (bprolog) R 20174 20176 19112 0 -1 4194304 10344 0 0 0 177465 24 0 0 25 0 4 0 165017945 107196416 8103 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134664015 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/20176/statm: 26171 8103 180 90 0 25709 0
[pid=20176/tid=20178] ppid=20174 vsize=104684 CPUtime=0
/proc/20176/task/20178/stat : 20178 (bprolog) S 20174 20176 19112 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 165018161 107196416 8103 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=20176/tid=20575] ppid=20174 vsize=104684 CPUtime=0
/proc/20176/task/20575/stat : 20575 (bprolog) S 20174 20176 19112 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 165108177 107196416 8103 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=20176/tid=20577] ppid=20174 vsize=104684 CPUtime=0
/proc/20176/task/20577/stat : 20577 (bprolog) S 20174 20176 19112 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 165153188 107196416 8103 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1774.89
Current children cumulated vsize (KiB) 104684



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1808.94 s]
/proc/loadavg: 2.01 2.02 2.00 3/89 20776
/proc/meminfo: memFree=1379552/2055920 swapFree=4171244/4192956
[pid=20176] ppid=20174 vsize=104684 CPUtime=1800
/proc/20176/stat : 20176 (bprolog) R 20174 20176 19112 0 -1 4194304 10345 0 0 0 179976 24 0 0 25 0 1 0 165017945 107196416 8104 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134669021 0 0 4096 2 0 0 0 17 0 0 0
/proc/20176/statm: 26171 8104 181 90 0 25709 0
Current children cumulated CPU time (s) 1800
Current children cumulated vsize (KiB) 104684

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1808.95
CPU time (s): 1800.02
CPU user time (s): 1799.76
CPU system time (s): 0.255961
CPU usage (%): 99.5061
Max. virtual memory (cumulated for all children) (KiB): 104684

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.76
system time used= 0.255961
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 10345
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= 13
involuntary context switches= 32493

runsolver used 1.76973 s user time and 4.87326 s system time

The end

Launcher Data (download as text)

Begin job on node19 on Sun Jan  7 10:37:10 UTC 2007


IDJOB= 204567
IDBENCH= 4041
FILE ID= node19/204567-1168166230

PBS_JOBID= 3478340

Free space on /tmp= 66316 MiB

BENCH NAME= HOME/pub/bench/CPAI06/fapp/fapp16-20/fapp19/fapp19-0350-7.xml
COMMAND LINE= /tmp/evaluation/204567-1168166230/Complete/Ordinary/solver /tmp/evaluation/204567-1168166230/unknown 1800
CONVERSION COMMAND LINE= runsolver -w ROOT/results/node19/convwatcher-204567-1168166230 -o ROOT/results/node19/conversion-204567-1168166230 -C 600 -M 900 /tmp/evaluation/204567-1168166230/Complete/Ordinary/conversion /tmp/evaluation/204567-1168166230/unknown
CONVERSION RUNSOLVER STATUS CODE= 0
CONVERSION STATUS CODE= 0

RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node19/watcher-204567-1168166230 -o ROOT/results/node19/solver-204567-1168166230 -C 1800 -M 900  /tmp/evaluation/204567-1168166230/Complete/Ordinary/solver /tmp/evaluation/204567-1168166230/unknown 1800

META MD5SUM SOLVER= b53ab06f245aa5e62684a7a0a4388ade
MD5SUM BENCH=  f167a69f043c869061d54604780e2911

RANDOM SEED= 276841189

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:       1356672 kB
Buffers:         76236 kB
Cached:         434580 kB
SwapCached:      10472 kB
Active:         266900 kB
Inactive:       365132 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1356672 kB
SwapTotal:     4192956 kB
SwapFree:      4171244 kB
Dirty:            2600 kB
Writeback:           0 kB
Mapped:         139316 kB
Slab:            51684 kB
Committed_AS:  4826920 kB
PageTables:       2584 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= 66315 MiB



End job on node19 on Sun Jan  7 11:07:22 UTC 2007