Trace number 242282

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.09 1802.19

General information on the benchmark

Namedimacs/dubois/
dubois-100_ext.xml
MD5SUMa9dcb372a45d2dd0d0fa5883b83c178b
Bench CategoryN-ARY-EXT (n-ary constraints in extension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark0.119981
SatisfiableNO
(Un)Satisfiability was proved
Number of variables300
Number of constraints200
Maximum constraint arity3
Maximum domain size2
Number of constraints which are defined in extension200
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/242282-1168379348/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/node11/watcher-242282-1168379348 -o ROOT/results/node11/solver-242282-1168379348 -C 1800 -M 900 /tmp/evaluation/242282-1168379348/Complete/Ordinary/solver /tmp/evaluation/242282-1168379348/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.83 1.98 1.87 5/98 26711
/proc/meminfo: memFree=1691320/2055920 swapFree=4192812/4192956
[pid=26710] ppid=26708 vsize=18540 CPUtime=0
/proc/26710/stat : 26710 (runsolver) R 26708 26710 26273 0 -1 4194368 16 0 0 0 0 0 0 0 21 0 1 0 186329854 18984960 279 18446744073709551615 4194304 4267372 548682069040 18446744073709551615 262910045479 0 0 4096 24578 0 0 0 17 1 0 0
/proc/26710/statm: 4635 279 244 17 0 2626 0

[startup+0.107767 s]
/proc/loadavg: 1.83 1.98 1.87 5/98 26711
/proc/meminfo: memFree=1691320/2055920 swapFree=4192812/4192956
[pid=26710] ppid=26708 vsize=64064 CPUtime=0.09
/proc/26710/stat : 26710 (bprolog) R 26708 26710 26273 0 -1 4194304 971 0 0 0 9 0 0 0 21 0 2 0 186329854 65601536 686 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134555695 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/26710/statm: 16016 686 168 90 0 15554 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 64064

[startup+0.515841 s]
/proc/loadavg: 1.83 1.98 1.87 5/98 26711
/proc/meminfo: memFree=1691320/2055920 swapFree=4192812/4192956
[pid=26710] ppid=26708 vsize=64064 CPUtime=0.5
/proc/26710/stat : 26710 (bprolog) R 26708 26710 26273 0 -1 4194304 971 0 0 0 50 0 0 0 25 0 2 0 186329854 65601536 686 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134711657 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/26710/statm: 16016 686 168 90 0 15554 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 64064

[startup+1.337 s]
/proc/loadavg: 1.83 1.98 1.87 3/99 26712
/proc/meminfo: memFree=1687408/2055920 swapFree=4192812/4192956
[pid=26710] ppid=26708 vsize=64064 CPUtime=1.32
/proc/26710/stat : 26710 (bprolog) R 26708 26710 26273 0 -1 4194304 971 0 0 0 132 0 0 0 25 0 2 0 186329854 65601536 686 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134565693 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/26710/statm: 16016 686 168 90 0 15554 0
[pid=26710/tid=26712] ppid=26708 vsize=64064 CPUtime=0
/proc/26710/task/26712/stat : 26712 (bprolog) S 26708 26710 26273 0 -1 4194368 2 0 0 0 0 0 0 0 22 0 2 0 186329857 65601536 686 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.32
Current children cumulated vsize (KiB) 64064

[startup+2.97433 s]
/proc/loadavg: 1.83 1.98 1.87 3/99 26712
/proc/meminfo: memFree=1684656/2055920 swapFree=4192812/4192956
[pid=26710] ppid=26708 vsize=64064 CPUtime=2.95
/proc/26710/stat : 26710 (bprolog) R 26708 26710 26273 0 -1 4194304 971 0 0 0 295 0 0 0 25 0 2 0 186329854 65601536 686 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134711657 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/26710/statm: 16016 686 168 90 0 15554 0
[pid=26710/tid=26712] ppid=26708 vsize=64064 CPUtime=0
/proc/26710/task/26712/stat : 26712 (bprolog) S 26708 26710 26273 0 -1 4194368 2 0 0 0 0 0 0 0 22 0 2 0 186329857 65601536 686 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) 64064

