Trace number 208832

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 1815.3

General information on the benchmark

Namefapp/fapp01-05/fapp05/
fapp05-0350-5.xml
MD5SUM39cd7cfe533481e31426431358df8b06
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.72874
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/208832-1168190318/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/node62/watcher-208832-1168190318 -o ROOT/results/node62/solver-208832-1168190318 -C 1800 -M 900 /tmp/evaluation/208832-1168190318/Complete/Ordinary/solver /tmp/evaluation/208832-1168190318/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.52 2.11 1.67 4/81 5137
/proc/meminfo: memFree=1122944/2055920 swapFree=4192812/4192956
[pid=5136] ppid=5134 vsize=18540 CPUtime=0
/proc/5136/stat : 5136 (runsolver) R 5134 5136 4768 0 -1 4194368 16 0 0 0 0 0 0 0 18 0 1 0 167429862 18984960 280 18446744073709551615 4194304 4267372 548682069056 18446744073709551615 236437695783 0 0 4096 24578 0 0 0 17 1 0 0
/proc/5136/statm: 4635 280 244 17 0 2626 0

[startup+0.10828 s]
/proc/loadavg: 2.52 2.11 1.67 4/81 5137
/proc/meminfo: memFree=1122944/2055920 swapFree=4192812/4192956
[pid=5136] ppid=5134 vsize=53824 CPUtime=0.09
/proc/5136/stat : 5136 (bprolog) R 5134 5136 4768 0 -1 4194304 1995 0 0 0 8 1 0 0 18 0 1 0 167429862 55115776 1711 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134611507 0 0 4096 2 0 0 0 17 0 0 0
/proc/5136/statm: 13456 1711 157 90 0 12994 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 53824

[startup+0.516352 s]
/proc/loadavg: 2.52 2.11 1.67 4/81 5137
/proc/meminfo: memFree=1122944/2055920 swapFree=4192812/4192956
[pid=5136] ppid=5134 vsize=62100 CPUtime=0.5
/proc/5136/stat : 5136 (bprolog) R 5134 5136 4768 0 -1 4194304 2788 0 0 0 48 2 0 0 22 0 1 0 167429862 63590400 2503 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134664612 0 0 4096 2 0 0 0 17 0 0 0
/proc/5136/statm: 15525 2503 176 90 0 15063 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 62100

[startup+1.33751 s]
/proc/loadavg: 2.52 2.11 1.67 3/81 5137
/proc/meminfo: memFree=1110656/2055920 swapFree=4192812/4192956
[pid=5136] ppid=5134 vsize=62100 CPUtime=1.31
/proc/5136/stat : 5136 (bprolog) R 5134 5136 4768 0 -1 4194304 3619 0 0 0 129 2 0 0 25 0 1 0 167429862 63590400 3334 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134568599 0 0 4096 2 0 0 0 17 0 0 0
/proc/5136/statm: 15525 3334 176 90 0 15063 0
Current children cumulated CPU time (s) 1.31
Current children cumulated vsize (KiB) 62100

[startup+2.97783 s]
/proc/loadavg: 2.48 2.11 1.67 4/82 5138
/proc/meminfo: memFree=1106552/2055920 swapFree=4192812/4192956
[pid=5136] ppid=5134 vsize=72344 CPUtime=2.94
/proc/5136/stat : 5136 (bprolog) R 5134 5136 4768 0 -1 4194304 4544 0 0 0 292 2 0 0 25 0 2 0 167429862 74080256 4259 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134576067 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/5136/statm: 18086 4259 180 90 0 17624 0
[pid=5136/tid=5138] ppid=5134 vsize=72344 CPUtime=0
/proc/5136/task/5138/stat : 5138 (bprolog) S 5134 5136 4768 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 167430029 74080256 4259 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.94
Current children cumulated vsize (KiB) 72344

