Trace number 207801

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 1807.74

General information on the benchmark

NametravellingSalesman/travellingSalesman-25/
tsp-25-681_ext.xml
MD5SUMc0fb72d4f30ed7072c505fa7095a8161
Bench CategoryN-ARY-EXT (n-ary constraints in extension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark111.18
SatisfiableYES
(Un)Satisfiability was provedYES
Number of variables76
Number of constraints350
Maximum constraint arity3
Maximum domain size1001
Number of constraints which are defined in extension350
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

c 
c 
c 
c conversion script
c 
c 

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

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

/proc/loadavg: 1.94 2.02 1.99 4/94 15507
/proc/meminfo: memFree=845488/2055924 swapFree=4165672/4192956
[pid=15506] ppid=15504 vsize=18540 CPUtime=0
/proc/15506/stat : 15506 (runsolver) R 15504 15506 15426 0 -1 4194368 16 0 0 0 0 0 0 0 21 0 1 0 166728144 18984960 279 18446744073709551615 4194304 4267372 548682069056 18446744073709551615 268582841639 0 0 4096 24578 0 0 0 17 1 0 0
/proc/15506/statm: 4635 279 244 17 0 2626 0

[startup+0.108201 s]
/proc/loadavg: 1.94 2.02 1.99 4/94 15507
/proc/meminfo: memFree=845488/2055924 swapFree=4165672/4192956
[pid=15506] ppid=15504 vsize=61840 CPUtime=0.09
/proc/15506/stat : 15506 (bprolog) R 15504 15506 15426 0 -1 4194304 1684 0 0 0 8 1 0 0 21 0 1 0 166728144 63324160 1400 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134594943 0 0 4096 2 0 0 0 17 1 0 0
/proc/15506/statm: 15460 1400 158 90 0 14998 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 61840

[startup+0.516245 s]
/proc/loadavg: 1.94 2.02 1.99 4/94 15507
/proc/meminfo: memFree=845488/2055924 swapFree=4165672/4192956
[pid=15506] ppid=15504 vsize=62208 CPUtime=0.5
/proc/15506/stat : 15506 (bprolog) R 15504 15506 15426 0 -1 4194304 8693 0 0 0 45 5 0 0 24 0 1 0 166728144 63700992 8252 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134590594 0 0 4096 2 0 0 0 17 1 0 0
/proc/15506/statm: 15552 8252 158 90 0 15090 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 62208

[startup+1.33835 s]
/proc/loadavg: 1.94 2.02 1.99 3/94 15507
/proc/meminfo: memFree=796912/2055924 swapFree=4165672/4192956
[pid=15506] ppid=15504 vsize=84896 CPUtime=1.31
/proc/15506/stat : 15506 (bprolog) R 15504 15506 15426 0 -1 4194304 15495 0 0 0 123 8 0 0 25 0 1 0 166728144 86933504 13210 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134865594 0 0 4096 2 0 0 0 17 1 0 0
/proc/15506/statm: 21224 13210 164 90 0 20762 0
Current children cumulated CPU time (s) 1.31
Current children cumulated vsize (KiB) 84896

[startup+2.97552 s]
/proc/loadavg: 1.94 2.02 1.99 3/95 15508
/proc/meminfo: memFree=791016/2055924 swapFree=4165672/4192956
[pid=15506] ppid=15504 vsize=95140 CPUtime=2.94
/proc/15506/stat : 15506 (bprolog) R 15504 15506 15426 0 -1 4194304 15510 0 0 0 286 8 0 0 25 0 2 0 166728144 97423360 13225 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134711657 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/15506/statm: 23785 13225 170 90 0 23323 0
[pid=15506/tid=15508] ppid=15504 vsize=95140 CPUtime=0
/proc/15506/task/15508/stat : 15508 (bprolog) S 15504 15506 15426 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 166728278 97423360 13225 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) 95140

[startup+6.27037 s]
/proc/loadavg: 1.94 2.02 1.99 3/95 15508
/proc/meminfo: memFree=790568/2055924 swapFree=4165672/4192956
[pid=15506] ppid=15504 vsize=95140 CPUtime=6.2
/proc/15506/stat : 15506 (bprolog) R 15504 15506 15426 0 -1 4194304 15511 0 0 0 612 8 0 0 25 0 2 0 166728144 97423360 13226 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134554475 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/15506/statm: 23785 13226 170 90 0 23323 0
[pid=15506/tid=15508] ppid=15504 vsize=95140 CPUtime=0
/proc/15506/task/15508/stat : 15508 (bprolog) S 15504 15506 15426 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 166728278 97423360 13226 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.2
Current children cumulated vsize (KiB) 95140