[startup+6.25798 s]
/proc/loadavg: 1.84 1.98 1.87 3/99 26712
/proc/meminfo: memFree=1676720/2055920 swapFree=4192812/4192956
[pid=26710] ppid=26708 vsize=64064 CPUtime=6.22
/proc/26710/stat : 26710 (bprolog) R 26708 26710 26273 0 -1 4194304 971 0 0 0 622 0 0 0 25 0 2 0 186329854 65601536 686 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134555787 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/26710/statm: 16016 686 168 90 0 15554 0
[pid=26710/tid=26712] ppid=26708 vsize=64064 CPUtime=0
/proc/26710/task/26712/stat : 26712 (bprolog) S 26708 26710 26273 0 -1 4194368 2 0 0 0 0 0 0 0 22 0 2 0 186329857 65601536 686 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) 64064

[startup+12.7193 s]
/proc/loadavg: 1.85 1.98 1.87 2/82 26724
/proc/meminfo: memFree=1736120/2055920 swapFree=4192812/4192956
[pid=26710] ppid=26708 vsize=64064 CPUtime=12.66
/proc/26710/stat : 26710 (bprolog) R 26708 26710 26273 0 -1 4194304 971 0 0 0 1266 0 0 0 25 0 2 0 186329854 65601536 686 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134613079 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/26710/statm: 16016 686 168 90 0 15554 0
[pid=26710/tid=26712] ppid=26708 vsize=64064 CPUtime=0
/proc/26710/task/26712/stat : 26712 (bprolog) S 26708 26710 26273 0 -1 4194368 2 0 0 0 0 0 0 0 22 0 2 0 186329857 65601536 686 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.66
Current children cumulated vsize (KiB) 64064

[startup+25.5488 s]
/proc/loadavg: 1.82 1.96 1.87 3/94 26843
/proc/meminfo: memFree=1701904/2055920 swapFree=4192812/4192956
[pid=26710] ppid=26708 vsize=64064 CPUtime=25.48
/proc/26710/stat : 26710 (bprolog) R 26708 26710 26273 0 -1 4194304 971 0 0 0 2548 0 0 0 25 0 2 0 186329854 65601536 686 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134711885 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/26710/statm: 16016 686 168 90 0 15554 0
[pid=26710/tid=26712] ppid=26708 vsize=64064 CPUtime=0
/proc/26710/task/26712/stat : 26712 (bprolog) S 26708 26710 26273 0 -1 4194368 2 0 0 0 0 0 0 0 22 0 2 0 186329857 65601536 686 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 64064

[startup+51.1944 s]
/proc/loadavg: 1.88 1.96 1.87 3/94 26843
/proc/meminfo: memFree=1676312/2055920 swapFree=4192812/4192956
[pid=26710] ppid=26708 vsize=64064 CPUtime=51.08
/proc/26710/stat : 26710 (bprolog) R 26708 26710 26273 0 -1 4194304 971 0 0 0 5108 0 0 0 25 0 2 0 186329854 65601536 686 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134588259 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/26710/statm: 16016 686 168 90 0 15554 0
[pid=26710/tid=26712] ppid=26708 vsize=64064 CPUtime=0
/proc/26710/task/26712/stat : 26712 (bprolog) S 26708 26710 26273 0 -1 4194368 2 0 0 0 0 0 0 0 22 0 2 0 186329857 65601536 686 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 64064

[startup+102.413 s]
/proc/loadavg: 1.95 1.97 1.87 3/94 26843
/proc/meminfo: memFree=1633368/2055920 swapFree=4192812/4192956
[pid=26710] ppid=26708 vsize=64064 CPUtime=102.25
/proc/26710/stat : 26710 (bprolog) R 26708 26710 26273 0 -1 4194304 971 0 0 0 10224 1 0 0 25 0 2 0 186329854 65601536 686 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134639111 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/26710/statm: 16016 686 168 90 0 15554 0
[pid=26710/tid=26712] ppid=26708 vsize=64064 CPUtime=0
/proc/26710/task/26712/stat : 26712 (bprolog) S 26708 26710 26273 0 -1 4194368 2 0 0 0 0 0 0 0 22 0 2 0 186329857 65601536 686 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 102.25
Current children cumulated vsize (KiB) 64064

[startup+162.471 s]
/proc/loadavg: 1.98 1.97 1.88 3/94 26843
/proc/meminfo: memFree=1610200/2055920 swapFree=4192812/4192956
[pid=26710] ppid=26708 vsize=64064 CPUtime=162.25
/proc/26710/stat : 26710 (bprolog) R 26708 26710 26273 0 -1 4194304 971 0 0 0 16224 1 0 0 25 0 2 0 186329854 65601536 686 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134611207 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/26710/statm: 16016 686 168 90 0 15554 0
[pid=26710/tid=26712] ppid=26708 vsize=64064 CPUtime=0
/proc/26710/task/26712/stat : 26712 (bprolog) S 26708 26710 26273 0 -1 4194368 2 0 0 0 0 0 0 0 22 0 2 0 186329857 65601536 686 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 162.25
Current children cumulated vsize (KiB) 64064