[startup+6.25648 s]
/proc/loadavg: 2.48 2.11 1.67 3/82 5138
/proc/meminfo: memFree=1106552/2055920 swapFree=4192812/4192956
[pid=5136] ppid=5134 vsize=72344 CPUtime=6.19
/proc/5136/stat : 5136 (bprolog) R 5134 5136 4768 0 -1 4194304 4544 0 0 0 617 2 0 0 25 0 2 0 167429862 74080256 4259 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134618368 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/5136/statm: 18086 4259 180 90 0 17624 0
[pid=5136/tid=5138] ppid=5134 vsize=72344 CPUtime=0
/proc/5136/task/5138/stat : 5138 (bprolog) S 5134 5136 4768 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 167430029 74080256 4259 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.19
Current children cumulated vsize (KiB) 72344

[startup+12.7208 s]
/proc/loadavg: 2.48 2.12 1.68 3/82 5138
/proc/meminfo: memFree=1099384/2055920 swapFree=4192812/4192956
[pid=5136] ppid=5134 vsize=72344 CPUtime=12.6
/proc/5136/stat : 5136 (bprolog) R 5134 5136 4768 0 -1 4194304 4938 0 0 0 1258 2 0 0 25 0 2 0 167429862 74080256 4653 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134557373 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/5136/statm: 18086 4653 180 90 0 17624 0
[pid=5136/tid=5138] ppid=5134 vsize=72344 CPUtime=0
/proc/5136/task/5138/stat : 5138 (bprolog) S 5134 5136 4768 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 167430029 74080256 4653 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.6
Current children cumulated vsize (KiB) 72344

[startup+25.5447 s]
/proc/loadavg: 2.41 2.11 1.68 3/82 5140
/proc/meminfo: memFree=1096184/2055920 swapFree=4192812/4192956
[pid=5136] ppid=5134 vsize=72344 CPUtime=25.32
/proc/5136/stat : 5136 (bprolog) R 5134 5136 4768 0 -1 4194304 4938 0 0 0 2530 2 0 0 25 0 2 0 167429862 74080256 4653 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134618070 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/5136/statm: 18086 4653 180 90 0 17624 0
[pid=5136/tid=5138] ppid=5134 vsize=72344 CPUtime=0
/proc/5136/task/5138/stat : 5138 (bprolog) S 5134 5136 4768 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 167430029 74080256 4653 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 25.32
Current children cumulated vsize (KiB) 72344

[startup+51.1894 s]
/proc/loadavg: 2.46 2.15 1.71 3/82 5140
/proc/meminfo: memFree=1084600/2055920 swapFree=4192812/4192956
[pid=5136] ppid=5134 vsize=72344 CPUtime=50.74
/proc/5136/stat : 5136 (bprolog) R 5134 5136 4768 0 -1 4194304 4997 0 0 0 5071 3 0 0 25 0 2 0 167429862 74080256 4712 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134662607 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/5136/statm: 18086 4712 180 90 0 17624 0
[pid=5136/tid=5138] ppid=5134 vsize=72344 CPUtime=0
/proc/5136/task/5138/stat : 5138 (bprolog) S 5134 5136 4768 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 167430029 74080256 4712 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 50.74
Current children cumulated vsize (KiB) 72344

[startup+102.4 s]
/proc/loadavg: 2.35 2.16 1.73 3/82 5140
/proc/meminfo: memFree=1060984/2055920 swapFree=4192812/4192956
[pid=5136] ppid=5134 vsize=72344 CPUtime=101.52
/proc/5136/stat : 5136 (bprolog) R 5134 5136 4768 0 -1 4194304 4998 0 0 0 10149 3 0 0 25 0 2 0 167429862 74080256 4713 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134554278 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/5136/statm: 18086 4713 180 90 0 17624 0
[pid=5136/tid=5138] ppid=5134 vsize=72344 CPUtime=0
/proc/5136/task/5138/stat : 5138 (bprolog) S 5134 5136 4768 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 167430029 74080256 4713 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 101.52
Current children cumulated vsize (KiB) 72344

[startup+162.449 s]
/proc/loadavg: 2.19 2.14 1.75 3/82 5140
/proc/meminfo: memFree=1044920/2055920 swapFree=4192812/4192956
[pid=5136] ppid=5134 vsize=72344 CPUtime=161.04
/proc/5136/stat : 5136 (bprolog) R 5134 5136 4768 0 -1 4194304 5000 0 0 0 16101 3 0 0 25 0 2 0 167429862 74080256 4715 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134663822 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/5136/statm: 18086 4715 180 90 0 17624 0
[pid=5136/tid=5138] ppid=5134 vsize=72344 CPUtime=0
/proc/5136/task/5138/stat : 5138 (bprolog) S 5134 5136 4768 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 167430029 74080256 4715 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 161.04
Current children cumulated vsize (KiB) 72344