[startup+12.7512 s]
/proc/loadavg: 1.95 2.02 1.99 3/95 15508
/proc/meminfo: memFree=789352/2055924 swapFree=4165672/4192956
[pid=15506] ppid=15504 vsize=95140 CPUtime=12.62
/proc/15506/stat : 15506 (bprolog) R 15504 15506 15426 0 -1 4194304 15511 0 0 0 1254 8 0 0 25 0 2 0 166728144 97423360 13226 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134711575 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/15506/statm: 23785 13226 170 90 0 23323 0
[pid=15506/tid=15508] ppid=15504 vsize=95140 CPUtime=0
/proc/15506/task/15508/stat : 15508 (bprolog) S 15504 15506 15426 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 166728278 97423360 13226 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.62
Current children cumulated vsize (KiB) 95140

[startup+25.6097 s]
/proc/loadavg: 1.96 2.02 1.99 3/95 15508
/proc/meminfo: memFree=787112/2055924 swapFree=4165672/4192956
[pid=15506] ppid=15504 vsize=95140 CPUtime=25.36
/proc/15506/stat : 15506 (bprolog) R 15504 15506 15426 0 -1 4194304 15511 0 0 0 2528 8 0 0 25 0 2 0 166728144 97423360 13226 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134711590 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/15506/statm: 23785 13226 170 90 0 23323 0
[pid=15506/tid=15508] ppid=15504 vsize=95140 CPUtime=0
/proc/15506/task/15508/stat : 15508 (bprolog) S 15504 15506 15426 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 166728278 97423360 13226 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.36
Current children cumulated vsize (KiB) 95140

[startup+51.2387 s]
/proc/loadavg: 1.97 2.02 1.99 3/95 15508
/proc/meminfo: memFree=774248/2055924 swapFree=4165672/4192956
[pid=15506] ppid=15504 vsize=95140 CPUtime=50.75
/proc/15506/stat : 15506 (bprolog) R 15504 15506 15426 0 -1 4194304 15511 0 0 0 5067 8 0 0 25 0 2 0 166728144 97423360 13226 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134566509 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/15506/statm: 23785 13226 170 90 0 23323 0
[pid=15506/tid=15508] ppid=15504 vsize=95140 CPUtime=0
/proc/15506/task/15508/stat : 15508 (bprolog) S 15504 15506 15426 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 166728278 97423360 13226 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 50.75
Current children cumulated vsize (KiB) 95140

[startup+102.497 s]
/proc/loadavg: 1.99 2.01 1.99 3/95 15508
/proc/meminfo: memFree=757608/2055924 swapFree=4165672/4192956
[pid=15506] ppid=15504 vsize=95140 CPUtime=101.55
/proc/15506/stat : 15506 (bprolog) R 15504 15506 15426 0 -1 4194304 15511 0 0 0 10146 9 0 0 25 0 2 0 166728144 97423360 13226 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134711822 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/15506/statm: 23785 13226 170 90 0 23323 0
[pid=15506/tid=15508] ppid=15504 vsize=95140 CPUtime=0
/proc/15506/task/15508/stat : 15508 (bprolog) S 15504 15506 15426 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 166728278 97423360 13226 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) 95140

[startup+162.501 s]
/proc/loadavg: 1.99 2.01 1.99 3/95 15508
/proc/meminfo: memFree=737128/2055924 swapFree=4165672/4192956
[pid=15506] ppid=15504 vsize=95140 CPUtime=161
/proc/15506/stat : 15506 (bprolog) R 15504 15506 15426 0 -1 4194304 15511 0 0 0 16091 9 0 0 25 0 2 0 166728144 97423360 13226 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134609499 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/15506/statm: 23785 13226 170 90 0 23323 0
[pid=15506/tid=15508] ppid=15504 vsize=95140 CPUtime=0
/proc/15506/task/15508/stat : 15508 (bprolog) S 15504 15506 15426 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 166728278 97423360 13226 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 161
Current children cumulated vsize (KiB) 95140