[startup+222.536 s]
/proc/loadavg: 1.99 1.97 1.88 3/94 26843
/proc/meminfo: memFree=1588824/2055920 swapFree=4192812/4192956
[pid=26710] ppid=26708 vsize=64064 CPUtime=222.24
/proc/26710/stat : 26710 (bprolog) R 26708 26710 26273 0 -1 4194304 971 0 0 0 22223 1 0 0 25 0 2 0 186329854 65601536 686 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134589587 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/26710/statm: 16016 686 168 90 0 15554 0
[pid=26710/tid=26712] ppid=26708 vsize=64064 CPUtime=0
/proc/26710/task/26712/stat : 26712 (bprolog) S 26708 26710 26273 0 -1 4194368 2 0 0 0 0 0 0 0 22 0 2 0 186329857 65601536 686 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 222.24
Current children cumulated vsize (KiB) 64064

[startup+282.594 s]
/proc/loadavg: 1.99 1.97 1.89 3/94 26843
/proc/meminfo: memFree=1536344/2055920 swapFree=4192812/4192956
[pid=26710] ppid=26708 vsize=64064 CPUtime=282.23
/proc/26710/stat : 26710 (bprolog) R 26708 26710 26273 0 -1 4194304 971 0 0 0 28222 1 0 0 25 0 2 0 186329854 65601536 686 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134711657 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/26710/statm: 16016 686 168 90 0 15554 0
[pid=26710/tid=26712] ppid=26708 vsize=64064 CPUtime=0
/proc/26710/task/26712/stat : 26712 (bprolog) S 26708 26710 26273 0 -1 4194368 2 0 0 0 0 0 0 0 22 0 2 0 186329857 65601536 686 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 282.23
Current children cumulated vsize (KiB) 64064

[startup+342.652 s]
/proc/loadavg: 2.13 2.00 1.91 3/94 26843
/proc/meminfo: memFree=1512088/2055920 swapFree=4192812/4192956
[pid=26710] ppid=26708 vsize=64064 CPUtime=342.23
/proc/26710/stat : 26710 (bprolog) R 26708 26710 26273 0 -1 4194304 971 0 0 0 34222 1 0 0 25 0 2 0 186329854 65601536 686 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134565558 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/26710/statm: 16016 686 168 90 0 15554 0
[pid=26710/tid=26712] ppid=26708 vsize=64064 CPUtime=0
/proc/26710/task/26712/stat : 26712 (bprolog) S 26708 26710 26273 0 -1 4194368 2 0 0 0 0 0 0 0 22 0 2 0 186329857 65601536 686 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 342.23
Current children cumulated vsize (KiB) 64064

[startup+402.716 s]
/proc/loadavg: 2.12 2.02 1.91 3/94 26843
/proc/meminfo: memFree=1464600/2055920 swapFree=4192812/4192956
[pid=26710] ppid=26708 vsize=64064 CPUtime=402.22
/proc/26710/stat : 26710 (bprolog) R 26708 26710 26273 0 -1 4194304 971 0 0 0 40221 1 0 0 25 0 2 0 186329854 65601536 686 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134639188 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/26710/statm: 16016 686 168 90 0 15554 0
[pid=26710/tid=26712] ppid=26708 vsize=64064 CPUtime=0
/proc/26710/task/26712/stat : 26712 (bprolog) S 26708 26710 26273 0 -1 4194368 2 0 0 0 0 0 0 0 22 0 2 0 186329857 65601536 686 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 402.22
Current children cumulated vsize (KiB) 64064

[startup+462.781 s]
/proc/loadavg: 2.04 2.01 1.91 3/94 26843
/proc/meminfo: memFree=1408856/2055920 swapFree=4192812/4192956
[pid=26710] ppid=26708 vsize=64064 CPUtime=462.22
/proc/26710/stat : 26710 (bprolog) R 26708 26710 26273 0 -1 4194304 971 0 0 0 46221 1 0 0 25 0 2 0 186329854 65601536 686 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134605424 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/26710/statm: 16016 686 168 90 0 15554 0
[pid=26710/tid=26712] ppid=26708 vsize=64064 CPUtime=0
/proc/26710/task/26712/stat : 26712 (bprolog) S 26708 26710 26273 0 -1 4194368 2 0 0 0 0 0 0 0 22 0 2 0 186329857 65601536 686 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 462.22
Current children cumulated vsize (KiB) 64064