[startup+222.513 s]
/proc/loadavg: 2.24 2.16 1.78 3/82 5140
/proc/meminfo: memFree=1034936/2055920 swapFree=4192812/4192956
[pid=5136] ppid=5134 vsize=72344 CPUtime=220.56
/proc/5136/stat : 5136 (bprolog) R 5134 5136 4768 0 -1 4194304 5001 0 0 0 22052 4 0 0 25 0 2 0 167429862 74080256 4716 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134662572 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/5136/statm: 18086 4716 180 90 0 17624 0
[pid=5136/tid=5138] ppid=5134 vsize=72344 CPUtime=0
/proc/5136/task/5138/stat : 5138 (bprolog) S 5134 5136 4768 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 167430029 74080256 4716 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 220.56
Current children cumulated vsize (KiB) 72344

[startup+282.575 s]
/proc/loadavg: 2.13 2.14 1.80 3/82 5140
/proc/meminfo: memFree=1015352/2055920 swapFree=4192812/4192956
[pid=5136] ppid=5134 vsize=72344 CPUtime=280.1
/proc/5136/stat : 5136 (bprolog) R 5134 5136 4768 0 -1 4194304 5006 0 0 0 28006 4 0 0 25 0 2 0 167429862 74080256 4721 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134663828 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/5136/statm: 18086 4721 180 90 0 17624 0
[pid=5136/tid=5138] ppid=5134 vsize=72344 CPUtime=0
/proc/5136/task/5138/stat : 5138 (bprolog) S 5134 5136 4768 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 167430029 74080256 4721 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 280.1
Current children cumulated vsize (KiB) 72344

[startup+342.591 s]
/proc/loadavg: 2.32 2.19 1.83 3/82 5140
/proc/meminfo: memFree=976120/2055920 swapFree=4192812/4192956
[pid=5136] ppid=5134 vsize=72344 CPUtime=339.62
/proc/5136/stat : 5136 (bprolog) R 5134 5136 4768 0 -1 4194304 5006 0 0 0 33958 4 0 0 25 0 2 0 167429862 74080256 4721 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552405 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/5136/statm: 18086 4721 180 90 0 17624 0
[pid=5136/tid=5138] ppid=5134 vsize=72344 CPUtime=0
/proc/5136/task/5138/stat : 5138 (bprolog) S 5134 5136 4768 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 167430029 74080256 4721 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 339.62
Current children cumulated vsize (KiB) 72344

[startup+402.691 s]
/proc/loadavg: 2.47 2.24 1.87 3/82 5140
/proc/meminfo: memFree=967032/2055920 swapFree=4192812/4192956
[pid=5136] ppid=5134 vsize=72344 CPUtime=399.18
/proc/5136/stat : 5136 (bprolog) R 5134 5136 4768 0 -1 4194304 5006 0 0 0 39914 4 0 0 25 0 2 0 167429862 74080256 4721 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134662616 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/5136/statm: 18086 4721 180 90 0 17624 0
[pid=5136/tid=5138] ppid=5134 vsize=72344 CPUtime=0
/proc/5136/task/5138/stat : 5138 (bprolog) S 5134 5136 4768 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 167430029 74080256 4721 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 399.18
Current children cumulated vsize (KiB) 72344

[startup+462.695 s]
/proc/loadavg: 2.35 2.25 1.89 3/82 5140
/proc/meminfo: memFree=947832/2055920 swapFree=4192812/4192956
[pid=5136] ppid=5134 vsize=72344 CPUtime=458.69
/proc/5136/stat : 5136 (bprolog) R 5134 5136 4768 0 -1 4194304 5006 0 0 0 45865 4 0 0 25 0 2 0 167429862 74080256 4721 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134661432 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/5136/statm: 18086 4721 180 90 0 17624 0
[pid=5136/tid=5138] ppid=5134 vsize=72344 CPUtime=0
/proc/5136/task/5138/stat : 5138 (bprolog) S 5134 5136 4768 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 167430029 74080256 4721 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 458.69
Current children cumulated vsize (KiB) 72344