[startup+222.507 s]
/proc/loadavg: 1.99 2.00 1.99 3/95 15508
/proc/meminfo: memFree=715496/2055924 swapFree=4165672/4192956
[pid=15506] ppid=15504 vsize=95140 CPUtime=220.46
/proc/15506/stat : 15506 (bprolog) R 15504 15506 15426 0 -1 4194304 15511 0 0 0 22036 10 0 0 25 0 2 0 166728144 97423360 13226 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134564915 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/15506/statm: 23785 13226 170 90 0 23323 0
[pid=15506/tid=15508] ppid=15504 vsize=95140 CPUtime=0
/proc/15506/task/15508/stat : 15508 (bprolog) S 15504 15506 15426 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 166728278 97423360 13226 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 220.46
Current children cumulated vsize (KiB) 95140

[startup+282.513 s]
/proc/loadavg: 2.03 2.01 2.00 3/95 15508
/proc/meminfo: memFree=695080/2055924 swapFree=4165672/4192956
[pid=15506] ppid=15504 vsize=95140 CPUtime=279.91
/proc/15506/stat : 15506 (bprolog) R 15504 15506 15426 0 -1 4194304 15511 0 0 0 27981 10 0 0 25 0 2 0 166728144 97423360 13226 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552186 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/15506/statm: 23785 13226 170 90 0 23323 0
[pid=15506/tid=15508] ppid=15504 vsize=95140 CPUtime=0
/proc/15506/task/15508/stat : 15508 (bprolog) S 15504 15506 15426 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 166728278 97423360 13226 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 279.91
Current children cumulated vsize (KiB) 95140

[startup+342.523 s]
/proc/loadavg: 2.01 2.01 2.00 3/95 15508
/proc/meminfo: memFree=670888/2055924 swapFree=4165672/4192956
[pid=15506] ppid=15504 vsize=95140 CPUtime=339.38
/proc/15506/stat : 15506 (bprolog) R 15504 15506 15426 0 -1 4194304 15511 0 0 0 33927 11 0 0 25 0 2 0 166728144 97423360 13226 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134556840 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/15506/statm: 23785 13226 170 90 0 23323 0
[pid=15506/tid=15508] ppid=15504 vsize=95140 CPUtime=0
/proc/15506/task/15508/stat : 15508 (bprolog) S 15504 15506 15426 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 166728278 97423360 13226 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 339.38
Current children cumulated vsize (KiB) 95140

[startup+402.524 s]
/proc/loadavg: 2.04 2.02 2.00 3/95 15508
/proc/meminfo: memFree=609704/2055924 swapFree=4165672/4192956
[pid=15506] ppid=15504 vsize=95140 CPUtime=398.84
/proc/15506/stat : 15506 (bprolog) R 15504 15506 15426 0 -1 4194304 15511 0 0 0 39872 12 0 0 25 0 2 0 166728144 97423360 13226 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134604028 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/15506/statm: 23785 13226 170 90 0 23323 0
[pid=15506/tid=15508] ppid=15504 vsize=95140 CPUtime=0
/proc/15506/task/15508/stat : 15508 (bprolog) S 15504 15506 15426 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 166728278 97423360 13226 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 398.84
Current children cumulated vsize (KiB) 95140

[startup+462.622 s]
/proc/loadavg: 2.08 2.03 2.00 3/95 15508
/proc/meminfo: memFree=561768/2055924 swapFree=4165672/4192956
[pid=15506] ppid=15504 vsize=95140 CPUtime=458.38
/proc/15506/stat : 15506 (bprolog) R 15504 15506 15426 0 -1 4194304 15511 0 0 0 45825 13 0 0 25 0 2 0 166728144 97423360 13226 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134662668 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/15506/statm: 23785 13226 170 90 0 23323 0
[pid=15506/tid=15508] ppid=15504 vsize=95140 CPUtime=0
/proc/15506/task/15508/stat : 15508 (bprolog) S 15504 15506 15426 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 166728278 97423360 13226 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 458.38
Current children cumulated vsize (KiB) 95140