[startup+522.794 s]
/proc/loadavg: 2.01 2.00 1.91 3/94 26843
/proc/meminfo: memFree=1385816/2055920 swapFree=4192812/4192956
[pid=26710] ppid=26708 vsize=64064 CPUtime=522.17
/proc/26710/stat : 26710 (bprolog) R 26708 26710 26273 0 -1 4194304 971 0 0 0 52216 1 0 0 25 0 2 0 186329854 65601536 686 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552115 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/26710/statm: 16016 686 168 90 0 15554 0
[pid=26710/tid=26712] ppid=26708 vsize=64064 CPUtime=0
/proc/26710/task/26712/stat : 26712 (bprolog) S 26708 26710 26273 0 -1 4194368 2 0 0 0 0 0 0 0 22 0 2 0 186329857 65601536 686 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 522.17
Current children cumulated vsize (KiB) 64064

[startup+582.808 s]
/proc/loadavg: 2.00 2.00 1.91 4/94 26843
/proc/meminfo: memFree=1361304/2055920 swapFree=4192812/4192956
[pid=26710] ppid=26708 vsize=64064 CPUtime=582.1
/proc/26710/stat : 26710 (bprolog) R 26708 26710 26273 0 -1 4194304 971 0 0 0 58209 1 0 0 25 0 2 0 186329854 65601536 686 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552043 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/26710/statm: 16016 686 168 90 0 15554 0
[pid=26710/tid=26712] ppid=26708 vsize=64064 CPUtime=0
/proc/26710/task/26712/stat : 26712 (bprolog) S 26708 26710 26273 0 -1 4194368 2 0 0 0 0 0 0 0 22 0 2 0 186329857 65601536 686 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 582.1
Current children cumulated vsize (KiB) 64064

[startup+642.819 s]

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

/proc/26710/stat : 26710 (bprolog) R 26708 26710 26273 0 -1 4194304 992 0 0 0 118171 8 0 0 25 0 3 0 186329854 76091392 707 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134711188 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/26710/statm: 18577 707 168 90 0 18115 0
[pid=26710/tid=26712] ppid=26708 vsize=74308 CPUtime=0
/proc/26710/task/26712/stat : 26712 (bprolog) S 26708 26710 26273 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 3 0 186329857 76091392 707 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=26710/tid=27042] ppid=26708 vsize=74308 CPUtime=0
/proc/26710/task/27042/stat : 27042 (bprolog) S 26708 26710 26273 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 3 0 186419872 76091392 707 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1181.79
Current children cumulated vsize (KiB) 74308

[startup+1243.26 s]
/proc/loadavg: 2.00 2.01 1.94 3/95 27042
/proc/meminfo: memFree=1127504/2055920 swapFree=4192812/4192956
[pid=26710] ppid=26708 vsize=74308 CPUtime=1241.77
/proc/26710/stat : 26710 (bprolog) R 26708 26710 26273 0 -1 4194304 992 0 0 0 124168 9 0 0 25 0 3 0 186329854 76091392 707 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134561021 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/26710/statm: 18577 707 168 90 0 18115 0
[pid=26710/tid=26712] ppid=26708 vsize=74308 CPUtime=0
/proc/26710/task/26712/stat : 26712 (bprolog) S 26708 26710 26273 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 3 0 186329857 76091392 707 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=26710/tid=27042] ppid=26708 vsize=74308 CPUtime=0
/proc/26710/task/27042/stat : 27042 (bprolog) S 26708 26710 26273 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 3 0 186419872 76091392 707 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1241.77
Current children cumulated vsize (KiB) 74308