[startup+522.785 s]
/proc/loadavg: 2.27 2.23 1.91 3/82 5140
/proc/meminfo: memFree=918648/2055920 swapFree=4192812/4192956
[pid=5136] ppid=5134 vsize=72344 CPUtime=518.27
/proc/5136/stat : 5136 (bprolog) R 5134 5136 4768 0 -1 4194304 5006 0 0 0 51823 4 0 0 25 0 2 0 167429862 74080256 4721 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134751720 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/5136/statm: 18086 4721 180 90 0 17624 0
[pid=5136/tid=5138] ppid=5134 vsize=72344 CPUtime=0
/proc/5136/task/5138/stat : 5138 (bprolog) S 5134 5136 4768 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 167430029 74080256 4721 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 518.27
Current children cumulated vsize (KiB) 72344

[startup+582.805 s]
/proc/loadavg: 2.17 2.21 1.92 3/82 5140
/proc/meminfo: memFree=917048/2055920 swapFree=4192812/4192956
[pid=5136] ppid=5134 vsize=72344 CPUtime=577.74
/proc/5136/stat : 5136 (bprolog) R 5134 5136 4768 0 -1 4194304 5006 0 0 0 57770 4 0 0 25 0 2 0 167429862 74080256 4721 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134664014 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/5136/statm: 18086 4721 180 90 0 17624 0
[pid=5136/tid=5138] ppid=5134 vsize=72344 CPUtime=0
/proc/5136/task/5138/stat : 5138 (bprolog) S 5134 5136 4768 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 167430029 74080256 4721 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 577.74
Current children cumulated vsize (KiB) 72344

[startup+642.902 s]
/proc/loadavg: 2.19 2.20 1.93 3/82 5140
/proc/meminfo: memFree=898808/2055920 swapFree=4192812/4192956

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

/proc/5136/stat : 5136 (bprolog) R 5134 5136 4768 0 -1 4194304 5008 0 0 0 117302 5 0 0 25 0 3 0 167429862 84570112 4723 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134661414 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/5136/statm: 20647 4723 180 90 0 20185 0
[pid=5136/tid=5138] ppid=5134 vsize=82588 CPUtime=0
/proc/5136/task/5138/stat : 5138 (bprolog) S 5134 5136 4768 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 3 0 167430029 84570112 4723 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=5136/tid=5141] ppid=5134 vsize=82588 CPUtime=0
/proc/5136/task/5141/stat : 5141 (bprolog) S 5134 5136 4768 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 3 0 167520043 84570112 4723 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1173.07
Current children cumulated vsize (KiB) 82588

[startup+1243.39 s]
/proc/loadavg: 2.19 2.21 2.06 4/83 5141
/proc/meminfo: memFree=873776/2055920 swapFree=4192812/4192956
[pid=5136] ppid=5134 vsize=82588 CPUtime=1232.6
/proc/5136/stat : 5136 (bprolog) R 5134 5136 4768 0 -1 4194304 5009 0 0 0 123255 5 0 0 25 0 3 0 167429862 84570112 4724 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134614636 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/5136/statm: 20647 4724 180 90 0 20185 0
[pid=5136/tid=5138] ppid=5134 vsize=82588 CPUtime=0
/proc/5136/task/5138/stat : 5138 (bprolog) S 5134 5136 4768 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 3 0 167430029 84570112 4724 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=5136/tid=5141] ppid=5134 vsize=82588 CPUtime=0
/proc/5136/task/5141/stat : 5141 (bprolog) S 5134 5136 4768 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 3 0 167520043 84570112 4724 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1232.6
Current children cumulated vsize (KiB) 82588