[startup+522.718 s]
/proc/loadavg: 2.03 2.02 2.00 3/95 15508
/proc/meminfo: memFree=527976/2055924 swapFree=4165672/4192956
[pid=15506] ppid=15504 vsize=95140 CPUtime=517.93
/proc/15506/stat : 15506 (bprolog) R 15504 15506 15426 0 -1 4194304 15511 0 0 0 51779 14 0 0 25 0 2 0 166728144 97423360 13226 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134639158 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/15506/statm: 23785 13226 170 90 0 23323 0
[pid=15506/tid=15508] ppid=15504 vsize=95140 CPUtime=0
/proc/15506/task/15508/stat : 15508 (bprolog) S 15504 15506 15426 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 166728278 97423360 13226 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 517.93
Current children cumulated vsize (KiB) 95140

[startup+582.817 s]
/proc/loadavg: 2.01 2.02 2.00 3/95 15508
/proc/meminfo: memFree=493928/2055924 swapFree=4165672/4192956
[pid=15506] ppid=15504 vsize=95140 CPUtime=577.48
/proc/15506/stat : 15506 (bprolog) R 15504 15506 15426 0 -1 4194304 15511 0 0 0 57733 15 0 0 25 0 2 0 166728144 97423360 13226 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134711657 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/15506/statm: 23785 13226 170 90 0 23323 0
[pid=15506/tid=15508] ppid=15504 vsize=95140 CPUtime=0
/proc/15506/task/15508/stat : 15508 (bprolog) S 15504 15506 15426 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 166728278 97423360 13226 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 577.48
Current children cumulated vsize (KiB) 95140

[startup+642.914 s]
/proc/loadavg: 2.08 2.04 2.01 3/95 15508
/proc/meminfo: memFree=460328/2055924 swapFree=4165672/4192956

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

/proc/15506/stat : 15506 (bprolog) R 15504 15506 15426 0 -1 4194304 15522 0 0 0 117647 21 0 0 25 0 3 0 166728144 107913216 13237 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134609535 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/15506/statm: 26346 13237 170 90 0 25884 0
[pid=15506/tid=15508] ppid=15504 vsize=105384 CPUtime=0
/proc/15506/task/15508/stat : 15508 (bprolog) S 15504 15506 15426 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 3 0 166728278 107913216 13237 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=15506/tid=15582] ppid=15504 vsize=105384 CPUtime=0
/proc/15506/task/15582/stat : 15582 (bprolog) S 15504 15506 15426 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 3 0 166818293 107913216 13237 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1176.68
Current children cumulated vsize (KiB) 105384

[startup+1243.75 s]
/proc/loadavg: 2.00 2.00 2.00 3/89 15582
/proc/meminfo: memFree=1247512/2055924 swapFree=4165672/4192956
[pid=15506] ppid=15504 vsize=105384 CPUtime=1236.71
/proc/15506/stat : 15506 (bprolog) R 15504 15506 15426 0 -1 4194304 15523 0 0 0 123650 21 0 0 25 0 3 0 166728144 107913216 13238 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134589502 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/15506/statm: 26346 13238 170 90 0 25884 0
[pid=15506/tid=15508] ppid=15504 vsize=105384 CPUtime=0
/proc/15506/task/15508/stat : 15508 (bprolog) S 15504 15506 15426 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 3 0 166728278 107913216 13238 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=15506/tid=15582] ppid=15504 vsize=105384 CPUtime=0
/proc/15506/task/15582/stat : 15582 (bprolog) S 15504 15506 15426 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 3 0 166818293 107913216 13238 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1236.71
Current children cumulated vsize (KiB) 105384

[startup+1303.83 s]
/proc/loadavg: 2.00 2.00 2.00 3/89 15582
/proc/meminfo: memFree=1247064/2055924 swapFree=4165672/4192956
[pid=15506] ppid=15504 vsize=105384 CPUtime=1296.71
/proc/15506/stat : 15506 (bprolog) R 15504 15506 15426 0 -1 4194304 15523 0 0 0 129650 21 0 0 25 0 3 0 166728144 107913216 13238 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134589679 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/15506/statm: 26346 13238 170 90 0 25884 0
[pid=15506/tid=15508] ppid=15504 vsize=105384 CPUtime=0
/proc/15506/task/15508/stat : 15508 (bprolog) S 15504 15506 15426 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 3 0 166728278 107913216 13238 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=15506/tid=15582] ppid=15504 vsize=105384 CPUtime=0
/proc/15506/task/15582/stat : 15582 (bprolog) S 15504 15506 15426 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 3 0 166818293 107913216 13238 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1296.71
Current children cumulated vsize (KiB) 105384