[startup+1303.32 s]
/proc/loadavg: 2.00 2.00 1.94 3/95 27042
/proc/meminfo: memFree=1127440/2055920 swapFree=4192812/4192956
[pid=26710] ppid=26708 vsize=74308 CPUtime=1301.75
/proc/26710/stat : 26710 (bprolog) R 26708 26710 26273 0 -1 4194304 992 0 0 0 130166 9 0 0 25 0 3 0 186329854 76091392 707 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134639188 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/26710/statm: 18577 707 168 90 0 18115 0
[pid=26710/tid=26712] ppid=26708 vsize=74308 CPUtime=0
/proc/26710/task/26712/stat : 26712 (bprolog) S 26708 26710 26273 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 3 0 186329857 76091392 707 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=26710/tid=27042] ppid=26708 vsize=74308 CPUtime=0
/proc/26710/task/27042/stat : 27042 (bprolog) S 26708 26710 26273 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 3 0 186419872 76091392 707 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1301.75
Current children cumulated vsize (KiB) 74308

[startup+1363.37 s]
/proc/loadavg: 2.00 2.00 1.94 3/96 27043
/proc/meminfo: memFree=1127432/2055920 swapFree=4192812/4192956
[pid=26710] ppid=26708 vsize=84552 CPUtime=1361.74
/proc/26710/stat : 26710 (bprolog) R 26708 26710 26273 0 -1 4194304 993 0 0 0 136165 9 0 0 25 0 4 0 186329854 86581248 708 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134613424 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/26710/statm: 21138 708 168 90 0 20676 0
[pid=26710/tid=26712] ppid=26708 vsize=84552 CPUtime=0
/proc/26710/task/26712/stat : 26712 (bprolog) S 26708 26710 26273 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 186329857 86581248 708 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=26710/tid=27042] ppid=26708 vsize=84552 CPUtime=0
/proc/26710/task/27042/stat : 27042 (bprolog) S 26708 26710 26273 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 186419872 86581248 708 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=26710/tid=27043] ppid=26708 vsize=84552 CPUtime=0
/proc/26710/task/27043/stat : 27043 (bprolog) S 26708 26710 26273 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 4 0 186464881 86581248 708 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1361.74
Current children cumulated vsize (KiB) 84552

[startup+1423.43 s]
/proc/loadavg: 2.00 2.00 1.94 3/96 27043
/proc/meminfo: memFree=1127432/2055920 swapFree=4192812/4192956
[pid=26710] ppid=26708 vsize=84552 CPUtime=1421.75
/proc/26710/stat : 26710 (bprolog) R 26708 26710 26273 0 -1 4194304 993 0 0 0 142166 9 0 0 25 0 4 0 186329854 86581248 708 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134565046 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/26710/statm: 21138 708 168 90 0 20676 0
[pid=26710/tid=26712] ppid=26708 vsize=84552 CPUtime=0
/proc/26710/task/26712/stat : 26712 (bprolog) S 26708 26710 26273 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 186329857 86581248 708 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=26710/tid=27042] ppid=26708 vsize=84552 CPUtime=0
/proc/26710/task/27042/stat : 27042 (bprolog) S 26708 26710 26273 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 186419872 86581248 708 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=26710/tid=27043] ppid=26708 vsize=84552 CPUtime=0
/proc/26710/task/27043/stat : 27043 (bprolog) S 26708 26710 26273 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 4 0 186464881 86581248 708 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1421.75
Current children cumulated vsize (KiB) 84552

[startup+1483.48 s]
/proc/loadavg: 2.00 2.00 1.94 3/96 27043
/proc/meminfo: memFree=1127432/2055920 swapFree=4192812/4192956
[pid=26710] ppid=26708 vsize=84552 CPUtime=1481.71
/proc/26710/stat : 26710 (bprolog) R 26708 26710 26273 0 -1 4194304 993 0 0 0 148162 9 0 0 25 0 4 0 186329854 86581248 708 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552486 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/26710/statm: 21138 708 168 90 0 20676 0
[pid=26710/tid=26712] ppid=26708 vsize=84552 CPUtime=0
/proc/26710/task/26712/stat : 26712 (bprolog) S 26708 26710 26273 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 186329857 86581248 708 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=26710/tid=27042] ppid=26708 vsize=84552 CPUtime=0
/proc/26710/task/27042/stat : 27042 (bprolog) S 26708 26710 26273 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 186419872 86581248 708 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=26710/tid=27043] ppid=26708 vsize=84552 CPUtime=0
/proc/26710/task/27043/stat : 27043 (bprolog) S 26708 26710 26273 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 4 0 186464881 86581248 708 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1481.71
Current children cumulated vsize (KiB) 84552