[startup+1303.45 s]
/proc/loadavg: 2.28 2.23 2.07 4/83 5141
/proc/meminfo: memFree=873776/2055920 swapFree=4192812/4192956
[pid=5136] ppid=5134 vsize=82588 CPUtime=1292.14
/proc/5136/stat : 5136 (bprolog) R 5134 5136 4768 0 -1 4194304 5009 0 0 0 129208 6 0 0 25 0 3 0 167429862 84570112 4724 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134662572 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/5136/statm: 20647 4724 180 90 0 20185 0
[pid=5136/tid=5138] ppid=5134 vsize=82588 CPUtime=0
/proc/5136/task/5138/stat : 5138 (bprolog) S 5134 5136 4768 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 3 0 167430029 84570112 4724 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=5136/tid=5141] ppid=5134 vsize=82588 CPUtime=0
/proc/5136/task/5141/stat : 5141 (bprolog) S 5134 5136 4768 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 3 0 167520043 84570112 4724 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1292.14
Current children cumulated vsize (KiB) 82588

[startup+1363.5 s]
/proc/loadavg: 2.35 2.25 2.09 3/84 5142
/proc/meminfo: memFree=873704/2055920 swapFree=4192812/4192956
[pid=5136] ppid=5134 vsize=92832 CPUtime=1351.66
/proc/5136/stat : 5136 (bprolog) R 5134 5136 4768 0 -1 4194304 5010 0 0 0 135160 6 0 0 25 0 4 0 167429862 95059968 4725 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134589209 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/5136/statm: 23208 4725 180 90 0 22746 0
[pid=5136/tid=5138] ppid=5134 vsize=92832 CPUtime=0
/proc/5136/task/5138/stat : 5138 (bprolog) S 5134 5136 4768 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 167430029 95059968 4725 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=5136/tid=5141] ppid=5134 vsize=92832 CPUtime=0
/proc/5136/task/5141/stat : 5141 (bprolog) S 5134 5136 4768 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 167520043 95059968 4725 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=5136/tid=5142] ppid=5134 vsize=92832 CPUtime=0
/proc/5136/task/5142/stat : 5142 (bprolog) S 5134 5136 4768 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 4 0 167565051 95059968 4725 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1351.66
Current children cumulated vsize (KiB) 92832

[startup+1423.6 s]
/proc/loadavg: 2.26 2.24 2.09 3/84 5142
/proc/meminfo: memFree=873768/2055920 swapFree=4192812/4192956
[pid=5136] ppid=5134 vsize=92832 CPUtime=1411.25
/proc/5136/stat : 5136 (bprolog) R 5134 5136 4768 0 -1 4194304 5010 0 0 0 141119 6 0 0 25 0 4 0 167429862 95059968 4725 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134618408 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/5136/statm: 23208 4725 180 90 0 22746 0
[pid=5136/tid=5138] ppid=5134 vsize=92832 CPUtime=0
/proc/5136/task/5138/stat : 5138 (bprolog) S 5134 5136 4768 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 167430029 95059968 4725 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=5136/tid=5141] ppid=5134 vsize=92832 CPUtime=0
/proc/5136/task/5141/stat : 5141 (bprolog) S 5134 5136 4768 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 167520043 95059968 4725 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=5136/tid=5142] ppid=5134 vsize=92832 CPUtime=0
/proc/5136/task/5142/stat : 5142 (bprolog) S 5134 5136 4768 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 4 0 167565051 95059968 4725 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1411.25
Current children cumulated vsize (KiB) 92832

[startup+1483.62 s]
/proc/loadavg: 2.16 2.21 2.09 3/84 5142
/proc/meminfo: memFree=873704/2055920 swapFree=4192812/4192956
[pid=5136] ppid=5134 vsize=92832 CPUtime=1470.73
/proc/5136/stat : 5136 (bprolog) R 5134 5136 4768 0 -1 4194304 5018 0 0 0 147067 6 0 0 25 0 4 0 167429862 95059968 4733 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134662593 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/5136/statm: 23208 4733 180 90 0 22746 0
[pid=5136/tid=5138] ppid=5134 vsize=92832 CPUtime=0
/proc/5136/task/5138/stat : 5138 (bprolog) S 5134 5136 4768 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 167430029 95059968 4733 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=5136/tid=5141] ppid=5134 vsize=92832 CPUtime=0
/proc/5136/task/5141/stat : 5141 (bprolog) S 5134 5136 4768 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 167520043 95059968 4733 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=5136/tid=5142] ppid=5134 vsize=92832 CPUtime=0
/proc/5136/task/5142/stat : 5142 (bprolog) S 5134 5136 4768 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 4 0 167565051 95059968 4733 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1470.73
Current children cumulated vsize (KiB) 92832