[startup+1363.93 s]
/proc/loadavg: 2.00 2.00 2.00 3/90 15583
/proc/meminfo: memFree=1246288/2055924 swapFree=4165672/4192956
[pid=15506] ppid=15504 vsize=115628 CPUtime=1356.75
/proc/15506/stat : 15506 (bprolog) R 15504 15506 15426 0 -1 4194304 15524 0 0 0 135654 21 0 0 25 0 4 0 166728144 118403072 13239 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134555034 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/15506/statm: 28907 13239 170 90 0 28445 0
[pid=15506/tid=15508] ppid=15504 vsize=115628 CPUtime=0
/proc/15506/task/15508/stat : 15508 (bprolog) S 15504 15506 15426 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 166728278 118403072 13239 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=15506/tid=15582] ppid=15504 vsize=115628 CPUtime=0
/proc/15506/task/15582/stat : 15582 (bprolog) S 15504 15506 15426 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 166818293 118403072 13239 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=15506/tid=15583] ppid=15504 vsize=115628 CPUtime=0
/proc/15506/task/15583/stat : 15583 (bprolog) S 15504 15506 15426 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 4 0 166863305 118403072 13239 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1356.75
Current children cumulated vsize (KiB) 115628

[startup+1423.94 s]
/proc/loadavg: 2.00 2.00 2.00 3/90 15583
/proc/meminfo: memFree=1245840/2055924 swapFree=4165672/4192956
[pid=15506] ppid=15504 vsize=115628 CPUtime=1416.7
/proc/15506/stat : 15506 (bprolog) R 15504 15506 15426 0 -1 4194304 15524 0 0 0 141649 21 0 0 25 0 4 0 166728144 118403072 13239 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134565523 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/15506/statm: 28907 13239 170 90 0 28445 0
[pid=15506/tid=15508] ppid=15504 vsize=115628 CPUtime=0
/proc/15506/task/15508/stat : 15508 (bprolog) S 15504 15506 15426 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 166728278 118403072 13239 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=15506/tid=15582] ppid=15504 vsize=115628 CPUtime=0
/proc/15506/task/15582/stat : 15582 (bprolog) S 15504 15506 15426 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 166818293 118403072 13239 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=15506/tid=15583] ppid=15504 vsize=115628 CPUtime=0
/proc/15506/task/15583/stat : 15583 (bprolog) S 15504 15506 15426 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 4 0 166863305 118403072 13239 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1416.7
Current children cumulated vsize (KiB) 115628

[startup+1483.95 s]
/proc/loadavg: 2.00 2.00 2.00 3/90 15583
/proc/meminfo: memFree=1245264/2055924 swapFree=4165672/4192956
[pid=15506] ppid=15504 vsize=115628 CPUtime=1476.66
/proc/15506/stat : 15506 (bprolog) R 15504 15506 15426 0 -1 4194304 15524 0 0 0 147645 21 0 0 25 0 4 0 166728144 118403072 13239 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552092 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/15506/statm: 28907 13239 170 90 0 28445 0
[pid=15506/tid=15508] ppid=15504 vsize=115628 CPUtime=0
/proc/15506/task/15508/stat : 15508 (bprolog) S 15504 15506 15426 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 166728278 118403072 13239 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=15506/tid=15582] ppid=15504 vsize=115628 CPUtime=0
/proc/15506/task/15582/stat : 15582 (bprolog) S 15504 15506 15426 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 166818293 118403072 13239 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=15506/tid=15583] ppid=15504 vsize=115628 CPUtime=0
/proc/15506/task/15583/stat : 15583 (bprolog) S 15504 15506 15426 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 4 0 166863305 118403072 13239 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1476.66
Current children cumulated vsize (KiB) 115628