[startup+1543.52 s]
/proc/loadavg: 2.00 2.00 1.94 3/96 27043
/proc/meminfo: memFree=1127432/2055920 swapFree=4192812/4192956
[pid=26710] ppid=26708 vsize=84552 CPUtime=1541.7
/proc/26710/stat : 26710 (bprolog) R 26708 26710 26273 0 -1 4194304 993 0 0 0 154161 9 0 0 25 0 4 0 186329854 86581248 708 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134551357 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/26710/statm: 21138 708 168 90 0 20676 0
[pid=26710/tid=26712] ppid=26708 vsize=84552 CPUtime=0
/proc/26710/task/26712/stat : 26712 (bprolog) S 26708 26710 26273 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 186329857 86581248 708 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=26710/tid=27042] ppid=26708 vsize=84552 CPUtime=0
/proc/26710/task/27042/stat : 27042 (bprolog) S 26708 26710 26273 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 186419872 86581248 708 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=26710/tid=27043] ppid=26708 vsize=84552 CPUtime=0
/proc/26710/task/27043/stat : 27043 (bprolog) S 26708 26710 26273 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 4 0 186464881 86581248 708 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1541.7
Current children cumulated vsize (KiB) 84552

[startup+1603.57 s]
/proc/loadavg: 2.00 2.00 1.94 3/96 27043
/proc/meminfo: memFree=1127368/2055920 swapFree=4192812/4192956
[pid=26710] ppid=26708 vsize=84552 CPUtime=1601.69
/proc/26710/stat : 26710 (bprolog) R 26708 26710 26273 0 -1 4194304 993 0 0 0 160160 9 0 0 25 0 4 0 186329854 86581248 708 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134611423 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/26710/statm: 21138 708 168 90 0 20676 0
[pid=26710/tid=26712] ppid=26708 vsize=84552 CPUtime=0
/proc/26710/task/26712/stat : 26712 (bprolog) S 26708 26710 26273 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 186329857 86581248 708 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=26710/tid=27042] ppid=26708 vsize=84552 CPUtime=0
/proc/26710/task/27042/stat : 27042 (bprolog) S 26708 26710 26273 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 186419872 86581248 708 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=26710/tid=27043] ppid=26708 vsize=84552 CPUtime=0
/proc/26710/task/27043/stat : 27043 (bprolog) S 26708 26710 26273 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 186464881 86581248 708 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1601.69
Current children cumulated vsize (KiB) 84552

[startup+1663.63 s]
/proc/loadavg: 2.00 2.00 1.94 3/96 27043
/proc/meminfo: memFree=1127368/2055920 swapFree=4192812/4192956
[pid=26710] ppid=26708 vsize=84552 CPUtime=1661.66
/proc/26710/stat : 26710 (bprolog) R 26708 26710 26273 0 -1 4194304 993 0 0 0 166157 9 0 0 25 0 4 0 186329854 86581248 708 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134588252 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/26710/statm: 21138 708 168 90 0 20676 0
[pid=26710/tid=26712] ppid=26708 vsize=84552 CPUtime=0
/proc/26710/task/26712/stat : 26712 (bprolog) S 26708 26710 26273 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 186329857 86581248 708 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=26710/tid=27042] ppid=26708 vsize=84552 CPUtime=0
/proc/26710/task/27042/stat : 27042 (bprolog) S 26708 26710 26273 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 186419872 86581248 708 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=26710/tid=27043] ppid=26708 vsize=84552 CPUtime=0
/proc/26710/task/27043/stat : 27043 (bprolog) S 26708 26710 26273 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 186464881 86581248 708 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1661.66
Current children cumulated vsize (KiB) 84552

[startup+1723.68 s]
/proc/loadavg: 2.00 2.00 1.94 3/96 27043
/proc/meminfo: memFree=1127368/2055920 swapFree=4192812/4192956
[pid=26710] ppid=26708 vsize=84552 CPUtime=1721.65
/proc/26710/stat : 26710 (bprolog) R 26708 26710 26273 0 -1 4194304 993 0 0 0 172156 9 0 0 25 0 4 0 186329854 86581248 708 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134607577 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/26710/statm: 21138 708 168 90 0 20676 0
[pid=26710/tid=26712] ppid=26708 vsize=84552 CPUtime=0
/proc/26710/task/26712/stat : 26712 (bprolog) S 26708 26710 26273 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 186329857 86581248 708 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=26710/tid=27042] ppid=26708 vsize=84552 CPUtime=0
/proc/26710/task/27042/stat : 27042 (bprolog) S 26708 26710 26273 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 186419872 86581248 708 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=26710/tid=27043] ppid=26708 vsize=84552 CPUtime=0
/proc/26710/task/27043/stat : 27043 (bprolog) S 26708 26710 26273 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 186464881 86581248 708 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1721.65
Current children cumulated vsize (KiB) 84552