[startup+1543.69 s]
/proc/loadavg: 2.35 2.25 2.11 3/84 5142
/proc/meminfo: memFree=873640/2055920 swapFree=4192812/4192956
[pid=5136] ppid=5134 vsize=92832 CPUtime=1530.31
/proc/5136/stat : 5136 (bprolog) R 5134 5136 4768 0 -1 4194304 5018 0 0 0 153024 7 0 0 25 0 4 0 167429862 95059968 4733 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134663850 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/5136/statm: 23208 4733 180 90 0 22746 0
[pid=5136/tid=5138] ppid=5134 vsize=92832 CPUtime=0
/proc/5136/task/5138/stat : 5138 (bprolog) S 5134 5136 4768 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 167430029 95059968 4733 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=5136/tid=5141] ppid=5134 vsize=92832 CPUtime=0
/proc/5136/task/5141/stat : 5141 (bprolog) S 5134 5136 4768 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 167520043 95059968 4733 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=5136/tid=5142] ppid=5134 vsize=92832 CPUtime=0
/proc/5136/task/5142/stat : 5142 (bprolog) S 5134 5136 4768 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 4 0 167565051 95059968 4733 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1530.31
Current children cumulated vsize (KiB) 92832

[startup+1603.77 s]
/proc/loadavg: 2.20 2.23 2.11 3/84 5142
/proc/meminfo: memFree=871528/2055920 swapFree=4192812/4192956
[pid=5136] ppid=5134 vsize=92832 CPUtime=1589.86
/proc/5136/stat : 5136 (bprolog) R 5134 5136 4768 0 -1 4194304 5594 0 0 0 158979 7 0 0 25 0 4 0 167429862 95059968 5309 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134662593 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/5136/statm: 23208 5309 180 90 0 22746 0
[pid=5136/tid=5138] ppid=5134 vsize=92832 CPUtime=0
/proc/5136/task/5138/stat : 5138 (bprolog) S 5134 5136 4768 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 167430029 95059968 5309 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=5136/tid=5141] ppid=5134 vsize=92832 CPUtime=0
/proc/5136/task/5141/stat : 5141 (bprolog) S 5134 5136 4768 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 167520043 95059968 5309 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=5136/tid=5142] ppid=5134 vsize=92832 CPUtime=0
/proc/5136/task/5142/stat : 5142 (bprolog) S 5134 5136 4768 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 167565051 95059968 5309 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1589.86
Current children cumulated vsize (KiB) 92832

[startup+1663.86 s]
/proc/loadavg: 2.11 2.20 2.10 4/84 5142
/proc/meminfo: memFree=871464/2055920 swapFree=4192812/4192956
[pid=5136] ppid=5134 vsize=92832 CPUtime=1649.4
/proc/5136/stat : 5136 (bprolog) R 5134 5136 4768 0 -1 4194304 5594 0 0 0 164933 7 0 0 25 0 4 0 167429862 95059968 5309 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134663828 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/5136/statm: 23208 5309 180 90 0 22746 0
[pid=5136/tid=5138] ppid=5134 vsize=92832 CPUtime=0
/proc/5136/task/5138/stat : 5138 (bprolog) S 5134 5136 4768 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 167430029 95059968 5309 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=5136/tid=5141] ppid=5134 vsize=92832 CPUtime=0
/proc/5136/task/5141/stat : 5141 (bprolog) S 5134 5136 4768 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 167520043 95059968 5309 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=5136/tid=5142] ppid=5134 vsize=92832 CPUtime=0
/proc/5136/task/5142/stat : 5142 (bprolog) S 5134 5136 4768 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 167565051 95059968 5309 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1649.4
Current children cumulated vsize (KiB) 92832