[startup+1543.96 s]
/proc/loadavg: 2.00 2.00 2.00 3/90 15583
/proc/meminfo: memFree=1244432/2055924 swapFree=4165672/4192956
[pid=15506] ppid=15504 vsize=115628 CPUtime=1536.58
/proc/15506/stat : 15506 (bprolog) R 15504 15506 15426 0 -1 4194304 15524 0 0 0 153637 21 0 0 25 0 4 0 166728144 118403072 13239 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134560539 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/15506/statm: 28907 13239 170 90 0 28445 0
[pid=15506/tid=15508] ppid=15504 vsize=115628 CPUtime=0
/proc/15506/task/15508/stat : 15508 (bprolog) S 15504 15506 15426 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 166728278 118403072 13239 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=15506/tid=15582] ppid=15504 vsize=115628 CPUtime=0
/proc/15506/task/15582/stat : 15582 (bprolog) S 15504 15506 15426 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 166818293 118403072 13239 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=15506/tid=15583] ppid=15504 vsize=115628 CPUtime=0
/proc/15506/task/15583/stat : 15583 (bprolog) S 15504 15506 15426 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 4 0 166863305 118403072 13239 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1536.58
Current children cumulated vsize (KiB) 115628

[startup+1603.97 s]
/proc/loadavg: 2.00 2.00 2.00 3/90 15583
/proc/meminfo: memFree=1244048/2055924 swapFree=4165672/4192956
[pid=15506] ppid=15504 vsize=115628 CPUtime=1596.54
/proc/15506/stat : 15506 (bprolog) R 15504 15506 15426 0 -1 4194304 15524 0 0 0 159632 22 0 0 25 0 4 0 166728144 118403072 13239 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134567799 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/15506/statm: 28907 13239 170 90 0 28445 0
[pid=15506/tid=15508] ppid=15504 vsize=115628 CPUtime=0
/proc/15506/task/15508/stat : 15508 (bprolog) S 15504 15506 15426 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 166728278 118403072 13239 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=15506/tid=15582] ppid=15504 vsize=115628 CPUtime=0
/proc/15506/task/15582/stat : 15582 (bprolog) S 15504 15506 15426 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 166818293 118403072 13239 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=15506/tid=15583] ppid=15504 vsize=115628 CPUtime=0
/proc/15506/task/15583/stat : 15583 (bprolog) S 15504 15506 15426 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 166863305 118403072 13239 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1596.54
Current children cumulated vsize (KiB) 115628

[startup+1663.98 s]
/proc/loadavg: 2.03 2.01 2.00 3/90 15583
/proc/meminfo: memFree=1243216/2055924 swapFree=4165672/4192956
[pid=15506] ppid=15504 vsize=115628 CPUtime=1656.48
/proc/15506/stat : 15506 (bprolog) R 15504 15506 15426 0 -1 4194304 15524 0 0 0 165626 22 0 0 25 0 4 0 166728144 118403072 13239 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134556860 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/15506/statm: 28907 13239 170 90 0 28445 0
[pid=15506/tid=15508] ppid=15504 vsize=115628 CPUtime=0
/proc/15506/task/15508/stat : 15508 (bprolog) S 15504 15506 15426 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 166728278 118403072 13239 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=15506/tid=15582] ppid=15504 vsize=115628 CPUtime=0
/proc/15506/task/15582/stat : 15582 (bprolog) S 15504 15506 15426 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 166818293 118403072 13239 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=15506/tid=15583] ppid=15504 vsize=115628 CPUtime=0
/proc/15506/task/15583/stat : 15583 (bprolog) S 15504 15506 15426 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 166863305 118403072 13239 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1656.48
Current children cumulated vsize (KiB) 115628

[startup+1723.99 s]
/proc/loadavg: 2.01 2.01 2.00 3/90 15583
/proc/meminfo: memFree=1242768/2055924 swapFree=4165672/4192956
[pid=15506] ppid=15504 vsize=115628 CPUtime=1716.42
/proc/15506/stat : 15506 (bprolog) R 15504 15506 15426 0 -1 4194304 15524 0 0 0 171620 22 0 0 25 0 4 0 166728144 118403072 13239 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134569266 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/15506/statm: 28907 13239 170 90 0 28445 0
[pid=15506/tid=15508] ppid=15504 vsize=115628 CPUtime=0
/proc/15506/task/15508/stat : 15508 (bprolog) S 15504 15506 15426 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 166728278 118403072 13239 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=15506/tid=15582] ppid=15504 vsize=115628 CPUtime=0
/proc/15506/task/15582/stat : 15582 (bprolog) S 15504 15506 15426 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 166818293 118403072 13239 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=15506/tid=15583] ppid=15504 vsize=115628 CPUtime=0
/proc/15506/task/15583/stat : 15583 (bprolog) S 15504 15506 15426 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 166863305 118403072 13239 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1716.42
Current children cumulated vsize (KiB) 115628