[startup+1783.72 s]
/proc/loadavg: 2.00 2.00 1.94 3/96 27043
/proc/meminfo: memFree=1127368/2055920 swapFree=4192812/4192956
[pid=26710] ppid=26708 vsize=84552 CPUtime=1781.65
/proc/26710/stat : 26710 (bprolog) R 26708 26710 26273 0 -1 4194304 993 0 0 0 178155 10 0 0 25 0 4 0 186329854 86581248 708 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134711198 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/26710/statm: 21138 708 168 90 0 20676 0
[pid=26710/tid=26712] ppid=26708 vsize=84552 CPUtime=0
/proc/26710/task/26712/stat : 26712 (bprolog) S 26708 26710 26273 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 186329857 86581248 708 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=26710/tid=27042] ppid=26708 vsize=84552 CPUtime=0
/proc/26710/task/27042/stat : 27042 (bprolog) S 26708 26710 26273 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 186419872 86581248 708 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=26710/tid=27043] ppid=26708 vsize=84552 CPUtime=0
/proc/26710/task/27043/stat : 27043 (bprolog) S 26708 26710 26273 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 186464881 86581248 708 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1781.65
Current children cumulated vsize (KiB) 84552



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1802.19 s]
/proc/loadavg: 2.00 2.00 1.94 3/93 27043
/proc/meminfo: memFree=1127368/2055920 swapFree=4192812/4192956
[pid=26710] ppid=26708 vsize=84552 CPUtime=1800.08
/proc/26710/stat : 26710 (bprolog) R 26708 26710 26273 0 -1 4194304 994 0 0 0 179998 10 0 0 25 0 1 0 186329854 86581248 709 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134564915 0 0 4096 2 0 0 0 17 0 0 0
/proc/26710/statm: 21138 709 169 90 0 20676 0
Current children cumulated CPU time (s) 1800.08
Current children cumulated vsize (KiB) 84552

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1802.19
CPU time (s): 1800.09
CPU user time (s): 1799.99
CPU system time (s): 0.100984
CPU usage (%): 99.8832
Max. virtual memory (cumulated for all children) (KiB): 84552

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

runsolver used 1.9787 s user time and 5.15721 s system time

The end

Launcher Data (download as text)

Begin job on node11 on Tue Jan  9 21:49:08 UTC 2007


IDJOB= 242282
IDBENCH= 7381
FILE ID= node11/242282-1168379348

PBS_JOBID= 3522343

Free space on /tmp= 66550 MiB

BENCH NAME= HOME/pub/bench/CPAI06/dimacs/dubois/dubois-100_ext.xml
COMMAND LINE= /tmp/evaluation/242282-1168379348/Complete/Ordinary/solver /tmp/evaluation/242282-1168379348/unknown 1800
CONVERSION COMMAND LINE= runsolver -w ROOT/results/node11/convwatcher-242282-1168379348 -o ROOT/results/node11/conversion-242282-1168379348 -C 600 -M 900 /tmp/evaluation/242282-1168379348/Complete/Ordinary/conversion /tmp/evaluation/242282-1168379348/unknown
CONVERSION RUNSOLVER STATUS CODE= 0
CONVERSION STATUS CODE= 0

RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node11/watcher-242282-1168379348 -o ROOT/results/node11/solver-242282-1168379348 -C 1800 -M 900  /tmp/evaluation/242282-1168379348/Complete/Ordinary/solver /tmp/evaluation/242282-1168379348/unknown 1800

META MD5SUM SOLVER= b53ab06f245aa5e62684a7a0a4388ade
MD5SUM BENCH=  a9dcb372a45d2dd0d0fa5883b83c178b

RANDOM SEED= 555302578

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.261
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	: 5931.00
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.261
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:       1691864 kB
Buffers:         53520 kB
Cached:         153948 kB
SwapCached:          0 kB
Active:         219840 kB
Inactive:        93116 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1691864 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            3820 kB
Writeback:           0 kB
Mapped:         134456 kB
Slab:            35716 kB
Committed_AS:  7000848 kB
PageTables:       2512 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 node11 on Tue Jan  9 22:19:11 UTC 2007