[startup+1723.96 s]
/proc/loadavg: 2.09 2.18 2.09 3/84 5444
/proc/meminfo: memFree=1395960/2055920 swapFree=4192812/4192956
[pid=5136] ppid=5134 vsize=92832 CPUtime=1709.1
/proc/5136/stat : 5136 (bprolog) R 5134 5136 4768 0 -1 4194304 5594 0 0 0 170901 9 0 0 25 0 4 0 167429862 95059968 5309 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134663828 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/5136/statm: 23208 5309 180 90 0 22746 0
[pid=5136/tid=5138] ppid=5134 vsize=92832 CPUtime=0
/proc/5136/task/5138/stat : 5138 (bprolog) S 5134 5136 4768 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 167430029 95059968 5309 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=5136/tid=5141] ppid=5134 vsize=92832 CPUtime=0
/proc/5136/task/5141/stat : 5141 (bprolog) S 5134 5136 4768 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 167520043 95059968 5309 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=5136/tid=5142] ppid=5134 vsize=92832 CPUtime=0
/proc/5136/task/5142/stat : 5142 (bprolog) S 5134 5136 4768 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 167565051 95059968 5309 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1709.1
Current children cumulated vsize (KiB) 92832

[startup+1784 s]
/proc/loadavg: 2.15 2.18 2.10 3/84 5444
/proc/meminfo: memFree=1324344/2055920 swapFree=4192812/4192956
[pid=5136] ppid=5134 vsize=92832 CPUtime=1768.86
/proc/5136/stat : 5136 (bprolog) R 5134 5136 4768 0 -1 4194304 5594 0 0 0 176877 9 0 0 25 0 4 0 167429862 95059968 5309 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134576089 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/5136/statm: 23208 5309 180 90 0 22746 0
[pid=5136/tid=5138] ppid=5134 vsize=92832 CPUtime=0
/proc/5136/task/5138/stat : 5138 (bprolog) S 5134 5136 4768 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 167430029 95059968 5309 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=5136/tid=5141] ppid=5134 vsize=92832 CPUtime=0
/proc/5136/task/5141/stat : 5141 (bprolog) S 5134 5136 4768 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 167520043 95059968 5309 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=5136/tid=5142] ppid=5134 vsize=92832 CPUtime=0
/proc/5136/task/5142/stat : 5142 (bprolog) S 5134 5136 4768 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 167565051 95059968 5309 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1768.86
Current children cumulated vsize (KiB) 92832



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1815.3 s]
/proc/loadavg: 2.09 2.17 2.09 3/81 5444
/proc/meminfo: memFree=1297720/2055920 swapFree=4192812/4192956
[pid=5136] ppid=5134 vsize=92832 CPUtime=1800.01
/proc/5136/stat : 5136 (bprolog) R 5134 5136 4768 0 -1 4194304 5595 0 0 0 179992 9 0 0 25 0 1 0 167429862 95059968 5310 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134662545 0 0 4096 2 0 0 0 17 0 0 0
/proc/5136/statm: 23208 5310 181 90 0 22746 0
Current children cumulated CPU time (s) 1800.01
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): 1815.3
CPU time (s): 1800.02
CPU user time (s): 1799.92
CPU system time (s): 0.099984
CPU usage (%): 99.1581
Max. virtual memory (cumulated for all children) (KiB): 92832

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.92
system time used= 0.099984
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 5595
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= 12
involuntary context switches= 61304

runsolver used 1.89571 s user time and 5.02324 s system time

The end

Launcher Data (download as text)

Begin job on node62 on Sun Jan  7 17:18:39 UTC 2007


IDJOB= 208832
IDBENCH= 4479
FILE ID= node62/208832-1168190318

PBS_JOBID= 3479307

Free space on /tmp= 66545 MiB

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

RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node62/watcher-208832-1168190318 -o ROOT/results/node62/solver-208832-1168190318 -C 1800 -M 900  /tmp/evaluation/208832-1168190318/Complete/Ordinary/solver /tmp/evaluation/208832-1168190318/unknown 1800

META MD5SUM SOLVER= b53ab06f245aa5e62684a7a0a4388ade
MD5SUM BENCH=  39cd7cfe533481e31426431358df8b06

RANDOM SEED= 383157035

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:       1123616 kB
Buffers:         46196 kB
Cached:         438304 kB
SwapCached:          0 kB
Active:         586304 kB
Inactive:       289088 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1123616 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            2292 kB
Writeback:           0 kB
Mapped:         407712 kB
Slab:            41392 kB
Committed_AS:  3745872 kB
PageTables:       2668 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= 66550 MiB



End job on node62 on Sun Jan  7 17:48:56 UTC 2007