[startup+1784 s]
/proc/loadavg: 2.00 2.00 2.00 3/90 15583
/proc/meminfo: memFree=1242320/2055924 swapFree=4165672/4192956
[pid=15506] ppid=15504 vsize=115628 CPUtime=1776.38
/proc/15506/stat : 15506 (bprolog) R 15504 15506 15426 0 -1 4194304 15524 0 0 0 177616 22 0 0 25 0 4 0 166728144 118403072 13239 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134670752 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/15506/statm: 28907 13239 170 90 0 28445 0
[pid=15506/tid=15508] ppid=15504 vsize=115628 CPUtime=0
/proc/15506/task/15508/stat : 15508 (bprolog) S 15504 15506 15426 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 166728278 118403072 13239 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=15506/tid=15582] ppid=15504 vsize=115628 CPUtime=0
/proc/15506/task/15582/stat : 15582 (bprolog) S 15504 15506 15426 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 166818293 118403072 13239 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=15506/tid=15583] ppid=15504 vsize=115628 CPUtime=0
/proc/15506/task/15583/stat : 15583 (bprolog) S 15504 15506 15426 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 166863305 118403072 13239 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1776.38
Current children cumulated vsize (KiB) 115628



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1807.73 s]
/proc/loadavg: 2.00 2.00 2.00 4/87 15583
/proc/meminfo: memFree=1242320/2055924 swapFree=4165672/4192956
[pid=15506] ppid=15504 vsize=115628 CPUtime=1800.09
/proc/15506/stat : 15506 (bprolog) R 15504 15506 15426 0 -1 4194304 15525 0 0 0 179987 22 0 0 25 0 1 0 166728144 118403072 13240 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552207 0 0 4096 2 0 0 0 17 0 0 0
/proc/15506/statm: 28907 13240 171 90 0 28445 0
Current children cumulated CPU time (s) 1800.09
Current children cumulated vsize (KiB) 115628

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1807.74
CPU time (s): 1800.11
CPU user time (s): 1799.87
CPU system time (s): 0.235964
CPU usage (%): 99.5777
Max. virtual memory (cumulated for all children) (KiB): 115628

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

runsolver used 2.08868 s user time and 5.9091 s system time

The end

Launcher Data (download as text)

Begin job on node6 on Sun Jan  7 15:22:07 UTC 2007


IDJOB= 207801
IDBENCH= 4335
FILE ID= node6/207801-1168183326

PBS_JOBID= 3478938

Free space on /tmp= 66549 MiB

BENCH NAME= HOME/pub/bench/CPAI06/travellingSalesman/travellingSalesman-25/tsp-25-681_ext.xml
COMMAND LINE= /tmp/evaluation/207801-1168183326/Complete/Ordinary/solver /tmp/evaluation/207801-1168183326/unknown 1800
CONVERSION COMMAND LINE= runsolver -w ROOT/results/node6/convwatcher-207801-1168183326 -o ROOT/results/node6/conversion-207801-1168183326 -C 600 -M 900 /tmp/evaluation/207801-1168183326/Complete/Ordinary/conversion /tmp/evaluation/207801-1168183326/unknown
CONVERSION RUNSOLVER STATUS CODE= 0
CONVERSION STATUS CODE= 0

RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node6/watcher-207801-1168183326 -o ROOT/results/node6/solver-207801-1168183326 -C 1800 -M 900  /tmp/evaluation/207801-1168183326/Complete/Ordinary/solver /tmp/evaluation/207801-1168183326/unknown 1800

META MD5SUM SOLVER= b53ab06f245aa5e62684a7a0a4388ade
MD5SUM BENCH=  c0fb72d4f30ed7072c505fa7095a8161

RANDOM SEED= 614453367

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.240
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.240
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:      2055924 kB
MemFree:        845968 kB
Buffers:         70348 kB
Cached:         542696 kB
SwapCached:       2424 kB
Active:         620392 kB
Inactive:       504020 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055924 kB
LowFree:        845968 kB
SwapTotal:     4192956 kB
SwapFree:      4165672 kB
Dirty:            1792 kB
Writeback:           0 kB
Mapped:         529976 kB
Slab:            69168 kB
Committed_AS:  5476888 kB
PageTables:       3404 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= 66548 MiB



End job on node6 on Sun Jan  7 15:52:15 UTC 2007